@yuno-payments/dashboard-api-mfe 2.0.3 → 2.0.4

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.
@@ -38,7 +38,7 @@ statuses/index.js:
38
38
  * Copyright(c) 2016 Douglas Christopher Wilson
39
39
  * MIT Licensed
40
40
  *)
41
- */function vt(e){if(yt.test(e)||""===e.trim())throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}var bt=[String.fromCharCode(10),String.fromCharCode(13),String.fromCharCode(9),String.fromCharCode(32)],kt=new RegExp(`(^[${bt.join("")}]|$[${bt.join("")}])`,"g");function _t(e){return e.replace(kt,"")}function wt(e){if("string"!=typeof e)return!1;if(0===e.length)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n>127||!Et(n))return!1}return!0}function Et(e){return![127,32,"(",")","<",">","@",",",";",":","\\",'"',"/","[","]","?","=","{","}"].includes(e)}function xt(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 St,Ct,It,Rt=Symbol("normalizedHeaders"),Tt=Symbol("rawHeaderNames"),Ot=class e{constructor(t){if(this[St]={},this[Ct]=new Map,this[It]="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)})}[(St=Rt,Ct=Tt,It=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}*keys(){for(const[e]of this.entries())yield e}*values(){for(const[,e]of this.entries())yield e}*entries(){let e=Object.keys(this[Rt]).sort((e,t)=>e.localeCompare(t));for(const t of e)if("set-cookie"===t)for(const e of this.getSetCookie())yield[t,e];else yield[t,this.get(t)]}has(e){if(!wt(e))throw new TypeError(`Invalid header name "${e}"`);return this[Rt].hasOwnProperty(vt(e))}get(e){if(!wt(e))throw TypeError(`Invalid header name "${e}"`);return this[Rt][vt(e)]??null}set(e,t){if(!wt(e)||!xt(t))return;const n=vt(e),r=_t(t);this[Rt][n]=_t(r),this[Tt].set(n,e)}append(e,t){if(!wt(e)||!xt(t))return;const n=vt(e),r=_t(t);let o=this.has(n)?`${this.get(n)}, ${r}`:r;this.set(e,o)}delete(e){if(!wt(e))return;if(!this.has(e))return;const t=vt(e);delete this[Rt][t],this[Tt].delete(t)}forEach(e,t){for(const[n,r]of this.entries())e.call(t,r,n,this)}getSetCookie(){const e=this.get("set-cookie");return null===e?[]:""===e?[""]:(0,mt.splitCookiesString)(e)}};const{message:At}=ct,Pt=Symbol("kSetCookie");function jt(e={}){const t=e?.status||200,n=e?.statusText||At[t]||"",r=new Headers(e?.headers);return{...e,headers:r,status:t,statusText:n}}async function Dt(e,t,n,r,o,a){if(o.emit("request:start",{request:e,requestId:t}),e.headers.get("accept")?.includes("msw/passthrough"))return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);const[i,s]=await async function(e){try{return[null,await e().catch(e=>{throw e})]}catch(e){return[e,null]}}(()=>(async({request:e,requestId:t,handlers:n,resolutionContext:r})=>{let o=null,a=null;for(const i of n)if(a=await i.run({request:e,requestId:t,resolutionContext:r}),null!==a&&(o=i),a?.response)break;return o?{handler:o,parsedResult:a?.parsedResult,response:a?.response}:null})({request:e,requestId:t,handlers:n,resolutionContext:a?.resolutionContext}));if(i)throw o.emit("unhandledException",{error:i,request:e,requestId:t}),i;if(!s)return await I(e,r.onUnhandledRequest),o.emit("request:unhandled",{request:e,requestId:t}),o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);const{response:c}=s;if(!c)return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);if(302===c.status&&"passthrough"===c.headers.get("x-msw-intention"))return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);await async function(e,t){const n=Reflect.get(t,Pt);n&&await Ke.setCookie(n,e.url)}(e,c),o.emit("request:match",{request:e,requestId:t});const u=s;return a?.onMockedResponse?.(c,u),o.emit("request:end",{request:e,requestId:t}),c}function Lt(e){return t=>null!=t&&"object"==typeof t&&"__kind"in t&&t.__kind===e}var zt=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"}},qt=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=qt.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 zt(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)}},Nt=qt;Nt.defaultMaxListeners=10;class Ut{subscriptions=[];dispose(){let e;for(;e=this.subscriptions.shift();)e()}}class Bt{constructor(e){this.initialHandlers=e,this.handlers=[...e]}handlers;prepend(e){this.handlers.unshift(...e)}reset(e){this.handlers=e.length>0?[...e]:[...this.initialHandlers]}currentHandlers(){return this.handlers}}class Mt extends Ut{handlersController;emitter;publicEmitter;events;constructor(...e){super(),b(this.validateHandlers(e),_.formatMessage("Failed to apply given request handlers: invalid input. Did you forget to spread the request handlers Array?")),this.handlersController=new Bt(e),this.emitter=new Nt,this.publicEmitter=new Nt,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){b(this.validateHandlers(e),_.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 Ft=Object.defineProperty,Ht={};function Wt(e){return`${e}`}function Vt(e){return`${e}`}function Gt(e){return`${e}`}function Kt(e){return`${e}`}function $t(e){return`${e}`}((e,t)=>{for(var n in t)Ft(e,n,{get:t[n],enumerable:!0})})(Ht,{blue:()=>Vt,gray:()=>Gt,green:()=>$t,red:()=>Kt,yellow:()=>Wt});var Qt=R(),Yt=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=nn("DEBUG"),n=nn("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=rn(n,"debug")?Zt:this.debug,this.info=rn(n,"info")?Zt:this.info,this.success=rn(n,"success")?Zt:this.success,this.warning=rn(n,"warning")?Zt:this.warning,this.error=rn(n,"error")?Zt:this.error):(this.info=Zt,this.success=Zt,this.warning=Zt,this.error=Zt,this.only=Zt)}prefix;extend(e){return new Yt(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:Gt(e),positionals:t,prefix:this.prefix,colors:{prefix:"gray"}})}info(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}});const n=new Jt;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${Gt(`${n.deltaTime}ms`)}`,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}})}}success(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:`✔ ${this.prefix}`,colors:{timestamp:"green",prefix:"green"}})}warning(e,...t){this.logEntry({level:"warning",message:e,positionals:t,prefix:`⚠ ${this.prefix}`,colors:{timestamp:"yellow",prefix:"yellow"}})}error(e,...t){this.logEntry({level:"error",message:e,positionals:t,prefix:`✖ ${this.prefix}`,colors:{timestamp:"red",prefix:"red"}})}only(e){e()}createEntry(e,t){return{timestamp:new Date,level:e,message:t}}logEntry(e){const{level:t,message:n,prefix:r,colors:o,positionals:a=[]}=e,i=this.createEntry(t,n),s={timestamp:Ht[o?.timestamp||"gray"],prefix:Ht[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(on(n)).join(" "),...a.map(on))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return Xt;case"warning":return en;case"error":return tn}}},Jt=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)}},Zt=()=>{};function Xt(e,...t){Qt?process.stdout.write(y(e,...t)+"\n"):console.log(e,...t)}function en(e,...t){Qt?process.stderr.write(y(e,...t)+"\n"):console.warn(e,...t)}function tn(e,...t){Qt?process.stderr.write(y(e,...t)+"\n"):console.error(e,...t)}function nn(e){return Qt?process.env[e]:globalThis[e]?.toString()}function rn(e,t){return void 0!==e&&e!==t}function on(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}function an(e){return globalThis[e]||void 0}let sn=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({});var cn=class{constructor(e){this.symbol=e,this.readyState=sn.INACTIVE,this.emitter=new Nt,this.subscriptions=[],this.logger=new Yt(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===sn.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=sn.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=sn.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=sn.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===sn.DISPOSING||this.readyState===sn.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!==sn.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=sn.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",an(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=sn.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=an(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 un(e){if("string"==typeof e)return un(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 ln=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 dn(e,t){return Object.defineProperties(t,{target:{value:e,enumerable:!0,writable:!0},currentTarget:{value:e,enumerable:!0,writable:!0}}),t}const pn=Symbol("kCancelable"),hn=Symbol("kDefaultPrevented");var fn=class extends MessageEvent{constructor(e,t){super(e,t),this[pn]=!!t.cancelable,this[hn]=!1}get cancelable(){return this[pn]}set cancelable(e){this[pn]=e}get defaultPrevented(){return this[hn]}set defaultPrevented(e){this[hn]=e}preventDefault(){this.cancelable&&!this[hn]&&(this[hn]=!0)}},gn=class extends Event{constructor(e,t={}){super(e,t),this.code=void 0===t.code?0:t.code,this.reason=void 0===t.reason?"":t.reason,this.wasClean=void 0!==t.wasClean&&t.wasClean}},mn=class extends gn{constructor(e,t={}){super(e,t),this[pn]=!!t.cancelable,this[hn]=!1}get cancelable(){return this[pn]}set cancelable(e){this[pn]=e}get defaultPrevented(){return this[hn]}set defaultPrevented(e){this[hn]=e}preventDefault(){this.cancelable&&!this[hn]&&(this[hn]=!0)}};const yn=Symbol("kEmitter"),vn=Symbol("kBoundListener");var bn=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[yn]=new EventTarget,this.transport.addEventListener("outgoing",e=>{const t=dn(this.socket,new fn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[yn].dispatchEvent(t),t.defaultPrevented&&e.preventDefault()}),this.transport.addEventListener("close",e=>{this[yn].dispatchEvent(dn(this.socket,new gn("close",e)))})}addEventListener(e,t,n){if(!Reflect.has(t,vn)){const e=t.bind(this.socket);Object.defineProperty(t,vn,{value:e,enumerable:!1,configurable:!1})}this[yn].addEventListener(e,Reflect.get(t,vn),n)}removeEventListener(e,t,n){this[yn].removeEventListener(e,Reflect.get(t,vn),n)}send(e){this.transport.send(e)}close(e,t){this.transport.close(e,t)}};const kn="InvalidAccessError: close code out of user configurable range",_n=Symbol("kPassthroughPromise"),wn=Symbol("kOnSend"),En=Symbol("kClose");var xn=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=un(e),this.protocol="",this.extensions="",this.binaryType="blob",this.readyState=this.CONNECTING,this.bufferedAmount=0,this[_n]=new ln,queueMicrotask(async()=>{await this[_n]||(this.protocol="string"==typeof t?t:Array.isArray(t)&&t.length>0?t[0]:"",this.readyState===this.CONNECTING&&(this.readyState=this.OPEN,this.dispatchEvent(dn(this,new Event("open")))))})}set onopen(e){this.removeEventListener("open",this._onopen),this._onopen=e,null!==e&&this.addEventListener("open",e)}get onopen(){return this._onopen}set onmessage(e){this.removeEventListener("message",this._onmessage),this._onmessage=e,null!==e&&this.addEventListener("message",e)}get onmessage(){return this._onmessage}set onerror(e){this.removeEventListener("error",this._onerror),this._onerror=e,null!==e&&this.addEventListener("error",e)}get onerror(){return this._onerror}set onclose(e){this.removeEventListener("close",this._onclose),this._onclose=e,null!==e&&this.addEventListener("close",e)}get onclose(){return this._onclose}send(e){if(this.readyState===this.CONNECTING)throw this.close(),new DOMException("InvalidStateError");this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.bufferedAmount+=function(e){return"string"==typeof e?e.length:e instanceof Blob?e.size:e.byteLength}(e),queueMicrotask(()=>{this.bufferedAmount=0,this[wn]?.(e)}))}close(e=1e3,t){b(e,kn),b(1e3===e||e>=3e3&&e<=4999,kn),this[En](e,t)}[En](e=1e3,t,n=!0){this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.readyState=this.CLOSING,queueMicrotask(()=>{this.readyState=this.CLOSED,this.dispatchEvent(dn(this,new gn("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 Sn=Symbol("kEmitter"),Cn=Symbol("kBoundListener"),In=Symbol("kSend");var Rn=class{constructor(e,t,n){this.client=e,this.transport=t,this.createConnection=n,this[Sn]=new EventTarget,this.mockCloseController=new AbortController,this.realCloseController=new AbortController,this.transport.addEventListener("outgoing",e=>{void 0!==this.realWebSocket&&queueMicrotask(()=>{e.defaultPrevented||this[In](e.data)})}),this.transport.addEventListener("incoming",this.handleIncomingMessage.bind(this))}get socket(){return b(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(){b(!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[Sn].dispatchEvent(dn(this.realWebSocket,new Event("open",e)))},{once:!0}),e.addEventListener("message",e=>{this.transport.dispatchEvent(dn(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=dn(e,new Event("error",{cancelable:!0}));this[Sn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(dn(this.client,new Event("error")))}),this.realWebSocket=e}addEventListener(e,t,n){if(!Reflect.has(t,Cn)){const e=t.bind(this.client);Object.defineProperty(t,Cn,{value:e,enumerable:!1})}this[Sn].addEventListener(e,Reflect.get(t,Cn),n)}removeEventListener(e,t,n){this[Sn].removeEventListener(e,Reflect.get(t,Cn),n)}send(e){this[In](e)}[In](e){const{realWebSocket:t}=this;b(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;b(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[Sn].dispatchEvent(dn(this.realWebSocket,new mn("close",{code:1e3,cancelable:!0})))}))}handleIncomingMessage(e){const t=dn(e.target,new fn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[Sn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(dn(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=dn(this.realWebSocket,new mn("close",{code:e.code,reason:e.reason,wasClean:e.wasClean,cancelable:!0}));this[Sn].dispatchEvent(t),t.defaultPrevented||this.client[En](e.code,e.reason)}},Tn=class extends EventTarget{constructor(e){super(),this.socket=e,this.socket.addEventListener("close",e=>{this.dispatchEvent(dn(this.socket,new gn("close",e)))}),this.socket[wn]=e=>{this.dispatchEvent(dn(this.socket,new fn("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(dn(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[En](e,t)}},On=class e extends cn{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 xn(r,o),s=new Tn(i);return queueMicrotask(async()=>{try{const e=new Rn(i,s,a),t=this.emitter.listenerCount("connection")>0;await async function(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}(this.emitter,"connection",{client:new bn(i,s),server:e,info:{protocols:o}}),t?i[_n].resolve(!1):(i[_n].resolve(!0),e.connect(),e.addEventListener("open",()=>{i.dispatchEvent(dn(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[En](1011,e.message,!1),console.error(e))}}),i}});Object.defineProperty(globalThis,"WebSocket",{value:t,configurable:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis,"WebSocket",e)})}};const An=new On;function Pn(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 jn(e){return e instanceof Blob?e.size:f(e)&&"byteLength"in e?e.byteLength:new Blob([e]).size}function Dn(e){return e.length<=24?e:`${e.slice(0,24)}…`}async function Ln(e){if(e instanceof Blob){return`Blob(${Dn(await e.text())})`}if(f(e)){return`ArrayBuffer(${Dn((new TextDecoder).decode(e))})`}return Dn(e)}const zn="#3b82f6",qn="#22c55e",Nn="#ef4444",Un="#ff6a33";function Bn(e){const{client:t,server:n}=e;!function(e){const t=C(e.url);console.groupCollapsed(_.formatMessage(`${Pn()} %c▶%c ${t}`),`color:${zn}`,"color:inherit"),console.log("Client:",e.socket),console.groupEnd()}(t),t.addEventListener("message",e=>{!async function(e){const t=jn(e.data),n=await Ln(e.data),r=e.defaultPrevented?"⇡":"⬆";console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${qn}`,"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=C(t.url);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c■%c ${n}`),`color:${zn}`,"color:inherit"),console.log(e),console.groupEnd()}(e)}),t.socket.addEventListener("error",e=>{!function(e){const t=e.target,n=C(t.url);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c×%c ${n}`),`color:${zn}`,"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=jn(e.data),n=await Ln(e.data);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c⬇%c ${n} %c${t}%c`),`color:${Un}`,"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=jn(e.data),n=await Ln(e.data),r=e.defaultPrevented?"⇣":"⬇";console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${Nn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(e)})},{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=jn(e.data),n=await Ln(e.data);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c⬆%c ${n} %c${t}%c`),`color:${Un}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(a),Reflect.apply(e,t,r)}})}var Mn=/(%?)(%([sdijo]))/g;function Fn(e,...t){if(0===t.length)return e;let n=0,r=e.replace(Mn,(e,r,o,a)=>{const i=function(e,t){switch(t){case"s":return e;case"d":case"i":return Number(e);case"j":return JSON.stringify(e);case"o":{if("string"==typeof e)return e;const t=JSON.stringify(e);return"{}"===t||"[]"===t||/^\[object .+?\]$/.test(t)?e:t}}}(t[n],a);return r?e:(n++,i)});return n<t.length&&(r+=` ${t.slice(n).join(" ")}`),r=r.replace(/%{2,2}/g,"%"),r}var Hn=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=Fn(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},Wn=(e,t,...n)=>{if(!e)throw new Hn(t,...n)};function Vn(){if("undefined"!=typeof navigator&&"ReactNative"===navigator.product)return!0;if("undefined"!=typeof process){const e=process.type;return"renderer"!==e&&"worker"!==e&&!(!process.versions||!process.versions.node)}return!1}Wn.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:Fn(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};var Gn=class extends Promise{#r;resolve;reject;constructor(e=null){const t=function(){const e=(t,n)=>{e.state="pending",e.resolve=n=>{if("pending"===e.state)return e.result=n,t(n instanceof Promise?n:Promise.resolve(n).then(t=>(e.state="fulfilled",t)))},e.reject=t=>{if("pending"===e.state)return queueMicrotask(()=>{e.state="rejected"}),n(e.rejectionReason=t)}};return e}();super((n,r)=>{t(n,r),e?.(t.resolve,t.reject)}),this.#r=t,this.resolve=this.#r.resolve,this.reject=this.#r.reject}get state(){return this.#r.state}get rejectionReason(){return this.#r.rejectionReason}then(e,t){return this.#o(super.then(e,t))}catch(e){return this.#o(super.catch(e))}finally(e){return this.#o(super.finally(e))}#o(e){return Object.defineProperties(e,{resolve:{configurable:!0,value:this.resolve},reject:{configurable:!0,value:this.reject}})}},Kn={serviceWorker:{url:"/mockServiceWorker.js",options:null},quiet:!1,waitUntilReady:!0,onUnhandledRequest:"warn",findWorker:(e,t)=>e===t};function $n(e,t,n){return[e.active,e.installing,e.waiting].filter(e=>null!=e).find(e=>n(e.scriptURL,t))||null}var Qn=async(e,t={},n)=>{const r=new URL(e,location.href).href;const o=await navigator.serviceWorker.getRegistrations().then(e=>e.filter(e=>$n(e,r,n)));!navigator.serviceWorker.controller&&o.length>0&&location.reload();const[a]=o;if(a)return a.update(),[$n(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[$n(o,r,n),o]});if(i){if(i.message.includes("(404)")){const e=new URL(t?.scope||"/",location.href);throw new Error(_.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(_.formatMessage("Failed to register the Service Worker:\n\n%s",i.message))}return s};function Yn(e={}){if(e.quiet)return;const t=e.message||"Mocking enabled.";console.groupCollapsed(`%c${_.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 Jn(e){if(!["HEAD","GET"].includes(e.method))return e.body}function Zn(e){return new Request(e.url,{...e,body:Jn(e)})}function Xn(){return"undefined"!=typeof navigator&&"serviceWorker"in navigator&&"undefined"!=typeof location&&"file:"!==location.protocol}var er=function(){try{const e=new ReadableStream({start:e=>e.close()});return(new MessageChannel).port1.postMessage(e,[e]),!0}catch{return!1}}(),tr=(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=Zn(n.data),a=o.clone(),i=o.clone();S.cache.set(o,i);try{await Dt(o,r,e.getRequestHandlers().filter(Lt("RequestHandler")),t,e.emitter,{resolutionContext:{quiet:t.quiet},onPassthroughResponse(){n.postMessage("PASSTHROUGH")},async onMockedResponse(r,{handler:o,parsedResult:i}){const s=r.clone(),c=r.clone(),u=function(e){return{status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries())}}(r);if(er){const e=r.body;n.postMessage("MOCK_RESPONSE",{...u,body:e},e?[e]:void 0)}else{const e=null===r.body?null:await s.arrayBuffer();n.postMessage("MOCK_RESPONSE",{...u,body:e})}t.quiet||e.emitter.once("response:mocked",()=>{o.log({request:a,response:c,parsedResult:i})})}})}catch(e){e instanceof Error&&(_.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 nr=Symbol("isPatchedModule"),rr=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}},or=class e{static{this.PENDING=0}static{this.PASSTHROUGH=1}static{this.RESPONSE=2}static{this.ERROR=3}constructor(t,n){this.request=t,this.source=n,this.readyState=e.PENDING,this.handled=new Gn}get#a(){return this.handled}async passthrough(){Wn.as(rr,this.readyState===e.PENDING,'Failed to passthrough the "%s %s" request: the request has already been handled',this.request.method,this.request.url),this.readyState=e.PASSTHROUGH,await this.source.passthrough(),this.#a.resolve()}respondWith(t){Wn.as(rr,this.readyState===e.PENDING,'Failed to respond to the "%s %s" request with "%d %s": the request has already been handled (%d)',this.request.method,this.request.url,t.status,t.statusText||"OK",this.readyState),this.readyState=e.RESPONSE,this.#a.resolve(),this.source.respondWith(t)}errorWith(t){Wn.as(rr,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 ar(e){try{return new URL(e),!0}catch(e){return!1}}function ir(e,t){const n=Object.getOwnPropertySymbols(t).find(t=>t.description===e);if(n)return Reflect.get(t,n)}var sr=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||!ar(e))return;const n=ir("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=ir("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}},cr=Symbol("kRawRequest");function ur(e,t){Reflect.set(e,cr,t)}var lr=Object.defineProperty,dr={};function pr(e){return`${e}`}function hr(e){return`${e}`}function fr(e){return`${e}`}function gr(e){return`${e}`}function mr(e){return`${e}`}((e,t)=>{for(var n in t)lr(e,n,{get:t[n],enumerable:!0})})(dr,{blue:()=>hr,gray:()=>fr,green:()=>mr,red:()=>gr,yellow:()=>pr});var yr=Vn(),vr=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=xr("DEBUG"),n=xr("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=Sr(n,"debug")?kr:this.debug,this.info=Sr(n,"info")?kr:this.info,this.success=Sr(n,"success")?kr:this.success,this.warning=Sr(n,"warning")?kr:this.warning,this.error=Sr(n,"error")?kr:this.error):(this.info=kr,this.success=kr,this.warning=kr,this.error=kr,this.only=kr)}prefix;extend(e){return new vr(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:fr(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 br;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${fr(`${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:dr[o?.timestamp||"gray"],prefix:dr[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(Cr(n)).join(" "),...a.map(Cr))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return _r;case"warning":return wr;case"error":return Er}}},br=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)}},kr=()=>{};function _r(e,...t){yr?process.stdout.write(Fn(e,...t)+"\n"):console.log(e,...t)}function wr(e,...t){yr?process.stderr.write(Fn(e,...t)+"\n"):console.warn(e,...t)}function Er(e,...t){yr?process.stderr.write(Fn(e,...t)+"\n"):console.error(e,...t)}function xr(e){return yr?process.env[e]:globalThis[e]?.toString()}function Sr(e,t){return void 0!==e&&e!==t}function Cr(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}var Ir=class extends Error{constructor(e,t,n){super(`Possible EventEmitter memory leak detected. ${n} ${t.toString()} listeners added. Use emitter.setMaxListeners() to increase limit`),this.emitter=e,this.type=t,this.count=n,this.name="MaxListenersExceededWarning"}},Rr=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Rr.defaultMaxListeners,this.hasWarnedAboutPotentialMemoryLeak=!1}_emitInternalEvent(e,t,n){this.emit(e,t,n)}_getListeners(e){return Array.prototype.concat.apply([],this.events.get(e))||[]}_removeListener(e,t){const n=e.indexOf(t);return n>-1&&e.splice(n,1),[]}_wrapOnceListener(e,t){const n=(...r)=>(this.removeListener(e,n),t.apply(this,r));return Object.defineProperty(n,"name",{value:t.name}),n}setMaxListeners(e){return this.maxListeners=e,this}getMaxListeners(){return this.maxListeners}eventNames(){return Array.from(this.events.keys())}emit(e,...t){const n=this._getListeners(e);return n.forEach(e=>{e.apply(this,t)}),n.length>0}addListener(e,t){this._emitInternalEvent("newListener",e,t);const n=this._getListeners(e).concat(t);if(this.events.set(e,n),this.maxListeners>0&&this.listenerCount(e)>this.maxListeners&&!this.hasWarnedAboutPotentialMemoryLeak){this.hasWarnedAboutPotentialMemoryLeak=!0;const t=new Ir(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)}},Tr=Rr;Tr.defaultMaxListeners=10;function Or(e){return globalThis[e]||void 0}var Ar=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({}),Pr=class{constructor(e){this.symbol=e,this.readyState=Ar.INACTIVE,this.emitter=new Tr,this.subscriptions=[],this.logger=new vr(e.description),this.emitter.setMaxListeners(0),this.logger.info("constructing the interceptor...")}checkEnvironment(){return!0}apply(){const e=this.logger.extend("apply");if(e.info("applying the interceptor..."),this.readyState===Ar.APPLIED)return void e.info("intercepted already applied!");if(!this.checkEnvironment())return void e.info("the interceptor cannot be applied in this environment!");this.readyState=Ar.APPLYING;const t=this.getInstance();if(t)return e.info("found a running instance, reusing..."),this.on=(n,r)=>(e.info('proxying the "%s" listener',n),t.emitter.addListener(n,r),this.subscriptions.push(()=>{t.emitter.removeListener(n,r),e.info('removed proxied "%s" listener!',n)}),this),void(this.readyState=Ar.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=Ar.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===Ar.DISPOSING||this.readyState===Ar.DISPOSED?(n.info("cannot listen to events, already disposed!"),this):(n.info('adding "%s" event listener:',e,t),this.emitter.on(e,t),this)}once(e,t){return this.emitter.once(e,t),this}off(e,t){return this.emitter.off(e,t),this}removeAllListeners(e){return this.emitter.removeAllListeners(e),this}dispose(){const e=this.logger.extend("dispose");if(this.readyState!==Ar.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=Ar.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",Or(this.symbol)),this.subscriptions.length>0){e.info("disposing of %d subscriptions...",this.subscriptions.length);for(const e of this.subscriptions)e();this.subscriptions=[],e.info("disposed of all subscriptions!",this.subscriptions.length)}this.emitter.removeAllListeners(),e.info("destroyed the listener!"),this.readyState=Ar.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=Or(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 jr(){return Math.random().toString(16).slice(2)}var Dr=new TextEncoder;var Lr=class e extends Pr{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 zr=e=>function(t,n){const r=(async()=>{e.workerChannel.removeAllListeners(),e.workerChannel.on("REQUEST",tr(e,t)),e.workerChannel.on("RESPONSE",function(e){return t=>{const n=t.data,r=Zn(n.request);if(n.response.type?.includes("opaque"))return;const o=0===n.response.status?Response.error():new sr(sr.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 Qn(t.serviceWorker.url,t.serviceWorker.options,t.findWorker),[o,a]=r;if(!o){const e=n?.findWorker?_.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):_.formatMessage('Failed to locate the Service Worker registration.\n\nThis most likely means that the worker script URL "%s" cannot resolve against the actual public hostname (%s). This may happen if your application runs behind a proxy, or has a dynamic hostname.\n\nPlease consider using a custom "serviceWorker.url" option to point to the actual worker script location, or a custom "findWorker" option to resolve the Service Worker registration manually. More details: https://mswjs.io/docs/api/setup-worker/start',t.serviceWorker.url,location.host);throw new Error(e)}return e.workerPromise.resolve(o),e.registration=a,window.addEventListener("beforeunload",()=>{"redundant"!==o.state&&e.workerChannel.postMessage("CLIENT_CLOSED"),window.clearInterval(e.keepAliveInterval),window.postMessage({type:"msw/worker:stop"})}),await function(e){const t=new Gn;return e.workerChannel.postMessage("INTEGRITY_CHECK_REQUEST"),e.workerChannel.once("INTEGRITY_CHECK_RESPONSE",e=>{const{checksum:n,packageVersion:r}=e.data;"4db4a41e972cec1b64cc569c66952d82"!==n&&_.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=>{_.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)||_.warn(`Cannot intercept requests on this page because it's outside of the worker's scope ("${e.scope}"). If you wish to mock API requests on this page, you must resolve this scope issue.\n\n- (Recommended) Register the worker at the root level ("/") of your application.\n- Set the "Service-Worker-Allowed" response header to allow out-of-scope workers.`)}(a,e.startOptions),a})().then(async n=>{const r=n.installing||n.waiting;if(r){const e=new Gn;r.addEventListener("statechange",()=>{"activated"===r.state&&e.resolve()}),await e}return await function(e,t){const n=new Gn;return e.workerChannel.postMessage("MOCK_ACTIVATE"),e.workerChannel.once("MOCKING_ENABLED",async r=>{e.isMockingEnabled=!0;const o=await e.workerPromise;Yn({quiet:t.quiet,workerScope:e.registration?.scope,workerUrl:o.scriptURL,client:r.data.client}),n.resolve(!0)}),n}(e,t).catch(e=>{throw _.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},qr=class{#i;#s;constructor(){this.#i=[],this.#s=new Map}get[Symbol.iterator](){return this.#i[Symbol.iterator].bind(this.#i)}entries(){return this.#s.entries()}get(e){return this.#s.get(e)||[]}getAll(){return this.#i.map(([,e])=>e)}append(e,t){this.#i.push([e,t]),this.#c(e,e=>e.push(t))}prepend(e,t){this.#i.unshift([e,t]),this.#c(e,e=>e.unshift(t))}delete(e,t){if(0!==this.size){this.#i=this.#i.filter(e=>e[1]!==t);for(const[n,r]of this.#s)n===e&&r.includes(t)&&r.splice(r.indexOf(t),1)}}deleteAll(e){0!==this.size&&(this.#i=this.#i.filter(t=>t[0]!==e),this.#s.delete(e))}get size(){return this.#i.length}clear(){0!==this.size&&(this.#i.length=0,this.#s.clear())}#c(e,t){t(this.#s.get(e)||this.#s.set(e,[]).get(e))}},Nr=Symbol("kDefaultPrevented"),Ur=Symbol("kPropagationStopped"),Br=Symbol("kImmediatePropagationStopped"),Mr=class extends MessageEvent{#u;[Nr];[Ur];[Br];constructor(...e){super(e[0],e[1]),this[Nr]=!1}get defaultPrevented(){return this[Nr]}preventDefault(){super.preventDefault(),this[Nr]=!0}stopImmediatePropagation(){super.stopImmediatePropagation(),this[Br]=!0}},Fr=Symbol("kListenerOptions"),Hr=class{#l;constructor(){this.#l=new qr}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[Ur]&&n.event[Ur]!==this)return n.revoke(),!1;if(n.event[Br])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[Ur]&&n.event[Ur]!==this)return n.revoke(),[];if(n.event[Br])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[Ur]&&t.event[Ur]!==this)return void t.revoke();if(t.event[Br])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,Fr,{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[Ur]=this,Reflect.apply(t,n,r))}),{event:e,revoke(){e.stopPropagation=t}}}#f(e,t){const n=t.call(this,e);if(t[Fr]?.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)}},Wr=Xn(),Vr=class extends Mr{#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]})}},Gr=class extends Hr{constructor(e){super(),this.options=e,Wr&&navigator.serviceWorker.addEventListener("message",async e=>{const t=await this.options.worker;null!=e.source&&e.source!==t||e.data&&f(e.data)&&"type"in e.data&&this.emit(new Vr(e))})}postMessage(e){Wn(Wr,"Failed to post message on a WorkerChannel: the Service Worker API is unavailable in this context. This is likely an issue with MSW. Please report it on GitHub: https://github.com/mswjs/msw/issues"),this.options.worker.then(t=>{t.postMessage(e)})}};async function Kr(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}function $r(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 Qr=async e=>{try{return{error:null,data:await e().catch(e=>{throw e})}}catch(e){return{error:e,data:null}}};function Yr(e,t=!1){return t?Object.prototype.toString.call(e).startsWith("[object "):"[object Object]"===Object.prototype.toString.call(e)}function Jr(e,t){try{return e[t],!0}catch{return!1}}function Zr(e){return null!=e&&e instanceof Response&&Jr(e,"type")&&"error"===e.type}async function Xr(e){const t=async t=>{return t instanceof Error?(await e.controller.errorWith(t),!0):Zr(t)?(await e.controller.respondWith(t),!0):Yr(n=t,!0)&&Jr(n,"status")&&Jr(n,"statusText")&&Jr(n,"bodyUsed")?(await e.controller.respondWith(t),!0):!!Yr(t)&&(await e.controller.errorWith(t),!0);var n},n=async n=>{if(n instanceof rr)throw o.error;return function(e){return null!=e&&e instanceof Error&&"code"in e&&"errno"in e}(n)?(await e.controller.errorWith(n),!0):n instanceof Response&&await t(n)},r=new Gn;if(e.request.signal){if(e.request.signal.aborted)return void await e.controller.errorWith(e.request.signal.reason);e.request.signal.addEventListener("abort",()=>{r.reject(e.request.signal.reason)},{once:!0})}const o=await Qr(async()=>{const t=Kr(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===or.PENDING?await e.controller.passthrough():e.controller.handled;if(await n(o.error))return;if(e.emitter.listenerCount("unhandledException")>0){const n=new or(e.request,{passthrough(){},async respondWith(e){await t(e)},async errorWith(t){await e.controller.errorWith(t)}});if(await Kr(e.emitter,"unhandledException",{error:o.error,request:e.request,requestId:e.requestId,controller:n}),n.readyState!==or.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 eo(e){return Object.assign(new TypeError("Failed to fetch"),{cause:e})}var to=["content-encoding","content-language","content-location","content-type","content-length"],no=Symbol("kRedirectCount");function ro(e,t){return e.origin===t.origin&&"null"===e.origin||e.protocol===t.protocol&&e.hostname===t.hostname&&e.port===t.port}var oo=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)}})}},ao=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 io(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 ao(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 oo):(e.length=0,e),[]))}(e.headers.get("content-encoding")||"");return t?(e.body.pipeTo(t.writable),t.readable):null}var so=class e extends Pr{static{this.symbol=Symbol("fetch")}constructor(){super(e.symbol)}checkEnvironment(){return $r("fetch")}async setup(){const e=globalThis.fetch;Wn(!e[nr],'Failed to patch the "fetch" module: already patched.'),globalThis.fetch=async(t,n)=>{const r=jr(),o="string"!=typeof t||"undefined"==typeof location||ar(t)?t:new URL(t,location.href),a=new Request(o,n);t instanceof Request&&ur(a,t);const i=new Gn,s=new or(a,{passthrough:async()=>{this.logger.info("request has not been handled, passthrough...");const t=a.clone(),{error:n,data:o}=await Qr(()=>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 Kr(this.emitter,"response",{response:e,isMockedResponse:!1,request:t,requestId:r})}i.resolve(o)},respondWith:async e=>{if(Zr(e))return this.logger.info("request has errored!",{response:e}),void i.reject(eo(e));this.logger.info("received mocked response!",{rawResponse:e});const t=io(e),n=null===t?e:new sr(t,e);if(sr.setUrl(a.url,n),sr.isRedirectResponse(n.status)){if("error"===a.redirect)return void i.reject(eo("unexpected redirect"));if("follow"===a.redirect)return void async function(e,t){if(303!==t.status&&null!=e.body)return Promise.reject(eo());const n=new URL(e.url);let r;try{r=new URL(t.headers.get("location"),e.url)}catch(e){return Promise.reject(eo(e))}if("http:"!==r.protocol&&"https:"!==r.protocol)return Promise.reject(eo("URL scheme must be a HTTP(S) scheme"));if(Reflect.get(e,no)>20)return Promise.reject(eo("redirect count exceeded"));if(Object.defineProperty(e,no,{value:(Reflect.get(e,no)||0)+1}),"cors"===e.mode&&(r.username||r.password)&&!ro(n,r))return Promise.reject(eo('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,to.forEach(t=>{e.headers.delete(t)})),ro(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 Kr(this.emitter,"response",{response:n.clone(),isMockedResponse:!0,request:a,requestId:r})),i.resolve(n)},errorWith:e=>{this.logger.info("request has been aborted!",{reason:e}),i.reject(e)}});return this.logger.info("[%s] %s",a.method,a.url),this.logger.info("awaiting for the mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',this.emitter.listenerCount("request")),await Xr({request:a,requestId:r,emitter:this.emitter,controller:s}),i},Object.defineProperty(globalThis.fetch,nr,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.fetch,nr,{value:void 0}),globalThis.fetch=e,this.logger.info('restored native "globalThis.fetch"!',globalThis.fetch.name)})}};var co=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(){}},uo=class extends co{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}},lo="undefined"!=typeof ProgressEvent;function po(e,t){if(!(t in e))return null;if(Object.prototype.hasOwnProperty.call(e,t))return e;const n=Reflect.getPrototypeOf(e);return n?po(n,t):null}function ho(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=po(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 fo(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 go(e){const t=e.headers.get("content-length");return null!=t&&""!==t?Number(t):(await e.arrayBuffer()).byteLength}var mo=Symbol("kIsRequestHandled"),yo=Vn(),vo=Symbol("kFetchRequest"),bo=class{constructor(e,t){this.initialRequest=e,this.logger=t,this.method="GET",this.url=null,this[mo]=!1,this.events=new Map,this.uploadEvents=new Map,this.requestId=jr(),this.requestHeaders=new Headers,this.responseBuffer=new Uint8Array,this.request=ho(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=ko(e)):(this.method=e,this.url=ko(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 sr(sr.isResponseWithBody(e.status)?t:null,{url:e.responseURL,status:e.status,statusText:e.statusText,headers:fo(e.getAllResponseHeaders())})}(this.request,this.request.response);this.onResponse.call(this,{response:e,isMockedResponse:this[mo],request:a,requestId:this.requestId})}});const o="string"==typeof e?(r=e,Dr.encode(r)):e,a=this.toFetchApiRequest(o);this[vo]=a.clone(),queueMicrotask(()=>{(this.onRequest?.call(this,{request:a,requestId:this.requestId})||Promise.resolve()).finally(()=>{if(!this[mo])return this.logger.info("request callback settled but request has not been handled (readystate %d), performing as-is...",this.request.readyState),yo&&this.request.setRequestHeader("x-interceptors-internal-request-id",this.requestId),n()})});break}default:return n()}var r}}),_o(this.request,"upload",ho(this.request.upload,{setProperty:([e,t],n)=>{switch(e){case"onloadstart":case"onprogress":case"onaboart":case"onerror":case"onload":case"ontimeout":case"onloadend":{const n=e.slice(2);this.registerUploadEvent(n,t)}}return n()},methodCall:([e,t],n)=>{if("addEventListener"===e){const[e,r]=t;return this.registerUploadEvent(e,r),this.logger.info("upload.addEventListener",e,r),n()}}}))}registerEvent(e,t){const n=(this.events.get(e)||[]).concat(t);this.events.set(e,n),this.logger.info('registered event "%s"',e,t)}registerUploadEvent(e,t){const n=(this.uploadEvents.get(e)||[]).concat(t);this.uploadEvents.set(e,n),this.logger.info('registered upload event "%s"',e,t)}async respondWith(e){if(this[mo]=!0,this[vo]){const e=await go(this[vo]);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),_o(this.request,"status",e.status),_o(this.request,"statusText",e.statusText),_o(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 go(e.clone());this.logger.info("calculated response body length",t),this.trigger("loadstart",this.request,{loaded:0,total:t}),this.setReadyState(this.request.HEADERS_RECEIVED),this.setReadyState(this.request.LOADING);const n=()=>{this.logger.info("finalizing the mocked response..."),this.setReadyState(this.request.DONE),this.trigger("load",this.request,{loaded:this.responseBuffer.byteLength,total:t}),this.trigger("loadend",this.request,{loaded:this.responseBuffer.byteLength,total:t})};if(e.body){this.logger.info("mocked response has body, streaming...");const r=e.body.getReader(),o=async()=>{const{value:e,done:a}=await r.read();if(a)return this.logger.info("response body stream done!"),void n();e&&(this.logger.info("read response body chunk:",e),this.responseBuffer=function(e,t){const n=new Uint8Array(e.byteLength+t.byteLength);return n.set(e,0),n.set(t,e.byteLength),n}(this.responseBuffer,e),this.trigger("progress",this.request,{loaded:this.responseBuffer.byteLength,total:t})),o()};o()}else n()}responseBufferToText(){return e=this.responseBuffer,new TextDecoder(t).decode(e);var e,t}get response(){if(this.logger.info("getResponse (responseType: %s)",this.request.responseType),this.request.readyState!==this.request.DONE)return null;switch(this.request.responseType){case"json":{const e=function(e){try{return JSON.parse(e)}catch(e){return null}}(this.responseBufferToText());return this.logger.info("resolved response JSON",e),e}case"arraybuffer":{const t=(e=this.responseBuffer).buffer.slice(e.byteOffset,e.byteOffset+e.byteLength);return this.logger.info("resolved response ArrayBuffer",t),t}case"blob":{const e=this.request.getResponseHeader("Content-Type")||"text/plain",t=new Blob([this.responseBufferToText()],{type:e});return this.logger.info("resolved response Blob (mime type: %s)",t,e),t}default:{const e=this.responseBufferToText();return this.logger.info('resolving "%s" response type as text',this.request.responseType,e),e}}var e}get responseText(){if(Wn(""===this.request.responseType||"text"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.LOADING&&this.request.readyState!==this.request.DONE)return"";const e=this.responseBufferToText();return this.logger.info('getResponseText: "%s"',e),e}get responseXML(){if(Wn(""===this.request.responseType||"document"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.DONE)return null;const e=this.request.getResponseHeader("Content-Type")||"";return"undefined"==typeof DOMParser?(console.warn("Cannot retrieve XMLHttpRequest response body as XML: DOMParser is not defined. You are likely using an environment that is not browser or does not polyfill browser globals correctly."),null):function(e){return["application/xhtml+xml","application/xml","image/svg+xml","text/html","text/xml"].some(t=>e.startsWith(t))}(e)?(new DOMParser).parseFromString(this.responseBufferToText(),e):null}errorWith(e){this[mo]=!0,this.logger.info("responding with an error"),this.setReadyState(this.request.DONE),this.trigger("error",this.request),this.trigger("loadend",this.request)}setReadyState(e){this.logger.info("setReadyState: %d -> %d",this.request.readyState,e),this.request.readyState!==e?(_o(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=lo?ProgressEvent:uo;return["error","progress","loadstart","loadend","load","timeout","abort"].includes(t)?new r(t,{lengthComputable:!0,loaded:n?.loaded||0,total:n?.total||0}):new co(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 _o(n,"headers",ho(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()}})),ur(n,this.request),this.logger.info("converted request to a Fetch API Request!",n),n}};function ko(e){return"undefined"==typeof location?new URL(e):new URL(e.toString(),location.href)}function _o(e,t,n){Reflect.defineProperty(e,t,{writable:!0,enumerable:!0,value:n})}var wo=class e extends Pr{static{this.interceptorSymbol=Symbol("xhr")}constructor(){super(e.interceptorSymbol)}checkEnvironment(){return $r("XMLHttpRequest")}setup(){const e=this.logger.extend("setup");e.info('patching "XMLHttpRequest" module...');const t=globalThis.XMLHttpRequest;Wn(!t[nr],'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 bo(a,t);return s.onRequest=async function({request:t,requestId:n}){const r=new or(t,{passthrough:()=>{this.logger.info("no mocked response received, performing request as-is...")},respondWith:async e=>{Zr(e)?this.errorWith(new TypeError("Network error")):await this.respondWith(e)},errorWith:e=>{this.logger.info("request errored!",{error:e}),e instanceof Error&&this.errorWith(e)}});this.logger.info("awaiting mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',e.listenerCount("request")),await Xr({request:t,requestId:n,controller:r,emitter:e})},s.onResponse=async function({response:t,isMockedResponse:n,request:r,requestId:o}){this.logger.info('emitting the "response" event for %s listener(s)...',e.listenerCount("response")),e.emit("response",{response:t,isMockedResponse:n,request:r,requestId:o})},s.request}})}({emitter:this.emitter,logger:this.logger}),e.info('native "XMLHttpRequest" module patched!',globalThis.XMLHttpRequest.name),Object.defineProperty(globalThis.XMLHttpRequest,nr,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.XMLHttpRequest,nr,{value:void 0}),globalThis.XMLHttpRequest=t,e.info('native "XMLHttpRequest" module restored!',globalThis.XMLHttpRequest.name)})}};var Eo=class extends Mt{context;constructor(...e){super(...e),Wn(!Vn(),_.formatMessage("Failed to execute `setupWorker` in a non-browser environment. Consider using `setupServer` for Node.js environment instead.")),this.context=this.createWorkerContext()}createWorkerContext(){const e=new Gn;return{isMockingEnabled:!1,startOptions:null,workerPromise:e,registration:void 0,getRequestHandlers:()=>this.handlersController.currentHandlers(),emitter:this.emitter,workerChannel:new Gr({worker:e})}}async start(e={}){if("waitUntilReady"in e&&_.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 _.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=g(Kn,e),function(e){An.on("connection",async t=>{const n=e.getHandlers().filter(Lt("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 I(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||Bn(e)},onPassthroughConnection(){}}),An.apply(),this.subscriptions.push(()=>{An.dispose()}),!Xn()){const e=function(e,t){const n=new Lr({name:"fallback",interceptors:[new so,new wo]});return n.on("request",async({request:n,requestId:r,controller:o})=>{const a=n.clone(),i=await Dt(n,r,e.getRequestHandlers().filter(Lt("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 Yn({message:"Mocking enabled (fallback mode).",quiet:this.context.startOptions.quiet})}const t=zr(this.context),n=await t(this.context.startOptions,e);return this.context.isMockingEnabled=!0,n}stop(){super.dispose(),this.context.isMockingEnabled?(this.context.isMockingEnabled=!1,this.context.workerStoppedAt=Date.now(),this.context.emitter.removeAllListeners(),Xn()&&(this.context.workerChannel.removeAllListeners("RESPONSE"),window.clearInterval(this.context.keepAliveInterval)),window.postMessage({type:"msw/worker:stop"}),function(e={}){e.quiet||console.log(`%c${_.formatMessage("Mocking disabled.")}`,"color:orangered;font-weight:bold;")}({quiet:this.context.startOptions?.quiet})):_.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:xo}=ct;function So(e,t){void 0===t&&(t={});for(var n=function(e){for(var t=[],n=0;n<e.length;){var r=e[n];if("*"!==r&&"+"!==r&&"?"!==r)if("\\"!==r)if("{"!==r)if("}"!==r)if(":"!==r)if("("!==r)t.push({type:"CHAR",index:n,value:e[n++]});else{var o=1,a="";if("?"===e[s=n+1])throw new TypeError('Pattern cannot start with "?" at '.concat(s));for(;s<e.length;)if("\\"!==e[s]){if(")"===e[s]){if(0===--o){s++;break}}else if("("===e[s]&&(o++,"?"!==e[s+1]))throw new TypeError("Capturing groups are not allowed at ".concat(s));a+=e[s++]}else a+=e[s++]+e[s++];if(o)throw new TypeError("Unbalanced pattern at ".concat(n));if(!a)throw new TypeError("Missing pattern at ".concat(n));t.push({type:"PATTERN",index:n,value:a}),n=s}else{for(var i="",s=n+1;s<e.length;){var c=e.charCodeAt(s);if(!(c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||95===c))break;i+=e[s++]}if(!i)throw new TypeError("Missing parameter name at ".concat(n));t.push({type:"NAME",index:n,value:i}),n=s}else t.push({type:"CLOSE",index:n,value:e[n++]});else t.push({type:"OPEN",index:n,value:e[n++]});else t.push({type:"ESCAPED_CHAR",index:n++,value:e[n++]});else t.push({type:"MODIFIER",index:n,value:e[n++]})}return t.push({type:"END",index:n,value:""}),t}(e),r=t.prefixes,o=void 0===r?"./":r,a=t.delimiter,i=void 0===a?"/#?":a,s=[],c=0,u=0,l="",d=function(e){if(u<n.length&&n[u].type===e)return n[u++].value},p=function(e){var t=d(e);if(void 0!==t)return t;var r=n[u],o=r.type,a=r.index;throw new TypeError("Unexpected ".concat(o," at ").concat(a,", expected ").concat(e))},h=function(){for(var e,t="";e=d("CHAR")||d("ESCAPED_CHAR");)t+=e;return t},f=function(e){var t=s[s.length-1],n=e||(t&&"string"==typeof t?t:"");if(t&&!n)throw new TypeError('Must have text between two parameters, missing text after "'.concat(t.name,'"'));return!n||function(e){for(var t=0,n=i;t<n.length;t++){var r=n[t];if(e.indexOf(r)>-1)return!0}return!1}(n)?"[^".concat(Io(i),"]+?"):"(?:(?!".concat(Io(n),")[^").concat(Io(i),"])+?")};u<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||c++,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||(_?c++:""),pattern:k&&!_?f(v):_,prefix:v,suffix:w,modifier:d("MODIFIER")||""})}else p("END")}}return s}function Co(e,t){var n=[];return function(e,t,n){void 0===n&&(n={});var r=n.decode,o=void 0===r?function(e){return e}:r;return function(n){var r=e.exec(n);if(!r)return!1;for(var a=r[0],i=r.index,s=Object.create(null),c=function(e){if(void 0===r[e])return"continue";var n=t[e-1];"*"===n.modifier||"+"===n.modifier?s[n.name]=r[e].split(n.prefix+n.suffix).map(function(e){return o(e,n)}):s[n.name]=o(r[e],n)},u=1;u<r.length;u++)c(u);return{path:a,index:i,params:s}}}(Oo(e,n,t),n,t)}function Io(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function Ro(e){return e&&e.sensitive?"":"i"}function To(e,t,n){return function(e,t,n){void 0===n&&(n={});for(var r=n.strict,o=void 0!==r&&r,a=n.start,i=void 0===a||a,s=n.end,c=void 0===s||s,u=n.encode,l=void 0===u?function(e){return e}:u,d=n.delimiter,p=void 0===d?"/#?":d,h=n.endsWith,f="[".concat(Io(void 0===h?"":h),"]|$"),g="[".concat(Io(p),"]"),m=i?"^":"",y=0,v=e;y<v.length;y++){var b=v[y];if("string"==typeof b)m+=Io(l(b));else{var k=Io(l(b.prefix)),_=Io(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(c)o||(m+="".concat(g,"?")),m+=n.endsWith?"(?=".concat(f,")"):"$";else{var E=e[e.length-1],x="string"==typeof E?g.indexOf(E[E.length-1])>-1:void 0===E;o||(m+="(?:".concat(g,"(?=").concat(f,"))?")),x||(m+="(?=".concat(g,"|").concat(f,")"))}return new RegExp(m,Ro(n))}(So(e,n),t,n)}function Oo(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 Oo(e,t,n).source});return new RegExp("(?:".concat(r.join("|"),")"),Ro(n))}(e,t,n):To(e,t,n)}var Ao=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}};function Po(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 ln}get#a(){return this.handled}async passthrough(){b.as(Ao,this.readyState===e.PENDING,'Failed to passthrough the "%s %s" request: the request has already been handled',this.request.method,this.request.url),this.readyState=e.PASSTHROUGH,await this.source.passthrough(),this.#a.resolve()}respondWith(t){b.as(Ao,this.readyState===e.PENDING,'Failed to respond to the "%s %s" request with "%d %s": the request has already been handled (%d)',this.request.method,this.request.url,t.status,t.statusText||"OK",this.readyState),this.readyState=e.RESPONSE,this.#a.resolve(),this.source.respondWith(t)}errorWith(t){b.as(Ao,this.readyState===e.PENDING,'Failed to error the "%s %s" request with "%s": the request has already been handled (%d)',this.request.method,this.request.url,t?.toString(),this.readyState),this.readyState=e.ERROR,this.source.errorWith(t),this.#a.resolve()}});var jo=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=Po("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=Po("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}};new TextEncoder;const Do=/[?|#].*$/g;function Lo(e){return e.endsWith("?")?e:e.replace(Do,"")}function zo(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 Lo(n)}function qo(e,t,n){const r=zo(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=Co(o,{decode:decodeURIComponent})(a);return{matches:!1!==i,params:i&&i.params||{}}}var No=Object.create,Uo=Object.defineProperty,Bo=Object.getOwnPropertyDescriptor,Mo=Object.getOwnPropertyNames,Fo=Object.getPrototypeOf,Ho=Object.prototype.hasOwnProperty,Wo=((e,t)=>function(){return t||(0,e[Mo(e)[0]])((t={exports:{}}).exports,t),t.exports})({"node_modules/.pnpm/cookie@1.0.2/node_modules/cookie/dist/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parse=function(e,t){const n=new i,r=e.length;if(r<2)return n;const o=t?.decode||u;let a=0;do{const t=e.indexOf("=",a);if(-1===t)break;const i=e.indexOf(";",a),u=-1===i?r:i;if(t>u){a=e.lastIndexOf(";",t-1)+1;continue}const l=s(e,a,t),d=c(e,t,l),p=e.slice(l,d);if(void 0===n[p]){let r=s(e,t+1,u),a=c(e,u,r);const i=o(e.slice(r,a));n[p]=i}a=u+1}while(a<r);return n},e.serialize=function(e,i,s){const c=s?.encode||encodeURIComponent;if(!t.test(e))throw new TypeError(`argument name is invalid: ${e}`);const u=c(i);if(!n.test(u))throw new TypeError(`argument val is invalid: ${i}`);let l=e+"="+u;if(!s)return l;if(void 0!==s.maxAge){if(!Number.isInteger(s.maxAge))throw new TypeError(`option maxAge is invalid: ${s.maxAge}`);l+="; Max-Age="+s.maxAge}if(s.domain){if(!r.test(s.domain))throw new TypeError(`option domain is invalid: ${s.domain}`);l+="; Domain="+s.domain}if(s.path){if(!o.test(s.path))throw new TypeError(`option path is invalid: ${s.path}`);l+="; Path="+s.path}if(s.expires){if(!function(e){return"[object Date]"===a.call(e)}(s.expires)||!Number.isFinite(s.expires.valueOf()))throw new TypeError(`option expires is invalid: ${s.expires}`);l+="; Expires="+s.expires.toUTCString()}s.httpOnly&&(l+="; HttpOnly");s.secure&&(l+="; Secure");s.partitioned&&(l+="; Partitioned");if(s.priority){switch("string"==typeof s.priority?s.priority.toLowerCase():void 0){case"low":l+="; Priority=Low";break;case"medium":l+="; Priority=Medium";break;case"high":l+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${s.priority}`)}}if(s.sameSite){switch("string"==typeof s.sameSite?s.sameSite.toLowerCase():s.sameSite){case!0:case"strict":l+="; SameSite=Strict";break;case"lax":l+="; SameSite=Lax";break;case"none":l+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${s.sameSite}`)}}return l};var t=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,n=/^[\u0021-\u003A\u003C-\u007E]*$/,r=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,o=/^[\u0020-\u003A\u003D-\u007E]*$/,a=Object.prototype.toString,i=(()=>{const e=function(){};return e.prototype=Object.create(null),e})();function s(e,t,n){do{const n=e.charCodeAt(t);if(32!==n&&9!==n)return t}while(++t<n);return n}function c(e,t,n){for(;t>n;){const n=e.charCodeAt(--t);if(32!==n&&9!==n)return t+1}return n}function u(e){if(-1===e.indexOf("%"))return e;try{return decodeURIComponent(e)}catch(t){return e}}}}),Vo=((e,t,n)=>(n=null!=e?No(Fo(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of Mo(t))Ho.call(e,o)||o===n||Uo(e,o,{get:()=>t[o],enumerable:!(r=Bo(t,o))||r.enumerable});return e})(!t&&e&&e.__esModule?n:Uo(n,"default",{value:e,enumerable:!0}),e)))(Wo(),1),Go=Vo.default||Vo,Ko=Go.parse,$o=Go.serialize;function Qo(e){const t=Ko(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function Yo(){return Qo(document.cookie)}function Jo(e){const t=e.headers.get("cookie"),n=t?Qo(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?Yo():{}}case"include":return Yo();default:return{}}}(e);for(const t in r)e.headers.append("cookie",$o(t,r[t]));const o=Ke.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 Zo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Zo||{});class Xo extends S{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;Lo(t)!==t&&_.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=Jo(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?qo(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=C(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||xo[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(_.formatMessage(`${Pn()} ${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 ea(e){return(t,n,r={})=>new Xo(e,t,n,r)}const ta={all:ea(/.+/),head:ea(Zo.HEAD),get:ea(Zo.GET),post:ea(Zo.POST),put:ea(Zo.PUT),delete:ea(Zo.DELETE),patch:ea(Zo.PATCH),options:ea(Zo.OPTIONS)},na=Symbol("bodyType");class ra extends jo{[na]=null;constructor(e,t){const n=jt(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,Pt,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=Ot.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=jt(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 ra(e,n)}static json(e,t){const n=jt(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 ra(r,n)}static xml(e,t){const n=jt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new ra(e,n)}static html(e,t){const n=jt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new ra(e,n)}static arrayBuffer(e,t){const n=jt(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 ra(e,n)}static formData(e,t){return new ra(e,jt(t))}}b("undefined"!=typeof URL,_.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 oa,aa={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},ia={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:{}},sa={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:{}},ca={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:{}},ua=[{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:""}],la={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}]},da=[ta.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",function(){return ra.json(aa)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",function(){return ra.json(ia)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",function(){return ra.json(sa)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",function(){return ra.json(ca)}),ta.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",function(){return ra.json(ua)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",function(){return ra.json(la)})],pa={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}}},ha={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}}},fa={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"}(oa||(oa={}));var ga={sales_volume_metric_group:fa.sales_volume_metric_group,total_payments:fa.total_payments},ma=ta.get("/api/insights/overview-metrics",function(){return ra.json(ga)}),ya=[ta.get("/api/v3/insights/overview-metrics/".concat(oa.GENERAL),function(){return ra.json({sales_volume_metric_group:ga.sales_volume_metric_group})}),ta.get("/api/v3/insights/overview-metrics/".concat(oa.LATENCY),function(){return ra.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})}),ta.get("/api/v3/insights/overview-metrics/".concat(oa.STATUS),function(){return ra.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})}),ta.get("/api/v3/insights/overview-metrics/".concat(oa.SUBSCRIPTIONS),function(){return ra.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})})],va=e([ma],ya,!0),ba=e([ta.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",function(){return ra.json(pa)}),ta.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",function(){return ra.json(ha)}),ta.get("*/accounts/webhooks/:accountCode",function(){return ra.json({})}),ta.get("*/accounts/webhooks/params-catalog",function(){return ra.json({})}),ta.get("*/accounts/webhooks-v2/:accountCode",function(){return ra.json({})})],va,!0),ka={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"}},_a={total:100,page:1,page_size:10,total_pages:10},wa={authorization_code:"AUTH123",card_category:"CREDIT",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",payment_method_category:"CARD",provider_id:"stripe",reconciliation_status:"NOT_RECONCILED",reconciliation_sub_status:"PENDING"},Ea={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"},xa={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"}}},Sa=ka,Ca={data:[wa,t(t({},wa),{authorization_code:"AUTH456",provider_id:"paypal"})],pagination:_a},Ia=t(t({},ka),{total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}}),Ra={data:[t(t({},wa),{reconciliation_status:"STATUS_CONFLICT"})],pagination:t(t({},_a),{total:20,total_pages:2})},Ta=t(t({},ka),{total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}),Oa={data:[t(t({},wa),{reconciliation_status:"AMOUNT_CONFLICT"})],pagination:t(t({},_a),{total:10,total_pages:1})},Aa={data:[{id:"2025-01-10",transactions:30,amount_local:8e3,amount_usd:8e3,currency_code_local:"USD"},{id:"2025-01-11",transactions:25,amount_local:6500,amount_usd:6500,currency_code_local:"USD"}],total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}},Pa=t(t({},ka),{total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}}),ja={data:[t(t({},wa),{reconciliation_status:"DATE_CONFLICT"})],pagination:t(t({},_a),{total:55,total_pages:6})},Da={data:[{id:"stripe",transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}],total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}},La=t(t({},ka),{total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}}),za={data:[t(t({},Ea),{fee_status:"MISMATCH"}),t(t({},Ea),{transaction_id:"TXN456",fee_status:"MISMATCH"})],pagination:t(t({},_a),{total:15,total_pages:2})},qa={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}]},Na={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"}},Ua=t(t({},ka),{total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}}),Ba={data:[Ea],pagination:t(t({},_a),{total:800,total_pages:80})},Ma={data:[{id:"stripe",transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}],total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}},Fa=t(t({},ka),{total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}}),Ha={data:[t(t({},{transaction_id:"TXN123",acquirer:"STRIPE",amount:100,authorization_code:"AUTH123",card_brand:"Visa",card_iin:"411111",card_lfd:"1111",card_type:"CREDIT",confirmation_status:"CONFIRMED",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",merchant_order_id:"ORDER123",merchant_transaction_id:"MERCH123",payment_id:"PAY123",provider_status:"APPROVED",provider_transaction_id:"PROV123",response_code:"00",status:"SUCCEEDED",type:"PAYMENT"}),{confirmation_status:"NOT_CONFIRMED"})],pagination:t(t({},_a),{total:25,total_pages:3})},Wa={total_amount_usd:75e3,chart_data:[{date:"2025-01-10",amount_usd:2e4},{date:"2025-01-11",amount_usd:25e3},{date:"2025-01-12",amount_usd:3e4}]},Va={primary_key:"pk_mock_123",organization_code:"org_mock",account_id:"acc_mock",provider_merchant_id:"pmid_mock",provider_id:"provider_mock",acquirer:"acquirer_mock",country:"AR",payment_method_category:"CARD",payment_method_type:"CREDIT_CARD",settlement_batch_id:"batch_mock",payment_id:"pay_found_123",transaction_id:"txn_mock",provider_transaction_id:"ptxn_mock",third_party_transaction_id_transaction:"tp_txn_mock",merchant_order_id:"order_mock",merchant_reference:"ref_mock",transaction_date:"2026-05-06 13:48:17",settlement_date:"2026-05-08",type:"PURCHASE",reconciliation_status:"RECONCILED",reconciliation_sub_status:"MATCH_FOUND",reconciliation_id:"recon_mock",amount:19099,gross_currency:"ARS",gross_credit:19099,gross_debit:0,settlement_currency:"USD",fx_rate:.00115,settlement_gross_amount:21.96,fee_rate:.0349,settlement_fees:.77,settlement_fee_taxes:.04,settlement_taxes:0,settlement_net_credit:21.15,settlement_net_debit:0,card_brand:"VISA",card_type:"CREDIT",card_iin:"450799",card_lfd:"1234",authorization_code:"123456",installments:1,installment_number:1},Ga="*/reconciliations/insights",Ka=[ta.post("".concat(Ga,"/conflicts/summary"),function(){return ra.json(xa)}),ta.post("".concat(Ga,"/not-reconciled/aggregators"),function(){return ra.json(Sa)}),ta.post("".concat(Ga,"/not-reconciled/list"),function(){return ra.json(Ca)}),ta.post("".concat(Ga,"/status-conflict/aggregators"),function(){return ra.json(Ia)}),ta.post("".concat(Ga,"/status-conflict/list"),function(){return ra.json(Ra)}),ta.post("".concat(Ga,"/amount-conflict/aggregators"),function(){return ra.json(Ta)}),ta.post("".concat(Ga,"/amount-conflict/list"),function(){return ra.json(Oa)}),ta.post("".concat(Ga,"/conflict-date/summary"),function(){return ra.json(Aa)}),ta.post("".concat(Ga,"/conflict-date/aggregators"),function(){return ra.json(Pa)}),ta.post("".concat(Ga,"/conflict-date/list"),function(){return ra.json(ja)}),ta.post("".concat(Ga,"/incorrect-fees/summary"),function(){return ra.json(Da)}),ta.post("".concat(Ga,"/incorrect-fees/aggregators"),function(){return ra.json(La)}),ta.post("".concat(Ga,"/incorrect-fees/list"),function(){return ra.json(za)}),ta.post("".concat(Ga,"/fees-charged/summary"),function(){return ra.json(qa)}),ta.post("".concat(Ga,"/reconciled/summary"),function(){return ra.json(Na)}),ta.post("".concat(Ga,"/reconciled/aggregators"),function(){return ra.json(Ua)}),ta.post("".concat(Ga,"/reconciled/list"),function(){return ra.json(Ba)}),ta.post("".concat(Ga,"/not-confirm/summary"),function(){return ra.json(Ma)}),ta.post("".concat(Ga,"/not-confirm/aggregators"),function(){return ra.json(Fa)}),ta.post("".concat(Ga,"/not-confirm/list"),function(){return ra.json(Ha)}),ta.post("".concat(Ga,"/amount-to-be-settled/summary"),function(){return ra.json(Wa)}),ta.post("".concat(Ga,"/reconciliation-rate/summary/by-provider"),function(){return ra.json({total:{total_transactions:0,transactions_percentage:0},data:[]})}),ta.post("".concat(Ga,"/reconciliation-rate/summary/by-account"),function(){return ra.json([])}),ta.post("".concat(Ga,"/reconciliation-rate/summary/by-currency"),function(){return ra.json([])}),ta.post("".concat(Ga,"/settlement/lookup"),function(){return ra.json(Va)})],$a=[{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"},Ya={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"},Ja={deleted:!0},Za=[ta.get("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return ra.json($a)}),ta.post("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return ra.json(Qa)}),ta.patch("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return ra.json(Ya)}),ta.delete("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return ra.json(Ja)})],Xa={account_id:"acc_test_001",country:"BR",created_at:"2026-01-15T10:30:00.000Z",updated_at:"2026-02-20T14:45:00.000Z"},ei={data:[t({id:"rec_001",merchant_recipient_id:"merch-rec-001",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"Carlos",last_name:"Rodríguez",legal_name:null,email:"carlos.rodriguez@example.com",date_of_birth:"1990-05-12",website:null,industry:null,merchant_category_code:null,document:{number:"12345678901",type:"CPF"},phone:{country_code:"+55",number:"11999887766"},address:{address_line_1:"Rua Augusta 1200",address_line_2:"Apto 301",city:"São Paulo",state:"SP",zip_code:"01304-001",country:"BR"}},Xa),t(t({id:"rec_002",merchant_recipient_id:"merch-rec-002",national_entity:"ENTITY",entity_type:"PRIVATE",first_name:null,last_name:null,legal_name:"Acme Payments Ltda",email:"finance@acmepayments.com",date_of_birth:null,website:"https://acmepayments.com",industry:"Financial Services",merchant_category_code:"5411",document:{number:"12345678000199",type:"CNPJ"},phone:{country_code:"+55",number:"1133445566"},address:{address_line_1:"Av. Paulista 900",address_line_2:"Sala 1201",city:"São Paulo",state:"SP",zip_code:"01310-100",country:"BR"}},Xa),{account_id:"acc_test_002",country:"BR",created_at:"2026-01-20T08:00:00.000Z",updated_at:"2026-02-22T16:30:00.000Z"}),t(t({id:"rec_003",merchant_recipient_id:"merch-rec-003",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"María",last_name:"González",legal_name:null,email:"maria.gonzalez@example.com",date_of_birth:"1985-11-30",website:null,industry:null,merchant_category_code:null,document:{number:"87654321",type:"DNI"},phone:{country_code:"+54",number:"1155667788"},address:{address_line_1:"Av. Corrientes 1234",address_line_2:null,city:"Buenos Aires",state:"CABA",zip_code:"C1043",country:"AR"}},Xa),{account_id:"acc_test_001",country:"AR",created_at:"2026-02-01T12:00:00.000Z",updated_at:"2026-02-28T09:15:00.000Z"}),t(t({id:"rec_004",merchant_recipient_id:null,national_entity:"ENTITY",entity_type:"PRIVATE",first_name:null,last_name:null,legal_name:"TechPay Solutions S.A.",email:"admin@techpay.co",date_of_birth:null,website:"https://techpay.co",industry:"Technology",merchant_category_code:"7372",document:{number:"900123456",type:"NIT"},phone:{country_code:"+57",number:"3001234567"},address:{address_line_1:"Carrera 7 #80-49",address_line_2:"Oficina 605",city:"Bogotá",state:"Cundinamarca",zip_code:"110221",country:"CO"}},Xa),{account_id:"acc_test_003",country:"CO",created_at:"2026-02-10T15:30:00.000Z",updated_at:"2026-03-01T11:00:00.000Z"}),t(t({id:"rec_005",merchant_recipient_id:"merch-rec-005",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"João",last_name:"Silva",legal_name:null,email:"joao.silva@example.com",date_of_birth:"1992-08-25",website:null,industry:null,merchant_category_code:null,document:{number:"98765432100",type:"CPF"},phone:{country_code:"+55",number:"21988776655"},address:{address_line_1:"Rua Voluntários da Pátria 45",address_line_2:null,city:"Rio de Janeiro",state:"RJ",zip_code:"22270-000",country:"BR"}},Xa),{created_at:"2026-02-15T09:00:00.000Z",updated_at:"2026-03-01T17:45:00.000Z"})],pagination:{page:1,page_size:25,total_items:5,total_pages:1,has_next:!1,has_previous:!1}},ti={id:"rec_001",merchant_recipient_id:"merch-rec-001",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"Carlos",last_name:"Rodríguez",legal_name:null,email:"carlos.rodriguez@example.com",account_id:"acc_test_001",country:"BR",created_at:"2026-01-15T10:30:00.000Z",updated_at:"2026-02-20T14:45:00.000Z",document:{number:"12345678901",type:"CPF"},phone:{country_code:"+55",number:"11999887766"},address:{address_line_1:"Rua Augusta 1200",address_line_2:"Apto 301",city:"São Paulo",state:"SP",zip_code:"01304-001",country:"BR"},withdrawal_method:{bank:{code:"001",branch:"1234",branch_digit:"5",account:"98765432",account_digit:"1",account_type:"CHECKINGS",routing:"00119876",country:"BR",currency:"BRL",payout_schedule:null}},documentation:[],onboardings:[{id:"onb_001",provider_id:"stripe",provider:{name:"Stripe",icon:"https://cdn.y.uno/providers/stripe.svg"},status:"APPROVED",response_message:null,created_at:"2026-01-16T08:00:00.000Z",updated_at:"2026-01-18T12:00:00.000Z"},{id:"onb_002",provider_id:"adyen",provider:{name:"Adyen",icon:"https://cdn.y.uno/providers/adyen.svg"},status:"PENDING",response_message:null,created_at:"2026-02-10T09:00:00.000Z",updated_at:"2026-02-10T09:00:00.000Z"}]},ni={id:"onb_001",type:"ONBOARD_ONTO_THE_PROVIDER",workflow:"DIRECT",description:"Stripe onboarding for payout capabilities",status:"APPROVED",response_message:null,callback_url:"https://example.com/callback/onboarding",provider:{id:"stripe",connection_id:"conn_stripe_001",redirect_url:null,recipient_id:"acct_1NcVZQS0m7FGzPCG",recipient_additional_id:null,onboarding_url:null,legal_entity:null,balance_account_id:"ba_1Nc000",recipient_type:null,raw_notification:null,raw_response:null,response_code:"200",response_message:"OK"},documentation:[],legal_representatives:[],withdrawal_methods:{bank:{code:"001",branch:"1234",branch_digit:"5",account:"98765432",account_digit:"1",account_type:"CHECKINGS",routing:"00119876",country:"BR",currency:"BRL"}},requirements:[],capabilities:{payouts:{status:"ACTIVE",requirements:[]},send_transfers:{status:"ACTIVE",requirements:[]},receive_transfers:{status:"ACTIVE",requirements:[]},payments:{status:"ACTIVE",requirements:[]}},terms_of_service:{acceptance:!0,date:"2026-01-16T08:00:00.000Z",ip:"200.100.50.25"},metadata:[],created_at:"2026-01-16T08:00:00.000Z",updated_at:"2026-01-18T12:00:00.000Z",expires_at:null},ri=[{timestamp:"2026-01-16T08:00:00.000Z",event_type:"ONBOARDING_CREATED",status:"PENDING",event_data:{provider_id:"stripe",provider_status:null,provider_response_code:null,provider_response_message:null,provider_recipient_id:null,provider_redirect_url:null,requirements:[],capabilities:null,change_type:null}},{timestamp:"2026-01-16T08:01:30.000Z",event_type:"ONBOARDING_SUBMITTED",status:"IN_PROGRESS",event_data:{provider_id:"stripe",provider_status:"IN_PROGRESS",provider_response_code:"200",provider_response_message:"Onboarding submitted successfully",provider_recipient_id:"acct_1NcVZQS0m7FGzPCG",provider_redirect_url:null,requirements:[],capabilities:null,change_type:null}},{timestamp:"2026-01-18T12:00:00.000Z",event_type:"ONBOARDING_APPROVED",status:"APPROVED",event_data:{provider_id:"stripe",provider_status:"APPROVED",provider_response_code:"200",provider_response_message:"Onboarding approved",provider_recipient_id:"acct_1NcVZQS0m7FGzPCG",provider_redirect_url:null,requirements:[],capabilities:{payouts:{status:"ACTIVE",requirements:[]},send_transfers:{status:"ACTIVE",requirements:[]},receive_transfers:{status:"ACTIVE",requirements:[]},payments:{status:"ACTIVE",requirements:[]}},change_type:null}}],oi={id:"rec_new_001",merchant_recipient_id:null,national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"New",last_name:"Recipient",legal_name:null,email:"new.recipient@example.com",account_id:"acc_test_001",country:"BR",created_at:(new Date).toISOString(),updated_at:(new Date).toISOString(),document:{number:"11122233344",type:"CPF"},phone:{country_code:"+55",number:"11900001111"},address:null,withdrawal_method:null,documentation:[],onboardings:[]};t(t({},ti),{updated_at:(new Date).toISOString()});var ai={message:"Recipient deleted successfully"},ii={id:"onb_new_001",type:"ONBOARD_ONTO_THE_PROVIDER",workflow:"DIRECT",description:"New onboarding",status:"PENDING",response_message:null,callback_url:null,provider:{id:"stripe",connection_id:"conn_stripe_001",redirect_url:null,recipient_id:null,recipient_additional_id:null,onboarding_url:null,legal_entity:null,balance_account_id:null,recipient_type:null,raw_notification:null,raw_response:null,response_code:null,response_message:null},documentation:[],legal_representatives:[],withdrawal_methods:null,requirements:[],capabilities:null,terms_of_service:null,metadata:[],created_at:(new Date).toISOString(),updated_at:(new Date).toISOString(),expires_at:null},si=t(t({},ni),{updated_at:(new Date).toISOString()}),ci=t(t({},ni),{status:"BLOCKED",updated_at:(new Date).toISOString()}),ui=t(t({},ni),{status:"APPROVED",updated_at:(new Date).toISOString()}),li="https://dev.y.uno/dashboard-bff/api",di={rec_001:ti,rec_002:{id:"rec_002",merchant_recipient_id:"merch-rec-002",national_entity:"ENTITY",entity_type:"PRIVATE",first_name:null,last_name:null,legal_name:"Acme Payments Ltda",email:"finance@acmepayments.com",account_id:"acc_test_002",country:"BR",created_at:"2026-01-20T08:00:00.000Z",updated_at:"2026-02-22T16:30:00.000Z",document:{number:"12345678000199",type:"CNPJ"},phone:{country_code:"+55",number:"1133445566"},address:{address_line_1:"Av. Paulista 900",address_line_2:"Sala 1201",city:"São Paulo",state:"SP",zip_code:"01310-100",country:"BR"},withdrawal_method:{bank:{code:"341",branch:"0001",branch_digit:"0",account:"12345678",account_digit:"9",account_type:"CHECKINGS",routing:"34100001",country:"BR",currency:"BRL",payout_schedule:null}},documentation:[],onboardings:[{id:"onb_003",provider_id:"dlocal",provider:{name:"dLocal",icon:"https://cdn.y.uno/providers/dlocal.svg"},status:"IN_PROGRESS",response_message:"Waiting for document verification",created_at:"2026-02-01T10:00:00.000Z",updated_at:"2026-02-15T14:00:00.000Z"}]},rec_003:{id:"rec_003",merchant_recipient_id:"merch-rec-003",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"María",last_name:"González",legal_name:null,email:"maria.gonzalez@example.com",account_id:"acc_test_001",country:"AR",created_at:"2026-02-01T12:00:00.000Z",updated_at:"2026-02-28T09:15:00.000Z",document:{number:"87654321",type:"DNI"},phone:{country_code:"+54",number:"1155667788"},address:{address_line_1:"Av. Corrientes 1234",address_line_2:null,city:"Buenos Aires",state:"CABA",zip_code:"C1043",country:"AR"},withdrawal_method:null,documentation:[],onboardings:[]}},pi={onb_001:ni,onb_002:{id:"onb_002",type:"ONBOARD_ONTO_THE_PROVIDER",workflow:"DIRECT",description:"Adyen onboarding",status:"PENDING",response_message:null,callback_url:null,provider:{id:"adyen",connection_id:"conn_adyen_001",redirect_url:null,recipient_id:null,recipient_additional_id:null,onboarding_url:null,legal_entity:null,balance_account_id:null,recipient_type:null,raw_notification:null,raw_response:null,response_code:null,response_message:null},documentation:[],legal_representatives:[],withdrawal_methods:null,requirements:[],capabilities:null,terms_of_service:null,metadata:[],created_at:"2026-02-10T09:00:00.000Z",updated_at:"2026-02-10T09:00:00.000Z",expires_at:null}},hi=[ta.get("".concat(li,"/recipients"),function(){return ra.json(ei)}),ta.get("".concat(li,"/recipients/:recipientId"),function(e){var n=e.params.recipientId,r=di[n];return r?ra.json(r):ra.json(t(t({},ti),{id:n}))}),ta.get("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId"),function(e){var n=e.params.onboardingId,r=pi[n];return r?ra.json(r):ra.json(t(t({},ni),{id:n}))}),ta.get("".concat(li,"/recipients/onboardings/:onboardingId/timeline"),function(){return ra.json(ri)}),ta.post("".concat(li,"/recipients"),function(e){var o=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,o.json()];case 1:return e=n.sent(),[2,ra.json(t(t(t({},oi),e),{id:"rec_".concat(Date.now()),created_at:(new Date).toISOString(),updated_at:(new Date).toISOString()}),{status:201})]}})})}),ta.patch("".concat(li,"/recipients/:recipientId"),function(e){var o=e.request,a=e.params;return n(void 0,void 0,void 0,function(){var e,n,i;return r(this,function(r){switch(r.label){case 0:return[4,o.json()];case 1:return e=r.sent(),n=a.recipientId,i=di[n]||ti,[2,ra.json(t(t(t({},i),e),{id:n,updated_at:(new Date).toISOString()}))]}})})}),ta.delete("".concat(li,"/recipients/:recipientId"),function(){return ra.json(ai)}),ta.post("".concat(li,"/recipients/:recipientId/onboardings"),function(e){var o=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,o.json()];case 1:return e=n.sent(),[2,ra.json(t(t(t({},ii),e),{id:"onb_".concat(Date.now()),created_at:(new Date).toISOString(),updated_at:(new Date).toISOString()}),{status:201})]}})})}),ta.patch("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId"),function(e){var o=e.request,a=e.params;return n(void 0,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,o.json()];case 1:return e=r.sent(),n=a.onboardingId,[2,ra.json(t(t(t({},si),e),{id:n,updated_at:(new Date).toISOString()}))]}})})}),ta.post("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId/block"),function(e){var n=e.params.onboardingId;return ra.json(t(t({},ci),{id:n,updated_at:(new Date).toISOString()}))}),ta.post("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId/unblock"),function(e){var n=e.params.onboardingId;return ra.json(t(t({},ui),{id:n,updated_at:(new Date).toISOString()}))})],fi={data:[{code:"api-log-001",url:"/api/v1/payments",method:"POST",source:"dashboard",headers:{"Content-Type":"application/json",Authorization:"Bearer token123"},request:{amount:"100.00",currency:"USD"},response:{status:"success",payment_id:"pay_123"},account_name:"Test Account",account_code:"ACC001",status_code:200,trace_id:"trace-123-456",created_at:"2024-03-01T10:00:00Z",payment_code:"PAY001",transaction_code:"TXN001"},{code:"api-log-002",url:"/api/v1/payments/PAY001",method:"GET",source:"api",headers:{"Content-Type":"application/json"},request:{},response:{payment_code:"PAY001",amount:"100.00"},account_name:"Test Account",account_code:"ACC001",status_code:200,trace_id:"trace-789-012",created_at:"2024-03-01T10:05:00Z"}],page:1,size:10,total_rows:2,total_pages:1},gi=[ta.post("https://dev.y.uno/dashboard-bff/api/v3/api-logs/organization",function(){return ra.json(fi)})],mi={data:[{id:1,organization_code:"ORG001",account_code:"ACC001",type:"payment.succeeded",created_at:"2024-03-01T10:00:00Z",updated_at:"2024-03-01T10:00:00Z",time:250,http_method:"POST",url:"https://example.com/webhook",request:JSON.stringify({event:"payment.succeeded",payment_code:"PAY001"}),response:JSON.stringify({received:!0}),response_status:200,connect_timeout:5e3,read_timeout:1e4,exception:"",headers:JSON.stringify({"Content-Type":"application/json"}),trace_id:"trace-webhook-001",origin_id:"origin-001",payment_code:"PAY001",transaction_code:"TXN001"},{id:2,organization_code:"ORG001",account_code:"ACC001",type:"payment.failed",created_at:"2024-03-01T10:05:00Z",updated_at:"2024-03-01T10:05:00Z",time:300,http_method:"POST",url:"https://example.com/webhook",request:JSON.stringify({event:"payment.failed",payment_code:"PAY002"}),response:"",response_status:500,connect_timeout:5e3,read_timeout:1e4,exception:"Connection timeout",headers:JSON.stringify({"Content-Type":"application/json"}),trace_id:"trace-webhook-002",origin_id:"origin-002",payment_code:"PAY002"}],page:1,size:10,total_rows:2,total_pages:1},yi=[ta.post("https://dev.y.uno/dashboard-bff/api/v3/webhooks/timeline",function(){return ra.json(mi)})],vi=function(e){return void 0===e&&(e={}),t({id:1,code:"7471bbc5-76f0-4bb9-aad6-dd21fb68a0c8",account_code_live:"7471bbc5-76f0-4bb9-aad6-dd21fb68a0c8",account_code_testing:"56fc6485-6015-4c0b-b8ee-3fb687a107e6",status:"ACTIVE",active:!0,principal:!1,name:"Mock Account",organization_code:"daff0d16-9e94-45d4-8f9f-fe70a6d3bb3c",created_at:null,updated_at:null,user_account_code:"92f73a2c-2a6a-4ccb-85c5-68b61ad52686",role:{id:"rol_sAnEykYxo6e4x2wY",name:"Admin",admin:!0,staff:!0,permission_ids:["manage_accounts"]}},e)},bi=vi(),ki=vi({code:"ebad3a4e-a145-4bc9-9bba-d5d5f2130287",account_code_live:"ebad3a4e-a145-4bc9-9bba-d5d5f2130287",name:"Disabled Account",status:"INACTIVE",active:!1}),_i=[ta.post("/v1/accounts/bulk-disable",function(e){var t=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,t.json()];case 1:return e=n.sent(),[2,ra.json(e.account_codes.map(function(e){return vi({code:e,status:"INACTIVE",active:!1})}))]}})})}),ta.post("/v1/accounts/bulk-enable",function(e){var t=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,t.json()];case 1:return e=n.sent(),[2,ra.json(e.account_codes.map(function(e){return vi({code:e,status:"ACTIVE",active:!0})}))]}})})}),ta.get("/v1/accounts/by-organization",function(e){var t=e.request,n="true"===new URL(t.url).searchParams.get("includeDisabled");return ra.json(n?[bi,ki]:[bi])}),ta.get("/v1/accounts/organization/:organizationCode",function(e){var t=e.request,n="true"===new URL(t.url).searchParams.get("includeDisabled");return ra.json(n?[bi,ki]:[bi])})],wi=[ta.get("".concat("https://dev.y.uno/dashboard-bff/api","/mfa/status"),function(){return ra.json({mfa_active:!0,factor_id:"auth_factor_123"})})],Ei=[ta.get("".concat("https://dev.y.uno/dashboard-bff/api","/hidden-fields"),function(e){var t=e.request,n=new URL(t.url).searchParams.get("scope");return n?ra.json([{scope:n,fields:[]}]):ra.json([])})],xi=e(e(e(e(e(e(e(e(e(e([],da,!0),ba,!0),Ka,!0),Za,!0),hi,!0),gi,!0),yi,!0),_i,!0),wi,!0),Ei,!0),Si=function(...e){return new Eo(...e)}.apply(void 0,xi),Ci="MSW_ENABLED";function Ii(e){e?(localStorage.setItem(Ci,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(Ci),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function Ri(){return"true"===localStorage.getItem(Ci)}function Ti(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return Ii(!0)},window.disableMSW=function(){return Ii(!1)},window.isMSWEnabled=Ri);const{toString:Oi}=Object.prototype,{getPrototypeOf:Ai}=Object,{iterator:Pi,toStringTag:ji}=Symbol,Di=(Li=Object.create(null),e=>{const t=Oi.call(e);return Li[t]||(Li[t]=t.slice(8,-1).toLowerCase())});var Li;const zi=e=>(e=e.toLowerCase(),t=>Di(t)===e),qi=e=>t=>typeof t===e,{isArray:Ni}=Array,Ui=qi("undefined");function Bi(e){return null!==e&&!Ui(e)&&null!==e.constructor&&!Ui(e.constructor)&&Hi(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Mi=zi("ArrayBuffer");const Fi=qi("string"),Hi=qi("function"),Wi=qi("number"),Vi=e=>null!==e&&"object"==typeof e,Gi=e=>{if("object"!==Di(e))return!1;const t=Ai(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||ji in e||Pi in e)},Ki=zi("Date"),$i=zi("File"),Qi=zi("Blob"),Yi=zi("FileList");const Ji="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},Zi=void 0!==Ji.FormData?Ji.FormData:void 0,Xi=zi("URLSearchParams"),[es,ts,ns,rs]=["ReadableStream","Request","Response","Headers"].map(zi);function os(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(Bi(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 as(e,t){if(Bi(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 is="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,ss=e=>!Ui(e)&&e!==is;const cs=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&Ai(Uint8Array)),us=zi("HTMLFormElement"),ls=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),ds=zi("RegExp"),ps=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};os(n,(n,o)=>{let a;!1!==(a=t(n,o,e))&&(r[o]=a||n)}),Object.defineProperties(e,r)};const hs=zi("AsyncFunction"),fs=(gs="function"==typeof setImmediate,ms=Hi(is.postMessage),gs?setImmediate:ms?(ys=`axios@${Math.random()}`,vs=[],is.addEventListener("message",({source:e,data:t})=>{e===is&&t===ys&&vs.length&&vs.shift()()},!1),e=>{vs.push(e),is.postMessage(ys,"*")}):e=>setTimeout(e));var gs,ms,ys,vs;const bs="undefined"!=typeof queueMicrotask?queueMicrotask.bind(is):"undefined"!=typeof process&&process.nextTick||fs;var ks={isArray:Ni,isArrayBuffer:Mi,isBuffer:Bi,isFormData:e=>{if(!e)return!1;if(Zi&&e instanceof Zi)return!0;const t=Ai(e);if(!t||t===Object.prototype)return!1;if(!Hi(e.append))return!1;const n=Di(e);return"formdata"===n||"object"===n&&Hi(e.toString)&&"[object FormData]"===e.toString()},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Mi(e.buffer),t},isString:Fi,isNumber:Wi,isBoolean:e=>!0===e||!1===e,isObject:Vi,isPlainObject:Gi,isEmptyObject:e=>{if(!Vi(e)||Bi(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:es,isRequest:ts,isResponse:ns,isHeaders:rs,isUndefined:Ui,isDate:Ki,isFile:$i,isReactNativeBlob:e=>!(!e||void 0===e.uri),isReactNative:e=>e&&void 0!==e.getParts,isBlob:Qi,isRegExp:ds,isFunction:Hi,isStream:e=>Vi(e)&&Hi(e.pipe),isURLSearchParams:Xi,isTypedArray:cs,isFileList:Yi,forEach:os,merge:function e(...t){const{caseless:n,skipUndefined:r}=ss(this)&&this||{},o={},a=(t,a)=>{if("__proto__"===a||"constructor"===a||"prototype"===a)return;const i=n&&as(o,a)||a,s=ls(o,i)?o[i]:void 0;Gi(s)&&Gi(t)?o[i]=e(s,t):Gi(t)?o[i]=e({},t):Ni(t)?o[i]=t.slice():r&&Ui(t)||(o[i]=t)};for(let e=0,n=t.length;e<n;e++)t[e]&&os(t[e],a);return o},extend:(e,t,n,{allOwnKeys:r}={})=>(os(t,(t,r)=>{n&&Hi(t)?Object.defineProperty(e,r,{__proto__:null,value:Ti(t,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,r,{__proto__:null,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",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,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&&Ai(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:Di,kindOfTest:zi,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(!Wi(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Pi]).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:us,hasOwnProperty:ls,hasOwnProp:ls,reduceDescriptors:ps,freezeMethods:e=>{ps(e,(t,n)=>{if(Hi(e)&&["arguments","caller","callee"].includes(n))return!1;const r=e[n];Hi(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:as,global:is,isContextDefined:ss,isSpecCompliantForm:function(e){return!!(e&&Hi(e.append)&&"FormData"===e[ji]&&e[Pi])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(Vi(e)){if(t.indexOf(e)>=0)return;if(Bi(e))return e;if(!("toJSON"in e)){t[r]=e;const o=Ni(e)?[]:{};return os(e,(e,t)=>{const a=n(e,r+1);!Ui(a)&&(o[t]=a)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:hs,isThenable:e=>e&&(Vi(e)||Hi(e))&&Hi(e.then)&&Hi(e.catch),setImmediate:fs,asap:bs,isIterable:e=>null!=e&&Hi(e[Pi])};const _s=ks.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 ws=Symbol("internals"),Es=/[^\x09\x20-\x7E\x80-\xFF]/g;function xs(e){return e&&String(e).trim().toLowerCase()}function Ss(e){return!1===e||null==e?e:ks.isArray(e)?e.map(Ss):function(e){let t=0,n=e.length;for(;t<n;){const n=e.charCodeAt(t);if(9!==n&&32!==n)break;t+=1}for(;n>t;){const t=e.charCodeAt(n-1);if(9!==t&&32!==t)break;n-=1}return 0===t&&n===e.length?e:e.slice(t,n)}(String(e).replace(Es,""))}function Cs(e,t,n,r,o){return ks.isFunction(r)?r.call(this,t,n):(o&&(t=n),ks.isString(t)?ks.isString(r)?-1!==t.indexOf(r):ks.isRegExp(r)?r.test(t):void 0:void 0)}class Is{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=xs(t);if(!o)throw new Error("header name must be a non-empty string");const a=ks.findKey(r,o);(!a||void 0===r[a]||!0===n||void 0===n&&!1!==r[a])&&(r[a||t]=Ss(e))}const a=(e,t)=>ks.forEach(e,(e,n)=>o(e,n,t));if(ks.isPlainObject(e)||e instanceof this.constructor)a(e,t);else if(ks.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]&&_s[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(ks.isObject(e)&&ks.isIterable(e)){let n,r,o={};for(const t of e){if(!ks.isArray(t))throw TypeError("Object iterator must return a key-value pair");o[r=t[0]]=(n=o[r])?ks.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=xs(e)){const n=ks.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(ks.isFunction(t))return t.call(this,e,n);if(ks.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=xs(e)){const n=ks.findKey(this,e);return!(!n||void 0===this[n]||t&&!Cs(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=xs(e)){const o=ks.findKey(n,e);!o||t&&!Cs(0,n[o],o,t)||(delete n[o],r=!0)}}return ks.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&&!Cs(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return ks.forEach(this,(r,o)=>{const a=ks.findKey(n,o);if(a)return t[a]=Ss(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]=Ss(r),n[i]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ks.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&ks.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[ws]=this[ws]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=xs(e);t[r]||(!function(e,t){const n=ks.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{__proto__:null,value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return ks.isArray(e)?e.forEach(r):r(e),this}}Is.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ks.reduceDescriptors(Is.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),ks.freezeMethods(Is);var Rs=Is;function Ts(e,t){const n=new Set(t.map(e=>String(e).toLowerCase())),r=[],o=e=>{if(null===e||"object"!=typeof e)return e;if(ks.isBuffer(e))return e;if(-1!==r.indexOf(e))return;let t;if(e instanceof Rs&&(e=e.toJSON()),r.push(e),ks.isArray(e))t=[],e.forEach((e,n)=>{const r=o(e);ks.isUndefined(r)||(t[n]=r)});else{if(!ks.isPlainObject(e)&&function(e){if(ks.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if(ks.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}(e))return r.pop(),e;t=Object.create(null);for(const[r,a]of Object.entries(e)){const e=n.has(r.toLowerCase())?"[REDACTED ****]":o(a);ks.isUndefined(e)||(t[r]=e)}}return r.pop(),t};return o(e)}class Os extends Error{static from(e,t,n,r,o,a){const i=new Os(e.message,t||e.code,n,r,o);return i.cause=e,i.name=e.name,null!=e.status&&null==i.status&&(i.status=e.status),a&&Object.assign(i,a),i}constructor(e,t,n,r,o){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),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(){const e=this.config,t=e&&ks.hasOwnProp(e,"redact")?e.redact:void 0,n=ks.isArray(t)&&t.length>0?Ts(e,t):ks.toJSONObject(e);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:n,code:this.code,status:this.status}}}Os.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Os.ERR_BAD_OPTION="ERR_BAD_OPTION",Os.ECONNABORTED="ECONNABORTED",Os.ETIMEDOUT="ETIMEDOUT",Os.ECONNREFUSED="ECONNREFUSED",Os.ERR_NETWORK="ERR_NETWORK",Os.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Os.ERR_DEPRECATED="ERR_DEPRECATED",Os.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Os.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Os.ERR_CANCELED="ERR_CANCELED",Os.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Os.ERR_INVALID_URL="ERR_INVALID_URL",Os.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";var As=Os;function Ps(e){return ks.isPlainObject(e)||ks.isArray(e)}function js(e){return ks.endsWith(e,"[]")?e.slice(0,-2):e}function Ds(e,t,n){return e?e.concat(t).map(function(e,t){return e=js(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const Ls=ks.toFlatObject(ks,{},null,function(e){return/^is[A-Z]/.test(e)});function zs(e,t,n){if(!ks.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=ks.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!ks.isUndefined(t[e])})).metaTokens,o=n.visitor||d,a=n.dots,i=n.indexes,s=n.Blob||"undefined"!=typeof Blob&&Blob,c=void 0===n.maxDepth?100:n.maxDepth,u=s&&ks.isSpecCompliantForm(t);if(!ks.isFunction(o))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(ks.isDate(e))return e.toISOString();if(ks.isBoolean(e))return e.toString();if(!u&&ks.isBlob(e))throw new As("Blob is not supported. Use a Buffer instead.");return ks.isArrayBuffer(e)||ks.isTypedArray(e)?u&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function d(e,n,o){let s=e;if(ks.isReactNative(t)&&ks.isReactNativeBlob(e))return t.append(Ds(o,n,a),l(e)),!1;if(e&&!o&&"object"==typeof e)if(ks.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(ks.isArray(e)&&function(e){return ks.isArray(e)&&!e.some(Ps)}(e)||(ks.isFileList(e)||ks.endsWith(n,"[]"))&&(s=ks.toArray(e)))return n=js(n),s.forEach(function(e,r){!ks.isUndefined(e)&&null!==e&&t.append(!0===i?Ds([n],r,a):null===i?n:n+"[]",l(e))}),!1;return!!Ps(e)||(t.append(Ds(o,n,a),l(e)),!1)}const p=[],h=Object.assign(Ls,{defaultVisitor:d,convertValue:l,isVisitable:Ps});if(!ks.isObject(e))throw new TypeError("data must be an object");return function e(n,r,a=0){if(!ks.isUndefined(n)){if(a>c)throw new As("Object is too deeply nested ("+a+" levels). Max depth: "+c,As.ERR_FORM_DATA_DEPTH_EXCEEDED);if(-1!==p.indexOf(n))throw Error("Circular reference detected in "+r.join("."));p.push(n),ks.forEach(n,function(n,i){!0===(!(ks.isUndefined(n)||null===n)&&o.call(t,n,ks.isString(i)?i.trim():i,r,h))&&e(n,r?r.concat(i):[i],a+1)}),p.pop()}}(e),t}function qs(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(e){return t[e]})}function Ns(e,t){this._pairs=[],e&&zs(e,this,t)}const Us=Ns.prototype;function Bs(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Ms(e,t,n){if(!t)return e;const r=n&&n.encode||Bs,o=ks.isFunction(n)?{serialize:n}:n,a=o&&o.serialize;let i;if(i=a?a(t,o):ks.isURLSearchParams(t)?t.toString():new Ns(t,o).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}Us.append=function(e,t){this._pairs.push([e,t])},Us.toString=function(e){const t=e?function(t){return e.call(this,t,qs)}:qs;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var Fs=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){ks.forEach(this.handlers,function(t){null!==t&&e(t)})}},Hs={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},Ws={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Ns,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Vs="undefined"!=typeof window&&"undefined"!=typeof document,Gs="object"==typeof navigator&&navigator||void 0,Ks=Vs&&(!Gs||["ReactNative","NativeScript","NS"].indexOf(Gs.product)<0),$s="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Qs=Vs&&window.location.href||"http://localhost";var Ys={...Object.freeze({__proto__:null,hasBrowserEnv:Vs,hasStandardBrowserEnv:Ks,hasStandardBrowserWebWorkerEnv:$s,navigator:Gs,origin:Qs}),...Ws};function Js(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&&ks.isArray(r)?r.length:a,s)return ks.hasOwnProp(r,a)?r[a]=ks.isArray(r[a])?r[a].concat(n):[r[a],n]:r[a]=n,!i;r[a]&&ks.isObject(r[a])||(r[a]=[]);return t(e,n,r[a],o)&&ks.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(ks.isFormData(e)&&ks.isFunction(e.entries)){const n={};return ks.forEachEntry(e,(e,r)=>{t(function(e){return ks.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const Zs=(e,t)=>null!=e&&ks.hasOwnProp(e,t)?e[t]:void 0;const Xs={transitional:Hs,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=ks.isObject(e);o&&ks.isHTMLForm(e)&&(e=new FormData(e));if(ks.isFormData(e))return r?JSON.stringify(Js(e)):e;if(ks.isArrayBuffer(e)||ks.isBuffer(e)||ks.isStream(e)||ks.isFile(e)||ks.isBlob(e)||ks.isReadableStream(e))return e;if(ks.isArrayBufferView(e))return e.buffer;if(ks.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(o){const t=Zs(this,"formSerializer");if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return zs(e,new Ys.classes.URLSearchParams,{visitor:function(e,t,n,r){return Ys.isNode&&ks.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,t).toString();if((a=ks.isFileList(e))||n.indexOf("multipart/form-data")>-1){const n=Zs(this,"env"),r=n&&n.FormData;return zs(a?{"files[]":e}:e,r&&new r,t)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(ks.isString(e))try{return(t||JSON.parse)(e),ks.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=Zs(this,"transitional")||Xs.transitional,n=t&&t.forcedJSONParsing,r=Zs(this,"responseType"),o="json"===r;if(ks.isResponse(e)||ks.isReadableStream(e))return e;if(e&&ks.isString(e)&&(n&&!r||o)){const n=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e,Zs(this,"parseReviver"))}catch(e){if(n){if("SyntaxError"===e.name)throw As.from(e,As.ERR_BAD_RESPONSE,this,null,Zs(this,"response"));throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ys.classes.FormData,Blob:Ys.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ks.forEach(["delete","get","head","post","put","patch","query"],e=>{Xs.headers[e]={}});var ec=Xs;function tc(e,t){const n=this||ec,r=t||n,o=Rs.from(r.headers);let a=r.data;return ks.forEach(e,function(e){a=e.call(n,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function nc(e){return!(!e||!e.__CANCEL__)}var rc=class extends As{constructor(e,t,n){super(null==e?"canceled":e,As.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function oc(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new As("Request failed with status code "+n.status,n.status>=400&&n.status<500?As.ERR_BAD_REQUEST:As.ERR_BAD_RESPONSE,n.config,n.request,n)):e(n)}const ac=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,a=0,i=0;return t=void 0!==t?t:1e3,function(s){const c=Date.now(),u=r[i];o||(o=c),n[a]=s,r[a]=c;let l=i,d=0;for(;l!==a;)d+=n[l++],l%=e;if(a=(a+1)%e,a===i&&(i=(i+1)%e),c-o<t)return;const p=u&&c-u;return p?Math.round(1e3*d/p):void 0}}(50,250);return function(e,t){let n,r,o=0,a=1e3/t;const i=(t,a=Date.now())=>{o=a,n=null,r&&(clearTimeout(r),r=null),e(...t)};return[(...e)=>{const t=Date.now(),s=t-o;s>=a?i(e,t):(n=e,r||(r=setTimeout(()=>{r=null,i(n)},a-s)))},()=>n&&i(n)]}(n=>{const a=n.loaded,i=n.lengthComputable?n.total:void 0,s=null!=i?Math.min(a,i):a,c=Math.max(0,s-r),u=o(c);r=Math.max(r,s);e({loaded:s,total:i,progress:i?s/i:void 0,bytes:c,rate:u||void 0,estimated:u&&i?(i-s)/u:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})},n)},ic=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},sc=e=>(...t)=>ks.asap(()=>e(...t));var cc=Ys.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,Ys.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(Ys.origin),Ys.navigator&&/(msie|trident)/i.test(Ys.navigator.userAgent)):()=>!0,uc=Ys.hasStandardBrowserEnv?{write(e,t,n,r,o,a,i){if("undefined"==typeof document)return;const s=[`${e}=${encodeURIComponent(t)}`];ks.isNumber(n)&&s.push(`expires=${new Date(n).toUTCString()}`),ks.isString(r)&&s.push(`path=${r}`),ks.isString(o)&&s.push(`domain=${o}`),!0===a&&s.push("secure"),ks.isString(i)&&s.push(`SameSite=${i}`),document.cookie=s.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.split(";");for(let n=0;n<t.length;n++){const r=t[n].replace(/^\s+/,""),o=r.indexOf("=");if(-1!==o&&r.slice(0,o)===e)return decodeURIComponent(r.slice(o+1))}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};function lc(e,t,n){let r=!("string"==typeof(o=t)&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(o));var o;return e&&(r||!1===n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const dc=e=>e instanceof Rs?{...e}:e;function pc(e,t){t=t||{};const n=Object.create(null);function r(e,t,n,r){return ks.isPlainObject(e)&&ks.isPlainObject(t)?ks.merge.call({caseless:r},e,t):ks.isPlainObject(t)?ks.merge({},t):ks.isArray(t)?t.slice():t}function o(e,t,n,o){return ks.isUndefined(t)?ks.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function a(e,t){if(!ks.isUndefined(t))return r(void 0,t)}function i(e,t){return ks.isUndefined(t)?ks.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,a){return ks.hasOwnProp(t,a)?r(n,o):ks.hasOwnProp(e,a)?r(void 0,n):void 0}Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});const c={url:a,method:a,data:a,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,allowedSocketPaths:i,responseEncoding:i,validateStatus:s,headers:(e,t,n)=>o(dc(e),dc(t),0,!0)};return ks.forEach(Object.keys({...e,...t}),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;const a=ks.hasOwnProp(c,r)?c[r]:o,i=a(ks.hasOwnProp(e,r)?e[r]:void 0,ks.hasOwnProp(t,r)?t[r]:void 0,r);ks.isUndefined(i)&&a!==s||(n[r]=i)}),n}const hc=["content-type","content-length"];var fc=e=>{const t=pc({},e),n=e=>ks.hasOwnProp(t,e)?t[e]:void 0,r=n("data");let o=n("withXSRFToken");const a=n("xsrfHeaderName"),i=n("xsrfCookieName");let s=n("headers");const c=n("auth"),u=n("baseURL"),l=n("allowAbsoluteUrls"),d=n("url");var p;if(t.headers=s=Rs.from(s),t.url=Ms(lc(u,d,l),e.params,e.paramsSerializer),c&&s.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?(p=c.password,encodeURIComponent(p).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16)))):""))),ks.isFormData(r)&&(Ys.hasStandardBrowserEnv||Ys.hasStandardBrowserWebWorkerEnv?s.setContentType(void 0):ks.isFunction(r.getHeaders)&&function(e,t,n){"content-only"===n?Object.entries(t).forEach(([t,n])=>{hc.includes(t.toLowerCase())&&e.set(t,n)}):e.set(t)}(s,r.getHeaders(),n("formDataHeaderPolicy"))),Ys.hasStandardBrowserEnv){ks.isFunction(o)&&(o=o(t));if(!0===o||null==o&&cc(t.url)){const e=a&&i&&uc.read(i);e&&s.set(a,e)}}return t};var gc="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=fc(e);let o=r.data;const a=Rs.from(r.headers).normalize();let i,s,c,u,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=r;function f(){u&&u(),l&&l(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let g=new XMLHttpRequest;function m(){if(!g)return;const r=Rs.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders());oc(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&&g.responseURL.startsWith("file:"))&&setTimeout(m)},g.onabort=function(){g&&(n(new As("Request aborted",As.ECONNABORTED,e,g)),f(),g=null)},g.onerror=function(t){const r=t&&t.message?t.message:"Network Error",o=new As(r,As.ERR_NETWORK,e,g);o.event=t||null,n(o),f(),g=null},g.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const o=r.transitional||Hs;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new As(t,o.clarifyTimeoutError?As.ETIMEDOUT:As.ECONNABORTED,e,g)),f(),g=null},void 0===o&&a.setContentType(null),"setRequestHeader"in g&&ks.forEach(a.toJSON(),function(e,t){g.setRequestHeader(t,e)}),ks.isUndefined(r.withCredentials)||(g.withCredentials=!!r.withCredentials),d&&"json"!==d&&(g.responseType=r.responseType),h&&([c,l]=ac(h,!0),g.addEventListener("progress",c)),p&&g.upload&&([s,u]=ac(p),g.upload.addEventListener("progress",s),g.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(i=t=>{g&&(n(!t||t.type?new rc(null,e,g):t),g.abort(),f(),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||Ys.protocols.includes(y)?g.send(o||null):n(new As("Unsupported protocol "+y+":",As.ERR_BAD_REQUEST,e))})};var mc=(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 As?t:new rc(t instanceof Error?t.message:t))}};let a=t&&setTimeout(()=>{a=null,o(new As(`timeout of ${t}ms exceeded`,As.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=()=>ks.asap(i),s}};const yc=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},vc=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()}},bc=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of vc(e))yield*yc(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})};const kc="1.16.0",{isFunction:_c}=ks,wc=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Ec=e=>{const t=ks.global??globalThis,{ReadableStream:n,TextEncoder:r}=t;e=ks.merge.call({skipUndefined:!0},{Request:t.Request,Response:t.Response},e);const{fetch:o,Request:a,Response:i}=e,s=o?_c(o):"function"==typeof fetch,c=_c(a),u=_c(i);if(!s)return!1;const l=s&&_c(n),d=s&&("function"==typeof r?(e=>t=>e.encode(t))(new r):async e=>new Uint8Array(await new a(e).arrayBuffer())),p=c&&l&&wc(()=>{let e=!1;const t=new a(Ys.origin,{body:new n,method:"POST",get duplex(){return e=!0,"half"}}),r=t.headers.has("Content-Type");return null!=t.body&&t.body.cancel(),e&&!r}),h=u&&l&&wc(()=>ks.isReadableStream(new i("").body)),f={stream:h&&(e=>e.body)};s&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!f[e]&&(f[e]=(t,n)=>{let r=t&&t[e];if(r)return r.call(t);throw new As(`Response type '${e}' is not supported`,As.ERR_NOT_SUPPORT,n)})});const g=async(e,t)=>{const n=ks.toFiniteNumber(e.getContentLength());return null==n?(async e=>{if(null==e)return 0;if(ks.isBlob(e))return e.size;if(ks.isSpecCompliantForm(e)){const t=new a(Ys.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return ks.isArrayBufferView(e)||ks.isArrayBuffer(e)?e.byteLength:(ks.isURLSearchParams(e)&&(e+=""),ks.isString(e)?(await d(e)).byteLength:void 0)})(t):n};return async e=>{let{url:t,method:n,data:s,signal:u,cancelToken:l,timeout:d,onDownloadProgress:m,onUploadProgress:y,responseType:v,headers:b,withCredentials:k="same-origin",fetchOptions:_,maxContentLength:w,maxBodyLength:E}=fc(e);const x=ks.isNumber(w)&&w>-1,S=ks.isNumber(E)&&E>-1;let C=o||fetch;v=v?(v+"").toLowerCase():"text";let I=mc([u,l&&l.toAbortSignal()],d),R=null;const T=I&&I.unsubscribe&&(()=>{I.unsubscribe()});let O;try{if(x&&"string"==typeof t&&t.startsWith("data:")){const n=function(e){if(!e||"string"!=typeof e)return 0;if(!e.startsWith("data:"))return 0;const t=e.indexOf(",");if(t<0)return 0;const n=e.slice(5,t),r=e.slice(t+1);if(/;base64/i.test(n)){let e=r.length;const t=r.length;for(let n=0;n<t;n++)if(37===r.charCodeAt(n)&&n+2<t){const t=r.charCodeAt(n+1),o=r.charCodeAt(n+2);(t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102)&&(o>=48&&o<=57||o>=65&&o<=70||o>=97&&o<=102)&&(e-=2,n+=2)}let n=0,o=t-1;const a=e=>e>=2&&37===r.charCodeAt(e-2)&&51===r.charCodeAt(e-1)&&(68===r.charCodeAt(e)||100===r.charCodeAt(e));o>=0&&(61===r.charCodeAt(o)?(n++,o--):a(o)&&(n++,o-=3)),1===n&&o>=0&&(61===r.charCodeAt(o)||a(o))&&n++;const i=3*Math.floor(e/4)-(n||0);return i>0?i:0}if("undefined"!=typeof Buffer&&"function"==typeof Buffer.byteLength)return Buffer.byteLength(r,"utf8");let o=0;for(let e=0,t=r.length;e<t;e++){const n=r.charCodeAt(e);if(n<128)o+=1;else if(n<2048)o+=2;else if(n>=55296&&n<=56319&&e+1<t){const t=r.charCodeAt(e+1);t>=56320&&t<=57343?(o+=4,e++):o+=3}else o+=3}return o}(t);if(n>w)throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R)}if(S&&"get"!==n&&"head"!==n){const t=await g(b,s);if("number"==typeof t&&isFinite(t)&&t>E)throw new As("Request body larger than maxBodyLength limit",As.ERR_BAD_REQUEST,e,R)}if(y&&p&&"get"!==n&&"head"!==n&&0!==(O=await g(b,s))){let e,n=new a(t,{method:"POST",body:s,duplex:"half"});if(ks.isFormData(s)&&(e=n.headers.get("content-type"))&&b.setContentType(e),n.body){const[e,t]=ic(O,ac(sc(y)));s=bc(n.body,65536,e,t)}}ks.isString(k)||(k=k?"include":"omit");const o=c&&"credentials"in a.prototype;if(ks.isFormData(s)){const e=b.getContentType();e&&/^multipart\/form-data/i.test(e)&&!/boundary=/i.test(e)&&b.delete("content-type")}b.set("User-Agent","axios/"+kc,!1);const u={..._,signal:I,method:n.toUpperCase(),headers:b.normalize().toJSON(),body:s,duplex:"half",credentials:o?k:void 0};R=c&&new a(t,u);let l=await(c?C(R,_):C(t,u));if(x){const t=ks.toFiniteNumber(l.headers.get("content-length"));if(null!=t&&t>w)throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R)}const d=h&&("stream"===v||"response"===v);if(h&&l.body&&(m||x||d&&T)){const t={};["status","statusText","headers"].forEach(e=>{t[e]=l[e]});const n=ks.toFiniteNumber(l.headers.get("content-length")),[r,o]=m&&ic(n,ac(sc(m),!0))||[];let a=0;const s=t=>{if(x&&(a=t,a>w))throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R);r&&r(t)};l=new i(bc(l.body,65536,s,()=>{o&&o(),T&&T()}),t)}v=v||"text";let A=await f[ks.findKey(f,v)||"text"](l,e);if(x&&!h&&!d){let t;if(null!=A&&("number"==typeof A.byteLength?t=A.byteLength:"number"==typeof A.size?t=A.size:"string"==typeof A&&(t="function"==typeof r?(new r).encode(A).byteLength:A.length)),"number"==typeof t&&t>w)throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R)}return!d&&T&&T(),await new Promise((t,n)=>{oc(t,n,{data:A,headers:Rs.from(l.headers),status:l.status,statusText:l.statusText,config:e,request:R})})}catch(t){if(T&&T(),I&&I.aborted&&I.reason instanceof As){const n=I.reason;throw n.config=e,R&&(n.request=R),t!==n&&(n.cause=t),n}if(t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new As("Network Error",As.ERR_NETWORK,e,R,t&&t.response),{cause:t.cause||t});throw As.from(t,t&&t.code,e,R,t&&t.response)}}},xc=new Map,Sc=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,a=[r,o,n];let i,s,c=a.length,u=xc;for(;c--;)i=a[c],s=u.get(i),void 0===s&&u.set(i,s=c?new Map:Ec(t)),u=s;return s};Sc();const Cc={http:null,xhr:gc,fetch:{get:Sc}};ks.forEach(Cc,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(e){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});const Ic=e=>`- ${e}`,Rc=e=>ks.isFunction(e)||null===e||!1===e;var Tc={getAdapter:function(e,t){e=ks.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,!Rc(r)&&(o=Cc[(n=String(r)).toLowerCase()],void 0===o))throw new As(`Unknown adapter '${n}'`);if(o&&(ks.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(Ic).join("\n"):" "+Ic(e[0]):"as no adapter specified";throw new As("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return o},adapters:Cc};function Oc(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new rc(null,e)}function Ac(e){Oc(e),e.headers=Rs.from(e.headers),e.data=tc.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Tc.getAdapter(e.adapter||ec.adapter,e)(e).then(function(t){Oc(e),e.response=t;try{t.data=tc.call(e,e.transformResponse,t)}finally{delete e.response}return t.headers=Rs.from(t.headers),t},function(t){if(!nc(t)&&(Oc(e),t&&t.response)){e.response=t.response;try{t.response.data=tc.call(e,e.transformResponse,t.response)}finally{delete e.response}t.response.headers=Rs.from(t.response.headers)}return Promise.reject(t)})}const Pc={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Pc[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const jc={};Pc.transitional=function(e,t,n){function r(e,t){return"[Axios v"+kc+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,a)=>{if(!1===e)throw new As(r(o," has been removed"+(t?" in "+t:"")),As.ERR_DEPRECATED);return t&&!jc[o]&&(jc[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)}},Pc.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Dc={assertOptions:function(e,t,n){if("object"!=typeof e)throw new As("options must be an object",As.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const a=r[o],i=Object.prototype.hasOwnProperty.call(t,a)?t[a]:void 0;if(i){const t=e[a],n=void 0===t||i(t,a,e);if(!0!==n)throw new As("option "+a+" must be "+n,As.ERR_BAD_OPTION_VALUE);continue}if(!0!==n)throw new As("Unknown option "+a,As.ERR_BAD_OPTION)}},validators:Pc};const Lc=Dc.validators;let zc=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Fs,response:new Fs}}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=(()=>{if(!t.stack)return"";const e=t.stack.indexOf("\n");return-1===e?"":t.stack.slice(e+1)})();try{if(e.stack){if(n){const t=n.indexOf("\n"),r=-1===t?-1:n.indexOf("\n",t+1),o=-1===r?"":n.slice(r+1);String(e.stack).endsWith(o)||(e.stack+="\n"+n)}}else e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=pc(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&Dc.assertOptions(n,{silentJSONParsing:Lc.transitional(Lc.boolean),forcedJSONParsing:Lc.transitional(Lc.boolean),clarifyTimeoutError:Lc.transitional(Lc.boolean),legacyInterceptorReqResOrdering:Lc.transitional(Lc.boolean)},!1),null!=r&&(ks.isFunction(r)?t.paramsSerializer={serialize:r}:Dc.assertOptions(r,{encode:Lc.function,serialize:Lc.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Dc.assertOptions(t,{baseUrl:Lc.spelling("baseURL"),withXsrfToken:Lc.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=o&&ks.merge(o.common,o[t.method]);o&&ks.forEach(["delete","get","head","post","put","patch","query","common"],e=>{delete o[e]}),t.headers=Rs.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||Hs;n&&n.legacyInterceptorReqResOrdering?i.unshift(e.fulfilled,e.rejected):i.push(e.fulfilled,e.rejected)});const c=[];let u;this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let l,d=0;if(!s){const e=[Ac.bind(this),void 0];for(e.unshift(...i),e.push(...c),l=e.length,u=Promise.resolve(t);d<l;)u=u.then(e[d++],e[d++]);return u}l=i.length;let p=t;for(;d<l;){const e=i[d++],t=i[d++];try{p=e(p)}catch(e){t.call(this,e);break}}try{u=Ac.call(this,p)}catch(e){return Promise.reject(e)}for(d=0,l=c.length;d<l;)u=u.then(c[d++],c[d++]);return u}getUri(e){return Ms(lc((e=pc(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};ks.forEach(["delete","get","head","options"],function(e){zc.prototype[e]=function(t,n){return this.request(pc(n||{},{method:e,url:t,data:(n||{}).data}))}}),ks.forEach(["post","put","patch","query"],function(e){function t(t){return function(n,r,o){return this.request(pc(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}zc.prototype[e]=t(),"query"!==e&&(zc.prototype[e+"Form"]=t(!0))});var qc=zc;class Nc{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 rc(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 Nc(function(t){e=t}),cancel:e}}}var Uc=Nc;const Bc={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(Bc).forEach(([e,t])=>{Bc[t]=e});var Mc=Bc;const Fc=function e(t){const n=new qc(t),r=Ti(qc.prototype.request,n);return ks.extend(r,qc.prototype,n,{allOwnKeys:!0}),ks.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(pc(t,n))},r}(ec);Fc.Axios=qc,Fc.CanceledError=rc,Fc.CancelToken=Uc,Fc.isCancel=nc,Fc.VERSION=kc,Fc.toFormData=zs,Fc.AxiosError=As,Fc.Cancel=Fc.CanceledError,Fc.all=function(e){return Promise.all(e)},Fc.spread=function(e){return function(t){return e.apply(null,t)}},Fc.isAxiosError=function(e){return ks.isObject(e)&&!0===e.isAxiosError},Fc.mergeConfig=pc,Fc.AxiosHeaders=Rs,Fc.formToJSON=e=>Js(ks.isHTMLForm(e)?new FormData(e):e),Fc.getAdapter=Tc.getAdapter,Fc.HttpStatusCode=Mc,Fc.default=Fc;var Hc=Fc,Wc=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("&")},Vc=function(e){function n(n){var r,o,a,i,s=this;return(s=e.call(this,n)||this).token="",null===(o=null===(r=s.instance)||void 0===r?void 0:r.interceptors)||void 0===o||o.request.use(function(e){return t(t({},e),{defaults:{headers:t(t({},e.headers),{Authorization:"Bearer ".concat(s.getToken())})}})},function(e){return Promise.reject(e)}),null===(i=null===(a=s.instance)||void 0===a?void 0:a.interceptors)||void 0===i||i.response.use(function(e){return t({},e)},function(e){return Promise.reject(e)}),s}return o(n,e),n.prototype.getToken=function(){return"Bearer ".concat(this.token)},n.prototype.setToken=function(e){this.token=e},n.prototype.getUri=function(e){return this.instance.getUri(e)},n.prototype.getCancelTokenSource=function(){var e;return this.cancelToken&&this.cancelToken.cancel(),this.cancelToken=null===(e=Hc.CancelToken)||void 0===e?void 0:e.source(),this.cancelToken},n.prototype.request=function(e){var t;return e.cancelToken=null===(t=this.getCancelTokenSource())||void 0===t?void 0:t.token,this.instance.request(e)},n.prototype.get=function(e,t){return this.instance.get(e,t)},n.prototype.options=function(e,t){return this.instance.options(e,t)},n.prototype.delete=function(e,t){return this.instance.delete(e,t)},n.prototype.head=function(e,t){return this.instance.head(e,t)},n.prototype.post=function(e,t,n){return this.instance.post(e,t,n)},n.prototype.put=function(e,t,n){return this.instance.put(e,t,n)},n.prototype.patch=function(e,t,n){return this.instance.patch(e,t,n)},n.prototype.success=function(e){return null==e?void 0:e.data},n.prototype.error=function(e){throw e},n}(function(e){this.instance=Hc.create(e)}),Gc="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Kc(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 $c=TypeError,Qc=Kc(Object.freeze({__proto__:null,default:{}})),Yc="function"==typeof Map&&Map.prototype,Jc=Object.getOwnPropertyDescriptor&&Yc?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Zc=Yc&&Jc&&"function"==typeof Jc.get?Jc.get:null,Xc=Yc&&Map.prototype.forEach,eu="function"==typeof Set&&Set.prototype,tu=Object.getOwnPropertyDescriptor&&eu?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,nu=eu&&tu&&"function"==typeof tu.get?tu.get:null,ru=eu&&Set.prototype.forEach,ou="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,au="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,iu="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,su=Boolean.prototype.valueOf,cu=Object.prototype.toString,uu=Function.prototype.toString,lu=String.prototype.match,du=String.prototype.slice,pu=String.prototype.replace,hu=String.prototype.toUpperCase,fu=String.prototype.toLowerCase,gu=RegExp.prototype.test,mu=Array.prototype.concat,yu=Array.prototype.join,vu=Array.prototype.slice,bu=Math.floor,ku="function"==typeof BigInt?BigInt.prototype.valueOf:null,_u=Object.getOwnPropertySymbols,wu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,Eu="function"==typeof Symbol&&"object"==typeof Symbol.iterator,xu="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Eu||"symbol")?Symbol.toStringTag:null,Su=Object.prototype.propertyIsEnumerable,Cu=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Iu(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||gu.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var r=e<0?-bu(-e):bu(e);if(r!==e){var o=String(r),a=du.call(t,o.length+1);return pu.call(o,n,"$&_")+"."+pu.call(pu.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return pu.call(t,n,"$&_")}var Ru=Qc,Tu=Ru.custom,Ou=Uu(Tu)?Tu:null,Au={__proto__:null,double:'"',single:"'"},Pu={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},ju=function e(t,n,r,o){var a=n||{};if(Mu(a,"quoteStyle")&&!Mu(Au,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Mu(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=!Mu(a,"customInspect")||a.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Mu(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(Mu(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 Wu(t,a);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var c=String(t);return s?Iu(t,c):c}if("bigint"==typeof t){var u=String(t)+"n";return s?Iu(t,u):u}var l=void 0===a.depth?5:a.depth;if(void 0===r&&(r=0),r>=l&&l>0&&"object"==typeof t)return qu(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=yu.call(Array(e.indent+1)," ")}return{base:n,prev:yu.call(Array(t+1),n)}}(a,r);if(void 0===o)o=[];else if(Hu(o,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(o=vu.call(o)).push(n),i){var s={depth:a.depth};return Mu(a,"quoteStyle")&&(s.quoteStyle=a.quoteStyle),e(t,s,r+1,o)}return e(t,a,r+1,o)}if("function"==typeof t&&!Nu(t)){var h=function(e){if(e.name)return e.name;var t=lu.call(uu.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),f=Yu(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(f.length>0?" { "+yu.call(f,", ")+" }":"")}if(Uu(t)){var g=Eu?pu.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):wu.call(t);return"object"!=typeof t||Eu?g:Gu(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="<"+fu.call(String(t.nodeName)),y=t.attributes||[],v=0;v<y.length;v++)m+=" "+y[v].name+"="+Du(Lu(y[v].value),"double",a);return m+=">",t.childNodes&&t.childNodes.length&&(m+="..."),m+="</"+fu.call(String(t.nodeName))+">"}if(qu(t)){if(0===t.length)return"[]";var b=Yu(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(Hu(e[t],"\n")>=0)return!1;return!0}(b)?"["+Qu(b,d)+"]":"[ "+yu.call(b,", ")+" ]"}if(function(e){return"[object Error]"===Fu(e)&&zu(e)}(t)){var k=Yu(t,p);return"cause"in Error.prototype||!("cause"in t)||Su.call(t,"cause")?0===k.length?"["+String(t)+"]":"{ ["+String(t)+"] "+yu.call(k,", ")+" }":"{ ["+String(t)+"] "+yu.call(mu.call("[cause]: "+p(t.cause),k),", ")+" }"}if("object"==typeof t&&i){if(Ou&&"function"==typeof t[Ou]&&Ru)return Ru(t,{depth:l-r});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!Zc||!e||"object"!=typeof e)return!1;try{Zc.call(e);try{nu.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var _=[];return Xc&&Xc.call(t,function(e,n){_.push(p(n,t,!0)+" => "+p(e,t))}),$u("Map",Zc.call(t),_,d)}if(function(e){if(!nu||!e||"object"!=typeof e)return!1;try{nu.call(e);try{Zc.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var w=[];return ru&&ru.call(t,function(e){w.push(p(e,t))}),$u("Set",nu.call(t),w,d)}if(function(e){if(!ou||!e||"object"!=typeof e)return!1;try{ou.call(e,ou);try{au.call(e,au)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Ku("WeakMap");if(function(e){if(!au||!e||"object"!=typeof e)return!1;try{au.call(e,au);try{ou.call(e,ou)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Ku("WeakSet");if(function(e){if(!iu||!e||"object"!=typeof e)return!1;try{return iu.call(e),!0}catch(e){}return!1}(t))return Ku("WeakRef");if(function(e){return"[object Number]"===Fu(e)&&zu(e)}(t))return Gu(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!ku)return!1;try{return ku.call(e),!0}catch(e){}return!1}(t))return Gu(p(ku.call(t)));if(function(e){return"[object Boolean]"===Fu(e)&&zu(e)}(t))return Gu(su.call(t));if(function(e){return"[object String]"===Fu(e)&&zu(e)}(t))return Gu(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==Gc&&t===Gc)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===Fu(e)&&zu(e)}(t)&&!Nu(t)){var E=Yu(t,p),x=Cu?Cu(t)===Object.prototype:t instanceof Object||t.constructor===Object,S=t instanceof Object?"":"null prototype",C=!x&&xu&&Object(t)===t&&xu in t?du.call(Fu(t),8,-1):S?"Object":"",I=(x||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(C||S?"["+yu.call(mu.call([],C||[],S||[]),": ")+"] ":"");return 0===E.length?I+"{}":d?I+"{"+Qu(E,d)+"}":I+"{ "+yu.call(E,", ")+" }"}return String(t)};function Du(e,t,n){var r=n.quoteStyle||t,o=Au[r];return o+e+o}function Lu(e){return pu.call(String(e),/"/g,"&quot;")}function zu(e){return!xu||!("object"==typeof e&&(xu in e||void 0!==e[xu]))}function qu(e){return"[object Array]"===Fu(e)&&zu(e)}function Nu(e){return"[object RegExp]"===Fu(e)&&zu(e)}function Uu(e){if(Eu)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!wu)return!1;try{return wu.call(e),!0}catch(e){}return!1}var Bu=Object.prototype.hasOwnProperty||function(e){return e in this};function Mu(e,t){return Bu.call(e,t)}function Fu(e){return cu.call(e)}function Hu(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function Wu(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return Wu(du.call(e,0,t.maxStringLength),t)+r}var o=Pu[t.quoteStyle||"single"];return o.lastIndex=0,Du(pu.call(pu.call(e,o,"\\$1"),/[\x00-\x1f]/g,Vu),"single",t)}function Vu(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":"")+hu.call(t.toString(16))}function Gu(e){return"Object("+e+")"}function Ku(e){return e+" { ? }"}function $u(e,t,n,r){return e+" ("+t+") {"+(r?Qu(n,r):yu.call(n,", "))+"}"}function Qu(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+yu.call(e,","+n)+"\n"+t.prev}function Yu(e,t){var n=qu(e),r=[];if(n){r.length=e.length;for(var o=0;o<e.length;o++)r[o]=Mu(e,o)?t(e[o],e):""}var a,i="function"==typeof _u?_u(e):[];if(Eu){a={};for(var s=0;s<i.length;s++)a["$"+i[s]]=i[s]}for(var c in e)Mu(e,c)&&(n&&String(Number(c))===c&&c<e.length||Eu&&a["$"+c]instanceof Symbol||(gu.call(/[^\w$]/,c)?r.push(t(c,e)+": "+t(e[c],e)):r.push(c+": "+t(e[c],e))));if("function"==typeof _u)for(var u=0;u<i.length;u++)Su.call(e,i[u])&&r.push("["+t(i[u])+"]: "+t(e[i[u]],e));return r}var Ju=ju,Zu=$c,Xu=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},el=Object,tl=Error,nl=EvalError,rl=RangeError,ol=ReferenceError,al=SyntaxError,il=URIError,sl=Math.abs,cl=Math.floor,ul=Math.max,ll=Math.min,dl=Math.pow,pl=Math.round,hl=Number.isNaN||function(e){return e!=e},fl=Object.getOwnPropertyDescriptor;if(fl)try{fl([],"length")}catch(e){fl=null}var gl=fl,ml=Object.defineProperty||!1;if(ml)try{ml({},"a",{value:1})}catch(e){ml=!1}var yl,vl,bl,kl,_l,wl,El,xl,Sl,Cl,Il,Rl,Tl,Ol,Al,Pl,jl=ml;function Dl(){return wl?_l:(wl=1,_l="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function Ll(){return xl?El:(xl=1,El=el.getPrototypeOf||null)}function zl(){if(Cl)return Sl;Cl=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 Sl=function(r){var o=this;if("function"!=typeof o||"[object Function]"!==e.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var a,i=function(e,t){for(var n=[],r=t||0,o=0;r<e.length;r+=1,o+=1)n[o]=e[r];return n}(arguments,1),s=t(0,o.length-i.length),c=[],u=0;u<s;u++)c[u]="$"+u;if(a=Function("binder","return function ("+function(e,t){for(var n="",r=0;r<e.length;r+=1)n+=e[r],r+1<e.length&&(n+=t);return n}(c,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof a){var e=o.apply(this,n(i,arguments));return Object(e)===e?e:this}return o.apply(r,n(i,arguments))}),o.prototype){var l=function(){};l.prototype=o.prototype,a.prototype=new l,l.prototype=null}return a},Sl}function ql(){if(Rl)return Il;Rl=1;var e=zl();return Il=Function.prototype.bind||e}function Nl(){return Ol?Tl:(Ol=1,Tl=Function.prototype.call)}function Ul(){return Pl?Al:(Pl=1,Al=Function.prototype.apply)}var Bl,Ml,Fl,Hl,Wl,Vl,Gl,Kl="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,$l=ql(),Ql=Ul(),Yl=Nl(),Jl=Kl||$l.call(Yl,Ql),Zl=ql(),Xl=$c,ed=Nl(),td=Jl,nd=function(e){if(e.length<1||"function"!=typeof e[0])throw new Xl("a function is required");return td(Zl,ed,e)};var rd=el,od=tl,ad=nl,id=rl,sd=ol,cd=al,ud=$c,ld=il,dd=sl,pd=cl,hd=ul,fd=ll,gd=dl,md=pl,yd=function(e){return hl(e)||0===e?e:e<0?-1:1},vd=Function,bd=function(e){try{return vd('"use strict"; return ('+e+").constructor;")()}catch(e){}},kd=gl,_d=jl,wd=function(){throw new ud},Ed=kd?function(){try{return wd}catch(e){try{return kd(arguments,"callee").get}catch(e){return wd}}}():wd,xd=function(){if(kl)return bl;kl=1;var e="undefined"!=typeof Symbol&&Symbol,t=vl?yl:(vl=1,yl=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 bl=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),Sd=function(){if(Hl)return Fl;Hl=1;var e=Dl(),t=Ll(),n=function(){if(Ml)return Bl;Ml=1;var e,t=nd,n=gl;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 Bl=r&&"function"==typeof r.get?t([r.get]):"function"==typeof a&&function(e){return a(null==e?e:o(e))}}();return Fl=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}(),Cd=Ll(),Id=Dl(),Rd=Ul(),Td=Nl(),Od={},Ad="undefined"!=typeof Uint8Array&&Sd?Sd(Uint8Array):Gl,Pd={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?Gl:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?Gl:ArrayBuffer,"%ArrayIteratorPrototype%":xd&&Sd?Sd([][Symbol.iterator]()):Gl,"%AsyncFromSyncIteratorPrototype%":Gl,"%AsyncFunction%":Od,"%AsyncGenerator%":Od,"%AsyncGeneratorFunction%":Od,"%AsyncIteratorPrototype%":Od,"%Atomics%":"undefined"==typeof Atomics?Gl:Atomics,"%BigInt%":"undefined"==typeof BigInt?Gl:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?Gl:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?Gl:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?Gl:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":od,"%eval%":eval,"%EvalError%":ad,"%Float16Array%":"undefined"==typeof Float16Array?Gl:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?Gl:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?Gl:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?Gl:FinalizationRegistry,"%Function%":vd,"%GeneratorFunction%":Od,"%Int8Array%":"undefined"==typeof Int8Array?Gl:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?Gl:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?Gl:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":xd&&Sd?Sd(Sd([][Symbol.iterator]())):Gl,"%JSON%":"object"==typeof JSON?JSON:Gl,"%Map%":"undefined"==typeof Map?Gl:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&xd&&Sd?Sd((new Map)[Symbol.iterator]()):Gl,"%Math%":Math,"%Number%":Number,"%Object%":rd,"%Object.getOwnPropertyDescriptor%":kd,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?Gl:Promise,"%Proxy%":"undefined"==typeof Proxy?Gl:Proxy,"%RangeError%":id,"%ReferenceError%":sd,"%Reflect%":"undefined"==typeof Reflect?Gl:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?Gl:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&xd&&Sd?Sd((new Set)[Symbol.iterator]()):Gl,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?Gl:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":xd&&Sd?Sd(""[Symbol.iterator]()):Gl,"%Symbol%":xd?Symbol:Gl,"%SyntaxError%":cd,"%ThrowTypeError%":Ed,"%TypedArray%":Ad,"%TypeError%":ud,"%Uint8Array%":"undefined"==typeof Uint8Array?Gl:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?Gl:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?Gl:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?Gl:Uint32Array,"%URIError%":ld,"%WeakMap%":"undefined"==typeof WeakMap?Gl:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?Gl:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?Gl:WeakSet,"%Function.prototype.call%":Td,"%Function.prototype.apply%":Rd,"%Object.defineProperty%":_d,"%Object.getPrototypeOf%":Cd,"%Math.abs%":dd,"%Math.floor%":pd,"%Math.max%":hd,"%Math.min%":fd,"%Math.pow%":gd,"%Math.round%":md,"%Math.sign%":yd,"%Reflect.getPrototypeOf%":Id};if(Sd)try{null.error}catch(e){var jd=Sd(Sd(e));Pd["%Error.prototype%"]=jd}var Dd,Ld,zd,qd,Nd,Ud,Bd,Md,Fd,Hd,Wd,Vd,Gd,Kd=function e(t){var n;if("%AsyncFunction%"===t)n=bd("async function () {}");else if("%GeneratorFunction%"===t)n=bd("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=bd("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&Sd&&(n=Sd(o.prototype))}return Pd[t]=n,n},$d={__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"]},Qd=ql(),Yd=function(){if(Vl)return Wl;Vl=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=ql();return Wl=n.call(e,t)}(),Jd=Qd.call(Td,Array.prototype.concat),Zd=Qd.call(Rd,Array.prototype.splice),Xd=Qd.call(Td,String.prototype.replace),ep=Qd.call(Td,String.prototype.slice),tp=Qd.call(Td,RegExp.prototype.exec),np=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,rp=/\\(\\)?/g,op=function(e,t){var n,r=e;if(Yd($d,r)&&(r="%"+(n=$d[r])[0]+"%"),Yd(Pd,r)){var o=Pd[r];if(o===Od&&(o=Kd(r)),void 0===o&&!t)throw new ud("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new cd("intrinsic "+e+" does not exist!")},ap=function(e,t){if("string"!=typeof e||0===e.length)throw new ud("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new ud('"allowMissing" argument must be a boolean');if(null===tp(/^%?[^%]*%?$/,e))throw new cd("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=ep(e,0,1),n=ep(e,-1);if("%"===t&&"%"!==n)throw new cd("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new cd("invalid intrinsic syntax, expected opening `%`");var r=[];return Xd(e,np,function(e,t,n,o){r[r.length]=n?Xd(o,rp,"$1"):t||e}),r}(e),r=n.length>0?n[0]:"",o=op("%"+r+"%",t),a=o.name,i=o.value,s=!1,c=o.alias;c&&(r=c[0],Zd(n,Jd([0,1],c)));for(var u=1,l=!0;u<n.length;u+=1){var d=n[u],p=ep(d,0,1),h=ep(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new cd("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),Yd(Pd,a="%"+(r+="."+d)+"%"))i=Pd[a];else if(null!=i){if(!(d in i)){if(!t)throw new ud("base intrinsic for "+e+" exists, but the property is not available.");return}if(kd&&u+1>=n.length){var f=kd(i,d);i=(l=!!f)&&"get"in f&&!("originalValue"in f.get)?f.get:i[d]}else l=Yd(i,d),i=i[d];l&&!s&&(Pd[a]=i)}}return i},ip=ap,sp=nd,cp=sp([ip("%String.prototype.indexOf%")]),up=function(e,t){var n=ip(e,!!t);return"function"==typeof n&&cp(e,".prototype.")>-1?sp([n]):n},lp=up,dp=ju,pp=$c,hp=ap("%Map%",!0),fp=lp("Map.prototype.get",!0),gp=lp("Map.prototype.set",!0),mp=lp("Map.prototype.has",!0),yp=lp("Map.prototype.delete",!0),vp=lp("Map.prototype.size",!0),bp=!!hp&&function(){var e,t={assert:function(e){if(!t.has(e))throw new pp("Side channel does not contain "+dp(e))},delete:function(t){if(e){var n=yp(e,t);return 0===vp(e)&&(e=void 0),n}return!1},get:function(t){if(e)return fp(e,t)},has:function(t){return!!e&&mp(e,t)},set:function(t,n){e||(e=new hp),gp(e,t,n)}};return t},kp=up,_p=ju,wp=bp,Ep=$c,xp=ap("%WeakMap%",!0),Sp=kp("WeakMap.prototype.get",!0),Cp=kp("WeakMap.prototype.set",!0),Ip=kp("WeakMap.prototype.has",!0),Rp=kp("WeakMap.prototype.delete",!0),Tp=$c,Op=ju,Ap=(xp?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new Ep("Side channel does not contain "+_p(e))},delete:function(n){if(xp&&n&&("object"==typeof n||"function"==typeof n)){if(e)return Rp(e,n)}else if(wp&&t)return t.delete(n);return!1},get:function(n){return xp&&n&&("object"==typeof n||"function"==typeof n)&&e?Sp(e,n):t&&t.get(n)},has:function(n){return xp&&n&&("object"==typeof n||"function"==typeof n)&&e?Ip(e,n):!!t&&t.has(n)},set:function(n,r){xp&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new xp),Cp(e,n,r)):wp&&(t||(t=wp()),t.set(n,r))}};return n}:wp)||bp||function(){var e,t={assert:function(e){if(!t.has(e))throw new Zu("Side channel does not contain "+Ju(e))},delete:function(t){var n=e&&e.next,r=function(e,t){if(e)return Xu(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=Xu(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!Xu(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var r=Xu(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},Pp=function(){var e,t={assert:function(e){if(!t.has(e))throw new Tp("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},jp=String.prototype.replace,Dp=/%20/g,Lp="RFC3986",zp={default:Lp,formatters:{RFC1738:function(e){return jp.call(e,Dp,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:Lp},qp=zp,Np=Pp,Up=Object.prototype.hasOwnProperty,Bp=Array.isArray,Mp=Np(),Fp=function(e,t){return Mp.set(e,t),e},Hp=function(e){return Mp.has(e)},Wp=function(e){return Mp.get(e)},Vp=function(e,t){Mp.set(e,t)},Gp=function(){for(var e=[],t=0;t<256;++t)e[e.length]="%"+((t<16?"0":"")+t.toString(16)).toUpperCase();return e}(),Kp=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},$p=1024,Qp={arrayToObject:Kp,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(Hp(e)){var o=Wp(e)+1;return e[o]=t,Vp(e,o),e}var a=[].concat(e,t);return a.length>n?Fp(Kp(a,{plainObjects:r}),a.length-1):a},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var o=t[r],a=o.obj[o.prop],i=Object.keys(a),s=0;s<i.length;++s){var c=i[s],u=a[c];"object"==typeof u&&null!==u&&-1===n.indexOf(u)&&(t[t.length]={obj:a,prop:c},n[n.length]=u)}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(Bp(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+=$p){for(var c=a.length>=$p?a.slice(s,s+$p):a,u=[],l=0;l<c.length;++l){var d=c.charCodeAt(l);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||o===qp.RFC1738&&(40===d||41===d)?u[u.length]=c.charAt(l):d<128?u[u.length]=Gp[d]:d<2048?u[u.length]=Gp[192|d>>6]+Gp[128|63&d]:d<55296||d>=57344?u[u.length]=Gp[224|d>>12]+Gp[128|d>>6&63]+Gp[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&c.charCodeAt(l)),u[u.length]=Gp[240|d>>18]+Gp[128|d>>12&63]+Gp[128|d>>6&63]+Gp[128|63&d])}i+=u.join("")}return i},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isOverflow:Hp,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},markOverflow:Fp,maybeMap:function(e,t){if(Bp(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(Bp(t)){var o=t.length;if(r&&"number"==typeof r.arrayLimit&&o>r.arrayLimit)return Fp(Kp(t.concat(n),r),o);t[o]=n}else{if(!t||"object"!=typeof t)return[t,n];if(Hp(t)){var a=Wp(t)+1;t[a]=n,Vp(t,a)}else(r&&(r.plainObjects||r.allowPrototypes)||!Up.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t){if(Hp(n)){for(var i=Object.keys(n),s=r&&r.plainObjects?{__proto__:null,0:t}:{0:t},c=0;c<i.length;c++){s[parseInt(i[c],10)+1]=n[i[c]]}return Fp(s,Wp(n)+1)}var u=[t].concat(n);return r&&"number"==typeof r.arrayLimit&&u.length>r.arrayLimit?Fp(Kp(u,r),u.length-1):u}var l=t;return Bp(t)&&!Bp(n)&&(l=Kp(t,r)),Bp(t)&&Bp(n)?(n.forEach(function(n,o){if(Up.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(Up.call(t,o)?t[o]=e(t[o],a,r):t[o]=a,Hp(n)&&!Hp(t)&&Fp(t,Wp(n)),Hp(t)){var i=parseInt(o,10);String(i)===o&&i>=0&&i>Wp(t)&&Vp(t,i)}return t},l)}},Yp=Pp,Jp=Qp,Zp=zp,Xp=Object.prototype.hasOwnProperty,eh={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},th=Array.isArray,nh=Array.prototype.push,rh=function(e,t){nh.apply(e,th(t)?t:[t])},oh=Date.prototype.toISOString,ah=Zp.default,ih={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Jp.encode,encodeValuesOnly:!1,filter:void 0,format:ah,formatter:Zp.formatters[ah],indices:!1,serializeDate:function(e){return oh.call(e)},skipNulls:!1,strictNullHandling:!1},sh={},ch=function e(t,n,r,o,a,i,s,c,u,l,d,p,h,f,g,m,y,v){for(var b,k=t,_=v,w=0,E=!1;void 0!==(_=_.get(sh))&&!E;){var x=_.get(t);if(w+=1,void 0!==x){if(x===w)throw new RangeError("Cyclic object value");E=!0}void 0===_.get(sh)&&(w=0)}if("function"==typeof l?k=l(n,k):k instanceof Date?k=h(k):"comma"===r&&th(k)&&(k=Jp.maybeMap(k,function(e){return e instanceof Date?h(e):e})),null===k){if(i)return u&&!m?u(n,ih.encoder,y,"key",f):n;k=""}if("string"==typeof(b=k)||"number"==typeof b||"boolean"==typeof b||"symbol"==typeof b||"bigint"==typeof b||Jp.isBuffer(k))return u?[g(m?n:u(n,ih.encoder,y,"key",f))+"="+g(u(k,ih.encoder,y,"value",f))]:[g(n)+"="+g(String(k))];var S,C=[];if(void 0===k)return C;if("comma"===r&&th(k))m&&u&&(k=Jp.maybeMap(k,u)),S=[{value:k.length>0?k.join(",")||null:void 0}];else if(th(l))S=l;else{var I=Object.keys(k);S=d?I.sort(d):I}var R=c?String(n).replace(/\./g,"%2E"):String(n),T=o&&th(k)&&1===k.length?R+"[]":R;if(a&&th(k)&&0===k.length)return T+"[]";for(var O=0;O<S.length;++O){var A=S[O],P="object"==typeof A&&A&&void 0!==A.value?A.value:k[A];if(!s||null!==P){var j=p&&c?String(A).replace(/\./g,"%2E"):String(A),D=th(k)?"function"==typeof r?r(T,j):T:T+(p?"."+j:"["+j+"]");v.set(t,w);var L=Yp();L.set(sh,v),rh(C,e(P,D,r,o,a,i,s,c,"comma"===r&&m&&th(k)?null:u,l,d,p,h,f,g,m,y,L))}}return C},uh=Qp,lh=Object.prototype.hasOwnProperty,dh=Array.isArray,ph={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:uh.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},hh=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},fh=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},gh=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&&lh.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&&lh.call(Object.prototype,a)&&!t.allowPrototypes)return;i[i.length]=a}for(var s=0;null!==(o=r.exec(n))&&s<t.depth;){s+=1;var c=o[1].slice(1,-1);if(!t.plainObjects&&lh.call(Object.prototype,c)&&!t.allowPrototypes)return;i[i.length]=o[1]}if(o){if(!0===t.strictDepth)throw new RangeError("Input depth exceeded depth option of "+t.depth+" and strictDepth is true");i[i.length]="["+n.slice(o.index)+"]"}return i}(e,n);if(o)return function(e,t,n,r){var o=0;if(e.length>0&&"[]"===e[e.length-1]){var a=e.slice(0,-1).join("");o=Array.isArray(t)&&t[a]?t[a].length:0}for(var i=r?t:fh(t,n,o),s=e.length-1;s>=0;--s){var c,u=e[s];if("[]"===u&&n.parseArrays)c=uh.isOverflow(i)?i:n.allowEmptyArrays&&(""===i||n.strictNullHandling&&null===i)?[]:uh.combine([],i,n.arrayLimit,n.plainObjects);else{c=n.plainObjects?{__proto__:null}:{};var l="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,d=n.decodeDotInKeys?l.replace(/%2E/g,"."):l,p=parseInt(d,10),h=!isNaN(p)&&u!==d&&String(p)===d&&p>=0&&n.parseArrays;if(n.parseArrays||""!==d)if(h&&p<n.arrayLimit)(c=[])[p]=i;else{if(h&&n.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+n.arrayLimit+" element"+(1===n.arrayLimit?"":"s")+" allowed in an array.");h?(c[p]=i,uh.markOverflow(c,p)):"__proto__"!==d&&(c[d]=i)}else c={0:i}}i=c}return i}(o,t,n,r)}},mh=function(e,t){var n,r=e,o=function(e){if(!e)return ih;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||ih.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=Zp.default;if(void 0!==e.format){if(!Xp.call(Zp.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r,o=Zp.formatters[n],a=ih.filter;if(("function"==typeof e.filter||th(e.filter))&&(a=e.filter),r=e.arrayFormat in eh?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":ih.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||ih.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:ih.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:ih.allowEmptyArrays,arrayFormat:r,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:ih.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?ih.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:ih.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:ih.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:ih.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:ih.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:ih.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:ih.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:ih.strictNullHandling}}(t);"function"==typeof o.filter?r=(0,o.filter)("",r):th(o.filter)&&(n=o.filter);var a=[];if("object"!=typeof r||null===r)return"";var i=eh[o.arrayFormat],s="comma"===i&&o.commaRoundTrip;n||(n=Object.keys(r)),o.sort&&n.sort(o.sort);for(var c=Yp(),u=0;u<n.length;++u){var l=n[u],d=r[l];o.skipNulls&&null===d||rh(a,ch(d,l,i,s,o.allowEmptyArrays,o.strictNullHandling,o.skipNulls,o.encodeDotInKeys,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset,c))}var p=a.join(o.delimiter),h=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),p.length>0?h+p:""},yh=function(e,t){var n=function(e){if(!e)return ph;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?ph.charset:e.charset,n=void 0===e.duplicates?ph.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||ph.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:ph.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:ph.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:ph.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:ph.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:ph.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:ph.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:ph.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:ph.decoder,delimiter:"string"==typeof e.delimiter||uh.isRegExp(e.delimiter)?e.delimiter:ph.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:ph.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:ph.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:ph.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:ph.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:ph.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:ph.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof e.throwOnLimitExceeded&&e.throwOnLimitExceeded}}(t);if(""===e||null==e)return n.plainObjects?{__proto__:null}:{};for(var r="string"==typeof e?function(e,t){var n={__proto__:null},r=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;r=r.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var o=t.parameterLimit===1/0?void 0:t.parameterLimit,a=r.split(t.delimiter,t.throwOnLimitExceeded?o+1:o);if(t.throwOnLimitExceeded&&a.length>o)throw new RangeError("Parameter limit exceeded. Only "+o+" parameter"+(1===o?"":"s")+" allowed.");var i,s=-1,c=t.charset;if(t.charsetSentinel)for(i=0;i<a.length;++i)0===a[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[i]?c="utf-8":"utf8=%26%2310003%3B"===a[i]&&(c="iso-8859-1"),s=i,i=a.length);for(i=0;i<a.length;++i)if(i!==s){var u,l,d=a[i],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;if(-1===h?(u=t.decoder(d,ph.decoder,c,"key"),l=t.strictNullHandling?null:""):null!==(u=t.decoder(d.slice(0,h),ph.decoder,c,"key"))&&(l=uh.maybeMap(fh(d.slice(h+1),t,dh(n[u])?n[u].length:0),function(e){return t.decoder(e,ph.decoder,c,"value")})),l&&t.interpretNumericEntities&&"iso-8859-1"===c&&(l=hh(String(l))),d.indexOf("[]=")>-1&&(l=dh(l)?[l]:l),t.comma&&dh(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=uh.combine([],l,t.arrayLimit,t.plainObjects)}if(null!==u){var f=lh.call(n,u);f&&"combine"===t.duplicates?n[u]=uh.combine(n[u],l,t.arrayLimit,t.plainObjects):f&&"last"!==t.duplicates||(n[u]=l)}}return n}(e,n):e,o=n.plainObjects?{__proto__:null}:{},a=Object.keys(r),i=0;i<a.length;++i){var s=a[i],c=gh(s,r[s],n,"string"==typeof e);o=uh.merge(o,c,n)}return!0===n.allowSparse?o:uh.compact(o)},vh={formats:zp,parse:yh,stringify:mh},bh={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 vh.stringify(e,{indices:!1})}},kh=[{value:"CHART_NOT_EXPECTED",labelKey:"insights.feedback.issues.chartNotExpected"},{value:"TIME_RANGE_INCORRECT",labelKey:"insights.feedback.issues.timeRangeIncorrect"},{value:"DATA_INACCURATE",labelKey:"insights.feedback.issues.dataInaccurate"},{value:"NOT_ANSWERING_QUESTION",labelKey:"insights.feedback.issues.notAnsweringQuestion"},{value:"EXPECTED_INSIGHTS",labelKey:"insights.feedback.issues.expectedInsights"},{value:"OTHER",labelKey:"insights.feedback.issues.other"}];!function(e){var t,n;(t=e.NotificationStatus||(e.NotificationStatus={})).SETTLED="SETTLED",t.NOT_SETTLED="NOT_SETTLED",(n=e.NotificationReason||(e.NotificationReason={})).REFUNDED="REFUNDED",n.RESOLVED="RESOLVED",n.CANCELLED="CANCELLED",n.SERVICE_SUSPENDED="SERVICE_SUSPENDED",n.ORDER_STOPPED="ORDER_STOPPED",n.DISMISS="DISMISS"}(Dd||(Dd={})),function(e){e.PAYMENTS="payments",e.INSIGHTS="insights"}(Ld||(Ld={})),function(e){var t;(t=e.CustomClaims||(e.CustomClaims={})).ORGANIZATION_CODE="https://dashboard.dev.y.uno/organization_code",t.USER_CODE="https://dashboard.dev.y.uno/user_code",t.USER_EMAIL="https://dashboard.dev.y.uno/user_email"}(zd||(zd={})),function(e){var t;(t=e.CountryCode||(e.CountryCode={})).COLOMBIA="CO",t.MEXICO="MX",t.BRAZIL="BR",t.ARGENTINA="AR",t.CHILE="CL",t.PERU="PE",t.URUGUAY="UR",t.ECUADOR="EC"}(qd||(qd={})),function(e){e.PAYMENTS="PAYMENTS",e.TRANSACTIONS="TRANSACTIONS",e.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",e.PAYOUTS="PAYOUTS"}(Nd||(Nd={})),function(e){e.ALL="ALL",e.DEFAULT="DEFAULT",e.CUSTOM="CUSTOM"}(Ud||(Ud={})),function(e){var t,n;e.DEFAULT_ROUTING_TYPE="smart-routing",(t=e.StepType||(e.StepType={})).FRAUD="FRAUD",t.PAYMENT="PAYMENT",t.THREE_D_SECURE="THREE_D_SECURE",t.CYBERSOURCE_3DS="CYBERSOURCE_3DS",(n=e.DeclineGroupType||(e.DeclineGroupType={})).PROVIDER_STATUS="PROVIDER_STATUS",n.MAC_CODE="MAC_CODE"}(Bd||(Bd={})),function(e){var t;(t=e.InsightsVolumeMetricsV2Path||(e.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",t.APPROVED_PAYMENTS="approved-payments",t.PAYMENT_METHODS="payment-methods",t.PROVIDERS="providers",t.COUNTRIES="countries",t.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",t.TOTAL_PAYMENTS="total-payments",t.CARD_TYPES="card-types",t.CARD_BRANDS="card-brands",t.ISSUERS="issuers",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(e.OverviewMetricType||(e.OverviewMetricType={}))}(Md||(Md={})),function(e){e.TRANSACTIONS="TRANSACTION_RECONCILIATION",e.SETTLEMENTS="SETTLEMENTS",e.SETTLEMENTS_HEADER="SETTLEMENTS_HEADER",e.AGENDA="AGENDA",e.SALES_CONCILIATION="SALES_CONCILIATION",e.FEES="FEES",e.ADVANCEMENTS="ADVANCEMENTS",e.RECONCILIATION_OVERVIEW="RECONCILIATION_OVERVIEW",e.SETTLEMENTS_FEES="SETTLEMENTS_FEES",e.CASHFLOW="CASHFLOW",e.PROCESSED_TRANSACTIONS="PROCESSED_TRANSACTIONS"}(Fd||(Fd={})),function(e){e.TOTAL_AMOUNT="AGENDA_TOTAL_AMOUNT",e.DAILY="AGENDA_DAILY_DISTRIBUTION",e.PAYMENT_METHOD="AGENDA_PAYMENT_METHOD_DISTRIBUTION",e.CARD_BRAND="AGENDA_CARD_BRAND_DISTRIBUTION"}(Hd||(Hd={})),function(e){var t;(t=e.AuditExportReportType||(e.AuditExportReportType={})).DASHBOARD="DASHBOARD",t.API="API",t.WEBHOOKS="WEBHOOKS",t.MONITORS="MONITORS"}(Wd||(Wd={})),function(e){var t;(t=e.AIGenerateStatus||(e.AIGenerateStatus={})).ACCEPTED="ACCEPTED",t.REFUSED="REFUSED",t.FRONT_FAILED="FRONT_FAILED"}(Vd||(Vd={})),function(e){var t;(t=e.ConfigType||(e.ConfigType={})).YUNO_SMART_TOKENS="YUNO_SMART_TOKENS",t.CUSTOM_ROUTING_RULES="CUSTOM_ROUTING_RULES",t.CUSTOM_RETRY_DECLINED_WITH_PAN="CUSTOM_RETRY_DECLINED_WITH_PAN"}(Gd||(Gd={}));var _h=["PAUSED","ACTIVE"],wh={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},Eh="DELETED",xh={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"};const Sh=[];for(let e=0;e<256;++e)Sh.push((e+256).toString(16).slice(1));let Ch;const Ih=new Uint8Array(16);var Rh={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Th(e,t,n){if(Rh.randomUUID&&!t&&!e)return Rh.randomUUID();const r=(e=e||{}).random??e.rng?.()??function(){if(!Ch){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Ch=crypto.getRandomValues.bind(crypto)}return Ch(Ih)}();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 Oh=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}};function Ah(e){return e&&0!==e.length?{metadata_filters:e.map(function(e){var t=e.field,n=e.type,r=e.values;return{key:t,conditional:n,values:Array.isArray(r)?r:[r]}})}:{}}var Ph=function(e){function i(n){var r=n?t(t({},bh),n):bh;return e.call(this,r)||this}return o(i,e),i.prototype.simulateAxiosError=function(){return new Promise(function(e,t){t({name:"AxiosError"})})},i.prototype.updateReconciliationReportTemplate=function(e){var n=e.type===Fd.TRANSACTIONS?"TRANSACTIONS":e.type,r=t(t({},e),{type:n});return this.put("/v1/reconciliation/reports/templates",r)},i.prototype.createReconciliationReportTemplate=function(e){var n=e.type===Fd.TRANSACTIONS?"TRANSACTIONS":e.type,r=t(t({},e),{type:n});return this.post("/v1/reconciliation/reports/templates",r)},i.prototype.getReconciliationTransactions=function(e){var t=e.account_code;return delete e.account_code,this.post("v2/reconciliation/transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationSettlements=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/settlements",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationMetrics=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/reports",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationFilters=function(){return this.get("/reconciliation/filters")},i.prototype.getReconciliationsReportColumns=function(e,t){return this.get("/v1/reconciliation/reports/columns/".concat(e,"/").concat(t))},i.prototype.getReconciliationReportTemplates=function(){return this.get("/v1/reconciliation/reports/templates")},i.prototype.getAllTableColumns=function(e){return this.get("/v1/reconciliation/table/".concat(e,"/columns"))},i.prototype.getReconciliationActive=function(){return this.get("/v1/reconciliation/status")},i.prototype.getReconciliationAlerts=function(e,t){return this.post("/reconciliation/alerts/list",e,{params:t})},i.prototype.postReconciliationAlert=function(e){return this.post("/reconciliation/alerts",e)},i.prototype.updateReconciliationAlert=function(e){return this.patch("/reconciliation/alerts",e)},i.prototype.deleteReconciliationAlert=function(e){return this.delete("/reconciliation/alerts",{params:e})},i.prototype.getReconciliationAgenda=function(e,t){return this.post("/reconciliation/agenda/list",e,{params:t})},i.prototype.getReconciliationAgendaInsightByKey=function(e,t){return this.post("/reconciliation/agenda/insights",e,{params:t})},i.prototype.getReconciliationSales=function(e,t){return this.post("/reconciliation/sales/list",e,{params:t})},i.prototype.getReconciliationAdvancements=function(e,t){return this.post("/reconciliation/advancements/list",e,{params:t})},i.prototype.getReconciliationFees=function(e,t){return this.post("/reconciliation/fees/list",e,{params:t})},i.prototype.getReconciliationInsightsConflictsSummary=function(e){return this.post("/reconciliations/insights/conflicts/summary",e)},i.prototype.getReconciliationInsightsNotReconciledAggregators=function(e){return this.post("/reconciliations/insights/not-reconciled/aggregators",e)},i.prototype.getReconciliationInsightsNotReconciledList=function(e){return this.post("/reconciliations/insights/not-reconciled/list",e)},i.prototype.getReconciliationInsightsStatusConflictAggregators=function(e){return this.post("/reconciliations/insights/status-conflict/aggregators",e)},i.prototype.getReconciliationInsightsStatusConflictList=function(e){return this.post("/reconciliations/insights/status-conflict/list",e)},i.prototype.getReconciliationInsightsAmountConflictAggregators=function(e){return this.post("/reconciliations/insights/amount-conflict/aggregators",e)},i.prototype.getReconciliationInsightsAmountConflictList=function(e){return this.post("/reconciliations/insights/amount-conflict/list",e)},i.prototype.getReconciliationInsightsConflictDateSummary=function(e){return this.post("/reconciliations/insights/conflict-date/summary",e)},i.prototype.getReconciliationInsightsConflictDateAggregators=function(e){return this.post("/reconciliations/insights/conflict-date/aggregators",e)},i.prototype.getReconciliationInsightsConflictDateList=function(e){return this.post("/reconciliations/insights/conflict-date/list",e)},i.prototype.getReconciliationInsightsIncorrectFeesSummary=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesAggregators=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/aggregators",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesList=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/list",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsFeesChargedSummary=function(e,t){return this.post("/reconciliations/insights/fees-charged/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledSummary=function(e,t){return this.post("/reconciliations/insights/reconciled/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledAggregators=function(e,t,n){var r={};return t&&(r.date_filter=t),n&&(r.type=n),this.post("/reconciliations/insights/reconciled/aggregators",e,Object.keys(r).length>0?{params:r}:void 0)},i.prototype.getReconciliationInsightsReconciledList=function(e,t,n){var r={};return t&&(r.date_filter=t),n&&(r.type=n),this.post("/reconciliations/insights/reconciled/list",e,Object.keys(r).length>0?{params:r}:void 0)},i.prototype.getReconciliationInsightsNotConfirmSummary=function(e){return this.post("/reconciliations/insights/not-confirm/summary",e)},i.prototype.getReconciliationInsightsNotConfirmAggregators=function(e){return this.post("/reconciliations/insights/not-confirm/aggregators",e)},i.prototype.getReconciliationInsightsNotConfirmList=function(e){return this.post("/reconciliations/insights/not-confirm/list",e)},i.prototype.getReconciliationInsightsAmountToBeSettledSummary=function(e){return this.post("/reconciliations/insights/amount-to-be-settled/summary",e)},i.prototype.getReconciliationInsightsReconciliationRateByProvider=function(e){return this.post("/reconciliations/insights/reconciliation-rate/summary/by-provider",e)},i.prototype.getReconciliationInsightsReconciliationRateByAccount=function(e){return this.post("/reconciliations/insights/reconciliation-rate/summary/by-account",e)},i.prototype.getReconciliationInsightsReconciliationRateByCurrency=function(e){return this.post("/reconciliations/insights/reconciliation-rate/summary/by-currency",e)},i.prototype.getReconciliationInsightsSettlementLookup=function(e){return this.post("/reconciliations/insights/settlement/lookup",e)},i.prototype.postPaymentsLazy=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payments/lazy",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.postPayouts=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payouts",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},i.prototype.getHiddenFields=function(e){var t=e.scope;return this.get("/hidden-fields",{params:{scope:t}})},i.prototype.postPaymentsEvaluated=function(e){e.account_code;var t=a(e,["account_code"]);return t.start_date||(t.start_date=new Date),t.end_date||(t.end_date=new Date),this.post("/payments/evaluated",t)},i.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},i.prototype.postTransactions=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return this.post("/v2/transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.postFraudTransactions=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return this.post("/fraud-transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.getPayoutDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/detail/".concat(e.payout_code),{headers:t})},i.prototype.getPayoutTransactionDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/".concat(e.payout_code,"/transaction/").concat(e.transaction_code,"/detail"),{headers:t})},i.prototype.getPayoutHistoryDetails=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e.payout_code,"/history"),{headers:n})},i.prototype.getPayoutTimeline=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e,"/timeline"),{headers:n})},i.prototype.getPaymentMethodsByCountry=function(e,t){var n=e.provider_id,r=e.country,o=localStorage.getItem("x-organization-code"),a={"x-organization-code":t};return this.get("/organizations/provider-params/".concat(n,"/").concat(r),o?{}:{headers:a})},i.prototype.createOperationTransaction=function(e,t,n,r){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(r),e)},i.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},i.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},i.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},i.prototype.postProviderRawResponse=function(e,t){return this.post("/provider-raw-response/".concat(e),t)},i.prototype.uploadChargebacks=function(e,t,n,r){return this.post("/chargebacks/upload-file/payment/".concat(t,"/transaction/").concat(n),e,{onUploadProgress:function(e){r(e.total?Math.round(100*e.loaded/e.total):0)},headers:{"x-account-code":null==e?void 0:e.account_id,"x-idempotency-key":Th()}})},i.prototype.getPaymentTransactionsDetails=function(e){var t=e.transaction_code;return this.get("/transactions/".concat(t,"/details"))},i.prototype.getTransactionHistoryByPaymentCode=function(e){var t=e.payment_code;return this.get("/transactions/by-payment/".concat(t,"/history"))},i.prototype.getDeveloperCredentials=function(e,t,n,r){var o={};return e&&(o["x-password"]=e),t&&(o["x-account-code"]=t),n&&(o["x-otp"]=n),r&&(o["x-mfa-token"]=r),this.get("/v2/developers/credentials",{headers:o})},i.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},i.prototype.getDeveloperCredentialsValidatePasswordRegularUser=function(e){return this.get("/validate-password-regular",{headers:{"x-password":e}})},i.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},i.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},i.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},i.prototype.getProviderParams=function(e,t){var n,r=localStorage.getItem("x-organization-code"),o={"x-organization-code":r?null===(n=JSON.parse(r))||void 0===n?void 0:n.value:t};return this.get("/organizations/provider-params/".concat(e.id),{headers:o})},i.prototype.getIntegrationByAccountV2=function(e){var t=e.accountCode,n={"x-organization-code":e.organizationCode,"x-account-code":t};return this.post("/connections/my-connections",{account_code:t},{headers:n})},i.prototype.putCosts=function(e){return n(this,void 0,void 0,function(){return r(this,function(t){return[2,this.put("/connections/costs",{costs:[e]})]})})},i.prototype.updateOrganizationStatus=function(){return n(this,void 0,void 0,function(){return r(this,function(e){return[2,this.patch("/organizations/status")]})})},i.prototype.addToRiskList=function(e,t){return this.post("/payments/".concat(e,"/add-to-risk-list"),t)},i.prototype.getOrganizationConfigs=function(){return this.get("/organization-config/configs")},i.prototype.postOrganizationConfigs=function(e){return this.post("/organization-config/configs-by-account",e)},i.prototype.putOrganizationConfigsByAccount=function(e){return this.put("/organization-config/configs-by-account",e)},i.prototype.getIntegrationParams=function(e){var t=e.accountCode,n=e.integration_code;return this.get("/connections/integration-params/".concat(n),t?{headers:{"x-account-code":t}}:{})},i.prototype.getConnectionsByPaymentMethod=function(e,t,o){return void 0===o&&(o=Bd.DEFAULT_ROUTING_TYPE),n(this,void 0,void 0,function(){return r(this,function(n){return[2,this.get("/organizations/connections/".concat(e,"/").concat(t).concat("routing-payouts"===o?"?flow_type=PAYOUT":""))]})})},i.prototype.getHashPylon=function(){return this.get("/pylon-hash")},i.prototype.getConnections=function(){return this.get("/connections")},i.prototype.getOnboardingStatus=function(e){return this.get("/onboarding/status/".concat(e))},i.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},i.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,r="/connections/change-status";if(t.status==Eh)return delete t.status,this.delete(r,{data:t});Object.values(_h).includes(null==t?void 0:t.status)&&(r="".concat(r,"/").concat(wh[t.status]),delete t.status);var o={"x-account-code":n};return this.post(r,t,{headers:o})},i.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},i.prototype.postIntegrationRequest=function(e){var t=e.payload;return this.post("/integration-requests",t)},i.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},i.prototype.patchConnection=function(e){var n,r=e.payload,o=e.connectionCode,a=localStorage.getItem("account"),i=a?null===(n=JSON.parse(a).value)||void 0===n?void 0:n.code:"";return this.patch("/connections/".concat(o),t({account_code:i},r))},i.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},i.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},i.prototype.getWebhooksV3=function(e){var t=e.accountCode,n=e.name;return this.post("/accounts/webhooks-v2/search",{name:n},{headers:{"x-account-code":t}})},i.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},i.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},i.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},i.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},i.prototype.postWebhookLogs=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]),o={account_codes:n};return this.post("/v2/webhooks/organization",o,{params:r,paramsSerializer:Wc})},i.prototype.postResendWebhooks=function(e){var t=e.codes;return this.post("/v2/webhooks/organization/resend",{codes:t})},i.prototype.postExportApiLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/api-logs/organization/export-csv",t,{params:e,paramsSerializer:Wc})},i.prototype.postExportWebhooksLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/webhooks/organization/export-csv",t,{params:e,paramsSerializer:Wc})},i.prototype.getApiLogsV3=function(e){return this.get("/v3/api-logs/payment/".concat(e))},i.prototype.getWebhookTimeline=function(e){return this.get("/v3/webhooks/payment/".concat(e))},i.prototype.postExportDashboardLogs=function(e){var t={account_codes:e.account_code,event:e.event,source:e.source,search:e.search},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/v2/events/organization/export-csv",t,{params:n,paramsSerializer:Wc})},i.prototype.postExportMonitorsLogs=function(e){var t={account_codes:e.account_codes,status:e.status,payment_methods:e.payment_methods,providers:e.providers,traffic_redistribution:e.traffic_redistribution},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/routing-monitor/audit/export-csv",t,{params:n,paramsSerializer:Wc})},i.prototype.getAuditExportsList=function(e){return this.get("/audit/reports",{params:{report_type:e}})},i.prototype.getAuditExportDownload=function(e){return this.get("/audit/reports/".concat(e,"/download"))},i.prototype.getUnifiedExportsPath=function(e){return"/v1/".concat(e,"/exports")},i.prototype.postUnifiedExport=function(e,t){return this.post(this.getUnifiedExportsPath(e),t)},i.prototype.getUnifiedExportStatus=function(e,t){var n=this.getUnifiedExportsPath(e);return this.get("".concat(n,"/").concat(t))},i.prototype.getUnifiedExportsList=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=10),this.get(this.getUnifiedExportsPath(e),{params:{page:t,size:n}})},i.prototype.postApiLogs=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]),o={account_codes:n};return this.post("/v2/api-logs/organization",o,{params:r,paramsSerializer:Wc})},i.prototype.getApiLogsDetailByPaymentCode=function(e,t){return this.get("/v3/api-logs/payment/".concat(e),{params:t?{created_at_from:t}:void 0})},i.prototype.getApiLogsByTransactionCode=function(e,t){return this.get("/v2/api-logs/transaction/".concat(e),{headers:{"x-account-code":t}})},i.prototype.postApiLogsStatsRequests=function(e){return this.post("/v3/api-logs/organization/stats/requests",e)},i.prototype.postApiLogsStatsErrors=function(e){return this.post("/v3/api-logs/organization/stats/errors",e)},i.prototype.postApiLogsStatsErrorsByEndpoint=function(e){return this.post("/v3/api-logs/organization/stats/errors-by-endpoint",e)},i.prototype.postApiLogsList=function(e){return this.post("/v3/api-logs/organization/list",e)},i.prototype.getApiLogsV3ByPaymentCode=function(e,t){return this.get("/v3/api-logs/payment/".concat(e),{params:t?{created_at_from:t}:void 0})},i.prototype.createAuditSubscription=function(e){return this.post("/audit-logs/subscriptions",e)},i.prototype.listAuditSubscriptions=function(){return this.post("/audit-logs/subscriptions/list",{})},i.prototype.deleteAuditSubscription=function(e){return this.delete("/audit-logs/subscriptions/".concat(e))},i.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},i.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},i.prototype.getSmartRoutingMethods=function(e,t){void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE);var n="routing-payouts"===t?"/".concat(t,"/config/withdrawal-methods"):"/".concat(t,"/methods/").concat(e);return this.get(n)},i.prototype.putSmartRoutingToggleMethod=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o="/".concat(r,"/methods/").concat(e,"/").concat(t);return this.put(o,{active:n})},i.prototype.getSmartRoutingConditionTypes=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/config/condition-types/").concat(t):"/".concat(n,"/condition-types/").concat(e,"/").concat(t);return this.get(r)},i.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},i.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingNextSteps=function(e,t,n,r){return void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE),"routing-payouts"===r?this.post("/".concat(r,"/config/next-steps"),{step_type:t,status:n}):this.get("/".concat(r,"/next-route/").concat(e,"/").concat(t,"/").concat(n))},i.prototype.getSmartRoutingWorkflowVersion=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflow-version/").concat(t):"/".concat(n,"/workflow-version/").concat(e,"/").concat(t);return this.get(r)},i.prototype.getSmartRoutingWorkflow=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/").concat(t):"/".concat(n,"/workflow/").concat(e,"/").concat(t);return this.get(r)},i.prototype.putSmartRoutingUpdateWorkflow=function(e,t,n){var r;if(void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),"routing-payouts"===n){var o=(null===(r=t.version)||void 0===r?void 0:r.code)||t.code;return this.put("/".concat(n,"/workflows/").concat(o),t)}return this.put("/".concat(n,"/update-workflow/").concat(e),t)},i.prototype.putSmartRoutingUpdateWorkflowName=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/name/").concat(t.code):"/".concat(n,"/workflow/").concat(e,"/edit-name");return this.put(r,t)},i.prototype.postSmartRoutingCreateWorkflow=function(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),"routing-payouts"===n?this.post("/".concat(n,"/workflows"),t):this.post("/".concat(n,"/create-workflow/").concat(e),t)},i.prototype.postSmartRoutingPublishVersion=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o={"x-organization-code":n},a="routing-payouts"===r?"/".concat(r,"/workflows/").concat(t,"/publish"):"/".concat(r,"/publish-version/").concat(e,"/").concat(t);return this.post(a,{},{headers:o})},i.prototype.deleteSmartRoutingVersion=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/").concat(t):"/".concat(n,"/delete-version/").concat(e,"/").concat(t);return this.delete(r)},i.prototype.postSmartRoutingDuplicateVersion=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/").concat(t,"/duplicate"):"/".concat(n,"/duplicate-version/").concat(e,"/").concat(t);return this.post(r,{})},i.prototype.getSmartRoutingDeclinedGroup=function(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/declined-groups/").concat(e))},i.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},i.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},i.prototype.getSmartRoutingPaymentRoute=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/payments/").concat(t,"/route"):"/".concat(n,"/payment-route/").concat(e,"/").concat(t);return this.get(r)},i.prototype.updateSmartRoutingFavorite=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o="routing-payouts"===r?"/".concat(r,"/workflows/favorite/").concat(t):"/".concat(r,"/favorite/").concat(e,"/").concat(t);return this.put(o,{favorite:n})},i.prototype.getSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/condition-types-values-list/").concat(e))},i.prototype.simulateSmartRoutingTransaction=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o="routing-payouts"===r?"/".concat(r,"/workflows/").concat(t,"/simulate"):"/".concat(r,"/simulate-transaction/").concat(e,"/").concat(t);return this.post(o,n)},i.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},i.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},i.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},i.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},i.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},i.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},i.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},i.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},i.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},i.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},i.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},i.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},i.prototype.getInsightsMetricsConversionRateV2=function(e,n){var r=e.account_code,o=e.connection_name,i=e.metadata,s=a(e,["account_code","connection_name","metadata"]),c=Oh(r);return o&&(c.connection_name=o.split(",")),i&&(c=t(t({},c),Ah(i))),this.post("/insights/conversion-rate/".concat(n),c,{params:s})},i.prototype.getInsightsMetricsConversionRateViewMore=function(e,n){var r=e.account_code,o=e.metadata,i=a(e,["account_code","metadata"]),s=Oh(r);return o&&(s=t(t({},s),Ah(o))),this.post("/insights/conversion-rate/cards/metrics/".concat(n),s,{params:i})},i.prototype.getInsightFallbackMetrics=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]),i=Oh(n);return r&&(i=t(t({},i),Ah(r))),this.post("/insights/conversion-rate/fallback",i,{params:o})},i.prototype.getInsightsMetricsVolumeV2=function(e,n,r){var o=r.connection_name,i=r.metadata,s=a(r,["connection_name","metadata"]),c={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return o&&(c=t(t({},c),{connection_name:null==o?void 0:o.split(",")})),i&&(c=t(t({},c),Ah(i))),this.post("/insights/volume/".concat(n),c,{params:s})},i.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},i.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},i.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},i.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},i.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},i.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},i.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},i.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},i.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},i.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},i.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},i.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.getInsightOverviewV3=function(e,n){var r=e.account_code,o=e.connection_name,i=e.metadata,s=a(e,["account_code","connection_name","metadata"]),c=Oh(r);return o&&(c=t(t({},c),{connection_name:null==o?void 0:o.split(",")})),i&&(c=t(t({},c),Ah(i))),this.post("/insights/overview/".concat(n),c,{params:s})},i.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},i.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},i.prototype.getNameAndIcon=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/icon-name?type=").concat(n))},i.prototype.getRequiredFields=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/required-fields?type=").concat(n))},i.prototype.getPaymentMethodAccounts=function(e){var t=e.paymentMethod,n={"x-organization-code":e.organizationCode};return this.get("/checkouts/payment-methods/".concat(t,"/accounts"),{headers:n})},i.prototype.updateCheckoutTemplate=function(e){var t=e.accountCode,n=e.template;return this.post("/v2/checkouts/template",{account_code:t,template:n})},i.prototype.updateIsActiveCheckout=function(e){var t=e.accountCode,n=a(e,["accountCode"]);return this.patch("/checkouts/publish",n,{headers:{"x-account-code":t}})},i.prototype.getCountryData=function(e){var t=e.accountCode;return this.get("/country-data/v1/country-documents",{headers:{"x-account-code":t}})},i.prototype.publishCheckout=function(e){var t=e.accountCode,n=a(e,["accountCode"]);return this.patch("/checkouts/publish",n,{headers:{"x-account-code":t}})},i.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingSettingsV2=function(e){var t={"x-account-code":e.accountCode};return this.get("/v1/checkouts/builder/settings",{headers:t})},i.prototype.changeStylingSettings=function(e){var t=e.accountCode,n=e.payload,r={"x-account-code":t,"Content-Type":"application/json"};return this.patch("/v1/checkouts/builder/settings",n,{headers:r})},i.prototype.emailVerification=function(e){return this.get("/user/email-verification/".concat(e))},i.prototype.createReconciliationsReportV2=function(e){return this.post("/v2/reports/create",e)},i.prototype.createReconciliationsReportV3=function(e){return this.post("/v3/reports/create",e)},i.prototype.createReportV2=function(e){return this.post("/reports",e)},i.prototype.getTotalRowsForExport=function(e){return this.post("/reports/count",e)},i.prototype.reportsList=function(){return this.get("/reports")},i.prototype.reportsListMultiEnv=function(){return this.get("/reports/multi-environment")},i.prototype.downloadReports=function(e){return this.get("/reports-redirect/".concat(e))},i.prototype.cancelReport=function(e){return this.patch("/reports/".concat(e))},i.prototype.getReportTemplates=function(){return this.get("/reports/templates")},i.prototype.createReportTemplate=function(e){return this.post("/reports/templates",e)},i.prototype.updateReportTemplate=function(e){return this.put("/reports/templates",e)},i.prototype.deletePaymentsReportTemplate=function(e){return this.delete("/reports/templates",{data:e})},i.prototype.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},i.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},i.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},i.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},i.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},i.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},i.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},i.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},i.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},i.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},i.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},i.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},i.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},i.prototype.getRefundPdf=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/refund-pdf/".concat(e),{headers:r})},i.prototype.getProofOfCancel=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-cancel"),{headers:r})},i.prototype.getProofOfPayment=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-payment"),{headers:r})},i.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},i.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},i.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},i.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},i.prototype.getProfile=function(){return this.get("/user")},i.prototype.getUserFull=function(){return this.get("/user-full")},i.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},i.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},i.prototype.getUsersToImpersonate=function(e,n,r,o,a,i){void 0===r&&(r=1),void 0===o&&(o=10);var s=t(t({account_codes:n||[],page:r,page_size:o},a&&{search_value:a}),(null==i?void 0:i.length)&&{role_ids:i});return this.post("/impersonation/user/organization/".concat(e,"/users-to-impersonate"),s)},i.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},i.prototype.getRolesForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/roles"))},i.prototype.updateProfile=function(e){return this.patch("/user",e)},i.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},i.prototype.inviteUsersMassiveV2=function(e){return this.post("user/invite/massive/v2",e)},i.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},i.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},i.prototype.getAccountsV2=function(){return this.get("/accounts-user")},i.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},i.prototype.putAccountsUserMassive=function(e,t,n){var r={"x-organization-code":e};return this.put("/accounts-user/role/massive/user/".concat(t),n,{headers:r})},i.prototype.deleteAccountsUserMassive=function(e,t,n){var r={"x-organization-code":e};return this.delete("/accounts-user/role/massive/user/".concat(t),{data:n,headers:r})},i.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},i.prototype.duplicateAccount=function(e){return this.post("/accounts/duplicate",e)},i.prototype.retryDuplicateAccount=function(e){return this.post("/accounts/duplicate/".concat(e,"/retry"))},i.prototype.getPendingDuplicateAccounts=function(){return this.get("/accounts/duplicate")},i.prototype.patchAccount=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/".concat(n),{name:t,principal:r})},i.prototype.patchAccountV2=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/with-principal",{name:t,principal:r},{headers:{"x-account-code":n}})},i.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},i.prototype.bulkDisableAccounts=function(e){return this.post("/v1/accounts/bulk-disable",{account_codes:e.accountCodes})},i.prototype.bulkEnableAccounts=function(e){return this.post("/v1/accounts/bulk-enable",{account_codes:e.accountCodes})},i.prototype.getAccountsByOrganization=function(e){return this.get("/v1/accounts/by-organization",{params:e})},i.prototype.getAccountsByOrganizationCode=function(e,t){return this.get("/v1/accounts/organization/".concat(e),{params:t})},i.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},i.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},i.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},i.prototype.postSlackFeatureNotification=function(e){return this.post("/slack-channel-message",e)},i.prototype.pathNotification=function(e){return this.patch("/notifications",e)},i.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},i.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},i.prototype.postMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,c=e.page,u=e.pageSize,l={"x-organization-code":t};return this.post("/teams/paginated",{account_codes:n,search:r,status:o,role_id:a,statuses:i,role_ids:s,page:c,page_size:u},{headers:l})},i.prototype.getRoles=function(){return this.get("/teams/roles")},i.prototype.setCustodian=function(){return this.post("/teams/custodian")},i.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},i.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},i.prototype.editRoles=function(e,t){var n=e.payload,r=e.id;return this.patch("/teams/roles/".concat(r),n,{headers:{"x-account-code":t}})},i.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},i.prototype.getFeatureFlagId=function(e){var t=e.name,n=a(e,["name"]);return this.post("/feature-flags/evaluate",{name:t,parameters:n})},i.prototype.getFeatureFlagIdAll=function(e){var t=e.accountCode;return n(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,this.get("/feature-flags/names",t?{headers:{"x-account-code":t}}:{})];case 1:return e=r.sent(),n={},e.data.feature_flag_names.forEach(function(e){n[e]=!0}),[2,{data:n,status:200,statusText:"OK",headers:{},config:{}}]}})})},i.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},i.prototype.getOrgRolesPermissions=function(){return this.get("/teams/permissions?type=ORGANIZATION")},i.prototype.getOrgPermissionsCatalog=function(){return this.get("/teams/permissions-catalog?role_type=ORGANIZATION")},i.prototype.createOrgRole=function(e){return this.post("/teams/roles",e)},i.prototype.editOrgRole=function(e){var t=e.payload,n=e.id;return this.patch("/teams/roles/".concat(n),t)},i.prototype.deleteOrgRole=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getOrgRoleAssignments=function(){return this.get("/teams/organization-roles/assignments")},i.prototype.assignOrgRole=function(e){return this.post("/teams/organization-roles/assign",e)},i.prototype.unassignOrgRole=function(e){return this.delete("/teams/organization-roles/assign/".concat(e))},i.prototype.startUserExport=function(e){return this.post("/users/exports/start",{account_codes:e.accountCodes,name:e.name,search:e.search,statuses:e.statuses,role_ids:e.roleIds})},i.prototype.getUserExportStatus=function(e){var t=e.exportCode;return this.get("/users/exports/".concat(t))},i.prototype.listUserExports=function(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r;return this.get("/users/exports?page=".concat(n,"&page_size=").concat(o))},i.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},i.prototype.workosPasswordReset=function(e){return this.post("/workos/password-reset",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public")})},i.prototype.workosAdminPortal=function(){return this.post("/workos/admin-portal",{})},i.prototype.workosDomainVerificationPortal=function(){return this.post("/workos/domain-verification-portal",{})},i.prototype.workosDomainStatus=function(){return this.get("/workos/domain-status")},i.prototype.workosSsoConfigStatus=function(){return this.get("/workos/sso-config-status")},i.prototype.workosVerifyMfa=function(e){return this.post("/workos/verify-mfa",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public"),withCredentials:!0})},i.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},i.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},i.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},i.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},i.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},i.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},i.prototype.getAuditEvents=function(e){var t=e.account_code,n=a(e,["account_code"]);return this.post("v2/events/organization",{account_codes:t},{params:n,paramsSerializer:Wc})},i.prototype.getAuditEventByCode=function(e,t){return this.post("v2/events/organization/".concat(e),{account_codes:t})},i.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},i.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},i.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},i.prototype.patchPaymentLinks=function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return this.patch("/v2/payment-links/".concat(n,"/").concat(r),t)},i.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},i.prototype.uploadPaymentLinkLogo=function(e){var t=e.payload;return this.post("/v1/checkouts/payment-link/logo",t)},i.prototype.postSubscription=function(e){return this.post("/subscriptions",e)},i.prototype.getSubscriptionByCode=function(e){return this.get("/subscriptions/".concat(e))},i.prototype.postPauseSubscription=function(e){return this.post("/subscriptions/".concat(e,"/pause"))},i.prototype.postResumeSubscription=function(e){return this.post("/subscriptions/".concat(e,"/resume"))},i.prototype.postCancelSubscription=function(e){return this.post("/subscriptions/".concat(e,"/cancel"))},i.prototype.patchSubscription=function(e,t){return this.patch("/subscriptions/".concat(e),t)},i.prototype.postRescheduleSubscription=function(e){return this.post("/subscriptions/".concat(e,"/reschedule"))},i.prototype.getSubscriptionPayments=function(e,t,n){return this.get("/subscriptions/".concat(e,"/payments"),{params:{page:t,size:n}})},i.prototype.postListSubscriptions=function(e){return this.post("/subscriptions/list",e)},i.prototype.getInstallmentPlans=function(e){var t=e?Wc(e):"",n=t?"/v1/installments-plans?".concat(t):"/v1/installments-plans";return this.get(n)},i.prototype.createInstallmentsPlan=function(e){return this.post("/v1/installments-plans",e)},i.prototype.updateInstallmentsPlan=function(e,t){return this.patch("/v1/installments-plans/".concat(e),t)},i.prototype.deleteInstallmentsPlan=function(e){return this.delete("/v1/installments-plans/".concat(e))},i.prototype.searchInstallmentsPlans=function(e){return this.post("/v2/installments-plans/search",e)},i.prototype.bulkCreateInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk",e)},i.prototype.bulkDeleteInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk-delete",e)},i.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},i.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},i.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},i.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},i.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},i.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},i.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},i.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},i.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},i.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},i.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},i.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},i.prototype.postBlockList=function(e,t,n,r){var o={name:t,account_codes:e,page:n,size:r};return this.post("/blacklist",o)},i.prototype.getBlackListSummary=function(e,t){return void 0===t&&(t=null),this.get("/blacklist/get-one/".concat(e,"/summary"),t?{headers:{"x-account-code":t}}:{})},i.prototype.getBlacklistDetail=function(e,t,n,r,o){void 0===n&&(n=26),void 0===r&&(r=null),void 0===o&&(o=null);var a="/blacklist/get-one/".concat(e,"/detail?offset=").concat(t,"&limit=").concat(n);return o&&(null==o?void 0:o.length)>0&&(a+="&search=".concat(o)),this.get(a,r?{headers:{"x-account-code":r}}:{})},i.prototype.getAllowlistDetail=function(e,t){return void 0===t&&(t=null),this.get("/yuno-fraud-screening-int/allow-lists/".concat(e),t?{headers:{"x-account-code":t}}:{})},i.prototype.postAllowlistItems=function(e){var t=e.payload;return this.post("yuno-fraud-screening-int/allow-lists/".concat(t.code,"/items/pageable"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},i.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},i.prototype.patchChangeStatusAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.code),{active:t.active},(null==t?void 0:t.account)&&{headers:{"x-account-code":null==t?void 0:t.account}})},i.prototype.patchChangeStatusAllowlistItem=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.item_allowlist_code),{active:t.active})},i.prototype.patchAddAllowlistItems=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.deleteAllowlistItem=function(e){var t=e.payload,n={"x-account-code":t.account_code};return this.delete("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.allowlist_item_id),{headers:n})},i.prototype.validateAllowlistItems=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.patchAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},i.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},i.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},i.prototype.postBlackListItems=function(e){var t=e.payload,n=e.accountCode,r=n?{headers:{"x-account-code":n}}:void 0;return this.post("/blacklist/items",t,r)},i.prototype.postBlackListBatch=function(e){var n=e.blacklist_code,r=e.expiration_days,o=e.file,a=e.handleSetProgress,i=e.accountCode;return this.post("/blacklist/create-batch/".concat(n),{expiration_days:r,file:o},t({onUploadProgress:function(e){a(e.total?Math.round(100*e.loaded/e.total):0)}},i&&{headers:{"x-account-code":i}}))},i.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},i.prototype.deleteBlockListItem=function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return this.delete("/blacklist/".concat(t,"/items/").concat(n),{headers:{"x-account-code":r}})},i.prototype.valiateBlockListItems=function(e){var t=e.payload;return this.post("/blacklist/".concat(t.blocklist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.getVelocityRules=function(e){return this.post("/yuno-fraud-screening-int/velocity-rules-list",t({},e))},i.prototype.postChangePaymentsWebhook=function(e){var t=e.status,n=e.paymentCode;return this.post("/yuno-fraud-screening-int/payments/webhook",{status:t,payment_code:n})},i.prototype.uploadFileS3ClientBatchRefunds=function(e){var t=e.payload,n=e.handleSetProgress,r=this.getCancelTokenSource();return{promise:this.post("/batch-refunds/upload-s3-file",t,{onUploadProgress:function(e){return null==n?void 0:n(e.total?Math.round(100*e.loaded/e.total):0)},cancelToken:r.token}),cancel:function(){return r.cancel()}}},i.prototype.uploadFileS3ClientChargeBacks=function(e){var t=e.payload,n=e.handleSetProgress,r=this.getCancelTokenSource();return{promise:this.post("/chargebacks/upload-s3-file",t,{cancelToken:r.token,onUploadProgress:function(e){null==n||n(e.total?Math.round(100*e.loaded/e.total):0)}}),cancel:function(){return r.cancel()}}},i.prototype.batchRefundByFile=function(e){var n=e.payload;return this.post("/batch-refund-by-file",t({},n))},i.prototype.uploadBatchRefundsV2=function(e){var n=e.payload;return this.post("/batch-refunds",t({},n))},i.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},i.prototype.getBatchRefundProcessedFileDownload=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/processed-file-download"),{headers:r})},i.prototype.getBatchRefundUserFileDownload=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/user-file-download"),{headers:r})},i.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},i.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},i.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},i.prototype.getWorkOsMfaStatus=function(){return this.get("/mfa/status")},i.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},i.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},i.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},i.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},i.prototype.getRule=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/".concat(e.idRule),(null==e?void 0:e.accountCode)&&{headers:{"x-account-code":null==e?void 0:e.accountCode}})},i.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},i.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},i.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},i.prototype.patchApiKeysEditNote=function(e,t,n){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e,{headers:{"x-password":n}})},i.prototype.getCustomizedApiKeysMembers=function(){return this.get("/organization-user/resources/users/customized-keys")},i.prototype.getCustomizedApiKeysAccounts=function(){return this.get("/organization-user/resources/accounts/customized-keys")},i.prototype.postCreateCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys",e)},i.prototype.pathCreateCustomizedApiKeys=function(e,t){return this.patch("/credentials-manager/key/".concat(t),e)},i.prototype.postCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys/retrieve",{account_codes:e})},i.prototype.getCustomizedApiKeysProducts=function(){return this.get("/credentials-manager/product-list")},i.prototype.getCustomizedApiKeysToken=function(e,t,n,r){var o={};return t&&(o["x-password"]=t),n&&(o["x-otp"]=n),r&&(o["x-mfa-token"]=r),this.get("/credentials-manager/keys/show-token/".concat(e),{headers:o})},i.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},i.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},i.prototype.buildAuthHeaders=function(e,t,n){var r={};return e&&(r["x-password"]=e),t&&(r["x-otp"]=t),n&&(r["x-mfa-token"]=n),r},i.prototype.getOrganizationKeysMetadata=function(){return this.get("/v2/developers/organization-keys/metadata")},i.prototype.patchOrganizationKeysNote=function(e,t){return this.patch("/v2/developers/organization-keys/note",e,{headers:{"x-password":t}})},i.prototype.postOrganizationKeysRoll=function(e,t,n){return this.post("/v2/developers/organization-keys/roll",{},{headers:this.buildAuthHeaders(e,t,n)})},i.prototype.postOrganizationKeysTamRequest=function(e,t,n){return this.post("/v2/developers/organization-keys/tam-request",{},{headers:this.buildAuthHeaders(e,t,n)})},i.prototype.postOrganizationKeysMarkRevealed=function(e,t,n){return this.post("/v2/developers/organization-keys/mark-revealed",{},{headers:this.buildAuthHeaders(e,t,n)})},i.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(xh[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(xh[null==e?void 0:e.type],"/export");return this.post(t,e)},i.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},i.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},i.prototype.getSamlConfig=function(){return this.get("/saml-config")},i.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},i.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},i.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},i.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},i.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},i.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},i.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},i.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},i.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},i.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},i.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},i.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding",{headers:{"x-organization-code":e}})},i.prototype.postNetworkTokensOnboarding=function(e){return this.post("/network-tokens/organization/onboarding",e)},i.prototype.createChartGPTChart=function(e){return this.post("/data-assistant/charts",e)},i.prototype.deleteChartGPTChart=function(e){return this.delete("/data-assistant/charts/".concat(e))},i.prototype.getChartById=function(e){return this.get("/data-assistant/charts/".concat(e))},i.prototype.patchChartGPTChart=function(e,t){return this.patch("/data-assistant/charts/".concat(e),t)},i.prototype.executeChartGPTChart=function(e){return void 0===e&&(e=""),this.get("/data-assistant/charts/".concat(e,"/execute"))},i.prototype.getChartsByUser=function(){return this.get("/data-assistant/user/charts")},i.prototype.submitChartFeedback=function(e,t){return this.post("/data-assistant/charts/".concat(e,"/feedback"),t)},i.prototype.getChartFeedback=function(e){return this.get("/data-assistant/charts/".concat(e,"/feedback"))},i.prototype.getLanguages=function(){return this.get("/languages")},i.prototype.getTranslations=function(e){return this.get("/translations?language=".concat(e))},i.prototype.getCommunications=function(e){return this.post("/communications",e)},i.prototype.getCommunicationsFilters=function(){return this.get("/communications/filters")},i.prototype.getCommunicationDetails=function(e,t){var n={"x-account-code":t};return this.get("/communications/".concat(e,"/details"),{headers:n})},i.prototype.getRecipients=function(e,t){var n={"x-organization-code":e};return this.get("/recipients",{headers:n,params:t})},i.prototype.getRecipientsV2=function(e,t){var n={"x-organization-code":e};return this.get("/v2/recipients",{headers:n,params:t})},i.prototype.getRecipientById=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/".concat(t),{headers:n})},i.prototype.getOnboardingDetail=function(e,t,n){var r={"x-organization-code":e};return this.get("/recipients/".concat(t,"/onboardings/").concat(n),{headers:r})},i.prototype.getOnboardingTimeline=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/onboardings/".concat(t,"/timeline"),{headers:n})},i.prototype.createRecipientExport=function(e,t){var n={"x-account-code":t};return this.post("/v1/recipients/exports",e,{headers:n})},i.prototype.getRecipientExports=function(e,t){var n={"x-account-code":t};return this.get("/v1/recipients/exports",{headers:n,params:e})},i.prototype.downloadRecipientExport=function(e,t){var n={"x-account-code":t};return this.get("/v1/recipients/exports/".concat(e,"/download"),{headers:n})},i.prototype.createRecipient=function(e,t){var n={"x-organization-code":e};return this.post("/recipients",t,{headers:n})},i.prototype.updateRecipient=function(e,t,n){var r={"x-organization-code":e};return this.patch("/recipients/".concat(t),n,{headers:r})},i.prototype.deleteRecipient=function(e,t){var n={"x-organization-code":e};return this.delete("/recipients/".concat(t),{headers:n})},i.prototype.createCertificate=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t};return this.post("/certificates",n,{headers:r})},i.prototype.getCertificates=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t},o=n?{type:n}:void 0;return this.get("/certificates",{headers:r,params:o})},i.prototype.downloadCertificate=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t};return this.get("/certificates/".concat(n,"/download"),{headers:r})},i.prototype.updateCertificateAccounts=function(e,t,n,r){var o={"x-organization-code":e,"x-account-code":t};return this.patch("/certificates/".concat(n,"/accounts"),r,{headers:o})},i.prototype.deleteCertificate=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t};return this.delete("/certificates/".concat(n),{headers:r})},i.prototype.deleteCertificateAccount=function(e,t,n,r){var o={"x-organization-code":e,"x-account-code":t};return this.delete("/certificates/".concat(n,"/accounts/").concat(r),{headers:o})},i.prototype.createOnboarding=function(e,t,n){var r={"x-organization-code":e};return this.post("/recipients/".concat(t,"/onboardings"),n,{headers:r})},i.prototype.updateOnboarding=function(e,t,n,r){var o={"x-organization-code":e};return this.patch("/recipients/".concat(t,"/onboardings/").concat(n),r,{headers:o})},i.prototype.blockOnboarding=function(e,t,n){var r={"x-organization-code":e};return this.post("/recipients/".concat(t,"/onboardings/").concat(n,"/block"),{},{headers:r})},i.prototype.unblockOnboarding=function(e,t,n){var r={"x-organization-code":e};return this.post("/recipients/".concat(t,"/onboardings/").concat(n,"/unblock"),{},{headers:r})},i.prototype.getConciergeAlerts=function(){return this.get("/concierge/alerts")},i.prototype.getConciergeAlertById=function(e){return this.get("/concierge/alerts/".concat(e))},i.prototype.createConciergeAlert=function(e){return this.post("/concierge/alerts",e)},i.prototype.deleteConciergeAlert=function(e){return this.delete("/concierge/alerts/".concat(e))},i.prototype.enableConciergeAlert=function(e,t){return this.post("/concierge/alerts/enable/".concat(e),t)},i.prototype.postPlaygroundExecuteFlow=function(e){return this.post("/playground/payment-flows",e)},i.prototype.postApiLogsListV2=function(e){return this.post("/api-logs/list",e)},i.prototype.getApiLogsByPaymentId=function(e,t,n){return this.get("/api-logs/payment/".concat(e),{headers:{"x-account-code":t},params:n?{created_at_from:n}:void 0})},i.prototype.postApiLogsStatsRequestsV2=function(e){return this.post("/api-logs/stats/requests",e)},i.prototype.postApiLogsStatsErrorsV2=function(e){return this.post("/api-logs/stats/errors",e)},i.prototype.postApiLogsStatsErrorsByEndpointV2=function(e){return this.post("/api-logs/stats/errors-by-endpoint",e)},i.prototype.postApiLogsExport=function(e){return this.post("/api-logs/exports",e)},i.prototype.getApiLogsExportStatus=function(e){return this.get("/api-logs/exports/".concat(e))},i.prototype.getApiLogsExportsList=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=10),this.get("/api-logs/exports",{params:{page:e,size:t}})},i.prototype.postWebhookLogsV2=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]);return this.post("/webhook-logs",{account_codes:n},{params:r,paramsSerializer:Wc})},i.prototype.postWebhookLogsExport=function(e){return this.post("/webhook-logs/exports",e)},i.prototype.getWebhookLogsExportStatus=function(e){return this.get("/webhook-logs/exports/".concat(e))},i.prototype.getWebhookLogsExportsList=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=10),this.get("/webhook-logs/exports",{params:{page:e,size:t}})},i.prototype.postMonitorLogsV2=function(e){var t=e.payload,n=t.account_codes,r=a(t,["account_codes"]);return this.post("/monitor-logs",{account_codes:n},{params:r,paramsSerializer:Wc})},i.prototype.postMonitorLogsExport=function(e){return this.post("/monitor-logs/exports",e)},i.prototype.getMonitorLogsExportStatus=function(e){return this.get("/monitor-logs/exports/".concat(e))},i.prototype.getMonitorLogsExportsList=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=10),this.get("/monitor-logs/exports",{params:{page:e,size:t}})},i}(Vc),jh=function(){var e,t=null!==(e=window.location.origin)&&void 0!==e?e:"";if(t.includes(".mena.")){var n=t.includes(".mena.staging.");return"https://".concat(n?"mena.staging.y.uno":"prod.mena.y.uno","/dashboard-bff/api")}}(),Dh=function(){var e,t=null!==(e=window.location.origin)&&void 0!==e?e:"";if(t.includes(".mena.")){var n=t.includes(".mena.staging.");return"wss://".concat(n?"mena.staging.y.uno":"prod.mena.y.uno","/dashboard-bff")}}(),Lh={ENVIRONMENT:process.env.ENVIRONMENT,BFF_URL_PROD:null!=jh?jh:process.env.BFF_URL_PROD,BFF_URL_SBX:null!=jh?jh:process.env.BFF_URL_SBX,BFF_URL_STG:null!=jh?jh:process.env.BFF_URL_STG,BFF_URL_DEV:null!=jh?jh:process.env.BFF_URL_DEV,BFF_URL_LOCAL:null!=jh?jh:process.env.BFF_URL_LOCAL,WS_URL_LOCAL:null!=Dh?Dh:process.env.WS_URL_LOCAL,WS_URL_PROD:null!=Dh?Dh:process.env.WS_URL_PROD,WS_URL_SBX:null!=Dh?Dh:process.env.WS_URL_SBX,WS_URL_STG:null!=Dh?Dh:process.env.WS_URL_STG,WS_URL_DEV:null!=Dh?Dh:process.env.WS_URL_DEV},zh="yuno-dashboard:session-expired",qh=!1;function Nh(){if(!qh){qh=!0;var e=function(){try{return document.referrer?new URL(document.referrer).origin:null}catch(e){return null}}();if(e)try{window.parent.postMessage({type:zh},e)}catch(e){console.warn("[yuno] postMessage to parent failed",e)}}}function Uh(){qh=!1}var Bh=function(e){function a(t){return e.call(this,t)||this}return o(a,e),a.registerCanaryInterceptor=function(){var e;null===(e=this.classInstance.instance.interceptors)||void 0===e||e.request.use(function(e){return"true"===localStorage.getItem("canary-enabled")&&e.headers&&(e.headers["x-canary-traffic"]="canary-traffic"),e},function(e){return Promise.reject(e)})},a.refreshInstance=function(e){var n;return this.classInstance=new a(t(t({},e),{baseURL:Lh["BFF_URL_".concat(Lh.ENVIRONMENT)]})),this.registerCanaryInterceptor(),null===(n=this.classInstance.instance.interceptors)||void 0===n||n.response.use(function(e){return e},function(e){var t;if(401!==(null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.status))return Promise.reject(e);"undefined"!=typeof window&&window.parent!==window?Nh():window.location.href="/auth/logout"}),this.classInstance},a.getInstance=function(e){var n,r;if(this.classInstance){var o=localStorage.getItem("account");if(o){var i=null===(r=null===(n=JSON.parse(o))||void 0===n?void 0:n.value)||void 0===r?void 0:r.code,s=this.classInstance.instance.defaults.headers["x-account-code"];!!i&&""!==i&&i!==s&&(this.classInstance.instance.defaults.headers["x-account-code"]=i)}return this.classInstance}return this.classInstance=new a(t(t({},e),{baseURL:(null==e?void 0:e.baseURL)||Lh["BFF_URL_".concat(Lh.ENVIRONMENT)]})),this.registerCanaryInterceptor(),this.classInstance},a.setMode=function(e){return n(this,void 0,void 0,function(){return r(this,function(t){return this.classInstance.instance.interceptors.request.use(function(t){return t.headers&&(t.headers["X-Environment"]=e),t},function(e){return Promise.reject(e)}),[2]})})},a}(Ph);class Mh{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){const t={listener:e};return this.listeners.add(t),this.onSubscribe(),()=>{this.listeners.delete(t),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}}const Fh="undefined"==typeof window||"Deno"in window;function Hh(){}function Wh(e){return"number"==typeof e&&e>=0&&e!==1/0}function Vh(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Gh(e,t,n){return af(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function Kh(e,t,n){return af(e)?[{...t,queryKey:e},n]:[e||{},t]}function $h(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:a,queryKey:i,stale:s}=e;if(af(i))if(r){if(t.queryHash!==Yh(i,t.options))return!1}else if(!Zh(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 Qh(e,t){const{exact:n,fetching:r,predicate:o,mutationKey:a}=e;if(af(a)){if(!t.options.mutationKey)return!1;if(n){if(Jh(t.options.mutationKey)!==Jh(a))return!1}else if(!Zh(t.options.mutationKey,a))return!1}return("boolean"!=typeof r||"loading"===t.state.status===r)&&!(o&&!o(t))}function Yh(e,t){return((null==t?void 0:t.queryKeyHashFn)||Jh)(e)}function Jh(e){return JSON.stringify(e,(e,t)=>rf(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Zh(e,t){return Xh(e,t)}function Xh(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some(n=>!Xh(e[n],t[n])))}function ef(e,t,n=0){if(e===t)return e;if(n>500)return t;const r=nf(e)&&nf(t);if(r||rf(e)&&rf(t)){const o=r?e.length:Object.keys(e).length,a=r?t:Object.keys(t),i=a.length,s=r?[]:{};let c=0;for(let o=0;o<i;o++){const i=r?o:a[o];s[i]=ef(e[i],t[i],n+1),s[i]===e[i]&&c++}return o===i&&c===o?e:s}return t}function tf(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function nf(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function rf(e){if(!of(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!of(n)&&!!n.hasOwnProperty("isPrototypeOf")}function of(e){return"[object Object]"===Object.prototype.toString.call(e)}function af(e){return Array.isArray(e)}function sf(e){return new Promise(t=>{setTimeout(t,e)})}function cf(e){sf(0).then(e)}function uf(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?ef(e,t):t}const lf=new class extends Mh{constructor(){super(),this.setup=e=>{if(!Fh&&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)}},df=["online","offline"];const pf=new class extends Mh{constructor(){super(),this.setup=e=>{if(!Fh&&window.addEventListener){const t=()=>e();return df.forEach(e=>{window.addEventListener(e,t,!1)}),()=>{df.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 hf(e){return Math.min(1e3*2**e,3e4)}function ff(e){return"online"!==(null!=e?e:"online")||pf.isOnline()}class gf{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function mf(e){return e instanceof gf}function yf(e){let t,n,r,o=!1,a=0,i=!1;const s=new Promise((e,t)=>{n=e,r=t}),c=()=>!lf.isFocused()||"always"!==e.networkMode&&!pf.isOnline(),u=r=>{i||(i=!0,null==e.onSuccess||e.onSuccess(r),null==t||t(),n(r))},l=n=>{i||(i=!0,null==e.onError||e.onError(n),null==t||t(),r(n))},d=()=>new Promise(n=>{t=e=>{const t=i||!c();return t&&n(e),t},null==e.onPause||e.onPause()}).then(()=>{t=void 0,i||null==e.onContinue||e.onContinue()}),p=()=>{if(i)return;let t;try{t=e.fn()}catch(e){t=Promise.reject(e)}Promise.resolve(t).then(u).catch(t=>{var n,r;if(i)return;const s=null!=(n=e.retry)?n:3,u=null!=(r=e.retryDelay)?r:hf,h="function"==typeof u?u(a,t):u,f=!0===s||"number"==typeof s&&a<s||"function"==typeof s&&s(a,t);!o&&f?(a++,null==e.onFail||e.onFail(a,t),sf(h).then(()=>{if(c())return d()}).then(()=>{o?l(t):p()})):l(t)})};return ff(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new gf(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{o=!0},continueRetry:()=>{o=!1}}}const vf=console;const bf=function(){let e=[],t=0,n=e=>{e()},r=e=>{e()};const o=r=>{t?e.push(r):cf(()=>{n(r)})},a=()=>{const t=e;e=[],t.length&&cf(()=>{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 kf{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Wh(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:Fh?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class _f extends kf{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||vf,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=uf(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(Hh).catch(Hh):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||!Vh(this.state.dataUpdatedAt,e)}onFocus(){var e;const t=this.observers.find(e=>e.shouldFetchOnWindowFocus());t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}onOnline(){var e;const t=this.observers.find(e=>e.shouldFetchOnReconnect());t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:e}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(e,t){var n,r;if("idle"!==this.state.fetchStatus)if(this.state.dataUpdatedAt&&null!=t&&t.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var o;return null==(o=this.retryer)||o.continueRetry(),this.promise}if(e&&this.setOptions(e),!this.options.queryFn){const e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}"production"!==process.env.NODE_ENV&&(Array.isArray(this.options.queryKey)||this.logger.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const a=function(){if("function"==typeof AbortController)return new AbortController}(),i={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},s=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>{if(a)return this.abortSignalConsumed=!0,a.signal}})};s(i);const c={fetchOptions:t,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(i)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'")};var u;(s(c),null==(n=this.options.behavior)||n.onFetch(c),this.revertState=this.state,"idle"===this.state.fetchStatus||this.state.fetchMeta!==(null==(r=c.fetchOptions)?void 0:r.meta))&&this.dispatch({type:"fetch",meta:null==(u=c.fetchOptions)?void 0:u.meta});const l=e=>{var t,n,r,o;(mf(e)&&e.silent||this.dispatch({type:"error",error:e}),mf(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=yf({fn:c.fetchFn,abort:null==a?void 0:a.abort.bind(a),onSuccess:e=>{var t,n,r,o;if(void 0===e)return"production"!==process.env.NODE_ENV&&this.logger.error("Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: "+this.queryHash),void l(new Error(this.queryHash+" data is undefined"));this.setData(e),null==(t=(n=this.cache.config).onSuccess)||t.call(n,e,this),null==(r=(o=this.cache.config).onSettled)||r.call(o,e,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:l,onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:c.options.retry,retryDelay:c.options.retryDelay,networkMode:c.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(e){this.state=(t=>{var n,r;switch(e.type){case"failed":return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case"pause":return{...t,fetchStatus:"paused"};case"continue":return{...t,fetchStatus:"fetching"};case"fetch":return{...t,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null!=(n=e.meta)?n:null,fetchStatus:ff(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 mf(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),bf.batch(()=>{this.observers.forEach(t=>{t.onQueryUpdate(e)}),this.cache.notify({query:this,type:"updated",action:e})})}}class wf extends Mh{constructor(e){super(),this.config=e||{},this.queries=[],this.queriesMap={}}build(e,t,n){var r;const o=t.queryKey,a=null!=(r=t.queryHash)?r:Yh(o,t);let i=this.get(a);return i||(i=new _f({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(){bf.batch(()=>{this.queries.forEach(e=>{this.remove(e)})})}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=Kh(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find(e=>$h(n,e))}findAll(e,t){const[n]=Kh(e,t);return Object.keys(n).length>0?this.queries.filter(e=>$h(n,e)):this.queries}notify(e){bf.batch(()=>{this.listeners.forEach(({listener:t})=>{t(e)})})}onFocus(){bf.batch(()=>{this.queries.forEach(e=>{e.onFocus()})})}onOnline(){bf.batch(()=>{this.queries.forEach(e=>{e.onOnline()})})}}class Ef extends kf{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||vf,this.observers=[],this.state=e.state||xf(),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=yf({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:null!=(e=this.options.retry)?e:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},t="loading"===this.state.status;try{var n,r,o,a,i,s,c,u;if(!t){var l,d,p,h;this.dispatch({type:"loading",variables:this.options.variables}),await(null==(l=(d=this.mutationCache.config).onMutate)?void 0:l.call(d,this.state.variables,this));const e=await(null==(p=(h=this.options).onMutate)?void 0:p.call(h,this.state.variables));e!==this.state.context&&this.dispatch({type:"loading",context:e,variables:this.state.variables})}const f=await e();return await(null==(n=(r=this.mutationCache.config).onSuccess)?void 0:n.call(r,f,this.state.variables,this.state.context,this)),await(null==(o=(a=this.options).onSuccess)?void 0:o.call(a,f,this.state.variables,this.state.context)),await(null==(i=(s=this.mutationCache.config).onSettled)?void 0:i.call(s,f,null,this.state.variables,this.state.context,this)),await(null==(c=(u=this.options).onSettled)?void 0:c.call(u,f,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:f}),f}catch(e){try{var f,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:!ff(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),bf.batch(()=>{this.observers.forEach(t=>{t.onMutationUpdate(e)}),this.mutationCache.notify({mutation:this,type:"updated",action:e})})}}function xf(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class Sf extends Mh{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const r=new Ef({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(){bf.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=>Qh(e,t))}findAll(e){return this.mutations.filter(t=>Qh(e,t))}notify(e){bf.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 bf.batch(()=>e.reduce((e,t)=>e.then(()=>t.continue().catch(Hh)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}}function Cf(){return{onFetch:e=>{e.fetchFn=()=>{var t,n,r,o,a,i;const s=null==(t=e.fetchOptions)||null==(n=t.meta)?void 0:n.refetchPage,c=null==(r=e.fetchOptions)||null==(o=r.meta)?void 0:o.fetchMore,u=null==c?void 0:c.pageParam,l="forward"===(null==c?void 0:c.direction),d="backward"===(null==c?void 0:c.direction),p=(null==(a=e.state.data)?void 0:a.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let f=h,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!==u,n=t?u:If(e.options,p);b=v(p,t,n)}else if(d){const t=void 0!==u,n=t?u:(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]:If(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 If(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class Rf extends Mh{constructor(e,t){super(),this.client=e,this.options=t,this.trackedProps=new Set,this.selectError=null,this.bindMethods(),this.setOptions(t)}bindMethods(){this.remove=this.remove.bind(this),this.refetch=this.refetch.bind(this)}onSubscribe(){1===this.listeners.size&&(this.currentQuery.addObserver(this),Tf(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Of(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Of(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"),tf(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&&Af(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(!tf(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(Hh)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),Fh||this.currentResult.isStale||!Wh(this.options.staleTime))return;const e=Vh(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,!Fh&&!1!==this.options.enabled&&Wh(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval(()=>{(this.options.refetchIntervalInBackground||lf.isFocused())&&this.executeFetch()},this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(e,t){const n=this.currentQuery,r=this.options,o=this.currentResult,a=this.currentResultState,i=this.currentResultOptions,s=e!==n,c=s?e.state:this.currentQueryInitialState,u=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:f,fetchStatus:g,status:m}=l,y=!1,v=!1;if(t._optimisticResults){const o=this.hasListeners(),a=!o&&Tf(e,t),i=o&&Af(e,n,t,r);(a||i)&&(g=ff(e.options.networkMode)?"fetching":"paused",p||(m="loading")),"isRestoring"===t._optimisticResults&&(g="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=u&&u.isSuccess&&"error"!==m)d=u.data,p=u.dataUpdatedAt,m=u.status,y=!0;else if(t.select&&void 0!==l.data)if(o&&l.data===(null==a?void 0:a.data)&&t.select===this.selectFn)d=this.selectResult;else try{this.selectFn=t.select,d=t.select(l.data),d=uf(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=uf(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>c.dataUpdateCount||l.errorUpdateCount>c.errorUpdateCount,isFetching:b,isRefetching:b&&!k,isLoadingError:_&&0===l.dataUpdatedAt,isPaused:"paused"===g,isPlaceholderData:v,isPreviousData:y,isRefetchError:_&&0!==l.dataUpdatedAt,isStale:Pf(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,tf(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||mf(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){bf.batch(()=>{var t,n,r,o;if(e.onSuccess)null==(t=(n=this.options).onSuccess)||t.call(n,this.currentResult.data),null==(r=(o=this.options).onSettled)||r.call(o,this.currentResult.data,null);else if(e.onError){var a,i,s,c;null==(a=(i=this.options).onError)||a.call(i,this.currentResult.error),null==(s=(c=this.options).onSettled)||s.call(c,void 0,this.currentResult.error)}e.listeners&&this.listeners.forEach(({listener:e})=>{e(this.currentResult)}),e.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})})}}function Tf(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&&Of(e,t,t.refetchOnMount)}function Of(e,t,n){if(!1!==t.enabled){const r="function"==typeof n?n(e):n;return"always"===r||!1!==r&&Pf(e,t)}return!1}function Af(e,t,n,r){return!1!==n.enabled&&(e!==t||!1===r.enabled)&&(!n.suspense||"error"!==e.state.status)&&Pf(e,n)}function Pf(e,t){return e.isStaleByTime(t.staleTime)}class jf extends Mh{constructor(e,t){super(),this.client=e,this.setOptions(t),this.bindMethods(),this.updateResult()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){var t;const n=this.options;this.options=this.client.defaultMutationOptions(e),tf(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){bf.batch(()=>{var t,n,r,o;if(this.mutateOptions&&this.hasListeners())if(e.onSuccess)null==(t=(n=this.mutateOptions).onSuccess)||t.call(n,this.currentResult.data,this.currentResult.variables,this.currentResult.context),null==(r=(o=this.mutateOptions).onSettled)||r.call(o,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context);else if(e.onError){var a,i,s,c;null==(a=(i=this.mutateOptions).onError)||a.call(i,this.currentResult.error,this.currentResult.variables,this.currentResult.context),null==(s=(c=this.mutateOptions).onSettled)||s.call(c,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context)}e.listeners&&this.listeners.forEach(({listener:e})=>{e(this.currentResult)})})}}var Df,Lf={exports:{}},zf={};var qf,Nf={};
41
+ */function vt(e){if(yt.test(e)||""===e.trim())throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()}var bt=[String.fromCharCode(10),String.fromCharCode(13),String.fromCharCode(9),String.fromCharCode(32)],kt=new RegExp(`(^[${bt.join("")}]|$[${bt.join("")}])`,"g");function _t(e){return e.replace(kt,"")}function wt(e){if("string"!=typeof e)return!1;if(0===e.length)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n>127||!Et(n))return!1}return!0}function Et(e){return![127,32,"(",")","<",">","@",",",";",":","\\",'"',"/","[","]","?","=","{","}"].includes(e)}function xt(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 St,Ct,It,Rt=Symbol("normalizedHeaders"),Tt=Symbol("rawHeaderNames"),Ot=class e{constructor(t){if(this[St]={},this[Ct]=new Map,this[It]="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)})}[(St=Rt,Ct=Tt,It=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}*keys(){for(const[e]of this.entries())yield e}*values(){for(const[,e]of this.entries())yield e}*entries(){let e=Object.keys(this[Rt]).sort((e,t)=>e.localeCompare(t));for(const t of e)if("set-cookie"===t)for(const e of this.getSetCookie())yield[t,e];else yield[t,this.get(t)]}has(e){if(!wt(e))throw new TypeError(`Invalid header name "${e}"`);return this[Rt].hasOwnProperty(vt(e))}get(e){if(!wt(e))throw TypeError(`Invalid header name "${e}"`);return this[Rt][vt(e)]??null}set(e,t){if(!wt(e)||!xt(t))return;const n=vt(e),r=_t(t);this[Rt][n]=_t(r),this[Tt].set(n,e)}append(e,t){if(!wt(e)||!xt(t))return;const n=vt(e),r=_t(t);let o=this.has(n)?`${this.get(n)}, ${r}`:r;this.set(e,o)}delete(e){if(!wt(e))return;if(!this.has(e))return;const t=vt(e);delete this[Rt][t],this[Tt].delete(t)}forEach(e,t){for(const[n,r]of this.entries())e.call(t,r,n,this)}getSetCookie(){const e=this.get("set-cookie");return null===e?[]:""===e?[""]:(0,mt.splitCookiesString)(e)}};const{message:At}=ct,Pt=Symbol("kSetCookie");function jt(e={}){const t=e?.status||200,n=e?.statusText||At[t]||"",r=new Headers(e?.headers);return{...e,headers:r,status:t,statusText:n}}async function Dt(e,t,n,r,o,a){if(o.emit("request:start",{request:e,requestId:t}),e.headers.get("accept")?.includes("msw/passthrough"))return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);const[i,s]=await async function(e){try{return[null,await e().catch(e=>{throw e})]}catch(e){return[e,null]}}(()=>(async({request:e,requestId:t,handlers:n,resolutionContext:r})=>{let o=null,a=null;for(const i of n)if(a=await i.run({request:e,requestId:t,resolutionContext:r}),null!==a&&(o=i),a?.response)break;return o?{handler:o,parsedResult:a?.parsedResult,response:a?.response}:null})({request:e,requestId:t,handlers:n,resolutionContext:a?.resolutionContext}));if(i)throw o.emit("unhandledException",{error:i,request:e,requestId:t}),i;if(!s)return await I(e,r.onUnhandledRequest),o.emit("request:unhandled",{request:e,requestId:t}),o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);const{response:c}=s;if(!c)return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);if(302===c.status&&"passthrough"===c.headers.get("x-msw-intention"))return o.emit("request:end",{request:e,requestId:t}),void a?.onPassthroughResponse?.(e);await async function(e,t){const n=Reflect.get(t,Pt);n&&await Ke.setCookie(n,e.url)}(e,c),o.emit("request:match",{request:e,requestId:t});const u=s;return a?.onMockedResponse?.(c,u),o.emit("request:end",{request:e,requestId:t}),c}function Lt(e){return t=>null!=t&&"object"==typeof t&&"__kind"in t&&t.__kind===e}var zt=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"}},qt=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=qt.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 zt(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)}},Nt=qt;Nt.defaultMaxListeners=10;class Ut{subscriptions=[];dispose(){let e;for(;e=this.subscriptions.shift();)e()}}class Bt{constructor(e){this.initialHandlers=e,this.handlers=[...e]}handlers;prepend(e){this.handlers.unshift(...e)}reset(e){this.handlers=e.length>0?[...e]:[...this.initialHandlers]}currentHandlers(){return this.handlers}}class Mt extends Ut{handlersController;emitter;publicEmitter;events;constructor(...e){super(),b(this.validateHandlers(e),_.formatMessage("Failed to apply given request handlers: invalid input. Did you forget to spread the request handlers Array?")),this.handlersController=new Bt(e),this.emitter=new Nt,this.publicEmitter=new Nt,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){b(this.validateHandlers(e),_.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 Ft=Object.defineProperty,Ht={};function Wt(e){return`${e}`}function Vt(e){return`${e}`}function Gt(e){return`${e}`}function Kt(e){return`${e}`}function $t(e){return`${e}`}((e,t)=>{for(var n in t)Ft(e,n,{get:t[n],enumerable:!0})})(Ht,{blue:()=>Vt,gray:()=>Gt,green:()=>$t,red:()=>Kt,yellow:()=>Wt});var Qt=R(),Yt=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=nn("DEBUG"),n=nn("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=rn(n,"debug")?Zt:this.debug,this.info=rn(n,"info")?Zt:this.info,this.success=rn(n,"success")?Zt:this.success,this.warning=rn(n,"warning")?Zt:this.warning,this.error=rn(n,"error")?Zt:this.error):(this.info=Zt,this.success=Zt,this.warning=Zt,this.error=Zt,this.only=Zt)}prefix;extend(e){return new Yt(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:Gt(e),positionals:t,prefix:this.prefix,colors:{prefix:"gray"}})}info(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}});const n=new Jt;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${Gt(`${n.deltaTime}ms`)}`,positionals:t,prefix:this.prefix,colors:{prefix:"blue"}})}}success(e,...t){this.logEntry({level:"info",message:e,positionals:t,prefix:`✔ ${this.prefix}`,colors:{timestamp:"green",prefix:"green"}})}warning(e,...t){this.logEntry({level:"warning",message:e,positionals:t,prefix:`⚠ ${this.prefix}`,colors:{timestamp:"yellow",prefix:"yellow"}})}error(e,...t){this.logEntry({level:"error",message:e,positionals:t,prefix:`✖ ${this.prefix}`,colors:{timestamp:"red",prefix:"red"}})}only(e){e()}createEntry(e,t){return{timestamp:new Date,level:e,message:t}}logEntry(e){const{level:t,message:n,prefix:r,colors:o,positionals:a=[]}=e,i=this.createEntry(t,n),s={timestamp:Ht[o?.timestamp||"gray"],prefix:Ht[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(on(n)).join(" "),...a.map(on))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return Xt;case"warning":return en;case"error":return tn}}},Jt=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)}},Zt=()=>{};function Xt(e,...t){Qt?process.stdout.write(y(e,...t)+"\n"):console.log(e,...t)}function en(e,...t){Qt?process.stderr.write(y(e,...t)+"\n"):console.warn(e,...t)}function tn(e,...t){Qt?process.stderr.write(y(e,...t)+"\n"):console.error(e,...t)}function nn(e){return Qt?process.env[e]:globalThis[e]?.toString()}function rn(e,t){return void 0!==e&&e!==t}function on(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}function an(e){return globalThis[e]||void 0}let sn=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({});var cn=class{constructor(e){this.symbol=e,this.readyState=sn.INACTIVE,this.emitter=new Nt,this.subscriptions=[],this.logger=new Yt(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===sn.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=sn.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=sn.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=sn.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===sn.DISPOSING||this.readyState===sn.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!==sn.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=sn.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",an(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=sn.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=an(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 un(e){if("string"==typeof e)return un(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 ln=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 dn(e,t){return Object.defineProperties(t,{target:{value:e,enumerable:!0,writable:!0},currentTarget:{value:e,enumerable:!0,writable:!0}}),t}const pn=Symbol("kCancelable"),hn=Symbol("kDefaultPrevented");var fn=class extends MessageEvent{constructor(e,t){super(e,t),this[pn]=!!t.cancelable,this[hn]=!1}get cancelable(){return this[pn]}set cancelable(e){this[pn]=e}get defaultPrevented(){return this[hn]}set defaultPrevented(e){this[hn]=e}preventDefault(){this.cancelable&&!this[hn]&&(this[hn]=!0)}},gn=class extends Event{constructor(e,t={}){super(e,t),this.code=void 0===t.code?0:t.code,this.reason=void 0===t.reason?"":t.reason,this.wasClean=void 0!==t.wasClean&&t.wasClean}},mn=class extends gn{constructor(e,t={}){super(e,t),this[pn]=!!t.cancelable,this[hn]=!1}get cancelable(){return this[pn]}set cancelable(e){this[pn]=e}get defaultPrevented(){return this[hn]}set defaultPrevented(e){this[hn]=e}preventDefault(){this.cancelable&&!this[hn]&&(this[hn]=!0)}};const yn=Symbol("kEmitter"),vn=Symbol("kBoundListener");var bn=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[yn]=new EventTarget,this.transport.addEventListener("outgoing",e=>{const t=dn(this.socket,new fn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[yn].dispatchEvent(t),t.defaultPrevented&&e.preventDefault()}),this.transport.addEventListener("close",e=>{this[yn].dispatchEvent(dn(this.socket,new gn("close",e)))})}addEventListener(e,t,n){if(!Reflect.has(t,vn)){const e=t.bind(this.socket);Object.defineProperty(t,vn,{value:e,enumerable:!1,configurable:!1})}this[yn].addEventListener(e,Reflect.get(t,vn),n)}removeEventListener(e,t,n){this[yn].removeEventListener(e,Reflect.get(t,vn),n)}send(e){this.transport.send(e)}close(e,t){this.transport.close(e,t)}};const kn="InvalidAccessError: close code out of user configurable range",_n=Symbol("kPassthroughPromise"),wn=Symbol("kOnSend"),En=Symbol("kClose");var xn=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=un(e),this.protocol="",this.extensions="",this.binaryType="blob",this.readyState=this.CONNECTING,this.bufferedAmount=0,this[_n]=new ln,queueMicrotask(async()=>{await this[_n]||(this.protocol="string"==typeof t?t:Array.isArray(t)&&t.length>0?t[0]:"",this.readyState===this.CONNECTING&&(this.readyState=this.OPEN,this.dispatchEvent(dn(this,new Event("open")))))})}set onopen(e){this.removeEventListener("open",this._onopen),this._onopen=e,null!==e&&this.addEventListener("open",e)}get onopen(){return this._onopen}set onmessage(e){this.removeEventListener("message",this._onmessage),this._onmessage=e,null!==e&&this.addEventListener("message",e)}get onmessage(){return this._onmessage}set onerror(e){this.removeEventListener("error",this._onerror),this._onerror=e,null!==e&&this.addEventListener("error",e)}get onerror(){return this._onerror}set onclose(e){this.removeEventListener("close",this._onclose),this._onclose=e,null!==e&&this.addEventListener("close",e)}get onclose(){return this._onclose}send(e){if(this.readyState===this.CONNECTING)throw this.close(),new DOMException("InvalidStateError");this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.bufferedAmount+=function(e){return"string"==typeof e?e.length:e instanceof Blob?e.size:e.byteLength}(e),queueMicrotask(()=>{this.bufferedAmount=0,this[wn]?.(e)}))}close(e=1e3,t){b(e,kn),b(1e3===e||e>=3e3&&e<=4999,kn),this[En](e,t)}[En](e=1e3,t,n=!0){this.readyState!==this.CLOSING&&this.readyState!==this.CLOSED&&(this.readyState=this.CLOSING,queueMicrotask(()=>{this.readyState=this.CLOSED,this.dispatchEvent(dn(this,new gn("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 Sn=Symbol("kEmitter"),Cn=Symbol("kBoundListener"),In=Symbol("kSend");var Rn=class{constructor(e,t,n){this.client=e,this.transport=t,this.createConnection=n,this[Sn]=new EventTarget,this.mockCloseController=new AbortController,this.realCloseController=new AbortController,this.transport.addEventListener("outgoing",e=>{void 0!==this.realWebSocket&&queueMicrotask(()=>{e.defaultPrevented||this[In](e.data)})}),this.transport.addEventListener("incoming",this.handleIncomingMessage.bind(this))}get socket(){return b(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(){b(!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[Sn].dispatchEvent(dn(this.realWebSocket,new Event("open",e)))},{once:!0}),e.addEventListener("message",e=>{this.transport.dispatchEvent(dn(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=dn(e,new Event("error",{cancelable:!0}));this[Sn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(dn(this.client,new Event("error")))}),this.realWebSocket=e}addEventListener(e,t,n){if(!Reflect.has(t,Cn)){const e=t.bind(this.client);Object.defineProperty(t,Cn,{value:e,enumerable:!1})}this[Sn].addEventListener(e,Reflect.get(t,Cn),n)}removeEventListener(e,t,n){this[Sn].removeEventListener(e,Reflect.get(t,Cn),n)}send(e){this[In](e)}[In](e){const{realWebSocket:t}=this;b(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;b(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[Sn].dispatchEvent(dn(this.realWebSocket,new mn("close",{code:1e3,cancelable:!0})))}))}handleIncomingMessage(e){const t=dn(e.target,new fn("message",{data:e.data,origin:e.origin,cancelable:!0}));this[Sn].dispatchEvent(t),t.defaultPrevented||this.client.dispatchEvent(dn(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=dn(this.realWebSocket,new mn("close",{code:e.code,reason:e.reason,wasClean:e.wasClean,cancelable:!0}));this[Sn].dispatchEvent(t),t.defaultPrevented||this.client[En](e.code,e.reason)}},Tn=class extends EventTarget{constructor(e){super(),this.socket=e,this.socket.addEventListener("close",e=>{this.dispatchEvent(dn(this.socket,new gn("close",e)))}),this.socket[wn]=e=>{this.dispatchEvent(dn(this.socket,new fn("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(dn(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[En](e,t)}},On=class e extends cn{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 xn(r,o),s=new Tn(i);return queueMicrotask(async()=>{try{const e=new Rn(i,s,a),t=this.emitter.listenerCount("connection")>0;await async function(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}(this.emitter,"connection",{client:new bn(i,s),server:e,info:{protocols:o}}),t?i[_n].resolve(!1):(i[_n].resolve(!0),e.connect(),e.addEventListener("open",()=>{i.dispatchEvent(dn(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[En](1011,e.message,!1),console.error(e))}}),i}});Object.defineProperty(globalThis,"WebSocket",{value:t,configurable:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis,"WebSocket",e)})}};const An=new On;function Pn(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 jn(e){return e instanceof Blob?e.size:f(e)&&"byteLength"in e?e.byteLength:new Blob([e]).size}function Dn(e){return e.length<=24?e:`${e.slice(0,24)}…`}async function Ln(e){if(e instanceof Blob){return`Blob(${Dn(await e.text())})`}if(f(e)){return`ArrayBuffer(${Dn((new TextDecoder).decode(e))})`}return Dn(e)}const zn="#3b82f6",qn="#22c55e",Nn="#ef4444",Un="#ff6a33";function Bn(e){const{client:t,server:n}=e;!function(e){const t=C(e.url);console.groupCollapsed(_.formatMessage(`${Pn()} %c▶%c ${t}`),`color:${zn}`,"color:inherit"),console.log("Client:",e.socket),console.groupEnd()}(t),t.addEventListener("message",e=>{!async function(e){const t=jn(e.data),n=await Ln(e.data),r=e.defaultPrevented?"⇡":"⬆";console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${qn}`,"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=C(t.url);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c■%c ${n}`),`color:${zn}`,"color:inherit"),console.log(e),console.groupEnd()}(e)}),t.socket.addEventListener("error",e=>{!function(e){const t=e.target,n=C(t.url);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c×%c ${n}`),`color:${zn}`,"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=jn(e.data),n=await Ln(e.data);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c⬇%c ${n} %c${t}%c`),`color:${Un}`,"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=jn(e.data),n=await Ln(e.data),r=e.defaultPrevented?"⇣":"⬇";console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c${r}%c ${n} %c${t}%c`),`color:${Nn}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(e)})},{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=jn(e.data),n=await Ln(e.data);console.groupCollapsed(_.formatMessage(`${Pn({milliseconds:!0})} %c⬆%c ${n} %c${t}%c`),`color:${Un}`,"color:inherit","color:gray;font-weight:normal","color:inherit;font-weight:inherit"),console.log(e),console.groupEnd()}(a),Reflect.apply(e,t,r)}})}var Mn=/(%?)(%([sdijo]))/g;function Fn(e,...t){if(0===t.length)return e;let n=0,r=e.replace(Mn,(e,r,o,a)=>{const i=function(e,t){switch(t){case"s":return e;case"d":case"i":return Number(e);case"j":return JSON.stringify(e);case"o":{if("string"==typeof e)return e;const t=JSON.stringify(e);return"{}"===t||"[]"===t||/^\[object .+?\]$/.test(t)?e:t}}}(t[n],a);return r?e:(n++,i)});return n<t.length&&(r+=` ${t.slice(n).join(" ")}`),r=r.replace(/%{2,2}/g,"%"),r}var Hn=class extends Error{constructor(e,...t){super(e),this.message=e,this.name="Invariant Violation",this.message=Fn(e,...t),function(e){if(!e.stack)return;const t=e.stack.split("\n");t.splice(1,2),e.stack=t.join("\n")}(this)}},Wn=(e,t,...n)=>{if(!e)throw new Hn(t,...n)};function Vn(){if("undefined"!=typeof navigator&&"ReactNative"===navigator.product)return!0;if("undefined"!=typeof process){const e=process.type;return"renderer"!==e&&"worker"!==e&&!(!process.versions||!process.versions.node)}return!1}Wn.as=(e,t,n,...r)=>{if(!t){const t=0===r.length?n:Fn(n,...r);let o;try{o=Reflect.construct(e,[t])}catch(n){o=e(t)}throw o}};var Gn=class extends Promise{#r;resolve;reject;constructor(e=null){const t=function(){const e=(t,n)=>{e.state="pending",e.resolve=n=>{if("pending"===e.state)return e.result=n,t(n instanceof Promise?n:Promise.resolve(n).then(t=>(e.state="fulfilled",t)))},e.reject=t=>{if("pending"===e.state)return queueMicrotask(()=>{e.state="rejected"}),n(e.rejectionReason=t)}};return e}();super((n,r)=>{t(n,r),e?.(t.resolve,t.reject)}),this.#r=t,this.resolve=this.#r.resolve,this.reject=this.#r.reject}get state(){return this.#r.state}get rejectionReason(){return this.#r.rejectionReason}then(e,t){return this.#o(super.then(e,t))}catch(e){return this.#o(super.catch(e))}finally(e){return this.#o(super.finally(e))}#o(e){return Object.defineProperties(e,{resolve:{configurable:!0,value:this.resolve},reject:{configurable:!0,value:this.reject}})}},Kn={serviceWorker:{url:"/mockServiceWorker.js",options:null},quiet:!1,waitUntilReady:!0,onUnhandledRequest:"warn",findWorker:(e,t)=>e===t};function $n(e,t,n){return[e.active,e.installing,e.waiting].filter(e=>null!=e).find(e=>n(e.scriptURL,t))||null}var Qn=async(e,t={},n)=>{const r=new URL(e,location.href).href;const o=await navigator.serviceWorker.getRegistrations().then(e=>e.filter(e=>$n(e,r,n)));!navigator.serviceWorker.controller&&o.length>0&&location.reload();const[a]=o;if(a)return a.update(),[$n(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[$n(o,r,n),o]});if(i){if(i.message.includes("(404)")){const e=new URL(t?.scope||"/",location.href);throw new Error(_.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(_.formatMessage("Failed to register the Service Worker:\n\n%s",i.message))}return s};function Yn(e={}){if(e.quiet)return;const t=e.message||"Mocking enabled.";console.groupCollapsed(`%c${_.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 Jn(e){if(!["HEAD","GET"].includes(e.method))return e.body}function Zn(e){return new Request(e.url,{...e,body:Jn(e)})}function Xn(){return"undefined"!=typeof navigator&&"serviceWorker"in navigator&&"undefined"!=typeof location&&"file:"!==location.protocol}var er=function(){try{const e=new ReadableStream({start:e=>e.close()});return(new MessageChannel).port1.postMessage(e,[e]),!0}catch{return!1}}(),tr=(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=Zn(n.data),a=o.clone(),i=o.clone();S.cache.set(o,i);try{await Dt(o,r,e.getRequestHandlers().filter(Lt("RequestHandler")),t,e.emitter,{resolutionContext:{quiet:t.quiet},onPassthroughResponse(){n.postMessage("PASSTHROUGH")},async onMockedResponse(r,{handler:o,parsedResult:i}){const s=r.clone(),c=r.clone(),u=function(e){return{status:e.status,statusText:e.statusText,headers:Object.fromEntries(e.headers.entries())}}(r);if(er){const e=r.body;n.postMessage("MOCK_RESPONSE",{...u,body:e},e?[e]:void 0)}else{const e=null===r.body?null:await s.arrayBuffer();n.postMessage("MOCK_RESPONSE",{...u,body:e})}t.quiet||e.emitter.once("response:mocked",()=>{o.log({request:a,response:c,parsedResult:i})})}})}catch(e){e instanceof Error&&(_.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 nr=Symbol("isPatchedModule"),rr=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}},or=class e{static{this.PENDING=0}static{this.PASSTHROUGH=1}static{this.RESPONSE=2}static{this.ERROR=3}constructor(t,n){this.request=t,this.source=n,this.readyState=e.PENDING,this.handled=new Gn}get#a(){return this.handled}async passthrough(){Wn.as(rr,this.readyState===e.PENDING,'Failed to passthrough the "%s %s" request: the request has already been handled',this.request.method,this.request.url),this.readyState=e.PASSTHROUGH,await this.source.passthrough(),this.#a.resolve()}respondWith(t){Wn.as(rr,this.readyState===e.PENDING,'Failed to respond to the "%s %s" request with "%d %s": the request has already been handled (%d)',this.request.method,this.request.url,t.status,t.statusText||"OK",this.readyState),this.readyState=e.RESPONSE,this.#a.resolve(),this.source.respondWith(t)}errorWith(t){Wn.as(rr,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 ar(e){try{return new URL(e),!0}catch(e){return!1}}function ir(e,t){const n=Object.getOwnPropertySymbols(t).find(t=>t.description===e);if(n)return Reflect.get(t,n)}var sr=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||!ar(e))return;const n=ir("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=ir("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}},cr=Symbol("kRawRequest");function ur(e,t){Reflect.set(e,cr,t)}var lr=Object.defineProperty,dr={};function pr(e){return`${e}`}function hr(e){return`${e}`}function fr(e){return`${e}`}function gr(e){return`${e}`}function mr(e){return`${e}`}((e,t)=>{for(var n in t)lr(e,n,{get:t[n],enumerable:!0})})(dr,{blue:()=>hr,gray:()=>fr,green:()=>mr,red:()=>gr,yellow:()=>pr});var yr=Vn(),vr=class{constructor(e){this.name=e,this.prefix=`[${this.name}]`;const t=xr("DEBUG"),n=xr("LOG_LEVEL");"1"===t||"true"===t||void 0!==t&&this.name.startsWith(t)?(this.debug=Sr(n,"debug")?kr:this.debug,this.info=Sr(n,"info")?kr:this.info,this.success=Sr(n,"success")?kr:this.success,this.warning=Sr(n,"warning")?kr:this.warning,this.error=Sr(n,"error")?kr:this.error):(this.info=kr,this.success=kr,this.warning=kr,this.error=kr,this.only=kr)}prefix;extend(e){return new vr(`${this.name}:${e}`)}debug(e,...t){this.logEntry({level:"debug",message:fr(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 br;return(e,...t)=>{n.measure(),this.logEntry({level:"info",message:`${e} ${fr(`${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:dr[o?.timestamp||"gray"],prefix:dr[o?.prefix||"gray"]};this.getWriter(t)([s.timestamp(this.formatTimestamp(i.timestamp))].concat(null!=r?s.prefix(r):[]).concat(Cr(n)).join(" "),...a.map(Cr))}formatTimestamp(e){return`${e.toLocaleTimeString("en-GB")}:${e.getMilliseconds()}`}getWriter(e){switch(e){case"debug":case"success":case"info":return _r;case"warning":return wr;case"error":return Er}}},br=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)}},kr=()=>{};function _r(e,...t){yr?process.stdout.write(Fn(e,...t)+"\n"):console.log(e,...t)}function wr(e,...t){yr?process.stderr.write(Fn(e,...t)+"\n"):console.warn(e,...t)}function Er(e,...t){yr?process.stderr.write(Fn(e,...t)+"\n"):console.error(e,...t)}function xr(e){return yr?process.env[e]:globalThis[e]?.toString()}function Sr(e,t){return void 0!==e&&e!==t}function Cr(e){return void 0===e?"undefined":null===e?"null":"string"==typeof e?e:"object"==typeof e?JSON.stringify(e):e.toString()}var Ir=class extends Error{constructor(e,t,n){super(`Possible EventEmitter memory leak detected. ${n} ${t.toString()} listeners added. Use emitter.setMaxListeners() to increase limit`),this.emitter=e,this.type=t,this.count=n,this.name="MaxListenersExceededWarning"}},Rr=class{static listenerCount(e,t){return e.listenerCount(t)}constructor(){this.events=new Map,this.maxListeners=Rr.defaultMaxListeners,this.hasWarnedAboutPotentialMemoryLeak=!1}_emitInternalEvent(e,t,n){this.emit(e,t,n)}_getListeners(e){return Array.prototype.concat.apply([],this.events.get(e))||[]}_removeListener(e,t){const n=e.indexOf(t);return n>-1&&e.splice(n,1),[]}_wrapOnceListener(e,t){const n=(...r)=>(this.removeListener(e,n),t.apply(this,r));return Object.defineProperty(n,"name",{value:t.name}),n}setMaxListeners(e){return this.maxListeners=e,this}getMaxListeners(){return this.maxListeners}eventNames(){return Array.from(this.events.keys())}emit(e,...t){const n=this._getListeners(e);return n.forEach(e=>{e.apply(this,t)}),n.length>0}addListener(e,t){this._emitInternalEvent("newListener",e,t);const n=this._getListeners(e).concat(t);if(this.events.set(e,n),this.maxListeners>0&&this.listenerCount(e)>this.maxListeners&&!this.hasWarnedAboutPotentialMemoryLeak){this.hasWarnedAboutPotentialMemoryLeak=!0;const t=new Ir(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)}},Tr=Rr;Tr.defaultMaxListeners=10;function Or(e){return globalThis[e]||void 0}var Ar=function(e){return e.INACTIVE="INACTIVE",e.APPLYING="APPLYING",e.APPLIED="APPLIED",e.DISPOSING="DISPOSING",e.DISPOSED="DISPOSED",e}({}),Pr=class{constructor(e){this.symbol=e,this.readyState=Ar.INACTIVE,this.emitter=new Tr,this.subscriptions=[],this.logger=new vr(e.description),this.emitter.setMaxListeners(0),this.logger.info("constructing the interceptor...")}checkEnvironment(){return!0}apply(){const e=this.logger.extend("apply");if(e.info("applying the interceptor..."),this.readyState===Ar.APPLIED)return void e.info("intercepted already applied!");if(!this.checkEnvironment())return void e.info("the interceptor cannot be applied in this environment!");this.readyState=Ar.APPLYING;const t=this.getInstance();if(t)return e.info("found a running instance, reusing..."),this.on=(n,r)=>(e.info('proxying the "%s" listener',n),t.emitter.addListener(n,r),this.subscriptions.push(()=>{t.emitter.removeListener(n,r),e.info('removed proxied "%s" listener!',n)}),this),void(this.readyState=Ar.APPLIED);e.info("no running instance found, setting up a new instance..."),this.setup(),this.setInstance(),this.readyState=Ar.APPLIED}setup(){}on(e,t){const n=this.logger.extend("on");return this.readyState===Ar.DISPOSING||this.readyState===Ar.DISPOSED?(n.info("cannot listen to events, already disposed!"),this):(n.info('adding "%s" event listener:',e,t),this.emitter.on(e,t),this)}once(e,t){return this.emitter.once(e,t),this}off(e,t){return this.emitter.off(e,t),this}removeAllListeners(e){return this.emitter.removeAllListeners(e),this}dispose(){const e=this.logger.extend("dispose");if(this.readyState!==Ar.DISPOSED)if(e.info("disposing the interceptor..."),this.readyState=Ar.DISPOSING,this.getInstance()){if(this.clearInstance(),e.info("global symbol deleted:",Or(this.symbol)),this.subscriptions.length>0){e.info("disposing of %d subscriptions...",this.subscriptions.length);for(const e of this.subscriptions)e();this.subscriptions=[],e.info("disposed of all subscriptions!",this.subscriptions.length)}this.emitter.removeAllListeners(),e.info("destroyed the listener!"),this.readyState=Ar.DISPOSED}else e.info("no interceptors running, skipping dispose...");else e.info("cannot dispose, already disposed!")}getInstance(){const e=Or(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 jr(){return Math.random().toString(16).slice(2)}var Dr=new TextEncoder;var Lr=class e extends Pr{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 zr=e=>function(t,n){const r=(async()=>{e.workerChannel.removeAllListeners(),e.workerChannel.on("REQUEST",tr(e,t)),e.workerChannel.on("RESPONSE",function(e){return t=>{const n=t.data,r=Zn(n.request);if(n.response.type?.includes("opaque"))return;const o=0===n.response.status?Response.error():new sr(sr.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 Qn(t.serviceWorker.url,t.serviceWorker.options,t.findWorker),[o,a]=r;if(!o){const e=n?.findWorker?_.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):_.formatMessage('Failed to locate the Service Worker registration.\n\nThis most likely means that the worker script URL "%s" cannot resolve against the actual public hostname (%s). This may happen if your application runs behind a proxy, or has a dynamic hostname.\n\nPlease consider using a custom "serviceWorker.url" option to point to the actual worker script location, or a custom "findWorker" option to resolve the Service Worker registration manually. More details: https://mswjs.io/docs/api/setup-worker/start',t.serviceWorker.url,location.host);throw new Error(e)}return e.workerPromise.resolve(o),e.registration=a,window.addEventListener("beforeunload",()=>{"redundant"!==o.state&&e.workerChannel.postMessage("CLIENT_CLOSED"),window.clearInterval(e.keepAliveInterval),window.postMessage({type:"msw/worker:stop"})}),await function(e){const t=new Gn;return e.workerChannel.postMessage("INTEGRITY_CHECK_REQUEST"),e.workerChannel.once("INTEGRITY_CHECK_RESPONSE",e=>{const{checksum:n,packageVersion:r}=e.data;"4db4a41e972cec1b64cc569c66952d82"!==n&&_.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=>{_.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)||_.warn(`Cannot intercept requests on this page because it's outside of the worker's scope ("${e.scope}"). If you wish to mock API requests on this page, you must resolve this scope issue.\n\n- (Recommended) Register the worker at the root level ("/") of your application.\n- Set the "Service-Worker-Allowed" response header to allow out-of-scope workers.`)}(a,e.startOptions),a})().then(async n=>{const r=n.installing||n.waiting;if(r){const e=new Gn;r.addEventListener("statechange",()=>{"activated"===r.state&&e.resolve()}),await e}return await function(e,t){const n=new Gn;return e.workerChannel.postMessage("MOCK_ACTIVATE"),e.workerChannel.once("MOCKING_ENABLED",async r=>{e.isMockingEnabled=!0;const o=await e.workerPromise;Yn({quiet:t.quiet,workerScope:e.registration?.scope,workerUrl:o.scriptURL,client:r.data.client}),n.resolve(!0)}),n}(e,t).catch(e=>{throw _.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},qr=class{#i;#s;constructor(){this.#i=[],this.#s=new Map}get[Symbol.iterator](){return this.#i[Symbol.iterator].bind(this.#i)}entries(){return this.#s.entries()}get(e){return this.#s.get(e)||[]}getAll(){return this.#i.map(([,e])=>e)}append(e,t){this.#i.push([e,t]),this.#c(e,e=>e.push(t))}prepend(e,t){this.#i.unshift([e,t]),this.#c(e,e=>e.unshift(t))}delete(e,t){if(0!==this.size){this.#i=this.#i.filter(e=>e[1]!==t);for(const[n,r]of this.#s)n===e&&r.includes(t)&&r.splice(r.indexOf(t),1)}}deleteAll(e){0!==this.size&&(this.#i=this.#i.filter(t=>t[0]!==e),this.#s.delete(e))}get size(){return this.#i.length}clear(){0!==this.size&&(this.#i.length=0,this.#s.clear())}#c(e,t){t(this.#s.get(e)||this.#s.set(e,[]).get(e))}},Nr=Symbol("kDefaultPrevented"),Ur=Symbol("kPropagationStopped"),Br=Symbol("kImmediatePropagationStopped"),Mr=class extends MessageEvent{#u;[Nr];[Ur];[Br];constructor(...e){super(e[0],e[1]),this[Nr]=!1}get defaultPrevented(){return this[Nr]}preventDefault(){super.preventDefault(),this[Nr]=!0}stopImmediatePropagation(){super.stopImmediatePropagation(),this[Br]=!0}},Fr=Symbol("kListenerOptions"),Hr=class{#l;constructor(){this.#l=new qr}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[Ur]&&n.event[Ur]!==this)return n.revoke(),!1;if(n.event[Br])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[Ur]&&n.event[Ur]!==this)return n.revoke(),[];if(n.event[Br])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[Ur]&&t.event[Ur]!==this)return void t.revoke();if(t.event[Br])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,Fr,{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[Ur]=this,Reflect.apply(t,n,r))}),{event:e,revoke(){e.stopPropagation=t}}}#f(e,t){const n=t.call(this,e);if(t[Fr]?.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)}},Wr=Xn(),Vr=class extends Mr{#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]})}},Gr=class extends Hr{constructor(e){super(),this.options=e,Wr&&navigator.serviceWorker.addEventListener("message",async e=>{const t=await this.options.worker;null!=e.source&&e.source!==t||e.data&&f(e.data)&&"type"in e.data&&this.emit(new Vr(e))})}postMessage(e){Wn(Wr,"Failed to post message on a WorkerChannel: the Service Worker API is unavailable in this context. This is likely an issue with MSW. Please report it on GitHub: https://github.com/mswjs/msw/issues"),this.options.worker.then(t=>{t.postMessage(e)})}};async function Kr(e,t,...n){const r=e.listeners(t);if(0!==r.length)for(const t of r)await t.apply(e,n)}function $r(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 Qr=async e=>{try{return{error:null,data:await e().catch(e=>{throw e})}}catch(e){return{error:e,data:null}}};function Yr(e,t=!1){return t?Object.prototype.toString.call(e).startsWith("[object "):"[object Object]"===Object.prototype.toString.call(e)}function Jr(e,t){try{return e[t],!0}catch{return!1}}function Zr(e){return null!=e&&e instanceof Response&&Jr(e,"type")&&"error"===e.type}async function Xr(e){const t=async t=>{return t instanceof Error?(await e.controller.errorWith(t),!0):Zr(t)?(await e.controller.respondWith(t),!0):Yr(n=t,!0)&&Jr(n,"status")&&Jr(n,"statusText")&&Jr(n,"bodyUsed")?(await e.controller.respondWith(t),!0):!!Yr(t)&&(await e.controller.errorWith(t),!0);var n},n=async n=>{if(n instanceof rr)throw o.error;return function(e){return null!=e&&e instanceof Error&&"code"in e&&"errno"in e}(n)?(await e.controller.errorWith(n),!0):n instanceof Response&&await t(n)},r=new Gn;if(e.request.signal){if(e.request.signal.aborted)return void await e.controller.errorWith(e.request.signal.reason);e.request.signal.addEventListener("abort",()=>{r.reject(e.request.signal.reason)},{once:!0})}const o=await Qr(async()=>{const t=Kr(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===or.PENDING?await e.controller.passthrough():e.controller.handled;if(await n(o.error))return;if(e.emitter.listenerCount("unhandledException")>0){const n=new or(e.request,{passthrough(){},async respondWith(e){await t(e)},async errorWith(t){await e.controller.errorWith(t)}});if(await Kr(e.emitter,"unhandledException",{error:o.error,request:e.request,requestId:e.requestId,controller:n}),n.readyState!==or.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 eo(e){return Object.assign(new TypeError("Failed to fetch"),{cause:e})}var to=["content-encoding","content-language","content-location","content-type","content-length"],no=Symbol("kRedirectCount");function ro(e,t){return e.origin===t.origin&&"null"===e.origin||e.protocol===t.protocol&&e.hostname===t.hostname&&e.port===t.port}var oo=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)}})}},ao=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 io(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 ao(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 oo):(e.length=0,e),[]))}(e.headers.get("content-encoding")||"");return t?(e.body.pipeTo(t.writable),t.readable):null}var so=class e extends Pr{static{this.symbol=Symbol("fetch")}constructor(){super(e.symbol)}checkEnvironment(){return $r("fetch")}async setup(){const e=globalThis.fetch;Wn(!e[nr],'Failed to patch the "fetch" module: already patched.'),globalThis.fetch=async(t,n)=>{const r=jr(),o="string"!=typeof t||"undefined"==typeof location||ar(t)?t:new URL(t,location.href),a=new Request(o,n);t instanceof Request&&ur(a,t);const i=new Gn,s=new or(a,{passthrough:async()=>{this.logger.info("request has not been handled, passthrough...");const t=a.clone(),{error:n,data:o}=await Qr(()=>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 Kr(this.emitter,"response",{response:e,isMockedResponse:!1,request:t,requestId:r})}i.resolve(o)},respondWith:async e=>{if(Zr(e))return this.logger.info("request has errored!",{response:e}),void i.reject(eo(e));this.logger.info("received mocked response!",{rawResponse:e});const t=io(e),n=null===t?e:new sr(t,e);if(sr.setUrl(a.url,n),sr.isRedirectResponse(n.status)){if("error"===a.redirect)return void i.reject(eo("unexpected redirect"));if("follow"===a.redirect)return void async function(e,t){if(303!==t.status&&null!=e.body)return Promise.reject(eo());const n=new URL(e.url);let r;try{r=new URL(t.headers.get("location"),e.url)}catch(e){return Promise.reject(eo(e))}if("http:"!==r.protocol&&"https:"!==r.protocol)return Promise.reject(eo("URL scheme must be a HTTP(S) scheme"));if(Reflect.get(e,no)>20)return Promise.reject(eo("redirect count exceeded"));if(Object.defineProperty(e,no,{value:(Reflect.get(e,no)||0)+1}),"cors"===e.mode&&(r.username||r.password)&&!ro(n,r))return Promise.reject(eo('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,to.forEach(t=>{e.headers.delete(t)})),ro(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 Kr(this.emitter,"response",{response:n.clone(),isMockedResponse:!0,request:a,requestId:r})),i.resolve(n)},errorWith:e=>{this.logger.info("request has been aborted!",{reason:e}),i.reject(e)}});return this.logger.info("[%s] %s",a.method,a.url),this.logger.info("awaiting for the mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',this.emitter.listenerCount("request")),await Xr({request:a,requestId:r,emitter:this.emitter,controller:s}),i},Object.defineProperty(globalThis.fetch,nr,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.fetch,nr,{value:void 0}),globalThis.fetch=e,this.logger.info('restored native "globalThis.fetch"!',globalThis.fetch.name)})}};var co=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(){}},uo=class extends co{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}},lo="undefined"!=typeof ProgressEvent;function po(e,t){if(!(t in e))return null;if(Object.prototype.hasOwnProperty.call(e,t))return e;const n=Reflect.getPrototypeOf(e);return n?po(n,t):null}function ho(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=po(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 fo(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 go(e){const t=e.headers.get("content-length");return null!=t&&""!==t?Number(t):(await e.arrayBuffer()).byteLength}var mo=Symbol("kIsRequestHandled"),yo=Vn(),vo=Symbol("kFetchRequest"),bo=class{constructor(e,t){this.initialRequest=e,this.logger=t,this.method="GET",this.url=null,this[mo]=!1,this.events=new Map,this.uploadEvents=new Map,this.requestId=jr(),this.requestHeaders=new Headers,this.responseBuffer=new Uint8Array,this.request=ho(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=ko(e)):(this.method=e,this.url=ko(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 sr(sr.isResponseWithBody(e.status)?t:null,{url:e.responseURL,status:e.status,statusText:e.statusText,headers:fo(e.getAllResponseHeaders())})}(this.request,this.request.response);this.onResponse.call(this,{response:e,isMockedResponse:this[mo],request:a,requestId:this.requestId})}});const o="string"==typeof e?(r=e,Dr.encode(r)):e,a=this.toFetchApiRequest(o);this[vo]=a.clone(),queueMicrotask(()=>{(this.onRequest?.call(this,{request:a,requestId:this.requestId})||Promise.resolve()).finally(()=>{if(!this[mo])return this.logger.info("request callback settled but request has not been handled (readystate %d), performing as-is...",this.request.readyState),yo&&this.request.setRequestHeader("x-interceptors-internal-request-id",this.requestId),n()})});break}default:return n()}var r}}),_o(this.request,"upload",ho(this.request.upload,{setProperty:([e,t],n)=>{switch(e){case"onloadstart":case"onprogress":case"onaboart":case"onerror":case"onload":case"ontimeout":case"onloadend":{const n=e.slice(2);this.registerUploadEvent(n,t)}}return n()},methodCall:([e,t],n)=>{if("addEventListener"===e){const[e,r]=t;return this.registerUploadEvent(e,r),this.logger.info("upload.addEventListener",e,r),n()}}}))}registerEvent(e,t){const n=(this.events.get(e)||[]).concat(t);this.events.set(e,n),this.logger.info('registered event "%s"',e,t)}registerUploadEvent(e,t){const n=(this.uploadEvents.get(e)||[]).concat(t);this.uploadEvents.set(e,n),this.logger.info('registered upload event "%s"',e,t)}async respondWith(e){if(this[mo]=!0,this[vo]){const e=await go(this[vo]);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),_o(this.request,"status",e.status),_o(this.request,"statusText",e.statusText),_o(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 go(e.clone());this.logger.info("calculated response body length",t),this.trigger("loadstart",this.request,{loaded:0,total:t}),this.setReadyState(this.request.HEADERS_RECEIVED),this.setReadyState(this.request.LOADING);const n=()=>{this.logger.info("finalizing the mocked response..."),this.setReadyState(this.request.DONE),this.trigger("load",this.request,{loaded:this.responseBuffer.byteLength,total:t}),this.trigger("loadend",this.request,{loaded:this.responseBuffer.byteLength,total:t})};if(e.body){this.logger.info("mocked response has body, streaming...");const r=e.body.getReader(),o=async()=>{const{value:e,done:a}=await r.read();if(a)return this.logger.info("response body stream done!"),void n();e&&(this.logger.info("read response body chunk:",e),this.responseBuffer=function(e,t){const n=new Uint8Array(e.byteLength+t.byteLength);return n.set(e,0),n.set(t,e.byteLength),n}(this.responseBuffer,e),this.trigger("progress",this.request,{loaded:this.responseBuffer.byteLength,total:t})),o()};o()}else n()}responseBufferToText(){return e=this.responseBuffer,new TextDecoder(t).decode(e);var e,t}get response(){if(this.logger.info("getResponse (responseType: %s)",this.request.responseType),this.request.readyState!==this.request.DONE)return null;switch(this.request.responseType){case"json":{const e=function(e){try{return JSON.parse(e)}catch(e){return null}}(this.responseBufferToText());return this.logger.info("resolved response JSON",e),e}case"arraybuffer":{const t=(e=this.responseBuffer).buffer.slice(e.byteOffset,e.byteOffset+e.byteLength);return this.logger.info("resolved response ArrayBuffer",t),t}case"blob":{const e=this.request.getResponseHeader("Content-Type")||"text/plain",t=new Blob([this.responseBufferToText()],{type:e});return this.logger.info("resolved response Blob (mime type: %s)",t,e),t}default:{const e=this.responseBufferToText();return this.logger.info('resolving "%s" response type as text',this.request.responseType,e),e}}var e}get responseText(){if(Wn(""===this.request.responseType||"text"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.LOADING&&this.request.readyState!==this.request.DONE)return"";const e=this.responseBufferToText();return this.logger.info('getResponseText: "%s"',e),e}get responseXML(){if(Wn(""===this.request.responseType||"document"===this.request.responseType,"InvalidStateError: The object is in invalid state."),this.request.readyState!==this.request.DONE)return null;const e=this.request.getResponseHeader("Content-Type")||"";return"undefined"==typeof DOMParser?(console.warn("Cannot retrieve XMLHttpRequest response body as XML: DOMParser is not defined. You are likely using an environment that is not browser or does not polyfill browser globals correctly."),null):function(e){return["application/xhtml+xml","application/xml","image/svg+xml","text/html","text/xml"].some(t=>e.startsWith(t))}(e)?(new DOMParser).parseFromString(this.responseBufferToText(),e):null}errorWith(e){this[mo]=!0,this.logger.info("responding with an error"),this.setReadyState(this.request.DONE),this.trigger("error",this.request),this.trigger("loadend",this.request)}setReadyState(e){this.logger.info("setReadyState: %d -> %d",this.request.readyState,e),this.request.readyState!==e?(_o(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=lo?ProgressEvent:uo;return["error","progress","loadstart","loadend","load","timeout","abort"].includes(t)?new r(t,{lengthComputable:!0,loaded:n?.loaded||0,total:n?.total||0}):new co(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 _o(n,"headers",ho(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()}})),ur(n,this.request),this.logger.info("converted request to a Fetch API Request!",n),n}};function ko(e){return"undefined"==typeof location?new URL(e):new URL(e.toString(),location.href)}function _o(e,t,n){Reflect.defineProperty(e,t,{writable:!0,enumerable:!0,value:n})}var wo=class e extends Pr{static{this.interceptorSymbol=Symbol("xhr")}constructor(){super(e.interceptorSymbol)}checkEnvironment(){return $r("XMLHttpRequest")}setup(){const e=this.logger.extend("setup");e.info('patching "XMLHttpRequest" module...');const t=globalThis.XMLHttpRequest;Wn(!t[nr],'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 bo(a,t);return s.onRequest=async function({request:t,requestId:n}){const r=new or(t,{passthrough:()=>{this.logger.info("no mocked response received, performing request as-is...")},respondWith:async e=>{Zr(e)?this.errorWith(new TypeError("Network error")):await this.respondWith(e)},errorWith:e=>{this.logger.info("request errored!",{error:e}),e instanceof Error&&this.errorWith(e)}});this.logger.info("awaiting mocked response..."),this.logger.info('emitting the "request" event for %s listener(s)...',e.listenerCount("request")),await Xr({request:t,requestId:n,controller:r,emitter:e})},s.onResponse=async function({response:t,isMockedResponse:n,request:r,requestId:o}){this.logger.info('emitting the "response" event for %s listener(s)...',e.listenerCount("response")),e.emit("response",{response:t,isMockedResponse:n,request:r,requestId:o})},s.request}})}({emitter:this.emitter,logger:this.logger}),e.info('native "XMLHttpRequest" module patched!',globalThis.XMLHttpRequest.name),Object.defineProperty(globalThis.XMLHttpRequest,nr,{enumerable:!0,configurable:!0,value:!0}),this.subscriptions.push(()=>{Object.defineProperty(globalThis.XMLHttpRequest,nr,{value:void 0}),globalThis.XMLHttpRequest=t,e.info('native "XMLHttpRequest" module restored!',globalThis.XMLHttpRequest.name)})}};var Eo=class extends Mt{context;constructor(...e){super(...e),Wn(!Vn(),_.formatMessage("Failed to execute `setupWorker` in a non-browser environment. Consider using `setupServer` for Node.js environment instead.")),this.context=this.createWorkerContext()}createWorkerContext(){const e=new Gn;return{isMockingEnabled:!1,startOptions:null,workerPromise:e,registration:void 0,getRequestHandlers:()=>this.handlersController.currentHandlers(),emitter:this.emitter,workerChannel:new Gr({worker:e})}}async start(e={}){if("waitUntilReady"in e&&_.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 _.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=g(Kn,e),function(e){An.on("connection",async t=>{const n=e.getHandlers().filter(Lt("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 I(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||Bn(e)},onPassthroughConnection(){}}),An.apply(),this.subscriptions.push(()=>{An.dispose()}),!Xn()){const e=function(e,t){const n=new Lr({name:"fallback",interceptors:[new so,new wo]});return n.on("request",async({request:n,requestId:r,controller:o})=>{const a=n.clone(),i=await Dt(n,r,e.getRequestHandlers().filter(Lt("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 Yn({message:"Mocking enabled (fallback mode).",quiet:this.context.startOptions.quiet})}const t=zr(this.context),n=await t(this.context.startOptions,e);return this.context.isMockingEnabled=!0,n}stop(){super.dispose(),this.context.isMockingEnabled?(this.context.isMockingEnabled=!1,this.context.workerStoppedAt=Date.now(),this.context.emitter.removeAllListeners(),Xn()&&(this.context.workerChannel.removeAllListeners("RESPONSE"),window.clearInterval(this.context.keepAliveInterval)),window.postMessage({type:"msw/worker:stop"}),function(e={}){e.quiet||console.log(`%c${_.formatMessage("Mocking disabled.")}`,"color:orangered;font-weight:bold;")}({quiet:this.context.startOptions?.quiet})):_.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:xo}=ct;function So(e,t){void 0===t&&(t={});for(var n=function(e){for(var t=[],n=0;n<e.length;){var r=e[n];if("*"!==r&&"+"!==r&&"?"!==r)if("\\"!==r)if("{"!==r)if("}"!==r)if(":"!==r)if("("!==r)t.push({type:"CHAR",index:n,value:e[n++]});else{var o=1,a="";if("?"===e[s=n+1])throw new TypeError('Pattern cannot start with "?" at '.concat(s));for(;s<e.length;)if("\\"!==e[s]){if(")"===e[s]){if(0===--o){s++;break}}else if("("===e[s]&&(o++,"?"!==e[s+1]))throw new TypeError("Capturing groups are not allowed at ".concat(s));a+=e[s++]}else a+=e[s++]+e[s++];if(o)throw new TypeError("Unbalanced pattern at ".concat(n));if(!a)throw new TypeError("Missing pattern at ".concat(n));t.push({type:"PATTERN",index:n,value:a}),n=s}else{for(var i="",s=n+1;s<e.length;){var c=e.charCodeAt(s);if(!(c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||95===c))break;i+=e[s++]}if(!i)throw new TypeError("Missing parameter name at ".concat(n));t.push({type:"NAME",index:n,value:i}),n=s}else t.push({type:"CLOSE",index:n,value:e[n++]});else t.push({type:"OPEN",index:n,value:e[n++]});else t.push({type:"ESCAPED_CHAR",index:n++,value:e[n++]});else t.push({type:"MODIFIER",index:n,value:e[n++]})}return t.push({type:"END",index:n,value:""}),t}(e),r=t.prefixes,o=void 0===r?"./":r,a=t.delimiter,i=void 0===a?"/#?":a,s=[],c=0,u=0,l="",d=function(e){if(u<n.length&&n[u].type===e)return n[u++].value},p=function(e){var t=d(e);if(void 0!==t)return t;var r=n[u],o=r.type,a=r.index;throw new TypeError("Unexpected ".concat(o," at ").concat(a,", expected ").concat(e))},h=function(){for(var e,t="";e=d("CHAR")||d("ESCAPED_CHAR");)t+=e;return t},f=function(e){var t=s[s.length-1],n=e||(t&&"string"==typeof t?t:"");if(t&&!n)throw new TypeError('Must have text between two parameters, missing text after "'.concat(t.name,'"'));return!n||function(e){for(var t=0,n=i;t<n.length;t++){var r=n[t];if(e.indexOf(r)>-1)return!0}return!1}(n)?"[^".concat(Io(i),"]+?"):"(?:(?!".concat(Io(n),")[^").concat(Io(i),"])+?")};u<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||c++,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||(_?c++:""),pattern:k&&!_?f(v):_,prefix:v,suffix:w,modifier:d("MODIFIER")||""})}else p("END")}}return s}function Co(e,t){var n=[];return function(e,t,n){void 0===n&&(n={});var r=n.decode,o=void 0===r?function(e){return e}:r;return function(n){var r=e.exec(n);if(!r)return!1;for(var a=r[0],i=r.index,s=Object.create(null),c=function(e){if(void 0===r[e])return"continue";var n=t[e-1];"*"===n.modifier||"+"===n.modifier?s[n.name]=r[e].split(n.prefix+n.suffix).map(function(e){return o(e,n)}):s[n.name]=o(r[e],n)},u=1;u<r.length;u++)c(u);return{path:a,index:i,params:s}}}(Oo(e,n,t),n,t)}function Io(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function Ro(e){return e&&e.sensitive?"":"i"}function To(e,t,n){return function(e,t,n){void 0===n&&(n={});for(var r=n.strict,o=void 0!==r&&r,a=n.start,i=void 0===a||a,s=n.end,c=void 0===s||s,u=n.encode,l=void 0===u?function(e){return e}:u,d=n.delimiter,p=void 0===d?"/#?":d,h=n.endsWith,f="[".concat(Io(void 0===h?"":h),"]|$"),g="[".concat(Io(p),"]"),m=i?"^":"",y=0,v=e;y<v.length;y++){var b=v[y];if("string"==typeof b)m+=Io(l(b));else{var k=Io(l(b.prefix)),_=Io(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(c)o||(m+="".concat(g,"?")),m+=n.endsWith?"(?=".concat(f,")"):"$";else{var E=e[e.length-1],x="string"==typeof E?g.indexOf(E[E.length-1])>-1:void 0===E;o||(m+="(?:".concat(g,"(?=").concat(f,"))?")),x||(m+="(?=".concat(g,"|").concat(f,")"))}return new RegExp(m,Ro(n))}(So(e,n),t,n)}function Oo(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 Oo(e,t,n).source});return new RegExp("(?:".concat(r.join("|"),")"),Ro(n))}(e,t,n):To(e,t,n)}var Ao=class e extends Error{constructor(t){super(t),this.name="InterceptorError",Object.setPrototypeOf(this,e.prototype)}};function Po(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 ln}get#a(){return this.handled}async passthrough(){b.as(Ao,this.readyState===e.PENDING,'Failed to passthrough the "%s %s" request: the request has already been handled',this.request.method,this.request.url),this.readyState=e.PASSTHROUGH,await this.source.passthrough(),this.#a.resolve()}respondWith(t){b.as(Ao,this.readyState===e.PENDING,'Failed to respond to the "%s %s" request with "%d %s": the request has already been handled (%d)',this.request.method,this.request.url,t.status,t.statusText||"OK",this.readyState),this.readyState=e.RESPONSE,this.#a.resolve(),this.source.respondWith(t)}errorWith(t){b.as(Ao,this.readyState===e.PENDING,'Failed to error the "%s %s" request with "%s": the request has already been handled (%d)',this.request.method,this.request.url,t?.toString(),this.readyState),this.readyState=e.ERROR,this.source.errorWith(t),this.#a.resolve()}});var jo=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=Po("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=Po("state",this);e?e.status=r:Object.defineProperty(this,"status",{value:r,enumerable:!0,configurable:!0,writable:!1})}e.setUrl(n.url,this)}};new TextEncoder;const Do=/[?|#].*$/g;function Lo(e){return e.endsWith("?")?e:e.replace(Do,"")}function zo(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 Lo(n)}function qo(e,t,n){const r=zo(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=Co(o,{decode:decodeURIComponent})(a);return{matches:!1!==i,params:i&&i.params||{}}}var No=Object.create,Uo=Object.defineProperty,Bo=Object.getOwnPropertyDescriptor,Mo=Object.getOwnPropertyNames,Fo=Object.getPrototypeOf,Ho=Object.prototype.hasOwnProperty,Wo=((e,t)=>function(){return t||(0,e[Mo(e)[0]])((t={exports:{}}).exports,t),t.exports})({"node_modules/.pnpm/cookie@1.0.2/node_modules/cookie/dist/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parse=function(e,t){const n=new i,r=e.length;if(r<2)return n;const o=t?.decode||u;let a=0;do{const t=e.indexOf("=",a);if(-1===t)break;const i=e.indexOf(";",a),u=-1===i?r:i;if(t>u){a=e.lastIndexOf(";",t-1)+1;continue}const l=s(e,a,t),d=c(e,t,l),p=e.slice(l,d);if(void 0===n[p]){let r=s(e,t+1,u),a=c(e,u,r);const i=o(e.slice(r,a));n[p]=i}a=u+1}while(a<r);return n},e.serialize=function(e,i,s){const c=s?.encode||encodeURIComponent;if(!t.test(e))throw new TypeError(`argument name is invalid: ${e}`);const u=c(i);if(!n.test(u))throw new TypeError(`argument val is invalid: ${i}`);let l=e+"="+u;if(!s)return l;if(void 0!==s.maxAge){if(!Number.isInteger(s.maxAge))throw new TypeError(`option maxAge is invalid: ${s.maxAge}`);l+="; Max-Age="+s.maxAge}if(s.domain){if(!r.test(s.domain))throw new TypeError(`option domain is invalid: ${s.domain}`);l+="; Domain="+s.domain}if(s.path){if(!o.test(s.path))throw new TypeError(`option path is invalid: ${s.path}`);l+="; Path="+s.path}if(s.expires){if(!function(e){return"[object Date]"===a.call(e)}(s.expires)||!Number.isFinite(s.expires.valueOf()))throw new TypeError(`option expires is invalid: ${s.expires}`);l+="; Expires="+s.expires.toUTCString()}s.httpOnly&&(l+="; HttpOnly");s.secure&&(l+="; Secure");s.partitioned&&(l+="; Partitioned");if(s.priority){switch("string"==typeof s.priority?s.priority.toLowerCase():void 0){case"low":l+="; Priority=Low";break;case"medium":l+="; Priority=Medium";break;case"high":l+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${s.priority}`)}}if(s.sameSite){switch("string"==typeof s.sameSite?s.sameSite.toLowerCase():s.sameSite){case!0:case"strict":l+="; SameSite=Strict";break;case"lax":l+="; SameSite=Lax";break;case"none":l+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${s.sameSite}`)}}return l};var t=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,n=/^[\u0021-\u003A\u003C-\u007E]*$/,r=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,o=/^[\u0020-\u003A\u003D-\u007E]*$/,a=Object.prototype.toString,i=(()=>{const e=function(){};return e.prototype=Object.create(null),e})();function s(e,t,n){do{const n=e.charCodeAt(t);if(32!==n&&9!==n)return t}while(++t<n);return n}function c(e,t,n){for(;t>n;){const n=e.charCodeAt(--t);if(32!==n&&9!==n)return t+1}return n}function u(e){if(-1===e.indexOf("%"))return e;try{return decodeURIComponent(e)}catch(t){return e}}}}),Vo=((e,t,n)=>(n=null!=e?No(Fo(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of Mo(t))Ho.call(e,o)||o===n||Uo(e,o,{get:()=>t[o],enumerable:!(r=Bo(t,o))||r.enumerable});return e})(!t&&e&&e.__esModule?n:Uo(n,"default",{value:e,enumerable:!0}),e)))(Wo(),1),Go=Vo.default||Vo,Ko=Go.parse,$o=Go.serialize;function Qo(e){const t=Ko(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function Yo(){return Qo(document.cookie)}function Jo(e){const t=e.headers.get("cookie"),n=t?Qo(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?Yo():{}}case"include":return Yo();default:return{}}}(e);for(const t in r)e.headers.append("cookie",$o(t,r[t]));const o=Ke.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 Zo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Zo||{});class Xo extends S{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;Lo(t)!==t&&_.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=Jo(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?qo(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=C(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||xo[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(_.formatMessage(`${Pn()} ${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 ea(e){return(t,n,r={})=>new Xo(e,t,n,r)}const ta={all:ea(/.+/),head:ea(Zo.HEAD),get:ea(Zo.GET),post:ea(Zo.POST),put:ea(Zo.PUT),delete:ea(Zo.DELETE),patch:ea(Zo.PATCH),options:ea(Zo.OPTIONS)},na=Symbol("bodyType");class ra extends jo{[na]=null;constructor(e,t){const n=jt(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,Pt,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=Ot.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=jt(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 ra(e,n)}static json(e,t){const n=jt(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 ra(r,n)}static xml(e,t){const n=jt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new ra(e,n)}static html(e,t){const n=jt(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new ra(e,n)}static arrayBuffer(e,t){const n=jt(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 ra(e,n)}static formData(e,t){return new ra(e,jt(t))}}b("undefined"!=typeof URL,_.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 oa,aa={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},ia={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:{}},sa={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:{}},ca={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:{}},ua=[{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:""}],la={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}]},da=[ta.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",function(){return ra.json(aa)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",function(){return ra.json(ia)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",function(){return ra.json(sa)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",function(){return ra.json(ca)}),ta.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",function(){return ra.json(ua)}),ta.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",function(){return ra.json(la)})],pa={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}}},ha={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}}},fa={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"}(oa||(oa={}));var ga={sales_volume_metric_group:fa.sales_volume_metric_group,total_payments:fa.total_payments},ma=ta.get("/api/insights/overview-metrics",function(){return ra.json(ga)}),ya=[ta.get("/api/v3/insights/overview-metrics/".concat(oa.GENERAL),function(){return ra.json({sales_volume_metric_group:ga.sales_volume_metric_group})}),ta.get("/api/v3/insights/overview-metrics/".concat(oa.LATENCY),function(){return ra.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})}),ta.get("/api/v3/insights/overview-metrics/".concat(oa.STATUS),function(){return ra.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})}),ta.get("/api/v3/insights/overview-metrics/".concat(oa.SUBSCRIPTIONS),function(){return ra.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})})],va=e([ma],ya,!0),ba=e([ta.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",function(){return ra.json(pa)}),ta.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",function(){return ra.json(ha)}),ta.get("*/accounts/webhooks/:accountCode",function(){return ra.json({})}),ta.get("*/accounts/webhooks/params-catalog",function(){return ra.json({})}),ta.get("*/accounts/webhooks-v2/:accountCode",function(){return ra.json({})})],va,!0),ka={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"}},_a={total:100,page:1,page_size:10,total_pages:10},wa={authorization_code:"AUTH123",card_category:"CREDIT",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",payment_method_category:"CARD",provider_id:"stripe",reconciliation_status:"NOT_RECONCILED",reconciliation_sub_status:"PENDING"},Ea={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"},xa={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"}}},Sa=ka,Ca={data:[wa,t(t({},wa),{authorization_code:"AUTH456",provider_id:"paypal"})],pagination:_a},Ia=t(t({},ka),{total:{transactions:20,amount_local:5e3,amount_usd:5e3,currency_code_local:"USD"}}),Ra={data:[t(t({},wa),{reconciliation_status:"STATUS_CONFLICT"})],pagination:t(t({},_a),{total:20,total_pages:2})},Ta=t(t({},ka),{total:{transactions:10,amount_local:2500,amount_usd:2500,currency_code_local:"USD"}}),Oa={data:[t(t({},wa),{reconciliation_status:"AMOUNT_CONFLICT"})],pagination:t(t({},_a),{total:10,total_pages:1})},Aa={data:[{id:"2025-01-10",transactions:30,amount_local:8e3,amount_usd:8e3,currency_code_local:"USD"},{id:"2025-01-11",transactions:25,amount_local:6500,amount_usd:6500,currency_code_local:"USD"}],total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}},Pa=t(t({},ka),{total:{transactions:55,amount_local:14500,amount_usd:14500,currency_code_local:"USD"}}),ja={data:[t(t({},wa),{reconciliation_status:"DATE_CONFLICT"})],pagination:t(t({},_a),{total:55,total_pages:6})},Da={data:[{id:"stripe",transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}],total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}},La=t(t({},ka),{total:{transactions:15,amount_local:3500,amount_usd:3500,currency_code_local:"USD"}}),za={data:[t(t({},Ea),{fee_status:"MISMATCH"}),t(t({},Ea),{transaction_id:"TXN456",fee_status:"MISMATCH"})],pagination:t(t({},_a),{total:15,total_pages:2})},qa={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}]},Na={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"}},Ua=t(t({},ka),{total:{transactions:800,amount_local:16e4,amount_usd:16e4,currency_code_local:"USD"}}),Ba={data:[Ea],pagination:t(t({},_a),{total:800,total_pages:80})},Ma={data:[{id:"stripe",transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}],total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}},Fa=t(t({},ka),{total:{transactions:25,amount_local:6e3,amount_usd:6e3,currency_code_local:"USD"}}),Ha={data:[t(t({},{transaction_id:"TXN123",acquirer:"STRIPE",amount:100,authorization_code:"AUTH123",card_brand:"Visa",card_iin:"411111",card_lfd:"1111",card_type:"CREDIT",confirmation_status:"CONFIRMED",country:"US",created_at:"2025-01-15T10:30:00Z",currency:"USD",merchant_order_id:"ORDER123",merchant_transaction_id:"MERCH123",payment_id:"PAY123",provider_status:"APPROVED",provider_transaction_id:"PROV123",response_code:"00",status:"SUCCEEDED",type:"PAYMENT"}),{confirmation_status:"NOT_CONFIRMED"})],pagination:t(t({},_a),{total:25,total_pages:3})},Wa={total_amount_usd:75e3,chart_data:[{date:"2025-01-10",amount_usd:2e4},{date:"2025-01-11",amount_usd:25e3},{date:"2025-01-12",amount_usd:3e4}]},Va={primary_key:"pk_mock_123",organization_code:"org_mock",account_id:"acc_mock",provider_merchant_id:"pmid_mock",provider_id:"provider_mock",acquirer:"acquirer_mock",country:"AR",payment_method_category:"CARD",payment_method_type:"CREDIT_CARD",settlement_batch_id:"batch_mock",payment_id:"pay_found_123",transaction_id:"txn_mock",provider_transaction_id:"ptxn_mock",third_party_transaction_id_transaction:"tp_txn_mock",merchant_order_id:"order_mock",merchant_reference:"ref_mock",transaction_date:"2026-05-06 13:48:17",settlement_date:"2026-05-08",type:"PURCHASE",reconciliation_status:"RECONCILED",reconciliation_sub_status:"MATCH_FOUND",reconciliation_id:"recon_mock",amount:19099,gross_currency:"ARS",gross_credit:19099,gross_debit:0,settlement_currency:"USD",fx_rate:.00115,settlement_gross_amount:21.96,fee_rate:.0349,settlement_fees:.77,settlement_fee_taxes:.04,settlement_taxes:0,settlement_net_credit:21.15,settlement_net_debit:0,card_brand:"VISA",card_type:"CREDIT",card_iin:"450799",card_lfd:"1234",authorization_code:"123456",installments:1,installment_number:1},Ga="*/reconciliations/insights",Ka=[ta.post("".concat(Ga,"/conflicts/summary"),function(){return ra.json(xa)}),ta.post("".concat(Ga,"/not-reconciled/aggregators"),function(){return ra.json(Sa)}),ta.post("".concat(Ga,"/not-reconciled/list"),function(){return ra.json(Ca)}),ta.post("".concat(Ga,"/status-conflict/aggregators"),function(){return ra.json(Ia)}),ta.post("".concat(Ga,"/status-conflict/list"),function(){return ra.json(Ra)}),ta.post("".concat(Ga,"/amount-conflict/aggregators"),function(){return ra.json(Ta)}),ta.post("".concat(Ga,"/amount-conflict/list"),function(){return ra.json(Oa)}),ta.post("".concat(Ga,"/conflict-date/summary"),function(){return ra.json(Aa)}),ta.post("".concat(Ga,"/conflict-date/aggregators"),function(){return ra.json(Pa)}),ta.post("".concat(Ga,"/conflict-date/list"),function(){return ra.json(ja)}),ta.post("".concat(Ga,"/incorrect-fees/summary"),function(){return ra.json(Da)}),ta.post("".concat(Ga,"/incorrect-fees/aggregators"),function(){return ra.json(La)}),ta.post("".concat(Ga,"/incorrect-fees/list"),function(){return ra.json(za)}),ta.post("".concat(Ga,"/fees-charged/summary"),function(){return ra.json(qa)}),ta.post("".concat(Ga,"/reconciled/summary"),function(){return ra.json(Na)}),ta.post("".concat(Ga,"/reconciled/aggregators"),function(){return ra.json(Ua)}),ta.post("".concat(Ga,"/reconciled/list"),function(){return ra.json(Ba)}),ta.post("".concat(Ga,"/not-confirm/summary"),function(){return ra.json(Ma)}),ta.post("".concat(Ga,"/not-confirm/aggregators"),function(){return ra.json(Fa)}),ta.post("".concat(Ga,"/not-confirm/list"),function(){return ra.json(Ha)}),ta.post("".concat(Ga,"/amount-to-be-settled/summary"),function(){return ra.json(Wa)}),ta.post("".concat(Ga,"/reconciliation-rate/summary/by-provider"),function(){return ra.json({total:{total_transactions:0,transactions_percentage:0},data:[]})}),ta.post("".concat(Ga,"/reconciliation-rate/summary/by-account"),function(){return ra.json([])}),ta.post("".concat(Ga,"/reconciliation-rate/summary/by-currency"),function(){return ra.json([])}),ta.post("".concat(Ga,"/settlement/lookup"),function(){return ra.json(Va)})],$a=[{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"},Ya={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"},Ja={deleted:!0},Za=[ta.get("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return ra.json($a)}),ta.post("https://dev.y.uno/dashboard-bff/api/v1/installments-plans",function(){return ra.json(Qa)}),ta.patch("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return ra.json(Ya)}),ta.delete("https://dev.y.uno/dashboard-bff/api/v1/installments-plans/:code",function(){return ra.json(Ja)})],Xa={account_id:"acc_test_001",country:"BR",created_at:"2026-01-15T10:30:00.000Z",updated_at:"2026-02-20T14:45:00.000Z"},ei={data:[t({id:"rec_001",merchant_recipient_id:"merch-rec-001",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"Carlos",last_name:"Rodríguez",legal_name:null,email:"carlos.rodriguez@example.com",date_of_birth:"1990-05-12",website:null,industry:null,merchant_category_code:null,document:{number:"12345678901",type:"CPF"},phone:{country_code:"+55",number:"11999887766"},address:{address_line_1:"Rua Augusta 1200",address_line_2:"Apto 301",city:"São Paulo",state:"SP",zip_code:"01304-001",country:"BR"}},Xa),t(t({id:"rec_002",merchant_recipient_id:"merch-rec-002",national_entity:"ENTITY",entity_type:"PRIVATE",first_name:null,last_name:null,legal_name:"Acme Payments Ltda",email:"finance@acmepayments.com",date_of_birth:null,website:"https://acmepayments.com",industry:"Financial Services",merchant_category_code:"5411",document:{number:"12345678000199",type:"CNPJ"},phone:{country_code:"+55",number:"1133445566"},address:{address_line_1:"Av. Paulista 900",address_line_2:"Sala 1201",city:"São Paulo",state:"SP",zip_code:"01310-100",country:"BR"}},Xa),{account_id:"acc_test_002",country:"BR",created_at:"2026-01-20T08:00:00.000Z",updated_at:"2026-02-22T16:30:00.000Z"}),t(t({id:"rec_003",merchant_recipient_id:"merch-rec-003",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"María",last_name:"González",legal_name:null,email:"maria.gonzalez@example.com",date_of_birth:"1985-11-30",website:null,industry:null,merchant_category_code:null,document:{number:"87654321",type:"DNI"},phone:{country_code:"+54",number:"1155667788"},address:{address_line_1:"Av. Corrientes 1234",address_line_2:null,city:"Buenos Aires",state:"CABA",zip_code:"C1043",country:"AR"}},Xa),{account_id:"acc_test_001",country:"AR",created_at:"2026-02-01T12:00:00.000Z",updated_at:"2026-02-28T09:15:00.000Z"}),t(t({id:"rec_004",merchant_recipient_id:null,national_entity:"ENTITY",entity_type:"PRIVATE",first_name:null,last_name:null,legal_name:"TechPay Solutions S.A.",email:"admin@techpay.co",date_of_birth:null,website:"https://techpay.co",industry:"Technology",merchant_category_code:"7372",document:{number:"900123456",type:"NIT"},phone:{country_code:"+57",number:"3001234567"},address:{address_line_1:"Carrera 7 #80-49",address_line_2:"Oficina 605",city:"Bogotá",state:"Cundinamarca",zip_code:"110221",country:"CO"}},Xa),{account_id:"acc_test_003",country:"CO",created_at:"2026-02-10T15:30:00.000Z",updated_at:"2026-03-01T11:00:00.000Z"}),t(t({id:"rec_005",merchant_recipient_id:"merch-rec-005",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"João",last_name:"Silva",legal_name:null,email:"joao.silva@example.com",date_of_birth:"1992-08-25",website:null,industry:null,merchant_category_code:null,document:{number:"98765432100",type:"CPF"},phone:{country_code:"+55",number:"21988776655"},address:{address_line_1:"Rua Voluntários da Pátria 45",address_line_2:null,city:"Rio de Janeiro",state:"RJ",zip_code:"22270-000",country:"BR"}},Xa),{created_at:"2026-02-15T09:00:00.000Z",updated_at:"2026-03-01T17:45:00.000Z"})],pagination:{page:1,page_size:25,total_items:5,total_pages:1,has_next:!1,has_previous:!1}},ti={id:"rec_001",merchant_recipient_id:"merch-rec-001",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"Carlos",last_name:"Rodríguez",legal_name:null,email:"carlos.rodriguez@example.com",account_id:"acc_test_001",country:"BR",created_at:"2026-01-15T10:30:00.000Z",updated_at:"2026-02-20T14:45:00.000Z",document:{number:"12345678901",type:"CPF"},phone:{country_code:"+55",number:"11999887766"},address:{address_line_1:"Rua Augusta 1200",address_line_2:"Apto 301",city:"São Paulo",state:"SP",zip_code:"01304-001",country:"BR"},withdrawal_method:{bank:{code:"001",branch:"1234",branch_digit:"5",account:"98765432",account_digit:"1",account_type:"CHECKINGS",routing:"00119876",country:"BR",currency:"BRL",payout_schedule:null}},documentation:[],onboardings:[{id:"onb_001",provider_id:"stripe",provider:{name:"Stripe",icon:"https://cdn.y.uno/providers/stripe.svg"},status:"APPROVED",response_message:null,created_at:"2026-01-16T08:00:00.000Z",updated_at:"2026-01-18T12:00:00.000Z"},{id:"onb_002",provider_id:"adyen",provider:{name:"Adyen",icon:"https://cdn.y.uno/providers/adyen.svg"},status:"PENDING",response_message:null,created_at:"2026-02-10T09:00:00.000Z",updated_at:"2026-02-10T09:00:00.000Z"}]},ni={id:"onb_001",type:"ONBOARD_ONTO_THE_PROVIDER",workflow:"DIRECT",description:"Stripe onboarding for payout capabilities",status:"APPROVED",response_message:null,callback_url:"https://example.com/callback/onboarding",provider:{id:"stripe",connection_id:"conn_stripe_001",redirect_url:null,recipient_id:"acct_1NcVZQS0m7FGzPCG",recipient_additional_id:null,onboarding_url:null,legal_entity:null,balance_account_id:"ba_1Nc000",recipient_type:null,raw_notification:null,raw_response:null,response_code:"200",response_message:"OK"},documentation:[],legal_representatives:[],withdrawal_methods:{bank:{code:"001",branch:"1234",branch_digit:"5",account:"98765432",account_digit:"1",account_type:"CHECKINGS",routing:"00119876",country:"BR",currency:"BRL"}},requirements:[],capabilities:{payouts:{status:"ACTIVE",requirements:[]},send_transfers:{status:"ACTIVE",requirements:[]},receive_transfers:{status:"ACTIVE",requirements:[]},payments:{status:"ACTIVE",requirements:[]}},terms_of_service:{acceptance:!0,date:"2026-01-16T08:00:00.000Z",ip:"200.100.50.25"},metadata:[],created_at:"2026-01-16T08:00:00.000Z",updated_at:"2026-01-18T12:00:00.000Z",expires_at:null},ri=[{timestamp:"2026-01-16T08:00:00.000Z",event_type:"ONBOARDING_CREATED",status:"PENDING",event_data:{provider_id:"stripe",provider_status:null,provider_response_code:null,provider_response_message:null,provider_recipient_id:null,provider_redirect_url:null,requirements:[],capabilities:null,change_type:null}},{timestamp:"2026-01-16T08:01:30.000Z",event_type:"ONBOARDING_SUBMITTED",status:"IN_PROGRESS",event_data:{provider_id:"stripe",provider_status:"IN_PROGRESS",provider_response_code:"200",provider_response_message:"Onboarding submitted successfully",provider_recipient_id:"acct_1NcVZQS0m7FGzPCG",provider_redirect_url:null,requirements:[],capabilities:null,change_type:null}},{timestamp:"2026-01-18T12:00:00.000Z",event_type:"ONBOARDING_APPROVED",status:"APPROVED",event_data:{provider_id:"stripe",provider_status:"APPROVED",provider_response_code:"200",provider_response_message:"Onboarding approved",provider_recipient_id:"acct_1NcVZQS0m7FGzPCG",provider_redirect_url:null,requirements:[],capabilities:{payouts:{status:"ACTIVE",requirements:[]},send_transfers:{status:"ACTIVE",requirements:[]},receive_transfers:{status:"ACTIVE",requirements:[]},payments:{status:"ACTIVE",requirements:[]}},change_type:null}}],oi={id:"rec_new_001",merchant_recipient_id:null,national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"New",last_name:"Recipient",legal_name:null,email:"new.recipient@example.com",account_id:"acc_test_001",country:"BR",created_at:(new Date).toISOString(),updated_at:(new Date).toISOString(),document:{number:"11122233344",type:"CPF"},phone:{country_code:"+55",number:"11900001111"},address:null,withdrawal_method:null,documentation:[],onboardings:[]};t(t({},ti),{updated_at:(new Date).toISOString()});var ai={message:"Recipient deleted successfully"},ii={id:"onb_new_001",type:"ONBOARD_ONTO_THE_PROVIDER",workflow:"DIRECT",description:"New onboarding",status:"PENDING",response_message:null,callback_url:null,provider:{id:"stripe",connection_id:"conn_stripe_001",redirect_url:null,recipient_id:null,recipient_additional_id:null,onboarding_url:null,legal_entity:null,balance_account_id:null,recipient_type:null,raw_notification:null,raw_response:null,response_code:null,response_message:null},documentation:[],legal_representatives:[],withdrawal_methods:null,requirements:[],capabilities:null,terms_of_service:null,metadata:[],created_at:(new Date).toISOString(),updated_at:(new Date).toISOString(),expires_at:null},si=t(t({},ni),{updated_at:(new Date).toISOString()}),ci=t(t({},ni),{status:"BLOCKED",updated_at:(new Date).toISOString()}),ui=t(t({},ni),{status:"APPROVED",updated_at:(new Date).toISOString()}),li="https://dev.y.uno/dashboard-bff/api",di={rec_001:ti,rec_002:{id:"rec_002",merchant_recipient_id:"merch-rec-002",national_entity:"ENTITY",entity_type:"PRIVATE",first_name:null,last_name:null,legal_name:"Acme Payments Ltda",email:"finance@acmepayments.com",account_id:"acc_test_002",country:"BR",created_at:"2026-01-20T08:00:00.000Z",updated_at:"2026-02-22T16:30:00.000Z",document:{number:"12345678000199",type:"CNPJ"},phone:{country_code:"+55",number:"1133445566"},address:{address_line_1:"Av. Paulista 900",address_line_2:"Sala 1201",city:"São Paulo",state:"SP",zip_code:"01310-100",country:"BR"},withdrawal_method:{bank:{code:"341",branch:"0001",branch_digit:"0",account:"12345678",account_digit:"9",account_type:"CHECKINGS",routing:"34100001",country:"BR",currency:"BRL",payout_schedule:null}},documentation:[],onboardings:[{id:"onb_003",provider_id:"dlocal",provider:{name:"dLocal",icon:"https://cdn.y.uno/providers/dlocal.svg"},status:"IN_PROGRESS",response_message:"Waiting for document verification",created_at:"2026-02-01T10:00:00.000Z",updated_at:"2026-02-15T14:00:00.000Z"}]},rec_003:{id:"rec_003",merchant_recipient_id:"merch-rec-003",national_entity:"INDIVIDUAL",entity_type:"INDIVIDUAL",first_name:"María",last_name:"González",legal_name:null,email:"maria.gonzalez@example.com",account_id:"acc_test_001",country:"AR",created_at:"2026-02-01T12:00:00.000Z",updated_at:"2026-02-28T09:15:00.000Z",document:{number:"87654321",type:"DNI"},phone:{country_code:"+54",number:"1155667788"},address:{address_line_1:"Av. Corrientes 1234",address_line_2:null,city:"Buenos Aires",state:"CABA",zip_code:"C1043",country:"AR"},withdrawal_method:null,documentation:[],onboardings:[]}},pi={onb_001:ni,onb_002:{id:"onb_002",type:"ONBOARD_ONTO_THE_PROVIDER",workflow:"DIRECT",description:"Adyen onboarding",status:"PENDING",response_message:null,callback_url:null,provider:{id:"adyen",connection_id:"conn_adyen_001",redirect_url:null,recipient_id:null,recipient_additional_id:null,onboarding_url:null,legal_entity:null,balance_account_id:null,recipient_type:null,raw_notification:null,raw_response:null,response_code:null,response_message:null},documentation:[],legal_representatives:[],withdrawal_methods:null,requirements:[],capabilities:null,terms_of_service:null,metadata:[],created_at:"2026-02-10T09:00:00.000Z",updated_at:"2026-02-10T09:00:00.000Z",expires_at:null}},hi=[ta.get("".concat(li,"/recipients"),function(){return ra.json(ei)}),ta.get("".concat(li,"/recipients/:recipientId"),function(e){var n=e.params.recipientId,r=di[n];return r?ra.json(r):ra.json(t(t({},ti),{id:n}))}),ta.get("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId"),function(e){var n=e.params.onboardingId,r=pi[n];return r?ra.json(r):ra.json(t(t({},ni),{id:n}))}),ta.get("".concat(li,"/recipients/onboardings/:onboardingId/timeline"),function(){return ra.json(ri)}),ta.post("".concat(li,"/recipients"),function(e){var o=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,o.json()];case 1:return e=n.sent(),[2,ra.json(t(t(t({},oi),e),{id:"rec_".concat(Date.now()),created_at:(new Date).toISOString(),updated_at:(new Date).toISOString()}),{status:201})]}})})}),ta.patch("".concat(li,"/recipients/:recipientId"),function(e){var o=e.request,a=e.params;return n(void 0,void 0,void 0,function(){var e,n,i;return r(this,function(r){switch(r.label){case 0:return[4,o.json()];case 1:return e=r.sent(),n=a.recipientId,i=di[n]||ti,[2,ra.json(t(t(t({},i),e),{id:n,updated_at:(new Date).toISOString()}))]}})})}),ta.delete("".concat(li,"/recipients/:recipientId"),function(){return ra.json(ai)}),ta.post("".concat(li,"/recipients/:recipientId/onboardings"),function(e){var o=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,o.json()];case 1:return e=n.sent(),[2,ra.json(t(t(t({},ii),e),{id:"onb_".concat(Date.now()),created_at:(new Date).toISOString(),updated_at:(new Date).toISOString()}),{status:201})]}})})}),ta.patch("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId"),function(e){var o=e.request,a=e.params;return n(void 0,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,o.json()];case 1:return e=r.sent(),n=a.onboardingId,[2,ra.json(t(t(t({},si),e),{id:n,updated_at:(new Date).toISOString()}))]}})})}),ta.post("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId/block"),function(e){var n=e.params.onboardingId;return ra.json(t(t({},ci),{id:n,updated_at:(new Date).toISOString()}))}),ta.post("".concat(li,"/recipients/:recipientId/onboardings/:onboardingId/unblock"),function(e){var n=e.params.onboardingId;return ra.json(t(t({},ui),{id:n,updated_at:(new Date).toISOString()}))})],fi={data:[{code:"api-log-001",url:"/api/v1/payments",method:"POST",source:"dashboard",headers:{"Content-Type":"application/json",Authorization:"Bearer token123"},request:{amount:"100.00",currency:"USD"},response:{status:"success",payment_id:"pay_123"},account_name:"Test Account",account_code:"ACC001",status_code:200,trace_id:"trace-123-456",created_at:"2024-03-01T10:00:00Z",payment_code:"PAY001",transaction_code:"TXN001"},{code:"api-log-002",url:"/api/v1/payments/PAY001",method:"GET",source:"api",headers:{"Content-Type":"application/json"},request:{},response:{payment_code:"PAY001",amount:"100.00"},account_name:"Test Account",account_code:"ACC001",status_code:200,trace_id:"trace-789-012",created_at:"2024-03-01T10:05:00Z"}],page:1,size:10,total_rows:2,total_pages:1},gi=[ta.post("https://dev.y.uno/dashboard-bff/api/v3/api-logs/organization",function(){return ra.json(fi)})],mi={data:[{id:1,organization_code:"ORG001",account_code:"ACC001",type:"payment.succeeded",created_at:"2024-03-01T10:00:00Z",updated_at:"2024-03-01T10:00:00Z",time:250,http_method:"POST",url:"https://example.com/webhook",request:JSON.stringify({event:"payment.succeeded",payment_code:"PAY001"}),response:JSON.stringify({received:!0}),response_status:200,connect_timeout:5e3,read_timeout:1e4,exception:"",headers:JSON.stringify({"Content-Type":"application/json"}),trace_id:"trace-webhook-001",origin_id:"origin-001",payment_code:"PAY001",transaction_code:"TXN001"},{id:2,organization_code:"ORG001",account_code:"ACC001",type:"payment.failed",created_at:"2024-03-01T10:05:00Z",updated_at:"2024-03-01T10:05:00Z",time:300,http_method:"POST",url:"https://example.com/webhook",request:JSON.stringify({event:"payment.failed",payment_code:"PAY002"}),response:"",response_status:500,connect_timeout:5e3,read_timeout:1e4,exception:"Connection timeout",headers:JSON.stringify({"Content-Type":"application/json"}),trace_id:"trace-webhook-002",origin_id:"origin-002",payment_code:"PAY002"}],page:1,size:10,total_rows:2,total_pages:1},yi=[ta.post("https://dev.y.uno/dashboard-bff/api/v3/webhooks/timeline",function(){return ra.json(mi)})],vi=function(e){return void 0===e&&(e={}),t({id:1,code:"7471bbc5-76f0-4bb9-aad6-dd21fb68a0c8",account_code_live:"7471bbc5-76f0-4bb9-aad6-dd21fb68a0c8",account_code_testing:"56fc6485-6015-4c0b-b8ee-3fb687a107e6",status:"ACTIVE",active:!0,principal:!1,name:"Mock Account",organization_code:"daff0d16-9e94-45d4-8f9f-fe70a6d3bb3c",created_at:null,updated_at:null,user_account_code:"92f73a2c-2a6a-4ccb-85c5-68b61ad52686",role:{id:"rol_sAnEykYxo6e4x2wY",name:"Admin",admin:!0,staff:!0,permission_ids:["manage_accounts"]}},e)},bi=vi(),ki=vi({code:"ebad3a4e-a145-4bc9-9bba-d5d5f2130287",account_code_live:"ebad3a4e-a145-4bc9-9bba-d5d5f2130287",name:"Disabled Account",status:"INACTIVE",active:!1}),_i=[ta.post("/v1/accounts/bulk-disable",function(e){var t=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,t.json()];case 1:return e=n.sent(),[2,ra.json(e.account_codes.map(function(e){return vi({code:e,status:"INACTIVE",active:!1})}))]}})})}),ta.post("/v1/accounts/bulk-enable",function(e){var t=e.request;return n(void 0,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,t.json()];case 1:return e=n.sent(),[2,ra.json(e.account_codes.map(function(e){return vi({code:e,status:"ACTIVE",active:!0})}))]}})})}),ta.get("/v1/accounts/by-organization",function(e){var t=e.request,n="true"===new URL(t.url).searchParams.get("includeDisabled");return ra.json(n?[bi,ki]:[bi])}),ta.get("/v1/accounts/organization/:organizationCode",function(e){var t=e.request,n="true"===new URL(t.url).searchParams.get("includeDisabled");return ra.json(n?[bi,ki]:[bi])})],wi=[ta.get("".concat("https://dev.y.uno/dashboard-bff/api","/mfa/status"),function(){return ra.json({mfa_active:!0,factor_id:"auth_factor_123"})})],Ei=[ta.get("".concat("https://dev.y.uno/dashboard-bff/api","/hidden-fields"),function(e){var t=e.request,n=new URL(t.url).searchParams.get("scope");return n?ra.json([{scope:n,fields:[]}]):ra.json([])})],xi=e(e(e(e(e(e(e(e(e(e([],da,!0),ba,!0),Ka,!0),Za,!0),hi,!0),gi,!0),yi,!0),_i,!0),wi,!0),Ei,!0),Si=function(...e){return new Eo(...e)}.apply(void 0,xi),Ci="MSW_ENABLED";function Ii(e){e?(localStorage.setItem(Ci,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(Ci),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function Ri(){return"true"===localStorage.getItem(Ci)}function Ti(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return Ii(!0)},window.disableMSW=function(){return Ii(!1)},window.isMSWEnabled=Ri);const{toString:Oi}=Object.prototype,{getPrototypeOf:Ai}=Object,{iterator:Pi,toStringTag:ji}=Symbol,Di=(Li=Object.create(null),e=>{const t=Oi.call(e);return Li[t]||(Li[t]=t.slice(8,-1).toLowerCase())});var Li;const zi=e=>(e=e.toLowerCase(),t=>Di(t)===e),qi=e=>t=>typeof t===e,{isArray:Ni}=Array,Ui=qi("undefined");function Bi(e){return null!==e&&!Ui(e)&&null!==e.constructor&&!Ui(e.constructor)&&Hi(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Mi=zi("ArrayBuffer");const Fi=qi("string"),Hi=qi("function"),Wi=qi("number"),Vi=e=>null!==e&&"object"==typeof e,Gi=e=>{if("object"!==Di(e))return!1;const t=Ai(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||ji in e||Pi in e)},Ki=zi("Date"),$i=zi("File"),Qi=zi("Blob"),Yi=zi("FileList");const Ji="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},Zi=void 0!==Ji.FormData?Ji.FormData:void 0,Xi=zi("URLSearchParams"),[es,ts,ns,rs]=["ReadableStream","Request","Response","Headers"].map(zi);function os(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(Bi(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 as(e,t){if(Bi(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 is="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,ss=e=>!Ui(e)&&e!==is;const cs=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&Ai(Uint8Array)),us=zi("HTMLFormElement"),ls=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),ds=zi("RegExp"),ps=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};os(n,(n,o)=>{let a;!1!==(a=t(n,o,e))&&(r[o]=a||n)}),Object.defineProperties(e,r)};const hs=zi("AsyncFunction"),fs=(gs="function"==typeof setImmediate,ms=Hi(is.postMessage),gs?setImmediate:ms?(ys=`axios@${Math.random()}`,vs=[],is.addEventListener("message",({source:e,data:t})=>{e===is&&t===ys&&vs.length&&vs.shift()()},!1),e=>{vs.push(e),is.postMessage(ys,"*")}):e=>setTimeout(e));var gs,ms,ys,vs;const bs="undefined"!=typeof queueMicrotask?queueMicrotask.bind(is):"undefined"!=typeof process&&process.nextTick||fs;var ks={isArray:Ni,isArrayBuffer:Mi,isBuffer:Bi,isFormData:e=>{if(!e)return!1;if(Zi&&e instanceof Zi)return!0;const t=Ai(e);if(!t||t===Object.prototype)return!1;if(!Hi(e.append))return!1;const n=Di(e);return"formdata"===n||"object"===n&&Hi(e.toString)&&"[object FormData]"===e.toString()},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Mi(e.buffer),t},isString:Fi,isNumber:Wi,isBoolean:e=>!0===e||!1===e,isObject:Vi,isPlainObject:Gi,isEmptyObject:e=>{if(!Vi(e)||Bi(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:es,isRequest:ts,isResponse:ns,isHeaders:rs,isUndefined:Ui,isDate:Ki,isFile:$i,isReactNativeBlob:e=>!(!e||void 0===e.uri),isReactNative:e=>e&&void 0!==e.getParts,isBlob:Qi,isRegExp:ds,isFunction:Hi,isStream:e=>Vi(e)&&Hi(e.pipe),isURLSearchParams:Xi,isTypedArray:cs,isFileList:Yi,forEach:os,merge:function e(...t){const{caseless:n,skipUndefined:r}=ss(this)&&this||{},o={},a=(t,a)=>{if("__proto__"===a||"constructor"===a||"prototype"===a)return;const i=n&&as(o,a)||a,s=ls(o,i)?o[i]:void 0;Gi(s)&&Gi(t)?o[i]=e(s,t):Gi(t)?o[i]=e({},t):Ni(t)?o[i]=t.slice():r&&Ui(t)||(o[i]=t)};for(let e=0,n=t.length;e<n;e++)t[e]&&os(t[e],a);return o},extend:(e,t,n,{allOwnKeys:r}={})=>(os(t,(t,r)=>{n&&Hi(t)?Object.defineProperty(e,r,{__proto__:null,value:Ti(t,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,r,{__proto__:null,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",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,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&&Ai(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:Di,kindOfTest:zi,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(!Wi(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Pi]).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:us,hasOwnProperty:ls,hasOwnProp:ls,reduceDescriptors:ps,freezeMethods:e=>{ps(e,(t,n)=>{if(Hi(e)&&["arguments","caller","callee"].includes(n))return!1;const r=e[n];Hi(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:as,global:is,isContextDefined:ss,isSpecCompliantForm:function(e){return!!(e&&Hi(e.append)&&"FormData"===e[ji]&&e[Pi])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(Vi(e)){if(t.indexOf(e)>=0)return;if(Bi(e))return e;if(!("toJSON"in e)){t[r]=e;const o=Ni(e)?[]:{};return os(e,(e,t)=>{const a=n(e,r+1);!Ui(a)&&(o[t]=a)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:hs,isThenable:e=>e&&(Vi(e)||Hi(e))&&Hi(e.then)&&Hi(e.catch),setImmediate:fs,asap:bs,isIterable:e=>null!=e&&Hi(e[Pi])};const _s=ks.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 ws=Symbol("internals"),Es=/[^\x09\x20-\x7E\x80-\xFF]/g;function xs(e){return e&&String(e).trim().toLowerCase()}function Ss(e){return!1===e||null==e?e:ks.isArray(e)?e.map(Ss):function(e){let t=0,n=e.length;for(;t<n;){const n=e.charCodeAt(t);if(9!==n&&32!==n)break;t+=1}for(;n>t;){const t=e.charCodeAt(n-1);if(9!==t&&32!==t)break;n-=1}return 0===t&&n===e.length?e:e.slice(t,n)}(String(e).replace(Es,""))}function Cs(e,t,n,r,o){return ks.isFunction(r)?r.call(this,t,n):(o&&(t=n),ks.isString(t)?ks.isString(r)?-1!==t.indexOf(r):ks.isRegExp(r)?r.test(t):void 0:void 0)}class Is{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=xs(t);if(!o)throw new Error("header name must be a non-empty string");const a=ks.findKey(r,o);(!a||void 0===r[a]||!0===n||void 0===n&&!1!==r[a])&&(r[a||t]=Ss(e))}const a=(e,t)=>ks.forEach(e,(e,n)=>o(e,n,t));if(ks.isPlainObject(e)||e instanceof this.constructor)a(e,t);else if(ks.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]&&_s[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(ks.isObject(e)&&ks.isIterable(e)){let n,r,o={};for(const t of e){if(!ks.isArray(t))throw TypeError("Object iterator must return a key-value pair");o[r=t[0]]=(n=o[r])?ks.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=xs(e)){const n=ks.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(ks.isFunction(t))return t.call(this,e,n);if(ks.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=xs(e)){const n=ks.findKey(this,e);return!(!n||void 0===this[n]||t&&!Cs(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=xs(e)){const o=ks.findKey(n,e);!o||t&&!Cs(0,n[o],o,t)||(delete n[o],r=!0)}}return ks.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&&!Cs(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return ks.forEach(this,(r,o)=>{const a=ks.findKey(n,o);if(a)return t[a]=Ss(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]=Ss(r),n[i]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ks.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&ks.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[ws]=this[ws]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=xs(e);t[r]||(!function(e,t){const n=ks.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{__proto__:null,value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return ks.isArray(e)?e.forEach(r):r(e),this}}Is.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ks.reduceDescriptors(Is.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),ks.freezeMethods(Is);var Rs=Is;function Ts(e,t){const n=new Set(t.map(e=>String(e).toLowerCase())),r=[],o=e=>{if(null===e||"object"!=typeof e)return e;if(ks.isBuffer(e))return e;if(-1!==r.indexOf(e))return;let t;if(e instanceof Rs&&(e=e.toJSON()),r.push(e),ks.isArray(e))t=[],e.forEach((e,n)=>{const r=o(e);ks.isUndefined(r)||(t[n]=r)});else{if(!ks.isPlainObject(e)&&function(e){if(ks.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if(ks.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}(e))return r.pop(),e;t=Object.create(null);for(const[r,a]of Object.entries(e)){const e=n.has(r.toLowerCase())?"[REDACTED ****]":o(a);ks.isUndefined(e)||(t[r]=e)}}return r.pop(),t};return o(e)}class Os extends Error{static from(e,t,n,r,o,a){const i=new Os(e.message,t||e.code,n,r,o);return i.cause=e,i.name=e.name,null!=e.status&&null==i.status&&(i.status=e.status),a&&Object.assign(i,a),i}constructor(e,t,n,r,o){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),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(){const e=this.config,t=e&&ks.hasOwnProp(e,"redact")?e.redact:void 0,n=ks.isArray(t)&&t.length>0?Ts(e,t):ks.toJSONObject(e);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:n,code:this.code,status:this.status}}}Os.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Os.ERR_BAD_OPTION="ERR_BAD_OPTION",Os.ECONNABORTED="ECONNABORTED",Os.ETIMEDOUT="ETIMEDOUT",Os.ECONNREFUSED="ECONNREFUSED",Os.ERR_NETWORK="ERR_NETWORK",Os.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Os.ERR_DEPRECATED="ERR_DEPRECATED",Os.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Os.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Os.ERR_CANCELED="ERR_CANCELED",Os.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Os.ERR_INVALID_URL="ERR_INVALID_URL",Os.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";var As=Os;function Ps(e){return ks.isPlainObject(e)||ks.isArray(e)}function js(e){return ks.endsWith(e,"[]")?e.slice(0,-2):e}function Ds(e,t,n){return e?e.concat(t).map(function(e,t){return e=js(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}const Ls=ks.toFlatObject(ks,{},null,function(e){return/^is[A-Z]/.test(e)});function zs(e,t,n){if(!ks.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=ks.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!ks.isUndefined(t[e])})).metaTokens,o=n.visitor||d,a=n.dots,i=n.indexes,s=n.Blob||"undefined"!=typeof Blob&&Blob,c=void 0===n.maxDepth?100:n.maxDepth,u=s&&ks.isSpecCompliantForm(t);if(!ks.isFunction(o))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(ks.isDate(e))return e.toISOString();if(ks.isBoolean(e))return e.toString();if(!u&&ks.isBlob(e))throw new As("Blob is not supported. Use a Buffer instead.");return ks.isArrayBuffer(e)||ks.isTypedArray(e)?u&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function d(e,n,o){let s=e;if(ks.isReactNative(t)&&ks.isReactNativeBlob(e))return t.append(Ds(o,n,a),l(e)),!1;if(e&&!o&&"object"==typeof e)if(ks.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(ks.isArray(e)&&function(e){return ks.isArray(e)&&!e.some(Ps)}(e)||(ks.isFileList(e)||ks.endsWith(n,"[]"))&&(s=ks.toArray(e)))return n=js(n),s.forEach(function(e,r){!ks.isUndefined(e)&&null!==e&&t.append(!0===i?Ds([n],r,a):null===i?n:n+"[]",l(e))}),!1;return!!Ps(e)||(t.append(Ds(o,n,a),l(e)),!1)}const p=[],h=Object.assign(Ls,{defaultVisitor:d,convertValue:l,isVisitable:Ps});if(!ks.isObject(e))throw new TypeError("data must be an object");return function e(n,r,a=0){if(!ks.isUndefined(n)){if(a>c)throw new As("Object is too deeply nested ("+a+" levels). Max depth: "+c,As.ERR_FORM_DATA_DEPTH_EXCEEDED);if(-1!==p.indexOf(n))throw Error("Circular reference detected in "+r.join("."));p.push(n),ks.forEach(n,function(n,i){!0===(!(ks.isUndefined(n)||null===n)&&o.call(t,n,ks.isString(i)?i.trim():i,r,h))&&e(n,r?r.concat(i):[i],a+1)}),p.pop()}}(e),t}function qs(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(e){return t[e]})}function Ns(e,t){this._pairs=[],e&&zs(e,this,t)}const Us=Ns.prototype;function Bs(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Ms(e,t,n){if(!t)return e;const r=n&&n.encode||Bs,o=ks.isFunction(n)?{serialize:n}:n,a=o&&o.serialize;let i;if(i=a?a(t,o):ks.isURLSearchParams(t)?t.toString():new Ns(t,o).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}Us.append=function(e,t){this._pairs.push([e,t])},Us.toString=function(e){const t=e?function(t){return e.call(this,t,qs)}:qs;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var Fs=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){ks.forEach(this.handlers,function(t){null!==t&&e(t)})}},Hs={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},Ws={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Ns,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Vs="undefined"!=typeof window&&"undefined"!=typeof document,Gs="object"==typeof navigator&&navigator||void 0,Ks=Vs&&(!Gs||["ReactNative","NativeScript","NS"].indexOf(Gs.product)<0),$s="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Qs=Vs&&window.location.href||"http://localhost";var Ys={...Object.freeze({__proto__:null,hasBrowserEnv:Vs,hasStandardBrowserEnv:Ks,hasStandardBrowserWebWorkerEnv:$s,navigator:Gs,origin:Qs}),...Ws};function Js(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&&ks.isArray(r)?r.length:a,s)return ks.hasOwnProp(r,a)?r[a]=ks.isArray(r[a])?r[a].concat(n):[r[a],n]:r[a]=n,!i;r[a]&&ks.isObject(r[a])||(r[a]=[]);return t(e,n,r[a],o)&&ks.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(ks.isFormData(e)&&ks.isFunction(e.entries)){const n={};return ks.forEachEntry(e,(e,r)=>{t(function(e){return ks.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const Zs=(e,t)=>null!=e&&ks.hasOwnProp(e,t)?e[t]:void 0;const Xs={transitional:Hs,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=ks.isObject(e);o&&ks.isHTMLForm(e)&&(e=new FormData(e));if(ks.isFormData(e))return r?JSON.stringify(Js(e)):e;if(ks.isArrayBuffer(e)||ks.isBuffer(e)||ks.isStream(e)||ks.isFile(e)||ks.isBlob(e)||ks.isReadableStream(e))return e;if(ks.isArrayBufferView(e))return e.buffer;if(ks.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(o){const t=Zs(this,"formSerializer");if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return zs(e,new Ys.classes.URLSearchParams,{visitor:function(e,t,n,r){return Ys.isNode&&ks.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)},...t})}(e,t).toString();if((a=ks.isFileList(e))||n.indexOf("multipart/form-data")>-1){const n=Zs(this,"env"),r=n&&n.FormData;return zs(a?{"files[]":e}:e,r&&new r,t)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(ks.isString(e))try{return(t||JSON.parse)(e),ks.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=Zs(this,"transitional")||Xs.transitional,n=t&&t.forcedJSONParsing,r=Zs(this,"responseType"),o="json"===r;if(ks.isResponse(e)||ks.isReadableStream(e))return e;if(e&&ks.isString(e)&&(n&&!r||o)){const n=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e,Zs(this,"parseReviver"))}catch(e){if(n){if("SyntaxError"===e.name)throw As.from(e,As.ERR_BAD_RESPONSE,this,null,Zs(this,"response"));throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ys.classes.FormData,Blob:Ys.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ks.forEach(["delete","get","head","post","put","patch","query"],e=>{Xs.headers[e]={}});var ec=Xs;function tc(e,t){const n=this||ec,r=t||n,o=Rs.from(r.headers);let a=r.data;return ks.forEach(e,function(e){a=e.call(n,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function nc(e){return!(!e||!e.__CANCEL__)}var rc=class extends As{constructor(e,t,n){super(null==e?"canceled":e,As.ERR_CANCELED,t,n),this.name="CanceledError",this.__CANCEL__=!0}};function oc(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new As("Request failed with status code "+n.status,n.status>=400&&n.status<500?As.ERR_BAD_REQUEST:As.ERR_BAD_RESPONSE,n.config,n.request,n)):e(n)}const ac=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,a=0,i=0;return t=void 0!==t?t:1e3,function(s){const c=Date.now(),u=r[i];o||(o=c),n[a]=s,r[a]=c;let l=i,d=0;for(;l!==a;)d+=n[l++],l%=e;if(a=(a+1)%e,a===i&&(i=(i+1)%e),c-o<t)return;const p=u&&c-u;return p?Math.round(1e3*d/p):void 0}}(50,250);return function(e,t){let n,r,o=0,a=1e3/t;const i=(t,a=Date.now())=>{o=a,n=null,r&&(clearTimeout(r),r=null),e(...t)};return[(...e)=>{const t=Date.now(),s=t-o;s>=a?i(e,t):(n=e,r||(r=setTimeout(()=>{r=null,i(n)},a-s)))},()=>n&&i(n)]}(n=>{const a=n.loaded,i=n.lengthComputable?n.total:void 0,s=null!=i?Math.min(a,i):a,c=Math.max(0,s-r),u=o(c);r=Math.max(r,s);e({loaded:s,total:i,progress:i?s/i:void 0,bytes:c,rate:u||void 0,estimated:u&&i?(i-s)/u:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})},n)},ic=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},sc=e=>(...t)=>ks.asap(()=>e(...t));var cc=Ys.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,Ys.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(Ys.origin),Ys.navigator&&/(msie|trident)/i.test(Ys.navigator.userAgent)):()=>!0,uc=Ys.hasStandardBrowserEnv?{write(e,t,n,r,o,a,i){if("undefined"==typeof document)return;const s=[`${e}=${encodeURIComponent(t)}`];ks.isNumber(n)&&s.push(`expires=${new Date(n).toUTCString()}`),ks.isString(r)&&s.push(`path=${r}`),ks.isString(o)&&s.push(`domain=${o}`),!0===a&&s.push("secure"),ks.isString(i)&&s.push(`SameSite=${i}`),document.cookie=s.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.split(";");for(let n=0;n<t.length;n++){const r=t[n].replace(/^\s+/,""),o=r.indexOf("=");if(-1!==o&&r.slice(0,o)===e)return decodeURIComponent(r.slice(o+1))}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};function lc(e,t,n){let r=!("string"==typeof(o=t)&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(o));var o;return e&&(r||!1===n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const dc=e=>e instanceof Rs?{...e}:e;function pc(e,t){t=t||{};const n=Object.create(null);function r(e,t,n,r){return ks.isPlainObject(e)&&ks.isPlainObject(t)?ks.merge.call({caseless:r},e,t):ks.isPlainObject(t)?ks.merge({},t):ks.isArray(t)?t.slice():t}function o(e,t,n,o){return ks.isUndefined(t)?ks.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function a(e,t){if(!ks.isUndefined(t))return r(void 0,t)}function i(e,t){return ks.isUndefined(t)?ks.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,a){return ks.hasOwnProp(t,a)?r(n,o):ks.hasOwnProp(e,a)?r(void 0,n):void 0}Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});const c={url:a,method:a,data:a,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,allowedSocketPaths:i,responseEncoding:i,validateStatus:s,headers:(e,t,n)=>o(dc(e),dc(t),0,!0)};return ks.forEach(Object.keys({...e,...t}),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;const a=ks.hasOwnProp(c,r)?c[r]:o,i=a(ks.hasOwnProp(e,r)?e[r]:void 0,ks.hasOwnProp(t,r)?t[r]:void 0,r);ks.isUndefined(i)&&a!==s||(n[r]=i)}),n}const hc=["content-type","content-length"];var fc=e=>{const t=pc({},e),n=e=>ks.hasOwnProp(t,e)?t[e]:void 0,r=n("data");let o=n("withXSRFToken");const a=n("xsrfHeaderName"),i=n("xsrfCookieName");let s=n("headers");const c=n("auth"),u=n("baseURL"),l=n("allowAbsoluteUrls"),d=n("url");var p;if(t.headers=s=Rs.from(s),t.url=Ms(lc(u,d,l),e.params,e.paramsSerializer),c&&s.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?(p=c.password,encodeURIComponent(p).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16)))):""))),ks.isFormData(r)&&(Ys.hasStandardBrowserEnv||Ys.hasStandardBrowserWebWorkerEnv?s.setContentType(void 0):ks.isFunction(r.getHeaders)&&function(e,t,n){"content-only"===n?Object.entries(t).forEach(([t,n])=>{hc.includes(t.toLowerCase())&&e.set(t,n)}):e.set(t)}(s,r.getHeaders(),n("formDataHeaderPolicy"))),Ys.hasStandardBrowserEnv){ks.isFunction(o)&&(o=o(t));if(!0===o||null==o&&cc(t.url)){const e=a&&i&&uc.read(i);e&&s.set(a,e)}}return t};var gc="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=fc(e);let o=r.data;const a=Rs.from(r.headers).normalize();let i,s,c,u,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=r;function f(){u&&u(),l&&l(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let g=new XMLHttpRequest;function m(){if(!g)return;const r=Rs.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders());oc(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&&g.responseURL.startsWith("file:"))&&setTimeout(m)},g.onabort=function(){g&&(n(new As("Request aborted",As.ECONNABORTED,e,g)),f(),g=null)},g.onerror=function(t){const r=t&&t.message?t.message:"Network Error",o=new As(r,As.ERR_NETWORK,e,g);o.event=t||null,n(o),f(),g=null},g.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const o=r.transitional||Hs;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new As(t,o.clarifyTimeoutError?As.ETIMEDOUT:As.ECONNABORTED,e,g)),f(),g=null},void 0===o&&a.setContentType(null),"setRequestHeader"in g&&ks.forEach(a.toJSON(),function(e,t){g.setRequestHeader(t,e)}),ks.isUndefined(r.withCredentials)||(g.withCredentials=!!r.withCredentials),d&&"json"!==d&&(g.responseType=r.responseType),h&&([c,l]=ac(h,!0),g.addEventListener("progress",c)),p&&g.upload&&([s,u]=ac(p),g.upload.addEventListener("progress",s),g.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(i=t=>{g&&(n(!t||t.type?new rc(null,e,g):t),g.abort(),f(),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||Ys.protocols.includes(y)?g.send(o||null):n(new As("Unsupported protocol "+y+":",As.ERR_BAD_REQUEST,e))})};var mc=(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 As?t:new rc(t instanceof Error?t.message:t))}};let a=t&&setTimeout(()=>{a=null,o(new As(`timeout of ${t}ms exceeded`,As.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=()=>ks.asap(i),s}};const yc=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},vc=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()}},bc=(e,t,n,r)=>{const o=async function*(e,t){for await(const n of vc(e))yield*yc(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})};const kc="1.16.0",{isFunction:_c}=ks,wc=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Ec=e=>{const t=ks.global??globalThis,{ReadableStream:n,TextEncoder:r}=t;e=ks.merge.call({skipUndefined:!0},{Request:t.Request,Response:t.Response},e);const{fetch:o,Request:a,Response:i}=e,s=o?_c(o):"function"==typeof fetch,c=_c(a),u=_c(i);if(!s)return!1;const l=s&&_c(n),d=s&&("function"==typeof r?(e=>t=>e.encode(t))(new r):async e=>new Uint8Array(await new a(e).arrayBuffer())),p=c&&l&&wc(()=>{let e=!1;const t=new a(Ys.origin,{body:new n,method:"POST",get duplex(){return e=!0,"half"}}),r=t.headers.has("Content-Type");return null!=t.body&&t.body.cancel(),e&&!r}),h=u&&l&&wc(()=>ks.isReadableStream(new i("").body)),f={stream:h&&(e=>e.body)};s&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!f[e]&&(f[e]=(t,n)=>{let r=t&&t[e];if(r)return r.call(t);throw new As(`Response type '${e}' is not supported`,As.ERR_NOT_SUPPORT,n)})});const g=async(e,t)=>{const n=ks.toFiniteNumber(e.getContentLength());return null==n?(async e=>{if(null==e)return 0;if(ks.isBlob(e))return e.size;if(ks.isSpecCompliantForm(e)){const t=new a(Ys.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return ks.isArrayBufferView(e)||ks.isArrayBuffer(e)?e.byteLength:(ks.isURLSearchParams(e)&&(e+=""),ks.isString(e)?(await d(e)).byteLength:void 0)})(t):n};return async e=>{let{url:t,method:n,data:s,signal:u,cancelToken:l,timeout:d,onDownloadProgress:m,onUploadProgress:y,responseType:v,headers:b,withCredentials:k="same-origin",fetchOptions:_,maxContentLength:w,maxBodyLength:E}=fc(e);const x=ks.isNumber(w)&&w>-1,S=ks.isNumber(E)&&E>-1;let C=o||fetch;v=v?(v+"").toLowerCase():"text";let I=mc([u,l&&l.toAbortSignal()],d),R=null;const T=I&&I.unsubscribe&&(()=>{I.unsubscribe()});let O;try{if(x&&"string"==typeof t&&t.startsWith("data:")){const n=function(e){if(!e||"string"!=typeof e)return 0;if(!e.startsWith("data:"))return 0;const t=e.indexOf(",");if(t<0)return 0;const n=e.slice(5,t),r=e.slice(t+1);if(/;base64/i.test(n)){let e=r.length;const t=r.length;for(let n=0;n<t;n++)if(37===r.charCodeAt(n)&&n+2<t){const t=r.charCodeAt(n+1),o=r.charCodeAt(n+2);(t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102)&&(o>=48&&o<=57||o>=65&&o<=70||o>=97&&o<=102)&&(e-=2,n+=2)}let n=0,o=t-1;const a=e=>e>=2&&37===r.charCodeAt(e-2)&&51===r.charCodeAt(e-1)&&(68===r.charCodeAt(e)||100===r.charCodeAt(e));o>=0&&(61===r.charCodeAt(o)?(n++,o--):a(o)&&(n++,o-=3)),1===n&&o>=0&&(61===r.charCodeAt(o)||a(o))&&n++;const i=3*Math.floor(e/4)-(n||0);return i>0?i:0}if("undefined"!=typeof Buffer&&"function"==typeof Buffer.byteLength)return Buffer.byteLength(r,"utf8");let o=0;for(let e=0,t=r.length;e<t;e++){const n=r.charCodeAt(e);if(n<128)o+=1;else if(n<2048)o+=2;else if(n>=55296&&n<=56319&&e+1<t){const t=r.charCodeAt(e+1);t>=56320&&t<=57343?(o+=4,e++):o+=3}else o+=3}return o}(t);if(n>w)throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R)}if(S&&"get"!==n&&"head"!==n){const t=await g(b,s);if("number"==typeof t&&isFinite(t)&&t>E)throw new As("Request body larger than maxBodyLength limit",As.ERR_BAD_REQUEST,e,R)}if(y&&p&&"get"!==n&&"head"!==n&&0!==(O=await g(b,s))){let e,n=new a(t,{method:"POST",body:s,duplex:"half"});if(ks.isFormData(s)&&(e=n.headers.get("content-type"))&&b.setContentType(e),n.body){const[e,t]=ic(O,ac(sc(y)));s=bc(n.body,65536,e,t)}}ks.isString(k)||(k=k?"include":"omit");const o=c&&"credentials"in a.prototype;if(ks.isFormData(s)){const e=b.getContentType();e&&/^multipart\/form-data/i.test(e)&&!/boundary=/i.test(e)&&b.delete("content-type")}b.set("User-Agent","axios/"+kc,!1);const u={..._,signal:I,method:n.toUpperCase(),headers:b.normalize().toJSON(),body:s,duplex:"half",credentials:o?k:void 0};R=c&&new a(t,u);let l=await(c?C(R,_):C(t,u));if(x){const t=ks.toFiniteNumber(l.headers.get("content-length"));if(null!=t&&t>w)throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R)}const d=h&&("stream"===v||"response"===v);if(h&&l.body&&(m||x||d&&T)){const t={};["status","statusText","headers"].forEach(e=>{t[e]=l[e]});const n=ks.toFiniteNumber(l.headers.get("content-length")),[r,o]=m&&ic(n,ac(sc(m),!0))||[];let a=0;const s=t=>{if(x&&(a=t,a>w))throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R);r&&r(t)};l=new i(bc(l.body,65536,s,()=>{o&&o(),T&&T()}),t)}v=v||"text";let A=await f[ks.findKey(f,v)||"text"](l,e);if(x&&!h&&!d){let t;if(null!=A&&("number"==typeof A.byteLength?t=A.byteLength:"number"==typeof A.size?t=A.size:"string"==typeof A&&(t="function"==typeof r?(new r).encode(A).byteLength:A.length)),"number"==typeof t&&t>w)throw new As("maxContentLength size of "+w+" exceeded",As.ERR_BAD_RESPONSE,e,R)}return!d&&T&&T(),await new Promise((t,n)=>{oc(t,n,{data:A,headers:Rs.from(l.headers),status:l.status,statusText:l.statusText,config:e,request:R})})}catch(t){if(T&&T(),I&&I.aborted&&I.reason instanceof As){const n=I.reason;throw n.config=e,R&&(n.request=R),t!==n&&(n.cause=t),n}if(t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new As("Network Error",As.ERR_NETWORK,e,R,t&&t.response),{cause:t.cause||t});throw As.from(t,t&&t.code,e,R,t&&t.response)}}},xc=new Map,Sc=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,a=[r,o,n];let i,s,c=a.length,u=xc;for(;c--;)i=a[c],s=u.get(i),void 0===s&&u.set(i,s=c?new Map:Ec(t)),u=s;return s};Sc();const Cc={http:null,xhr:gc,fetch:{get:Sc}};ks.forEach(Cc,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(e){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});const Ic=e=>`- ${e}`,Rc=e=>ks.isFunction(e)||null===e||!1===e;var Tc={getAdapter:function(e,t){e=ks.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,!Rc(r)&&(o=Cc[(n=String(r)).toLowerCase()],void 0===o))throw new As(`Unknown adapter '${n}'`);if(o&&(ks.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(Ic).join("\n"):" "+Ic(e[0]):"as no adapter specified";throw new As("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return o},adapters:Cc};function Oc(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new rc(null,e)}function Ac(e){Oc(e),e.headers=Rs.from(e.headers),e.data=tc.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Tc.getAdapter(e.adapter||ec.adapter,e)(e).then(function(t){Oc(e),e.response=t;try{t.data=tc.call(e,e.transformResponse,t)}finally{delete e.response}return t.headers=Rs.from(t.headers),t},function(t){if(!nc(t)&&(Oc(e),t&&t.response)){e.response=t.response;try{t.response.data=tc.call(e,e.transformResponse,t.response)}finally{delete e.response}t.response.headers=Rs.from(t.response.headers)}return Promise.reject(t)})}const Pc={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Pc[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const jc={};Pc.transitional=function(e,t,n){function r(e,t){return"[Axios v"+kc+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,a)=>{if(!1===e)throw new As(r(o," has been removed"+(t?" in "+t:"")),As.ERR_DEPRECATED);return t&&!jc[o]&&(jc[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)}},Pc.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Dc={assertOptions:function(e,t,n){if("object"!=typeof e)throw new As("options must be an object",As.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const a=r[o],i=Object.prototype.hasOwnProperty.call(t,a)?t[a]:void 0;if(i){const t=e[a],n=void 0===t||i(t,a,e);if(!0!==n)throw new As("option "+a+" must be "+n,As.ERR_BAD_OPTION_VALUE);continue}if(!0!==n)throw new As("Unknown option "+a,As.ERR_BAD_OPTION)}},validators:Pc};const Lc=Dc.validators;let zc=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Fs,response:new Fs}}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=(()=>{if(!t.stack)return"";const e=t.stack.indexOf("\n");return-1===e?"":t.stack.slice(e+1)})();try{if(e.stack){if(n){const t=n.indexOf("\n"),r=-1===t?-1:n.indexOf("\n",t+1),o=-1===r?"":n.slice(r+1);String(e.stack).endsWith(o)||(e.stack+="\n"+n)}}else e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=pc(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&Dc.assertOptions(n,{silentJSONParsing:Lc.transitional(Lc.boolean),forcedJSONParsing:Lc.transitional(Lc.boolean),clarifyTimeoutError:Lc.transitional(Lc.boolean),legacyInterceptorReqResOrdering:Lc.transitional(Lc.boolean)},!1),null!=r&&(ks.isFunction(r)?t.paramsSerializer={serialize:r}:Dc.assertOptions(r,{encode:Lc.function,serialize:Lc.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Dc.assertOptions(t,{baseUrl:Lc.spelling("baseURL"),withXsrfToken:Lc.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=o&&ks.merge(o.common,o[t.method]);o&&ks.forEach(["delete","get","head","post","put","patch","query","common"],e=>{delete o[e]}),t.headers=Rs.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||Hs;n&&n.legacyInterceptorReqResOrdering?i.unshift(e.fulfilled,e.rejected):i.push(e.fulfilled,e.rejected)});const c=[];let u;this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let l,d=0;if(!s){const e=[Ac.bind(this),void 0];for(e.unshift(...i),e.push(...c),l=e.length,u=Promise.resolve(t);d<l;)u=u.then(e[d++],e[d++]);return u}l=i.length;let p=t;for(;d<l;){const e=i[d++],t=i[d++];try{p=e(p)}catch(e){t.call(this,e);break}}try{u=Ac.call(this,p)}catch(e){return Promise.reject(e)}for(d=0,l=c.length;d<l;)u=u.then(c[d++],c[d++]);return u}getUri(e){return Ms(lc((e=pc(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};ks.forEach(["delete","get","head","options"],function(e){zc.prototype[e]=function(t,n){return this.request(pc(n||{},{method:e,url:t,data:(n||{}).data}))}}),ks.forEach(["post","put","patch","query"],function(e){function t(t){return function(n,r,o){return this.request(pc(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}zc.prototype[e]=t(),"query"!==e&&(zc.prototype[e+"Form"]=t(!0))});var qc=zc;class Nc{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 rc(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 Nc(function(t){e=t}),cancel:e}}}var Uc=Nc;const Bc={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(Bc).forEach(([e,t])=>{Bc[t]=e});var Mc=Bc;const Fc=function e(t){const n=new qc(t),r=Ti(qc.prototype.request,n);return ks.extend(r,qc.prototype,n,{allOwnKeys:!0}),ks.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(pc(t,n))},r}(ec);Fc.Axios=qc,Fc.CanceledError=rc,Fc.CancelToken=Uc,Fc.isCancel=nc,Fc.VERSION=kc,Fc.toFormData=zs,Fc.AxiosError=As,Fc.Cancel=Fc.CanceledError,Fc.all=function(e){return Promise.all(e)},Fc.spread=function(e){return function(t){return e.apply(null,t)}},Fc.isAxiosError=function(e){return ks.isObject(e)&&!0===e.isAxiosError},Fc.mergeConfig=pc,Fc.AxiosHeaders=Rs,Fc.formToJSON=e=>Js(ks.isHTMLForm(e)?new FormData(e):e),Fc.getAdapter=Tc.getAdapter,Fc.HttpStatusCode=Mc,Fc.default=Fc;var Hc=Fc,Wc=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("&")},Vc=function(e){function n(n){var r,o,a,i,s=this;return(s=e.call(this,n)||this).token="",null===(o=null===(r=s.instance)||void 0===r?void 0:r.interceptors)||void 0===o||o.request.use(function(e){return t(t({},e),{defaults:{headers:t(t({},e.headers),{Authorization:"Bearer ".concat(s.getToken())})}})},function(e){return Promise.reject(e)}),null===(i=null===(a=s.instance)||void 0===a?void 0:a.interceptors)||void 0===i||i.response.use(function(e){return t({},e)},function(e){return Promise.reject(e)}),s}return o(n,e),n.prototype.getToken=function(){return"Bearer ".concat(this.token)},n.prototype.setToken=function(e){this.token=e},n.prototype.getUri=function(e){return this.instance.getUri(e)},n.prototype.getCancelTokenSource=function(){var e;return this.cancelToken&&this.cancelToken.cancel(),this.cancelToken=null===(e=Hc.CancelToken)||void 0===e?void 0:e.source(),this.cancelToken},n.prototype.request=function(e){var t;return e.cancelToken=null===(t=this.getCancelTokenSource())||void 0===t?void 0:t.token,this.instance.request(e)},n.prototype.get=function(e,t){return this.instance.get(e,t)},n.prototype.options=function(e,t){return this.instance.options(e,t)},n.prototype.delete=function(e,t){return this.instance.delete(e,t)},n.prototype.head=function(e,t){return this.instance.head(e,t)},n.prototype.post=function(e,t,n){return this.instance.post(e,t,n)},n.prototype.put=function(e,t,n){return this.instance.put(e,t,n)},n.prototype.patch=function(e,t,n){return this.instance.patch(e,t,n)},n.prototype.success=function(e){return null==e?void 0:e.data},n.prototype.error=function(e){throw e},n}(function(e){this.instance=Hc.create(e)}),Gc="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Kc(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 $c=TypeError,Qc=Kc(Object.freeze({__proto__:null,default:{}})),Yc="function"==typeof Map&&Map.prototype,Jc=Object.getOwnPropertyDescriptor&&Yc?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Zc=Yc&&Jc&&"function"==typeof Jc.get?Jc.get:null,Xc=Yc&&Map.prototype.forEach,eu="function"==typeof Set&&Set.prototype,tu=Object.getOwnPropertyDescriptor&&eu?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,nu=eu&&tu&&"function"==typeof tu.get?tu.get:null,ru=eu&&Set.prototype.forEach,ou="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,au="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,iu="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,su=Boolean.prototype.valueOf,cu=Object.prototype.toString,uu=Function.prototype.toString,lu=String.prototype.match,du=String.prototype.slice,pu=String.prototype.replace,hu=String.prototype.toUpperCase,fu=String.prototype.toLowerCase,gu=RegExp.prototype.test,mu=Array.prototype.concat,yu=Array.prototype.join,vu=Array.prototype.slice,bu=Math.floor,ku="function"==typeof BigInt?BigInt.prototype.valueOf:null,_u=Object.getOwnPropertySymbols,wu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,Eu="function"==typeof Symbol&&"object"==typeof Symbol.iterator,xu="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Eu||"symbol")?Symbol.toStringTag:null,Su=Object.prototype.propertyIsEnumerable,Cu=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Iu(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||gu.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var r=e<0?-bu(-e):bu(e);if(r!==e){var o=String(r),a=du.call(t,o.length+1);return pu.call(o,n,"$&_")+"."+pu.call(pu.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return pu.call(t,n,"$&_")}var Ru=Qc,Tu=Ru.custom,Ou=Uu(Tu)?Tu:null,Au={__proto__:null,double:'"',single:"'"},Pu={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},ju=function e(t,n,r,o){var a=n||{};if(Mu(a,"quoteStyle")&&!Mu(Au,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Mu(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=!Mu(a,"customInspect")||a.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Mu(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(Mu(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 Wu(t,a);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var c=String(t);return s?Iu(t,c):c}if("bigint"==typeof t){var u=String(t)+"n";return s?Iu(t,u):u}var l=void 0===a.depth?5:a.depth;if(void 0===r&&(r=0),r>=l&&l>0&&"object"==typeof t)return qu(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=yu.call(Array(e.indent+1)," ")}return{base:n,prev:yu.call(Array(t+1),n)}}(a,r);if(void 0===o)o=[];else if(Hu(o,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(o=vu.call(o)).push(n),i){var s={depth:a.depth};return Mu(a,"quoteStyle")&&(s.quoteStyle=a.quoteStyle),e(t,s,r+1,o)}return e(t,a,r+1,o)}if("function"==typeof t&&!Nu(t)){var h=function(e){if(e.name)return e.name;var t=lu.call(uu.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),f=Yu(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(f.length>0?" { "+yu.call(f,", ")+" }":"")}if(Uu(t)){var g=Eu?pu.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):wu.call(t);return"object"!=typeof t||Eu?g:Gu(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="<"+fu.call(String(t.nodeName)),y=t.attributes||[],v=0;v<y.length;v++)m+=" "+y[v].name+"="+Du(Lu(y[v].value),"double",a);return m+=">",t.childNodes&&t.childNodes.length&&(m+="..."),m+="</"+fu.call(String(t.nodeName))+">"}if(qu(t)){if(0===t.length)return"[]";var b=Yu(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(Hu(e[t],"\n")>=0)return!1;return!0}(b)?"["+Qu(b,d)+"]":"[ "+yu.call(b,", ")+" ]"}if(function(e){return"[object Error]"===Fu(e)&&zu(e)}(t)){var k=Yu(t,p);return"cause"in Error.prototype||!("cause"in t)||Su.call(t,"cause")?0===k.length?"["+String(t)+"]":"{ ["+String(t)+"] "+yu.call(k,", ")+" }":"{ ["+String(t)+"] "+yu.call(mu.call("[cause]: "+p(t.cause),k),", ")+" }"}if("object"==typeof t&&i){if(Ou&&"function"==typeof t[Ou]&&Ru)return Ru(t,{depth:l-r});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!Zc||!e||"object"!=typeof e)return!1;try{Zc.call(e);try{nu.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var _=[];return Xc&&Xc.call(t,function(e,n){_.push(p(n,t,!0)+" => "+p(e,t))}),$u("Map",Zc.call(t),_,d)}if(function(e){if(!nu||!e||"object"!=typeof e)return!1;try{nu.call(e);try{Zc.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var w=[];return ru&&ru.call(t,function(e){w.push(p(e,t))}),$u("Set",nu.call(t),w,d)}if(function(e){if(!ou||!e||"object"!=typeof e)return!1;try{ou.call(e,ou);try{au.call(e,au)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Ku("WeakMap");if(function(e){if(!au||!e||"object"!=typeof e)return!1;try{au.call(e,au);try{ou.call(e,ou)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Ku("WeakSet");if(function(e){if(!iu||!e||"object"!=typeof e)return!1;try{return iu.call(e),!0}catch(e){}return!1}(t))return Ku("WeakRef");if(function(e){return"[object Number]"===Fu(e)&&zu(e)}(t))return Gu(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!ku)return!1;try{return ku.call(e),!0}catch(e){}return!1}(t))return Gu(p(ku.call(t)));if(function(e){return"[object Boolean]"===Fu(e)&&zu(e)}(t))return Gu(su.call(t));if(function(e){return"[object String]"===Fu(e)&&zu(e)}(t))return Gu(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==Gc&&t===Gc)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===Fu(e)&&zu(e)}(t)&&!Nu(t)){var E=Yu(t,p),x=Cu?Cu(t)===Object.prototype:t instanceof Object||t.constructor===Object,S=t instanceof Object?"":"null prototype",C=!x&&xu&&Object(t)===t&&xu in t?du.call(Fu(t),8,-1):S?"Object":"",I=(x||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(C||S?"["+yu.call(mu.call([],C||[],S||[]),": ")+"] ":"");return 0===E.length?I+"{}":d?I+"{"+Qu(E,d)+"}":I+"{ "+yu.call(E,", ")+" }"}return String(t)};function Du(e,t,n){var r=n.quoteStyle||t,o=Au[r];return o+e+o}function Lu(e){return pu.call(String(e),/"/g,"&quot;")}function zu(e){return!xu||!("object"==typeof e&&(xu in e||void 0!==e[xu]))}function qu(e){return"[object Array]"===Fu(e)&&zu(e)}function Nu(e){return"[object RegExp]"===Fu(e)&&zu(e)}function Uu(e){if(Eu)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!wu)return!1;try{return wu.call(e),!0}catch(e){}return!1}var Bu=Object.prototype.hasOwnProperty||function(e){return e in this};function Mu(e,t){return Bu.call(e,t)}function Fu(e){return cu.call(e)}function Hu(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function Wu(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return Wu(du.call(e,0,t.maxStringLength),t)+r}var o=Pu[t.quoteStyle||"single"];return o.lastIndex=0,Du(pu.call(pu.call(e,o,"\\$1"),/[\x00-\x1f]/g,Vu),"single",t)}function Vu(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":"")+hu.call(t.toString(16))}function Gu(e){return"Object("+e+")"}function Ku(e){return e+" { ? }"}function $u(e,t,n,r){return e+" ("+t+") {"+(r?Qu(n,r):yu.call(n,", "))+"}"}function Qu(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+yu.call(e,","+n)+"\n"+t.prev}function Yu(e,t){var n=qu(e),r=[];if(n){r.length=e.length;for(var o=0;o<e.length;o++)r[o]=Mu(e,o)?t(e[o],e):""}var a,i="function"==typeof _u?_u(e):[];if(Eu){a={};for(var s=0;s<i.length;s++)a["$"+i[s]]=i[s]}for(var c in e)Mu(e,c)&&(n&&String(Number(c))===c&&c<e.length||Eu&&a["$"+c]instanceof Symbol||(gu.call(/[^\w$]/,c)?r.push(t(c,e)+": "+t(e[c],e)):r.push(c+": "+t(e[c],e))));if("function"==typeof _u)for(var u=0;u<i.length;u++)Su.call(e,i[u])&&r.push("["+t(i[u])+"]: "+t(e[i[u]],e));return r}var Ju=ju,Zu=$c,Xu=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},el=Object,tl=Error,nl=EvalError,rl=RangeError,ol=ReferenceError,al=SyntaxError,il=URIError,sl=Math.abs,cl=Math.floor,ul=Math.max,ll=Math.min,dl=Math.pow,pl=Math.round,hl=Number.isNaN||function(e){return e!=e},fl=Object.getOwnPropertyDescriptor;if(fl)try{fl([],"length")}catch(e){fl=null}var gl=fl,ml=Object.defineProperty||!1;if(ml)try{ml({},"a",{value:1})}catch(e){ml=!1}var yl,vl,bl,kl,_l,wl,El,xl,Sl,Cl,Il,Rl,Tl,Ol,Al,Pl,jl=ml;function Dl(){return wl?_l:(wl=1,_l="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function Ll(){return xl?El:(xl=1,El=el.getPrototypeOf||null)}function zl(){if(Cl)return Sl;Cl=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 Sl=function(r){var o=this;if("function"!=typeof o||"[object Function]"!==e.apply(o))throw new TypeError("Function.prototype.bind called on incompatible "+o);for(var a,i=function(e,t){for(var n=[],r=t||0,o=0;r<e.length;r+=1,o+=1)n[o]=e[r];return n}(arguments,1),s=t(0,o.length-i.length),c=[],u=0;u<s;u++)c[u]="$"+u;if(a=Function("binder","return function ("+function(e,t){for(var n="",r=0;r<e.length;r+=1)n+=e[r],r+1<e.length&&(n+=t);return n}(c,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof a){var e=o.apply(this,n(i,arguments));return Object(e)===e?e:this}return o.apply(r,n(i,arguments))}),o.prototype){var l=function(){};l.prototype=o.prototype,a.prototype=new l,l.prototype=null}return a},Sl}function ql(){if(Rl)return Il;Rl=1;var e=zl();return Il=Function.prototype.bind||e}function Nl(){return Ol?Tl:(Ol=1,Tl=Function.prototype.call)}function Ul(){return Pl?Al:(Pl=1,Al=Function.prototype.apply)}var Bl,Ml,Fl,Hl,Wl,Vl,Gl,Kl="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,$l=ql(),Ql=Ul(),Yl=Nl(),Jl=Kl||$l.call(Yl,Ql),Zl=ql(),Xl=$c,ed=Nl(),td=Jl,nd=function(e){if(e.length<1||"function"!=typeof e[0])throw new Xl("a function is required");return td(Zl,ed,e)};var rd=el,od=tl,ad=nl,id=rl,sd=ol,cd=al,ud=$c,ld=il,dd=sl,pd=cl,hd=ul,fd=ll,gd=dl,md=pl,yd=function(e){return hl(e)||0===e?e:e<0?-1:1},vd=Function,bd=function(e){try{return vd('"use strict"; return ('+e+").constructor;")()}catch(e){}},kd=gl,_d=jl,wd=function(){throw new ud},Ed=kd?function(){try{return wd}catch(e){try{return kd(arguments,"callee").get}catch(e){return wd}}}():wd,xd=function(){if(kl)return bl;kl=1;var e="undefined"!=typeof Symbol&&Symbol,t=vl?yl:(vl=1,yl=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 bl=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),Sd=function(){if(Hl)return Fl;Hl=1;var e=Dl(),t=Ll(),n=function(){if(Ml)return Bl;Ml=1;var e,t=nd,n=gl;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 Bl=r&&"function"==typeof r.get?t([r.get]):"function"==typeof a&&function(e){return a(null==e?e:o(e))}}();return Fl=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}(),Cd=Ll(),Id=Dl(),Rd=Ul(),Td=Nl(),Od={},Ad="undefined"!=typeof Uint8Array&&Sd?Sd(Uint8Array):Gl,Pd={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?Gl:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?Gl:ArrayBuffer,"%ArrayIteratorPrototype%":xd&&Sd?Sd([][Symbol.iterator]()):Gl,"%AsyncFromSyncIteratorPrototype%":Gl,"%AsyncFunction%":Od,"%AsyncGenerator%":Od,"%AsyncGeneratorFunction%":Od,"%AsyncIteratorPrototype%":Od,"%Atomics%":"undefined"==typeof Atomics?Gl:Atomics,"%BigInt%":"undefined"==typeof BigInt?Gl:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?Gl:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?Gl:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?Gl:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":od,"%eval%":eval,"%EvalError%":ad,"%Float16Array%":"undefined"==typeof Float16Array?Gl:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?Gl:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?Gl:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?Gl:FinalizationRegistry,"%Function%":vd,"%GeneratorFunction%":Od,"%Int8Array%":"undefined"==typeof Int8Array?Gl:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?Gl:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?Gl:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":xd&&Sd?Sd(Sd([][Symbol.iterator]())):Gl,"%JSON%":"object"==typeof JSON?JSON:Gl,"%Map%":"undefined"==typeof Map?Gl:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&xd&&Sd?Sd((new Map)[Symbol.iterator]()):Gl,"%Math%":Math,"%Number%":Number,"%Object%":rd,"%Object.getOwnPropertyDescriptor%":kd,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?Gl:Promise,"%Proxy%":"undefined"==typeof Proxy?Gl:Proxy,"%RangeError%":id,"%ReferenceError%":sd,"%Reflect%":"undefined"==typeof Reflect?Gl:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?Gl:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&xd&&Sd?Sd((new Set)[Symbol.iterator]()):Gl,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?Gl:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":xd&&Sd?Sd(""[Symbol.iterator]()):Gl,"%Symbol%":xd?Symbol:Gl,"%SyntaxError%":cd,"%ThrowTypeError%":Ed,"%TypedArray%":Ad,"%TypeError%":ud,"%Uint8Array%":"undefined"==typeof Uint8Array?Gl:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?Gl:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?Gl:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?Gl:Uint32Array,"%URIError%":ld,"%WeakMap%":"undefined"==typeof WeakMap?Gl:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?Gl:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?Gl:WeakSet,"%Function.prototype.call%":Td,"%Function.prototype.apply%":Rd,"%Object.defineProperty%":_d,"%Object.getPrototypeOf%":Cd,"%Math.abs%":dd,"%Math.floor%":pd,"%Math.max%":hd,"%Math.min%":fd,"%Math.pow%":gd,"%Math.round%":md,"%Math.sign%":yd,"%Reflect.getPrototypeOf%":Id};if(Sd)try{null.error}catch(e){var jd=Sd(Sd(e));Pd["%Error.prototype%"]=jd}var Dd,Ld,zd,qd,Nd,Ud,Bd,Md,Fd,Hd,Wd,Vd,Gd,Kd=function e(t){var n;if("%AsyncFunction%"===t)n=bd("async function () {}");else if("%GeneratorFunction%"===t)n=bd("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=bd("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&Sd&&(n=Sd(o.prototype))}return Pd[t]=n,n},$d={__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"]},Qd=ql(),Yd=function(){if(Vl)return Wl;Vl=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=ql();return Wl=n.call(e,t)}(),Jd=Qd.call(Td,Array.prototype.concat),Zd=Qd.call(Rd,Array.prototype.splice),Xd=Qd.call(Td,String.prototype.replace),ep=Qd.call(Td,String.prototype.slice),tp=Qd.call(Td,RegExp.prototype.exec),np=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,rp=/\\(\\)?/g,op=function(e,t){var n,r=e;if(Yd($d,r)&&(r="%"+(n=$d[r])[0]+"%"),Yd(Pd,r)){var o=Pd[r];if(o===Od&&(o=Kd(r)),void 0===o&&!t)throw new ud("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:o}}throw new cd("intrinsic "+e+" does not exist!")},ap=function(e,t){if("string"!=typeof e||0===e.length)throw new ud("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new ud('"allowMissing" argument must be a boolean');if(null===tp(/^%?[^%]*%?$/,e))throw new cd("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=ep(e,0,1),n=ep(e,-1);if("%"===t&&"%"!==n)throw new cd("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new cd("invalid intrinsic syntax, expected opening `%`");var r=[];return Xd(e,np,function(e,t,n,o){r[r.length]=n?Xd(o,rp,"$1"):t||e}),r}(e),r=n.length>0?n[0]:"",o=op("%"+r+"%",t),a=o.name,i=o.value,s=!1,c=o.alias;c&&(r=c[0],Zd(n,Jd([0,1],c)));for(var u=1,l=!0;u<n.length;u+=1){var d=n[u],p=ep(d,0,1),h=ep(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new cd("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),Yd(Pd,a="%"+(r+="."+d)+"%"))i=Pd[a];else if(null!=i){if(!(d in i)){if(!t)throw new ud("base intrinsic for "+e+" exists, but the property is not available.");return}if(kd&&u+1>=n.length){var f=kd(i,d);i=(l=!!f)&&"get"in f&&!("originalValue"in f.get)?f.get:i[d]}else l=Yd(i,d),i=i[d];l&&!s&&(Pd[a]=i)}}return i},ip=ap,sp=nd,cp=sp([ip("%String.prototype.indexOf%")]),up=function(e,t){var n=ip(e,!!t);return"function"==typeof n&&cp(e,".prototype.")>-1?sp([n]):n},lp=up,dp=ju,pp=$c,hp=ap("%Map%",!0),fp=lp("Map.prototype.get",!0),gp=lp("Map.prototype.set",!0),mp=lp("Map.prototype.has",!0),yp=lp("Map.prototype.delete",!0),vp=lp("Map.prototype.size",!0),bp=!!hp&&function(){var e,t={assert:function(e){if(!t.has(e))throw new pp("Side channel does not contain "+dp(e))},delete:function(t){if(e){var n=yp(e,t);return 0===vp(e)&&(e=void 0),n}return!1},get:function(t){if(e)return fp(e,t)},has:function(t){return!!e&&mp(e,t)},set:function(t,n){e||(e=new hp),gp(e,t,n)}};return t},kp=up,_p=ju,wp=bp,Ep=$c,xp=ap("%WeakMap%",!0),Sp=kp("WeakMap.prototype.get",!0),Cp=kp("WeakMap.prototype.set",!0),Ip=kp("WeakMap.prototype.has",!0),Rp=kp("WeakMap.prototype.delete",!0),Tp=$c,Op=ju,Ap=(xp?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new Ep("Side channel does not contain "+_p(e))},delete:function(n){if(xp&&n&&("object"==typeof n||"function"==typeof n)){if(e)return Rp(e,n)}else if(wp&&t)return t.delete(n);return!1},get:function(n){return xp&&n&&("object"==typeof n||"function"==typeof n)&&e?Sp(e,n):t&&t.get(n)},has:function(n){return xp&&n&&("object"==typeof n||"function"==typeof n)&&e?Ip(e,n):!!t&&t.has(n)},set:function(n,r){xp&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new xp),Cp(e,n,r)):wp&&(t||(t=wp()),t.set(n,r))}};return n}:wp)||bp||function(){var e,t={assert:function(e){if(!t.has(e))throw new Zu("Side channel does not contain "+Ju(e))},delete:function(t){var n=e&&e.next,r=function(e,t){if(e)return Xu(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=Xu(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!Xu(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var r=Xu(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},Pp=function(){var e,t={assert:function(e){if(!t.has(e))throw new Tp("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},jp=String.prototype.replace,Dp=/%20/g,Lp="RFC3986",zp={default:Lp,formatters:{RFC1738:function(e){return jp.call(e,Dp,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:Lp},qp=zp,Np=Pp,Up=Object.prototype.hasOwnProperty,Bp=Array.isArray,Mp=Np(),Fp=function(e,t){return Mp.set(e,t),e},Hp=function(e){return Mp.has(e)},Wp=function(e){return Mp.get(e)},Vp=function(e,t){Mp.set(e,t)},Gp=function(){for(var e=[],t=0;t<256;++t)e[e.length]="%"+((t<16?"0":"")+t.toString(16)).toUpperCase();return e}(),Kp=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},$p=1024,Qp={arrayToObject:Kp,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(Hp(e)){var o=Wp(e)+1;return e[o]=t,Vp(e,o),e}var a=[].concat(e,t);return a.length>n?Fp(Kp(a,{plainObjects:r}),a.length-1):a},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var o=t[r],a=o.obj[o.prop],i=Object.keys(a),s=0;s<i.length;++s){var c=i[s],u=a[c];"object"==typeof u&&null!==u&&-1===n.indexOf(u)&&(t[t.length]={obj:a,prop:c},n[n.length]=u)}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(Bp(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+=$p){for(var c=a.length>=$p?a.slice(s,s+$p):a,u=[],l=0;l<c.length;++l){var d=c.charCodeAt(l);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||o===qp.RFC1738&&(40===d||41===d)?u[u.length]=c.charAt(l):d<128?u[u.length]=Gp[d]:d<2048?u[u.length]=Gp[192|d>>6]+Gp[128|63&d]:d<55296||d>=57344?u[u.length]=Gp[224|d>>12]+Gp[128|d>>6&63]+Gp[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&c.charCodeAt(l)),u[u.length]=Gp[240|d>>18]+Gp[128|d>>12&63]+Gp[128|d>>6&63]+Gp[128|63&d])}i+=u.join("")}return i},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isOverflow:Hp,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},markOverflow:Fp,maybeMap:function(e,t){if(Bp(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(Bp(t)){var o=t.length;if(r&&"number"==typeof r.arrayLimit&&o>r.arrayLimit)return Fp(Kp(t.concat(n),r),o);t[o]=n}else{if(!t||"object"!=typeof t)return[t,n];if(Hp(t)){var a=Wp(t)+1;t[a]=n,Vp(t,a)}else(r&&(r.plainObjects||r.allowPrototypes)||!Up.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t){if(Hp(n)){for(var i=Object.keys(n),s=r&&r.plainObjects?{__proto__:null,0:t}:{0:t},c=0;c<i.length;c++){s[parseInt(i[c],10)+1]=n[i[c]]}return Fp(s,Wp(n)+1)}var u=[t].concat(n);return r&&"number"==typeof r.arrayLimit&&u.length>r.arrayLimit?Fp(Kp(u,r),u.length-1):u}var l=t;return Bp(t)&&!Bp(n)&&(l=Kp(t,r)),Bp(t)&&Bp(n)?(n.forEach(function(n,o){if(Up.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(Up.call(t,o)?t[o]=e(t[o],a,r):t[o]=a,Hp(n)&&!Hp(t)&&Fp(t,Wp(n)),Hp(t)){var i=parseInt(o,10);String(i)===o&&i>=0&&i>Wp(t)&&Vp(t,i)}return t},l)}},Yp=Pp,Jp=Qp,Zp=zp,Xp=Object.prototype.hasOwnProperty,eh={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},th=Array.isArray,nh=Array.prototype.push,rh=function(e,t){nh.apply(e,th(t)?t:[t])},oh=Date.prototype.toISOString,ah=Zp.default,ih={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Jp.encode,encodeValuesOnly:!1,filter:void 0,format:ah,formatter:Zp.formatters[ah],indices:!1,serializeDate:function(e){return oh.call(e)},skipNulls:!1,strictNullHandling:!1},sh={},ch=function e(t,n,r,o,a,i,s,c,u,l,d,p,h,f,g,m,y,v){for(var b,k=t,_=v,w=0,E=!1;void 0!==(_=_.get(sh))&&!E;){var x=_.get(t);if(w+=1,void 0!==x){if(x===w)throw new RangeError("Cyclic object value");E=!0}void 0===_.get(sh)&&(w=0)}if("function"==typeof l?k=l(n,k):k instanceof Date?k=h(k):"comma"===r&&th(k)&&(k=Jp.maybeMap(k,function(e){return e instanceof Date?h(e):e})),null===k){if(i)return u&&!m?u(n,ih.encoder,y,"key",f):n;k=""}if("string"==typeof(b=k)||"number"==typeof b||"boolean"==typeof b||"symbol"==typeof b||"bigint"==typeof b||Jp.isBuffer(k))return u?[g(m?n:u(n,ih.encoder,y,"key",f))+"="+g(u(k,ih.encoder,y,"value",f))]:[g(n)+"="+g(String(k))];var S,C=[];if(void 0===k)return C;if("comma"===r&&th(k))m&&u&&(k=Jp.maybeMap(k,u)),S=[{value:k.length>0?k.join(",")||null:void 0}];else if(th(l))S=l;else{var I=Object.keys(k);S=d?I.sort(d):I}var R=c?String(n).replace(/\./g,"%2E"):String(n),T=o&&th(k)&&1===k.length?R+"[]":R;if(a&&th(k)&&0===k.length)return T+"[]";for(var O=0;O<S.length;++O){var A=S[O],P="object"==typeof A&&A&&void 0!==A.value?A.value:k[A];if(!s||null!==P){var j=p&&c?String(A).replace(/\./g,"%2E"):String(A),D=th(k)?"function"==typeof r?r(T,j):T:T+(p?"."+j:"["+j+"]");v.set(t,w);var L=Yp();L.set(sh,v),rh(C,e(P,D,r,o,a,i,s,c,"comma"===r&&m&&th(k)?null:u,l,d,p,h,f,g,m,y,L))}}return C},uh=Qp,lh=Object.prototype.hasOwnProperty,dh=Array.isArray,ph={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:uh.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},hh=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},fh=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},gh=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&&lh.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&&lh.call(Object.prototype,a)&&!t.allowPrototypes)return;i[i.length]=a}for(var s=0;null!==(o=r.exec(n))&&s<t.depth;){s+=1;var c=o[1].slice(1,-1);if(!t.plainObjects&&lh.call(Object.prototype,c)&&!t.allowPrototypes)return;i[i.length]=o[1]}if(o){if(!0===t.strictDepth)throw new RangeError("Input depth exceeded depth option of "+t.depth+" and strictDepth is true");i[i.length]="["+n.slice(o.index)+"]"}return i}(e,n);if(o)return function(e,t,n,r){var o=0;if(e.length>0&&"[]"===e[e.length-1]){var a=e.slice(0,-1).join("");o=Array.isArray(t)&&t[a]?t[a].length:0}for(var i=r?t:fh(t,n,o),s=e.length-1;s>=0;--s){var c,u=e[s];if("[]"===u&&n.parseArrays)c=uh.isOverflow(i)?i:n.allowEmptyArrays&&(""===i||n.strictNullHandling&&null===i)?[]:uh.combine([],i,n.arrayLimit,n.plainObjects);else{c=n.plainObjects?{__proto__:null}:{};var l="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,d=n.decodeDotInKeys?l.replace(/%2E/g,"."):l,p=parseInt(d,10),h=!isNaN(p)&&u!==d&&String(p)===d&&p>=0&&n.parseArrays;if(n.parseArrays||""!==d)if(h&&p<n.arrayLimit)(c=[])[p]=i;else{if(h&&n.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+n.arrayLimit+" element"+(1===n.arrayLimit?"":"s")+" allowed in an array.");h?(c[p]=i,uh.markOverflow(c,p)):"__proto__"!==d&&(c[d]=i)}else c={0:i}}i=c}return i}(o,t,n,r)}},mh=function(e,t){var n,r=e,o=function(e){if(!e)return ih;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||ih.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=Zp.default;if(void 0!==e.format){if(!Xp.call(Zp.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r,o=Zp.formatters[n],a=ih.filter;if(("function"==typeof e.filter||th(e.filter))&&(a=e.filter),r=e.arrayFormat in eh?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":ih.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||ih.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:ih.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:ih.allowEmptyArrays,arrayFormat:r,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:ih.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?ih.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:ih.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:ih.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:ih.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:ih.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:ih.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:ih.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:ih.strictNullHandling}}(t);"function"==typeof o.filter?r=(0,o.filter)("",r):th(o.filter)&&(n=o.filter);var a=[];if("object"!=typeof r||null===r)return"";var i=eh[o.arrayFormat],s="comma"===i&&o.commaRoundTrip;n||(n=Object.keys(r)),o.sort&&n.sort(o.sort);for(var c=Yp(),u=0;u<n.length;++u){var l=n[u],d=r[l];o.skipNulls&&null===d||rh(a,ch(d,l,i,s,o.allowEmptyArrays,o.strictNullHandling,o.skipNulls,o.encodeDotInKeys,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset,c))}var p=a.join(o.delimiter),h=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),p.length>0?h+p:""},yh=function(e,t){var n=function(e){if(!e)return ph;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?ph.charset:e.charset,n=void 0===e.duplicates?ph.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||ph.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:ph.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:ph.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:ph.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:ph.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:ph.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:ph.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:ph.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:ph.decoder,delimiter:"string"==typeof e.delimiter||uh.isRegExp(e.delimiter)?e.delimiter:ph.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:ph.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:ph.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:ph.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:ph.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:ph.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:ph.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof e.throwOnLimitExceeded&&e.throwOnLimitExceeded}}(t);if(""===e||null==e)return n.plainObjects?{__proto__:null}:{};for(var r="string"==typeof e?function(e,t){var n={__proto__:null},r=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;r=r.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var o=t.parameterLimit===1/0?void 0:t.parameterLimit,a=r.split(t.delimiter,t.throwOnLimitExceeded?o+1:o);if(t.throwOnLimitExceeded&&a.length>o)throw new RangeError("Parameter limit exceeded. Only "+o+" parameter"+(1===o?"":"s")+" allowed.");var i,s=-1,c=t.charset;if(t.charsetSentinel)for(i=0;i<a.length;++i)0===a[i].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[i]?c="utf-8":"utf8=%26%2310003%3B"===a[i]&&(c="iso-8859-1"),s=i,i=a.length);for(i=0;i<a.length;++i)if(i!==s){var u,l,d=a[i],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;if(-1===h?(u=t.decoder(d,ph.decoder,c,"key"),l=t.strictNullHandling?null:""):null!==(u=t.decoder(d.slice(0,h),ph.decoder,c,"key"))&&(l=uh.maybeMap(fh(d.slice(h+1),t,dh(n[u])?n[u].length:0),function(e){return t.decoder(e,ph.decoder,c,"value")})),l&&t.interpretNumericEntities&&"iso-8859-1"===c&&(l=hh(String(l))),d.indexOf("[]=")>-1&&(l=dh(l)?[l]:l),t.comma&&dh(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=uh.combine([],l,t.arrayLimit,t.plainObjects)}if(null!==u){var f=lh.call(n,u);f&&"combine"===t.duplicates?n[u]=uh.combine(n[u],l,t.arrayLimit,t.plainObjects):f&&"last"!==t.duplicates||(n[u]=l)}}return n}(e,n):e,o=n.plainObjects?{__proto__:null}:{},a=Object.keys(r),i=0;i<a.length;++i){var s=a[i],c=gh(s,r[s],n,"string"==typeof e);o=uh.merge(o,c,n)}return!0===n.allowSparse?o:uh.compact(o)},vh={formats:zp,parse:yh,stringify:mh},bh={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 vh.stringify(e,{indices:!1})}},kh=[{value:"CHART_NOT_EXPECTED",labelKey:"insights.feedback.issues.chartNotExpected"},{value:"TIME_RANGE_INCORRECT",labelKey:"insights.feedback.issues.timeRangeIncorrect"},{value:"DATA_INACCURATE",labelKey:"insights.feedback.issues.dataInaccurate"},{value:"NOT_ANSWERING_QUESTION",labelKey:"insights.feedback.issues.notAnsweringQuestion"},{value:"EXPECTED_INSIGHTS",labelKey:"insights.feedback.issues.expectedInsights"},{value:"OTHER",labelKey:"insights.feedback.issues.other"}];!function(e){var t,n;(t=e.NotificationStatus||(e.NotificationStatus={})).SETTLED="SETTLED",t.NOT_SETTLED="NOT_SETTLED",(n=e.NotificationReason||(e.NotificationReason={})).REFUNDED="REFUNDED",n.RESOLVED="RESOLVED",n.CANCELLED="CANCELLED",n.SERVICE_SUSPENDED="SERVICE_SUSPENDED",n.ORDER_STOPPED="ORDER_STOPPED",n.DISMISS="DISMISS"}(Dd||(Dd={})),function(e){e.PAYMENTS="payments",e.INSIGHTS="insights"}(Ld||(Ld={})),function(e){var t;(t=e.CustomClaims||(e.CustomClaims={})).ORGANIZATION_CODE="https://dashboard.dev.y.uno/organization_code",t.USER_CODE="https://dashboard.dev.y.uno/user_code",t.USER_EMAIL="https://dashboard.dev.y.uno/user_email"}(zd||(zd={})),function(e){var t;(t=e.CountryCode||(e.CountryCode={})).COLOMBIA="CO",t.MEXICO="MX",t.BRAZIL="BR",t.ARGENTINA="AR",t.CHILE="CL",t.PERU="PE",t.URUGUAY="UR",t.ECUADOR="EC"}(qd||(qd={})),function(e){e.PAYMENTS="PAYMENTS",e.TRANSACTIONS="TRANSACTIONS",e.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",e.PAYOUTS="PAYOUTS"}(Nd||(Nd={})),function(e){e.ALL="ALL",e.DEFAULT="DEFAULT",e.CUSTOM="CUSTOM"}(Ud||(Ud={})),function(e){var t,n;e.DEFAULT_ROUTING_TYPE="smart-routing",(t=e.StepType||(e.StepType={})).FRAUD="FRAUD",t.PAYMENT="PAYMENT",t.THREE_D_SECURE="THREE_D_SECURE",t.CYBERSOURCE_3DS="CYBERSOURCE_3DS",(n=e.DeclineGroupType||(e.DeclineGroupType={})).PROVIDER_STATUS="PROVIDER_STATUS",n.MAC_CODE="MAC_CODE"}(Bd||(Bd={})),function(e){var t;(t=e.InsightsVolumeMetricsV2Path||(e.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",t.APPROVED_PAYMENTS="approved-payments",t.PAYMENT_METHODS="payment-methods",t.PROVIDERS="providers",t.COUNTRIES="countries",t.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",t.TOTAL_PAYMENTS="total-payments",t.CARD_TYPES="card-types",t.CARD_BRANDS="card-brands",t.ISSUERS="issuers",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(e.OverviewMetricType||(e.OverviewMetricType={}))}(Md||(Md={})),function(e){e.TRANSACTIONS="TRANSACTION_RECONCILIATION",e.SETTLEMENTS="SETTLEMENTS",e.SETTLEMENTS_HEADER="SETTLEMENTS_HEADER",e.AGENDA="AGENDA",e.SALES_CONCILIATION="SALES_CONCILIATION",e.FEES="FEES",e.ADVANCEMENTS="ADVANCEMENTS",e.RECONCILIATION_OVERVIEW="RECONCILIATION_OVERVIEW",e.SETTLEMENTS_FEES="SETTLEMENTS_FEES",e.CASHFLOW="CASHFLOW",e.PROCESSED_TRANSACTIONS="PROCESSED_TRANSACTIONS"}(Fd||(Fd={})),function(e){e.TOTAL_AMOUNT="AGENDA_TOTAL_AMOUNT",e.DAILY="AGENDA_DAILY_DISTRIBUTION",e.PAYMENT_METHOD="AGENDA_PAYMENT_METHOD_DISTRIBUTION",e.CARD_BRAND="AGENDA_CARD_BRAND_DISTRIBUTION"}(Hd||(Hd={})),function(e){var t;(t=e.AuditExportReportType||(e.AuditExportReportType={})).DASHBOARD="DASHBOARD",t.API="API",t.WEBHOOKS="WEBHOOKS",t.MONITORS="MONITORS"}(Wd||(Wd={})),function(e){var t;(t=e.AIGenerateStatus||(e.AIGenerateStatus={})).ACCEPTED="ACCEPTED",t.REFUSED="REFUSED",t.FRONT_FAILED="FRONT_FAILED"}(Vd||(Vd={})),function(e){var t;(t=e.ConfigType||(e.ConfigType={})).YUNO_SMART_TOKENS="YUNO_SMART_TOKENS",t.CUSTOM_ROUTING_RULES="CUSTOM_ROUTING_RULES",t.CUSTOM_RETRY_DECLINED_WITH_PAN="CUSTOM_RETRY_DECLINED_WITH_PAN"}(Gd||(Gd={}));var _h=["PAUSED","ACTIVE"],wh={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},Eh="DELETED",xh={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"};const Sh=[];for(let e=0;e<256;++e)Sh.push((e+256).toString(16).slice(1));let Ch;const Ih=new Uint8Array(16);var Rh={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Th(e,t,n){if(Rh.randomUUID&&!t&&!e)return Rh.randomUUID();const r=(e=e||{}).random??e.rng?.()??function(){if(!Ch){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Ch=crypto.getRandomValues.bind(crypto)}return Ch(Ih)}();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 Oh=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}};function Ah(e){return e&&0!==e.length?{metadata_filters:e.map(function(e){var t=e.field,n=e.type,r=e.values;return{key:t,conditional:n,values:Array.isArray(r)?r:[r]}})}:{}}var Ph=function(e){function i(n){var r=n?t(t({},bh),n):bh;return e.call(this,r)||this}return o(i,e),i.prototype.simulateAxiosError=function(){return new Promise(function(e,t){t({name:"AxiosError"})})},i.prototype.updateReconciliationReportTemplate=function(e){var n=e.type===Fd.TRANSACTIONS?"TRANSACTIONS":e.type,r=t(t({},e),{type:n});return this.put("/v1/reconciliation/reports/templates",r)},i.prototype.createReconciliationReportTemplate=function(e){var n=e.type===Fd.TRANSACTIONS?"TRANSACTIONS":e.type,r=t(t({},e),{type:n});return this.post("/v1/reconciliation/reports/templates",r)},i.prototype.getReconciliationTransactions=function(e){var t=e.account_code;return delete e.account_code,this.post("v2/reconciliation/transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationSettlements=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/settlements",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationMetrics=function(e){var t=e.account_code;return delete e.account_code,this.post("/reconciliation/reports",{account_codes:(null==t?void 0:t.split(","))||[]},{params:e})},i.prototype.getReconciliationFilters=function(){return this.get("/reconciliation/filters")},i.prototype.getReconciliationsReportColumns=function(e,t){return this.get("/v1/reconciliation/reports/columns/".concat(e,"/").concat(t))},i.prototype.getReconciliationReportTemplates=function(){return this.get("/v1/reconciliation/reports/templates")},i.prototype.getAllTableColumns=function(e){return this.get("/v1/reconciliation/table/".concat(e,"/columns"))},i.prototype.getReconciliationActive=function(){return this.get("/v1/reconciliation/status")},i.prototype.getReconciliationAlerts=function(e,t){return this.post("/reconciliation/alerts/list",e,{params:t})},i.prototype.postReconciliationAlert=function(e){return this.post("/reconciliation/alerts",e)},i.prototype.updateReconciliationAlert=function(e){return this.patch("/reconciliation/alerts",e)},i.prototype.deleteReconciliationAlert=function(e){return this.delete("/reconciliation/alerts",{params:e})},i.prototype.getReconciliationAgenda=function(e,t){return this.post("/reconciliation/agenda/list",e,{params:t})},i.prototype.getReconciliationAgendaInsightByKey=function(e,t){return this.post("/reconciliation/agenda/insights",e,{params:t})},i.prototype.getReconciliationSales=function(e,t){return this.post("/reconciliation/sales/list",e,{params:t})},i.prototype.getReconciliationAdvancements=function(e,t){return this.post("/reconciliation/advancements/list",e,{params:t})},i.prototype.getReconciliationFees=function(e,t){return this.post("/reconciliation/fees/list",e,{params:t})},i.prototype.getReconciliationInsightsConflictsSummary=function(e){return this.post("/reconciliations/insights/conflicts/summary",e)},i.prototype.getReconciliationInsightsNotReconciledAggregators=function(e){return this.post("/reconciliations/insights/not-reconciled/aggregators",e)},i.prototype.getReconciliationInsightsNotReconciledList=function(e){return this.post("/reconciliations/insights/not-reconciled/list",e)},i.prototype.getReconciliationInsightsStatusConflictAggregators=function(e){return this.post("/reconciliations/insights/status-conflict/aggregators",e)},i.prototype.getReconciliationInsightsStatusConflictList=function(e){return this.post("/reconciliations/insights/status-conflict/list",e)},i.prototype.getReconciliationInsightsAmountConflictAggregators=function(e){return this.post("/reconciliations/insights/amount-conflict/aggregators",e)},i.prototype.getReconciliationInsightsAmountConflictList=function(e){return this.post("/reconciliations/insights/amount-conflict/list",e)},i.prototype.getReconciliationInsightsConflictDateSummary=function(e){return this.post("/reconciliations/insights/conflict-date/summary",e)},i.prototype.getReconciliationInsightsConflictDateAggregators=function(e){return this.post("/reconciliations/insights/conflict-date/aggregators",e)},i.prototype.getReconciliationInsightsConflictDateList=function(e){return this.post("/reconciliations/insights/conflict-date/list",e)},i.prototype.getReconciliationInsightsIncorrectFeesSummary=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesAggregators=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/aggregators",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsIncorrectFeesList=function(e,t){return this.post("/reconciliations/insights/incorrect-fees/list",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsFeesChargedSummary=function(e,t){return this.post("/reconciliations/insights/fees-charged/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledSummary=function(e,t){return this.post("/reconciliations/insights/reconciled/summary",e,t?{params:{date_filter:t}}:void 0)},i.prototype.getReconciliationInsightsReconciledAggregators=function(e,t,n){var r={};return t&&(r.date_filter=t),n&&(r.type=n),this.post("/reconciliations/insights/reconciled/aggregators",e,Object.keys(r).length>0?{params:r}:void 0)},i.prototype.getReconciliationInsightsReconciledList=function(e,t,n){var r={};return t&&(r.date_filter=t),n&&(r.type=n),this.post("/reconciliations/insights/reconciled/list",e,Object.keys(r).length>0?{params:r}:void 0)},i.prototype.getReconciliationInsightsNotConfirmSummary=function(e){return this.post("/reconciliations/insights/not-confirm/summary",e)},i.prototype.getReconciliationInsightsNotConfirmAggregators=function(e){return this.post("/reconciliations/insights/not-confirm/aggregators",e)},i.prototype.getReconciliationInsightsNotConfirmList=function(e){return this.post("/reconciliations/insights/not-confirm/list",e)},i.prototype.getReconciliationInsightsAmountToBeSettledSummary=function(e){return this.post("/reconciliations/insights/amount-to-be-settled/summary",e)},i.prototype.getReconciliationInsightsReconciliationRateByProvider=function(e){return this.post("/reconciliations/insights/reconciliation-rate/summary/by-provider",e)},i.prototype.getReconciliationInsightsReconciliationRateByAccount=function(e){return this.post("/reconciliations/insights/reconciliation-rate/summary/by-account",e)},i.prototype.getReconciliationInsightsReconciliationRateByCurrency=function(e){return this.post("/reconciliations/insights/reconciliation-rate/summary/by-currency",e)},i.prototype.getReconciliationInsightsSettlementLookup=function(e){return this.post("/reconciliations/insights/settlement/lookup",e)},i.prototype.postPaymentsLazy=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payments/lazy",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.postPayouts=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return o.start_date||(o.start_date=new Date),o.end_date||(o.end_date=new Date),this.post("/payouts",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},i.prototype.getHiddenFields=function(e){var t=e.scope;return this.get("/hidden-fields",{params:{scope:t}})},i.prototype.postPaymentsEvaluated=function(e){e.account_code;var t=a(e,["account_code"]);return t.start_date||(t.start_date=new Date),t.end_date||(t.end_date=new Date),this.post("/payments/evaluated",t)},i.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},i.prototype.postTransactions=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return this.post("/v2/transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.postFraudTransactions=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]);return this.post("/fraud-transactions",t({account_codes:(null==n?void 0:n.split(","))||[]},Ah(r)),{params:o})},i.prototype.getPayoutDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/detail/".concat(e.payout_code),{headers:t})},i.prototype.getPayoutTransactionDetails=function(e){var t={"x-organization-code":e.organization_code};return this.get("/payouts/".concat(e.payout_code,"/transaction/").concat(e.transaction_code,"/detail"),{headers:t})},i.prototype.getPayoutHistoryDetails=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e.payout_code,"/history"),{headers:n})},i.prototype.getPayoutTimeline=function(e,t){var n={"x-organization-code":t};return this.get("/payouts/".concat(e,"/timeline"),{headers:n})},i.prototype.getPaymentMethodsByCountry=function(e,t){var n=e.provider_id,r=e.country,o=localStorage.getItem("x-organization-code"),a={"x-organization-code":t};return this.get("/organizations/provider-params/".concat(n,"/").concat(r),o?{}:{headers:a})},i.prototype.createOperationTransaction=function(e,t,n,r){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(r),e)},i.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},i.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},i.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},i.prototype.postProviderRawResponse=function(e,t){return this.post("/provider-raw-response/".concat(e),t)},i.prototype.uploadChargebacks=function(e,t,n,r){return this.post("/chargebacks/upload-file/payment/".concat(t,"/transaction/").concat(n),e,{onUploadProgress:function(e){r(e.total?Math.round(100*e.loaded/e.total):0)},headers:{"x-account-code":null==e?void 0:e.account_id,"x-idempotency-key":Th()}})},i.prototype.getPaymentTransactionsDetails=function(e){var t=e.transaction_code;return this.get("/transactions/".concat(t,"/details"))},i.prototype.getTransactionHistoryByPaymentCode=function(e){var t=e.payment_code;return this.get("/transactions/by-payment/".concat(t,"/history"))},i.prototype.getDeveloperCredentials=function(e,t,n,r){var o={};return e&&(o["x-password"]=e),t&&(o["x-account-code"]=t),n&&(o["x-otp"]=n),r&&(o["x-mfa-token"]=r),this.get("/v2/developers/credentials",{headers:o})},i.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},i.prototype.getDeveloperCredentialsValidatePasswordRegularUser=function(e){return this.get("/validate-password-regular",{headers:{"x-password":e}})},i.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},i.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},i.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},i.prototype.getProviderParams=function(e,t){var n,r=localStorage.getItem("x-organization-code"),o={"x-organization-code":r?null===(n=JSON.parse(r))||void 0===n?void 0:n.value:t};return this.get("/organizations/provider-params/".concat(e.id),{headers:o})},i.prototype.getIntegrationByAccountV2=function(e){var t=e.accountCode,n={"x-organization-code":e.organizationCode,"x-account-code":t};return this.post("/connections/my-connections",{account_code:t},{headers:n})},i.prototype.putCosts=function(e){return n(this,void 0,void 0,function(){return r(this,function(t){return[2,this.put("/connections/costs",{costs:[e]})]})})},i.prototype.updateOrganizationStatus=function(){return n(this,void 0,void 0,function(){return r(this,function(e){return[2,this.patch("/organizations/status")]})})},i.prototype.addToRiskList=function(e,t){return this.post("/payments/".concat(e,"/add-to-risk-list"),t)},i.prototype.getOrganizationConfigs=function(){return this.get("/organization-config/configs")},i.prototype.postOrganizationConfigs=function(e){return this.post("/organization-config/configs-by-account",e)},i.prototype.putOrganizationConfigsByAccount=function(e){return this.put("/organization-config/configs-by-account",e)},i.prototype.getIntegrationParams=function(e){var t=e.accountCode,n=e.integration_code;return this.get("/connections/integration-params/".concat(n),t?{headers:{"x-account-code":t}}:{})},i.prototype.getConnectionsByPaymentMethod=function(e,t,o){return void 0===o&&(o=Bd.DEFAULT_ROUTING_TYPE),n(this,void 0,void 0,function(){return r(this,function(n){return[2,this.get("/organizations/connections/".concat(e,"/").concat(t).concat("routing-payouts"===o?"?flow_type=PAYOUT":""))]})})},i.prototype.getHashPylon=function(){return this.get("/pylon-hash")},i.prototype.getConnections=function(){return this.get("/connections")},i.prototype.getOnboardingStatus=function(e){return this.get("/onboarding/status/".concat(e))},i.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},i.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,r="/connections/change-status";if(t.status==Eh)return delete t.status,this.delete(r,{data:t});Object.values(_h).includes(null==t?void 0:t.status)&&(r="".concat(r,"/").concat(wh[t.status]),delete t.status);var o={"x-account-code":n};return this.post(r,t,{headers:o})},i.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},i.prototype.postIntegrationRequest=function(e){var t=e.payload;return this.post("/integration-requests",t)},i.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},i.prototype.patchConnection=function(e){var n,r=e.payload,o=e.connectionCode,a=localStorage.getItem("account"),i=a?null===(n=JSON.parse(a).value)||void 0===n?void 0:n.code:"";return this.patch("/connections/".concat(o),t({account_code:i},r))},i.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},i.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},i.prototype.getWebhooksV3=function(e){var t=e.accountCode,n=e.name;return this.post("/accounts/webhooks-v2/search",{name:n},{headers:{"x-account-code":t}})},i.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},i.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},i.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},i.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},i.prototype.postWebhookLogs=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]),o={account_codes:n};return this.post("/v2/webhooks/organization",o,{params:r,paramsSerializer:Wc})},i.prototype.postResendWebhooks=function(e){var t=e.codes;return this.post("/v2/webhooks/organization/resend",{codes:t})},i.prototype.postExportApiLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/api-logs/organization/export-csv",t,{params:e,paramsSerializer:Wc})},i.prototype.postExportWebhooksLogs=function(e){var t={account_codes:e.account_code};return delete e.account_code,delete e.size,delete e.page,this.post("/v2/webhooks/organization/export-csv",t,{params:e,paramsSerializer:Wc})},i.prototype.getApiLogsV3=function(e){return this.get("/v3/api-logs/payment/".concat(e))},i.prototype.getWebhookTimeline=function(e){return this.get("/v3/webhooks/payment/".concat(e))},i.prototype.postExportDashboardLogs=function(e){var t={account_codes:e.account_code,event:e.event,source:e.source,search:e.search},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/v2/events/organization/export-csv",t,{params:n,paramsSerializer:Wc})},i.prototype.postExportMonitorsLogs=function(e){var t={account_codes:e.account_codes,status:e.status,payment_methods:e.payment_methods,providers:e.providers,traffic_redistribution:e.traffic_redistribution},n={report_name:e.report_name,start_date:e.start_date,end_date:e.end_date,time_zone:e.time_zone};return this.post("/routing-monitor/audit/export-csv",t,{params:n,paramsSerializer:Wc})},i.prototype.getAuditExportsList=function(e){return this.get("/audit/reports",{params:{report_type:e}})},i.prototype.getAuditExportDownload=function(e){return this.get("/audit/reports/".concat(e,"/download"))},i.prototype.getUnifiedExportsPath=function(e){return"/v1/".concat(e,"/exports")},i.prototype.postUnifiedExport=function(e,t){return this.post(this.getUnifiedExportsPath(e),t)},i.prototype.getUnifiedExportStatus=function(e,t){var n=this.getUnifiedExportsPath(e);return this.get("".concat(n,"/").concat(t))},i.prototype.getUnifiedExportsList=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=10),this.get(this.getUnifiedExportsPath(e),{params:{page:t,size:n}})},i.prototype.postApiLogs=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]),o={account_codes:n};return this.post("/v2/api-logs/organization",o,{params:r,paramsSerializer:Wc})},i.prototype.getApiLogsDetailByPaymentCode=function(e,t){return this.get("/v3/api-logs/payment/".concat(e),{params:t?{created_at_from:t}:void 0})},i.prototype.getApiLogsByTransactionCode=function(e,t){return this.get("/v2/api-logs/transaction/".concat(e),{headers:{"x-account-code":t}})},i.prototype.postApiLogsStatsRequests=function(e){return this.post("/v3/api-logs/organization/stats/requests",e)},i.prototype.postApiLogsStatsErrors=function(e){return this.post("/v3/api-logs/organization/stats/errors",e)},i.prototype.postApiLogsStatsErrorsByEndpoint=function(e){return this.post("/v3/api-logs/organization/stats/errors-by-endpoint",e)},i.prototype.postApiLogsList=function(e){return this.post("/v3/api-logs/organization/list",e)},i.prototype.getApiLogsV3ByPaymentCode=function(e,t){return this.get("/v3/api-logs/payment/".concat(e),{params:t?{created_at_from:t}:void 0})},i.prototype.createAuditSubscription=function(e){return this.post("/audit-logs/subscriptions",e)},i.prototype.listAuditSubscriptions=function(){return this.post("/audit-logs/subscriptions/list",{})},i.prototype.deleteAuditSubscription=function(e){return this.delete("/audit-logs/subscriptions/".concat(e))},i.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},i.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},i.prototype.getSmartRoutingMethods=function(e,t){void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE);var n="routing-payouts"===t?"/".concat(t,"/config/withdrawal-methods"):"/".concat(t,"/methods/").concat(e);return this.get(n)},i.prototype.putSmartRoutingToggleMethod=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o="/".concat(r,"/methods/").concat(e,"/").concat(t);return this.put(o,{active:n})},i.prototype.getSmartRoutingConditionTypes=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/config/condition-types/").concat(t):"/".concat(n,"/condition-types/").concat(e,"/").concat(t);return this.get(r)},i.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},i.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingNextSteps=function(e,t,n,r){return void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE),"routing-payouts"===r?this.post("/".concat(r,"/config/next-steps"),{step_type:t,status:n}):this.get("/".concat(r,"/next-route/").concat(e,"/").concat(t,"/").concat(n))},i.prototype.getSmartRoutingWorkflowVersion=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflow-version/").concat(t):"/".concat(n,"/workflow-version/").concat(e,"/").concat(t);return this.get(r)},i.prototype.getSmartRoutingWorkflow=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/").concat(t):"/".concat(n,"/workflow/").concat(e,"/").concat(t);return this.get(r)},i.prototype.putSmartRoutingUpdateWorkflow=function(e,t,n){var r;if(void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),"routing-payouts"===n){var o=(null===(r=t.version)||void 0===r?void 0:r.code)||t.code;return this.put("/".concat(n,"/workflows/").concat(o),t)}return this.put("/".concat(n,"/update-workflow/").concat(e),t)},i.prototype.putSmartRoutingUpdateWorkflowName=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/name/").concat(t.code):"/".concat(n,"/workflow/").concat(e,"/edit-name");return this.put(r,t)},i.prototype.postSmartRoutingCreateWorkflow=function(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),"routing-payouts"===n?this.post("/".concat(n,"/workflows"),t):this.post("/".concat(n,"/create-workflow/").concat(e),t)},i.prototype.postSmartRoutingPublishVersion=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o={"x-organization-code":n},a="routing-payouts"===r?"/".concat(r,"/workflows/").concat(t,"/publish"):"/".concat(r,"/publish-version/").concat(e,"/").concat(t);return this.post(a,{},{headers:o})},i.prototype.deleteSmartRoutingVersion=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/").concat(t):"/".concat(n,"/delete-version/").concat(e,"/").concat(t);return this.delete(r)},i.prototype.postSmartRoutingDuplicateVersion=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/workflows/").concat(t,"/duplicate"):"/".concat(n,"/duplicate-version/").concat(e,"/").concat(t);return this.post(r,{})},i.prototype.getSmartRoutingDeclinedGroup=function(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/declined-groups/").concat(e))},i.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},i.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},i.prototype.getSmartRoutingPaymentRoute=function(e,t,n){void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE);var r="routing-payouts"===n?"/".concat(n,"/payments/").concat(t,"/route"):"/".concat(n,"/payment-route/").concat(e,"/").concat(t);return this.get(r)},i.prototype.updateSmartRoutingFavorite=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o="routing-payouts"===r?"/".concat(r,"/workflows/favorite/").concat(t):"/".concat(r,"/favorite/").concat(e,"/").concat(t);return this.put(o,{favorite:n})},i.prototype.getSmartRoutingSimulateConditionTypeValues=function(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),this.get("/".concat(t,"/condition-types-values-list/").concat(e))},i.prototype.simulateSmartRoutingTransaction=function(e,t,n,r){void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE);var o="routing-payouts"===r?"/".concat(r,"/workflows/").concat(t,"/simulate"):"/".concat(r,"/simulate-transaction/").concat(e,"/").concat(t);return this.post(o,n)},i.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},i.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},i.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},i.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},i.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},i.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},i.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},i.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},i.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},i.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},i.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},i.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},i.prototype.getInsightsMetricsConversionRateV2=function(e,n){var r=e.account_code,o=e.connection_name,i=e.metadata,s=a(e,["account_code","connection_name","metadata"]),c=Oh(r);return o&&(c.connection_name=o.split(",")),i&&(c=t(t({},c),Ah(i))),this.post("/insights/conversion-rate/".concat(n),c,{params:s})},i.prototype.getInsightsMetricsConversionRateViewMore=function(e,n){var r=e.account_code,o=e.metadata,i=a(e,["account_code","metadata"]),s=Oh(r);return o&&(s=t(t({},s),Ah(o))),this.post("/insights/conversion-rate/cards/metrics/".concat(n),s,{params:i})},i.prototype.getInsightFallbackMetrics=function(e){var n=e.account_code,r=e.metadata,o=a(e,["account_code","metadata"]),i=Oh(n);return r&&(i=t(t({},i),Ah(r))),this.post("/insights/conversion-rate/fallback",i,{params:o})},i.prototype.getInsightsMetricsVolumeV2=function(e,n,r){var o=r.connection_name,i=r.metadata,s=a(r,["connection_name","metadata"]),c={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return o&&(c=t(t({},c),{connection_name:null==o?void 0:o.split(",")})),i&&(c=t(t({},c),Ah(i))),this.post("/insights/volume/".concat(n),c,{params:s})},i.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},i.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},i.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},i.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},i.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},i.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},i.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},i.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},i.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},i.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},i.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},i.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.getInsightOverviewV3=function(e,n){var r=e.account_code,o=e.connection_name,i=e.metadata,s=a(e,["account_code","connection_name","metadata"]),c=Oh(r);return o&&(c=t(t({},c),{connection_name:null==o?void 0:o.split(",")})),i&&(c=t(t({},c),Ah(i))),this.post("/insights/overview/".concat(n),c,{params:s})},i.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},i.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},i.prototype.getNameAndIcon=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/icon-name?type=").concat(n))},i.prototype.getRequiredFields=function(e){var t=e.paymentMethodType,n=e.type;return this.get("/checkouts/payment-methods/".concat(t,"/required-fields?type=").concat(n))},i.prototype.getPaymentMethodAccounts=function(e){var t=e.paymentMethod,n={"x-organization-code":e.organizationCode};return this.get("/checkouts/payment-methods/".concat(t,"/accounts"),{headers:n})},i.prototype.updateCheckoutTemplate=function(e){var t=e.accountCode,n=e.template;return this.post("/v2/checkouts/template",{account_code:t,template:n})},i.prototype.updateIsActiveCheckout=function(e){var t=e.accountCode,n=a(e,["accountCode"]);return this.patch("/checkouts/publish",n,{headers:{"x-account-code":t}})},i.prototype.getCountryData=function(e){var t=e.accountCode;return this.get("/country-data/v1/country-documents",{headers:{"x-account-code":t}})},i.prototype.publishCheckout=function(e){var t=e.accountCode,n=a(e,["accountCode"]);return this.patch("/checkouts/publish",n,{headers:{"x-account-code":t}})},i.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingSettingsV2=function(e){var t={"x-account-code":e.accountCode};return this.get("/v1/checkouts/builder/settings",{headers:t})},i.prototype.changeStylingSettings=function(e){var t=e.accountCode,n=e.payload,r={"x-account-code":t,"Content-Type":"application/json"};return this.patch("/v1/checkouts/builder/settings",n,{headers:r})},i.prototype.emailVerification=function(e){return this.get("/user/email-verification/".concat(e))},i.prototype.createReconciliationsReportV2=function(e){return this.post("/v2/reports/create",e)},i.prototype.createReconciliationsReportV3=function(e){return this.post("/v3/reports/create",e)},i.prototype.createReportV2=function(e){return this.post("/reports",e)},i.prototype.getTotalRowsForExport=function(e){return this.post("/reports/count",e)},i.prototype.reportsList=function(){return this.get("/reports")},i.prototype.reportsListMultiEnv=function(){return this.get("/reports/multi-environment")},i.prototype.downloadReports=function(e){return this.get("/reports-redirect/".concat(e))},i.prototype.cancelReport=function(e){return this.patch("/reports/".concat(e))},i.prototype.getReportTemplates=function(){return this.get("/reports/templates")},i.prototype.createReportTemplate=function(e){return this.post("/reports/templates",e)},i.prototype.updateReportTemplate=function(e){return this.put("/reports/templates",e)},i.prototype.deletePaymentsReportTemplate=function(e){return this.delete("/reports/templates",{data:e})},i.prototype.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},i.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},i.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},i.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},i.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},i.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},i.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},i.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},i.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},i.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},i.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},i.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},i.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},i.prototype.getRefundPdf=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/refund-pdf/".concat(e),{headers:r})},i.prototype.getProofOfCancel=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-cancel"),{headers:r})},i.prototype.getProofOfPayment=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-payment"),{headers:r})},i.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},i.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},i.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},i.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},i.prototype.getProfile=function(){return this.get("/user")},i.prototype.getUserFull=function(){return this.get("/user-full")},i.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},i.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},i.prototype.getUsersToImpersonate=function(e,n,r,o,a,i){void 0===r&&(r=1),void 0===o&&(o=10);var s=t(t({account_codes:n||[],page:r,page_size:o},a&&{search_value:a}),(null==i?void 0:i.length)&&{role_ids:i});return this.post("/impersonation/user/organization/".concat(e,"/users-to-impersonate"),s)},i.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},i.prototype.getRolesForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/roles"))},i.prototype.updateProfile=function(e){return this.patch("/user",e)},i.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},i.prototype.inviteUsersMassiveV2=function(e){return this.post("user/invite/massive/v2",e)},i.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},i.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},i.prototype.getAccountsV2=function(){return this.get("/accounts-user")},i.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},i.prototype.putAccountsUserMassive=function(e,t,n){var r={"x-organization-code":e};return this.put("/accounts-user/role/massive/user/".concat(t),n,{headers:r})},i.prototype.deleteAccountsUserMassive=function(e,t,n){var r={"x-organization-code":e};return this.delete("/accounts-user/role/massive/user/".concat(t),{data:n,headers:r})},i.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},i.prototype.duplicateAccount=function(e){return this.post("/accounts/duplicate",e)},i.prototype.retryDuplicateAccount=function(e){return this.post("/accounts/duplicate/".concat(e,"/retry"))},i.prototype.getPendingDuplicateAccounts=function(){return this.get("/accounts/duplicate")},i.prototype.patchAccount=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/".concat(n),{name:t,principal:r})},i.prototype.patchAccountV2=function(e){var t=e.name,n=e.code,r=e.principal;return this.patch("/accounts/with-principal",{name:t,principal:r},{headers:{"x-account-code":n}})},i.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},i.prototype.bulkDisableAccounts=function(e){return this.post("/v1/accounts/bulk-disable",{account_codes:e.accountCodes})},i.prototype.bulkEnableAccounts=function(e){return this.post("/v1/accounts/bulk-enable",{account_codes:e.accountCodes})},i.prototype.getAccountsByOrganization=function(e){return this.get("/v1/accounts/by-organization",{params:e})},i.prototype.getAccountsByOrganizationCode=function(e,t){return this.get("/v1/accounts/organization/".concat(e),{params:t})},i.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},i.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},i.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},i.prototype.postSlackFeatureNotification=function(e){return this.post("/slack-channel-message",e)},i.prototype.pathNotification=function(e){return this.patch("/notifications",e)},i.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},i.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},i.prototype.postMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,c=e.page,u=e.pageSize,l={"x-organization-code":t};return this.post("/teams/paginated",{account_codes:n,search:r,status:o,role_id:a,statuses:i,role_ids:s,page:c,page_size:u},{headers:l})},i.prototype.getRoles=function(){return this.get("/teams/roles")},i.prototype.setCustodian=function(){return this.post("/teams/custodian")},i.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},i.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},i.prototype.editRoles=function(e,t){var n=e.payload,r=e.id;return this.patch("/teams/roles/".concat(r),n,{headers:{"x-account-code":t}})},i.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},i.prototype.getFeatureFlagId=function(e){var t=e.name,n=a(e,["name"]);return this.post("/feature-flags/evaluate",{name:t,parameters:n})},i.prototype.getFeatureFlagIdAll=function(e){var t=e.accountCode;return n(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,this.get("/feature-flags/names",t?{headers:{"x-account-code":t}}:{})];case 1:return e=r.sent(),n={},e.data.feature_flag_names.forEach(function(e){n[e]=!0}),[2,{data:n,status:200,statusText:"OK",headers:{},config:{}}]}})})},i.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},i.prototype.getOrgRolesPermissions=function(){return this.get("/teams/permissions?type=ORGANIZATION")},i.prototype.getOrgPermissionsCatalog=function(){return this.get("/teams/permissions-catalog?role_type=ORGANIZATION")},i.prototype.createOrgRole=function(e){return this.post("/teams/roles",e)},i.prototype.editOrgRole=function(e){var t=e.payload,n=e.id;return this.patch("/teams/roles/".concat(n),t)},i.prototype.deleteOrgRole=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getOrgRoleAssignments=function(){return this.get("/teams/organization-roles/assignments")},i.prototype.assignOrgRole=function(e){return this.post("/teams/organization-roles/assign",e)},i.prototype.unassignOrgRole=function(e){return this.delete("/teams/organization-roles/assign/".concat(e))},i.prototype.startUserExport=function(e){return this.post("/users/exports/start",{account_codes:e.accountCodes,name:e.name,search:e.search,statuses:e.statuses,role_ids:e.roleIds})},i.prototype.getUserExportStatus=function(e){var t=e.exportCode;return this.get("/users/exports/".concat(t))},i.prototype.listUserExports=function(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r;return this.get("/users/exports?page=".concat(n,"&page_size=").concat(o))},i.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},i.prototype.workosPasswordReset=function(e){return this.post("/workos/password-reset",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public")})},i.prototype.workosAdminPortal=function(){return this.post("/workos/admin-portal",{})},i.prototype.workosDomainVerificationPortal=function(){return this.post("/workos/domain-verification-portal",{})},i.prototype.workosDomainStatus=function(){return this.get("/workos/domain-status")},i.prototype.workosSsoConfigStatus=function(){return this.get("/workos/sso-config-status")},i.prototype.workosVerifyMfa=function(e){return this.post("/workos/verify-mfa",e,{baseURL:(this.instance.defaults.baseURL||"").replace(/\/api$/,"/api-public"),withCredentials:!0})},i.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},i.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},i.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},i.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},i.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},i.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},i.prototype.getAuditEvents=function(e){var t=e.account_code,n=a(e,["account_code"]);return this.post("v2/events/organization",{account_codes:t},{params:n,paramsSerializer:Wc})},i.prototype.getAuditEventByCode=function(e,t){return this.post("v2/events/organization/".concat(e),{account_codes:t})},i.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},i.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},i.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},i.prototype.patchPaymentLinks=function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return this.patch("/v2/payment-links/".concat(n,"/").concat(r),t)},i.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},i.prototype.uploadPaymentLinkLogo=function(e){var t=e.payload;return this.post("/v1/checkouts/payment-link/logo",t)},i.prototype.postSubscription=function(e){return this.post("/subscriptions",e)},i.prototype.getSubscriptionByCode=function(e){return this.get("/subscriptions/".concat(e))},i.prototype.postPauseSubscription=function(e){return this.post("/subscriptions/".concat(e,"/pause"))},i.prototype.postResumeSubscription=function(e){return this.post("/subscriptions/".concat(e,"/resume"))},i.prototype.postCancelSubscription=function(e){return this.post("/subscriptions/".concat(e,"/cancel"))},i.prototype.patchSubscription=function(e,t){return this.patch("/subscriptions/".concat(e),t)},i.prototype.postRescheduleSubscription=function(e){return this.post("/subscriptions/".concat(e,"/reschedule"))},i.prototype.getSubscriptionPayments=function(e,t,n){return this.get("/subscriptions/".concat(e,"/payments"),{params:{page:t,size:n}})},i.prototype.postListSubscriptions=function(e){return this.post("/subscriptions/list",e)},i.prototype.getInstallmentPlans=function(e){var t=e?Wc(e):"",n=t?"/v1/installments-plans?".concat(t):"/v1/installments-plans";return this.get(n)},i.prototype.createInstallmentsPlan=function(e){return this.post("/v1/installments-plans",e)},i.prototype.updateInstallmentsPlan=function(e,t){return this.patch("/v1/installments-plans/".concat(e),t)},i.prototype.deleteInstallmentsPlan=function(e){return this.delete("/v1/installments-plans/".concat(e))},i.prototype.searchInstallmentsPlans=function(e){return this.post("/v2/installments-plans/search",e)},i.prototype.bulkCreateInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk",e)},i.prototype.bulkDeleteInstallmentsPlans=function(e){return this.post("/v2/installments-plans/bulk-delete",e)},i.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},i.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},i.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},i.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},i.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},i.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},i.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},i.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},i.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},i.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},i.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},i.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},i.prototype.postBlockList=function(e,t,n,r){var o={name:t,account_codes:e,page:n,size:r};return this.post("/blacklist",o)},i.prototype.getBlackListSummary=function(e,t){return void 0===t&&(t=null),this.get("/blacklist/get-one/".concat(e,"/summary"),t?{headers:{"x-account-code":t}}:{})},i.prototype.getBlacklistDetail=function(e,t,n,r,o){void 0===n&&(n=26),void 0===r&&(r=null),void 0===o&&(o=null);var a="/blacklist/get-one/".concat(e,"/detail?offset=").concat(t,"&limit=").concat(n);return o&&(null==o?void 0:o.length)>0&&(a+="&search=".concat(o)),this.get(a,r?{headers:{"x-account-code":r}}:{})},i.prototype.getAllowlistDetail=function(e,t){return void 0===t&&(t=null),this.get("/yuno-fraud-screening-int/allow-lists/".concat(e),t?{headers:{"x-account-code":t}}:{})},i.prototype.postAllowlistItems=function(e){var t=e.payload;return this.post("yuno-fraud-screening-int/allow-lists/".concat(t.code,"/items/pageable"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},i.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},i.prototype.patchChangeStatusAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.code),{active:t.active},(null==t?void 0:t.account)&&{headers:{"x-account-code":null==t?void 0:t.account}})},i.prototype.patchChangeStatusAllowlistItem=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.item_allowlist_code),{active:t.active})},i.prototype.patchAddAllowlistItems=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.deleteAllowlistItem=function(e){var t=e.payload,n={"x-account-code":t.account_code};return this.delete("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.allowlist_item_id),{headers:n})},i.prototype.validateAllowlistItems=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.patchAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},i.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},i.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},i.prototype.postBlackListItems=function(e){var t=e.payload,n=e.accountCode,r=n?{headers:{"x-account-code":n}}:void 0;return this.post("/blacklist/items",t,r)},i.prototype.postBlackListBatch=function(e){var n=e.blacklist_code,r=e.expiration_days,o=e.file,a=e.handleSetProgress,i=e.accountCode;return this.post("/blacklist/create-batch/".concat(n),{expiration_days:r,file:o},t({onUploadProgress:function(e){a(e.total?Math.round(100*e.loaded/e.total):0)}},i&&{headers:{"x-account-code":i}}))},i.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},i.prototype.deleteBlockListItem=function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return this.delete("/blacklist/".concat(t,"/items/").concat(n),{headers:{"x-account-code":r}})},i.prototype.valiateBlockListItems=function(e){var t=e.payload;return this.post("/blacklist/".concat(t.blocklist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.getVelocityRules=function(e){return this.post("/yuno-fraud-screening-int/velocity-rules-list",t({},e))},i.prototype.postChangePaymentsWebhook=function(e){var t=e.status,n=e.paymentCode;return this.post("/yuno-fraud-screening-int/payments/webhook",{status:t,payment_code:n})},i.prototype.uploadFileS3ClientBatchRefunds=function(e){var t=e.payload,n=e.handleSetProgress,r=this.getCancelTokenSource();return{promise:this.post("/batch-refunds/upload-s3-file",t,{onUploadProgress:function(e){return null==n?void 0:n(e.total?Math.round(100*e.loaded/e.total):0)},cancelToken:r.token}),cancel:function(){return r.cancel()}}},i.prototype.uploadFileS3ClientChargeBacks=function(e){var t=e.payload,n=e.handleSetProgress,r=this.getCancelTokenSource();return{promise:this.post("/chargebacks/upload-s3-file",t,{cancelToken:r.token,onUploadProgress:function(e){null==n||n(e.total?Math.round(100*e.loaded/e.total):0)}}),cancel:function(){return r.cancel()}}},i.prototype.batchRefundByFile=function(e){var n=e.payload;return this.post("/batch-refund-by-file",t({},n))},i.prototype.uploadBatchRefundsV2=function(e){var n=e.payload;return this.post("/batch-refunds",t({},n))},i.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},i.prototype.getBatchRefundProcessedFileDownload=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/processed-file-download"),{headers:r})},i.prototype.getBatchRefundUserFileDownload=function(e,t,n){var r={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/user-file-download"),{headers:r})},i.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},i.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},i.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},i.prototype.getWorkOsMfaStatus=function(){return this.get("/mfa/status")},i.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},i.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},i.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},i.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},i.prototype.getRule=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/".concat(e.idRule),(null==e?void 0:e.accountCode)&&{headers:{"x-account-code":null==e?void 0:e.accountCode}})},i.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},i.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},i.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},i.prototype.patchApiKeysEditNote=function(e,t,n){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e,{headers:{"x-password":n}})},i.prototype.getCustomizedApiKeysMembers=function(){return this.get("/organization-user/resources/users/customized-keys")},i.prototype.getCustomizedApiKeysAccounts=function(){return this.get("/organization-user/resources/accounts/customized-keys")},i.prototype.postCreateCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys",e)},i.prototype.pathCreateCustomizedApiKeys=function(e,t){return this.patch("/credentials-manager/key/".concat(t),e)},i.prototype.postCustomizedApiKeys=function(e){return this.post("/credentials-manager/keys/retrieve",{account_codes:e})},i.prototype.getCustomizedApiKeysProducts=function(){return this.get("/credentials-manager/product-list")},i.prototype.getCustomizedApiKeysToken=function(e,t,n,r){var o={};return t&&(o["x-password"]=t),n&&(o["x-otp"]=n),r&&(o["x-mfa-token"]=r),this.get("/credentials-manager/keys/show-token/".concat(e),{headers:o})},i.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},i.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},i.prototype.buildAuthHeaders=function(e,t,n){var r={};return e&&(r["x-password"]=e),t&&(r["x-otp"]=t),n&&(r["x-mfa-token"]=n),r},i.prototype.getOrganizationKeysMetadata=function(){return this.get("/v2/developers/organization-keys/metadata")},i.prototype.patchOrganizationKeysNote=function(e,t){return this.patch("/v2/developers/organization-keys/note",e,{headers:{"x-password":t}})},i.prototype.postOrganizationKeysRoll=function(e,t,n){return this.post("/v2/developers/organization-keys/roll",{},{headers:this.buildAuthHeaders(e,t,n)})},i.prototype.postOrganizationKeysTamRequest=function(e,t,n){return this.post("/v2/developers/organization-keys/tam-request",{},{headers:this.buildAuthHeaders(e,t,n)})},i.prototype.postOrganizationKeysMarkRevealed=function(e,t,n){return this.post("/v2/developers/organization-keys/mark-revealed",{},{headers:this.buildAuthHeaders(e,t,n)})},i.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(xh[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(xh[null==e?void 0:e.type],"/export");return this.post(t,e)},i.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},i.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},i.prototype.getSamlConfig=function(){return this.get("/saml-config")},i.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},i.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},i.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},i.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},i.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},i.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},i.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},i.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},i.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},i.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},i.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},i.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding",{headers:{"x-organization-code":e}})},i.prototype.postNetworkTokensOnboarding=function(e){return this.post("/network-tokens/organization/onboarding",e)},i.prototype.createChartGPTChart=function(e){return this.post("/data-assistant/charts",e)},i.prototype.deleteChartGPTChart=function(e){return this.delete("/data-assistant/charts/".concat(e))},i.prototype.getChartById=function(e){return this.get("/data-assistant/charts/".concat(e))},i.prototype.patchChartGPTChart=function(e,t){return this.patch("/data-assistant/charts/".concat(e),t)},i.prototype.executeChartGPTChart=function(e){return void 0===e&&(e=""),this.get("/data-assistant/charts/".concat(e,"/execute"))},i.prototype.getChartsByUser=function(){return this.get("/data-assistant/user/charts")},i.prototype.submitChartFeedback=function(e,t){return this.post("/data-assistant/charts/".concat(e,"/feedback"),t)},i.prototype.getChartFeedback=function(e){return this.get("/data-assistant/charts/".concat(e,"/feedback"))},i.prototype.getLanguages=function(){return this.get("/languages")},i.prototype.getTranslations=function(e){return this.get("/translations?language=".concat(e))},i.prototype.getCommunications=function(e){return this.post("/communications",e)},i.prototype.getCommunicationsFilters=function(){return this.get("/communications/filters")},i.prototype.getCommunicationDetails=function(e,t){var n={"x-account-code":t};return this.get("/communications/".concat(e,"/details"),{headers:n})},i.prototype.getRecipients=function(e,t){var n={"x-organization-code":e};return this.get("/recipients",{headers:n,params:t})},i.prototype.getRecipientsV2=function(e,t){var n={"x-organization-code":e};return this.get("/v2/recipients",{headers:n,params:t})},i.prototype.getRecipientById=function(e,t,n){var r={"x-organization-code":e};return this.get("/recipients/".concat(t),{headers:r,params:n})},i.prototype.getOnboardingDetail=function(e,t,n){var r={"x-organization-code":e};return this.get("/recipients/".concat(t,"/onboardings/").concat(n),{headers:r})},i.prototype.getOnboardingTimeline=function(e,t){var n={"x-organization-code":e};return this.get("/recipients/onboardings/".concat(t,"/timeline"),{headers:n})},i.prototype.createRecipientExport=function(e,t){var n={"x-account-code":t};return this.post("/v1/recipients/exports",e,{headers:n})},i.prototype.getRecipientExports=function(e,t){var n={"x-account-code":t};return this.get("/v1/recipients/exports",{headers:n,params:e})},i.prototype.downloadRecipientExport=function(e,t){var n={"x-account-code":t};return this.get("/v1/recipients/exports/".concat(e,"/download"),{headers:n})},i.prototype.createRecipient=function(e,t){var n={"x-organization-code":e};return this.post("/recipients",t,{headers:n})},i.prototype.updateRecipient=function(e,t,n){var r={"x-organization-code":e};return this.patch("/recipients/".concat(t),n,{headers:r})},i.prototype.deleteRecipient=function(e,t){var n={"x-organization-code":e};return this.delete("/recipients/".concat(t),{headers:n})},i.prototype.createCertificate=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t};return this.post("/certificates",n,{headers:r})},i.prototype.getCertificates=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t},o=n?{type:n}:void 0;return this.get("/certificates",{headers:r,params:o})},i.prototype.downloadCertificate=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t};return this.get("/certificates/".concat(n,"/download"),{headers:r})},i.prototype.updateCertificateAccounts=function(e,t,n,r){var o={"x-organization-code":e,"x-account-code":t};return this.patch("/certificates/".concat(n,"/accounts"),r,{headers:o})},i.prototype.deleteCertificate=function(e,t,n){var r={"x-organization-code":e,"x-account-code":t};return this.delete("/certificates/".concat(n),{headers:r})},i.prototype.deleteCertificateAccount=function(e,t,n,r){var o={"x-organization-code":e,"x-account-code":t};return this.delete("/certificates/".concat(n,"/accounts/").concat(r),{headers:o})},i.prototype.createOnboarding=function(e,t,n){var r={"x-organization-code":e};return this.post("/recipients/".concat(t,"/onboardings"),n,{headers:r})},i.prototype.updateOnboarding=function(e,t,n,r){var o={"x-organization-code":e};return this.patch("/recipients/".concat(t,"/onboardings/").concat(n),r,{headers:o})},i.prototype.blockOnboarding=function(e,t,n){var r={"x-organization-code":e};return this.post("/recipients/".concat(t,"/onboardings/").concat(n,"/block"),{},{headers:r})},i.prototype.unblockOnboarding=function(e,t,n){var r={"x-organization-code":e};return this.post("/recipients/".concat(t,"/onboardings/").concat(n,"/unblock"),{},{headers:r})},i.prototype.getConciergeAlerts=function(){return this.get("/concierge/alerts")},i.prototype.getConciergeAlertById=function(e){return this.get("/concierge/alerts/".concat(e))},i.prototype.createConciergeAlert=function(e){return this.post("/concierge/alerts",e)},i.prototype.deleteConciergeAlert=function(e){return this.delete("/concierge/alerts/".concat(e))},i.prototype.enableConciergeAlert=function(e,t){return this.post("/concierge/alerts/enable/".concat(e),t)},i.prototype.postPlaygroundExecuteFlow=function(e){return this.post("/playground/payment-flows",e)},i.prototype.postApiLogsListV2=function(e){return this.post("/api-logs/list",e)},i.prototype.getApiLogsByPaymentId=function(e,t,n){return this.get("/api-logs/payment/".concat(e),{headers:{"x-account-code":t},params:n?{created_at_from:n}:void 0})},i.prototype.postApiLogsStatsRequestsV2=function(e){return this.post("/api-logs/stats/requests",e)},i.prototype.postApiLogsStatsErrorsV2=function(e){return this.post("/api-logs/stats/errors",e)},i.prototype.postApiLogsStatsErrorsByEndpointV2=function(e){return this.post("/api-logs/stats/errors-by-endpoint",e)},i.prototype.postApiLogsExport=function(e){return this.post("/api-logs/exports",e)},i.prototype.getApiLogsExportStatus=function(e){return this.get("/api-logs/exports/".concat(e))},i.prototype.getApiLogsExportsList=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=10),this.get("/api-logs/exports",{params:{page:e,size:t}})},i.prototype.postWebhookLogsV2=function(e){var t=e.payload,n=t.account_code,r=a(t,["account_code"]);return this.post("/webhook-logs",{account_codes:n},{params:r,paramsSerializer:Wc})},i.prototype.postWebhookLogsExport=function(e){return this.post("/webhook-logs/exports",e)},i.prototype.getWebhookLogsExportStatus=function(e){return this.get("/webhook-logs/exports/".concat(e))},i.prototype.getWebhookLogsExportsList=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=10),this.get("/webhook-logs/exports",{params:{page:e,size:t}})},i.prototype.postMonitorLogsV2=function(e){var t=e.payload,n=t.account_codes,r=a(t,["account_codes"]);return this.post("/monitor-logs",{account_codes:n},{params:r,paramsSerializer:Wc})},i.prototype.postMonitorLogsExport=function(e){return this.post("/monitor-logs/exports",e)},i.prototype.getMonitorLogsExportStatus=function(e){return this.get("/monitor-logs/exports/".concat(e))},i.prototype.getMonitorLogsExportsList=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=10),this.get("/monitor-logs/exports",{params:{page:e,size:t}})},i}(Vc),jh=function(){var e,t=null!==(e=window.location.origin)&&void 0!==e?e:"";if(t.includes(".mena.")){var n=t.includes(".mena.staging.");return"https://".concat(n?"mena.staging.y.uno":"prod.mena.y.uno","/dashboard-bff/api")}}(),Dh=function(){var e,t=null!==(e=window.location.origin)&&void 0!==e?e:"";if(t.includes(".mena.")){var n=t.includes(".mena.staging.");return"wss://".concat(n?"mena.staging.y.uno":"prod.mena.y.uno","/dashboard-bff")}}(),Lh={ENVIRONMENT:process.env.ENVIRONMENT,BFF_URL_PROD:null!=jh?jh:process.env.BFF_URL_PROD,BFF_URL_SBX:null!=jh?jh:process.env.BFF_URL_SBX,BFF_URL_STG:null!=jh?jh:process.env.BFF_URL_STG,BFF_URL_DEV:null!=jh?jh:process.env.BFF_URL_DEV,BFF_URL_LOCAL:null!=jh?jh:process.env.BFF_URL_LOCAL,WS_URL_LOCAL:null!=Dh?Dh:process.env.WS_URL_LOCAL,WS_URL_PROD:null!=Dh?Dh:process.env.WS_URL_PROD,WS_URL_SBX:null!=Dh?Dh:process.env.WS_URL_SBX,WS_URL_STG:null!=Dh?Dh:process.env.WS_URL_STG,WS_URL_DEV:null!=Dh?Dh:process.env.WS_URL_DEV},zh="yuno-dashboard:session-expired",qh=!1;function Nh(){if(!qh){qh=!0;var e=function(){try{return document.referrer?new URL(document.referrer).origin:null}catch(e){return null}}();if(e)try{window.parent.postMessage({type:zh},e)}catch(e){console.warn("[yuno] postMessage to parent failed",e)}}}function Uh(){qh=!1}var Bh=function(e){function a(t){return e.call(this,t)||this}return o(a,e),a.registerCanaryInterceptor=function(){var e;null===(e=this.classInstance.instance.interceptors)||void 0===e||e.request.use(function(e){return"true"===localStorage.getItem("canary-enabled")&&e.headers&&(e.headers["x-canary-traffic"]="canary-traffic"),e},function(e){return Promise.reject(e)})},a.refreshInstance=function(e){var n;return this.classInstance=new a(t(t({},e),{baseURL:Lh["BFF_URL_".concat(Lh.ENVIRONMENT)]})),this.registerCanaryInterceptor(),null===(n=this.classInstance.instance.interceptors)||void 0===n||n.response.use(function(e){return e},function(e){var t;if(401!==(null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.status))return Promise.reject(e);"undefined"!=typeof window&&window.parent!==window?Nh():window.location.href="/auth/logout"}),this.classInstance},a.getInstance=function(e){var n,r;if(this.classInstance){var o=localStorage.getItem("account");if(o){var i=null===(r=null===(n=JSON.parse(o))||void 0===n?void 0:n.value)||void 0===r?void 0:r.code,s=this.classInstance.instance.defaults.headers["x-account-code"];!!i&&""!==i&&i!==s&&(this.classInstance.instance.defaults.headers["x-account-code"]=i)}return this.classInstance}return this.classInstance=new a(t(t({},e),{baseURL:(null==e?void 0:e.baseURL)||Lh["BFF_URL_".concat(Lh.ENVIRONMENT)]})),this.registerCanaryInterceptor(),this.classInstance},a.setMode=function(e){return n(this,void 0,void 0,function(){return r(this,function(t){return this.classInstance.instance.interceptors.request.use(function(t){return t.headers&&(t.headers["X-Environment"]=e),t},function(e){return Promise.reject(e)}),[2]})})},a}(Ph);class Mh{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){const t={listener:e};return this.listeners.add(t),this.onSubscribe(),()=>{this.listeners.delete(t),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}}const Fh="undefined"==typeof window||"Deno"in window;function Hh(){}function Wh(e){return"number"==typeof e&&e>=0&&e!==1/0}function Vh(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Gh(e,t,n){return af(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function Kh(e,t,n){return af(e)?[{...t,queryKey:e},n]:[e||{},t]}function $h(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:a,queryKey:i,stale:s}=e;if(af(i))if(r){if(t.queryHash!==Yh(i,t.options))return!1}else if(!Zh(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 Qh(e,t){const{exact:n,fetching:r,predicate:o,mutationKey:a}=e;if(af(a)){if(!t.options.mutationKey)return!1;if(n){if(Jh(t.options.mutationKey)!==Jh(a))return!1}else if(!Zh(t.options.mutationKey,a))return!1}return("boolean"!=typeof r||"loading"===t.state.status===r)&&!(o&&!o(t))}function Yh(e,t){return((null==t?void 0:t.queryKeyHashFn)||Jh)(e)}function Jh(e){return JSON.stringify(e,(e,t)=>rf(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Zh(e,t){return Xh(e,t)}function Xh(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some(n=>!Xh(e[n],t[n])))}function ef(e,t,n=0){if(e===t)return e;if(n>500)return t;const r=nf(e)&&nf(t);if(r||rf(e)&&rf(t)){const o=r?e.length:Object.keys(e).length,a=r?t:Object.keys(t),i=a.length,s=r?[]:{};let c=0;for(let o=0;o<i;o++){const i=r?o:a[o];s[i]=ef(e[i],t[i],n+1),s[i]===e[i]&&c++}return o===i&&c===o?e:s}return t}function tf(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function nf(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function rf(e){if(!of(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!of(n)&&!!n.hasOwnProperty("isPrototypeOf")}function of(e){return"[object Object]"===Object.prototype.toString.call(e)}function af(e){return Array.isArray(e)}function sf(e){return new Promise(t=>{setTimeout(t,e)})}function cf(e){sf(0).then(e)}function uf(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?ef(e,t):t}const lf=new class extends Mh{constructor(){super(),this.setup=e=>{if(!Fh&&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)}},df=["online","offline"];const pf=new class extends Mh{constructor(){super(),this.setup=e=>{if(!Fh&&window.addEventListener){const t=()=>e();return df.forEach(e=>{window.addEventListener(e,t,!1)}),()=>{df.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 hf(e){return Math.min(1e3*2**e,3e4)}function ff(e){return"online"!==(null!=e?e:"online")||pf.isOnline()}class gf{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function mf(e){return e instanceof gf}function yf(e){let t,n,r,o=!1,a=0,i=!1;const s=new Promise((e,t)=>{n=e,r=t}),c=()=>!lf.isFocused()||"always"!==e.networkMode&&!pf.isOnline(),u=r=>{i||(i=!0,null==e.onSuccess||e.onSuccess(r),null==t||t(),n(r))},l=n=>{i||(i=!0,null==e.onError||e.onError(n),null==t||t(),r(n))},d=()=>new Promise(n=>{t=e=>{const t=i||!c();return t&&n(e),t},null==e.onPause||e.onPause()}).then(()=>{t=void 0,i||null==e.onContinue||e.onContinue()}),p=()=>{if(i)return;let t;try{t=e.fn()}catch(e){t=Promise.reject(e)}Promise.resolve(t).then(u).catch(t=>{var n,r;if(i)return;const s=null!=(n=e.retry)?n:3,u=null!=(r=e.retryDelay)?r:hf,h="function"==typeof u?u(a,t):u,f=!0===s||"number"==typeof s&&a<s||"function"==typeof s&&s(a,t);!o&&f?(a++,null==e.onFail||e.onFail(a,t),sf(h).then(()=>{if(c())return d()}).then(()=>{o?l(t):p()})):l(t)})};return ff(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new gf(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{o=!0},continueRetry:()=>{o=!1}}}const vf=console;const bf=function(){let e=[],t=0,n=e=>{e()},r=e=>{e()};const o=r=>{t?e.push(r):cf(()=>{n(r)})},a=()=>{const t=e;e=[],t.length&&cf(()=>{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 kf{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Wh(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:Fh?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class _f extends kf{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||vf,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=uf(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(Hh).catch(Hh):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||!Vh(this.state.dataUpdatedAt,e)}onFocus(){var e;const t=this.observers.find(e=>e.shouldFetchOnWindowFocus());t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}onOnline(){var e;const t=this.observers.find(e=>e.shouldFetchOnReconnect());t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:e}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(e,t){var n,r;if("idle"!==this.state.fetchStatus)if(this.state.dataUpdatedAt&&null!=t&&t.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var o;return null==(o=this.retryer)||o.continueRetry(),this.promise}if(e&&this.setOptions(e),!this.options.queryFn){const e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}"production"!==process.env.NODE_ENV&&(Array.isArray(this.options.queryKey)||this.logger.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const a=function(){if("function"==typeof AbortController)return new AbortController}(),i={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},s=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>{if(a)return this.abortSignalConsumed=!0,a.signal}})};s(i);const c={fetchOptions:t,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(i)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'")};var u;(s(c),null==(n=this.options.behavior)||n.onFetch(c),this.revertState=this.state,"idle"===this.state.fetchStatus||this.state.fetchMeta!==(null==(r=c.fetchOptions)?void 0:r.meta))&&this.dispatch({type:"fetch",meta:null==(u=c.fetchOptions)?void 0:u.meta});const l=e=>{var t,n,r,o;(mf(e)&&e.silent||this.dispatch({type:"error",error:e}),mf(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=yf({fn:c.fetchFn,abort:null==a?void 0:a.abort.bind(a),onSuccess:e=>{var t,n,r,o;if(void 0===e)return"production"!==process.env.NODE_ENV&&this.logger.error("Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: "+this.queryHash),void l(new Error(this.queryHash+" data is undefined"));this.setData(e),null==(t=(n=this.cache.config).onSuccess)||t.call(n,e,this),null==(r=(o=this.cache.config).onSettled)||r.call(o,e,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:l,onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:c.options.retry,retryDelay:c.options.retryDelay,networkMode:c.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(e){this.state=(t=>{var n,r;switch(e.type){case"failed":return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case"pause":return{...t,fetchStatus:"paused"};case"continue":return{...t,fetchStatus:"fetching"};case"fetch":return{...t,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null!=(n=e.meta)?n:null,fetchStatus:ff(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 mf(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),bf.batch(()=>{this.observers.forEach(t=>{t.onQueryUpdate(e)}),this.cache.notify({query:this,type:"updated",action:e})})}}class wf extends Mh{constructor(e){super(),this.config=e||{},this.queries=[],this.queriesMap={}}build(e,t,n){var r;const o=t.queryKey,a=null!=(r=t.queryHash)?r:Yh(o,t);let i=this.get(a);return i||(i=new _f({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(){bf.batch(()=>{this.queries.forEach(e=>{this.remove(e)})})}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=Kh(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find(e=>$h(n,e))}findAll(e,t){const[n]=Kh(e,t);return Object.keys(n).length>0?this.queries.filter(e=>$h(n,e)):this.queries}notify(e){bf.batch(()=>{this.listeners.forEach(({listener:t})=>{t(e)})})}onFocus(){bf.batch(()=>{this.queries.forEach(e=>{e.onFocus()})})}onOnline(){bf.batch(()=>{this.queries.forEach(e=>{e.onOnline()})})}}class Ef extends kf{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||vf,this.observers=[],this.state=e.state||xf(),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=yf({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:null!=(e=this.options.retry)?e:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},t="loading"===this.state.status;try{var n,r,o,a,i,s,c,u;if(!t){var l,d,p,h;this.dispatch({type:"loading",variables:this.options.variables}),await(null==(l=(d=this.mutationCache.config).onMutate)?void 0:l.call(d,this.state.variables,this));const e=await(null==(p=(h=this.options).onMutate)?void 0:p.call(h,this.state.variables));e!==this.state.context&&this.dispatch({type:"loading",context:e,variables:this.state.variables})}const f=await e();return await(null==(n=(r=this.mutationCache.config).onSuccess)?void 0:n.call(r,f,this.state.variables,this.state.context,this)),await(null==(o=(a=this.options).onSuccess)?void 0:o.call(a,f,this.state.variables,this.state.context)),await(null==(i=(s=this.mutationCache.config).onSettled)?void 0:i.call(s,f,null,this.state.variables,this.state.context,this)),await(null==(c=(u=this.options).onSettled)?void 0:c.call(u,f,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:f}),f}catch(e){try{var f,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:!ff(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),bf.batch(()=>{this.observers.forEach(t=>{t.onMutationUpdate(e)}),this.mutationCache.notify({mutation:this,type:"updated",action:e})})}}function xf(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class Sf extends Mh{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const r=new Ef({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(){bf.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=>Qh(e,t))}findAll(e){return this.mutations.filter(t=>Qh(e,t))}notify(e){bf.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 bf.batch(()=>e.reduce((e,t)=>e.then(()=>t.continue().catch(Hh)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}}function Cf(){return{onFetch:e=>{e.fetchFn=()=>{var t,n,r,o,a,i;const s=null==(t=e.fetchOptions)||null==(n=t.meta)?void 0:n.refetchPage,c=null==(r=e.fetchOptions)||null==(o=r.meta)?void 0:o.fetchMore,u=null==c?void 0:c.pageParam,l="forward"===(null==c?void 0:c.direction),d="backward"===(null==c?void 0:c.direction),p=(null==(a=e.state.data)?void 0:a.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let f=h,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!==u,n=t?u:If(e.options,p);b=v(p,t,n)}else if(d){const t=void 0!==u,n=t?u:(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]:If(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 If(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class Rf extends Mh{constructor(e,t){super(),this.client=e,this.options=t,this.trackedProps=new Set,this.selectError=null,this.bindMethods(),this.setOptions(t)}bindMethods(){this.remove=this.remove.bind(this),this.refetch=this.refetch.bind(this)}onSubscribe(){1===this.listeners.size&&(this.currentQuery.addObserver(this),Tf(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Of(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Of(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"),tf(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&&Af(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(!tf(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(Hh)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),Fh||this.currentResult.isStale||!Wh(this.options.staleTime))return;const e=Vh(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,!Fh&&!1!==this.options.enabled&&Wh(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval(()=>{(this.options.refetchIntervalInBackground||lf.isFocused())&&this.executeFetch()},this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(e,t){const n=this.currentQuery,r=this.options,o=this.currentResult,a=this.currentResultState,i=this.currentResultOptions,s=e!==n,c=s?e.state:this.currentQueryInitialState,u=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:f,fetchStatus:g,status:m}=l,y=!1,v=!1;if(t._optimisticResults){const o=this.hasListeners(),a=!o&&Tf(e,t),i=o&&Af(e,n,t,r);(a||i)&&(g=ff(e.options.networkMode)?"fetching":"paused",p||(m="loading")),"isRestoring"===t._optimisticResults&&(g="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=u&&u.isSuccess&&"error"!==m)d=u.data,p=u.dataUpdatedAt,m=u.status,y=!0;else if(t.select&&void 0!==l.data)if(o&&l.data===(null==a?void 0:a.data)&&t.select===this.selectFn)d=this.selectResult;else try{this.selectFn=t.select,d=t.select(l.data),d=uf(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=uf(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>c.dataUpdateCount||l.errorUpdateCount>c.errorUpdateCount,isFetching:b,isRefetching:b&&!k,isLoadingError:_&&0===l.dataUpdatedAt,isPaused:"paused"===g,isPlaceholderData:v,isPreviousData:y,isRefetchError:_&&0!==l.dataUpdatedAt,isStale:Pf(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,tf(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||mf(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){bf.batch(()=>{var t,n,r,o;if(e.onSuccess)null==(t=(n=this.options).onSuccess)||t.call(n,this.currentResult.data),null==(r=(o=this.options).onSettled)||r.call(o,this.currentResult.data,null);else if(e.onError){var a,i,s,c;null==(a=(i=this.options).onError)||a.call(i,this.currentResult.error),null==(s=(c=this.options).onSettled)||s.call(c,void 0,this.currentResult.error)}e.listeners&&this.listeners.forEach(({listener:e})=>{e(this.currentResult)}),e.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})})}}function Tf(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&&Of(e,t,t.refetchOnMount)}function Of(e,t,n){if(!1!==t.enabled){const r="function"==typeof n?n(e):n;return"always"===r||!1!==r&&Pf(e,t)}return!1}function Af(e,t,n,r){return!1!==n.enabled&&(e!==t||!1===r.enabled)&&(!n.suspense||"error"!==e.state.status)&&Pf(e,n)}function Pf(e,t){return e.isStaleByTime(t.staleTime)}class jf extends Mh{constructor(e,t){super(),this.client=e,this.setOptions(t),this.bindMethods(),this.updateResult()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){var t;const n=this.options;this.options=this.client.defaultMutationOptions(e),tf(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){bf.batch(()=>{var t,n,r,o;if(this.mutateOptions&&this.hasListeners())if(e.onSuccess)null==(t=(n=this.mutateOptions).onSuccess)||t.call(n,this.currentResult.data,this.currentResult.variables,this.currentResult.context),null==(r=(o=this.mutateOptions).onSettled)||r.call(o,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context);else if(e.onError){var a,i,s,c;null==(a=(i=this.mutateOptions).onError)||a.call(i,this.currentResult.error,this.currentResult.variables,this.currentResult.context),null==(s=(c=this.mutateOptions).onSettled)||s.call(c,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context)}e.listeners&&this.listeners.forEach(({listener:e})=>{e(this.currentResult)})})}}var Df,Lf={exports:{}},zf={};var qf,Nf={};
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?Lf.exports=function(){if(Df)return zf;Df=1;var e=s,t="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},n=e.useState,r=e.useEffect,o=e.useLayoutEffect,a=e.useDebugValue;function i(e){var n=e.getSnapshot;e=e.value;try{var r=n();return!t(e,r)}catch(e){return!0}}var c="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var s=t(),c=n({inst:{value:s,getSnapshot:t}}),u=c[0].inst,l=c[1];return o(function(){u.value=s,u.getSnapshot=t,i(u)&&l({inst:u})},[e,s,t]),r(function(){return i(u)&&l({inst:u}),e(function(){i(u)&&l({inst:u})})},[e]),a(s),s};return zf.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:c,zf}():Lf.exports=(qf||(qf=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!n(e,r)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},r=t.useState,o=t.useEffect,a=t.useLayoutEffect,i=t.useDebugValue,c=!1,u=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(s,l){c||void 0===t.startTransition||(c=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=l();if(!u){var p=l();n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),u=!0)}var h=(p=r({inst:{value:d,getSnapshot:l}}))[0].inst,f=p[1];return a(function(){h.value=d,h.getSnapshot=l,e(h)&&f({inst:h})},[s,d,l]),o(function(){return e(h)&&f({inst:h}),s(function(){e(h)&&f({inst:h})})},[s]),i(d),d};Nf.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Nf);var Uf=Lf.exports;const Bf=Uf.useSyncExternalStore,Mf=i.createContext(void 0),Ff=i.createContext(!1);function Hf(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=Mf),window.ReactQueryClientContext):Mf)}const Wf=({context:e}={})=>{const t=i.useContext(Hf(e,i.useContext(Ff)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},Vf=({client:e,children:t,context:n,contextSharing:r=!1})=>{i.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),"production"!==process.env.NODE_ENV&&r&&e.getLogger().error("The contextSharing option has been deprecated and will be removed in the next major version");const o=Hf(n,r);return i.createElement(Ff.Provider,{value:!n&&r},i.createElement(o.Provider,{value:e},t))},Gf=i.createContext(!1);Gf.Provider;const Kf=i.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function $f(e,t){return"function"==typeof e?e(...t):!!e}function Qf(e,t){const n=Wf({context:e.context}),r=i.useContext(Gf),o=i.useContext(Kf),a=n.defaultQueryOptions(e);a._optimisticResults=r?"isRestoring":"optimistic",a.onError&&(a.onError=bf.batchCalls(a.onError)),a.onSuccess&&(a.onSuccess=bf.batchCalls(a.onSuccess)),a.onSettled&&(a.onSettled=bf.batchCalls(a.onSettled)),(e=>{e.suspense&&("number"!=typeof e.staleTime&&(e.staleTime=1e3),"number"==typeof e.cacheTime&&(e.cacheTime=Math.max(e.cacheTime,1e3)))})(a),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(a,o),(e=>{i.useEffect(()=>{e.clearReset()},[e])})(o);const[s]=i.useState(()=>new t(n,a)),c=s.getOptimisticResult(a);if(Bf(i.useCallback(e=>{const t=r?()=>{}:s.subscribe(bf.batchCalls(e));return s.updateResult(),t},[s,r]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),i.useEffect(()=>{s.setOptions(a,{listeners:!1})},[a,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(a,c,r))throw((e,t,n)=>t.fetchOptimistic(e).then(({data:t})=>{null==e.onSuccess||e.onSuccess(t),null==e.onSettled||e.onSettled(t,null)}).catch(t=>{n.clearReset(),null==e.onError||e.onError(t),null==e.onSettled||e.onSettled(void 0,t)}))(a,s,o);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:r})=>e.isError&&!t.isReset()&&!e.isFetching&&$f(n,[e.error,r]))({result:c,errorResetBoundary:o,useErrorBoundary:a.useErrorBoundary,query:s.getCurrentQuery()}))throw c.error;return a.notifyOnChangeProps?c:s.trackResult(c)}function Yf(e,t,n){return Qf(Gh(e,t,n),Rf)}function Jf(e,t,n){const r=function(e,t,n){return af(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),o=Wf({context:r.context}),[a]=i.useState(()=>new jf(o,r));i.useEffect(()=>{a.setOptions(r)},[a,r]);const s=Bf(i.useCallback(e=>a.subscribe(bf.batchCalls(e)),[a]),()=>a.getCurrentResult(),()=>a.getCurrentResult()),c=i.useCallback((e,t)=>{a.mutate(e,t).catch(Zf)},[a]);if(s.error&&$f(a.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:c,mutateAsync:s.mutate}}function Zf(){}var Xf;function eg(e){return Jf(function(e){var t=e.payload;return Bh.getInstance().postWebhookV2MultiAccount({payload:t})},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function tg(e){return Jf(function(e){var t=e.code,n=e.accountCode;return Bh.getInstance().deleteWebhookV2(t,n)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function ng(e){return Jf(function(e){var t=e.code,n=e.payload,r=e.accountCode;return Bh.getInstance().updateWebhookV2(t,n,r)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function rg(){return Jf(function(e){var t=e.name,n=e.principal;return Bh.getInstance().postAccount(t,n)})}function og(){return Jf(function(n){var r=e([Xf.ACCOUNT],n.duplicate_order,!0);return Bh.getInstance().duplicateAccount(t(t({},n),{duplicate_order:r}))})}function ag(){return Jf(function(e){return Bh.getInstance().retryDuplicateAccount(e)})}function ig(){return Jf(function(e){var t=e.name,n=e.code,r=e.principal;return Bh.getInstance().patchAccountV2({name:t,code:n,principal:r})})}function sg(){return Jf(function(e){var t=e.account_code;return Bh.getInstance().putAccountPrincipal({account_code:t})})}function cg(){return Jf(function(e){return Bh.getInstance().bulkDisableAccounts(e)},{useErrorBoundary:!1})}function ug(){return Jf(function(e){return Bh.getInstance().bulkEnableAccounts(e)},{useErrorBoundary:!1})}function lg(){return Jf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return Bh.getInstance().putAccountsUserMassive(t,n,r)})}function dg(){return Jf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return Bh.getInstance().deleteAccountsUserMassive(t,n,r)})}function pg(){return Jf(["post-validate-status-connection"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function hg(){return Jf(["post-change-status-connection"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function fg(){return Jf(function(e){return Bh.getInstance().putCosts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function gg(){return Jf(["post-connection"],function(e){var t=e.payload;return Bh.getInstance().postMultiConnection({payload:t}).then(function(e){return null==e?void 0:e.data})})}function mg(){return Jf(["new-post-connection-validate"],function(){return Bh.getInstance().postMultiConnectionValidate().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function yg(){return Jf(["patch-connection"],function(e){var t=e.payload,n=e.connectionCode;return Bh.getInstance().patchConnection({payload:t,connectionCode:n}).then(function(e){return null==e?void 0:e.data})})}function vg(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postDefaultRoutes({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function bg(){return Jf(function(e){return Bh.getInstance().postValidateCredentials(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function kg(){var e=this;return Jf(function(t){var o=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().postNetworkTokensOnboarding(o)];case 1:return[2,e.sent().data]}})})},{useErrorBoundary:!1})}function _g(){return Jf(["patch-organizations"],function(){return Bh.getInstance().updateOrganizationStatus().then(function(e){return null==e?void 0:e.data})})}function wg(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().changePasswordV2(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Eg(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosPasswordReset(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function xg(){var e=this;return Jf(function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosAdminPortal().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Sg(){var e=this;return Jf(function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosDomainVerificationPortal().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Cg(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosVerifyMfa(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Ig(e){return Jf(function(e){return Bh.getInstance().updateProfile(e)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Rg(){return Jf(function(e){return Bh.getInstance().inviteUsersMassive(e,e.organizationCode)})}function Tg(){return Jf(function(e){return Bh.getInstance().inviteUsersMassiveV2(e)})}function Og(){return Jf(function(e){var t=e.userCode,n=e.organizationCode;return Bh.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})})}function Ag(){return Jf(function(e){return Bh.getInstance().postCall(e)})}function Pg(){return Jf(function(e){return Bh.getInstance().changeLoginMethods(e)})}!function(e){e.ACCOUNT="ACCOUNT",e.CHECKOUT_BUILDER="CHECKOUT_BUILDER",e.CONNECTION="CONNECTION",e.ROUTING="ROUTING",e.RISK_CONDITIONS="RISK_CONDITIONS",e.WEBHOOKS="WEBHOOKS"}(Xf||(Xf={}));var jg=function(){var e=c("ON"===localStorage.getItem("isTesting")),t=e[0],n=e[1];return u(function(){var e=function(e){"isTesting"===e.key&&n("ON"===e.newValue)};return window.addEventListener("storage",e),function(){window.removeEventListener("storage",e)}},[]),{isTesting:t}},Dg=function(e){var t=localStorage.getItem(e),n=c(t&&JSON.parse(t)),r=n[0],o=n[1];return u(function(){var t=function(t){if(t.key===e){var n=t.newValue;o(n)}};return window.addEventListener("storage",t),function(){window.removeEventListener("storage",t)}},[e]),r},Lg=function(){var e,t;return null===(t=null===(e=Dg("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code},zg=function(){var e,t=jg().isTesting,n=null===(e=Dg("account"))||void 0===e?void 0:e.value;return(t?null==n?void 0:n.account_code_testing:null==n?void 0:n.account_code_live)||(null==n?void 0:n.code)};function qg(){if("undefined"==typeof window||"undefined"==typeof localStorage)return"dev";var e="ON"===localStorage.getItem("isTesting"),t=window.location.host;return"dashboard.y.uno"===t?e?"sb":"prod":"dashboard.staging.y.uno"===t?"stg":"dev"}function Ng(e){var n=zg(),r=l(n);return r.current=n,Jf(function(e){return Bh.getInstance().updateIsActiveCheckout(t(t({},e),{accountCode:r.current}))},e)}function Ug(e){var n=zg(),r=l(n);return r.current=n,Jf(function(e){return Bh.getInstance().publishCheckout(t(t({},e),{accountCode:r.current}))},e)}function Bg(){return Jf(function(e){var t=e.payload,n=e.transactionId,r=e.paymentId,o=e.action;return Bh.getInstance().createOperationTransaction(t,n,r,o)})}function Mg(){return Jf(function(e){var t=e.payload,n=e.paymentId,r=e.transactionId,o=e.handleSetProgress;return Bh.getInstance().uploadChargebacks(t,n,r,o)})}function Fg(){return Jf(function(e){var t=e.transactionCode,n=e.payload;return Bh.getInstance().postProviderRawResponse(t,n)})}function Hg(){return Jf(function(e){var t=e.paymentId,n=e.payload;return Bh.getInstance().addToRiskList(t,n)})}var Wg=new wf({}),Vg=new class{constructor(e={}){this.queryCache=e.queryCache||new wf,this.mutationCache=e.mutationCache||new Sf,this.logger=e.logger||vf,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=lf.subscribe(()=>{lf.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=pf.subscribe(()=>{pf.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]=Kh(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=Gh(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=Gh(e),i=this.defaultQueryOptions(a);return this.queryCache.build(this,i).setData(o,{...n,manual:!0})}setQueriesData(e,t,n){return bf.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]=Kh(e,t),r=this.queryCache;bf.batch(()=>{r.findAll(n).forEach(e=>{r.remove(e)})})}resetQueries(e,t,n){const[r,o]=Kh(e,t,n),a=this.queryCache,i={type:"active",...r};return bf.batch(()=>(a.findAll(r).forEach(e=>{e.reset()}),this.refetchQueries(i,o)))}cancelQueries(e,t,n){const[r,o={}]=Kh(e,t,n);void 0===o.revert&&(o.revert=!0);const a=bf.batch(()=>this.queryCache.findAll(r).map(e=>e.cancel(o)));return Promise.all(a).then(Hh).catch(Hh)}invalidateQueries(e,t,n){const[r,o]=Kh(e,t,n);return bf.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]=Kh(e,t,n),a=bf.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(Hh);return null!=o&&o.throwOnError||(i=i.catch(Hh)),i}fetchQuery(e,t,n){const r=Gh(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(Hh).catch(Hh)}fetchInfiniteQuery(e,t,n){const r=Gh(e,t,n);return r.behavior=Cf(),this.fetchQuery(r)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(Hh).catch(Hh)}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=>Jh(e)===Jh(t.queryKey));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find(t=>Zh(e,t.queryKey));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter(t=>Zh(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=>Jh(e)===Jh(t.mutationKey));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find(t=>Zh(e,t.mutationKey));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter(t=>Zh(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=Yh(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:Wg});function Gg(){return Jf(function(e){return Bh.getInstance().createReconciliationsReportV2(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Kg(){return Jf(function(e){return Bh.getInstance().createReconciliationsReportV3(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function $g(){return Jf(function(e){return Bh.getInstance().createReportV2(e).then(function(e){return null==e?void 0:e.data})})}function Qg(){return Jf(function(e){return Bh.getInstance().getTotalRowsForExport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Yg(){return Jf(function(e){return Bh.getInstance().cancelReport(e).then(function(e){return null==e?void 0:e.data})})}function Jg(t){var o=this;return Jf(function(){return n(o,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().createReportTemplate(t).then(function(e){return null==e?void 0:e.data})]})})},{onMutate:function(t){return n(o,void 0,void 0,function(){var n;return r(this,function(r){switch(r.label){case 0:return[4,Vg.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return r.sent(),n=Vg.getQueryData(["GET/reports/templates"]),Vg.setQueryData(["GET/reports/templates"],function(n){return e(e([],n,!0),[t],!1)}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){Vg.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){Vg.invalidateQueries({queryKey:["GET/reports/templates"]})}})}function Zg(e){return Jf(function(){return Bh.getInstance().updateReportTemplate(e).then(function(e){return null==e?void 0:e.data})})}function Xg(){return Jf(function(e){return Bh.getInstance().deletePaymentsReportTemplate(e).then(function(e){return null==e?void 0:e.data})})}function em(e,t,o){var a=this;void 0===o&&(o=null);var i=(null==o?void 0:o.basePath)||Bd.DEFAULT_ROUTING_TYPE;return Jf(function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().postSmartRoutingCreateWorkflow(e,t,i).then(function(e){return null==e?void 0:e.data})];case 1:return[2,n.sent()]}})})},o)}function tm(e,t){var o=this,a=e.versionCode,i=e.accountCode,s=e.organizationCode,c=e.routingType,u=void 0===c?Bd.DEFAULT_ROUTING_TYPE:c;return void 0===t&&(t=null),Jf(function(){return n(o,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().postSmartRoutingPublishVersion(i,a,s,u).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})},t)}function nm(e,t){var n=e.data,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().putSmartRoutingUpdateWorkflow(r,n,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},t)}function rm(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().deleteSmartRoutingVersion(r,n,a).then(function(e){return null==e?void 0:e.data})},t)}function om(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().postSmartRoutingDuplicateVersion(r,String(n),a).then(function(e){return null==e?void 0:e.data})},t)}function am(e,t){var n=e.paymentMethod,r=e.active,o=e.accountCode,a=e.routingType,i=void 0===a?Bd.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().putSmartRoutingToggleMethod(o,n,r,i).then(function(e){return null==e?void 0:e.data})},t)}function im(e,t){var o=this;return void 0===t&&(t=null),Jf(function(t){return n(o,void 0,void 0,function(){var n,o,a,i,s,c;return r(this,function(r){switch(r.label){case 0:return n=Bh.getInstance(),o=t.map(function(t){return n.putSmartRoutingToggleMethod(e,t.paymentMethod,t.active,t.routingType)}),[4,Promise.allSettled(o)];case 1:return a=r.sent(),i=a.filter(function(e){return"rejected"===e.status}),s=a.filter(function(e){return"fulfilled"===e.status}),c=i.map(function(e,n){return{paymentMethod:t[n].paymentMethod,error:"rejected"===e.status?e.reason:null}}),[2,{success:s.length,failed:i.length,total:t.length,errors:c}]}})})},t)}function sm(e,t){var n=e.declinedId,r=e.accountCode;return void 0===t&&(t=null),Jf(function(e){return void 0===e&&(e=null),Bh.getInstance().updateSmartRoutingDeclinedGroup(r,n,e).then(function(e){return null==e?void 0:e.data})},t)}function cm(e){var t=e.accountCode;return Jf(function(e){return void 0===e&&(e=null),Bh.getInstance().createSmartRoutingDeclinedGroup(t,e).then(function(e){return null==e?void 0:e.data})},e.options)}function um(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(e){return void 0===e&&(e=!1),Bh.getInstance().updateSmartRoutingFavorite(r,n,e,a).then(function(e){return null==e?void 0:e.data})},t)}function lm(e,t){var n=e.code,r=e.name,o=e.accountCode,a=e.routingType,i=void 0===a?Bd.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().putSmartRoutingUpdateWorkflowName(o,{code:n,name:r},i).then(function(e){return null==e?void 0:e.data})},t)}function dm(e,t){var n=e.accountCode,r=e.workflowVersionCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(e){return Bh.getInstance().simulateSmartRoutingTransaction(n,r,e,a).then(function(e){return null==e?void 0:e.data})},t)}function pm(e,t){return void 0===t&&(t=null),Jf(function(t){return Bh.getInstance().updateMonitorRedistribution(e,t).then(function(e){return null==e?void 0:e.data})},t)}function hm(e,n){return void 0===n&&(n={}),Jf(function(t){var n=t.declinedGroupCode;return Bh.getInstance().removeDeclinedGroup(e,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},t(t({},n),{useErrorBoundary:!1}))}function fm(e,n){return void 0===n&&(n={}),Jf(function(t){var n=t.payload;return Bh.getInstance().multiAccountDeclinedGroupCreate(e,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},t(t({},n),{useErrorBoundary:!1}))}var gm=function(e){return Jf(function(t){return Bh.getInstance().createMonitorThreshold(t,e).then(function(e){return e.data})})},mm=function(e){return Jf(function(t){return Bh.getInstance().createMonitorTemplate(t,e).then(function(e){return e.data})})};function ym(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postSlackFeatureNotification(t).then(function(e){return null==e?void 0:e.data})})}function vm(){return Jf(function(e){var t=e.userCode,n=e.organizationCode;return Bh.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then(function(e){return null==e?void 0:e.data})})}function bm(){return Jf(function(){return Bh.getInstance().setCustodian().then(function(e){return null==e?void 0:e.data})})}function km(){return Jf(function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().createRoles(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function _m(){var e=this;return Jf(function(t){var o=t.payload,a=t.id,i=t.accountCode;return n(e,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return[4,Bh.getInstance().editRoles({payload:o,id:a},i)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}})})},{useErrorBoundary:!1})}function wm(){return Jf(function(e){return Bh.getInstance().deleteRoles(e).then(function(e){return null==e?void 0:e.data})})}function Em(){return Jf(function(e){var t=e.payload;return Bh.getInstance().createOrgRole(t).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function xm(){var e=this;return Jf(function(t){var o=t.payload,a=t.id;return n(e,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return[4,Bh.getInstance().editOrgRole({payload:o,id:a})];case 1:return[2,null==(e=t.sent())?void 0:e.data]}})})},{useErrorBoundary:!1})}function Sm(){return Jf(function(e){return Bh.getInstance().deleteOrgRole(e).then(function(e){return null==e?void 0:e.data})})}function Cm(){return Jf(function(e){return Bh.getInstance().startUserExport({accountCodes:e.account_codes,name:e.name,search:e.search,statuses:e.statuses,roleIds:e.role_ids}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Im(){return Jf(["post-payment-links"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postPaymentLinks({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})})}function Rm(){return Jf(["post-delete-payment-link"],function(e){var t=e.code;return Bh.getInstance().postDeletePaymentLink({code:t}).then(function(e){return null==e?void 0:e.data})})}function Tm(){return Jf(["patch-payment-links"],function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return Bh.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:r}).then(function(e){return null==e?void 0:e.data})})}function Om(){return Jf(["upload-payment-link-logo"],function(e){var t=e.payload;return Bh.getInstance().uploadPaymentLinkLogo({payload:t}).then(function(e){return null==e?void 0:e.data})})}function Am(){return Jf(["post-subscription"],function(e){return Bh.getInstance().postSubscription(e).then(function(e){return null==e?void 0:e.data})})}function Pm(){return Jf(["post-pause-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postPauseSubscription(t).then(function(e){return null==e?void 0:e.data})})}function jm(){return Jf(["post-resume-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postResumeSubscription(t).then(function(e){return null==e?void 0:e.data})})}function Dm(){return Jf(["post-cancel-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postCancelSubscription(t).then(function(e){return null==e?void 0:e.data})})}function Lm(){return Jf(["patch-subscription"],function(e){var t=e.subscriptionCode,n=e.payload;return Bh.getInstance().patchSubscription(t,n).then(function(e){return null==e?void 0:e.data})})}function zm(){return Jf(["post-reschedule-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postRescheduleSubscription(t).then(function(e){return null==e?void 0:e.data})})}function qm(){return Jf(["post-list-subscriptions"],function(e){return Bh.getInstance().postListSubscriptions(e).then(function(e){return null==e?void 0:e.data})})}function Nm(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postUserSettings(t)},{onMutate:function(e){return e}})}function Um(){return Jf(function(e){return Bh.getInstance().postUserThemeSettings(e)})}function Bm(){return Jf(function(e){var t=e.payload,n=e.section;return Bh.getInstance().postUserSettingsTables(t,n)},{onMutate:function(e){return e},onSuccess:function(e){var n=Vg.getQueryData(["fetch-profile"]);e.data&&Vg.setQueryData(["fetch-profile"],t(t({},n),{settings:e.data}))}})}function Mm(e){return Jf(["pinned-sections"],function(e){var t=e.payload;return Bh.getInstance().postUserSettingsPinned(t)},{onMutate:function(t){var n=t.payload;return e({payload:n})}})}function Fm(){return Yf(["fetch-profile"],function(){return Bh.getInstance().getProfile().then(function(e){var t=null==e?void 0:e.data;return t&&localStorage.setItem("user",JSON.stringify(t)),t}).catch(function(e){throw e})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Hm(){var e=this;return Yf(["get-user-full"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().getUserFull()];case 1:return[2,e.sent().data]}})})},{keepPreviousData:!0,useErrorBoundary:!1})}function Wm(e,t){return Yf(["fetch-permissions",e,t],function(){var e,t,n,r=localStorage.getItem("account"),o=localStorage.getItem("user"),a=r&&JSON.parse(r),i=o&&JSON.parse(o);return((null==i?void 0:i.merlin)?null===(e=null==i?void 0:i.merlin)||void 0===e?void 0:e.permissions:null===(n=null===(t=null==a?void 0:a.value)||void 0===t?void 0:t.role)||void 0===n?void 0:n.permission_ids.map(function(e){return{permission_name:e,description:e,resource_server_name:e,resource_server_identifier:e}}))||[]})}function Vm(e){return Yf(["email-verification",e],function(){return Bh.getInstance().emailVerification(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})}function Gm(){return Yf({queryKey:["get-login-methods"],queryFn:function(){return Bh.getInstance().getLoginMethods().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})}})}function Km(){return Yf(["fetch-impersonation-users"],function(){return Bh.getInstance().getImpersonationUsers().then(function(e){var t;return(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.result)||[]})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function $m(){return Yf(["fetch-impersonation-enabled"],function(){return Bh.getInstance().getImpersonationEnabled().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Qm(e,t,o,a,i,s){var c=this;return void 0===o&&(o=1),void 0===a&&(a=10),Yf(["get-users-to-impersonate",e,t,o,a,i,s],function(){return n(c,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getUsersToImpersonate(e,t,o,a,i,s).then(function(e){return null==e?void 0:e.data})]})})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function Ym(e){var t;return Yf(["fetch-communications",e],function(){return Bh.getInstance().getCommunications(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null===(t=e.account_codes)||void 0===t?void 0:t.length),useErrorBoundary:!1,cacheTime:3e3})}function Jm(){return Yf(["fetch-communications-filters"],function(){return Bh.getInstance().getCommunicationsFilters().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Zm(e,t){return Yf(["fetch-communication-details",e],function(){return Bh.getInstance().getCommunicationDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,useErrorBoundary:!1,cacheTime:0})}var Xm=["fetch-profile"];function ey(n,r,o){var a,i,s=Fm(),c=Nm().mutate,u=s.data,l=s.isLoading||!s.isFetched,p=null!==(i=null===(a=null==u?void 0:u.settings)||void 0===a?void 0:a.viewed_tutorials)&&void 0!==i?i:[],h="onboarding-".concat(null!=n?n:"default","-").concat(r,"-").concat(o),f=p.includes(h),g=d(function(){var n=null;Vg.setQueryData(Xm,function(r){var o,a,i;if(!r)return r;var s=null!==(a=null===(o=r.settings)||void 0===o?void 0:o.viewed_tutorials)&&void 0!==a?a:[];if(s.includes(h))return r;var c=e(e([],s,!0),[h],!1);return n=c,t(t({},r),{settings:t(t({},null!==(i=r.settings)&&void 0!==i?i:{}),{viewed_tutorials:c})})}),n&&c({payload:{viewed_tutorials:n}})},[h,c]);return{hasSeenOnboarding:f,dismiss:g,id:h,isProfileLoading:l}}function ty(){return Jf(function(e){var t=e.password,n=e.otp;return Bh.getInstance().getMfaTokenValidation(t,n).then(function(e){return null==e?void 0:e.data})})}function ny(){return Jf(function(){return Bh.getInstance().getEmailOtp().then(function(e){return null==e?void 0:e.data})})}function ry(){return Jf(function(e){return Bh.getInstance().confirmMfaOtp(e).then(function(e){return null==e?void 0:e.data})})}function oy(){return Jf(function(e){return Bh.getInstance().unrollMfa(e).then(function(e){return null==e?void 0:e.data})})}function ay(){return Jf(function(){return Bh.getInstance().validatePasswordStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return{valid:!1}})})}function iy(){return Jf(["post-get-allowlist-items"],function(e){var t=e.payload;return Bh.getInstance().postAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function sy(){return Jf(["post-get-allowlist-multi-account"],function(e){var t=e.payload;return Bh.getInstance().postGetAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function cy(){return Jf(["post-create-allowlist-multi-account"],function(e){var t=e.payload;return Bh.getInstance().postCreateAllowlistMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function uy(){return Jf(["patch-change-status-allowlist"],function(e){var t=e.payload;return Bh.getInstance().patchChangeStatusAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function ly(){return Jf(["patch-change-status-allowlist-item"],function(e){var t=e.payload;return Bh.getInstance().patchChangeStatusAllowlistItem({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function dy(){return Jf(["post-add-allowlist-items"],function(e){var t=e.payload;return Bh.getInstance().patchAddAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function py(){return Jf(["patch-allowlist"],function(e){var t=e.payload;return Bh.getInstance().patchAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function hy(){return Jf(["post-blacklist-multi-account"],function(e){var t=e.payload;return Bh.getInstance().postBlackListMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function fy(){return Jf(["put-blacklist"],function(e){return Bh.getInstance().putBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function gy(){return Jf(["change-blacklist"],function(e){return Bh.getInstance().changeBlackListStatus(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function my(){return Jf(["change-blacklist-item"],function(e){return Bh.getInstance().changeBlackListStatusItem(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function yy(){return Jf(["post-blacklist-items"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postBlackListItems({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function vy(){return Jf(["delete-blacklist"],function(e){var t=e.black_list_code;return Bh.getInstance().deleteBlackListType({black_list_code:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function by(e){var t=e.handleSetProgress;return Jf(["post-blacklist-batch"],function(e){var n=e.blacklist_code,r=e.expiration_days,o=e.file,a=e.accountCode;return Bh.getInstance().postBlackListBatch({blacklist_code:n,expiration_days:r,file:o,handleSetProgress:t,accountCode:a}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function ky(){return Jf(["change-payments-webhook"],function(e){var t=e.status,n=e.paymentCode;return Bh.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function _y(){return Jf(["delete-blacklist-items"],function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return Bh.getInstance().deleteBlockListItem({blocklist_code:t,blocklist_item_id:n,account_code:r}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function wy(){return Jf(["valiate-blacklist-items"],function(e){return Bh.getInstance().valiateBlockListItems({payload:e}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Ey(){return Jf(["delete-allowlist-item"],function(e){return Bh.getInstance().deleteAllowlistItem({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function xy(){return Jf(["validate-allowlist-items"],function(e){return Bh.getInstance().validateAllowlistItems({payload:e}).then(function(e){return e.data}).catch(function(e){return e})})}function Sy(e){var t=e.fileName,n=e.onSuccess,r=e.onError,o=c(0),a=o[0],i=o[1],s=l({cancel:function(){return null}}),u=Jf(["upload-file-chargeback",t],function(e){var t=Bh.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:i}),o=t.promise,a=t.cancel;return s.current.cancel=a,o.then(function(e){return null==n||n(null==e?void 0:e.data),null==e?void 0:e.data}).catch(function(e){throw null==r||r(),e})},{useErrorBoundary:!1});return{mutation:u,cancelRequest:s.current.cancel,progress:a}}function Cy(){return Jf(function(e){return Bh.getInstance().uploadBatchRefundsV2({payload:e}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Iy(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().batchRefundByFile({payload:t}).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Ry(){var e=this;return Jf(function(t){var o=t.batchRefundId,a=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getBatchRefundProcessedFileDownload(o,a,i).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Ty(){var e=this;return Jf(function(t){var o=t.batchRefundId,a=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getBatchRefundUserFileDownload(o,a,i).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Oy(){var e=l({cancel:function(){return null}}),t=Jf(["upload-file"],function(t){var n=Bh.getInstance().uploadFileS3ClientBatchRefunds({payload:t}),r=n.promise,o=n.cancel;return e.current.cancel=o,r.then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})});return{mutation:t,cancelRequest:e.current.cancel}}function Ay(){return Jf(function(e){var t=e.payload,n=e.organizationCode;return Bh.getInstance().updateMFAConfig(t,n)})}function Py(){return Jf(function(e){var t=e.payload,n=e.organizationCode;return Bh.getInstance().mfaExcludeUsers(t,n)})}function jy(e){return Yf(["GET/scheduled-reports",e],function(){return Bh.getInstance().getScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Dy(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postScheduledReport(t).then(function(e){return{data:e.data,status:e.status}}).catch(function(e){return e})})}function Ly(){return Jf(function(e){var t=e.reportCode,n=e.payload;return Bh.getInstance().updateScheduledReport(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function zy(){return Jf(function(e){return Bh.getInstance().deleteScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function qy(){return Jf(function(e){return Bh.getInstance().getConditionalConfigRules(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Ny(){return Jf(function(e){return Bh.getInstance().getRule(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Uy(){return Jf(function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postCreateRuleMultiAccount(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function By(){return Jf(function(e){var t=e.payload,n=e.ruleId,r=e.accountCode;return Bh.getInstance().postEditRule(t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function My(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postCreateCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Fy(){return Jf(function(e){var t=e.payload,n=e.code;return Bh.getInstance().pathCreateCustomizedApiKeys(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Hy(){return Jf(function(e){var t=e.code,n=e.password,r=e.otp,o=e.mfaToken;return Bh.getInstance().getCustomizedApiKeysToken(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Wy(){return Jf(function(e){var t=e.passwordOtp;return Bh.getInstance().getDeveloperCredentialsValidatePassword(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Vy(){return Jf(function(e){var t=e.password;return Bh.getInstance().getDeveloperCredentialsValidatePasswordRegularUser(t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function Gy(){return Jf(function(e){var t=e.code;return Bh.getInstance().deleteCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Ky(){return Jf(function(e){var t=e.payload,n=e.code,r=e.password;return Bh.getInstance().patchApiKeysEditNote(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})}function $y(){return Jf(function(e){var t=e.payload,n=e.code,r=e.password;return Bh.getInstance().postApiKeysRoll(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})}function Qy(){return Jf(function(e){var n=e.password,r=e.accountCode,o=e.otp,a=e.mfaToken;return Bh.getInstance().getDeveloperCredentials(n,r,o,a).then(function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})}).catch(function(e){var t,n,r;return{isValid:!1,status:null===(t=e.response)||void 0===t?void 0:t.status,error:null===(r=null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.data)||void 0===r?void 0:r.data}})})}function Yy(){return Jf(function(e){var t=e.password,n=e.accountCode,r=e.otp,o=e.mfaToken;return Bh.getInstance().getDeveloperCredentials(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Jy(){return Jf(function(){return Bh.getInstance().getOrganizationKeysMetadata().then(function(e){return(null==e?void 0:e.data)||null})})}function Zy(){return Jf(function(e){var t=e.note,n=e.password;return Bh.getInstance().patchOrganizationKeysNote({note:t},n).then(function(e){return(null==e?void 0:e.data)||null})})}function Xy(){return Jf(function(e){var t=e.password,n=e.otp,r=e.mfaToken;return Bh.getInstance().postOrganizationKeysRoll(t,n,r).then(function(e){return(null==e?void 0:e.data)||null})})}function ev(){return Jf(function(e){var t=e.password,n=e.otp,r=e.mfaToken;return Bh.getInstance().postOrganizationKeysTamRequest(t,n,r).then(function(e){return(null==e?void 0:e.data)||null})})}function tv(){return Jf(function(e){var t=e.password,n=e.otp,r=e.mfaToken;return Bh.getInstance().postOrganizationKeysMarkRevealed(t,n,r).then(function(e){return(null==e?void 0:e.data)||null})})}function nv(e){return Jf(function(e){var t=e.payload;return Bh.getInstance().postAuditMonitors(t)},{onMutate:e.onMutate})}function rv(){return Jf(function(e){var t=e.codes;return Bh.getInstance().postResendWebhooks({codes:t}).then(function(e){return null==e?void 0:e.data})})}function ov(){return Jf(function(e){var t=e.tab,n=e.payload;return Bh.getInstance().postUnifiedExport(t,n).then(function(e){return null==e?void 0:e.data})})}function av(){return Jf(function(e){return Bh.getInstance().postExportApiLogs(e).then(function(e){return null==e?void 0:e.data})})}function iv(){return Jf(function(e){return Bh.getInstance().postExportWebhooksLogs(e).then(function(e){return null==e?void 0:e.data})})}function sv(){return Jf(function(e){return Bh.getInstance().postExportDashboardLogs(e).then(function(e){return null==e?void 0:e.data})})}function cv(){return Jf(function(e){return Bh.getInstance().postExportMonitorsLogs(e).then(function(e){return null==e?void 0:e.data})})}function uv(e){var t,n,r=null===(t=e.response)||void 0===t?void 0:t.data;if(r)return r.code||(null===(n=r.data)||void 0===n?void 0:n.code)}function lv(){var e=Wf();return Jf(["create-audit-subscription"],function(e){return Bh.getInstance().createAuditSubscription(e).then(function(e){return{alreadyExists:!1,subscription:null==e?void 0:e.data}}).catch(function(e){var t;if(409===(null===(t=e.response)||void 0===t?void 0:t.status)&&"subscription_already_exists"===uv(e))return{alreadyExists:!0};throw e})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["audit-subscriptions"])}})}function dv(){var e=Wf();return Jf(["delete-audit-subscription"],function(e){return Bh.getInstance().deleteAuditSubscription(e).then(function(){}).catch(function(e){var t;if(404!==(null===(t=e.response)||void 0===t?void 0:t.status)||"subscription_not_found"!==uv(e))throw e})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["audit-subscriptions"])}})}function pv(t){var o=this;return Jf(function(){return Bh.getInstance().createReconciliationReportTemplate(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{onMutate:function(t){return n(o,void 0,void 0,function(){var n,o;return r(this,function(r){switch(r.label){case 0:return[4,Vg.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return r.sent(),n=null===(o=Vg.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===o?void 0:o.templates,Vg.setQueryData(["GET/reconciliation/reports/templates"],function(n){return{templates:e(e([],n.templates,!0),[t],!1)}}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){Vg.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){Vg.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})}function hv(e){return Jf(function(){return Bh.getInstance().updateReconciliationReportTemplate(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{useErrorBoundary:!1})}function fv(){return Jf(["POST/reconciliation/alerts"],function(e){return Bh.getInstance().postReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function gv(){return Jf(["DELETE/reconciliation/alerts"],function(e){return Bh.getInstance().deleteReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function mv(){return Jf(["UPDATE/reconciliation/alerts"],function(e){return Bh.getInstance().updateReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function yv(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postCreateInsightsReport(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function vv(){return Jf(function(e){return Bh.getInstance().createSamlConfig(e)})}function bv(){return Jf(function(e){return Bh.getInstance().updateSamlConfig(e)})}function kv(){return Jf(function(){return Bh.getInstance().deleteSamlConfig()})}function _v(e,n){return void 0===n&&(n={}),Jf(function(t){return Bh.getInstance().generateAIWorkflowRoutes(e,t).then(function(e){return null==e?void 0:e.data})},t(t({},n),{useErrorBoundary:!1}))}function wv(e){return void 0===e&&(e={}),Jf(function(e){return Bh.getInstance().postAIGenerationFeedback(e).then(function(e){return null==e?void 0:e.data})},t(t({},e),{useErrorBoundary:!1}))}function Ev(){return Jf(function(e){return Bh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function xv(){return Jf(function(e){return Bh.getInstance().deleteChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Sv(){return Jf(function(e){var t=e.chart_id,n=e.type,r=e.name,o=e.user_prompt,a=void 0===o?"":o;return Bh.getInstance().patchChartGPTChart(t,{type:n,name:r,user_prompt:a}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Cv(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){var e,n,o,a,i;return r(this,function(r){switch(r.label){case 0:return[4,Bh.getInstance().createChartGPTChart(t)];case 1:if(e=r.sent(),!(n=null!==(a=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}})})},{useErrorBoundary:!1})}function Iv(){return Jf(function(e){return Bh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Rv(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){var e,n,o,a,i;return r(this,function(r){switch(r.label){case 0:return[4,Bh.getInstance().createChartGPTChart(t)];case 1:if(e=r.sent(),!(n=null!==(a=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}})})},{useErrorBoundary:!1})}function Tv(e,t){var n=e.chartCode,r=Wf();return Jf(function(e){return Bh.getInstance().submitChartFeedback(n,{rating:e.rating,issues:e.issues||[],comment:e.comment}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(e){var o;r.invalidateQueries(["chart-feedback",n]),null===(o=null==t?void 0:t.onSuccess)||void 0===o||o.call(t,e)},onError:function(e){var n;null===(n=null==t?void 0:t.onError)||void 0===n||n.call(t,e)}})}function Ov(){var e=this;return Jf(["POST/template-reporting/report-templates"],function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().createTemplateReporting(t).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Av(){var e=this;return Jf(["POST/template-reporting/report-templates/clone"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().cloneReportTemplate(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Pv(){var e=this;return Jf(["PATCH/template-reporting/report-templates/selection"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().updateTemplateSelection(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function jv(){var e=this;return Jf(["PATCH/template-reporting/report-templates/status"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().changeTemplateStatus(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Dv(){var e=this;return Jf(["DELETE/template-reporting/report-templates"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().deleteReportTemplate(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Lv(){var e=this;return Jf(["POST/template-reporting/report-schedules"],function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().createReportSchedule(t).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function zv(){var e=this;return Jf(["PATCH/template-reporting/report-schedules/disable"],function(t){var o=t.scheduleId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().disableReportSchedule(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function qv(){var e=this;return Jf(["DELETE/template-reporting/report-schedules"],function(t){var o=t.scheduleId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().deleteReportSchedule(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function Nv(){return Jf(function(e){return Bh.getInstance().postOrganizationConfigs(e)})}function Uv(){return Jf(function(e){return Bh.getInstance().putOrganizationConfigsByAccount(e)})}function Bv(){return Jf(["create-installments-plan"],function(e){var t=e.payload;return Bh.getInstance().createInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})}function Mv(){return Jf(["update-installments-plan"],function(e){var t=e.code,n=e.payload;return Bh.getInstance().updateInstallmentsPlan(t,n).then(function(e){return null==e?void 0:e.data})})}function Fv(){return Jf(["delete-installments-plan"],function(e){var t=e.code;return Bh.getInstance().deleteInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})}function Hv(){return Jf(["bulk-create-installments-plans"],function(e){var t=e.payload;return Bh.getInstance().bulkCreateInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})}function Wv(){return Jf(["bulk-delete-installments-plans"],function(e){var t=e.payload;return Bh.getInstance().bulkDeleteInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})}function Vv(){return Jf(function(e){var t=e.accountCode,n=e.payload;return Bh.getInstance().createRecipientExport(n,t).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Gv(){return Jf(function(e){var t=e.accountCode,n=e.exportCode;return Bh.getInstance().downloadRecipientExport(n,t).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Kv(){var e=Wf();return Jf(["create-recipient"],function(e){var t=e.organizationCode,n=e.payload;return Bh.getInstance().createRecipient(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function $v(){var e=Wf();return Jf(["update-recipient"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.payload;return Bh.getInstance().updateRecipient(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Qv(){var e=Wf();return Jf(["delete-recipient"],function(e){var t=e.organizationCode,n=e.recipientId;return Bh.getInstance().deleteRecipient(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Yv(){var e=Wf();return Jf(["create-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.payload;return Bh.getInstance().createOnboarding(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Jv(){var e=Wf();return Jf(["update-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.onboardingId,o=e.payload;return Bh.getInstance().updateOnboarding(t,n,r,o).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Zv(){var e=Wf();return Jf(["block-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.onboardingId;return Bh.getInstance().blockOnboarding(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Xv(){var e=Wf();return Jf(["unblock-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.onboardingId;return Bh.getInstance().unblockOnboarding(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}var eb="GET/concierge/alerts",tb="GET/concierge/alerts/by-id";function nb(){return Yf([eb],function(){return Bh.getInstance().getConciergeAlerts().then(function(e){return e.data})},{useErrorBoundary:!1})}function rb(e){return Yf([tb,e],function(){return Bh.getInstance().getConciergeAlertById(e).then(function(e){return e.data})},{enabled:!!e,useErrorBoundary:!1})}function ob(){return Jf(["POST/concierge/alerts"],function(e){return Bh.getInstance().createConciergeAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries([eb]),Vg.invalidateQueries([tb])},useErrorBoundary:!1})}function ab(){return Jf(["DELETE/concierge/alerts"],function(e){return Bh.getInstance().deleteConciergeAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries([eb]),Vg.invalidateQueries([tb])},useErrorBoundary:!1})}function ib(){return Jf(["POST/concierge/alerts/enable"],function(e){var t=e.alertId,n=e.payload;return Bh.getInstance().enableConciergeAlert(t,n).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries([eb]),Vg.invalidateQueries([tb])},useErrorBoundary:!1})}function sb(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postPlaygroundExecuteFlow(t).then(function(e){return null==e?void 0:e.data})})}function cb(){return Jf(["post-integration-request"],function(e){var t=e.payload;return Bh.getInstance().postIntegrationRequest({payload:t}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function ub(){var e=Wf();return Jf(["create-certificate"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.payload;return Bh.getInstance().createCertificate(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}function lb(){var e=Wf();return Jf(["update-certificate-accounts"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.certificateCode,o=e.payload;return Bh.getInstance().updateCertificateAccounts(t,n,r,o).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}function db(){var e=Wf();return Jf(["delete-certificate"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.certificateCode;return Bh.getInstance().deleteCertificate(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}function pb(){var e=Wf();return Jf(["delete-certificate-account"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.certificateCode,o=e.accountCodeToRemove;return Bh.getInstance().deleteCertificateAccount(t,n,r,o).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}var hb;function fb(e){var t=this;return Yf(["fetch-payments-lazy",e],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().postPaymentsLazy(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function gb(e){return Yf(["fetch-payments-evaluated",e],function(){return Bh.getInstance().postPaymentsEvaluated(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function mb(e){var t=this,o=e.paymentCode,a=e.enabled,i=void 0===a||a,s=Bh.getInstance();return Yf(["get-payment-v2",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getPaymentV2(o).then(function(e){return e.data})]})})},{enabled:i,cacheTime:500,useErrorBoundary:!1})}function yb(e){var t=this,o=e.payment_code,a=e.enabled,i=void 0===a||a,s=Bh.getInstance();return Yf(["get-payment-transaction-details-v2",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getTransactionDetailsV2({payment_code:o}).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!o&&i,cacheTime:0,useErrorBoundary:!1})}function vb(e){var t=this,o=e.transaction_code,a=e.enabled,i=void 0===a||a,s=Bh.getInstance();return Yf(["get-payment-transaction-raw-response",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getTransactionRawResponse({transaction_code:o})]})})},{enabled:!!o&&i,cacheTime:0,useErrorBoundary:!1})}function bb(e){var t=Lg();return Yf(["payment-methods",e],function(){return Bh.getInstance().getPaymentMethodsByCountry({provider_id:null==e?void 0:e.provider_id,country:null==e?void 0:e.country},t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!(null==e?void 0:e.provider_id),useErrorBoundary:!1})}function kb(){return Yf({queryKey:["/payment-methods/providers"],queryFn:function(){return Bh.getInstance().getPaymentMethodsAndProviders().then(function(e){return null==e?void 0:e.data})},cacheTime:864e5,useErrorBoundary:!1})}function _b(){return Yf(["GET/catalog/card-brands"],function(){return Bh.getInstance().getCardBrands().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function wb(e,t){return void 0===e&&(e=!0),void 0===t&&(t=Ld.PAYMENTS),Yf(["payment-filters",e,t],function(){return Bh.getInstance().getPaymentFilters(t).then(function(e){return null==e?void 0:e.data})},{enabled:e,useErrorBoundary:!1,cacheTime:3e5})}function Eb(){return Yf(["payment-metrics-filters"],function(){return Bh.getInstance().getPaymentMetricsFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function xb(e){var t=e.transaction_code,n=e.enabled;return Yf(["payment-transaction-details",t],function(){return Bh.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function Sb(e){var t=e.payment_code,n=e.enabled;return Yf(["transaction-history",t],function(){return Bh.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function Cb(e){var t=this;return Yf(["POST/transactions",JSON.stringify(e)],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().postTransactions(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function Ib(e){var t=this;return Yf(["POST/fraud-transactions",JSON.stringify(e)],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().postFraudTransactions(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function Rb(e){return Yf(["GET/payout-detail",JSON.stringify(e)],function(){var t=Bh.getInstance();return e.organization_code?t.getPayoutDetails(e).then(function(e){return null==e?void 0:e.data}):{}},{enabled:!!e.organization_code&&!!e&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function Tb(e){return Yf(["GET/payout-transaction-detail",JSON.stringify(e)],function(){return Bh.getInstance().getPayoutTransactionDetails(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!(null==e?void 0:e.transaction_code)&&(null==e?void 0:e.enabled),cacheTime:0,useErrorBoundary:!1})}function Ob(e){var t=Lg();return Yf(["GET/payout-history-detail",JSON.stringify(e)],function(){return Bh.getInstance().getPayoutHistoryDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.payout_code)&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function Ab(e,t){var o=this,a=Lg();return Yf(["GET/useGetProofOfCancel",a,e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getProofOfCancel(e,a,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!a&&!!t,cacheTime:0,useErrorBoundary:!1})}function Pb(e,t){var o=this,a=Lg();return Yf(["GET/useGetProofOfPayment",a,e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getProofOfPayment(e,a,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!a&&!!t,cacheTime:0,useErrorBoundary:!1})}function jb(e,t,o){var a=this,i=Bh.getInstance();return Yf(["send-payment-notification",e,t],function(){return n(a,void 0,void 0,function(){var n,a;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,i.sendPaymentNotification(e,t)];case 1:return n=r.sent(),o.onSuccess(),[2,n.data];case 2:throw a=r.sent(),o.onError(),a;case 3:return[2]}})})},{enabled:o.enabled,cacheTime:0,useErrorBoundary:!1})}function Db(e){return Yf(["usePayoutsList",e&&JSON.stringify(e)],function(){var t=Bh.getInstance();if(e)return t.postPayouts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&!!Object.values(e).length,cacheTime:0})}function Lb(e){var t=this;void 0===e&&(e=!0);var o=Lg();return Yf(["getPayoutsFilters",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getPayoutsFilters(o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{enabled:e&&!!o})}function zb(e,t){var o=this;void 0===t&&(t=!0);var a=Lg();return Yf(["getPayoutTimeline",e,a],function(){return n(o,void 0,void 0,function(){var t;return r(this,function(n){return t=Bh.getInstance(),e?[2,t.getPayoutTimeline(e,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]:[2]})})},{enabled:t&&!!e&&!!a,cacheTime:500,useErrorBoundary:!1})}function qb(e){var n=e.password,r=e.accountCode,o=e.otp,a=e.mfaToken;return Yf(["developers"],function(){return Bh.getInstance().getDeveloperCredentials(n,r,o,a).then(function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})}).catch(function(e){var t,n;return{isValid:!1,status:e.response.status,error:null===(n=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.data)||void 0===n?void 0:n.data}})},{enabled:!1,cacheTime:0})}function Nb(){return Yf(["fetch-customized-api-keys-members"],function(){return Bh.getInstance().getCustomizedApiKeysMembers().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function Ub(){return Yf(["developers-get-allowed-ips"],function(){return Bh.getInstance().getAllowedIps().then(function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null}).catch(function(e){return t(t({},e),{isError:!0})})},{enabled:!1,cacheTime:0})}function Bb(){return Yf(["fetch-customized-api-keys-accounts"],function(){return Bh.getInstance().getCustomizedApiKeysAccounts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function Mb(e){return Yf(["fetch-customized-api-keys",e],function(){return Bh.getInstance().postCustomizedApiKeys(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!(null==e?void 0:e.length)})}function Fb(){return Yf(["fetch-customized-api-keys-products"],function(){return Bh.getInstance().getCustomizedApiKeysProducts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0})}function Hb(){return Jf(["developers-patch-allowed-ips"],function(e){return Bh.getInstance().patchAllowedIps(e).then(function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null}).catch(function(e){return t(t({},e),{isError:!0})})},{cacheTime:0})}function Wb(){return Yf(["fetch-organizations"],function(){return Bh.getInstance().getOrganization().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function Vb(e){var t=Lg();return Yf(["organizations-provider-params",e],function(e){var n=e.queryKey;return Bh.getInstance().getProviderParams(n[1],t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.id),useErrorBoundary:!1})}function Gb(e){var t=e.integration_code,n=e.enabled,r=e.accountCode;return Yf(["integration-params",t,r],function(){return t.includes("undefined")?{}:Bh.getInstance().getIntegrationParams({accountCode:r,integration_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:n,useErrorBoundary:!1})}function Kb(e){var t=e.accountCode,n=e.organizationCode,r=Lg();return Yf(["organizations-account-integrations",t,n],function(){return Bh.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||r}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:!!t,useErrorBoundary:!1})}function $b(e){var t=e.accountCode,n=e.paymentMethod,r=e.basePath,o=void 0===r?Bd.DEFAULT_ROUTING_TYPE:r;return Yf(["fetch-connections-by-payment-method",n,t,o],function(){return Bh.getInstance().getConnectionsByPaymentMethod(t,n,o).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})}function Qb(){var e=this;return Yf(["fetch-hash-pylon"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getHashPylon()]})})},{keepPreviousData:!0,useErrorBoundary:!1})}function Yb(){return Yf(["connections"],function(){return Bh.getInstance().getConnections().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Jb(){return Yf(["params-catalog"],function(){return Bh.getInstance().getWebhookParamsV2().then(function(e){return null==e?void 0:e.data})})}function Zb(e){var t=e.accountCode,n=e.name;return Yf(["webhooks",t,n],function(){return Bh.getInstance().getWebhooksV3({accountCode:t,name:n}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,useErrorBoundary:!1})}function Xb(e){var t=e.accountCode,n=e.enabled;return Yf(["webhooks-detail",t],function(){return Bh.getInstance().getWebhooksV2Detail({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!n})}function ek(e){var t,n=Lg(),r=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return Yf({queryKey:["accounts",r],queryFn:function(){return Bh.getInstance().getAccounts(r).then(function(e){return null==e?void 0:e.data})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!r})}function tk(e){return Yf(["accountsV2",e],function(){return Bh.getInstance().getAccountsV2().then(function(e){return(null==e?void 0:e.data)||[]}).catch(function(e){throw e})},{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})}function nk(e){var t=null==e?void 0:e.includeDisabled;return Yf(["accounts-by-organization",{includeDisabled:t}],function(){return Bh.getInstance().getAccountsByOrganization({includeDisabled:t}).then(function(e){return(null==e?void 0:e.data)||[]}).catch(function(e){throw e})},{keepPreviousData:!0,useErrorBoundary:!1})}function rk(e){return Yf(["accountsV2-by-user",e],function(){return e?Bh.getInstance().getAccountsByUser(e).then(function(e){return{accountsV2ByUser:(null==e?void 0:e.data)||null}}).catch(function(e){return{accountsV2ByUser:[],error:e}}):{accountsV2ByUser:[]}},{enabled:!!e,staleTime:0})}function ok(e,t){var o=this;return Yf({queryKey:["accounts-for-impersonation",e,t],queryFn:function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getAccountsForImpersonation(e).then(function(e){var n,r;return(null===(r=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.response)||void 0===r?void 0:r.map(function(e){return{label:e.name,value:t?e.code_testing:e.code_live,code_live:e.code_live,code_testing:e.code_testing}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function ak(e){var t=this;return Yf({queryKey:["roles-for-impersonation",e],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getRolesForImpersonation(e).then(function(e){var t,n;return(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.roles)||void 0===n?void 0:n.map(function(e){return{label:e.name,value:e.id}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function ik(e){return Yf({queryKey:["pending-duplicate-accounts",e],queryFn:function(){return Bh.getInstance().getPendingDuplicateAccounts()},useErrorBoundary:!1,keepPreviousData:!0,refetchInterval:e})}function sk(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-methods",e,t],function(){return Bh.getInstance().getSmartRoutingMethods(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function ck(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-workflow",t,e,n],function(){return Bh.getInstance().getSmartRoutingWorkflow(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e,cacheTime:0,retry:!1})}function uk(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-condition-types",e,t,n],function(){return Bh.getInstance().getSmartRoutingConditionTypes(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e})}function lk(e,t){return Yf(["smart-routing-condition-payment-method",e,t],function(){return Bh.getInstance().getSmartRoutingConditionPaymentMethod(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:null!==t})}function dk(e,t){return Yf(["smart-routing-condition-types-values",t,e],function(){return Bh.getInstance().getSmartRoutingConditionTypesValues(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!e,useErrorBoundary:!1})}function pk(e){var t=e.accountCode,n=e.workflowVersionId,r=e.routingType,o=void 0===r?Bd.DEFAULT_ROUTING_TYPE:r;return Yf(["smart-routing-workflow-version",n,t,o],function(){return Bh.getInstance().getSmartRoutingWorkflowVersion(t,n,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})}function hk(e,t,n,r){return void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-next-route",e,n,t,r],function(){return Bh.getInstance().getSmartRoutingNextSteps(e,t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,useErrorBoundary:!1})}function fk(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-decline-groups",e,t],function(){return Bh.getInstance().getSmartRoutingDeclinedGroup(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function gk(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-payment-route",e,t,n],function(){return Bh.getInstance().getSmartRoutingPaymentRoute(e,t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})}function mk(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-simulate-condition-type-values",e,t],function(){return Bh.getInstance().getSmartRoutingSimulateConditionTypeValues(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function yk(e){var t=e.text,n=e.conditionType;return Yf(["smart-routing-search-condition-values",t,n],function(){return Bh.getInstance().getSmartRoutingSearchConditionValues(n,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})}function vk(){return Yf(["smart-routing-conversion-rates"],function(){return Bh.getInstance().getProviderConversionRatesData().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!1,useErrorBoundary:!1})}function bk(){var e=this;return Yf({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})}function kk(){var e=this;return Yf({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})}function _k(e){return Yf(["fetch-routing-monitors-templates",e],function(){return Bh.getInstance().getRoutingMonitorsTemplates(e).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function wk(e,t){return Yf(["fetch-routing-monitors-template",e],function(){return Bh.getInstance().getRoutingMonitorsTemplate(e,t).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e&&!!t&&"NONE"!==e,useErrorBoundary:!1})}function Ek(e,n){var r=e.accountCode,o=Yf(["checkouts",r],function(){return Bh.getInstance().getCheckouts({accountCode:r}).then(function(e){return e.data})},t({cacheTime:0,enabled:Boolean(r),useErrorBoundary:!1},n)),a=o.refetch;return t(t({},o),{refetch:function(e){return a(null!=e?e:void 0)}})}!function(e){e.IN_PROGRESS="IN_PROGRESS",e.COMPLETED="COMPLETED",e.FAILED="FAILED"}(hb||(hb={}));var xk=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},Sk=function(e,t){var n=e.paymentMethodType,r=e.type;return Yf(xk({paymentMethodType:n,type:r}),function(){return Bh.getInstance().getNameAndIcon({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},Ck=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]},Ik=function(e,t){var n=e.paymentMethodType,r=e.type;return Yf(Ck({paymentMethodType:n,type:r}),function(){return Bh.getInstance().getRequiredFields({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},Rk=function(e){return Yf(["checkout-builder-country-data",e],function(){return Bh.getInstance().getCountryData({accountCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})},Tk=function(e){return["checkout-payment-method-accounts",e.paymentMethod,e.organizationCode]},Ok=function(e,n){var r=e.paymentMethod,o=e.organizationCode;return Yf(Tk({paymentMethod:r,organizationCode:o}),function(){return Bh.getInstance().getPaymentMethodAccounts({paymentMethod:r,organizationCode:o}).then(function(e){return null==e?void 0:e.data})},t({cacheTime:0,enabled:Boolean(r),useErrorBoundary:!1},n))};function Ak(e){var t=e.accountCode;return Yf(["styling-sdk-dynamic",t],function(){return Bh.getInstance().getStylingSdkDynamic({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function Pk(e){var t=e.accountCode;return Yf(["styling-settings-v2",t],function(){return Bh.getInstance().getStylingSettingsV2({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function jk(){return Jf(function(e){var t=e.accountCode,n=e.payload;return Bh.getInstance().changeStylingSettings({accountCode:t,payload:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function Dk(e){return Yf(["notifications-customer",e],function(){return Bh.getInstance().getNotificationsCustomer(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,keepPreviousData:!1})}function Lk(e){return Yf(["validate-opsgenie-key",e],function(){return Bh.getInstance().getValidateOpsgenieKey(e).then(function(e){return null==e?void 0:e.data}).catch(function(){return{error:!0}})},{enabled:!!e,cacheTime:0})}function zk(){return Yf(["notifications-merged"],function(){return Bh.getInstance().getMergedNotifications().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{keepPreviousData:!1,cacheTime:0})}function qk(){return Jf(function(e){return Bh.getInstance().getNotificationsNumber(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Nk(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().pathNotification(t)];case 1:return[2,null==(e=n.sent())?void 0:e.data]}})})})}var Uk={key:"metadata_fields",name:"metadata_fields",unique_key:"metadata_fields"};function Bk(){return Yf(["reports"],function(){return Bh.getInstance().reportsList().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Mk(e){return void 0===e&&(e=!0),Yf(["reports-multi-env"],function(){return Bh.getInstance().reportsListMultiEnv().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e})}function Fk(e,t,n){return void 0===t&&(t=!1),Yf(["reports/".concat(e)],function(){return Bh.getInstance().downloadReports(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,onSuccess:n,useErrorBoundary:!1})}function Hk(e){return Yf(["GET/reports/templates"],function(){return Bh.getInstance().getReportTemplates().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,useErrorBoundary:!1})}function Wk(t,o,a){var i=this;return Yf(["GET/reports/columns/".concat(o,"/").concat(a)],function(){return n(i,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getReportColumns(o,a).then(function(t){return o===Ud.ALL&&a===Nd.PAYMENTS?e(e([],(null==t?void 0:t.data)||[],!0),[Uk],!1):null==t?void 0:t.data}).catch(function(e){return e})]})})},{enabled:t,useErrorBoundary:!1})}function Vk(e,t){var o=this,a=Lg();return Yf(["getRefundPdf",e,a,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRefundPdf(e,a,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})]})})},{enabled:!!e&&!!a,useErrorBoundary:!1})}function Gk(){var e=Lg();return Yf(["teams-filters-members"],function(){return Bh.getInstance().teamsFiltersMembers({organizationCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0})}function Kk(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,c=e.page,u=e.pageSize,l=Lg();return Yf(["fetch-post-members-v2",t,n,r,o,a,i,s,c,u],function(){return Bh.getInstance().postMembersPaginatedV2({organizationCode:l,accountCodes:n,search:r,status:o,roleId:a,statuses:i,roleIds:s,page:c,pageSize:u}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!n,cacheTime:0,useErrorBoundary:!1})}function $k(){return Yf(["fetch-roles"],function(){return Bh.getInstance().getRoles().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Qk(){return Yf(["fetch-rolespermissions"],function(){return Bh.getInstance().getRolesPermissions().then(function(e){return null==e?void 0:e.data})})}function Yk(){return Yf(["fetch-permissions-catalog"],function(){return Bh.getInstance().getPermissionsCatalog().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Jk(){return Yf(["fetch-org-roles-permissions"],function(){return Bh.getInstance().getOrgRolesPermissions().then(function(e){return null==e?void 0:e.data})})}function Zk(){return Yf(["fetch-org-permissions-catalog"],function(){return Bh.getInstance().getOrgPermissionsCatalog().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Xk(e){var t=e.exportCode,n=e.enabled;return Yf(["user-export-status",t],function(){return Bh.getInstance().getUserExportStatus({exportCode:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),refetchInterval:function(e){return("PENDING"===(null==e?void 0:e.status)||"IN_PROGRESS"===(null==e?void 0:e.status))&&5e3},useErrorBoundary:!1})}function e_(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r,a=e.enabled;return Yf(["user-exports-list",n,o],function(){return Bh.getInstance().listUserExports({page:n,pageSize:o}).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===a||a,useErrorBoundary:!1})}function t_(){var e=this,t=Wf();return function(o){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,t.fetchQuery(["user-export-status",o],function(){return Bh.getInstance().getUserExportStatus({exportCode:o}).then(function(e){return null==e?void 0:e.data})})]})})}}function n_(e){return Yf(["data-report",e],function(){return Bh.getInstance().getSmartRoutingDataReport(e).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,useErrorBoundary:!1})}function r_(e,t,n,r){void 0===n&&(n=!0);return Yf(["get-insights-conversion-rate-metrics-v2",e,t],function(){return Bh.getInstance().getInsightsMetricsConversionRateV2(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:n&&(!!(null==e?void 0:e.currency_code)&&"Empty"!==(null==e?void 0:e.currency_code)&&"string"==typeof(null==e?void 0:e.currency_code)||Array.isArray(null==e?void 0:e.currency_code)&&0===(null==e?void 0:e.currency_code.length)),staleTime:200,cacheTime:200,useErrorBoundary:!1,retry:1})}function o_(e,t){return Yf(["get-insights-conversion-rate-view-more-metrics",t,e],function(){return Bh.getInstance().getInsightsMetricsConversionRateViewMore(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled)&&!!t,cacheTime:200,useErrorBoundary:!1})}function a_(e){return Yf(["get-insights-conversion-rate-fallback-metrics",e],function(){return Bh.getInstance().getInsightFallbackMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled),cacheTime:200,useErrorBoundary:!1})}function i_(e,t,n,r){return void 0===r&&(r=!0),delete t.account_code,Yf(["get-insights-volume-metrics-v2",t,e,n],function(){return Bh.getInstance().getInsightsMetricsVolumeV2(e,n,t).then(function(e){return null==e?void 0:e.data})},{enabled:r,cacheTime:200,useErrorBoundary:!1})}function s_(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return Yf(["get-insights-overview-v3",e,t],function(){return Bh.getInstance().getInsightOverviewV3(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:0,useErrorBoundary:!1})}function c_(e){return Yf(["get-insights-home-metrics",e],function(){return Bh.getInstance().getInsighstHomeMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.currency_code)&&!!(null==e?void 0:e.account_codes)&&!!(null==e?void 0:e.organization_code)&&(null==e?void 0:e.isLiveMode)&&!!(null==e?void 0:e.timezone),cacheTime:200,useErrorBoundary:!1})}function u_(e){return Yf(["get-insights-reports",e],function(){return Bh.getInstance().getInsightsReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!(null==e?void 0:e.type),cacheTime:0,useErrorBoundary:!1})}function l_(e){return Yf(["get-insights-reports-again",e],function(){return Bh.getInstance().getInsightsReportAgain(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!(null==e?void 0:e.code),cacheTime:0,useErrorBoundary:!1})}function d_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-fraud-screening-volume-and-count-tx",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsFraudScreeningVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function p_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-fraud-screening-conversion-rate",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsFraudScreeningConversionRate(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function h_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-volume-and-count-tx",t,e],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function f_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-conversion-rate-and-evolution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsConversionRateAndEvolution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function g_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-decline-reasons",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsDeclineReasons(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function m_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-frictionless-vs-challenge",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsFrictionlessVsChallenge(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function y_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-volume-and-count-tx",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function v_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-total-rate-and-evolution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksTotalRateAndEvolution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function b_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-win-rate",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksWinRate(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function k_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-disputed",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksDisputed(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function __(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksByProviderAndCardBrand(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function w_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-reasons-distribution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksReasonsDistribution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function E_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-status-distribution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksStatusDistribution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function x_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-by-card-brand",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksByCardBrand(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function S_(e,t){return Yf(["fetch-reconciliation-transaction",e],function(){return Bh.getInstance().getReconciliationTransactions(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})}function C_(e,t){return Yf(["fetch-reconciliation-settlements",e],function(){return Bh.getInstance().getReconciliationSettlements(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})}function I_(e,t){return Yf(["fetch-reconciliation-metrics",e],function(){return Bh.getInstance().getReconciliationMetrics(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t,cacheTime:500})}function R_(){return Yf(["GET-reconciliation-filters"],function(){return Bh.getInstance().getReconciliationFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function T_(e){return Yf(["GET/v1/reconciliation/table/".concat(e,"/columns")],function(){return Bh.getInstance().getAllTableColumns(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function O_(){return Yf(["GET/v1/reconciliation/active"],function(){return Bh.getInstance().getReconciliationActive().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{useErrorBoundary:!1})}function A_(e,t,n){return Yf(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],function(){return Bh.getInstance().getReconciliationsReportColumns(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})}function P_(e){return Yf(["GET/reconciliation/reports/templates"],function(){return Bh.getInstance().getReconciliationReportTemplates().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})}function j_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/alerts/list",t,n],function(){return Bh.getInstance().getReconciliationAlerts(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function D_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/agenda/list",t,n],function(){return Bh.getInstance().getReconciliationAgenda(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function L_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/agenda/insights",t,n],function(){return Bh.getInstance().getReconciliationAgendaInsightByKey(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function z_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/sales/list",t,n],function(){return Bh.getInstance().getReconciliationSales(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function q_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/advancements/list",t,n],function(){return Bh.getInstance().getReconciliationAdvancements(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function N_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/fees/list",t,n],function(){return Bh.getInstance().getReconciliationFees(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function U_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflicts-summary",t],function(){return Bh.getInstance().getReconciliationInsightsConflictsSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function B_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-reconciled-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsNotReconciledAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function M_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-reconciled-list",t],function(){return Bh.getInstance().getReconciliationInsightsNotReconciledList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function F_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-status-conflict-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsStatusConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function H_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-status-conflict-list",t],function(){return Bh.getInstance().getReconciliationInsightsStatusConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function W_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-amount-conflict-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsAmountConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function V_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-amount-conflict-list",t],function(){return Bh.getInstance().getReconciliationInsightsAmountConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function G_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflict-date-summary",t],function(){return Bh.getInstance().getReconciliationInsightsConflictDateSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function K_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflict-date-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsConflictDateAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function $_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflict-date-list",t],function(){return Bh.getInstance().getReconciliationInsightsConflictDateList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Q_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-incorrect-fees-summary",t,n],function(){return Bh.getInstance().getReconciliationInsightsIncorrectFeesSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Y_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-incorrect-fees-aggregators",t,n],function(){return Bh.getInstance().getReconciliationInsightsIncorrectFeesAggregators(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function J_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-incorrect-fees-list",t,n],function(){return Bh.getInstance().getReconciliationInsightsIncorrectFeesList(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Z_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-fees-charged-summary",t,n],function(){return Bh.getInstance().getReconciliationInsightsFeesChargedSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function X_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-reconciled-summary",t,n],function(){return Bh.getInstance().getReconciliationInsightsReconciledSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function ew(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Yf(["reconciliation-insights-reconciled-aggregators",t,n,r],function(){return Bh.getInstance().getReconciliationInsightsReconciledAggregators(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})}function tw(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Yf(["reconciliation-insights-reconciled-list",t,n,r],function(){return Bh.getInstance().getReconciliationInsightsReconciledList(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})}function nw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-confirm-summary",t],function(){return Bh.getInstance().getReconciliationInsightsNotConfirmSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function rw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-confirm-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsNotConfirmAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function ow(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-confirm-list",t],function(){return Bh.getInstance().getReconciliationInsightsNotConfirmList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function aw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-amount-to-be-settled-summary",t],function(){return Bh.getInstance().getReconciliationInsightsAmountToBeSettledSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function iw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-reconciliation-rate-by-provider",t],function(){return Bh.getInstance().getReconciliationInsightsReconciliationRateByProvider(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function sw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-reconciliation-rate-by-account",t],function(){return Bh.getInstance().getReconciliationInsightsReconciliationRateByAccount(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function cw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-reconciliation-rate-by-currency",t],function(){return Bh.getInstance().getReconciliationInsightsReconciliationRateByCurrency(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function uw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-settlement-lookup",t],function(){return Bh.getInstance().getReconciliationInsightsSettlementLookup(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}var lw=Object.freeze({__proto__:null,useAllFeatureFlags:function(e){var t=this,o=Yf({queryKey:["all-feature-flags",Object.values(e).filter(Boolean)],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getFeatureFlagIdAll({accountCode:e.account_code}).then(function(e){return null==e?void 0:e.data})]})})},enabled:!!e.account_code&&!!e.organization_code&&!!e.email,cacheTime:9e5,useErrorBoundary:!1}),a=Wf();return u(function(){a.setQueryData(["cached-feature-flags"],o)},[o,a]),o},useCachedFeatureFlag:function(e){var n,r,o=Wf(),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=Yf({queryKey:["cached-feature-flags"],queryFn:function(){},enabled:!1,select:function(t){var n;return{result:null===(n=null==t?void 0:t.data)||void 0===n?void 0:n[e]}},initialData:function(){var e=o.getQueryData(["cached-feature-flags"]);return(null==e?void 0:e.data)||{}}});return t(t({},s),{isLoading:i})},useFeatureFlags:function(e){var t=this,o=Object.values(e).filter(Boolean);return Yf(["feature-flags",o],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getFeatureFlagId(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o.length>1,useErrorBoundary:!1})}});function dw(e){return{data:e,error:null,isLoading:!1,isFetching:!1,isSuccess:!0,isError:!1,isLoadingError:!1,isRefetchError:!1,isStale:!1,isFetched:!0,isFetchedAfterMount:!0,isPlaceholderData:!1,isPreviousData:!1,isRefetching:!1,isPaused:!1,isInitialLoading:!1,status:"success",fetchStatus:"idle",dataUpdatedAt:Date.now(),errorUpdatedAt:0,failureCount:0,errorUpdateCount:0,refetch:function(){return Promise.resolve(dw(e))},remove:function(){}}}var pw=Object.freeze({__proto__:null,useAllFeatureFlags:function(e){return dw({})},useCachedFeatureFlag:function(e){return dw({result:h(e,!1)})},useFeatureFlags:function(e){var t,n=h(e.name,!1);return dw(((t={})[e.name]=n,t))}}),hw="datadog"==("datadog"===process.env.FEATURE_FLAGS_PROVIDER?"datadog":"legacy")?pw:lw,fw=hw.useFeatureFlags,gw=hw.useAllFeatureFlags,mw=hw.useCachedFeatureFlag;function yw(e){return Yf(["events",e],function(){return Bh.getInstance().getAuditEvents(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.account_code&&!!e.organizationCode,cacheTime:0,keepPreviousData:!0,useErrorBoundary:!1})}function vw(e,t){return Yf(["audit-event-by-code",e,t],function(){return Bh.getInstance().getAuditEventByCode(e,null!=t?t:[]).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&Array.isArray(t),cacheTime:0,useErrorBoundary:!1,retry:!1})}function bw(e){return Yf(["audit-monitor-event-detail",e],function(){return Bh.getInstance().getAuditMonitorDetail(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:null!==e,cacheTime:0,useErrorBoundary:!1})}function kw(e){return Yf(["api-logs",e],function(){return Bh.getInstance().postApiLogs({payload:e}).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})}function _w(e){var t=e.params;return Yf(["webhook-logs",t],function(){return Bh.getInstance().postWebhookLogs({payload:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})}function ww(e,t){return Yf(["api-logs-detail",e,t],function(){return Bh.getInstance().getApiLogsDetailByPaymentCode(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function Ew(e,t){return Yf(["api-logs-by-transaction",e,t],function(){return Bh.getInstance().getApiLogsByTransactionCode(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})}function xw(e,t){return void 0===t&&(t=!0),Yf(["audit-exports-list",e],function(){return Bh.getInstance().getAuditExportsList(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,cacheTime:0,useErrorBoundary:!1})}function Sw(e,t,n){return void 0===t&&(t=!1),Yf(["audit-export-download",e],function(){return Bh.getInstance().getAuditExportDownload(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&t,cacheTime:0,useErrorBoundary:!1,onSuccess:n})}function Cw(e){var t=e.tab,n=e.exportId,r=e.enabled,o=void 0!==r&&r,a=e.onSuccess;return Yf(["unified-export-status",t,n],function(){return Bh.getInstance().getUnifiedExportStatus(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&o,cacheTime:0,useErrorBoundary:!1,onSuccess:a})}function Iw(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 Yf(["unified-exports-list",t,r,a],function(){return Bh.getInstance().getUnifiedExportsList(t,r,a).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===i||i,cacheTime:0,useErrorBoundary:!1})}function Rw(e){return Yf(["api-logs-stats-requests",e],function(){return Bh.getInstance().postApiLogsStatsRequests(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Tw(e){return Yf(["api-logs-stats-errors",e],function(){return Bh.getInstance().postApiLogsStatsErrors(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Ow(e){return Yf(["api-logs-stats-errors-by-endpoint",e],function(){return Bh.getInstance().postApiLogsStatsErrorsByEndpoint(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Aw(e){return Yf(["api-logs-list",e],function(){return Bh.getInstance().postApiLogsList(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Pw(e){var t=e.paymentCode,n=e.createdAtFrom,r=e.enabled;return Yf(["api-logs-v2-payment",t,n],function(){return Bh.getInstance().getApiLogsV3ByPaymentCode(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:(void 0===r||r)&&!!t,cacheTime:0,useErrorBoundary:!1})}function jw(){return Yf(["audit-subscriptions"],function(){return Bh.getInstance().listAuditSubscriptions().then(function(e){var t;return(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.data)||[]})},{cacheTime:0,keepPreviousData:!0,useErrorBoundary:!1})}function Dw(e,t){return Yf(["fetch-payment-links",e,t],function(){return Bh.getInstance().getPaymentLinks(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,cacheTime:0})}function Lw(e){return Yf(["payment-link"],function(){return Bh.getInstance().getPaymentLinksByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})}function zw(e){return void 0===e&&(e=!0),Yf(["countries",e],function(){return Bh.getInstance().useGetCountriesConfig().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,keepPreviousData:!0})}function qw(e){var t=localStorage.getItem("lang")||"en",n=e||t;return Yf(["countries-v2",n],function(){return Bh.getInstance().useGetCountriesConfigV2(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!0,keepPreviousData:!0})}function Nw(e,t){return void 0===t&&(t=!0),Yf(["subscription",e],function(){return Bh.getInstance().getSubscriptionByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:500})}function Uw(e,t,n,r){return void 0===r&&(r=!0),Yf(["subscription-payments",e,t,n],function(){return Bh.getInstance().getSubscriptionPayments(e,t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&r,cacheTime:0})}function Bw(e){return Jf(function(e){var t=e.payload;return Bh.getInstance().firebaseUserSubscribe(t)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Mw(e,t){return Yf(["get-cofig-allow-list",e],function(){return Bh.getInstance().getConfigAllowlist(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&!!t})}function Fw(e,t){return void 0===t&&(t=!0),Yf(["get-black-list",e],function(){return Bh.getInstance().getBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&t})}function Hw(e,t,n,r){var o;return Yf(["post-black-list",e],function(){return Bh.getInstance().postBlockList(e,null!=t?t:"",null!=n?n:0,null!=r?r:25).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:(null===(o=e[0])||void 0===o?void 0:o.length)>0&&null!==t,useErrorBoundary:!1})}function Ww(e,t,n){return Yf(["get-block-list-summary",e,t,n],function(){var r=Bh.getInstance();return n?r.getBlackListSummary(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e}):Promise.resolve({})},{enabled:!!e&&!!n})}function Vw(e,t,n,r,o,a){return Yf(["black-list-detail",e,t,r,o,a],function(){return Bh.getInstance().getBlacklistDetail(e,t,n,r,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&a,cacheTime:0})}function Gw(e,t,n){return Yf(["allow-list-detail",e],function(){return Bh.getInstance().getAllowlistDetail(e,t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&!!n})}function Kw(e,t){return void 0===t&&(t=!0),Yf(["query-post-get-allowlist-multi-account",JSON.stringify(e)],function(){return Bh.getInstance().postGetAllowlist({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:0})}function $w(e,t){var o=this;return void 0===e&&(e=26),void 0===t&&(t=0),Yf(["batch-refunds",e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getBatchRefunds(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{cacheTime:0})}function Qw(e){return Yf(["velocity-rules",e],function(){var t=Bh.getInstance();return e?t.getVelocityRules(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e}):Promise.resolve({})},{enabled:!!e,keepPreviousData:!0})}function Yw(){return Yf(["config-rules"],function(){return Bh.getInstance().getAllConfigRules().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0})}function Jw(e,t){var n=e.organizationCode;return Yf(["mfa-excluded-users",n],function(){return Bh.getInstance().getMFAExcludedUsers({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function Zw(e,t){var n=e.organizationCode;return Yf(["mfa-config",n],function(){return Bh.getInstance().getMFAConfig({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function Xw(e,t){return Yf(["mfa-enforcement-status",e.accountCode],function(){return Bh.getInstance().getMFAEnforcementStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function eE(e){return Yf(["workos-mfa-status"],function(){return Bh.getInstance().getWorkOsMfaStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:e.enabled})}function tE(e){return Yf(["fetch-organization-saml-config",e],function(){return Bh.getInstance().getSamlConfig().then(function(e){return e.data})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function nE(e){return Yf(["chartgpt-chart-execute",e],function(){return Bh.getInstance().executeChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e})}function rE(){return Yf(["chartgpt-user-charts"],function(){return Bh.getInstance().getChartsByUser().then(function(e){return null==e?void 0:e.data})},{cacheTime:0})}function oE(){var e=this;return Yf(["chartgpt-user-charts-with-results"],function(){return n(e,void 0,void 0,function(){var e,o,a,i=this;return r(this,function(s){switch(s.label){case 0:return[4,(e=Bh.getInstance()).getChartsByUser()];case 1:return o=s.sent(),a=(null==o?void 0:o.data)||[],[4,Promise.all(a.map(function(o){return n(i,void 0,void 0,function(){var n,a,i,s,c,u,l,d;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,e.executeChartGPTChart(o.code)];case 1:return n=r.sent(),[2,t(t({},o),{user_prompt:null!==(s=null===(i=null==n?void 0:n.data)||void 0===i?void 0:i.user_prompt)&&void 0!==s?s:o.user_prompt,unit_to_display:null!==(u=null===(c=null==n?void 0:n.data)||void 0===c?void 0:c.unit_to_display)&&void 0!==u?u:o.unit_to_display,results:null!==(d=null===(l=null==n?void 0:n.data)||void 0===l?void 0:l.results)&&void 0!==d?d:[]})];case 2:return a=r.sent(),console.error("Failed to execute chart ".concat(o.chart_id,":"),a),[2,t(t({},o),{results:[]})];case 3:return[2]}})})}))];case 2:return[2,s.sent()]}})})})}function aE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["chartgpt-patch-and-execute",e,t],function(){return n(a,void 0,void 0,function(){var n,o,a,i,s;return r(this,function(r){switch(r.label){case 0:return[4,(n=Bh.getInstance()).patchChartGPTChart(e,t)];case 1:return o=r.sent(),a=null==o?void 0:o.data,[4,n.executeChartGPTChart(e)];case 2:return i=r.sent(),s=null==i?void 0:i.data,[2,{chart:a,execution:s}]}})})},{enabled:o&&!!e,retry:!1})}function iE(e){var t=this,o=e.chartCode,a=e.enabled;return Yf(["chart-feedback",o],function(){return n(t,void 0,void 0,function(){var e,t,n,a,i;return r(this,function(r){switch(r.label){case 0:e=Bh.getInstance(),r.label=1;case 1:return r.trys.push([1,3,,4]),[4,e.getChartFeedback(o)];case 2:return t=r.sent(),(n=null==t?void 0:t.data)&&n.rating?[2,n]:[2,null];case 3:if(a=r.sent(),404===(null===(i=null==a?void 0:a.response)||void 0===i?void 0:i.status))return[2,null];throw a;case 4:return[2]}})})},{enabled:(void 0===a||a)&&!!o,staleTime:3e5})}function sE(){return Yf(["languages"],function(){return Bh.getInstance().getLanguages().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:300})}function cE(){var e=localStorage.getItem("lang")||"en";return Yf(["translations",e],function(){return Bh.getInstance().getTranslations(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:3e4})}function uE(e){var t=this;return Yf({queryKey:["network-tokens-onboarding",e],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return[4,Bh.getInstance().getNetworkTokensOnboardingByOrganization(e)];case 1:return[2,t.sent().data]}})})},enabled:!!e,useErrorBoundary:!1,cacheTime:0})}var lE=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())},dE=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"}})},pE=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}},hE=function(e,t,n){var r,o={};return null===(r=e.plots)||void 0===r||r.forEach(function(e){var r=dE(e.rows,t,n),a=e.label;o[a]=r.map(function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:lE(e.date||""),current_amount:100*parseFloat(e.value)}})}),o},fE=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:dE(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(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")}},gE=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:dE(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(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")}},mE=function(e,o){return Yf(t({queryKey:["smart-recovery-communications-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-day",n)];case 1:return o=r.sent(),[2,(a=o.data,i=n.start_date,s=n.end_date,c=a.plots||[],u=c.find(function(e){return"TOTAL_COMMUNICATIONS_LABEL"===e.label}),l=c.find(function(e){return"COMPLETED_COMMUNICATIONS_LABEL"===e.label}),d=c.find(function(e){return"CONVERSION_RATE_LABEL"===e.label}),p=dE(null==u?void 0:u.rows,i,s),h=dE(null==l?void 0:l.rows,i,s),f=dE(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==u?void 0:u.value)||"0")},conversion_rate:{distribution:f.map(function(e){return{key:e.date||"",total:parseFloat(e.value),percentage:parseFloat(e.value)}}),total:parseFloat((null==d?void 0:d.value)||"0")},completed_communications:{distribution:h.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var a,i,s,c,u,l,d,p,h,f})})},enabled:!!e.organization_code,staleTime:3e5},o))},yE=function(e,o){return Yf(t({queryKey:["smart-recovery-communications-by-substatus",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-substatus",n)];case 1:return o=r.sent(),[2,pE(o.data)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},vE=function(e,o){return Yf(t({queryKey:["smart-recovery-communications-substatus-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-substatus-by-day",n)];case 1:return o=r.sent(),[2,hE(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},bE=function(e,o){return Yf(t({queryKey:["smart-recovery-recovered-tpv-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-tpv-by-day",n)];case 1:return o=r.sent(),[2,fE(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},kE=function(e,o){return Yf(t({queryKey:["smart-recovery-recovered-payments-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-payments-by-day",n)];case 1:return o=r.sent(),[2,gE(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))};function _E(e,t){var o=this;return Yf(["POST/template-reporting/templates/search",e],function(){return n(o,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().searchReportTemplates(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:t,useErrorBoundary:!1})}function wE(e,t,o){var a=this;return Yf(["POST/template-reporting/template-by-id/search",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().searchReportTemplateById(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o&&!!e,useErrorBoundary:!1})}function EE(e,t){var o=this;return Yf(["POST/template-reporting/schedules/search",e],function(){return n(o,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().searchReportSchedules(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:t,useErrorBoundary:!1})}function xE(e,t,o){var a=this;return Yf(["POST/template-reporting/schedule-by-id/search",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().searchReportScheduleById(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o&&!!e,useErrorBoundary:!1})}function SE(){return Yf({queryKey:["organization-configs"],queryFn:function(){return Bh.getInstance().getOrganizationConfigs().then(function(e){return null==e?void 0:e.data})},cacheTime:0,useErrorBoundary:!1})}function CE(e){var t=e.accountCode,n=e.enabled;return Yf(["onboarding-status",t],function(){return Bh.getInstance().getOnboardingStatus(t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function IE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipients",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipients(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&o,cacheTime:0,useErrorBoundary:!1})}function RE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipients-v2",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipientsV2(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&o,cacheTime:0,useErrorBoundary:!1})}function TE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipient-by-id",e,t.recipient_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipientById(e,t.recipient_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.recipient_id&&o,cacheTime:500,useErrorBoundary:!1})}function OE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-onboarding-detail",e,t.recipient_id,t.onboarding_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getOnboardingDetail(e,t.recipient_id,t.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.recipient_id&&!!t.onboarding_id&&o,cacheTime:500,useErrorBoundary:!1})}function AE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-onboarding-timeline",e,t.onboarding_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getOnboardingTimeline(e,t.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.onboarding_id&&o,cacheTime:500,useErrorBoundary:!1})}function PE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipient-exports",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipientExports(t,e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&o,cacheTime:0,useErrorBoundary:!1})}function jE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipient-export-download",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().downloadRecipientExport(t,e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t&&o,cacheTime:0,useErrorBoundary:!1})}function DE(e,t,n){return void 0===t&&(t=!0),Yf(["installments-plans",e,n],function(){return Bh.getInstance().getInstallmentPlans(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(e)&&t,useErrorBoundary:!1})}function LE(e,t){return void 0===t&&(t=!0),Yf(["search-installments-plans",JSON.stringify(e)],function(){return Bh.getInstance().searchInstallmentsPlans(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:t,useErrorBoundary:!1})}function zE(e){var t=this,o=e.paymentCode,a=e.enabled;return Yf({queryKey:["api-logs-v3",o],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getApiLogsV3(o).then(function(e){return null==e?void 0:e.data})]})})},enabled:(void 0===a||a)&&!!o,staleTime:3e4,cacheTime:3e5,useErrorBoundary:!1})}function qE(e){var t=this,o=e.paymentCode,a=e.enabled;return Yf({queryKey:["webhook-timeline",o],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getWebhookTimeline(o).then(function(e){return null==e?void 0:e.data})]})})},enabled:(void 0===a||a)&&!!o,staleTime:3e4,cacheTime:3e5,useErrorBoundary:!1})}function NE(){var e=this;return Yf(["workos-domain-status"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosDomainStatus().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function UE(){var e=this;return Yf(["workos-sso-config-status"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosSsoConfigStatus().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function BE(e){var t=this,o=e.scope,a=e.enabled;return Yf(["hidden-fields",o],function(){return n(t,void 0,void 0,function(){var e,t;return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getHiddenFields({scope:o})];case 1:return e=n.sent(),[2,null!==(t=null==e?void 0:e.data)&&void 0!==t?t:[]]}})})},{enabled:!!o&&(void 0===a||a),staleTime:3e5,useErrorBoundary:!1})}function ME(e,t,o,a){var i=this;return void 0===o&&(o=!0),Yf(["certificates",e,t,null!=a?a:null],function(){return n(i,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getCertificates(e,t,a).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t&&o,cacheTime:0,useErrorBoundary:!1})}function FE(e,t,o,a){var i=this;return void 0===a&&(a=!0),Yf(["download-certificate",e,t,o],function(){return n(i,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().downloadCertificate(e,t,o).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t&&!!o&&a,cacheTime:0,useErrorBoundary:!1})}function HE(){return HE=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},HE.apply(this,arguments)}
50
+ */"production"===process.env.NODE_ENV?Lf.exports=function(){if(Df)return zf;Df=1;var e=s,t="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},n=e.useState,r=e.useEffect,o=e.useLayoutEffect,a=e.useDebugValue;function i(e){var n=e.getSnapshot;e=e.value;try{var r=n();return!t(e,r)}catch(e){return!0}}var c="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var s=t(),c=n({inst:{value:s,getSnapshot:t}}),u=c[0].inst,l=c[1];return o(function(){u.value=s,u.getSnapshot=t,i(u)&&l({inst:u})},[e,s,t]),r(function(){return i(u)&&l({inst:u}),e(function(){i(u)&&l({inst:u})})},[e]),a(s),s};return zf.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:c,zf}():Lf.exports=(qf||(qf=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!n(e,r)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},r=t.useState,o=t.useEffect,a=t.useLayoutEffect,i=t.useDebugValue,c=!1,u=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(s,l){c||void 0===t.startTransition||(c=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=l();if(!u){var p=l();n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),u=!0)}var h=(p=r({inst:{value:d,getSnapshot:l}}))[0].inst,f=p[1];return a(function(){h.value=d,h.getSnapshot=l,e(h)&&f({inst:h})},[s,d,l]),o(function(){return e(h)&&f({inst:h}),s(function(){e(h)&&f({inst:h})})},[s]),i(d),d};Nf.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Nf);var Uf=Lf.exports;const Bf=Uf.useSyncExternalStore,Mf=i.createContext(void 0),Ff=i.createContext(!1);function Hf(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=Mf),window.ReactQueryClientContext):Mf)}const Wf=({context:e}={})=>{const t=i.useContext(Hf(e,i.useContext(Ff)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},Vf=({client:e,children:t,context:n,contextSharing:r=!1})=>{i.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),"production"!==process.env.NODE_ENV&&r&&e.getLogger().error("The contextSharing option has been deprecated and will be removed in the next major version");const o=Hf(n,r);return i.createElement(Ff.Provider,{value:!n&&r},i.createElement(o.Provider,{value:e},t))},Gf=i.createContext(!1);Gf.Provider;const Kf=i.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function $f(e,t){return"function"==typeof e?e(...t):!!e}function Qf(e,t){const n=Wf({context:e.context}),r=i.useContext(Gf),o=i.useContext(Kf),a=n.defaultQueryOptions(e);a._optimisticResults=r?"isRestoring":"optimistic",a.onError&&(a.onError=bf.batchCalls(a.onError)),a.onSuccess&&(a.onSuccess=bf.batchCalls(a.onSuccess)),a.onSettled&&(a.onSettled=bf.batchCalls(a.onSettled)),(e=>{e.suspense&&("number"!=typeof e.staleTime&&(e.staleTime=1e3),"number"==typeof e.cacheTime&&(e.cacheTime=Math.max(e.cacheTime,1e3)))})(a),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(a,o),(e=>{i.useEffect(()=>{e.clearReset()},[e])})(o);const[s]=i.useState(()=>new t(n,a)),c=s.getOptimisticResult(a);if(Bf(i.useCallback(e=>{const t=r?()=>{}:s.subscribe(bf.batchCalls(e));return s.updateResult(),t},[s,r]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),i.useEffect(()=>{s.setOptions(a,{listeners:!1})},[a,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(a,c,r))throw((e,t,n)=>t.fetchOptimistic(e).then(({data:t})=>{null==e.onSuccess||e.onSuccess(t),null==e.onSettled||e.onSettled(t,null)}).catch(t=>{n.clearReset(),null==e.onError||e.onError(t),null==e.onSettled||e.onSettled(void 0,t)}))(a,s,o);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:r})=>e.isError&&!t.isReset()&&!e.isFetching&&$f(n,[e.error,r]))({result:c,errorResetBoundary:o,useErrorBoundary:a.useErrorBoundary,query:s.getCurrentQuery()}))throw c.error;return a.notifyOnChangeProps?c:s.trackResult(c)}function Yf(e,t,n){return Qf(Gh(e,t,n),Rf)}function Jf(e,t,n){const r=function(e,t,n){return af(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),o=Wf({context:r.context}),[a]=i.useState(()=>new jf(o,r));i.useEffect(()=>{a.setOptions(r)},[a,r]);const s=Bf(i.useCallback(e=>a.subscribe(bf.batchCalls(e)),[a]),()=>a.getCurrentResult(),()=>a.getCurrentResult()),c=i.useCallback((e,t)=>{a.mutate(e,t).catch(Zf)},[a]);if(s.error&&$f(a.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:c,mutateAsync:s.mutate}}function Zf(){}var Xf;function eg(e){return Jf(function(e){var t=e.payload;return Bh.getInstance().postWebhookV2MultiAccount({payload:t})},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function tg(e){return Jf(function(e){var t=e.code,n=e.accountCode;return Bh.getInstance().deleteWebhookV2(t,n)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function ng(e){return Jf(function(e){var t=e.code,n=e.payload,r=e.accountCode;return Bh.getInstance().updateWebhookV2(t,n,r)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function rg(){return Jf(function(e){var t=e.name,n=e.principal;return Bh.getInstance().postAccount(t,n)})}function og(){return Jf(function(n){var r=e([Xf.ACCOUNT],n.duplicate_order,!0);return Bh.getInstance().duplicateAccount(t(t({},n),{duplicate_order:r}))})}function ag(){return Jf(function(e){return Bh.getInstance().retryDuplicateAccount(e)})}function ig(){return Jf(function(e){var t=e.name,n=e.code,r=e.principal;return Bh.getInstance().patchAccountV2({name:t,code:n,principal:r})})}function sg(){return Jf(function(e){var t=e.account_code;return Bh.getInstance().putAccountPrincipal({account_code:t})})}function cg(){return Jf(function(e){return Bh.getInstance().bulkDisableAccounts(e)},{useErrorBoundary:!1})}function ug(){return Jf(function(e){return Bh.getInstance().bulkEnableAccounts(e)},{useErrorBoundary:!1})}function lg(){return Jf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return Bh.getInstance().putAccountsUserMassive(t,n,r)})}function dg(){return Jf(function(e){var t=e.organizationCode,n=e.userCode,r=e.payload;return Bh.getInstance().deleteAccountsUserMassive(t,n,r)})}function pg(){return Jf(["post-validate-status-connection"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function hg(){return Jf(["post-change-status-connection"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function fg(){return Jf(function(e){return Bh.getInstance().putCosts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function gg(){return Jf(["post-connection"],function(e){var t=e.payload;return Bh.getInstance().postMultiConnection({payload:t}).then(function(e){return null==e?void 0:e.data})})}function mg(){return Jf(["new-post-connection-validate"],function(){return Bh.getInstance().postMultiConnectionValidate().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function yg(){return Jf(["patch-connection"],function(e){var t=e.payload,n=e.connectionCode;return Bh.getInstance().patchConnection({payload:t,connectionCode:n}).then(function(e){return null==e?void 0:e.data})})}function vg(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postDefaultRoutes({payload:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function bg(){return Jf(function(e){return Bh.getInstance().postValidateCredentials(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function kg(){var e=this;return Jf(function(t){var o=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().postNetworkTokensOnboarding(o)];case 1:return[2,e.sent().data]}})})},{useErrorBoundary:!1})}function _g(){return Jf(["patch-organizations"],function(){return Bh.getInstance().updateOrganizationStatus().then(function(e){return null==e?void 0:e.data})})}function wg(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().changePasswordV2(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Eg(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosPasswordReset(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function xg(){var e=this;return Jf(function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosAdminPortal().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Sg(){var e=this;return Jf(function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosDomainVerificationPortal().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Cg(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosVerifyMfa(t).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function Ig(e){return Jf(function(e){return Bh.getInstance().updateProfile(e)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Rg(){return Jf(function(e){return Bh.getInstance().inviteUsersMassive(e,e.organizationCode)})}function Tg(){return Jf(function(e){return Bh.getInstance().inviteUsersMassiveV2(e)})}function Og(){return Jf(function(e){var t=e.userCode,n=e.organizationCode;return Bh.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})})}function Ag(){return Jf(function(e){return Bh.getInstance().postCall(e)})}function Pg(){return Jf(function(e){return Bh.getInstance().changeLoginMethods(e)})}!function(e){e.ACCOUNT="ACCOUNT",e.CHECKOUT_BUILDER="CHECKOUT_BUILDER",e.CONNECTION="CONNECTION",e.ROUTING="ROUTING",e.RISK_CONDITIONS="RISK_CONDITIONS",e.WEBHOOKS="WEBHOOKS"}(Xf||(Xf={}));var jg=function(){var e=c("ON"===localStorage.getItem("isTesting")),t=e[0],n=e[1];return u(function(){var e=function(e){"isTesting"===e.key&&n("ON"===e.newValue)};return window.addEventListener("storage",e),function(){window.removeEventListener("storage",e)}},[]),{isTesting:t}},Dg=function(e){var t=localStorage.getItem(e),n=c(t&&JSON.parse(t)),r=n[0],o=n[1];return u(function(){var t=function(t){if(t.key===e){var n=t.newValue;o(n)}};return window.addEventListener("storage",t),function(){window.removeEventListener("storage",t)}},[e]),r},Lg=function(){var e,t;return null===(t=null===(e=Dg("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code},zg=function(){var e,t=jg().isTesting,n=null===(e=Dg("account"))||void 0===e?void 0:e.value;return(t?null==n?void 0:n.account_code_testing:null==n?void 0:n.account_code_live)||(null==n?void 0:n.code)};function qg(){if("undefined"==typeof window||"undefined"==typeof localStorage)return"dev";var e="ON"===localStorage.getItem("isTesting"),t=window.location.host;return"dashboard.y.uno"===t?e?"sb":"prod":"dashboard.staging.y.uno"===t?"stg":"dev"}function Ng(e){var n=zg(),r=l(n);return r.current=n,Jf(function(e){return Bh.getInstance().updateIsActiveCheckout(t(t({},e),{accountCode:r.current}))},e)}function Ug(e){var n=zg(),r=l(n);return r.current=n,Jf(function(e){return Bh.getInstance().publishCheckout(t(t({},e),{accountCode:r.current}))},e)}function Bg(){return Jf(function(e){var t=e.payload,n=e.transactionId,r=e.paymentId,o=e.action;return Bh.getInstance().createOperationTransaction(t,n,r,o)})}function Mg(){return Jf(function(e){var t=e.payload,n=e.paymentId,r=e.transactionId,o=e.handleSetProgress;return Bh.getInstance().uploadChargebacks(t,n,r,o)})}function Fg(){return Jf(function(e){var t=e.transactionCode,n=e.payload;return Bh.getInstance().postProviderRawResponse(t,n)})}function Hg(){return Jf(function(e){var t=e.paymentId,n=e.payload;return Bh.getInstance().addToRiskList(t,n)})}var Wg=new wf({}),Vg=new class{constructor(e={}){this.queryCache=e.queryCache||new wf,this.mutationCache=e.mutationCache||new Sf,this.logger=e.logger||vf,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=lf.subscribe(()=>{lf.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=pf.subscribe(()=>{pf.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]=Kh(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=Gh(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=Gh(e),i=this.defaultQueryOptions(a);return this.queryCache.build(this,i).setData(o,{...n,manual:!0})}setQueriesData(e,t,n){return bf.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]=Kh(e,t),r=this.queryCache;bf.batch(()=>{r.findAll(n).forEach(e=>{r.remove(e)})})}resetQueries(e,t,n){const[r,o]=Kh(e,t,n),a=this.queryCache,i={type:"active",...r};return bf.batch(()=>(a.findAll(r).forEach(e=>{e.reset()}),this.refetchQueries(i,o)))}cancelQueries(e,t,n){const[r,o={}]=Kh(e,t,n);void 0===o.revert&&(o.revert=!0);const a=bf.batch(()=>this.queryCache.findAll(r).map(e=>e.cancel(o)));return Promise.all(a).then(Hh).catch(Hh)}invalidateQueries(e,t,n){const[r,o]=Kh(e,t,n);return bf.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]=Kh(e,t,n),a=bf.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(Hh);return null!=o&&o.throwOnError||(i=i.catch(Hh)),i}fetchQuery(e,t,n){const r=Gh(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(Hh).catch(Hh)}fetchInfiniteQuery(e,t,n){const r=Gh(e,t,n);return r.behavior=Cf(),this.fetchQuery(r)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(Hh).catch(Hh)}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=>Jh(e)===Jh(t.queryKey));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find(t=>Zh(e,t.queryKey));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter(t=>Zh(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=>Jh(e)===Jh(t.mutationKey));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find(t=>Zh(e,t.mutationKey));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter(t=>Zh(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=Yh(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:Wg});function Gg(){return Jf(function(e){return Bh.getInstance().createReconciliationsReportV2(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Kg(){return Jf(function(e){return Bh.getInstance().createReconciliationsReportV3(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function $g(){return Jf(function(e){return Bh.getInstance().createReportV2(e).then(function(e){return null==e?void 0:e.data})})}function Qg(){return Jf(function(e){return Bh.getInstance().getTotalRowsForExport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Yg(){return Jf(function(e){return Bh.getInstance().cancelReport(e).then(function(e){return null==e?void 0:e.data})})}function Jg(t){var o=this;return Jf(function(){return n(o,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().createReportTemplate(t).then(function(e){return null==e?void 0:e.data})]})})},{onMutate:function(t){return n(o,void 0,void 0,function(){var n;return r(this,function(r){switch(r.label){case 0:return[4,Vg.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return r.sent(),n=Vg.getQueryData(["GET/reports/templates"]),Vg.setQueryData(["GET/reports/templates"],function(n){return e(e([],n,!0),[t],!1)}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){Vg.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){Vg.invalidateQueries({queryKey:["GET/reports/templates"]})}})}function Zg(e){return Jf(function(){return Bh.getInstance().updateReportTemplate(e).then(function(e){return null==e?void 0:e.data})})}function Xg(){return Jf(function(e){return Bh.getInstance().deletePaymentsReportTemplate(e).then(function(e){return null==e?void 0:e.data})})}function em(e,t,o){var a=this;void 0===o&&(o=null);var i=(null==o?void 0:o.basePath)||Bd.DEFAULT_ROUTING_TYPE;return Jf(function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().postSmartRoutingCreateWorkflow(e,t,i).then(function(e){return null==e?void 0:e.data})];case 1:return[2,n.sent()]}})})},o)}function tm(e,t){var o=this,a=e.versionCode,i=e.accountCode,s=e.organizationCode,c=e.routingType,u=void 0===c?Bd.DEFAULT_ROUTING_TYPE:c;return void 0===t&&(t=null),Jf(function(){return n(o,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().postSmartRoutingPublishVersion(i,a,s,u).then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})},t)}function nm(e,t){var n=e.data,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().putSmartRoutingUpdateWorkflow(r,n,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},t)}function rm(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().deleteSmartRoutingVersion(r,n,a).then(function(e){return null==e?void 0:e.data})},t)}function om(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().postSmartRoutingDuplicateVersion(r,String(n),a).then(function(e){return null==e?void 0:e.data})},t)}function am(e,t){var n=e.paymentMethod,r=e.active,o=e.accountCode,a=e.routingType,i=void 0===a?Bd.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().putSmartRoutingToggleMethod(o,n,r,i).then(function(e){return null==e?void 0:e.data})},t)}function im(e,t){var o=this;return void 0===t&&(t=null),Jf(function(t){return n(o,void 0,void 0,function(){var n,o,a,i,s,c;return r(this,function(r){switch(r.label){case 0:return n=Bh.getInstance(),o=t.map(function(t){return n.putSmartRoutingToggleMethod(e,t.paymentMethod,t.active,t.routingType)}),[4,Promise.allSettled(o)];case 1:return a=r.sent(),i=a.filter(function(e){return"rejected"===e.status}),s=a.filter(function(e){return"fulfilled"===e.status}),c=i.map(function(e,n){return{paymentMethod:t[n].paymentMethod,error:"rejected"===e.status?e.reason:null}}),[2,{success:s.length,failed:i.length,total:t.length,errors:c}]}})})},t)}function sm(e,t){var n=e.declinedId,r=e.accountCode;return void 0===t&&(t=null),Jf(function(e){return void 0===e&&(e=null),Bh.getInstance().updateSmartRoutingDeclinedGroup(r,n,e).then(function(e){return null==e?void 0:e.data})},t)}function cm(e){var t=e.accountCode;return Jf(function(e){return void 0===e&&(e=null),Bh.getInstance().createSmartRoutingDeclinedGroup(t,e).then(function(e){return null==e?void 0:e.data})},e.options)}function um(e,t){var n=e.versionCode,r=e.accountCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(e){return void 0===e&&(e=!1),Bh.getInstance().updateSmartRoutingFavorite(r,n,e,a).then(function(e){return null==e?void 0:e.data})},t)}function lm(e,t){var n=e.code,r=e.name,o=e.accountCode,a=e.routingType,i=void 0===a?Bd.DEFAULT_ROUTING_TYPE:a;return void 0===t&&(t=null),Jf(function(){return Bh.getInstance().putSmartRoutingUpdateWorkflowName(o,{code:n,name:r},i).then(function(e){return null==e?void 0:e.data})},t)}function dm(e,t){var n=e.accountCode,r=e.workflowVersionCode,o=e.routingType,a=void 0===o?Bd.DEFAULT_ROUTING_TYPE:o;return void 0===t&&(t=null),Jf(function(e){return Bh.getInstance().simulateSmartRoutingTransaction(n,r,e,a).then(function(e){return null==e?void 0:e.data})},t)}function pm(e,t){return void 0===t&&(t=null),Jf(function(t){return Bh.getInstance().updateMonitorRedistribution(e,t).then(function(e){return null==e?void 0:e.data})},t)}function hm(e,n){return void 0===n&&(n={}),Jf(function(t){var n=t.declinedGroupCode;return Bh.getInstance().removeDeclinedGroup(e,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},t(t({},n),{useErrorBoundary:!1}))}function fm(e,n){return void 0===n&&(n={}),Jf(function(t){var n=t.payload;return Bh.getInstance().multiAccountDeclinedGroupCreate(e,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},t(t({},n),{useErrorBoundary:!1}))}var gm=function(e){return Jf(function(t){return Bh.getInstance().createMonitorThreshold(t,e).then(function(e){return e.data})})},mm=function(e){return Jf(function(t){return Bh.getInstance().createMonitorTemplate(t,e).then(function(e){return e.data})})};function ym(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postSlackFeatureNotification(t).then(function(e){return null==e?void 0:e.data})})}function vm(){return Jf(function(e){var t=e.userCode,n=e.organizationCode;return Bh.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then(function(e){return null==e?void 0:e.data})})}function bm(){return Jf(function(){return Bh.getInstance().setCustodian().then(function(e){return null==e?void 0:e.data})})}function km(){return Jf(function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().createRoles(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function _m(){var e=this;return Jf(function(t){var o=t.payload,a=t.id,i=t.accountCode;return n(e,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return[4,Bh.getInstance().editRoles({payload:o,id:a},i)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}})})},{useErrorBoundary:!1})}function wm(){return Jf(function(e){return Bh.getInstance().deleteRoles(e).then(function(e){return null==e?void 0:e.data})})}function Em(){return Jf(function(e){var t=e.payload;return Bh.getInstance().createOrgRole(t).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function xm(){var e=this;return Jf(function(t){var o=t.payload,a=t.id;return n(e,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return[4,Bh.getInstance().editOrgRole({payload:o,id:a})];case 1:return[2,null==(e=t.sent())?void 0:e.data]}})})},{useErrorBoundary:!1})}function Sm(){return Jf(function(e){return Bh.getInstance().deleteOrgRole(e).then(function(e){return null==e?void 0:e.data})})}function Cm(){return Jf(function(e){return Bh.getInstance().startUserExport({accountCodes:e.account_codes,name:e.name,search:e.search,statuses:e.statuses,roleIds:e.role_ids}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Im(){return Jf(["post-payment-links"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postPaymentLinks({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data})})}function Rm(){return Jf(["post-delete-payment-link"],function(e){var t=e.code;return Bh.getInstance().postDeletePaymentLink({code:t}).then(function(e){return null==e?void 0:e.data})})}function Tm(){return Jf(["patch-payment-links"],function(e){var t=e.payload,n=e.accountCode,r=e.paymentLinkCode;return Bh.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:r}).then(function(e){return null==e?void 0:e.data})})}function Om(){return Jf(["upload-payment-link-logo"],function(e){var t=e.payload;return Bh.getInstance().uploadPaymentLinkLogo({payload:t}).then(function(e){return null==e?void 0:e.data})})}function Am(){return Jf(["post-subscription"],function(e){return Bh.getInstance().postSubscription(e).then(function(e){return null==e?void 0:e.data})})}function Pm(){return Jf(["post-pause-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postPauseSubscription(t).then(function(e){return null==e?void 0:e.data})})}function jm(){return Jf(["post-resume-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postResumeSubscription(t).then(function(e){return null==e?void 0:e.data})})}function Dm(){return Jf(["post-cancel-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postCancelSubscription(t).then(function(e){return null==e?void 0:e.data})})}function Lm(){return Jf(["patch-subscription"],function(e){var t=e.subscriptionCode,n=e.payload;return Bh.getInstance().patchSubscription(t,n).then(function(e){return null==e?void 0:e.data})})}function zm(){return Jf(["post-reschedule-subscription"],function(e){var t=e.subscriptionCode;return Bh.getInstance().postRescheduleSubscription(t).then(function(e){return null==e?void 0:e.data})})}function qm(){return Jf(["post-list-subscriptions"],function(e){return Bh.getInstance().postListSubscriptions(e).then(function(e){return null==e?void 0:e.data})})}function Nm(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postUserSettings(t)},{onMutate:function(e){return e}})}function Um(){return Jf(function(e){return Bh.getInstance().postUserThemeSettings(e)})}function Bm(){return Jf(function(e){var t=e.payload,n=e.section;return Bh.getInstance().postUserSettingsTables(t,n)},{onMutate:function(e){return e},onSuccess:function(e){var n=Vg.getQueryData(["fetch-profile"]);e.data&&Vg.setQueryData(["fetch-profile"],t(t({},n),{settings:e.data}))}})}function Mm(e){return Jf(["pinned-sections"],function(e){var t=e.payload;return Bh.getInstance().postUserSettingsPinned(t)},{onMutate:function(t){var n=t.payload;return e({payload:n})}})}function Fm(){return Yf(["fetch-profile"],function(){return Bh.getInstance().getProfile().then(function(e){var t=null==e?void 0:e.data;return t&&localStorage.setItem("user",JSON.stringify(t)),t}).catch(function(e){throw e})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Hm(){var e=this;return Yf(["get-user-full"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().getUserFull()];case 1:return[2,e.sent().data]}})})},{keepPreviousData:!0,useErrorBoundary:!1})}function Wm(e,t){return Yf(["fetch-permissions",e,t],function(){var e,t,n,r=localStorage.getItem("account"),o=localStorage.getItem("user"),a=r&&JSON.parse(r),i=o&&JSON.parse(o);return((null==i?void 0:i.merlin)?null===(e=null==i?void 0:i.merlin)||void 0===e?void 0:e.permissions:null===(n=null===(t=null==a?void 0:a.value)||void 0===t?void 0:t.role)||void 0===n?void 0:n.permission_ids.map(function(e){return{permission_name:e,description:e,resource_server_name:e,resource_server_identifier:e}}))||[]})}function Vm(e){return Yf(["email-verification",e],function(){return Bh.getInstance().emailVerification(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})}function Gm(){return Yf({queryKey:["get-login-methods"],queryFn:function(){return Bh.getInstance().getLoginMethods().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})}})}function Km(){return Yf(["fetch-impersonation-users"],function(){return Bh.getInstance().getImpersonationUsers().then(function(e){var t;return(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.result)||[]})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function $m(){return Yf(["fetch-impersonation-enabled"],function(){return Bh.getInstance().getImpersonationEnabled().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Qm(e,t,o,a,i,s){var c=this;return void 0===o&&(o=1),void 0===a&&(a=10),Yf(["get-users-to-impersonate",e,t,o,a,i,s],function(){return n(c,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getUsersToImpersonate(e,t,o,a,i,s).then(function(e){return null==e?void 0:e.data})]})})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function Ym(e){var t;return Yf(["fetch-communications",e],function(){return Bh.getInstance().getCommunications(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null===(t=e.account_codes)||void 0===t?void 0:t.length),useErrorBoundary:!1,cacheTime:3e3})}function Jm(){return Yf(["fetch-communications-filters"],function(){return Bh.getInstance().getCommunicationsFilters().then(function(e){return null==e?void 0:e.data})},{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function Zm(e,t){return Yf(["fetch-communication-details",e],function(){return Bh.getInstance().getCommunicationDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,useErrorBoundary:!1,cacheTime:0})}var Xm=["fetch-profile"];function ey(n,r,o){var a,i,s=Fm(),c=Nm().mutate,u=s.data,l=s.isLoading||!s.isFetched,p=null!==(i=null===(a=null==u?void 0:u.settings)||void 0===a?void 0:a.viewed_tutorials)&&void 0!==i?i:[],h="onboarding-".concat(null!=n?n:"default","-").concat(r,"-").concat(o),f=p.includes(h),g=d(function(){var n=null;Vg.setQueryData(Xm,function(r){var o,a,i;if(!r)return r;var s=null!==(a=null===(o=r.settings)||void 0===o?void 0:o.viewed_tutorials)&&void 0!==a?a:[];if(s.includes(h))return r;var c=e(e([],s,!0),[h],!1);return n=c,t(t({},r),{settings:t(t({},null!==(i=r.settings)&&void 0!==i?i:{}),{viewed_tutorials:c})})}),n&&c({payload:{viewed_tutorials:n}})},[h,c]);return{hasSeenOnboarding:f,dismiss:g,id:h,isProfileLoading:l}}function ty(){return Jf(function(e){var t=e.password,n=e.otp;return Bh.getInstance().getMfaTokenValidation(t,n).then(function(e){return null==e?void 0:e.data})})}function ny(){return Jf(function(){return Bh.getInstance().getEmailOtp().then(function(e){return null==e?void 0:e.data})})}function ry(){return Jf(function(e){return Bh.getInstance().confirmMfaOtp(e).then(function(e){return null==e?void 0:e.data})})}function oy(){return Jf(function(e){return Bh.getInstance().unrollMfa(e).then(function(e){return null==e?void 0:e.data})})}function ay(){return Jf(function(){return Bh.getInstance().validatePasswordStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return{valid:!1}})})}function iy(){return Jf(["post-get-allowlist-items"],function(e){var t=e.payload;return Bh.getInstance().postAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function sy(){return Jf(["post-get-allowlist-multi-account"],function(e){var t=e.payload;return Bh.getInstance().postGetAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function cy(){return Jf(["post-create-allowlist-multi-account"],function(e){var t=e.payload;return Bh.getInstance().postCreateAllowlistMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function uy(){return Jf(["patch-change-status-allowlist"],function(e){var t=e.payload;return Bh.getInstance().patchChangeStatusAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function ly(){return Jf(["patch-change-status-allowlist-item"],function(e){var t=e.payload;return Bh.getInstance().patchChangeStatusAllowlistItem({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function dy(){return Jf(["post-add-allowlist-items"],function(e){var t=e.payload;return Bh.getInstance().patchAddAllowlistItems({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function py(){return Jf(["patch-allowlist"],function(e){var t=e.payload;return Bh.getInstance().patchAllowlist({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function hy(){return Jf(["post-blacklist-multi-account"],function(e){var t=e.payload;return Bh.getInstance().postBlackListMultiAccount({payload:t}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function fy(){return Jf(["put-blacklist"],function(e){return Bh.getInstance().putBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function gy(){return Jf(["change-blacklist"],function(e){return Bh.getInstance().changeBlackListStatus(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function my(){return Jf(["change-blacklist-item"],function(e){return Bh.getInstance().changeBlackListStatusItem(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function yy(){return Jf(["post-blacklist-items"],function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postBlackListItems({payload:t,accountCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function vy(){return Jf(["delete-blacklist"],function(e){var t=e.black_list_code;return Bh.getInstance().deleteBlackListType({black_list_code:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function by(e){var t=e.handleSetProgress;return Jf(["post-blacklist-batch"],function(e){var n=e.blacklist_code,r=e.expiration_days,o=e.file,a=e.accountCode;return Bh.getInstance().postBlackListBatch({blacklist_code:n,expiration_days:r,file:o,handleSetProgress:t,accountCode:a}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function ky(){return Jf(["change-payments-webhook"],function(e){var t=e.status,n=e.paymentCode;return Bh.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function _y(){return Jf(["delete-blacklist-items"],function(e){var t=e.blocklist_code,n=e.blocklist_item_id,r=e.account_code;return Bh.getInstance().deleteBlockListItem({blocklist_code:t,blocklist_item_id:n,account_code:r}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function wy(){return Jf(["valiate-blacklist-items"],function(e){return Bh.getInstance().valiateBlockListItems({payload:e}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Ey(){return Jf(["delete-allowlist-item"],function(e){return Bh.getInstance().deleteAllowlistItem({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function xy(){return Jf(["validate-allowlist-items"],function(e){return Bh.getInstance().validateAllowlistItems({payload:e}).then(function(e){return e.data}).catch(function(e){return e})})}function Sy(e){var t=e.fileName,n=e.onSuccess,r=e.onError,o=c(0),a=o[0],i=o[1],s=l({cancel:function(){return null}}),u=Jf(["upload-file-chargeback",t],function(e){var t=Bh.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:i}),o=t.promise,a=t.cancel;return s.current.cancel=a,o.then(function(e){return null==n||n(null==e?void 0:e.data),null==e?void 0:e.data}).catch(function(e){throw null==r||r(),e})},{useErrorBoundary:!1});return{mutation:u,cancelRequest:s.current.cancel,progress:a}}function Cy(){return Jf(function(e){return Bh.getInstance().uploadBatchRefundsV2({payload:e}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Iy(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().batchRefundByFile({payload:t}).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Ry(){var e=this;return Jf(function(t){var o=t.batchRefundId,a=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getBatchRefundProcessedFileDownload(o,a,i).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Ty(){var e=this;return Jf(function(t){var o=t.batchRefundId,a=t.organizationCode,i=t.accountCode;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getBatchRefundUserFileDownload(o,a,i).then(function(e){return null==e?void 0:e.data})]})})},{useErrorBoundary:!1})}function Oy(){var e=l({cancel:function(){return null}}),t=Jf(["upload-file"],function(t){var n=Bh.getInstance().uploadFileS3ClientBatchRefunds({payload:t}),r=n.promise,o=n.cancel;return e.current.cancel=o,r.then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})});return{mutation:t,cancelRequest:e.current.cancel}}function Ay(){return Jf(function(e){var t=e.payload,n=e.organizationCode;return Bh.getInstance().updateMFAConfig(t,n)})}function Py(){return Jf(function(e){var t=e.payload,n=e.organizationCode;return Bh.getInstance().mfaExcludeUsers(t,n)})}function jy(e){return Yf(["GET/scheduled-reports",e],function(){return Bh.getInstance().getScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Dy(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postScheduledReport(t).then(function(e){return{data:e.data,status:e.status}}).catch(function(e){return e})})}function Ly(){return Jf(function(e){var t=e.reportCode,n=e.payload;return Bh.getInstance().updateScheduledReport(t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function zy(){return Jf(function(e){return Bh.getInstance().deleteScheduledReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function qy(){return Jf(function(e){return Bh.getInstance().getConditionalConfigRules(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Ny(){return Jf(function(e){return Bh.getInstance().getRule(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Uy(){return Jf(function(e){var t=e.payload,n=e.accountCode;return Bh.getInstance().postCreateRuleMultiAccount(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function By(){return Jf(function(e){var t=e.payload,n=e.ruleId,r=e.accountCode;return Bh.getInstance().postEditRule(t,n,r).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function My(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postCreateCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Fy(){return Jf(function(e){var t=e.payload,n=e.code;return Bh.getInstance().pathCreateCustomizedApiKeys(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Hy(){return Jf(function(e){var t=e.code,n=e.password,r=e.otp,o=e.mfaToken;return Bh.getInstance().getCustomizedApiKeysToken(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Wy(){return Jf(function(e){var t=e.passwordOtp;return Bh.getInstance().getDeveloperCredentialsValidatePassword(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Vy(){return Jf(function(e){var t=e.password;return Bh.getInstance().getDeveloperCredentialsValidatePasswordRegularUser(t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function Gy(){return Jf(function(e){var t=e.code;return Bh.getInstance().deleteCustomizedApiKeys(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function Ky(){return Jf(function(e){var t=e.payload,n=e.code,r=e.password;return Bh.getInstance().patchApiKeysEditNote(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})}function $y(){return Jf(function(e){var t=e.payload,n=e.code,r=e.password;return Bh.getInstance().postApiKeysRoll(t,n,r).then(function(e){return e.data}).catch(function(e){return e})})}function Qy(){return Jf(function(e){var n=e.password,r=e.accountCode,o=e.otp,a=e.mfaToken;return Bh.getInstance().getDeveloperCredentials(n,r,o,a).then(function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})}).catch(function(e){var t,n,r;return{isValid:!1,status:null===(t=e.response)||void 0===t?void 0:t.status,error:null===(r=null===(n=null==e?void 0:e.response)||void 0===n?void 0:n.data)||void 0===r?void 0:r.data}})})}function Yy(){return Jf(function(e){var t=e.password,n=e.accountCode,r=e.otp,o=e.mfaToken;return Bh.getInstance().getDeveloperCredentials(t,n,r,o).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})})}function Jy(){return Jf(function(){return Bh.getInstance().getOrganizationKeysMetadata().then(function(e){return(null==e?void 0:e.data)||null})})}function Zy(){return Jf(function(e){var t=e.note,n=e.password;return Bh.getInstance().patchOrganizationKeysNote({note:t},n).then(function(e){return(null==e?void 0:e.data)||null})})}function Xy(){return Jf(function(e){var t=e.password,n=e.otp,r=e.mfaToken;return Bh.getInstance().postOrganizationKeysRoll(t,n,r).then(function(e){return(null==e?void 0:e.data)||null})})}function ev(){return Jf(function(e){var t=e.password,n=e.otp,r=e.mfaToken;return Bh.getInstance().postOrganizationKeysTamRequest(t,n,r).then(function(e){return(null==e?void 0:e.data)||null})})}function tv(){return Jf(function(e){var t=e.password,n=e.otp,r=e.mfaToken;return Bh.getInstance().postOrganizationKeysMarkRevealed(t,n,r).then(function(e){return(null==e?void 0:e.data)||null})})}function nv(e){return Jf(function(e){var t=e.payload;return Bh.getInstance().postAuditMonitors(t)},{onMutate:e.onMutate})}function rv(){return Jf(function(e){var t=e.codes;return Bh.getInstance().postResendWebhooks({codes:t}).then(function(e){return null==e?void 0:e.data})})}function ov(){return Jf(function(e){var t=e.tab,n=e.payload;return Bh.getInstance().postUnifiedExport(t,n).then(function(e){return null==e?void 0:e.data})})}function av(){return Jf(function(e){return Bh.getInstance().postExportApiLogs(e).then(function(e){return null==e?void 0:e.data})})}function iv(){return Jf(function(e){return Bh.getInstance().postExportWebhooksLogs(e).then(function(e){return null==e?void 0:e.data})})}function sv(){return Jf(function(e){return Bh.getInstance().postExportDashboardLogs(e).then(function(e){return null==e?void 0:e.data})})}function cv(){return Jf(function(e){return Bh.getInstance().postExportMonitorsLogs(e).then(function(e){return null==e?void 0:e.data})})}function uv(e){var t,n,r=null===(t=e.response)||void 0===t?void 0:t.data;if(r)return r.code||(null===(n=r.data)||void 0===n?void 0:n.code)}function lv(){var e=Wf();return Jf(["create-audit-subscription"],function(e){return Bh.getInstance().createAuditSubscription(e).then(function(e){return{alreadyExists:!1,subscription:null==e?void 0:e.data}}).catch(function(e){var t;if(409===(null===(t=e.response)||void 0===t?void 0:t.status)&&"subscription_already_exists"===uv(e))return{alreadyExists:!0};throw e})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["audit-subscriptions"])}})}function dv(){var e=Wf();return Jf(["delete-audit-subscription"],function(e){return Bh.getInstance().deleteAuditSubscription(e).then(function(){}).catch(function(e){var t;if(404!==(null===(t=e.response)||void 0===t?void 0:t.status)||"subscription_not_found"!==uv(e))throw e})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["audit-subscriptions"])}})}function pv(t){var o=this;return Jf(function(){return Bh.getInstance().createReconciliationReportTemplate(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{onMutate:function(t){return n(o,void 0,void 0,function(){var n,o;return r(this,function(r){switch(r.label){case 0:return[4,Vg.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return r.sent(),n=null===(o=Vg.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===o?void 0:o.templates,Vg.setQueryData(["GET/reconciliation/reports/templates"],function(n){return{templates:e(e([],n.templates,!0),[t],!1)}}),[2,{previousTemplates:n}]}})})},onError:function(e,t,n){Vg.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){Vg.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})}function hv(e){return Jf(function(){return Bh.getInstance().updateReconciliationReportTemplate(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{useErrorBoundary:!1})}function fv(){return Jf(["POST/reconciliation/alerts"],function(e){return Bh.getInstance().postReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function gv(){return Jf(["DELETE/reconciliation/alerts"],function(e){return Bh.getInstance().deleteReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function mv(){return Jf(["UPDATE/reconciliation/alerts"],function(e){return Bh.getInstance().updateReconciliationAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function yv(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postCreateInsightsReport(t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function vv(){return Jf(function(e){return Bh.getInstance().createSamlConfig(e)})}function bv(){return Jf(function(e){return Bh.getInstance().updateSamlConfig(e)})}function kv(){return Jf(function(){return Bh.getInstance().deleteSamlConfig()})}function _v(e,n){return void 0===n&&(n={}),Jf(function(t){return Bh.getInstance().generateAIWorkflowRoutes(e,t).then(function(e){return null==e?void 0:e.data})},t(t({},n),{useErrorBoundary:!1}))}function wv(e){return void 0===e&&(e={}),Jf(function(e){return Bh.getInstance().postAIGenerationFeedback(e).then(function(e){return null==e?void 0:e.data})},t(t({},e),{useErrorBoundary:!1}))}function Ev(){return Jf(function(e){return Bh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function xv(){return Jf(function(e){return Bh.getInstance().deleteChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Sv(){return Jf(function(e){var t=e.chart_id,n=e.type,r=e.name,o=e.user_prompt,a=void 0===o?"":o;return Bh.getInstance().patchChartGPTChart(t,{type:n,name:r,user_prompt:a}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Cv(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){var e,n,o,a,i;return r(this,function(r){switch(r.label){case 0:return[4,Bh.getInstance().createChartGPTChart(t)];case 1:if(e=r.sent(),!(n=null!==(a=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}})})},{useErrorBoundary:!1})}function Iv(){return Jf(function(e){return Bh.getInstance().createChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Rv(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){var e,n,o,a,i;return r(this,function(r){switch(r.label){case 0:return[4,Bh.getInstance().createChartGPTChart(t)];case 1:if(e=r.sent(),!(n=null!==(a=null===(o=null==e?void 0:e.data)||void 0===o?void 0:o.chartgpt_id)&&void 0!==a?a:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:n}]}})})},{useErrorBoundary:!1})}function Tv(e,t){var n=e.chartCode,r=Wf();return Jf(function(e){return Bh.getInstance().submitChartFeedback(n,{rating:e.rating,issues:e.issues||[],comment:e.comment}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(e){var o;r.invalidateQueries(["chart-feedback",n]),null===(o=null==t?void 0:t.onSuccess)||void 0===o||o.call(t,e)},onError:function(e){var n;null===(n=null==t?void 0:t.onError)||void 0===n||n.call(t,e)}})}function Ov(){var e=this;return Jf(["POST/template-reporting/report-templates"],function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().createTemplateReporting(t).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Av(){var e=this;return Jf(["POST/template-reporting/report-templates/clone"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().cloneReportTemplate(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Pv(){var e=this;return Jf(["PATCH/template-reporting/report-templates/selection"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().updateTemplateSelection(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function jv(){var e=this;return Jf(["PATCH/template-reporting/report-templates/status"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().changeTemplateStatus(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Dv(){var e=this;return Jf(["DELETE/template-reporting/report-templates"],function(t){var o=t.templateId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().deleteReportTemplate(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function Lv(){var e=this;return Jf(["POST/template-reporting/report-schedules"],function(t){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().createReportSchedule(t).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function zv(){var e=this;return Jf(["PATCH/template-reporting/report-schedules/disable"],function(t){var o=t.scheduleId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().disableReportSchedule(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function qv(){var e=this;return Jf(["DELETE/template-reporting/report-schedules"],function(t){var o=t.scheduleId,a=t.payload;return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().deleteReportSchedule(o,a).then(function(e){return null==e?void 0:e.data})]})})},{onSuccess:function(){Vg.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function Nv(){return Jf(function(e){return Bh.getInstance().postOrganizationConfigs(e)})}function Uv(){return Jf(function(e){return Bh.getInstance().putOrganizationConfigsByAccount(e)})}function Bv(){return Jf(["create-installments-plan"],function(e){var t=e.payload;return Bh.getInstance().createInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})}function Mv(){return Jf(["update-installments-plan"],function(e){var t=e.code,n=e.payload;return Bh.getInstance().updateInstallmentsPlan(t,n).then(function(e){return null==e?void 0:e.data})})}function Fv(){return Jf(["delete-installments-plan"],function(e){var t=e.code;return Bh.getInstance().deleteInstallmentsPlan(t).then(function(e){return null==e?void 0:e.data})})}function Hv(){return Jf(["bulk-create-installments-plans"],function(e){var t=e.payload;return Bh.getInstance().bulkCreateInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})}function Wv(){return Jf(["bulk-delete-installments-plans"],function(e){var t=e.payload;return Bh.getInstance().bulkDeleteInstallmentsPlans(t).then(function(e){return null==e?void 0:e.data})})}function Vv(){return Jf(function(e){var t=e.accountCode,n=e.payload;return Bh.getInstance().createRecipientExport(n,t).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Gv(){return Jf(function(e){var t=e.accountCode,n=e.exportCode;return Bh.getInstance().downloadRecipientExport(n,t).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Kv(){var e=Wf();return Jf(["create-recipient"],function(e){var t=e.organizationCode,n=e.payload;return Bh.getInstance().createRecipient(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function $v(){var e=Wf();return Jf(["update-recipient"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.payload;return Bh.getInstance().updateRecipient(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Qv(){var e=Wf();return Jf(["delete-recipient"],function(e){var t=e.organizationCode,n=e.recipientId;return Bh.getInstance().deleteRecipient(t,n).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Yv(){var e=Wf();return Jf(["create-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.payload;return Bh.getInstance().createOnboarding(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Jv(){var e=Wf();return Jf(["update-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.onboardingId,o=e.payload;return Bh.getInstance().updateOnboarding(t,n,r,o).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Zv(){var e=Wf();return Jf(["block-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.onboardingId;return Bh.getInstance().blockOnboarding(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}function Xv(){var e=Wf();return Jf(["unblock-onboarding"],function(e){var t=e.organizationCode,n=e.recipientId,r=e.onboardingId;return Bh.getInstance().unblockOnboarding(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["recipients"])}})}var eb="GET/concierge/alerts",tb="GET/concierge/alerts/by-id";function nb(){return Yf([eb],function(){return Bh.getInstance().getConciergeAlerts().then(function(e){return e.data})},{useErrorBoundary:!1})}function rb(e){return Yf([tb,e],function(){return Bh.getInstance().getConciergeAlertById(e).then(function(e){return e.data})},{enabled:!!e,useErrorBoundary:!1})}function ob(){return Jf(["POST/concierge/alerts"],function(e){return Bh.getInstance().createConciergeAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries([eb]),Vg.invalidateQueries([tb])},useErrorBoundary:!1})}function ab(){return Jf(["DELETE/concierge/alerts"],function(e){return Bh.getInstance().deleteConciergeAlert(e).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries([eb]),Vg.invalidateQueries([tb])},useErrorBoundary:!1})}function ib(){return Jf(["POST/concierge/alerts/enable"],function(e){var t=e.alertId,n=e.payload;return Bh.getInstance().enableConciergeAlert(t,n).then(function(e){return e.data}).catch(function(e){throw e})},{onSuccess:function(){Vg.invalidateQueries([eb]),Vg.invalidateQueries([tb])},useErrorBoundary:!1})}function sb(){return Jf(function(e){var t=e.payload;return Bh.getInstance().postPlaygroundExecuteFlow(t).then(function(e){return null==e?void 0:e.data})})}function cb(){return Jf(["post-integration-request"],function(e){var t=e.payload;return Bh.getInstance().postIntegrationRequest({payload:t}).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function ub(){var e=Wf();return Jf(["create-certificate"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.payload;return Bh.getInstance().createCertificate(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}function lb(){var e=Wf();return Jf(["update-certificate-accounts"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.certificateCode,o=e.payload;return Bh.getInstance().updateCertificateAccounts(t,n,r,o).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}function db(){var e=Wf();return Jf(["delete-certificate"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.certificateCode;return Bh.getInstance().deleteCertificate(t,n,r).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}function pb(){var e=Wf();return Jf(["delete-certificate-account"],function(e){var t=e.organizationCode,n=e.accountCode,r=e.certificateCode,o=e.accountCodeToRemove;return Bh.getInstance().deleteCertificateAccount(t,n,r,o).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,onSuccess:function(){e.invalidateQueries(["certificates"])}})}var hb;function fb(e){var t=this;return Yf(["fetch-payments-lazy",e],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().postPaymentsLazy(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function gb(e){return Yf(["fetch-payments-evaluated",e],function(){return Bh.getInstance().postPaymentsEvaluated(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function mb(e){var t=this,o=e.paymentCode,a=e.enabled,i=void 0===a||a,s=Bh.getInstance();return Yf(["get-payment-v2",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getPaymentV2(o).then(function(e){return e.data})]})})},{enabled:i,cacheTime:500,useErrorBoundary:!1})}function yb(e){var t=this,o=e.payment_code,a=e.enabled,i=void 0===a||a,s=Bh.getInstance();return Yf(["get-payment-transaction-details-v2",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getTransactionDetailsV2({payment_code:o}).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!o&&i,cacheTime:0,useErrorBoundary:!1})}function vb(e){var t=this,o=e.transaction_code,a=e.enabled,i=void 0===a||a,s=Bh.getInstance();return Yf(["get-payment-transaction-raw-response",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,s.getTransactionRawResponse({transaction_code:o})]})})},{enabled:!!o&&i,cacheTime:0,useErrorBoundary:!1})}function bb(e){var t=Lg();return Yf(["payment-methods",e],function(){return Bh.getInstance().getPaymentMethodsByCountry({provider_id:null==e?void 0:e.provider_id,country:null==e?void 0:e.country},t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!(null==e?void 0:e.provider_id),useErrorBoundary:!1})}function kb(){return Yf({queryKey:["/payment-methods/providers"],queryFn:function(){return Bh.getInstance().getPaymentMethodsAndProviders().then(function(e){return null==e?void 0:e.data})},cacheTime:864e5,useErrorBoundary:!1})}function _b(){return Yf(["GET/catalog/card-brands"],function(){return Bh.getInstance().getCardBrands().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function wb(e,t){return void 0===e&&(e=!0),void 0===t&&(t=Ld.PAYMENTS),Yf(["payment-filters",e,t],function(){return Bh.getInstance().getPaymentFilters(t).then(function(e){return null==e?void 0:e.data})},{enabled:e,useErrorBoundary:!1,cacheTime:3e5})}function Eb(){return Yf(["payment-metrics-filters"],function(){return Bh.getInstance().getPaymentMetricsFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function xb(e){var t=e.transaction_code,n=e.enabled;return Yf(["payment-transaction-details",t],function(){return Bh.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function Sb(e){var t=e.payment_code,n=e.enabled;return Yf(["transaction-history",t],function(){return Bh.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function Cb(e){var t=this;return Yf(["POST/transactions",JSON.stringify(e)],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().postTransactions(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function Ib(e){var t=this;return Yf(["POST/fraud-transactions",JSON.stringify(e)],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().postFraudTransactions(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&Object.keys(e).length>0,cacheTime:0,useErrorBoundary:!1})}function Rb(e){return Yf(["GET/payout-detail",JSON.stringify(e)],function(){var t=Bh.getInstance();return e.organization_code?t.getPayoutDetails(e).then(function(e){return null==e?void 0:e.data}):{}},{enabled:!!e.organization_code&&!!e&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function Tb(e){return Yf(["GET/payout-transaction-detail",JSON.stringify(e)],function(){return Bh.getInstance().getPayoutTransactionDetails(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!(null==e?void 0:e.transaction_code)&&(null==e?void 0:e.enabled),cacheTime:0,useErrorBoundary:!1})}function Ob(e){var t=Lg();return Yf(["GET/payout-history-detail",JSON.stringify(e)],function(){return Bh.getInstance().getPayoutHistoryDetails(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.payout_code)&&e.enabled,cacheTime:0,useErrorBoundary:!1})}function Ab(e,t){var o=this,a=Lg();return Yf(["GET/useGetProofOfCancel",a,e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getProofOfCancel(e,a,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!a&&!!t,cacheTime:0,useErrorBoundary:!1})}function Pb(e,t){var o=this,a=Lg();return Yf(["GET/useGetProofOfPayment",a,e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getProofOfPayment(e,a,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!a&&!!t,cacheTime:0,useErrorBoundary:!1})}function jb(e,t,o){var a=this,i=Bh.getInstance();return Yf(["send-payment-notification",e,t],function(){return n(a,void 0,void 0,function(){var n,a;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,i.sendPaymentNotification(e,t)];case 1:return n=r.sent(),o.onSuccess(),[2,n.data];case 2:throw a=r.sent(),o.onError(),a;case 3:return[2]}})})},{enabled:o.enabled,cacheTime:0,useErrorBoundary:!1})}function Db(e){return Yf(["usePayoutsList",e&&JSON.stringify(e)],function(){var t=Bh.getInstance();if(e)return t.postPayouts(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&!!Object.values(e).length,cacheTime:0})}function Lb(e){var t=this;void 0===e&&(e=!0);var o=Lg();return Yf(["getPayoutsFilters",o],function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getPayoutsFilters(o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{enabled:e&&!!o})}function zb(e,t){var o=this;void 0===t&&(t=!0);var a=Lg();return Yf(["getPayoutTimeline",e,a],function(){return n(o,void 0,void 0,function(){var t;return r(this,function(n){return t=Bh.getInstance(),e?[2,t.getPayoutTimeline(e,a).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]:[2]})})},{enabled:t&&!!e&&!!a,cacheTime:500,useErrorBoundary:!1})}function qb(e){var n=e.password,r=e.accountCode,o=e.otp,a=e.mfaToken;return Yf(["developers"],function(){return Bh.getInstance().getDeveloperCredentials(n,r,o,a).then(function(e){return t(t({},null==e?void 0:e.data),{isValid:!0})}).catch(function(e){var t,n;return{isValid:!1,status:e.response.status,error:null===(n=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.data)||void 0===n?void 0:n.data}})},{enabled:!1,cacheTime:0})}function Nb(){return Yf(["fetch-customized-api-keys-members"],function(){return Bh.getInstance().getCustomizedApiKeysMembers().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function Ub(){return Yf(["developers-get-allowed-ips"],function(){return Bh.getInstance().getAllowedIps().then(function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null}).catch(function(e){return t(t({},e),{isError:!0})})},{enabled:!1,cacheTime:0})}function Bb(){return Yf(["fetch-customized-api-keys-accounts"],function(){return Bh.getInstance().getCustomizedApiKeysAccounts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function Mb(e){return Yf(["fetch-customized-api-keys",e],function(){return Bh.getInstance().postCustomizedApiKeys(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!(null==e?void 0:e.length)})}function Fb(){return Yf(["fetch-customized-api-keys-products"],function(){return Bh.getInstance().getCustomizedApiKeysProducts().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0})}function Hb(){return Jf(["developers-patch-allowed-ips"],function(e){return Bh.getInstance().patchAllowedIps(e).then(function(e){return(null==e?void 0:e.data)?t(t({},null==e?void 0:e.data),{isError:!1}):null}).catch(function(e){return t(t({},e),{isError:!0})})},{cacheTime:0})}function Wb(){return Yf(["fetch-organizations"],function(){return Bh.getInstance().getOrganization().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{keepPreviousData:!0})}function Vb(e){var t=Lg();return Yf(["organizations-provider-params",e],function(e){var n=e.queryKey;return Bh.getInstance().getProviderParams(n[1],t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.id),useErrorBoundary:!1})}function Gb(e){var t=e.integration_code,n=e.enabled,r=e.accountCode;return Yf(["integration-params",t,r],function(){return t.includes("undefined")?{}:Bh.getInstance().getIntegrationParams({accountCode:r,integration_code:t}).then(function(e){return null==e?void 0:e.data})},{enabled:n,useErrorBoundary:!1})}function Kb(e){var t=e.accountCode,n=e.organizationCode,r=Lg();return Yf(["organizations-account-integrations",t,n],function(){return Bh.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||r}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:!!t,useErrorBoundary:!1})}function $b(e){var t=e.accountCode,n=e.paymentMethod,r=e.basePath,o=void 0===r?Bd.DEFAULT_ROUTING_TYPE:r;return Yf(["fetch-connections-by-payment-method",n,t,o],function(){return Bh.getInstance().getConnectionsByPaymentMethod(t,n,o).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})}function Qb(){var e=this;return Yf(["fetch-hash-pylon"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getHashPylon()]})})},{keepPreviousData:!0,useErrorBoundary:!1})}function Yb(){return Yf(["connections"],function(){return Bh.getInstance().getConnections().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Jb(){return Yf(["params-catalog"],function(){return Bh.getInstance().getWebhookParamsV2().then(function(e){return null==e?void 0:e.data})})}function Zb(e){var t=e.accountCode,n=e.name;return Yf(["webhooks",t,n],function(){return Bh.getInstance().getWebhooksV3({accountCode:t,name:n}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,useErrorBoundary:!1})}function Xb(e){var t=e.accountCode,n=e.enabled;return Yf(["webhooks-detail",t],function(){return Bh.getInstance().getWebhooksV2Detail({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!n})}function ek(e){var t,n=Lg(),r=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return Yf({queryKey:["accounts",r],queryFn:function(){return Bh.getInstance().getAccounts(r).then(function(e){return null==e?void 0:e.data})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!r})}function tk(e){return Yf(["accountsV2",e],function(){return Bh.getInstance().getAccountsV2().then(function(e){return(null==e?void 0:e.data)||[]}).catch(function(e){throw e})},{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})}function nk(e){var t=null==e?void 0:e.includeDisabled;return Yf(["accounts-by-organization",{includeDisabled:t}],function(){return Bh.getInstance().getAccountsByOrganization({includeDisabled:t}).then(function(e){return(null==e?void 0:e.data)||[]}).catch(function(e){throw e})},{keepPreviousData:!0,useErrorBoundary:!1})}function rk(e){return Yf(["accountsV2-by-user",e],function(){return e?Bh.getInstance().getAccountsByUser(e).then(function(e){return{accountsV2ByUser:(null==e?void 0:e.data)||null}}).catch(function(e){return{accountsV2ByUser:[],error:e}}):{accountsV2ByUser:[]}},{enabled:!!e,staleTime:0})}function ok(e,t){var o=this;return Yf({queryKey:["accounts-for-impersonation",e,t],queryFn:function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getAccountsForImpersonation(e).then(function(e){var n,r;return(null===(r=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.response)||void 0===r?void 0:r.map(function(e){return{label:e.name,value:t?e.code_testing:e.code_live,code_live:e.code_live,code_testing:e.code_testing}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function ak(e){var t=this;return Yf({queryKey:["roles-for-impersonation",e],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getRolesForImpersonation(e).then(function(e){var t,n;return(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.roles)||void 0===n?void 0:n.map(function(e){return{label:e.name,value:e.id}}))||[]})]})})},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function ik(e){return Yf({queryKey:["pending-duplicate-accounts",e],queryFn:function(){return Bh.getInstance().getPendingDuplicateAccounts()},useErrorBoundary:!1,keepPreviousData:!0,refetchInterval:e})}function sk(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-methods",e,t],function(){return Bh.getInstance().getSmartRoutingMethods(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function ck(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-workflow",t,e,n],function(){return Bh.getInstance().getSmartRoutingWorkflow(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e,cacheTime:0,retry:!1})}function uk(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-condition-types",e,t,n],function(){return Bh.getInstance().getSmartRoutingConditionTypes(e,t,n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t&&!!e})}function lk(e,t){return Yf(["smart-routing-condition-payment-method",e,t],function(){return Bh.getInstance().getSmartRoutingConditionPaymentMethod(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:null!==t})}function dk(e,t){return Yf(["smart-routing-condition-types-values",t,e],function(){return Bh.getInstance().getSmartRoutingConditionTypesValues(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!e,useErrorBoundary:!1})}function pk(e){var t=e.accountCode,n=e.workflowVersionId,r=e.routingType,o=void 0===r?Bd.DEFAULT_ROUTING_TYPE:r;return Yf(["smart-routing-workflow-version",n,t,o],function(){return Bh.getInstance().getSmartRoutingWorkflowVersion(t,n,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})}function hk(e,t,n,r){return void 0===r&&(r=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-next-route",e,n,t,r],function(){return Bh.getInstance().getSmartRoutingNextSteps(e,t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,useErrorBoundary:!1})}function fk(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-decline-groups",e,t],function(){return Bh.getInstance().getSmartRoutingDeclinedGroup(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function gk(e,t,n){return void 0===n&&(n=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-payment-route",e,t,n],function(){return Bh.getInstance().getSmartRoutingPaymentRoute(e,t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})}function mk(e,t){return void 0===t&&(t=Bd.DEFAULT_ROUTING_TYPE),Yf(["smart-routing-simulate-condition-type-values",e,t],function(){return Bh.getInstance().getSmartRoutingSimulateConditionTypeValues(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,cacheTime:0})}function yk(e){var t=e.text,n=e.conditionType;return Yf(["smart-routing-search-condition-values",t,n],function(){return Bh.getInstance().getSmartRoutingSearchConditionValues(n,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!n&&!!t,cacheTime:0})}function vk(){return Yf(["smart-routing-conversion-rates"],function(){return Bh.getInstance().getProviderConversionRatesData().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!1,useErrorBoundary:!1})}function bk(){var e=this;return Yf({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})}function kk(){var e=this;return Yf({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}})})},useErrorBoundary:!1})}function _k(e){return Yf(["fetch-routing-monitors-templates",e],function(){return Bh.getInstance().getRoutingMonitorsTemplates(e).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function wk(e,t){return Yf(["fetch-routing-monitors-template",e],function(){return Bh.getInstance().getRoutingMonitorsTemplate(e,t).then(function(e){return e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:!!e&&!!t&&"NONE"!==e,useErrorBoundary:!1})}function Ek(e,n){var r=e.accountCode,o=Yf(["checkouts",r],function(){return Bh.getInstance().getCheckouts({accountCode:r}).then(function(e){return e.data})},t({cacheTime:0,enabled:Boolean(r),useErrorBoundary:!1},n)),a=o.refetch;return t(t({},o),{refetch:function(e){return a(null!=e?e:void 0)}})}!function(e){e.IN_PROGRESS="IN_PROGRESS",e.COMPLETED="COMPLETED",e.FAILED="FAILED"}(hb||(hb={}));var xk=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},Sk=function(e,t){var n=e.paymentMethodType,r=e.type;return Yf(xk({paymentMethodType:n,type:r}),function(){return Bh.getInstance().getNameAndIcon({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},Ck=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]},Ik=function(e,t){var n=e.paymentMethodType,r=e.type;return Yf(Ck({paymentMethodType:n,type:r}),function(){return Bh.getInstance().getRequiredFields({paymentMethodType:n,type:r}).then(function(e){return null==e?void 0:e.data})},t)},Rk=function(e){return Yf(["checkout-builder-country-data",e],function(){return Bh.getInstance().getCountryData({accountCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})},Tk=function(e){return["checkout-payment-method-accounts",e.paymentMethod,e.organizationCode]},Ok=function(e,n){var r=e.paymentMethod,o=e.organizationCode;return Yf(Tk({paymentMethod:r,organizationCode:o}),function(){return Bh.getInstance().getPaymentMethodAccounts({paymentMethod:r,organizationCode:o}).then(function(e){return null==e?void 0:e.data})},t({cacheTime:0,enabled:Boolean(r),useErrorBoundary:!1},n))};function Ak(e){var t=e.accountCode;return Yf(["styling-sdk-dynamic",t],function(){return Bh.getInstance().getStylingSdkDynamic({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function Pk(e){var t=e.accountCode;return Yf(["styling-settings-v2",t],function(){return Bh.getInstance().getStylingSettingsV2({accountCode:t}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function jk(){return Jf(function(e){var t=e.accountCode,n=e.payload;return Bh.getInstance().changeStylingSettings({accountCode:t,payload:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})})}function Dk(e){return Yf(["notifications-customer",e],function(){return Bh.getInstance().getNotificationsCustomer(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e,keepPreviousData:!1})}function Lk(e){return Yf(["validate-opsgenie-key",e],function(){return Bh.getInstance().getValidateOpsgenieKey(e).then(function(e){return null==e?void 0:e.data}).catch(function(){return{error:!0}})},{enabled:!!e,cacheTime:0})}function zk(){return Yf(["notifications-merged"],function(){return Bh.getInstance().getMergedNotifications().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{keepPreviousData:!1,cacheTime:0})}function qk(){return Jf(function(e){return Bh.getInstance().getNotificationsNumber(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})})}function Nk(){var e=this;return Jf(function(t){return n(e,void 0,void 0,function(){var e;return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().pathNotification(t)];case 1:return[2,null==(e=n.sent())?void 0:e.data]}})})})}var Uk={key:"metadata_fields",name:"metadata_fields",unique_key:"metadata_fields"};function Bk(){return Yf(["reports"],function(){return Bh.getInstance().reportsList().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Mk(e){return void 0===e&&(e=!0),Yf(["reports-multi-env"],function(){return Bh.getInstance().reportsListMultiEnv().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e})}function Fk(e,t,n){return void 0===t&&(t=!1),Yf(["reports/".concat(e)],function(){return Bh.getInstance().downloadReports(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,onSuccess:n,useErrorBoundary:!1})}function Hk(e){return Yf(["GET/reports/templates"],function(){return Bh.getInstance().getReportTemplates().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,useErrorBoundary:!1})}function Wk(t,o,a){var i=this;return Yf(["GET/reports/columns/".concat(o,"/").concat(a)],function(){return n(i,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getReportColumns(o,a).then(function(t){return o===Ud.ALL&&a===Nd.PAYMENTS?e(e([],(null==t?void 0:t.data)||[],!0),[Uk],!1):null==t?void 0:t.data}).catch(function(e){return e})]})})},{enabled:t,useErrorBoundary:!1})}function Vk(e,t){var o=this,a=Lg();return Yf(["getRefundPdf",e,a,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRefundPdf(e,a,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})]})})},{enabled:!!e&&!!a,useErrorBoundary:!1})}function Gk(){var e=Lg();return Yf(["teams-filters-members"],function(){return Bh.getInstance().teamsFiltersMembers({organizationCode:e}).then(function(e){return null==e?void 0:e.data})},{cacheTime:0})}function Kk(e){var t=e.organizationCode,n=e.accountCodes,r=e.search,o=e.status,a=e.roleId,i=e.statuses,s=e.roleIds,c=e.page,u=e.pageSize,l=Lg();return Yf(["fetch-post-members-v2",t,n,r,o,a,i,s,c,u],function(){return Bh.getInstance().postMembersPaginatedV2({organizationCode:l,accountCodes:n,search:r,status:o,roleId:a,statuses:i,roleIds:s,page:c,pageSize:u}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&!!n,cacheTime:0,useErrorBoundary:!1})}function $k(){return Yf(["fetch-roles"],function(){return Bh.getInstance().getRoles().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Qk(){return Yf(["fetch-rolespermissions"],function(){return Bh.getInstance().getRolesPermissions().then(function(e){return null==e?void 0:e.data})})}function Yk(){return Yf(["fetch-permissions-catalog"],function(){return Bh.getInstance().getPermissionsCatalog().then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{useErrorBoundary:!1})}function Jk(){return Yf(["fetch-org-roles-permissions"],function(){return Bh.getInstance().getOrgRolesPermissions().then(function(e){return null==e?void 0:e.data})})}function Zk(){return Yf(["fetch-org-permissions-catalog"],function(){return Bh.getInstance().getOrgPermissionsCatalog().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function Xk(e){var t=e.exportCode,n=e.enabled;return Yf(["user-export-status",t],function(){return Bh.getInstance().getUserExportStatus({exportCode:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t&&(void 0===n||n),refetchInterval:function(e){return("PENDING"===(null==e?void 0:e.status)||"IN_PROGRESS"===(null==e?void 0:e.status))&&5e3},useErrorBoundary:!1})}function e_(e){var t=e.page,n=void 0===t?0:t,r=e.pageSize,o=void 0===r?20:r,a=e.enabled;return Yf(["user-exports-list",n,o],function(){return Bh.getInstance().listUserExports({page:n,pageSize:o}).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===a||a,useErrorBoundary:!1})}function t_(){var e=this,t=Wf();return function(o){return n(e,void 0,void 0,function(){return r(this,function(e){return[2,t.fetchQuery(["user-export-status",o],function(){return Bh.getInstance().getUserExportStatus({exportCode:o}).then(function(e){return null==e?void 0:e.data})})]})})}}function n_(e){return Yf(["data-report",e],function(){return Bh.getInstance().getSmartRoutingDataReport(e).then(function(e){return null==e?void 0:e.data})},{cacheTime:0,useErrorBoundary:!1})}function r_(e,t,n,r){void 0===n&&(n=!0);return Yf(["get-insights-conversion-rate-metrics-v2",e,t],function(){return Bh.getInstance().getInsightsMetricsConversionRateV2(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:n&&(!!(null==e?void 0:e.currency_code)&&"Empty"!==(null==e?void 0:e.currency_code)&&"string"==typeof(null==e?void 0:e.currency_code)||Array.isArray(null==e?void 0:e.currency_code)&&0===(null==e?void 0:e.currency_code.length)),staleTime:200,cacheTime:200,useErrorBoundary:!1,retry:1})}function o_(e,t){return Yf(["get-insights-conversion-rate-view-more-metrics",t,e],function(){return Bh.getInstance().getInsightsMetricsConversionRateViewMore(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled)&&!!t,cacheTime:200,useErrorBoundary:!1})}function a_(e){return Yf(["get-insights-conversion-rate-fallback-metrics",e],function(){return Bh.getInstance().getInsightFallbackMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.enabled),cacheTime:200,useErrorBoundary:!1})}function i_(e,t,n,r){return void 0===r&&(r=!0),delete t.account_code,Yf(["get-insights-volume-metrics-v2",t,e,n],function(){return Bh.getInstance().getInsightsMetricsVolumeV2(e,n,t).then(function(e){return null==e?void 0:e.data})},{enabled:r,cacheTime:200,useErrorBoundary:!1})}function s_(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return Yf(["get-insights-overview-v3",e,t],function(){return Bh.getInstance().getInsightOverviewV3(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:n,cacheTime:0,useErrorBoundary:!1})}function c_(e){return Yf(["get-insights-home-metrics",e],function(){return Bh.getInstance().getInsighstHomeMetrics(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!(null==e?void 0:e.currency_code)&&!!(null==e?void 0:e.account_codes)&&!!(null==e?void 0:e.organization_code)&&(null==e?void 0:e.isLiveMode)&&!!(null==e?void 0:e.timezone),cacheTime:200,useErrorBoundary:!1})}function u_(e){return Yf(["get-insights-reports",e],function(){return Bh.getInstance().getInsightsReport(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!(null==e?void 0:e.type),cacheTime:0,useErrorBoundary:!1})}function l_(e){return Yf(["get-insights-reports-again",e],function(){return Bh.getInstance().getInsightsReportAgain(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!(null==e?void 0:e.code),cacheTime:0,useErrorBoundary:!1})}function d_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-fraud-screening-volume-and-count-tx",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsFraudScreeningVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function p_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-fraud-screening-conversion-rate",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsFraudScreeningConversionRate(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function h_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-volume-and-count-tx",t,e],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function f_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-conversion-rate-and-evolution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsConversionRateAndEvolution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function g_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-decline-reasons",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsDeclineReasons(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function m_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-3ds-frictionless-vs-challenge",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsights3dsFrictionlessVsChallenge(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function y_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-volume-and-count-tx",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksVolumeAndCountTx(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function v_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-total-rate-and-evolution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksTotalRateAndEvolution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function b_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-win-rate",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksWinRate(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function k_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-disputed",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksDisputed(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function __(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksByProviderAndCardBrand(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function w_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-reasons-distribution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksReasonsDistribution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function E_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-status-distribution",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksStatusDistribution(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function x_(e,t,o){var a=this;return void 0===o&&(o={enabled:!0}),Yf({queryKey:["post-insights-chargebacks-by-card-brand",e,t],queryFn:function(){return n(a,void 0,void 0,function(){return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getInsightsChargebacksByCardBrand(e,t)];case 1:return[2,n.sent()]}})})},enabled:o.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function S_(e,t){return Yf(["fetch-reconciliation-transaction",e],function(){return Bh.getInstance().getReconciliationTransactions(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})}function C_(e,t){return Yf(["fetch-reconciliation-settlements",e],function(){return Bh.getInstance().getReconciliationSettlements(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t,useErrorBoundary:!1})}function I_(e,t){return Yf(["fetch-reconciliation-metrics",e],function(){return Bh.getInstance().getReconciliationMetrics(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!t,cacheTime:500})}function R_(){return Yf(["GET-reconciliation-filters"],function(){return Bh.getInstance().getReconciliationFilters().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1})}function T_(e){return Yf(["GET/v1/reconciliation/table/".concat(e,"/columns")],function(){return Bh.getInstance().getAllTableColumns(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})})}function O_(){return Yf(["GET/v1/reconciliation/active"],function(){return Bh.getInstance().getReconciliationActive().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{useErrorBoundary:!1})}function A_(e,t,n){return Yf(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],function(){return Bh.getInstance().getReconciliationsReportColumns(t,n).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})}function P_(e){return Yf(["GET/reconciliation/reports/templates"],function(){return Bh.getInstance().getReconciliationReportTemplates().then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){throw e})},{enabled:e,useErrorBoundary:!1})}function j_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/alerts/list",t,n],function(){return Bh.getInstance().getReconciliationAlerts(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function D_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/agenda/list",t,n],function(){return Bh.getInstance().getReconciliationAgenda(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function L_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/agenda/insights",t,n],function(){return Bh.getInstance().getReconciliationAgendaInsightByKey(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function z_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/sales/list",t,n],function(){return Bh.getInstance().getReconciliationSales(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function q_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/advancements/list",t,n],function(){return Bh.getInstance().getReconciliationAdvancements(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function N_(e){var t=e.body,n=e.params,r=e.enabled;return Yf(["GET/reconciliation/fees/list",t,n],function(){return Bh.getInstance().getReconciliationFees(t,n).then(function(e){return e.data})},{enabled:r,useErrorBoundary:!1})}function U_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflicts-summary",t],function(){return Bh.getInstance().getReconciliationInsightsConflictsSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function B_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-reconciled-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsNotReconciledAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function M_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-reconciled-list",t],function(){return Bh.getInstance().getReconciliationInsightsNotReconciledList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function F_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-status-conflict-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsStatusConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function H_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-status-conflict-list",t],function(){return Bh.getInstance().getReconciliationInsightsStatusConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function W_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-amount-conflict-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsAmountConflictAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function V_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-amount-conflict-list",t],function(){return Bh.getInstance().getReconciliationInsightsAmountConflictList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function G_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflict-date-summary",t],function(){return Bh.getInstance().getReconciliationInsightsConflictDateSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function K_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflict-date-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsConflictDateAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function $_(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-conflict-date-list",t],function(){return Bh.getInstance().getReconciliationInsightsConflictDateList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function Q_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-incorrect-fees-summary",t,n],function(){return Bh.getInstance().getReconciliationInsightsIncorrectFeesSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Y_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-incorrect-fees-aggregators",t,n],function(){return Bh.getInstance().getReconciliationInsightsIncorrectFeesAggregators(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function J_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-incorrect-fees-list",t,n],function(){return Bh.getInstance().getReconciliationInsightsIncorrectFeesList(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function Z_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-fees-charged-summary",t,n],function(){return Bh.getInstance().getReconciliationInsightsFeesChargedSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function X_(e){var t=e.body,n=e.dateFilter,r=e.enabled;return Yf(["reconciliation-insights-reconciled-summary",t,n],function(){return Bh.getInstance().getReconciliationInsightsReconciledSummary(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===r||r,useErrorBoundary:!1})}function ew(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Yf(["reconciliation-insights-reconciled-aggregators",t,n,r],function(){return Bh.getInstance().getReconciliationInsightsReconciledAggregators(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})}function tw(e){var t=e.body,n=e.dateFilter,r=e.transactionType,o=e.enabled;return Yf(["reconciliation-insights-reconciled-list",t,n,r],function(){return Bh.getInstance().getReconciliationInsightsReconciledList(t,n,r).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===o||o,useErrorBoundary:!1})}function nw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-confirm-summary",t],function(){return Bh.getInstance().getReconciliationInsightsNotConfirmSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function rw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-confirm-aggregators",t],function(){return Bh.getInstance().getReconciliationInsightsNotConfirmAggregators(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function ow(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-not-confirm-list",t],function(){return Bh.getInstance().getReconciliationInsightsNotConfirmList(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function aw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-amount-to-be-settled-summary",t],function(){return Bh.getInstance().getReconciliationInsightsAmountToBeSettledSummary(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function iw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-reconciliation-rate-by-provider",t],function(){return Bh.getInstance().getReconciliationInsightsReconciliationRateByProvider(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function sw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-reconciliation-rate-by-account",t],function(){return Bh.getInstance().getReconciliationInsightsReconciliationRateByAccount(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function cw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-reconciliation-rate-by-currency",t],function(){return Bh.getInstance().getReconciliationInsightsReconciliationRateByCurrency(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}function uw(e){var t=e.body,n=e.enabled;return Yf(["reconciliation-insights-settlement-lookup",t],function(){return Bh.getInstance().getReconciliationInsightsSettlementLookup(t).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===n||n,useErrorBoundary:!1})}var lw=Object.freeze({__proto__:null,useAllFeatureFlags:function(e){var t=this,o=Yf({queryKey:["all-feature-flags",Object.values(e).filter(Boolean)],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getFeatureFlagIdAll({accountCode:e.account_code}).then(function(e){return null==e?void 0:e.data})]})})},enabled:!!e.account_code&&!!e.organization_code&&!!e.email,cacheTime:9e5,useErrorBoundary:!1}),a=Wf();return u(function(){a.setQueryData(["cached-feature-flags"],o)},[o,a]),o},useCachedFeatureFlag:function(e){var n,r,o=Wf(),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=Yf({queryKey:["cached-feature-flags"],queryFn:function(){},enabled:!1,select:function(t){var n;return{result:null===(n=null==t?void 0:t.data)||void 0===n?void 0:n[e]}},initialData:function(){var e=o.getQueryData(["cached-feature-flags"]);return(null==e?void 0:e.data)||{}}});return t(t({},s),{isLoading:i})},useFeatureFlags:function(e){var t=this,o=Object.values(e).filter(Boolean);return Yf(["feature-flags",o],function(){return n(t,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().getFeatureFlagId(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o.length>1,useErrorBoundary:!1})}});function dw(e){return{data:e,error:null,isLoading:!1,isFetching:!1,isSuccess:!0,isError:!1,isLoadingError:!1,isRefetchError:!1,isStale:!1,isFetched:!0,isFetchedAfterMount:!0,isPlaceholderData:!1,isPreviousData:!1,isRefetching:!1,isPaused:!1,isInitialLoading:!1,status:"success",fetchStatus:"idle",dataUpdatedAt:Date.now(),errorUpdatedAt:0,failureCount:0,errorUpdateCount:0,refetch:function(){return Promise.resolve(dw(e))},remove:function(){}}}var pw=Object.freeze({__proto__:null,useAllFeatureFlags:function(e){return dw({})},useCachedFeatureFlag:function(e){return dw({result:h(e,!1)})},useFeatureFlags:function(e){var t,n=h(e.name,!1);return dw(((t={})[e.name]=n,t))}}),hw="datadog"==("datadog"===process.env.FEATURE_FLAGS_PROVIDER?"datadog":"legacy")?pw:lw,fw=hw.useFeatureFlags,gw=hw.useAllFeatureFlags,mw=hw.useCachedFeatureFlag;function yw(e){return Yf(["events",e],function(){return Bh.getInstance().getAuditEvents(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.account_code&&!!e.organizationCode,cacheTime:0,keepPreviousData:!0,useErrorBoundary:!1})}function vw(e,t){return Yf(["audit-event-by-code",e,t],function(){return Bh.getInstance().getAuditEventByCode(e,null!=t?t:[]).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&Array.isArray(t),cacheTime:0,useErrorBoundary:!1,retry:!1})}function bw(e){return Yf(["audit-monitor-event-detail",e],function(){return Bh.getInstance().getAuditMonitorDetail(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:null!==e,cacheTime:0,useErrorBoundary:!1})}function kw(e){return Yf(["api-logs",e],function(){return Bh.getInstance().postApiLogs({payload:e}).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})}function _w(e){var t=e.params;return Yf(["webhook-logs",t],function(){return Bh.getInstance().postWebhookLogs({payload:t}).then(function(e){return null==e?void 0:e.data})},{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})}function ww(e,t){return Yf(["api-logs-detail",e,t],function(){return Bh.getInstance().getApiLogsDetailByPaymentCode(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function Ew(e,t){return Yf(["api-logs-by-transaction",e,t],function(){return Bh.getInstance().getApiLogsByTransactionCode(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&!!t,cacheTime:0,useErrorBoundary:!1})}function xw(e,t){return void 0===t&&(t=!0),Yf(["audit-exports-list",e],function(){return Bh.getInstance().getAuditExportsList(e).then(function(e){return null==e?void 0:e.data})},{enabled:t,cacheTime:0,useErrorBoundary:!1})}function Sw(e,t,n){return void 0===t&&(t=!1),Yf(["audit-export-download",e],function(){return Bh.getInstance().getAuditExportDownload(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&t,cacheTime:0,useErrorBoundary:!1,onSuccess:n})}function Cw(e){var t=e.tab,n=e.exportId,r=e.enabled,o=void 0!==r&&r,a=e.onSuccess;return Yf(["unified-export-status",t,n],function(){return Bh.getInstance().getUnifiedExportStatus(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!n&&o,cacheTime:0,useErrorBoundary:!1,onSuccess:a})}function Iw(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 Yf(["unified-exports-list",t,r,a],function(){return Bh.getInstance().getUnifiedExportsList(t,r,a).then(function(e){return null==e?void 0:e.data})},{enabled:void 0===i||i,cacheTime:0,useErrorBoundary:!1})}function Rw(e){return Yf(["api-logs-stats-requests",e],function(){return Bh.getInstance().postApiLogsStatsRequests(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Tw(e){return Yf(["api-logs-stats-errors",e],function(){return Bh.getInstance().postApiLogsStatsErrors(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Ow(e){return Yf(["api-logs-stats-errors-by-endpoint",e],function(){return Bh.getInstance().postApiLogsStatsErrorsByEndpoint(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Aw(e){return Yf(["api-logs-list",e],function(){return Bh.getInstance().postApiLogsList(t({},e)).then(function(e){return null==e?void 0:e.data})},{enabled:!!e.start_date,cacheTime:0,useErrorBoundary:!1})}function Pw(e){var t=e.paymentCode,n=e.createdAtFrom,r=e.enabled;return Yf(["api-logs-v2-payment",t,n],function(){return Bh.getInstance().getApiLogsV3ByPaymentCode(t,n).then(function(e){return null==e?void 0:e.data})},{enabled:(void 0===r||r)&&!!t,cacheTime:0,useErrorBoundary:!1})}function jw(){return Yf(["audit-subscriptions"],function(){return Bh.getInstance().listAuditSubscriptions().then(function(e){var t;return(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.data)||[]})},{cacheTime:0,keepPreviousData:!0,useErrorBoundary:!1})}function Dw(e,t){return Yf(["fetch-payment-links",e,t],function(){return Bh.getInstance().getPaymentLinks(e,t).then(function(e){return null==e?void 0:e.data})},{enabled:!!t,cacheTime:0})}function Lw(e){return Yf(["payment-link"],function(){return Bh.getInstance().getPaymentLinksByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e})}function zw(e){return void 0===e&&(e=!0),Yf(["countries",e],function(){return Bh.getInstance().useGetCountriesConfig().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:e,keepPreviousData:!0})}function qw(e){var t=localStorage.getItem("lang")||"en",n=e||t;return Yf(["countries-v2",n],function(){return Bh.getInstance().useGetCountriesConfigV2(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!0,keepPreviousData:!0})}function Nw(e,t){return void 0===t&&(t=!0),Yf(["subscription",e],function(){return Bh.getInstance().getSubscriptionByCode(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:500})}function Uw(e,t,n,r){return void 0===r&&(r=!0),Yf(["subscription-payments",e,t,n],function(){return Bh.getInstance().getSubscriptionPayments(e,t,n).then(function(e){return null==e?void 0:e.data})},{enabled:!!e&&r,cacheTime:0})}function Bw(e){return Jf(function(e){var t=e.payload;return Bh.getInstance().firebaseUserSubscribe(t)},{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Mw(e,t){return Yf(["get-cofig-allow-list",e],function(){return Bh.getInstance().getConfigAllowlist(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&!!t})}function Fw(e,t){return void 0===t&&(t=!0),Yf(["get-black-list",e],function(){return Bh.getInstance().getBlackListType(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:!!e&&t})}function Hw(e,t,n,r){var o;return Yf(["post-black-list",e],function(){return Bh.getInstance().postBlockList(e,null!=t?t:"",null!=n?n:0,null!=r?r:25).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:(null===(o=e[0])||void 0===o?void 0:o.length)>0&&null!==t,useErrorBoundary:!1})}function Ww(e,t,n){return Yf(["get-block-list-summary",e,t,n],function(){var r=Bh.getInstance();return n?r.getBlackListSummary(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e}):Promise.resolve({})},{enabled:!!e&&!!n})}function Vw(e,t,n,r,o,a){return Yf(["black-list-detail",e,t,r,o,a],function(){return Bh.getInstance().getBlacklistDetail(e,t,n,r,o).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{enabled:!!e&&a,cacheTime:0})}function Gw(e,t,n){return Yf(["allow-list-detail",e],function(){return Bh.getInstance().getAllowlistDetail(e,t).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&!!n})}function Kw(e,t){return void 0===t&&(t=!0),Yf(["query-post-get-allowlist-multi-account",JSON.stringify(e)],function(){return Bh.getInstance().postGetAllowlist({payload:e}).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e})},{enabled:!!e&&t,cacheTime:0})}function $w(e,t){var o=this;return void 0===e&&(e=26),void 0===t&&(t=0),Yf(["batch-refunds",e,t],function(){return n(o,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getBatchRefunds(e,t).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})]})})},{cacheTime:0})}function Qw(e){return Yf(["velocity-rules",e],function(){var t=Bh.getInstance();return e?t.getVelocityRules(e).then(function(e){return(null==e?void 0:e.data)||null}).catch(function(e){return e}):Promise.resolve({})},{enabled:!!e,keepPreviousData:!0})}function Yw(){return Yf(["config-rules"],function(){return Bh.getInstance().getAllConfigRules().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0})}function Jw(e,t){var n=e.organizationCode;return Yf(["mfa-excluded-users",n],function(){return Bh.getInstance().getMFAExcludedUsers({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function Zw(e,t){var n=e.organizationCode;return Yf(["mfa-config",n],function(){return Bh.getInstance().getMFAConfig({organizationCode:n}).then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function Xw(e,t){return Yf(["mfa-enforcement-status",e.accountCode],function(){return Bh.getInstance().getMFAEnforcementStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:t})}function eE(e){return Yf(["workos-mfa-status"],function(){return Bh.getInstance().getWorkOsMfaStatus().then(function(e){return null==e?void 0:e.data}).catch(function(e){return e})},{cacheTime:0,enabled:e.enabled})}function tE(e){return Yf(["fetch-organization-saml-config",e],function(){return Bh.getInstance().getSamlConfig().then(function(e){return e.data})},{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function nE(e){return Yf(["chartgpt-chart-execute",e],function(){return Bh.getInstance().executeChartGPTChart(e).then(function(e){return null==e?void 0:e.data})},{enabled:!!e})}function rE(){return Yf(["chartgpt-user-charts"],function(){return Bh.getInstance().getChartsByUser().then(function(e){return null==e?void 0:e.data})},{cacheTime:0})}function oE(){var e=this;return Yf(["chartgpt-user-charts-with-results"],function(){return n(e,void 0,void 0,function(){var e,o,a,i=this;return r(this,function(s){switch(s.label){case 0:return[4,(e=Bh.getInstance()).getChartsByUser()];case 1:return o=s.sent(),a=(null==o?void 0:o.data)||[],[4,Promise.all(a.map(function(o){return n(i,void 0,void 0,function(){var n,a,i,s,c,u,l,d;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,e.executeChartGPTChart(o.code)];case 1:return n=r.sent(),[2,t(t({},o),{user_prompt:null!==(s=null===(i=null==n?void 0:n.data)||void 0===i?void 0:i.user_prompt)&&void 0!==s?s:o.user_prompt,unit_to_display:null!==(u=null===(c=null==n?void 0:n.data)||void 0===c?void 0:c.unit_to_display)&&void 0!==u?u:o.unit_to_display,results:null!==(d=null===(l=null==n?void 0:n.data)||void 0===l?void 0:l.results)&&void 0!==d?d:[]})];case 2:return a=r.sent(),console.error("Failed to execute chart ".concat(o.chart_id,":"),a),[2,t(t({},o),{results:[]})];case 3:return[2]}})})}))];case 2:return[2,s.sent()]}})})})}function aE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["chartgpt-patch-and-execute",e,t],function(){return n(a,void 0,void 0,function(){var n,o,a,i,s;return r(this,function(r){switch(r.label){case 0:return[4,(n=Bh.getInstance()).patchChartGPTChart(e,t)];case 1:return o=r.sent(),a=null==o?void 0:o.data,[4,n.executeChartGPTChart(e)];case 2:return i=r.sent(),s=null==i?void 0:i.data,[2,{chart:a,execution:s}]}})})},{enabled:o&&!!e,retry:!1})}function iE(e){var t=this,o=e.chartCode,a=e.enabled;return Yf(["chart-feedback",o],function(){return n(t,void 0,void 0,function(){var e,t,n,a,i;return r(this,function(r){switch(r.label){case 0:e=Bh.getInstance(),r.label=1;case 1:return r.trys.push([1,3,,4]),[4,e.getChartFeedback(o)];case 2:return t=r.sent(),(n=null==t?void 0:t.data)&&n.rating?[2,n]:[2,null];case 3:if(a=r.sent(),404===(null===(i=null==a?void 0:a.response)||void 0===i?void 0:i.status))return[2,null];throw a;case 4:return[2]}})})},{enabled:(void 0===a||a)&&!!o,staleTime:3e5})}function sE(){return Yf(["languages"],function(){return Bh.getInstance().getLanguages().then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:300})}function cE(){var e=localStorage.getItem("lang")||"en";return Yf(["translations",e],function(){return Bh.getInstance().getTranslations(e).then(function(e){return null==e?void 0:e.data})},{useErrorBoundary:!1,cacheTime:3e4})}function uE(e){var t=this;return Yf({queryKey:["network-tokens-onboarding",e],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return[4,Bh.getInstance().getNetworkTokensOnboardingByOrganization(e)];case 1:return[2,t.sent().data]}})})},enabled:!!e,useErrorBoundary:!1,cacheTime:0})}var lE=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())},dE=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"}})},pE=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}},hE=function(e,t,n){var r,o={};return null===(r=e.plots)||void 0===r||r.forEach(function(e){var r=dE(e.rows,t,n),a=e.label;o[a]=r.map(function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:lE(e.date||""),current_amount:100*parseFloat(e.value)}})}),o},fE=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:dE(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(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")}},gE=function(e,t,n){var r,o=null===(r=e.plots)||void 0===r?void 0:r[0];return{distribution:dE(null==o?void 0:o.rows,t,n).map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(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")}},mE=function(e,o){return Yf(t({queryKey:["smart-recovery-communications-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-day",n)];case 1:return o=r.sent(),[2,(a=o.data,i=n.start_date,s=n.end_date,c=a.plots||[],u=c.find(function(e){return"TOTAL_COMMUNICATIONS_LABEL"===e.label}),l=c.find(function(e){return"COMPLETED_COMMUNICATIONS_LABEL"===e.label}),d=c.find(function(e){return"CONVERSION_RATE_LABEL"===e.label}),p=dE(null==u?void 0:u.rows,i,s),h=dE(null==l?void 0:l.rows,i,s),f=dE(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==u?void 0:u.value)||"0")},conversion_rate:{distribution:f.map(function(e){return{key:e.date||"",total:parseFloat(e.value),percentage:parseFloat(e.value)}}),total:parseFloat((null==d?void 0:d.value)||"0")},completed_communications:{distribution:h.map(function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:lE(e.date||""),current_amount:parseFloat(e.value)}}),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var a,i,s,c,u,l,d,p,h,f})})},enabled:!!e.organization_code,staleTime:3e5},o))},yE=function(e,o){return Yf(t({queryKey:["smart-recovery-communications-by-substatus",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-by-substatus",n)];case 1:return o=r.sent(),[2,pE(o.data)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},vE=function(e,o){return Yf(t({queryKey:["smart-recovery-communications-substatus-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/communications-substatus-by-day",n)];case 1:return o=r.sent(),[2,hE(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},bE=function(e,o){return Yf(t({queryKey:["smart-recovery-recovered-tpv-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-tpv-by-day",n)];case 1:return o=r.sent(),[2,fE(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))},kE=function(e,o){return Yf(t({queryKey:["smart-recovery-recovered-payments-by-day",e],queryFn:function(){return n(void 0,void 0,void 0,function(){var t,n,o;return r(this,function(r){switch(r.label){case 0:return t=Bh.getInstance(),n={start_date:e.start_date||"",end_date:e.end_date||"",organization_code:e.organization_code,account_codes:e.account_code||[],countries:e.countries||[],channels:e.channels||[],focuses:e.focuses||[],timezone:e.timezone},[4,t.post("/nova-insights/recovered-payments-by-day",n)];case 1:return o=r.sent(),[2,gE(o.data,n.start_date,n.end_date)]}})})},enabled:!!e.organization_code,staleTime:3e5},o))};function _E(e,t){var o=this;return Yf(["POST/template-reporting/templates/search",e],function(){return n(o,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().searchReportTemplates(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:t,useErrorBoundary:!1})}function wE(e,t,o){var a=this;return Yf(["POST/template-reporting/template-by-id/search",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().searchReportTemplateById(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o&&!!e,useErrorBoundary:!1})}function EE(e,t){var o=this;return Yf(["POST/template-reporting/schedules/search",e],function(){return n(o,void 0,void 0,function(){return r(this,function(t){return[2,Bh.getInstance().searchReportSchedules(e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:t,useErrorBoundary:!1})}function xE(e,t,o){var a=this;return Yf(["POST/template-reporting/schedule-by-id/search",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().searchReportScheduleById(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:o&&!!e,useErrorBoundary:!1})}function SE(){return Yf({queryKey:["organization-configs"],queryFn:function(){return Bh.getInstance().getOrganizationConfigs().then(function(e){return null==e?void 0:e.data})},cacheTime:0,useErrorBoundary:!1})}function CE(e){var t=e.accountCode,n=e.enabled;return Yf(["onboarding-status",t],function(){return Bh.getInstance().getOnboardingStatus(t).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function IE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipients",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipients(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&o,cacheTime:0,useErrorBoundary:!1})}function RE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipients-v2",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipientsV2(e,t).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&o,cacheTime:0,useErrorBoundary:!1})}function TE(e,t,o){var a,i=this;return void 0===o&&(o=!0),Yf(["get-recipient-by-id",e,t.recipient_id,null!==(a=t.masking_mode)&&void 0!==a?a:"masked"],function(){return n(i,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipientById(e,t.recipient_id,t.masking_mode?{masking_mode:t.masking_mode}:void 0).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.recipient_id&&o,cacheTime:500,useErrorBoundary:!1})}function OE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-onboarding-detail",e,t.recipient_id,t.onboarding_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getOnboardingDetail(e,t.recipient_id,t.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.recipient_id&&!!t.onboarding_id&&o,cacheTime:500,useErrorBoundary:!1})}function AE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-onboarding-timeline",e,t.onboarding_id],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getOnboardingTimeline(e,t.onboarding_id).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t.onboarding_id&&o,cacheTime:500,useErrorBoundary:!1})}function PE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipient-exports",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getRecipientExports(t,e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&o,cacheTime:0,useErrorBoundary:!1})}function jE(e,t,o){var a=this;return void 0===o&&(o=!0),Yf(["get-recipient-export-download",e,t],function(){return n(a,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().downloadRecipientExport(t,e).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t&&o,cacheTime:0,useErrorBoundary:!1})}function DE(e,t,n){return void 0===t&&(t=!0),Yf(["installments-plans",e,n],function(){return Bh.getInstance().getInstallmentPlans(n).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:Boolean(e)&&t,useErrorBoundary:!1})}function LE(e,t){return void 0===t&&(t=!0),Yf(["search-installments-plans",JSON.stringify(e)],function(){return Bh.getInstance().searchInstallmentsPlans(e).then(function(e){return null==e?void 0:e.data}).catch(function(e){throw e})},{cacheTime:0,enabled:t,useErrorBoundary:!1})}function zE(e){var t=this,o=e.paymentCode,a=e.enabled;return Yf({queryKey:["api-logs-v3",o],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getApiLogsV3(o).then(function(e){return null==e?void 0:e.data})]})})},enabled:(void 0===a||a)&&!!o,staleTime:3e4,cacheTime:3e5,useErrorBoundary:!1})}function qE(e){var t=this,o=e.paymentCode,a=e.enabled;return Yf({queryKey:["webhook-timeline",o],queryFn:function(){return n(t,void 0,void 0,function(){return r(this,function(e){return[2,Bh.getInstance().getWebhookTimeline(o).then(function(e){return null==e?void 0:e.data})]})})},enabled:(void 0===a||a)&&!!o,staleTime:3e4,cacheTime:3e5,useErrorBoundary:!1})}function NE(){var e=this;return Yf(["workos-domain-status"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosDomainStatus().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function UE(){var e=this;return Yf(["workos-sso-config-status"],function(){return n(e,void 0,void 0,function(){return r(this,function(e){switch(e.label){case 0:return[4,Bh.getInstance().workosSsoConfigStatus().then(function(e){return null==e?void 0:e.data})];case 1:return[2,e.sent()]}})})})}function BE(e){var t=this,o=e.scope,a=e.enabled;return Yf(["hidden-fields",o],function(){return n(t,void 0,void 0,function(){var e,t;return r(this,function(n){switch(n.label){case 0:return[4,Bh.getInstance().getHiddenFields({scope:o})];case 1:return e=n.sent(),[2,null!==(t=null==e?void 0:e.data)&&void 0!==t?t:[]]}})})},{enabled:!!o&&(void 0===a||a),staleTime:3e5,useErrorBoundary:!1})}function ME(e,t,o,a){var i=this;return void 0===o&&(o=!0),Yf(["certificates",e,t,null!=a?a:null],function(){return n(i,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().getCertificates(e,t,a).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t&&o,cacheTime:0,useErrorBoundary:!1})}function FE(e,t,o,a){var i=this;return void 0===a&&(a=!0),Yf(["download-certificate",e,t,o],function(){return n(i,void 0,void 0,function(){return r(this,function(n){return[2,Bh.getInstance().downloadCertificate(e,t,o).then(function(e){return null==e?void 0:e.data})]})})},{enabled:!!e&&!!t&&!!o&&a,cacheTime:0,useErrorBoundary:!1})}function HE(){return HE=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},HE.apply(this,arguments)}
51
51
  /**
52
52
  * match-sorter-utils
53
53
  *