@yuno-payments/dashboard-api-mfe 0.40.12 → 0.40.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js +5 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +1 -0
- package/build/cjs/types/mutations/audit/audit-api.mutation.d.ts +3 -2
- package/build/cjs/types/types/audit/audit.d.ts +14 -0
- package/build/esm/index.js +4 -4
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +1 -0
- package/build/esm/types/mutations/audit/audit-api.mutation.d.ts +3 -2
- package/build/esm/types/types/audit/audit.d.ts +14 -0
- package/build/index.d.ts +18 -2
- package/package.json +1 -1
package/build/esm/index.js
CHANGED
|
@@ -204,7 +204,7 @@ cookie/index.js:
|
|
|
204
204
|
* MIT Licensed
|
|
205
205
|
*)
|
|
206
206
|
*/
|
|
207
|
-
function Go(e){const t=Vo.parse(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function $o(){return Go(document.cookie)}function Ko(e){const t=e.headers.get("cookie"),n=t?Go(t):{},o=function(e){if("undefined"==typeof document||"undefined"==typeof location)return{};switch(e.credentials){case"same-origin":{const t=new URL(e.url);return location.origin===t.origin?$o():{}}case"include":return $o();default:return{}}}(e);for(const t in o)e.headers.append("cookie",Vo.serialize(t,o[t]));const a=se.getCookiesSync(e.url),r=Object.fromEntries(a.map((e=>[e.key,e.value])));for(const t of a)e.headers.append("cookie",t.toString());return{...o,...r,...n}}var Qo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Qo||{});class Jo extends w{constructor(e,t,n,o){super({info:{header:`${e} ${t}`,path:t,method:e},resolver:n,options:o}),this.checkRedundantQueryParameters()}checkRedundantQueryParameters(){const{method:e,path:t}=this.info;if(t instanceof RegExp)return;if(Xt(t)===t)return;const n=function(e){return new URL(`/${e}`,"http://localhost").searchParams}(t);n.forEach(((e,t)=>{})),b.warn(`Found a redundant usage of query parameters in the request handler URL for "${e} ${t}". Please match against a path instead and access query parameters using "new URL(request.url).searchParams" instead. Learn more: https://mswjs.io/docs/recipes/query-parameters`)}async parse(e){return{match:Zt(new URL(e.request.url),this.info.path,e.resolutionContext?.baseUrl),cookies:Ko(e.request)}}predicate(e){const t=this.matchMethod(e.request.method),n=e.parsedResult.match.matches;return t&&n}matchMethod(e){return this.info.method instanceof RegExp?this.info.method.test(e):(t=this.info.method,n=e,t.toLowerCase()===n.toLowerCase());var t,n}extendResolverArgs(e){return{params:e.parsedResult.match?.params||{},cookies:e.parsedResult.cookies}}async log(e){const t=_(e.request.url),n=await async function(e){const t=e.clone(),n=await t.text();return{url:new URL(e.url),method:e.method,headers:Object.fromEntries(e.headers.entries()),body:n}}(e.request),o=await async function(e){const t=e.clone(),n=await t.text(),o=t.status||200;return{status:o,statusText:t.statusText||Do[o]||"OK",headers:Object.fromEntries(t.headers.entries()),body:n}}(e.response),a=(r=o.status)<300?"#69AB32":r<400?"#F0BB4B":"#E95F5D";var r;console.groupCollapsed(b.formatMessage(`${tn()} ${e.request.method} ${t} (%c${o.status} ${o.statusText}%c)`),`color:${a}`,"color:inherit"),console.log("Request",n),console.log("Handler:",this),console.log("Response",o),console.groupEnd()}}function Xo(e){return(t,n,o={})=>new Jo(e,t,n,o)}const Yo={all:Xo(/.+/),head:Xo(Qo.HEAD),get:Xo(Qo.GET),post:Xo(Qo.POST),put:Xo(Qo.PUT),delete:Xo(Qo.DELETE),patch:Xo(Qo.PATCH),options:Xo(Qo.OPTIONS)},Zo=Symbol("bodyType");class ea extends Wt{[Zo]=null;constructor(e,t){const n=We(t);super(e,n),function(e,t){t.type&&Object.defineProperty(e,"type",{value:t.type,enumerable:!0,writable:!1});const n=t.headers.get("set-cookie");if(n&&(Object.defineProperty(e,Fe,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=Ue.prototype.getSetCookie.call(t.headers);for(const t of e)document.cookie=t}}(this,n)}static text(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/plain"),n.headers.has("Content-Length")||n.headers.set("Content-Length",e?new Blob([e]).size.toString():"0"),new ea(e,n)}static json(e,t){const n=We(t);n.headers.has("Content-Type")||n.headers.set("Content-Type","application/json");const o=JSON.stringify(e);return n.headers.has("Content-Length")||n.headers.set("Content-Length",o?new Blob([o]).size.toString():"0"),new ea(o,n)}static xml(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new ea(e,n)}static html(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new ea(e,n)}static arrayBuffer(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","application/octet-stream"),e&&!n.headers.has("Content-Length")&&n.headers.set("Content-Length",e.byteLength.toString()),new ea(e,n)}static formData(e,t){return new ea(e,We(t))}}g("undefined"!=typeof URL,b.formatMessage('Global "URL" class is not defined. This likely means that you\'re running MSW in an environment that doesn\'t support all Node.js standard API (e.g. React Native). If that\'s the case, please use an appropriate polyfill for the "URL" class, like "react-native-url-polyfill".'));var ta,na={content:[{test_credential:!0,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",captured:0,refunded:0,country:"MX",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"5d1558b0-4e6a-4268-a543-7b713b1de986",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82453,payment_id:83146,document_number:"IESF960301230",email:"rizinuta@fijwam.eg"}],card_transaction:[{card_transaction_id:19733,transaction_id:83459,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{test_credential:!1,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",captured:0,refunded:0,country:"MX",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"2e1180e4-4a2a-4f63-ab7a-25e2ec07314a",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82452,payment_id:83145,document_number:"GOOT991014HASNLT07",email:"beisguw@obi.cv"}],card_transaction:[{card_transaction_id:19732,transaction_id:83458,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",status:"ERROR",sub_status:"ERROR",amount_value:250,currency_code:"MXN",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",captured:0,refunded:0,country:"MX",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",description:"SUCCEEDED",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"250e2c9c-b178-4762-9364-9037a8ed99a6",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82451,payment_id:83144,document_number:"9999999999",email:"tito.gonzalez@y.uno"}],card_transaction:[{card_transaction_id:19731,transaction_id:83457,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]}],last_page:!0},oa={test_credential:!0,id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",organization_customer_external_id:"1739814014074",checkout_session:"b6ac7dcf-d76e-4d94-a781-5c6642aac69b",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"29ebcc56-977d-44ee-aea0-6aa5fc1893d7",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b",platform:"WEB",routing_flow_code:"06d778ad-1824-41c8-a80f-e65a8e2417ac",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"00df007e-5603-4173-87cf-336fe81429a4",version:null,merchant_reference:"1739814014074",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82453,email:"rizinuta@fijwam.eg",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:40:46.756582+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83146,updated_at:"2025-02-17T17:40:46.756584+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",date_of_birth:"1990-02-28",document_type:"RFC",document_number:"IESF960301230",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739814014074",browser_info_browser_time_difference:"300"}],payment_order:[{id:73140,created_at:"2025-02-17T17:40:46.789867+00:00",fee_amount:null,payment_id:83146,tip_amount:null,updated_at:"2025-02-17T17:40:46.789868+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73619,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:40:46.793886+00:00",updated_at:"2025-02-17T17:40:46.793888+00:00",unit_amount:300,payment_order_id:73140,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161666,type:"SHIPPING",created_at:"2025-02-17T17:40:46.767136+00:00",updated_at:"2025-02-17T17:40:46.767138+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null},{id:161667,type:"BILLING",created_at:"2025-02-17T17:40:46.77174+00:00",updated_at:"2025-02-17T17:40:46.771742+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},aa={test_credential:!1,id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",organization_customer_external_id:"1739813914789",checkout_session:"b80837d6-a234-486f-a28d-d6bf3fab9da3",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"f68e1740-7c89-443b-bd17-0a80d758477d",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b80837d6-a234-486f-a28d-d6bf3fab9da3",platform:"WEB",routing_flow_code:"e45f1ef1-3d24-4d83-bc91-2f6ca5159dc7",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"faf5c3bc-eae2-4192-9680-3783332796af",version:null,merchant_reference:"1739813914789",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82452,email:"beisguw@obi.cv",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:39:04.227478+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83145,updated_at:"2025-02-17T17:39:04.22748+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",date_of_birth:"1990-02-28",document_type:"CURP",document_number:"GOOT991014HASNLT07",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739813914789",browser_info_browser_time_difference:"300"}],payment_order:[{id:73139,created_at:"2025-02-17T17:39:04.25785+00:00",fee_amount:null,payment_id:83145,tip_amount:null,updated_at:"2025-02-17T17:39:04.257851+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73618,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:39:04.261319+00:00",updated_at:"2025-02-17T17:39:04.26132+00:00",unit_amount:300,payment_order_id:73139,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161664,type:"SHIPPING",created_at:"2025-02-17T17:39:04.237363+00:00",updated_at:"2025-02-17T17:39:04.237364+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null},{id:161665,type:"BILLING",created_at:"2025-02-17T17:39:04.241131+00:00",updated_at:"2025-02-17T17:39:04.241132+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ra={id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",organization_customer_external_id:"Merchan3",checkout_session:"47f2445d-9105-49ce-9a2a-659977159272",status:"ERROR",amount_value:250,currency_code:"MXN",description:"SUCCEEDED",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"6e6a2156-e2ed-40e5-92fa-b105f9e56433",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://google.com/?checkoutSession=47f2445d-9105-49ce-9a2a-659977159272",platform:null,routing_flow_code:"19ceb649-9a47-4fd4-bb6f-a83a09c62f0c",captured:0,refunded:0,account_integration_code:null,metadata:'[{"key":"country?","value":"MXN"},{"key":"Merchan_type","value":"D05,T5,T6,D02"}]',chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"5826b7b5-a68b-44e9-b338-a95045696384",version:null,merchant_reference:"2222T",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82451,email:"tito.gonzalez@y.uno",gender:"M",last_name:"Olivares",created_at:"2025-02-17T17:38:17.248723+00:00",first_name:"Tito Gonzalez",ip_address:"192.0.2.1",payment_id:83144,updated_at:"2025-02-17T17:38:17.248725+00:00",nationality:"CO",phone_number:"4499068531",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",date_of_birth:"1993-11-11",document_type:"INE",document_number:"9999999999",device_fingerprint:"hi88287gbd8d7d782ge0023",phone_country_code:"52",device_fingerprints:'{"DEFAULT":"hi88287gbd8d7d782ge0023"}',geolocation_latitude:null,browser_info_language:"es",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"string",payment_method_payer_id:null,browser_info_color_depth:"8",browser_info_java_enabled:null,browser_info_screen_width:"720",browser_info_accept_header:"string",browser_info_screen_height:"1280",browser_info_accept_browser:null,browser_info_accept_content:null,merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"Merchan3",browser_info_browser_time_difference:null}],payment_order:[{id:73138,created_at:"2025-02-17T17:38:17.268872+00:00",fee_amount:0,payment_id:83144,tip_amount:null,updated_at:"2025-02-17T17:38:17.268873+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73615,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:38:17.272809+00:00",updated_at:"2025-02-17T17:38:17.27281+00:00",unit_amount:500,payment_order_id:73138,manufacture_part_number:"XYZ123456"},{id:73616,name:"t-shirt",brand:"Nike",id_item:"333d",category:"clothes",quantity:1,sku_code:"292929292",created_at:"2025-02-17T17:38:17.275665+00:00",updated_at:"2025-02-17T17:38:17.275666+00:00",unit_amount:1e3,payment_order_id:73138,manufacture_part_number:"0A98C0A9"},{id:73617,name:"t-shirt",brand:"FFF",id_item:"089qq8998",category:"clothes",quantity:2,sku_code:"098091",created_at:"2025-02-17T17:38:17.278489+00:00",updated_at:"2025-02-17T17:38:17.27849+00:00",unit_amount:1500,payment_order_id:73138,manufacture_part_number:"0SAD9DD9D"}],customer_payer_address:[{id:161662,type:"SHIPPING",created_at:"2025-02-17T17:38:17.253338+00:00",updated_at:"2025-02-17T17:38:17.253339+00:00",address_city:"Aguascalientes",address_state:"Aguascalientes",address_line_1:"Paseo de la asunción sur 503",address_line_2:"Jardines de Aguascalientes",address_country:"MX",address_zip_code:"20270",customer_payer_id:82451,address_neighborhood:null},{id:161663,type:"BILLING",created_at:"2025-02-17T17:38:17.256549+00:00",updated_at:"2025-02-17T17:38:17.25655+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"111111",customer_payer_id:82451,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ia=[{created_at:"2025-05-25T13:50:51.304216Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"DECLINED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:null,title_description:"timeLine.purchaseDeclined",light_text:"by provider",show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""},{created_at:"2025-05-25T13:50:49.783312Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"CREATED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:"timeLine.descriptionPurchaseCreated",title_description:"timeLine.purchaseCreated",light_text:null,show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""}],sa={content:[{test_credential:!0,id:"83459",code:"5d1558b0-4e6a-4268-a543-7b713b1de986",type:"PURCHASE",transaction_data_type:"transaction",vault_on_success:"",parent_id:"",payment_id:83146,customer_payment_method_code:"",status:"ERROR",category:"CARD",amount:300,created_at:"2025-02-17T17:40:47.474187Z",updated_at:"2025-02-17T17:40:48.203256Z",payment_method:{vaulted_token:"",type:"CARD",vault_on_success:!1,token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",payment_method_detail:{card:{verify:"false",capture:"true",installments:"1",first_installments_deferral:"",installments_type:null,installments_amount:null,soft_descriptor:null,authorization_code:null,retrieval_reference_number:null,card_data:{holder_name:"TITO GLEZ",iin:"41111111",ifd:"1111",expiration_month:"5",expiration_year:"27",number_lenght:"16",security_code_lenght:"3",brand:"VISA",issuer_name:"CONOTOXIA SP Z O O",issuer_code:null,category:"CLASSIC",type:"DEBIT",installments:""}},bnpl:null,bank_transfer:null,wallet:null,payment_link:null,ticket:null}},response_code:"INVALID_CREDENTIALS",response_message:"Invalid credentials",merchant_reference:"1739814014074",provider_data:{id:"83459",transaction_id:"",account_id:"",sub_status:"",status:"",status_detail:"3001",raw_response:{value:'{"code":3001,"message":"Invalid credentials"}'},response_message:"Invalid credentials",raw_notification:"",action_data:'{"image":null,"image_type":null,"redirect":{"init_url":"","success_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b","error_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b"},"otp":{"length":0,"expiration_time":null,"retries":{"accepts":null,"number":null},"payment_instructions":null},"payment_code":{"code":null,"reference":"","expiration_time":null},"three_d_secure_redirect":{"init_url":null,"access_token":null,"redirect_url":null},"request_html":null,"sdk_provider":{"gateway":"","provider_id":null,"merchant_id":"","merchant_name":null,"amount":{"currency":"","value":"0"},"protocol_version":null,"payment_methods":null,"payment_method_type":null,"supported_networks":null,"session":null,"init_url":null,"client_id":null,"intent":null,"components":null},"expiration_time":null,"image_details":null,"info":{"screen_info":null},"render_html":null,"ui":null}'},reason:null,description:"test description",one_time_token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",require_action_type:"CHECK_STATUS",parent_provider:"",account_integration_code:"9bf85421-5326-4616-826e-8575a5d69629",technical_reverse_provider_transaction_id:"",technical_reverse_transaction_type:"",technical_reverse_status:"",stand_alone:null,fraud_screening:null}]},ua=[Yo.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",(function(){return ea.json(na)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",(function(){return ea.json(oa)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",(function(){return ea.json(aa)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",(function(){return ea.json(ra)})),Yo.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",(function(){return ea.json(ia)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",(function(){return ea.json(sa)}))],ca={total:{total_conversion_rate:.8491,insight_payment_total_conversion_rate_periodicity:{"2025-05-05":.854357872962925,"2025-05-06":.8464466315045402,"2025-05-07":.8464068445151444}},cards:{cards_approvals_rate:.8537,insight_payment_total_conversion_rate_periodicity_for_card:{"2025-05-05":.8535902892724836,"2025-05-06":.8544554997052155,"2025-05-07":.8529382291046492}},apms:{apms_conversion_rate:.846,insight_payment_total_conversion_rate_periodicity_for_apm:{"2025-05-05":.8548995923297599,"2025-05-06":.8409580339477246,"2025-05-07":.8419575308800616}},cards_without_insufficient_funds:{without_insufficient_funds_conversion_rate:.8993,insight_conversion_rate_without_insufficient_funds:{"2025-05-05":.9018141803473709,"2025-05-06":.9025951512661153,"2025-05-07":.8933830566240437}}},la={fraud:{conversion_rate_fraud_transactions:0,conversion_fraud_transactions_periodicity:null},"3ds":{conversion_rate_card_transactions3ds:.25,conversion_rate_card_transactions3ds_periodicity:{"2025-05-05":.2391304347826087,"2025-05-06":.3023255813953488,"2025-05-07":.21568627450980393}}},da={sales_volume_metric_group:{distribution:[{key:"2025-04-03",total:2146090},{key:"2025-04-04",total:498220},{key:"2025-04-05",total:563560},{key:"2025-04-06",total:822600},{key:"2025-04-07",total:660445},{key:"2025-04-08",total:553400},{key:"2025-04-09",total:464195},{key:"2025-04-10",total:470835},{key:"2025-04-11",total:3482795},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:207200},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:277185},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:152590},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:1060845},{key:"2025-04-21",total:715160},{key:"2025-04-22",total:686465},{key:"2025-04-23",total:268490},{key:"2025-04-24",total:699500},{key:"2025-04-25",total:306090},{key:"2025-04-26",total:469500},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:1610220},{key:"2025-04-29",total:699965},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:666160},{key:"2025-05-02",total:52565}],total:19121355,average:637378.5},total_payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285,average:9.5},average_ticket:{distribution:[{key:"2025-04-03",total:118580.63,min_ticket:12665,max_ticket:882e3},{key:"2025-04-04",total:51146.67,min_ticket:25900,max_ticket:121500},{key:"2025-04-05",total:74692,min_ticket:23800,max_ticket:190100},{key:"2025-04-06",total:85150,min_ticket:20900,max_ticket:141400},{key:"2025-04-07",total:46528.75,min_ticket:16200,max_ticket:125e3},{key:"2025-04-08",total:48290.91,min_ticket:21900,max_ticket:106700},{key:"2025-04-09",total:34366.25,min_ticket:13900,max_ticket:64005},{key:"2025-04-10",total:39730.45,min_ticket:15900,max_ticket:74545},{key:"2025-04-11",total:76968.93,min_ticket:15900,max_ticket:454200},{key:"2025-04-12",total:42528.33,min_ticket:29835,max_ticket:66130},{key:"2025-04-13",total:48800,min_ticket:21900,max_ticket:64800},{key:"2025-04-14",total:35138.57,min_ticket:7900,max_ticket:55100},{key:"2025-04-15",total:41117,min_ticket:35800,max_ticket:53100},{key:"2025-04-16",total:35497,min_ticket:21420,max_ticket:53700},{key:"2025-04-17",total:73650,min_ticket:47700,max_ticket:99600},{key:"2025-04-18",total:47947.5,min_ticket:39200,max_ticket:56695},{key:"2025-04-19",total:41800,min_ticket:41800,max_ticket:41800},{key:"2025-04-20",total:61248.33,min_ticket:25900,max_ticket:121600},{key:"2025-04-21",total:74095,min_ticket:16200,max_ticket:308e3},{key:"2025-04-22",total:47066.54,min_ticket:15900,max_ticket:98200},{key:"2025-04-23",total:28732.22,min_ticket:9900,max_ticket:39200},{key:"2025-04-24",total:40025,min_ticket:20200,max_ticket:109600},{key:"2025-04-25",total:34755.71,min_ticket:15900,max_ticket:45390},{key:"2025-04-26",total:84900,min_ticket:34800,max_ticket:130400},{key:"2025-04-27",total:121600,min_ticket:5e4,max_ticket:162300},{key:"2025-04-28",total:62873.33,min_ticket:21900,max_ticket:293400},{key:"2025-04-29",total:47213.75,min_ticket:11900,max_ticket:113700},{key:"2025-04-30",total:53593.33,min_ticket:27800,max_ticket:120600},{key:"2025-05-01",total:93426.67,min_ticket:15900,max_ticket:159500},{key:"2025-05-02",total:26282.5,min_ticket:22900,max_ticket:29665}],total:58001.28,min_ticket:7900,max_ticket:882e3},conversion_rate:null,total_payments_and_conversion_rate:{payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285},conversion_rate:{distribution:[{key:"2025-04-03",total:.8889},{key:"2025-04-04",total:.9},{key:"2025-04-05",total:.8333},{key:"2025-04-06",total:.8889},{key:"2025-04-07",total:.8571},{key:"2025-04-08",total:.9167},{key:"2025-04-09",total:.9231},{key:"2025-04-10",total:.9167},{key:"2025-04-11",total:.6087},{key:"2025-04-12",total:1},{key:"2025-04-13",total:.6},{key:"2025-04-14",total:1},{key:"2025-04-15",total:.7143},{key:"2025-04-16",total:1},{key:"2025-04-17",total:1},{key:"2025-04-18",total:.6667},{key:"2025-04-19",total:1},{key:"2025-04-20",total:.2727},{key:"2025-04-21",total:.6154},{key:"2025-04-22",total:.8667},{key:"2025-04-23",total:.9},{key:"2025-04-24",total:.8571},{key:"2025-04-25",total:.7778},{key:"2025-04-26",total:.6667},{key:"2025-04-27",total:1},{key:"2025-04-28",total:.5714},{key:"2025-04-29",total:.8},{key:"2025-04-30",total:1},{key:"2025-05-01",total:.8571},{key:"2025-05-02",total:1}],total:.793}},quantity_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],total:226}},{DECLINED:{distribution:[{key:"2025-04-03",total:2},{key:"2025-04-04",total:1},{key:"2025-04-05",total:1},{key:"2025-04-06",total:1},{key:"2025-04-07",total:2},{key:"2025-04-08",total:1},{key:"2025-04-09",total:1},{key:"2025-04-10",total:1},{key:"2025-04-11",total:9},{key:"2025-04-13",total:2},{key:"2025-04-15",total:2},{key:"2025-04-18",total:1},{key:"2025-04-20",total:8},{key:"2025-04-21",total:5},{key:"2025-04-22",total:2},{key:"2025-04-23",total:1},{key:"2025-04-24",total:2},{key:"2025-04-25",total:2},{key:"2025-04-26",total:2},{key:"2025-04-28",total:9},{key:"2025-04-29",total:3},{key:"2025-05-01",total:1}],total:59}}],volume_successful_payments:13108290,volume_successful_payments_by_periodicity:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],quantity_successful_payments:226,quantity_successful_payments_by_periodicity:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],average_provider_latency:[{PAYMENTEZ:{distribution:[{key:"2025-04-03",total:1582.1429},{key:"2025-04-04",total:1972.6667},{key:"2025-04-05",total:2059.25},{key:"2025-04-06",total:1772},{key:"2025-04-07",total:1236.1667},{key:"2025-04-08",total:1310.7143},{key:"2025-04-09",total:1645.25},{key:"2025-04-10",total:2277},{key:"2025-04-11",total:1729.7143},{key:"2025-04-12",total:0},{key:"2025-04-13",total:1870},{key:"2025-04-14",total:1109},{key:"2025-04-15",total:1110},{key:"2025-04-16",total:1255.5},{key:"2025-04-17",total:0},{key:"2025-04-18",total:0},{key:"2025-04-19",total:1930},{key:"2025-04-20",total:0},{key:"2025-04-21",total:1502.3333},{key:"2025-04-22",total:2444.25},{key:"2025-04-23",total:1450.6667},{key:"2025-04-24",total:1376.75},{key:"2025-04-25",total:2074},{key:"2025-04-26",total:2339.75},{key:"2025-04-27",total:0},{key:"2025-04-28",total:1719.8},{key:"2025-04-29",total:1600.5},{key:"2025-04-30",total:1692.5},{key:"2025-05-01",total:1468.5},{key:"2025-05-02",total:0}],total:1727.7576}},{NUVEI:{distribution:[{key:"2025-04-03",total:3110.5},{key:"2025-04-04",total:2706.6667},{key:"2025-04-05",total:3637.5},{key:"2025-04-06",total:2654.4},{key:"2025-04-07",total:3068.1429},{key:"2025-04-08",total:2907.6},{key:"2025-04-09",total:2998.6667},{key:"2025-04-10",total:2732.5714},{key:"2025-04-11",total:3071.4167},{key:"2025-04-12",total:3222},{key:"2025-04-13",total:3020.3333},{key:"2025-04-14",total:2870},{key:"2025-04-15",total:3333},{key:"2025-04-16",total:3319},{key:"2025-04-17",total:3217},{key:"2025-04-18",total:2612},{key:"2025-04-19",total:0},{key:"2025-04-20",total:1829.7778},{key:"2025-04-21",total:2948.875},{key:"2025-04-22",total:3199},{key:"2025-04-23",total:2890.5},{key:"2025-04-24",total:3157},{key:"2025-04-25",total:3302},{key:"2025-04-26",total:2752},{key:"2025-04-27",total:3965.6667},{key:"2025-04-28",total:3059.7333},{key:"2025-04-29",total:3012.1},{key:"2025-04-30",total:3227.6667},{key:"2025-05-01",total:2788.6667},{key:"2025-05-02",total:3353}],total:2973.3793}},{WOMPI:{distribution:[{key:"2025-04-03",total:6647},{key:"2025-04-04",total:5687},{key:"2025-04-05",total:0},{key:"2025-04-06",total:5731.6667},{key:"2025-04-07",total:4024},{key:"2025-04-08",total:8196},{key:"2025-04-09",total:6371.25},{key:"2025-04-10",total:4857},{key:"2025-04-11",total:5636.6364},{key:"2025-04-12",total:0},{key:"2025-04-13",total:7057.5},{key:"2025-04-14",total:0},{key:"2025-04-15",total:6098.3333},{key:"2025-04-16",total:7633},{key:"2025-04-17",total:4292},{key:"2025-04-18",total:7642.5},{key:"2025-04-19",total:0},{key:"2025-04-20",total:7386.5},{key:"2025-04-21",total:6093.1667},{key:"2025-04-22",total:7832.75},{key:"2025-04-23",total:5280.4},{key:"2025-04-24",total:7190.5},{key:"2025-04-25",total:0},{key:"2025-04-26",total:4156},{key:"2025-04-27",total:0},{key:"2025-04-28",total:8211.6667},{key:"2025-04-29",total:6907.3333},{key:"2025-04-30",total:6054},{key:"2025-05-01",total:7726.3333},{key:"2025-05-02",total:0}],total:6579.7901}}],total_subscriptions_and_conversion_rate:{subscriptions:{distribution:null,total:0},subscriptions_succeeded:{distribution:null,total:0},conversion_rate:{distribution:null,total:0}},total_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],total:13108290}},{DECLINED:{distribution:[{key:"2025-04-03",total:248800},{key:"2025-04-04",total:37900},{key:"2025-04-05",total:190100},{key:"2025-04-06",total:141400},{key:"2025-04-07",total:102100},{key:"2025-04-08",total:22200},{key:"2025-04-09",total:51800},{key:"2025-04-10",total:33800},{key:"2025-04-11",total:2405230},{key:"2025-04-13",total:60800},{key:"2025-04-15",total:71600},{key:"2025-04-18",total:56695},{key:"2025-04-20",total:877100},{key:"2025-04-21",total:122400},{key:"2025-04-22",total:74600},{key:"2025-04-23",total:9900},{key:"2025-04-24",total:219200},{key:"2025-04-25",total:62800},{key:"2025-04-26",total:129900},{key:"2025-04-28",total:855740},{key:"2025-04-29",total:133400},{key:"2025-05-01",total:105600}],total:6013065}}]};!function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(ta||(ta={}));var pa={sales_volume_metric_group:da.sales_volume_metric_group,total_payments:da.total_payments},ha=Yo.get("/api/insights/overview-metrics",(function(){return ea.json(pa)})),ma=[Yo.get("/api/v3/insights/overview-metrics/".concat(ta.GENERAL),(function(){return ea.json({sales_volume_metric_group:pa.sales_volume_metric_group})})),Yo.get("/api/v3/insights/overview-metrics/".concat(ta.LATENCY),(function(){return ea.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})})),Yo.get("/api/v3/insights/overview-metrics/".concat(ta.STATUS),(function(){return ea.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})})),Yo.get("/api/v3/insights/overview-metrics/".concat(ta.SUBSCRIPTIONS),(function(){return ea.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})}))],fa=e([ha],ma,!0),ga=e([Yo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",(function(){return ea.json(ca)})),Yo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",(function(){return ea.json(la)})),Yo.get("*/dialogs",(function(){return ea.json({})})),Yo.get("*/accounts/webhooks/:accountCode",(function(){return ea.json({})})),Yo.get("*/accounts/webhooks/params-catalog",(function(){return ea.json({})})),Yo.get("*/accounts/webhooks-v2/:accountCode",(function(){return ea.json({})}))],fa,!0),ya=e(e([],ua,!0),ga,!0),ba=function(...e){return new Lo(...e)}.apply(void 0,ya),ka="MSW_ENABLED";function va(e){e?(localStorage.setItem(ka,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(ka),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function ja(){return"true"===localStorage.getItem(ka)}function wa(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return va(!0)},window.disableMSW=function(){return va(!1)},window.isMSWEnabled=ja);const{toString:_a}=Object.prototype,{getPrototypeOf:Ea}=Object,{iterator:Ca,toStringTag:Sa}=Symbol,xa=(Ra=Object.create(null),e=>{const t=_a.call(e);return Ra[t]||(Ra[t]=t.slice(8,-1).toLowerCase())});var Ra;const Ta=e=>(e=e.toLowerCase(),t=>xa(t)===e),Ia=e=>t=>typeof t===e,{isArray:Oa}=Array,Aa=Ia("undefined");function za(e){return null!==e&&!Aa(e)&&null!==e.constructor&&!Aa(e.constructor)&&Da(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Pa=Ta("ArrayBuffer");const La=Ia("string"),Da=Ia("function"),qa=Ia("number"),Na=e=>null!==e&&"object"==typeof e,Ma=e=>{if("object"!==xa(e))return!1;const t=Ea(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Sa in e||Ca in e)},Ua=Ta("Date"),Ba=Ta("File"),Fa=Ta("Blob"),Wa=Ta("FileList"),Ha=Ta("URLSearchParams"),[Va,Ga,$a,Ka]=["ReadableStream","Request","Response","Headers"].map(Ta);function Qa(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let o,a;if("object"!=typeof e&&(e=[e]),Oa(e))for(o=0,a=e.length;o<a;o++)t.call(null,e[o],o,e);else{if(za(e))return;const a=n?Object.getOwnPropertyNames(e):Object.keys(e),r=a.length;let i;for(o=0;o<r;o++)i=a[o],t.call(null,e[i],i,e)}}function Ja(e,t){if(za(e))return null;t=t.toLowerCase();const n=Object.keys(e);let o,a=n.length;for(;a-- >0;)if(o=n[a],t===o.toLowerCase())return o;return null}const Xa="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Ya=e=>!Aa(e)&&e!==Xa;const Za=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&Ea(Uint8Array)),er=Ta("HTMLFormElement"),tr=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),nr=Ta("RegExp"),or=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),o={};Qa(n,((n,a)=>{let r;!1!==(r=t(n,a,e))&&(o[a]=r||n)})),Object.defineProperties(e,o)};const ar=Ta("AsyncFunction"),rr=(ir="function"==typeof setImmediate,sr=Da(Xa.postMessage),ir?setImmediate:sr?(ur=`axios@${Math.random()}`,cr=[],Xa.addEventListener("message",(({source:e,data:t})=>{e===Xa&&t===ur&&cr.length&&cr.shift()()}),!1),e=>{cr.push(e),Xa.postMessage(ur,"*")}):e=>setTimeout(e));var ir,sr,ur,cr;const lr="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Xa):"undefined"!=typeof process&&process.nextTick||rr;var dr={isArray:Oa,isArrayBuffer:Pa,isBuffer:za,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||Da(e.append)&&("formdata"===(t=xa(e))||"object"===t&&Da(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Pa(e.buffer),t},isString:La,isNumber:qa,isBoolean:e=>!0===e||!1===e,isObject:Na,isPlainObject:Ma,isEmptyObject:e=>{if(!Na(e)||za(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:Va,isRequest:Ga,isResponse:$a,isHeaders:Ka,isUndefined:Aa,isDate:Ua,isFile:Ba,isBlob:Fa,isRegExp:nr,isFunction:Da,isStream:e=>Na(e)&&Da(e.pipe),isURLSearchParams:Ha,isTypedArray:Za,isFileList:Wa,forEach:Qa,merge:function e(){const{caseless:t,skipUndefined:n}=Ya(this)&&this||{},o={},a=(a,r)=>{const i=t&&Ja(o,r)||r;Ma(o[i])&&Ma(a)?o[i]=e(o[i],a):Ma(a)?o[i]=e({},a):Oa(a)?o[i]=a.slice():n&&Aa(a)||(o[i]=a)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&Qa(arguments[e],a);return o},extend:(e,t,n,{allOwnKeys:o}={})=>(Qa(t,((t,o)=>{n&&Da(t)?e[o]=wa(t,n):e[o]=t}),{allOwnKeys:o}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,o)=>{e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,o)=>{let a,r,i;const s={};if(t=t||{},null==e)return t;do{for(a=Object.getOwnPropertyNames(e),r=a.length;r-- >0;)i=a[r],o&&!o(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==n&&Ea(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:xa,kindOfTest:Ta,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const o=e.indexOf(t,n);return-1!==o&&o===n},toArray:e=>{if(!e)return null;if(Oa(e))return e;let t=e.length;if(!qa(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Ca]).call(e);let o;for(;(o=n.next())&&!o.done;){const n=o.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const o=[];for(;null!==(n=e.exec(t));)o.push(n);return o},isHTMLForm:er,hasOwnProperty:tr,hasOwnProp:tr,reduceDescriptors:or,freezeMethods:e=>{or(e,((t,n)=>{if(Da(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const o=e[n];Da(o)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},o=e=>{e.forEach((e=>{n[e]=!0}))};return Oa(e)?o(e):o(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:Ja,global:Xa,isContextDefined:Ya,isSpecCompliantForm:function(e){return!!(e&&Da(e.append)&&"FormData"===e[Sa]&&e[Ca])},toJSONObject:e=>{const t=new Array(10),n=(e,o)=>{if(Na(e)){if(t.indexOf(e)>=0)return;if(za(e))return e;if(!("toJSON"in e)){t[o]=e;const a=Oa(e)?[]:{};return Qa(e,((e,t)=>{const r=n(e,o+1);!Aa(r)&&(a[t]=r)})),t[o]=void 0,a}}return e};return n(e,0)},isAsyncFn:ar,isThenable:e=>e&&(Na(e)||Da(e))&&Da(e.then)&&Da(e.catch),setImmediate:rr,asap:lr,isIterable:e=>null!=e&&Da(e[Ca])};function pr(e,t,n,o,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),o&&(this.request=o),a&&(this.response=a,this.status=a.status?a.status:null)}dr.inherits(pr,Error,{toJSON:function(){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:dr.toJSONObject(this.config),code:this.code,status:this.status}}});const hr=pr.prototype,mr={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{mr[e]={value:e}})),Object.defineProperties(pr,mr),Object.defineProperty(hr,"isAxiosError",{value:!0}),pr.from=(e,t,n,o,a,r)=>{const i=Object.create(hr);dr.toFlatObject(e,i,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e));const s=e&&e.message?e.message:"Error",u=null==t&&e?e.code:t;return pr.call(i,s,u,n,o,a),e&&null==i.cause&&Object.defineProperty(i,"cause",{value:e,configurable:!0}),i.name=e&&e.name||"Error",r&&Object.assign(i,r),i};function fr(e){return dr.isPlainObject(e)||dr.isArray(e)}function gr(e){return dr.endsWith(e,"[]")?e.slice(0,-2):e}function yr(e,t,n){return e?e.concat(t).map((function(e,t){return e=gr(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const br=dr.toFlatObject(dr,{},null,(function(e){return/^is[A-Z]/.test(e)}));function kr(e,t,n){if(!dr.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const o=(n=dr.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!dr.isUndefined(t[e])}))).metaTokens,a=n.visitor||c,r=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&dr.isSpecCompliantForm(t);if(!dr.isFunction(a))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(dr.isDate(e))return e.toISOString();if(dr.isBoolean(e))return e.toString();if(!s&&dr.isBlob(e))throw new pr("Blob is not supported. Use a Buffer instead.");return dr.isArrayBuffer(e)||dr.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,n,a){let s=e;if(e&&!a&&"object"==typeof e)if(dr.endsWith(n,"{}"))n=o?n:n.slice(0,-2),e=JSON.stringify(e);else if(dr.isArray(e)&&function(e){return dr.isArray(e)&&!e.some(fr)}(e)||(dr.isFileList(e)||dr.endsWith(n,"[]"))&&(s=dr.toArray(e)))return n=gr(n),s.forEach((function(e,o){!dr.isUndefined(e)&&null!==e&&t.append(!0===i?yr([n],o,r):null===i?n:n+"[]",u(e))})),!1;return!!fr(e)||(t.append(yr(a,n,r),u(e)),!1)}const l=[],d=Object.assign(br,{defaultVisitor:c,convertValue:u,isVisitable:fr});if(!dr.isObject(e))throw new TypeError("data must be an object");return function e(n,o){if(!dr.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+o.join("."));l.push(n),dr.forEach(n,(function(n,r){!0===(!(dr.isUndefined(n)||null===n)&&a.call(t,n,dr.isString(r)?r.trim():r,o,d))&&e(n,o?o.concat(r):[r])})),l.pop()}}(e),t}function vr(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function jr(e,t){this._pairs=[],e&&kr(e,this,t)}const wr=jr.prototype;function _r(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Er(e,t,n){if(!t)return e;const o=n&&n.encode||_r;dr.isFunction(n)&&(n={serialize:n});const a=n&&n.serialize;let r;if(r=a?a(t,n):dr.isURLSearchParams(t)?t.toString():new jr(t,n).toString(o),r){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}wr.append=function(e,t){this._pairs.push([e,t])},wr.toString=function(e){const t=e?function(t){return e.call(this,t,vr)}:vr;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var Cr=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){dr.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},Sr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},xr={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:jr,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Rr="undefined"!=typeof window&&"undefined"!=typeof document,Tr="object"==typeof navigator&&navigator||void 0,Ir=Rr&&(!Tr||["ReactNative","NativeScript","NS"].indexOf(Tr.product)<0),Or="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ar=Rr&&window.location.href||"http://localhost";var zr={...Object.freeze({__proto__:null,hasBrowserEnv:Rr,hasStandardBrowserEnv:Ir,hasStandardBrowserWebWorkerEnv:Or,navigator:Tr,origin:Ar}),...xr};function Pr(e){function t(e,n,o,a){let r=e[a++];if("__proto__"===r)return!0;const i=Number.isFinite(+r),s=a>=e.length;if(r=!r&&dr.isArray(o)?o.length:r,s)return dr.hasOwnProp(o,r)?o[r]=[o[r],n]:o[r]=n,!i;o[r]&&dr.isObject(o[r])||(o[r]=[]);return t(e,n,o[r],a)&&dr.isArray(o[r])&&(o[r]=function(e){const t={},n=Object.keys(e);let o;const a=n.length;let r;for(o=0;o<a;o++)r=n[o],t[r]=e[r];return t}(o[r])),!i}if(dr.isFormData(e)&&dr.isFunction(e.entries)){const n={};return dr.forEachEntry(e,((e,o)=>{t(function(e){return dr.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),o,n,0)})),n}return null}const Lr={transitional:Sr,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",o=n.indexOf("application/json")>-1,a=dr.isObject(e);a&&dr.isHTMLForm(e)&&(e=new FormData(e));if(dr.isFormData(e))return o?JSON.stringify(Pr(e)):e;if(dr.isArrayBuffer(e)||dr.isBuffer(e)||dr.isStream(e)||dr.isFile(e)||dr.isBlob(e)||dr.isReadableStream(e))return e;if(dr.isArrayBufferView(e))return e.buffer;if(dr.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let r;if(a){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return kr(e,new zr.classes.URLSearchParams,{visitor:function(e,t,n,o){return zr.isNode&&dr.isBuffer(e)?(this.append(t,e.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((r=dr.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return kr(r?{"files[]":e}:e,t&&new t,this.formSerializer)}}return a||o?(t.setContentType("application/json",!1),function(e,t,n){if(dr.isString(e))try{return(t||JSON.parse)(e),dr.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Lr.transitional,n=t&&t.forcedJSONParsing,o="json"===this.responseType;if(dr.isResponse(e)||dr.isReadableStream(e))return e;if(e&&dr.isString(e)&&(n&&!this.responseType||o)){const n=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e,this.parseReviver)}catch(e){if(n){if("SyntaxError"===e.name)throw pr.from(e,pr.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:zr.classes.FormData,Blob:zr.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};dr.forEach(["delete","get","head","post","put","patch"],(e=>{Lr.headers[e]={}}));var Dr=Lr;const qr=dr.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 Nr=Symbol("internals");function Mr(e){return e&&String(e).trim().toLowerCase()}function Ur(e){return!1===e||null==e?e:dr.isArray(e)?e.map(Ur):String(e)}function Br(e,t,n,o,a){return dr.isFunction(o)?o.call(this,t,n):(a&&(t=n),dr.isString(t)?dr.isString(o)?-1!==t.indexOf(o):dr.isRegExp(o)?o.test(t):void 0:void 0)}class Fr{constructor(e){e&&this.set(e)}set(e,t,n){const o=this;function a(e,t,n){const a=Mr(t);if(!a)throw new Error("header name must be a non-empty string");const r=dr.findKey(o,a);(!r||void 0===o[r]||!0===n||void 0===n&&!1!==o[r])&&(o[r||t]=Ur(e))}const r=(e,t)=>dr.forEach(e,((e,n)=>a(e,n,t)));if(dr.isPlainObject(e)||e instanceof this.constructor)r(e,t);else if(dr.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))r((e=>{const t={};let n,o,a;return e&&e.split("\n").forEach((function(e){a=e.indexOf(":"),n=e.substring(0,a).trim().toLowerCase(),o=e.substring(a+1).trim(),!n||t[n]&&qr[n]||("set-cookie"===n?t[n]?t[n].push(o):t[n]=[o]:t[n]=t[n]?t[n]+", "+o:o)})),t})(e),t);else if(dr.isObject(e)&&dr.isIterable(e)){let n,o,a={};for(const t of e){if(!dr.isArray(t))throw TypeError("Object iterator must return a key-value pair");a[o=t[0]]=(n=a[o])?dr.isArray(n)?[...n,t[1]]:[n,t[1]]:t[1]}r(a,t)}else null!=e&&a(t,e,n);return this}get(e,t){if(e=Mr(e)){const n=dr.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=n.exec(e);)t[o[1]]=o[2];return t}(e);if(dr.isFunction(t))return t.call(this,e,n);if(dr.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Mr(e)){const n=dr.findKey(this,e);return!(!n||void 0===this[n]||t&&!Br(0,this[n],n,t))}return!1}delete(e,t){const n=this;let o=!1;function a(e){if(e=Mr(e)){const a=dr.findKey(n,e);!a||t&&!Br(0,n[a],a,t)||(delete n[a],o=!0)}}return dr.isArray(e)?e.forEach(a):a(e),o}clear(e){const t=Object.keys(this);let n=t.length,o=!1;for(;n--;){const a=t[n];e&&!Br(0,this[a],a,e,!0)||(delete this[a],o=!0)}return o}normalize(e){const t=this,n={};return dr.forEach(this,((o,a)=>{const r=dr.findKey(n,a);if(r)return t[r]=Ur(o),void delete t[a];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(a):String(a).trim();i!==a&&delete t[a],t[i]=Ur(o),n[i]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return dr.forEach(this,((n,o)=>{null!=n&&!1!==n&&(t[o]=e&&dr.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[Nr]=this[Nr]={accessors:{}}).accessors,n=this.prototype;function o(e){const o=Mr(e);t[o]||(!function(e,t){const n=dr.toCamelCase(" "+t);["get","set","has"].forEach((o=>{Object.defineProperty(e,o+n,{value:function(e,n,a){return this[o].call(this,t,e,n,a)},configurable:!0})}))}(n,e),t[o]=!0)}return dr.isArray(e)?e.forEach(o):o(e),this}}Fr.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),dr.reduceDescriptors(Fr.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),dr.freezeMethods(Fr);var Wr=Fr;function Hr(e,t){const n=this||Dr,o=t||n,a=Wr.from(o.headers);let r=o.data;return dr.forEach(e,(function(e){r=e.call(n,r,a.normalize(),t?t.status:void 0)})),a.normalize(),r}function Vr(e){return!(!e||!e.__CANCEL__)}function Gr(e,t,n){pr.call(this,null==e?"canceled":e,pr.ERR_CANCELED,t,n),this.name="CanceledError"}function $r(e,t,n){const o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(new pr("Request failed with status code "+n.status,[pr.ERR_BAD_REQUEST,pr.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}dr.inherits(Gr,pr,{__CANCEL__:!0});const Kr=(e,t,n=3)=>{let o=0;const a=function(e,t){e=e||10;const n=new Array(e),o=new Array(e);let a,r=0,i=0;return t=void 0!==t?t:1e3,function(s){const u=Date.now(),c=o[i];a||(a=u),n[r]=s,o[r]=u;let l=i,d=0;for(;l!==r;)d+=n[l++],l%=e;if(r=(r+1)%e,r===i&&(i=(i+1)%e),u-a<t)return;const p=c&&u-c;return p?Math.round(1e3*d/p):void 0}}(50,250);return function(e,t){let n,o,a=0,r=1e3/t;const i=(t,r=Date.now())=>{a=r,n=null,o&&(clearTimeout(o),o=null),e(...t)};return[(...e)=>{const t=Date.now(),s=t-a;s>=r?i(e,t):(n=e,o||(o=setTimeout((()=>{o=null,i(n)}),r-s)))},()=>n&&i(n)]}((n=>{const r=n.loaded,i=n.lengthComputable?n.total:void 0,s=r-o,u=a(s);o=r;e({loaded:r,total:i,progress:i?r/i:void 0,bytes:s,rate:u||void 0,estimated:u&&i&&r<=i?(i-r)/u:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})}),n)},Qr=(e,t)=>{const n=null!=e;return[o=>t[0]({lengthComputable:n,total:e,loaded:o}),t[1]]},Jr=e=>(...t)=>dr.asap((()=>e(...t)));var Xr=zr.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,zr.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(zr.origin),zr.navigator&&/(msie|trident)/i.test(zr.navigator.userAgent)):()=>!0,Yr=zr.hasStandardBrowserEnv?{write(e,t,n,o,a,r){const i=[e+"="+encodeURIComponent(t)];dr.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),dr.isString(o)&&i.push("path="+o),dr.isString(a)&&i.push("domain="+a),!0===r&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function Zr(e,t,n){let o=!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);return e&&(o||0==n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const ei=e=>e instanceof Wr?{...e}:e;function ti(e,t){t=t||{};const n={};function o(e,t,n,o){return dr.isPlainObject(e)&&dr.isPlainObject(t)?dr.merge.call({caseless:o},e,t):dr.isPlainObject(t)?dr.merge({},t):dr.isArray(t)?t.slice():t}function a(e,t,n,a){return dr.isUndefined(t)?dr.isUndefined(e)?void 0:o(void 0,e,0,a):o(e,t,0,a)}function r(e,t){if(!dr.isUndefined(t))return o(void 0,t)}function i(e,t){return dr.isUndefined(t)?dr.isUndefined(e)?void 0:o(void 0,e):o(void 0,t)}function s(n,a,r){return r in t?o(n,a):r in e?o(void 0,n):void 0}const u={url:r,method:r,data:r,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:s,headers:(e,t,n)=>a(ei(e),ei(t),0,!0)};return dr.forEach(Object.keys({...e,...t}),(function(o){const r=u[o]||a,i=r(e[o],t[o],o);dr.isUndefined(i)&&r!==s||(n[o]=i)})),n}var ni=e=>{const t=ti({},e);let{data:n,withXSRFToken:o,xsrfHeaderName:a,xsrfCookieName:r,headers:i,auth:s}=t;if(t.headers=i=Wr.from(i),t.url=Er(Zr(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),s&&i.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):""))),dr.isFormData(n))if(zr.hasStandardBrowserEnv||zr.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if(dr.isFunction(n.getHeaders)){const e=n.getHeaders(),t=["content-type","content-length"];Object.entries(e).forEach((([e,n])=>{t.includes(e.toLowerCase())&&i.set(e,n)}))}if(zr.hasStandardBrowserEnv&&(o&&dr.isFunction(o)&&(o=o(t)),o||!1!==o&&Xr(t.url))){const e=a&&r&&Yr.read(r);e&&i.set(a,e)}return t};var oi="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){const o=ni(e);let a=o.data;const r=Wr.from(o.headers).normalize();let i,s,u,c,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=o;function m(){c&&c(),l&&l(),o.cancelToken&&o.cancelToken.unsubscribe(i),o.signal&&o.signal.removeEventListener("abort",i)}let f=new XMLHttpRequest;function g(){if(!f)return;const o=Wr.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders());$r((function(e){t(e),m()}),(function(e){n(e),m()}),{data:d&&"text"!==d&&"json"!==d?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:o,config:e,request:f}),f=null}f.open(o.method.toUpperCase(),o.url,!0),f.timeout=o.timeout,"onloadend"in f?f.onloadend=g:f.onreadystatechange=function(){f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))&&setTimeout(g)},f.onabort=function(){f&&(n(new pr("Request aborted",pr.ECONNABORTED,e,f)),f=null)},f.onerror=function(t){const o=new pr(t&&t.message?t.message:"Network Error",pr.ERR_NETWORK,e,f);o.event=t||null,n(o),f=null},f.ontimeout=function(){let t=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const a=o.transitional||Sr;o.timeoutErrorMessage&&(t=o.timeoutErrorMessage),n(new pr(t,a.clarifyTimeoutError?pr.ETIMEDOUT:pr.ECONNABORTED,e,f)),f=null},void 0===a&&r.setContentType(null),"setRequestHeader"in f&&dr.forEach(r.toJSON(),(function(e,t){f.setRequestHeader(t,e)})),dr.isUndefined(o.withCredentials)||(f.withCredentials=!!o.withCredentials),d&&"json"!==d&&(f.responseType=o.responseType),h&&([u,l]=Kr(h,!0),f.addEventListener("progress",u)),p&&f.upload&&([s,c]=Kr(p),f.upload.addEventListener("progress",s),f.upload.addEventListener("loadend",c)),(o.cancelToken||o.signal)&&(i=t=>{f&&(n(!t||t.type?new Gr(null,e,f):t),f.abort(),f=null)},o.cancelToken&&o.cancelToken.subscribe(i),o.signal&&(o.signal.aborted?i():o.signal.addEventListener("abort",i)));const y=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(o.url);y&&-1===zr.protocols.indexOf(y)?n(new pr("Unsupported protocol "+y+":",pr.ERR_BAD_REQUEST,e)):f.send(a||null)}))};var ai=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,o=new AbortController;const a=function(e){if(!n){n=!0,i();const t=e instanceof Error?e:this.reason;o.abort(t instanceof pr?t:new Gr(t instanceof Error?t.message:t))}};let r=t&&setTimeout((()=>{r=null,a(new pr(`timeout ${t} of ms exceeded`,pr.ETIMEDOUT))}),t);const i=()=>{e&&(r&&clearTimeout(r),r=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(a):e.removeEventListener("abort",a)})),e=null)};e.forEach((e=>e.addEventListener("abort",a)));const{signal:s}=o;return s.unsubscribe=()=>dr.asap(i),s}};const ri=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let o,a=0;for(;a<n;)o=a+t,yield e.slice(a,o),a=o},ii=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()}},si=(e,t,n,o)=>{const a=async function*(e,t){for await(const n of ii(e))yield*ri(n,t)}(e,t);let r,i=0,s=e=>{r||(r=!0,o&&o(e))};return new ReadableStream({async pull(e){try{const{done:t,value:o}=await a.next();if(t)return s(),void e.close();let r=o.byteLength;if(n){let e=i+=r;n(e)}e.enqueue(new Uint8Array(o))}catch(e){throw s(e),e}},cancel:e=>(s(e),a.return())},{highWaterMark:2})},{isFunction:ui}=dr,ci=(({Request:e,Response:t})=>({Request:e,Response:t}))(dr.global),{ReadableStream:li,TextEncoder:di}=dr.global,pi=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},hi=e=>{e=dr.merge.call({skipUndefined:!0},ci,e);const{fetch:t,Request:n,Response:o}=e,a=t?ui(t):"function"==typeof fetch,r=ui(n),i=ui(o);if(!a)return!1;const s=a&&ui(li),u=a&&("function"==typeof di?(e=>t=>e.encode(t))(new di):async e=>new Uint8Array(await new n(e).arrayBuffer())),c=r&&s&&pi((()=>{let e=!1;const t=new n(zr.origin,{body:new li,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),l=i&&s&&pi((()=>dr.isReadableStream(new o("").body))),d={stream:l&&(e=>e.body)};a&&["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!d[e]&&(d[e]=(t,n)=>{let o=t&&t[e];if(o)return o.call(t);throw new pr(`Response type '${e}' is not supported`,pr.ERR_NOT_SUPPORT,n)})}));const p=async(e,t)=>{const o=dr.toFiniteNumber(e.getContentLength());return null==o?(async e=>{if(null==e)return 0;if(dr.isBlob(e))return e.size;if(dr.isSpecCompliantForm(e)){const t=new n(zr.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return dr.isArrayBufferView(e)||dr.isArrayBuffer(e)?e.byteLength:(dr.isURLSearchParams(e)&&(e+=""),dr.isString(e)?(await u(e)).byteLength:void 0)})(t):o};return async e=>{let{url:a,method:i,data:s,signal:u,cancelToken:h,timeout:m,onDownloadProgress:f,onUploadProgress:g,responseType:y,headers:b,withCredentials:k="same-origin",fetchOptions:v}=ni(e),j=t||fetch;y=y?(y+"").toLowerCase():"text";let w=ai([u,h&&h.toAbortSignal()],m),_=null;const E=w&&w.unsubscribe&&(()=>{w.unsubscribe()});let C;try{if(g&&c&&"get"!==i&&"head"!==i&&0!==(C=await p(b,s))){let e,t=new n(a,{method:"POST",body:s,duplex:"half"});if(dr.isFormData(s)&&(e=t.headers.get("content-type"))&&b.setContentType(e),t.body){const[e,n]=Qr(C,Kr(Jr(g)));s=si(t.body,65536,e,n)}}dr.isString(k)||(k=k?"include":"omit");const t=r&&"credentials"in n.prototype,u={...v,signal:w,method:i.toUpperCase(),headers:b.normalize().toJSON(),body:s,duplex:"half",credentials:t?k:void 0};_=r&&new n(a,u);let h=await(r?j(_,v):j(a,u));const m=l&&("stream"===y||"response"===y);if(l&&(f||m&&E)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=h[t]}));const t=dr.toFiniteNumber(h.headers.get("content-length")),[n,a]=f&&Qr(t,Kr(Jr(f),!0))||[];h=new o(si(h.body,65536,n,(()=>{a&&a(),E&&E()})),e)}y=y||"text";let S=await d[dr.findKey(d,y)||"text"](h,e);return!m&&E&&E(),await new Promise(((t,n)=>{$r(t,n,{data:S,headers:Wr.from(h.headers),status:h.status,statusText:h.statusText,config:e,request:_})}))}catch(t){if(E&&E(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new pr("Network Error",pr.ERR_NETWORK,e,_),{cause:t.cause||t});throw pr.from(t,t&&t.code,e,_)}}},mi=new Map,fi=e=>{let t=e?e.env:{};const{fetch:n,Request:o,Response:a}=t,r=[o,a,n];let i,s,u=r.length,c=mi;for(;u--;)i=r[u],s=c.get(i),void 0===s&&c.set(i,s=u?new Map:hi(t)),c=s;return s};fi();const gi={http:null,xhr:oi,fetch:{get:fi}};dr.forEach(gi,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const yi=e=>`- ${e}`,bi=e=>dr.isFunction(e)||null===e||!1===e;var ki=(e,t)=>{e=dr.isArray(e)?e:[e];const{length:n}=e;let o,a;const r={};for(let i=0;i<n;i++){let n;if(o=e[i],a=o,!bi(o)&&(a=gi[(n=String(o)).toLowerCase()],void 0===a))throw new pr(`Unknown adapter '${n}'`);if(a&&(dr.isFunction(a)||(a=a.get(t))))break;r[n||"#"+i]=a}if(!a){const e=Object.entries(r).map((([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));throw new pr("There is no suitable adapter to dispatch the request "+(n?e.length>1?"since :\n"+e.map(yi).join("\n"):" "+yi(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return a};function vi(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Gr(null,e)}function ji(e){vi(e),e.headers=Wr.from(e.headers),e.data=Hr.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return ki(e.adapter||Dr.adapter,e)(e).then((function(t){return vi(e),t.data=Hr.call(e,e.transformResponse,t),t.headers=Wr.from(t.headers),t}),(function(t){return Vr(t)||(vi(e),t&&t.response&&(t.response.data=Hr.call(e,e.transformResponse,t.response),t.response.headers=Wr.from(t.response.headers))),Promise.reject(t)}))}const wi="1.12.2",_i={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{_i[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const Ei={};_i.transitional=function(e,t,n){function o(e,t){return"[Axios v"+wi+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,a,r)=>{if(!1===e)throw new pr(o(a," has been removed"+(t?" in "+t:"")),pr.ERR_DEPRECATED);return t&&!Ei[a]&&(Ei[a]=!0,console.warn(o(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,r)}},_i.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Ci={assertOptions:function(e,t,n){if("object"!=typeof e)throw new pr("options must be an object",pr.ERR_BAD_OPTION_VALUE);const o=Object.keys(e);let a=o.length;for(;a-- >0;){const r=o[a],i=t[r];if(i){const t=e[r],n=void 0===t||i(t,r,e);if(!0!==n)throw new pr("option "+r+" must be "+n,pr.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new pr("Unknown option "+r,pr.ERR_BAD_OPTION)}},validators:_i};const Si=Ci.validators;let xi=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Cr,response:new Cr}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=ti(this.defaults,t);const{transitional:n,paramsSerializer:o,headers:a}=t;void 0!==n&&Ci.assertOptions(n,{silentJSONParsing:Si.transitional(Si.boolean),forcedJSONParsing:Si.transitional(Si.boolean),clarifyTimeoutError:Si.transitional(Si.boolean)},!1),null!=o&&(dr.isFunction(o)?t.paramsSerializer={serialize:o}:Ci.assertOptions(o,{encode:Si.function,serialize:Si.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Ci.assertOptions(t,{baseUrl:Si.spelling("baseURL"),withXsrfToken:Si.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let r=a&&dr.merge(a.common,a[t.method]);a&&dr.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete a[e]})),t.headers=Wr.concat(r,a);const i=[];let s=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(s=s&&e.synchronous,i.unshift(e.fulfilled,e.rejected))}));const u=[];let c;this.interceptors.response.forEach((function(e){u.push(e.fulfilled,e.rejected)}));let l,d=0;if(!s){const e=[ji.bind(this),void 0];for(e.unshift(...i),e.push(...u),l=e.length,c=Promise.resolve(t);d<l;)c=c.then(e[d++],e[d++]);return c}l=i.length;let p=t;for(;d<l;){const e=i[d++],t=i[d++];try{p=e(p)}catch(e){t.call(this,e);break}}try{c=ji.call(this,p)}catch(e){return Promise.reject(e)}for(d=0,l=u.length;d<l;)c=c.then(u[d++],u[d++]);return c}getUri(e){return Er(Zr((e=ti(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};dr.forEach(["delete","get","head","options"],(function(e){xi.prototype[e]=function(t,n){return this.request(ti(n||{},{method:e,url:t,data:(n||{}).data}))}})),dr.forEach(["post","put","patch"],(function(e){function t(t){return function(n,o,a){return this.request(ti(a||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:o}))}}xi.prototype[e]=t(),xi.prototype[e+"Form"]=t(!0)}));var Ri=xi;class Ti{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const n=this;this.promise.then((e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const o=new Promise((e=>{n.subscribe(e),t=e})).then(e);return o.cancel=function(){n.unsubscribe(t)},o},e((function(e,o,a){n.reason||(n.reason=new Gr(e,o,a),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Ti((function(t){e=t})),cancel:e}}}var Ii=Ti;const Oi={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Oi).forEach((([e,t])=>{Oi[t]=e}));var Ai=Oi;const zi=function e(t){const n=new Ri(t),o=wa(Ri.prototype.request,n);return dr.extend(o,Ri.prototype,n,{allOwnKeys:!0}),dr.extend(o,n,null,{allOwnKeys:!0}),o.create=function(n){return e(ti(t,n))},o}(Dr);zi.Axios=Ri,zi.CanceledError=Gr,zi.CancelToken=Ii,zi.isCancel=Vr,zi.VERSION=wi,zi.toFormData=kr,zi.AxiosError=pr,zi.Cancel=zi.CanceledError,zi.all=function(e){return Promise.all(e)},zi.spread=function(e){return function(t){return e.apply(null,t)}},zi.isAxiosError=function(e){return dr.isObject(e)&&!0===e.isAxiosError},zi.mergeConfig=ti,zi.AxiosHeaders=Wr,zi.formToJSON=e=>Pr(dr.isHTMLForm(e)?new FormData(e):e),zi.getAdapter=ki,zi.HttpStatusCode=Ai,zi.default=zi;var Pi=zi,Li=function(e){var t=[];return Object.entries(e).forEach((function(e){var n=e[0],o=e[1];if(Array.isArray(o)){var a=o.join(",");t.push("".concat(encodeURIComponent(n),"=").concat(a))}else null!=o&&t.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(String(o))))})),t.join("&")},Di=function(e){function t(t){var n,o,r,i,s=this;return(s=e.call(this,t)||this).token="",null===(o=null===(n=s.instance)||void 0===n?void 0:n.interceptors)||void 0===o||o.request.use((function(e){return a(a({},e),{defaults:{headers:a(a({},e.headers),{Authorization:"Bearer ".concat(s.getToken())})}})}),(function(e){return Promise.reject(e)})),null===(i=null===(r=s.instance)||void 0===r?void 0:r.interceptors)||void 0===i||i.response.use((function(e){return a({},e)}),(function(e){return Promise.reject(e)})),s}return o(t,e),t.prototype.getToken=function(){return"Bearer ".concat(this.token)},t.prototype.setToken=function(e){this.token=e},t.prototype.getUri=function(e){return this.instance.getUri(e)},t.prototype.getCancelTokenSource=function(){var e;return this.cancelToken&&this.cancelToken.cancel(),this.cancelToken=null===(e=Pi.CancelToken)||void 0===e?void 0:e.source(),this.cancelToken},t.prototype.request=function(e){var t;return e.cancelToken=null===(t=this.getCancelTokenSource())||void 0===t?void 0:t.token,this.instance.request(e)},t.prototype.get=function(e,t){return this.instance.get(e,t)},t.prototype.options=function(e,t){return this.instance.options(e,t)},t.prototype.delete=function(e,t){return this.instance.delete(e,t)},t.prototype.head=function(e,t){return this.instance.head(e,t)},t.prototype.post=function(e,t,n){return this.instance.post(e,t,n)},t.prototype.put=function(e,t,n){return this.instance.put(e,t,n)},t.prototype.patch=function(e,t,n){return this.instance.patch(e,t,n)},t.prototype.success=function(e){return null==e?void 0:e.data},t.prototype.error=function(e){throw e},t}((function(e){this.instance=Pi.create(e)})),qi="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Ni(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:function(){return e[t]}})})),n}var Mi=TypeError,Ui=Ni(Object.freeze({__proto__:null,default:{}})),Bi="function"==typeof Map&&Map.prototype,Fi=Object.getOwnPropertyDescriptor&&Bi?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Wi=Bi&&Fi&&"function"==typeof Fi.get?Fi.get:null,Hi=Bi&&Map.prototype.forEach,Vi="function"==typeof Set&&Set.prototype,Gi=Object.getOwnPropertyDescriptor&&Vi?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,$i=Vi&&Gi&&"function"==typeof Gi.get?Gi.get:null,Ki=Vi&&Set.prototype.forEach,Qi="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,Ji="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,Xi="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,Yi=Boolean.prototype.valueOf,Zi=Object.prototype.toString,es=Function.prototype.toString,ts=String.prototype.match,ns=String.prototype.slice,os=String.prototype.replace,as=String.prototype.toUpperCase,rs=String.prototype.toLowerCase,is=RegExp.prototype.test,ss=Array.prototype.concat,us=Array.prototype.join,cs=Array.prototype.slice,ls=Math.floor,ds="function"==typeof BigInt?BigInt.prototype.valueOf:null,ps=Object.getOwnPropertySymbols,hs="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,ms="function"==typeof Symbol&&"object"==typeof Symbol.iterator,fs="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ms||"symbol")?Symbol.toStringTag:null,gs=Object.prototype.propertyIsEnumerable,ys=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function bs(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||is.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var o=e<0?-ls(-e):ls(e);if(o!==e){var a=String(o),r=ns.call(t,a.length+1);return os.call(a,n,"$&_")+"."+os.call(os.call(r,/([0-9]{3})/g,"$&_"),/_$/,"")}}return os.call(t,n,"$&_")}var ks=Ui,vs=ks.custom,js=Is(vs)?vs:null,ws={__proto__:null,double:'"',single:"'"},_s={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},Es=function e(t,n,o,a){var r=n||{};if(As(r,"quoteStyle")&&!As(ws,r.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(As(r,"maxStringLength")&&("number"==typeof r.maxStringLength?r.maxStringLength<0&&r.maxStringLength!==1/0:null!==r.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=!As(r,"customInspect")||r.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(As(r,"indent")&&null!==r.indent&&"\t"!==r.indent&&!(parseInt(r.indent,10)===r.indent&&r.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(As(r,"numericSeparator")&&"boolean"!=typeof r.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=r.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return Ls(t,r);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var u=String(t);return s?bs(t,u):u}if("bigint"==typeof t){var c=String(t)+"n";return s?bs(t,c):c}var l=void 0===r.depth?5:r.depth;if(void 0===o&&(o=0),o>=l&&l>0&&"object"==typeof t)return Rs(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=us.call(Array(e.indent+1)," ")}return{base:n,prev:us.call(Array(t+1),n)}}(r,o);if(void 0===a)a=[];else if(Ps(a,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(a=cs.call(a)).push(n),i){var s={depth:r.depth};return As(r,"quoteStyle")&&(s.quoteStyle=r.quoteStyle),e(t,s,o+1,a)}return e(t,r,o+1,a)}if("function"==typeof t&&!Ts(t)){var h=function(e){if(e.name)return e.name;var t=ts.call(es.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),m=Bs(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(m.length>0?" { "+us.call(m,", ")+" }":"")}if(Is(t)){var f=ms?os.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):hs.call(t);return"object"!=typeof t||ms?f:qs(f)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var g="<"+rs.call(String(t.nodeName)),y=t.attributes||[],b=0;b<y.length;b++)g+=" "+y[b].name+"="+Cs(Ss(y[b].value),"double",r);return g+=">",t.childNodes&&t.childNodes.length&&(g+="..."),g+="</"+rs.call(String(t.nodeName))+">"}if(Rs(t)){if(0===t.length)return"[]";var k=Bs(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(Ps(e[t],"\n")>=0)return!1;return!0}(k)?"["+Us(k,d)+"]":"[ "+us.call(k,", ")+" ]"}if(function(e){return"[object Error]"===zs(e)&&xs(e)}(t)){var v=Bs(t,p);return"cause"in Error.prototype||!("cause"in t)||gs.call(t,"cause")?0===v.length?"["+String(t)+"]":"{ ["+String(t)+"] "+us.call(v,", ")+" }":"{ ["+String(t)+"] "+us.call(ss.call("[cause]: "+p(t.cause),v),", ")+" }"}if("object"==typeof t&&i){if(js&&"function"==typeof t[js]&&ks)return ks(t,{depth:l-o});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!Wi||!e||"object"!=typeof e)return!1;try{Wi.call(e);try{$i.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var j=[];return Hi&&Hi.call(t,(function(e,n){j.push(p(n,t,!0)+" => "+p(e,t))})),Ms("Map",Wi.call(t),j,d)}if(function(e){if(!$i||!e||"object"!=typeof e)return!1;try{$i.call(e);try{Wi.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var w=[];return Ki&&Ki.call(t,(function(e){w.push(p(e,t))})),Ms("Set",$i.call(t),w,d)}if(function(e){if(!Qi||!e||"object"!=typeof e)return!1;try{Qi.call(e,Qi);try{Ji.call(e,Ji)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Ns("WeakMap");if(function(e){if(!Ji||!e||"object"!=typeof e)return!1;try{Ji.call(e,Ji);try{Qi.call(e,Qi)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Ns("WeakSet");if(function(e){if(!Xi||!e||"object"!=typeof e)return!1;try{return Xi.call(e),!0}catch(e){}return!1}(t))return Ns("WeakRef");if(function(e){return"[object Number]"===zs(e)&&xs(e)}(t))return qs(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!ds)return!1;try{return ds.call(e),!0}catch(e){}return!1}(t))return qs(p(ds.call(t)));if(function(e){return"[object Boolean]"===zs(e)&&xs(e)}(t))return qs(Yi.call(t));if(function(e){return"[object String]"===zs(e)&&xs(e)}(t))return qs(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==qi&&t===qi)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===zs(e)&&xs(e)}(t)&&!Ts(t)){var _=Bs(t,p),E=ys?ys(t)===Object.prototype:t instanceof Object||t.constructor===Object,C=t instanceof Object?"":"null prototype",S=!E&&fs&&Object(t)===t&&fs in t?ns.call(zs(t),8,-1):C?"Object":"",x=(E||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(S||C?"["+us.call(ss.call([],S||[],C||[]),": ")+"] ":"");return 0===_.length?x+"{}":d?x+"{"+Us(_,d)+"}":x+"{ "+us.call(_,", ")+" }"}return String(t)};function Cs(e,t,n){var o=n.quoteStyle||t,a=ws[o];return a+e+a}function Ss(e){return os.call(String(e),/"/g,""")}function xs(e){return!fs||!("object"==typeof e&&(fs in e||void 0!==e[fs]))}function Rs(e){return"[object Array]"===zs(e)&&xs(e)}function Ts(e){return"[object RegExp]"===zs(e)&&xs(e)}function Is(e){if(ms)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!hs)return!1;try{return hs.call(e),!0}catch(e){}return!1}var Os=Object.prototype.hasOwnProperty||function(e){return e in this};function As(e,t){return Os.call(e,t)}function zs(e){return Zi.call(e)}function Ps(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,o=e.length;n<o;n++)if(e[n]===t)return n;return-1}function Ls(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,o="... "+n+" more character"+(n>1?"s":"");return Ls(ns.call(e,0,t.maxStringLength),t)+o}var a=_s[t.quoteStyle||"single"];return a.lastIndex=0,Cs(os.call(os.call(e,a,"\\$1"),/[\x00-\x1f]/g,Ds),"single",t)}function Ds(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":"")+as.call(t.toString(16))}function qs(e){return"Object("+e+")"}function Ns(e){return e+" { ? }"}function Ms(e,t,n,o){return e+" ("+t+") {"+(o?Us(n,o):us.call(n,", "))+"}"}function Us(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+us.call(e,","+n)+"\n"+t.prev}function Bs(e,t){var n=Rs(e),o=[];if(n){o.length=e.length;for(var a=0;a<e.length;a++)o[a]=As(e,a)?t(e[a],e):""}var r,i="function"==typeof ps?ps(e):[];if(ms){r={};for(var s=0;s<i.length;s++)r["$"+i[s]]=i[s]}for(var u in e)As(e,u)&&(n&&String(Number(u))===u&&u<e.length||ms&&r["$"+u]instanceof Symbol||(is.call(/[^\w$]/,u)?o.push(t(u,e)+": "+t(e[u],e)):o.push(u+": "+t(e[u],e))));if("function"==typeof ps)for(var c=0;c<i.length;c++)gs.call(e,i[c])&&o.push("["+t(i[c])+"]: "+t(e[i[c]],e));return o}var Fs=Es,Ws=Mi,Hs=function(e,t,n){for(var o,a=e;null!=(o=a.next);a=o)if(o.key===t)return a.next=o.next,n||(o.next=e.next,e.next=o),o},Vs=Object,Gs=Error,$s=EvalError,Ks=RangeError,Qs=ReferenceError,Js=SyntaxError,Xs=URIError,Ys=Math.abs,Zs=Math.floor,eu=Math.max,tu=Math.min,nu=Math.pow,ou=Math.round,au=Number.isNaN||function(e){return e!=e},ru=Object.getOwnPropertyDescriptor;if(ru)try{ru([],"length")}catch(e){ru=null}var iu=ru,su=Object.defineProperty||!1;if(su)try{su({},"a",{value:1})}catch(e){su=!1}var uu,cu,lu,du,pu,hu,mu,fu,gu,yu,bu,ku,vu,ju,wu,_u,Eu=su;function Cu(){return hu?pu:(hu=1,pu="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function Su(){return fu?mu:(fu=1,mu=Vs.getPrototypeOf||null)}function xu(){if(yu)return gu;yu=1;var e=Object.prototype.toString,t=Math.max,n=function(e,t){for(var n=[],o=0;o<e.length;o+=1)n[o]=e[o];for(var a=0;a<t.length;a+=1)n[a+e.length]=t[a];return n};return gu=function(o){var a=this;if("function"!=typeof a||"[object Function]"!==e.apply(a))throw new TypeError("Function.prototype.bind called on incompatible "+a);for(var r,i=function(e,t){for(var n=[],o=t||0,a=0;o<e.length;o+=1,a+=1)n[a]=e[o];return n}(arguments,1),s=t(0,a.length-i.length),u=[],c=0;c<s;c++)u[c]="$"+c;if(r=Function("binder","return function ("+function(e,t){for(var n="",o=0;o<e.length;o+=1)n+=e[o],o+1<e.length&&(n+=t);return n}(u,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof r){var e=a.apply(this,n(i,arguments));return Object(e)===e?e:this}return a.apply(o,n(i,arguments))})),a.prototype){var l=function(){};l.prototype=a.prototype,r.prototype=new l,l.prototype=null}return r},gu}function Ru(){if(ku)return bu;ku=1;var e=xu();return bu=Function.prototype.bind||e}function Tu(){return ju?vu:(ju=1,vu=Function.prototype.call)}function Iu(){return _u?wu:(_u=1,wu=Function.prototype.apply)}var Ou,Au,zu,Pu,Lu,Du,qu,Nu="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,Mu=Ru(),Uu=Iu(),Bu=Tu(),Fu=Nu||Mu.call(Bu,Uu),Wu=Ru(),Hu=Mi,Vu=Tu(),Gu=Fu,$u=function(e){if(e.length<1||"function"!=typeof e[0])throw new Hu("a function is required");return Gu(Wu,Vu,e)};var Ku=Vs,Qu=Gs,Ju=$s,Xu=Ks,Yu=Qs,Zu=Js,ec=Mi,tc=Xs,nc=Ys,oc=Zs,ac=eu,rc=tu,ic=nu,sc=ou,uc=function(e){return au(e)||0===e?e:e<0?-1:1},cc=Function,lc=function(e){try{return cc('"use strict"; return ('+e+").constructor;")()}catch(e){}},dc=iu,pc=Eu,hc=function(){throw new ec},mc=dc?function(){try{return hc}catch(e){try{return dc(arguments,"callee").get}catch(e){return hc}}}():hc,fc=function(){if(du)return lu;du=1;var e="undefined"!=typeof Symbol&&Symbol,t=cu?uu:(cu=1,uu=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(var o in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var a=Object.getOwnPropertySymbols(e);if(1!==a.length||a[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var r=Object.getOwnPropertyDescriptor(e,t);if(42!==r.value||!0!==r.enumerable)return!1}return!0});return lu=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),gc=function(){if(Pu)return zu;Pu=1;var e=Cu(),t=Su(),n=function(){if(Au)return Ou;Au=1;var e,t=$u,n=iu;try{e=[].__proto__===Array.prototype}catch(e){if(!e||"object"!=typeof e||!("code"in e)||"ERR_PROTO_ACCESS"!==e.code)throw e}var o=!!e&&n&&n(Object.prototype,"__proto__"),a=Object,r=a.getPrototypeOf;return Ou=o&&"function"==typeof o.get?t([o.get]):"function"==typeof r&&function(e){return r(null==e?e:a(e))}}();return zu=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}(),yc=Su(),bc=Cu(),kc=Iu(),vc=Tu(),jc={},wc="undefined"!=typeof Uint8Array&&gc?gc(Uint8Array):qu,_c={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?qu:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?qu:ArrayBuffer,"%ArrayIteratorPrototype%":fc&&gc?gc([][Symbol.iterator]()):qu,"%AsyncFromSyncIteratorPrototype%":qu,"%AsyncFunction%":jc,"%AsyncGenerator%":jc,"%AsyncGeneratorFunction%":jc,"%AsyncIteratorPrototype%":jc,"%Atomics%":"undefined"==typeof Atomics?qu:Atomics,"%BigInt%":"undefined"==typeof BigInt?qu:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?qu:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?qu:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?qu:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Qu,"%eval%":eval,"%EvalError%":Ju,"%Float16Array%":"undefined"==typeof Float16Array?qu:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?qu:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?qu:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?qu:FinalizationRegistry,"%Function%":cc,"%GeneratorFunction%":jc,"%Int8Array%":"undefined"==typeof Int8Array?qu:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?qu:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?qu:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":fc&&gc?gc(gc([][Symbol.iterator]())):qu,"%JSON%":"object"==typeof JSON?JSON:qu,"%Map%":"undefined"==typeof Map?qu:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&fc&&gc?gc((new Map)[Symbol.iterator]()):qu,"%Math%":Math,"%Number%":Number,"%Object%":Ku,"%Object.getOwnPropertyDescriptor%":dc,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?qu:Promise,"%Proxy%":"undefined"==typeof Proxy?qu:Proxy,"%RangeError%":Xu,"%ReferenceError%":Yu,"%Reflect%":"undefined"==typeof Reflect?qu:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?qu:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&fc&&gc?gc((new Set)[Symbol.iterator]()):qu,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?qu:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":fc&&gc?gc(""[Symbol.iterator]()):qu,"%Symbol%":fc?Symbol:qu,"%SyntaxError%":Zu,"%ThrowTypeError%":mc,"%TypedArray%":wc,"%TypeError%":ec,"%Uint8Array%":"undefined"==typeof Uint8Array?qu:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?qu:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?qu:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?qu:Uint32Array,"%URIError%":tc,"%WeakMap%":"undefined"==typeof WeakMap?qu:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?qu:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?qu:WeakSet,"%Function.prototype.call%":vc,"%Function.prototype.apply%":kc,"%Object.defineProperty%":pc,"%Object.getPrototypeOf%":yc,"%Math.abs%":nc,"%Math.floor%":oc,"%Math.max%":ac,"%Math.min%":rc,"%Math.pow%":ic,"%Math.round%":sc,"%Math.sign%":uc,"%Reflect.getPrototypeOf%":bc};if(gc)try{null.error}catch(e){var Ec=gc(gc(e));_c["%Error.prototype%"]=Ec}var Cc,Sc,xc,Rc,Tc,Ic,Oc,Ac,zc,Pc,Lc,Dc,qc=function e(t){var n;if("%AsyncFunction%"===t)n=lc("async function () {}");else if("%GeneratorFunction%"===t)n=lc("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=lc("async function* () {}");else if("%AsyncGenerator%"===t){var o=e("%AsyncGeneratorFunction%");o&&(n=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&gc&&(n=gc(a.prototype))}return _c[t]=n,n},Nc={__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"]},Mc=Ru(),Uc=function(){if(Du)return Lu;Du=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=Ru();return Lu=n.call(e,t)}(),Bc=Mc.call(vc,Array.prototype.concat),Fc=Mc.call(kc,Array.prototype.splice),Wc=Mc.call(vc,String.prototype.replace),Hc=Mc.call(vc,String.prototype.slice),Vc=Mc.call(vc,RegExp.prototype.exec),Gc=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,$c=/\\(\\)?/g,Kc=function(e,t){var n,o=e;if(Uc(Nc,o)&&(o="%"+(n=Nc[o])[0]+"%"),Uc(_c,o)){var a=_c[o];if(a===jc&&(a=qc(o)),void 0===a&&!t)throw new ec("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:o,value:a}}throw new Zu("intrinsic "+e+" does not exist!")},Qc=function(e,t){if("string"!=typeof e||0===e.length)throw new ec("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new ec('"allowMissing" argument must be a boolean');if(null===Vc(/^%?[^%]*%?$/,e))throw new Zu("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=Hc(e,0,1),n=Hc(e,-1);if("%"===t&&"%"!==n)throw new Zu("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new Zu("invalid intrinsic syntax, expected opening `%`");var o=[];return Wc(e,Gc,(function(e,t,n,a){o[o.length]=n?Wc(a,$c,"$1"):t||e})),o}(e),o=n.length>0?n[0]:"",a=Kc("%"+o+"%",t),r=a.name,i=a.value,s=!1,u=a.alias;u&&(o=u[0],Fc(n,Bc([0,1],u)));for(var c=1,l=!0;c<n.length;c+=1){var d=n[c],p=Hc(d,0,1),h=Hc(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new Zu("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),Uc(_c,r="%"+(o+="."+d)+"%"))i=_c[r];else if(null!=i){if(!(d in i)){if(!t)throw new ec("base intrinsic for "+e+" exists, but the property is not available.");return}if(dc&&c+1>=n.length){var m=dc(i,d);i=(l=!!m)&&"get"in m&&!("originalValue"in m.get)?m.get:i[d]}else l=Uc(i,d),i=i[d];l&&!s&&(_c[r]=i)}}return i},Jc=Qc,Xc=$u,Yc=Xc([Jc("%String.prototype.indexOf%")]),Zc=function(e,t){var n=Jc(e,!!t);return"function"==typeof n&&Yc(e,".prototype.")>-1?Xc([n]):n},el=Zc,tl=Es,nl=Mi,ol=Qc("%Map%",!0),al=el("Map.prototype.get",!0),rl=el("Map.prototype.set",!0),il=el("Map.prototype.has",!0),sl=el("Map.prototype.delete",!0),ul=el("Map.prototype.size",!0),cl=!!ol&&function(){var e,t={assert:function(e){if(!t.has(e))throw new nl("Side channel does not contain "+tl(e))},delete:function(t){if(e){var n=sl(e,t);return 0===ul(e)&&(e=void 0),n}return!1},get:function(t){if(e)return al(e,t)},has:function(t){return!!e&&il(e,t)},set:function(t,n){e||(e=new ol),rl(e,t,n)}};return t},ll=Zc,dl=Es,pl=cl,hl=Mi,ml=Qc("%WeakMap%",!0),fl=ll("WeakMap.prototype.get",!0),gl=ll("WeakMap.prototype.set",!0),yl=ll("WeakMap.prototype.has",!0),bl=ll("WeakMap.prototype.delete",!0),kl=Mi,vl=Es,jl=(ml?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new hl("Side channel does not contain "+dl(e))},delete:function(n){if(ml&&n&&("object"==typeof n||"function"==typeof n)){if(e)return bl(e,n)}else if(pl&&t)return t.delete(n);return!1},get:function(n){return ml&&n&&("object"==typeof n||"function"==typeof n)&&e?fl(e,n):t&&t.get(n)},has:function(n){return ml&&n&&("object"==typeof n||"function"==typeof n)&&e?yl(e,n):!!t&&t.has(n)},set:function(n,o){ml&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new ml),gl(e,n,o)):pl&&(t||(t=pl()),t.set(n,o))}};return n}:pl)||cl||function(){var e,t={assert:function(e){if(!t.has(e))throw new Ws("Side channel does not contain "+Fs(e))},delete:function(t){var n=e&&e.next,o=function(e,t){if(e)return Hs(e,t,!0)}(e,t);return o&&n&&n===o&&(e=void 0),!!o},get:function(t){return function(e,t){if(e){var n=Hs(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!Hs(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var o=Hs(e,t);o?o.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},wl=String.prototype.replace,_l=/%20/g,El="RFC3986",Cl={default:El,formatters:{RFC1738:function(e){return wl.call(e,_l,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:El},Sl=Cl,xl=Object.prototype.hasOwnProperty,Rl=Array.isArray,Tl=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),Il=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},o=0;o<e.length;++o)void 0!==e[o]&&(n[o]=e[o]);return n},Ol=1024,Al={arrayToObject:Il,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],o=0;o<t.length;++o)for(var a=t[o],r=a.obj[a.prop],i=Object.keys(r),s=0;s<i.length;++s){var u=i[s],c=r[u];"object"==typeof c&&null!==c&&-1===n.indexOf(c)&&(t.push({obj:r,prop:u}),n.push(c))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(Rl(n)){for(var o=[],a=0;a<n.length;++a)void 0!==n[a]&&o.push(n[a]);t.obj[t.prop]=o}}}(t),e},decode:function(e,t,n){var o=e.replace(/\+/g," ");if("iso-8859-1"===n)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(e){return o}},encode:function(e,t,n,o,a){if(0===e.length)return e;var r=e;if("symbol"==typeof e?r=Symbol.prototype.toString.call(e):"string"!=typeof e&&(r=String(e)),"iso-8859-1"===n)return escape(r).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var i="",s=0;s<r.length;s+=Ol){for(var u=r.length>=Ol?r.slice(s,s+Ol):r,c=[],l=0;l<u.length;++l){var d=u.charCodeAt(l);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||a===Sl.RFC1738&&(40===d||41===d)?c[c.length]=u.charAt(l):d<128?c[c.length]=Tl[d]:d<2048?c[c.length]=Tl[192|d>>6]+Tl[128|63&d]:d<55296||d>=57344?c[c.length]=Tl[224|d>>12]+Tl[128|d>>6&63]+Tl[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&u.charCodeAt(l)),c[c.length]=Tl[240|d>>18]+Tl[128|d>>12&63]+Tl[128|d>>6&63]+Tl[128|63&d])}i+=c.join("")}return i},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(Rl(e)){for(var n=[],o=0;o<e.length;o+=1)n.push(t(e[o]));return n}return t(e)},merge:function e(t,n,o){if(!n)return t;if("object"!=typeof n){if(Rl(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(o&&(o.plainObjects||o.allowPrototypes)||!xl.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var a=t;return Rl(t)&&!Rl(n)&&(a=Il(t,o)),Rl(t)&&Rl(n)?(n.forEach((function(n,a){if(xl.call(t,a)){var r=t[a];r&&"object"==typeof r&&n&&"object"==typeof n?t[a]=e(r,n,o):t.push(n)}else t[a]=n})),t):Object.keys(n).reduce((function(t,a){var r=n[a];return xl.call(t,a)?t[a]=e(t[a],r,o):t[a]=r,t}),a)}},zl=function(){var e,t={assert:function(e){if(!t.has(e))throw new kl("Side channel does not contain "+vl(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=jl()),e.set(t,n)}};return t},Pl=Al,Ll=Cl,Dl=Object.prototype.hasOwnProperty,ql={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},Nl=Array.isArray,Ml=Array.prototype.push,Ul=function(e,t){Ml.apply(e,Nl(t)?t:[t])},Bl=Date.prototype.toISOString,Fl=Ll.default,Wl={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Pl.encode,encodeValuesOnly:!1,format:Fl,formatter:Ll.formatters[Fl],indices:!1,serializeDate:function(e){return Bl.call(e)},skipNulls:!1,strictNullHandling:!1},Hl={},Vl=function e(t,n,o,a,r,i,s,u,c,l,d,p,h,m,f,g,y,b){for(var k,v=t,j=b,w=0,_=!1;void 0!==(j=j.get(Hl))&&!_;){var E=j.get(t);if(w+=1,void 0!==E){if(E===w)throw new RangeError("Cyclic object value");_=!0}void 0===j.get(Hl)&&(w=0)}if("function"==typeof l?v=l(n,v):v instanceof Date?v=h(v):"comma"===o&&Nl(v)&&(v=Pl.maybeMap(v,(function(e){return e instanceof Date?h(e):e}))),null===v){if(i)return c&&!g?c(n,Wl.encoder,y,"key",m):n;v=""}if("string"==typeof(k=v)||"number"==typeof k||"boolean"==typeof k||"symbol"==typeof k||"bigint"==typeof k||Pl.isBuffer(v))return c?[f(g?n:c(n,Wl.encoder,y,"key",m))+"="+f(c(v,Wl.encoder,y,"value",m))]:[f(n)+"="+f(String(v))];var C,S=[];if(void 0===v)return S;if("comma"===o&&Nl(v))g&&c&&(v=Pl.maybeMap(v,c)),C=[{value:v.length>0?v.join(",")||null:void 0}];else if(Nl(l))C=l;else{var x=Object.keys(v);C=d?x.sort(d):x}var R=u?n.replace(/\./g,"%2E"):n,T=a&&Nl(v)&&1===v.length?R+"[]":R;if(r&&Nl(v)&&0===v.length)return T+"[]";for(var I=0;I<C.length;++I){var O=C[I],A="object"==typeof O&&void 0!==O.value?O.value:v[O];if(!s||null!==A){var z=p&&u?O.replace(/\./g,"%2E"):O,P=Nl(v)?"function"==typeof o?o(T,z):T:T+(p?"."+z:"["+z+"]");b.set(t,w);var L=zl();L.set(Hl,b),Ul(S,e(A,P,o,a,r,i,s,u,"comma"===o&&g&&Nl(v)?null:c,l,d,p,h,m,f,g,y,L))}}return S},Gl=Al,$l=Object.prototype.hasOwnProperty,Kl=Array.isArray,Ql={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:Gl.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},Jl=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},Xl=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},Yl=function(e,t,n,o){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,r=/(\[[^[\]]*])/g,i=n.depth>0&&/(\[[^[\]]*])/.exec(a),s=i?a.slice(0,i.index):a,u=[];if(s){if(!n.plainObjects&&$l.call(Object.prototype,s)&&!n.allowPrototypes)return;u.push(s)}for(var c=0;n.depth>0&&null!==(i=r.exec(a))&&c<n.depth;){if(c+=1,!n.plainObjects&&$l.call(Object.prototype,i[1].slice(1,-1))&&!n.allowPrototypes)return;u.push(i[1])}if(i){if(!0===n.strictDepth)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");u.push("["+a.slice(i.index)+"]")}return function(e,t,n,o){for(var a=o?t:Xl(t,n),r=e.length-1;r>=0;--r){var i,s=e[r];if("[]"===s&&n.parseArrays)i=n.allowEmptyArrays&&(""===a||n.strictNullHandling&&null===a)?[]:[].concat(a);else{i=n.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,c=n.decodeDotInKeys?u.replace(/%2E/g,"."):u,l=parseInt(c,10);n.parseArrays||""!==c?!isNaN(l)&&s!==c&&String(l)===c&&l>=0&&n.parseArrays&&l<=n.arrayLimit?(i=[])[l]=a:"__proto__"!==c&&(i[c]=a):i={0:a}}a=i}return a}(u,t,n,o)}},Zl=function(e,t){var n,o=e,a=function(e){if(!e)return Wl;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||Wl.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=Ll.default;if(void 0!==e.format){if(!Dl.call(Ll.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var o,a=Ll.formatters[n],r=Wl.filter;if(("function"==typeof e.filter||Nl(e.filter))&&(r=e.filter),o=e.arrayFormat in ql?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":Wl.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||Wl.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Wl.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Wl.allowEmptyArrays,arrayFormat:o,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Wl.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:void 0===e.delimiter?Wl.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Wl.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:Wl.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:Wl.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Wl.encodeValuesOnly,filter:r,format:n,formatter:a,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Wl.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Wl.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Wl.strictNullHandling}}(t);"function"==typeof a.filter?o=(0,a.filter)("",o):Nl(a.filter)&&(n=a.filter);var r=[];if("object"!=typeof o||null===o)return"";var i=ql[a.arrayFormat],s="comma"===i&&a.commaRoundTrip;n||(n=Object.keys(o)),a.sort&&n.sort(a.sort);for(var u=zl(),c=0;c<n.length;++c){var l=n[c];a.skipNulls&&null===o[l]||Ul(r,Vl(o[l],l,i,s,a.allowEmptyArrays,a.strictNullHandling,a.skipNulls,a.encodeDotInKeys,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,u))}var d=r.join(a.delimiter),p=!0===a.addQueryPrefix?"?":"";return a.charsetSentinel&&("iso-8859-1"===a.charset?p+="utf8=%26%2310003%3B&":p+="utf8=%E2%9C%93&"),d.length>0?p+d:""},ed=function(e,t){var n=function(e){if(!e)return Ql;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");var t=void 0===e.charset?Ql.charset:e.charset,n=void 0===e.duplicates?Ql.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||Ql.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Ql.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:Ql.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:Ql.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:Ql.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Ql.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:Ql.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:Ql.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:Ql.decoder,delimiter:"string"==typeof e.delimiter||Gl.isRegExp(e.delimiter)?e.delimiter:Ql.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:Ql.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:Ql.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:Ql.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:Ql.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:Ql.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Ql.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var o="string"==typeof e?function(e,t){var n={__proto__:null},o=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;o=o.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var a,r=t.parameterLimit===1/0?void 0:t.parameterLimit,i=o.split(t.delimiter,r),s=-1,u=t.charset;if(t.charsetSentinel)for(a=0;a<i.length;++a)0===i[a].indexOf("utf8=")&&("utf8=%E2%9C%93"===i[a]?u="utf-8":"utf8=%26%2310003%3B"===i[a]&&(u="iso-8859-1"),s=a,a=i.length);for(a=0;a<i.length;++a)if(a!==s){var c,l,d=i[a],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;-1===h?(c=t.decoder(d,Ql.decoder,u,"key"),l=t.strictNullHandling?null:""):(c=t.decoder(d.slice(0,h),Ql.decoder,u,"key"),l=Gl.maybeMap(Xl(d.slice(h+1),t),(function(e){return t.decoder(e,Ql.decoder,u,"value")}))),l&&t.interpretNumericEntities&&"iso-8859-1"===u&&(l=Jl(l)),d.indexOf("[]=")>-1&&(l=Kl(l)?[l]:l);var m=$l.call(n,c);m&&"combine"===t.duplicates?n[c]=Gl.combine(n[c],l):m&&"last"!==t.duplicates||(n[c]=l)}return n}(e,n):e,a=n.plainObjects?Object.create(null):{},r=Object.keys(o),i=0;i<r.length;++i){var s=r[i],u=Yl(s,o[s],n,"string"==typeof e);a=Gl.merge(a,u,n)}return!0===n.allowSparse?a:Gl.compact(a)},td={formats:Cl,parse:ed,stringify:Zl},nd={withCredentials:!0,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 td.stringify(e,{indices:!1})}};!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"}(Cc||(Cc={})),function(e){e.PAYMENTS="payments",e.INSIGHTS="insights"}(Sc||(Sc={})),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"}(xc||(xc={})),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"}(Rc||(Rc={})),function(e){var t,n;(t=e.Locale||(e.Locale={})).EN="en",t.ES="es",t.PT="pt",(n=e.Target||(e.Target={})).BLANK="_blank",n.PARENT="_parent",n.SELF="_self",n.TOP="_top"}(Tc||(Tc={})),function(e){e.PAYMENTS="PAYMENTS",e.TRANSACTIONS="TRANSACTIONS",e.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",e.PAYOUTS="PAYOUTS"}(Ic||(Ic={})),function(e){e.ALL="ALL",e.DEFAULT="DEFAULT",e.CUSTOM="CUSTOM"}(Oc||(Oc={})),function(e){var t,n;(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"}(Ac||(Ac={})),function(e){var t;(t=e.InsightsVolumeMetricsV2Path||(e.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",t.APPROVED_PAYMENTS="approved-payments",t.PAYMENT_METHODS="payment-methods",t.PROVIDERS="providers",t.COUNTRIES="countries",t.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",t.TOTAL_PAYMENTS="total-payments",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(e.OverviewMetricType||(e.OverviewMetricType={}))}(zc||(zc={})),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"}(Pc||(Pc={})),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"}(Lc||(Lc={})),function(e){var t;(t=e.AIGenerateStatus||(e.AIGenerateStatus={})).ACCEPTED="ACCEPTED",t.REFUSED="REFUSED",t.FRONT_FAILED="FRONT_FAILED"}(Dc||(Dc={}));var od=["PAUSED","ACTIVE"],ad={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},rd="DELETED",id={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"},sd=function(e){return!(null==e?void 0:e.data)||"string"==typeof(null==e?void 0:e.data)&&""===(null==e?void 0:e.data)},ud=[{status:"CREATED",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Created",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"CREATED",sub_status:"REJECTED",icon:"WarningCircle",type:"error",label:"Created",sub_status_icon:"WarningCircle",sub_status_label:"Rejected"},{status:"ERROR",sub_status:"CREATED",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Created"},{status:"ERROR",sub_status:"ERROR",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Error"},{status:"ERROR",sub_status:"TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Timeout"},{status:"ERROR",sub_status:"PENDING_REVERSE",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Pending reverse"},{status:"ERROR",sub_status:"REVERSED_BY_TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Reversed by timeout"},{status:"SUCCEEDED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"SUCCEEDED",sub_status:"PARTIALLY_APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially approved"},{status:"SUCCEEDED",sub_status:"APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Approved"},{status:"SUCCEEDED",sub_status:"CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Succeeded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"CANCELED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"CANCELED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"info",label:"Cancellation pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"CANCELED",sub_status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Canceled"},{status:"DECLINED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"DECLINED",sub_status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Declined"},{status:"REJECTED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"REJECTED",sub_status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Rejected"},{status:"REFUNDED",sub_status:"CREATED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Created"},{status:"REFUNDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"REFUNDED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"secondary",label:"Refunded",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"REFUNDED",sub_status:"REFUNDED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Refunded"},{status:"PENDING",sub_status:"CREATED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"PENDING",sub_status:"AUTHORIZED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Authorized"},{status:"PENDING",sub_status:"WAITING_ADDITIONAL_STEP",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Waiting additional step"},{status:"PENDING",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"VERIFIED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"VERIFIED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"READY_TO_PAY",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"READY_TO_PAY",sub_status:"READY_TO_PAY",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Ready to pay"},{status:"EXPIRED",sub_status:"CREATED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"EXPIRED",sub_status:"EXPIRED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Expired"},{status:"PENDING",sub_status:"IN_PROCESS",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"In process"},{status:"PENDING",sub_status:"PENDING_FRAUD_REVIEW",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending fraud review"},{status:"REJECTED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"DECLINED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"FRAUD_VERIFIED",sub_status:"FRAUD_SCREENING_VERIFIED",icon:"CheckCircle",type:"success",label:"Fraud verified",sub_status_icon:"CheckCircle",sub_status_label:"Fraud screening verified"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CHARGEBACKED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially chargebacked"},{status:"IN_DISPUTE",sub_status:"RECEIVED",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Received"},{status:"IN_DISPUTE",sub_status:"PENDING_REVIEW",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Pending review"},{status:"CHARGEBACK",sub_status:"LOST",icon:"Prohibit",type:"error",label:"Chargeback",sub_status_icon:"Prohibit",sub_status_label:"Lost"},{status:"SUCCEEDED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"SUCCEEDED",sub_status:"FRAUD_DECLINED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"PENDING",sub_status:"FRAUD_DECLINED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"}],cd=[{status:"SUCCEEDED",icon:"CheckCircle",type:"success",label:"Succeeded"},{status:"CREATED",icon:"FlagBanner",type:"info",label:"Created"},{status:"ERROR",icon:"WarningCircle",type:"error",label:"Error"},{status:"EXPIRED",icon:"Clock",type:"error",label:"Expired"},{status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled"},{status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined"},{status:"PENDING",icon:"Clock",type:"warning",label:"Pending"},{status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected"},{status:"WON",icon:"CheckCircle",type:"success",label:"Won"},{status:"LOST",icon:"WarningCircle",type:"error",label:"Lost"}],ld=[{id:1,status:"RECONCILED",sub_status:"AUTOMATICALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Automatically",sub_status_icon:"CheckCircle"},{id:2,status:"RECONCILED",sub_status:"MANUALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Manually",sub_status_icon:"CheckCircle"},{id:3,status:"NOT_RECONCILED",sub_status:"PENDING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Pending",sub_status_icon:"Clock"},{id:4,status:"NOT_RECONCILED",sub_status:"MISSING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Missing",sub_status_icon:"Clock"},{id:5,status:"RECONCILED",sub_status:"STATUS_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Status conflict",sub_status_icon:"CheckCircle"},{id:6,status:"RECONCILED",sub_status:"DATE_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Date conflict",sub_status_icon:"CheckCircle"},{id:7,status:"RECONCILED",sub_status:"AMOUNT_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Amount conflict",sub_status_icon:"CheckCircle"},{id:8,status:"RECONCILING_INSTALLMENTS",sub_status:"PENDING_INSTALLMENTS",type:"warning",label:"Reconciling installments",icon:"Clock",sub_status_label:"Pending installments",sub_status_icon:"Clock"},{id:9,status:"NON_RECONCILABLE",sub_status:"AUTOMATICALLY",type:"warning",label:"Non Reconciliable",icon:"Clock",sub_status_label:"Automatically",sub_status_icon:"Clock"}],dd=[{identifier:"America/Argentina/Buenos_Aires",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Asuncion",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Bogota",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Caracas",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Chicago",utc_offset:{dst:"-05:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Costa_Rica",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/El_Salvador",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guatemala",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guayaquil",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Havana",utc_offset:{dst:"-05:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/La_Paz",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Lima",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Managua",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Mexico_City",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Montevideo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Panama",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Phoenix",utc_offset:{dst:"-07:00",std:"-07:00"},abbreviation:{dst:"GMT",std:"-7"}},{identifier:"America/Santiago",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Sao_Paulo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Tegucigalpa",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"Asia/Famagusta",utc_offset:{dst:"+02:00",std:"+03:00"},abbreviation:{dst:"EET",std:""}},{identifier:"Asia/Seoul",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"KST",std:""}},{identifier:"Asia/Shanghai",utc_offset:{dst:"+08:00",std:"+08:00"},abbreviation:{dst:"CST",std:""}},{identifier:"Asia/Tokyo",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"JST",std:""}},{identifier:"Australia/Sydney",utc_offset:{dst:"+10:00",std:"+11:00"},abbreviation:{dst:"AEST",std:""}},{identifier:"Coordinated Universal Time",utc_offset:{dst:"+00:00",std:"+00:00"},abbreviation:{dst:"UTC",std:""}},{identifier:"Europe/Madrid",utc_offset:{dst:"+01:00",std:"+01:00"},abbreviation:{dst:"GMT",std:"+1"}},{identifier:"Europe/Moscow",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"MSK",std:""}},{identifier:"India",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"IST",std:""}}],pd=[{id:1,value:"ACCOUNTS",type:"source"},{id:2,value:"CHECKOUT",type:"source"},{id:3,value:"CREATE",type:"event"},{id:4,value:"UPDATE",type:"event"},{id:5,value:"CONNECTIONS",type:"source"},{id:6,value:"ROLES",type:"source"},{id:7,value:"ROUTING",type:"source"},{id:8,value:"TEAMS",type:"source"},{id:9,value:"WEBHOOKS",type:"source"},{id:10,value:"PAYMENT_LINKS",type:"source"},{id:11,value:"DELETE",type:"event"}],hd={docs_url:"https://docs.y.uno/reference/api-reference-overview"},md={en:[{text:"Home",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"en",submenues:null},{text:"Payments",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"en",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Payment links",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Connections",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"en",submenues:null},{text:"Reconciliations",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"en",submenues:null},{text:"Routing",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"en",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"en",submenues:null},{text:"Developers",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"SUPPORT",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"en",submenues:null},{text:"API Reference",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"en",submenues:null},{text:"Audit logs",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"en",submenues:null}],pt:[{text:"Pagamentos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"pt",submenues:null},{text:"Início",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"pt",submenues:null},{text:"ASSISTÊNCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"pt",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"pt",submenues:null},{text:"Programadores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Links de pagamento",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Reconciliações",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"pt",submenues:null},{text:"Auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"API referência",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"pt",submenues:null},{text:"Conexões",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"pt",submenues:null},{text:"Roteamento",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"pt",submenues:null}],es:[{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"es",submenues:null},{text:"Inicio",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Pagos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"es",submenues:null},{text:"Ruteo",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"es",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"es",submenues:null},{text:"Desarrolladores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Registros de auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"ASISTENCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"es",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Documentación de la API",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"es",submenues:null},{text:"Enlaces de pago",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Conexiones",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"es",submenues:null},{text:"Conciliaciones",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"es",submenues:null}]},fd=[{code:"en",name:"English (en)"},{code:"es",name:"Spanish (es)"},{code:"pt",name:"Portuguese (pt)"}];const gd=[];for(let e=0;e<256;++e)gd.push((e+256).toString(16).slice(1));let yd;const bd=new Uint8Array(16);var kd={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function vd(e,t,n){if(kd.randomUUID&&!t&&!e)return kd.randomUUID();const o=(e=e||{}).random??e.rng?.()??function(){if(!yd){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");yd=crypto.getRandomValues.bind(crypto)}return yd(bd)}();if(o.length<16)throw new Error("Random bytes length must be >= 16");if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){if((n=n||0)<0||n+16>t.length)throw new RangeError(`UUID byte range ${n}:${n+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[n+e]=o[e];return t}return function(e,t=0){return(gd[e[t+0]]+gd[e[t+1]]+gd[e[t+2]]+gd[e[t+3]]+"-"+gd[e[t+4]]+gd[e[t+5]]+"-"+gd[e[t+6]]+gd[e[t+7]]+"-"+gd[e[t+8]]+gd[e[t+9]]+"-"+gd[e[t+10]]+gd[e[t+11]]+gd[e[t+12]]+gd[e[t+13]]+gd[e[t+14]]+gd[e[t+15]]).toLowerCase()}(o)}var jd=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}},wd=function(e){function i(t){var n=t?a(a({},nd),t):nd;return e.call(this,n)||this}return o(i,e),i.prototype.simulateAxiosError=function(){return new Promise((function(e,t){t({name:"AxiosError"})}))},i.prototype.updateReconciliationReportTemplate=function(e){var t=e.type===Pc.TRANSACTIONS?"TRANSACTIONS":e.type,n=a(a({},e),{type:t});return this.put("/v1/reconciliation/reports/templates",n)},i.prototype.createReconciliationReportTemplate=function(e){var t=e.type===Pc.TRANSACTIONS?"TRANSACTIONS":e.type,n=a(a({},e),{type:t});return this.post("/v1/reconciliation/reports/templates",n)},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.postPaymentsLazy=function(e){var t=e.account_code,n=r(e,["account_code"]);return n.start_date||(n.start_date=new Date),n.end_date||(n.end_date=new Date),this.post("/payments/lazy",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},i.prototype.postPayouts=function(e){var t=e.account_code,n=r(e,["account_code"]);return n.start_date||(n.start_date=new Date),n.end_date||(n.end_date=new Date),this.post("/payouts",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},i.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},i.prototype.postPaymentsEvaluated=function(e){e.account_code;var t=r(e,["account_code"]);return t.start_date||(t.start_date=new Date),t.end_date||(t.end_date=new Date),this.post("/payments/evaluated",t)},i.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},i.prototype.postTransactions=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("/v2/transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},i.prototype.postFraudTransactions=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("/fraud-transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},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.getPaymentMethodsByCountry=function(e,t){var n=e.provider_id,o=e.country,a=localStorage.getItem("x-organization-code"),r={"x-organization-code":t};return this.get("/organizations/provider-params/".concat(n,"/").concat(o),a?{}:{headers:r})},i.prototype.getOrgByName=function(e){return this.post("/organizations/get-by-name",{org_name:e})},i.prototype.createOperationTransaction=function(e,t,n,o){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(o),e)},i.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},i.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},i.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},i.prototype.uploadChargebacks=function(e,t,n,o){return this.post("/chargebacks/upload-file/payment/".concat(t,"/transaction/").concat(n),e,{onUploadProgress:function(e){o(e.total?Math.round(100*e.loaded/e.total):0)},headers:{"x-account-code":null==e?void 0:e.account_id,"x-idempotency-key":vd()}})},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){return this.get("/v2/developers/credentials",{headers:{"x-password":e,"x-account-code":t}})},i.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},i.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},i.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},i.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},i.prototype.getAllOrganization=function(){return this.get("/organizations/all")},i.prototype.getProviderParams=function(e,t){var n,o=localStorage.getItem("x-organization-code"),a={"x-organization-code":o?null===(n=JSON.parse(o))||void 0===n?void 0:n.value:t};return this.get("/organizations/provider-params/".concat(e.id),{headers:a})},i.prototype.getIntegrationByAccountV2=function(e){var t=e.accountCode,n={"x-organization-code":e.organizationCode,"x-account-code":t};return this.post("/connections/my-connections",{account_code:t},{headers:n})},i.prototype.putCosts=function(e){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.put("/connections/costs",{costs:[e]})]}))}))},i.prototype.updateOrganizationStatus=function(){return t(this,void 0,void 0,(function(){return n(this,(function(e){return[2,this.patch("/organizations/status")]}))}))},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,o){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.get("/organizations/connections/".concat(e,"/").concat(o))]}))}))},i.prototype.getHashPylon=function(){return this.get("/pylon-hash")},i.prototype.getConnections=function(){return this.get("/connections")},i.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},i.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,o="/connections/change-status";if(t.status==rd)return delete t.status,this.delete(o,{data:t});Object.values(od).includes(null==t?void 0:t.status)&&(o="".concat(o,"/").concat(ad[t.status]),delete t.status);var a={"x-account-code":n};return this.post(o,t,{headers:a})},i.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},i.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},i.prototype.patchConnection=function(e){var t,n=e.payload,o=e.connectionCode,r=localStorage.getItem("account"),i=r?null===(t=JSON.parse(r).value)||void 0===t?void 0:t.code:"";return this.patch("/connections/".concat(o),a({account_code:i},n))},i.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},i.prototype.getDialogs=function(){return this.get("/dialogs")},i.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},i.prototype.getWebhooksV3=function(e){var t=e.accountCode,n=e.name;return this.post("/accounts/webhooks-v2/search",{name:n},{headers:{"x-account-code":t}})},i.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},i.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},i.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},i.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},i.prototype.getMenu=function(){return this.get("/cms/menu")},i.prototype.postWebhookLogs=function(e){var t=e.payload,n=t.account_code,o=r(t,["account_code"]),a={account_codes:n};return this.post("/v2/webhooks/organization",a,{params:o,paramsSerializer:Li})},i.prototype.postResendWebhooks=function(e){var t=e.codes;return this.post("/v2/webhooks/organization/resend",{codes:t})},i.prototype.postExportApiLogs=function(e){return this.post("/v1/api-logs/organization/export",e)},i.prototype.postApiLogs=function(e){var t=e.payload,n=t.account_code,o=r(t,["account_code"]),a={account_codes:n};return this.post("/v2/api-logs/organization",a,{params:o,paramsSerializer:Li})},i.prototype.getApiLogsDetailByPaymentCode=function(e){return this.get("/v2/api-logs/payment/".concat(e,"/details"))},i.prototype.useGetPaymentStatusesStyles=function(){return this.get("/cms/payment/statuses")},i.prototype.useGetTransactionStatusesStyles=function(){return this.get("/cms/transaction/statuses")},i.prototype.useGetReconciliationTransactionStatusesStyles=function(){return this.get("/cms/reconciliation/transaction/statuses")},i.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},i.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},i.prototype.useGetTimeZoneCatalog=function(){return this.get("/cms/timezone/catalog")},i.prototype.useGetAuditLogsFilters=function(){return this.get("/cms/audit-logs-filters")},i.prototype.getDashboardStaticContents=function(){return this.get("/cms/static-contents")},i.prototype.getLocales=function(){return this.get("/cms/locales")},i.prototype.getSmartRoutingMethods=function(e){return this.get("/smart-routing/methods/".concat(e))},i.prototype.putSmartRoutingToggleMethod=function(e,t,n){return this.put("/smart-routing/methods/".concat(e,"/").concat(t),{active:n})},i.prototype.getSmartRoutingConditionTypes=function(e,t){return this.get("/smart-routing/condition-types/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},i.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingNextSteps=function(e,t,n){return this.get("/smart-routing/next-route/".concat(e,"/").concat(t,"/").concat(n))},i.prototype.getSmartRoutingWorkflowVersion=function(e,t){return this.get("/smart-routing/workflow-version/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingWorkflow=function(e,t){return this.get("/smart-routing/workflow/".concat(e,"/").concat(t))},i.prototype.putSmartRoutingUpdateWorkflow=function(e,t){return this.put("/smart-routing/update-workflow/".concat(e),t)},i.prototype.putSmartRoutingUpdateWorkflowName=function(e,t){return this.put("/smart-routing/workflow/".concat(e,"/edit-name"),t)},i.prototype.postSmartRoutingCreateWorkflow=function(e,t){return this.post("/smart-routing/create-workflow/".concat(e),t)},i.prototype.postSmartRoutingPublishVersion=function(e,t,n){var o={"x-organization-code":n};return this.post("/smart-routing/publish-version/".concat(e,"/").concat(t),{},{headers:o})},i.prototype.deleteSmartRoutingVersion=function(e,t){return this.delete("/smart-routing/delete-version/".concat(e,"/").concat(t))},i.prototype.postSmartRoutingDuplicateVersion=function(e,t){return this.post("/smart-routing/duplicate-version/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingDeclinedGroup=function(e){return this.get("/smart-routing/declined-groups/".concat(e))},i.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},i.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},i.prototype.getSmartRoutingPaymentRoute=function(e,t){return this.get("/smart-routing/payment-route/".concat(e,"/").concat(t))},i.prototype.updateSmartRoutingFavorite=function(e,t,n){return this.put("/smart-routing/favorite/".concat(e,"/").concat(t),{favorite:n})},i.prototype.getSmartRoutingSimulateConditionTypeValues=function(e){return this.get("/smart-routing/condition-types-values-list/".concat(e))},i.prototype.simulateSmartRoutingTransaction=function(e,t,n){return this.post("/smart-routing/simulate-transaction/".concat(e,"/").concat(t),n)},i.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},i.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},i.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},i.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},i.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},i.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},i.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},i.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},i.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},i.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},i.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},i.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},i.prototype.getInsightsMetricsConversionRateV2=function(e,t){var n=e.account_code,o=e.connection_name,a=r(e,["account_code","connection_name"]),i=jd(n);return o&&(i.connection_name=o.split(",")),this.post("/insights/conversion-rate/".concat(t),i,{params:a})},i.prototype.getInsightsMetricsConversionRateViewMore=function(e,t){var n=e.account_code,o=r(e,["account_code"]);return this.post("/insights/conversion-rate/cards/metrics/".concat(t),jd(n),{params:o})},i.prototype.getInsightFallbackMetrics=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("/insights/conversion-rate/fallback",jd(t),{params:n})},i.prototype.getInsightsMetricsVolume=function(e,t){var n=t.connection_name,o=r(t,["connection_name"]),i={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return n&&(i=a(a({},i),{connection_name:null==n?void 0:n.split(",")})),this.post("/insights/volume/metrics",i,{params:o})},i.prototype.getInsightsMetricsVolumeV2=function(e,t,n){var o=n.connection_name,i=r(n,["connection_name"]),s={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return o&&(s=a(a({},s),{connection_name:null==o?void 0:o.split(",")})),this.post("/insights/volume/".concat(t),s,{params:i})},i.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},i.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},i.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},i.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},i.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},i.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},i.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},i.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},i.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},i.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},i.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},i.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.getInsightOverview=function(e){var t=e.account_code,n=e.connection_name,o=r(e,["account_code","connection_name"]),i=jd(t);return n&&(i=a(a({},i),{connection_name:null==n?void 0:n.split(",")})),this.post("/insights/overview",i,{params:o})},i.prototype.getInsightOverviewV3=function(e,t){var n=e.account_code,o=e.connection_name,i=r(e,["account_code","connection_name"]),s=jd(n);return o&&(s=a(a({},s),{connection_name:null==o?void 0:o.split(",")})),this.post("/insights/overview/".concat(t),s,{params:i})},i.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},i.prototype.getInsightsMetricsTotalPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/payments",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getInsightsMetricsCustomerPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/customer",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},i.prototype.getCheckoutTemplate=function(e){var t=e.accountCode;return this.get("/v2/checkouts/template/".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.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,n=localStorage.getItem("account"),o=n?null===(t=JSON.parse(n).value)||void 0===t?void 0:t.code:"";return this.patch("/checkouts/publish",e,{headers:{"x-account-code":o}})},i.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingTheme=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkouts/styling/theme",{headers:t})},i.prototype.updateStylingTheme=function(e){var t=e.accountCode,n=e.theme,o={"x-account-code":t};return this.patch("/checkouts/styling/theme",n,{headers:o})},i.prototype.getStylingSettings=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingSettingsV2=function(e){var t=e.accountCode,n=e.environment,o={"x-account-code":t,"x-environment":void 0===n?"live":n};return this.get("/v1/checkouts/builder/settings",{headers:o})},i.prototype.changeStylingSettings=function(e){var t=e.accountCode,n=e.environment,o=void 0===n?"live":n,a=e.payload,r={"x-account-code":t,"x-environment":o,"Content-Type":"application/json"};return this.patch("/v1/checkouts/builder/settings",a,{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.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.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},i.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},i.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},i.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},i.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},i.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},i.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},i.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},i.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},i.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},i.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},i.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},i.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},i.prototype.getRefundPdf=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/refund-pdf/".concat(e),{headers:o})},i.prototype.getProofOfCancel=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-cancel"),{headers:o})},i.prototype.getProofOfPayment=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-payment"),{headers:o})},i.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},i.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},i.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},i.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},i.prototype.getProfile=function(){return this.get("/user")},i.prototype.getUserFull=function(){return this.get("/user-full")},i.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},i.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},i.prototype.getUsersToImpersonate=function(e,t,n,o,r){void 0===n&&(n=1),void 0===o&&(o=10);var i=a({account_codes:t||[],page:n,page_size:o},r&&{search_value:r});return this.post("/impersonation/user/organization/".concat(e,"/users-to-impersonate"),i)},i.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},i.prototype.updateProfile=function(e){return this.patch("/user",e)},i.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},i.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},i.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},i.prototype.getAccountsV2=function(){return this.get("/accounts-user")},i.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},i.prototype.putAccountsUserMassive=function(e,t,n){var o={"x-organization-code":e};return this.put("/accounts-user/role/massive/user/".concat(t),n,{headers:o})},i.prototype.deleteAccountsUserMassive=function(e,t,n){var o={"x-organization-code":e};return this.delete("/accounts-user/role/massive/user/".concat(t),{data:n,headers:o})},i.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},i.prototype.patchAccountV2=function(e){var t=e.name,n=e.code,o=e.principal;return this.patch("/accounts/with-principal",{name:t,principal:o},{headers:{"x-account-code":n}})},i.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},i.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},i.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},i.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},i.prototype.postSlackMessageChannel=function(e){return this.post("/slack-channel-message",e)},i.prototype.pathNotification=function(e){return this.patch("/notifications",e)},i.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},i.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},i.prototype.postMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,o=e.email,a=e.page,r=e.pageSize,i={"x-organization-code":t};return this.post("/teams/paginated",{account_codes:n,email:o,page:a,page_size:r},{headers:i})},i.prototype.getRoles=function(){return this.get("/teams/roles")},i.prototype.setCustodian=function(){return this.post("/teams/custodian")},i.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},i.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},i.prototype.editRoles=function(e,t){var n=e.payload,o=e.id;return this.patch("/teams/roles/".concat(o),n,{headers:{"x-account-code":t}})},i.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},i.prototype.getFeatureFlagId=function(e){var t=e.name,n=r(e,["name"]);return this.post("/feature-flags/evaluate",{name:t,parameters:n})},i.prototype.getFeatureFlagIdAll=function(e){var o=e.accountCode;return t(this,void 0,void 0,(function(){var e,t;return n(this,(function(n){switch(n.label){case 0:return[4,this.get("/feature-flags/names",o?{headers:{"x-account-code":o}}:{})];case 1:return e=n.sent(),t={},e.data.feature_flag_names.forEach((function(e){t[e]=!0})),[2,{data:t,status:200,statusText:"OK",headers:{},config:{}}]}}))}))},i.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},i.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},i.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},i.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},i.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},i.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},i.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},i.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},i.prototype.getAuditEvents=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("v2/events/organization",{account_codes:t},{params:n,paramsSerializer:Li})},i.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},i.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},i.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},i.prototype.patchPaymentLinks=function(e){var t=e.payload,n=e.accountCode,o=e.paymentLinkCode;return this.patch("/v2/payment-links/".concat(n,"/").concat(o),t)},i.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},i.prototype.getTimezone=function(e){return this.get("/cms/timezone/catalog",{headers:{"x-organization-code":e}})},i.prototype.getInstallmentPlans=function(e){return this.get("/v1/installments-plans",{headers:{"x-account-code":e}})},i.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},i.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},i.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},i.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},i.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},i.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},i.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},i.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},i.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},i.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},i.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},i.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},i.prototype.postBlockList=function(e,t,n,o){var a={name:t,account_codes:e,page:n,size:o};return this.post("/blacklist",a)},i.prototype.getBlackListSummary=function(e,t){return void 0===t&&(t=null),this.get("/blacklist/get-one/".concat(e,"/summary"),t?{headers:{"x-account-code":t}}:{})},i.prototype.getBlacklistDetail=function(e,t,n,o,a){void 0===n&&(n=26),void 0===o&&(o=null),void 0===a&&(a=null);var r="/blacklist/get-one/".concat(e,"/detail?offset=").concat(t,"&limit=").concat(n);return a&&(null==a?void 0:a.length)>0&&(r+="&search=".concat(a)),this.get(r,o?{headers:{"x-account-code":o}}:{})},i.prototype.getAllowlistDetail=function(e,t){return void 0===t&&(t=null),this.get("/yuno-fraud-screening-int/allow-lists/".concat(e),t?{headers:{"x-account-code":t}}:{})},i.prototype.postAllowlistItems=function(e){var t=e.payload;return this.post("yuno-fraud-screening-int/allow-lists/".concat(t.code,"/items/pageable"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},i.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},i.prototype.patchChangeStatusAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.code),{active:t.active},(null==t?void 0:t.account)&&{headers:{"x-account-code":null==t?void 0:t.account}})},i.prototype.patchChangeStatusAllowlistItem=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.item_allowlist_code),{active:t.active})},i.prototype.patchAddAllowlistItems=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.deleteAllowlistItem=function(e){var t=e.payload,n={"x-account-code":t.account_code};return this.delete("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.allowlist_item_id),{headers:n})},i.prototype.validateAllowlistItems=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.patchAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},i.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},i.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},i.prototype.postBlackListItems=function(e){var t=e.payload;return this.post("/blacklist/items",t)},i.prototype.postBlackListBatch=function(e){var t=e.blacklist_code,n=e.expiration_days,o=e.file,a=e.handleSetProgress;return this.post("/blacklist/create-batch/".concat(t),{expiration_days:n,file:o},{onUploadProgress:function(e){a(e.total?Math.round(100*e.loaded/e.total):0)}})},i.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},i.prototype.deleteBlockListItem=function(e){var t=e.blocklist_code,n=e.blocklist_item_id,o=e.account_code;return this.delete("/blacklist/".concat(t,"/items/").concat(n),{headers:{"x-account-code":o}})},i.prototype.valiateBlockListItems=function(e){var t=e.payload;return this.post("/blacklist/".concat(t.blocklist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.getVelocityRules=function(e){return this.post("/yuno-fraud-screening-int/velocity-rules-list",a({},e))},i.prototype.postChangePaymentsWebhook=function(e){var t=e.status,n=e.paymentCode;return this.post("/yuno-fraud-screening-int/payments/webhook",{status:t,payment_code:n})},i.prototype.uploadFileS3ClientBatchRefunds=function(e){var t=e.payload,n=e.handleSetProgress,o=this.getCancelTokenSource();return{promise:this.post("/batch-refunds/upload-s3-file",t,{onUploadProgress:function(e){return null==n?void 0:n(e.total?Math.round(100*e.loaded/e.total):0)},cancelToken:o.token}),cancel:function(){return o.cancel()}}},i.prototype.uploadFileS3ClientChargeBacks=function(e){var t=e.payload,n=e.handleSetProgress,o=this.getCancelTokenSource();return{promise:this.post("/chargebacks/upload-s3-file",t,{cancelToken:o.token,onUploadProgress:function(e){null==n||n(e.total?Math.round(100*e.loaded/e.total):0)}}),cancel:function(){return o.cancel()}}},i.prototype.batchRefundByFile=function(e){var t=e.payload;return this.post("/batch-refund-by-file",a({},t))},i.prototype.uploadBatchRefundsV2=function(e){var t=e.payload;return this.post("/batch-refunds",a({},t))},i.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},i.prototype.getBatchRefundProcessedFileDownload=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/processed-file-download"),{headers:o})},i.prototype.getBatchRefundUserFileDownload=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/user-file-download"),{headers:o})},i.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},i.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},i.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},i.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},i.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},i.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},i.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},i.prototype.getRule=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/".concat(e.idRule),(null==e?void 0:e.accountCode)&&{headers:{"x-account-code":null==e?void 0:e.accountCode}})},i.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},i.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},i.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},i.prototype.patchApiKeysEditNote=function(e,t){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e)},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){return this.get("/credentials-manager/keys/show-token/".concat(e),{headers:{"x-password":t}})},i.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},i.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},i.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(id[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(id[null==e?void 0:e.type],"/export");return this.post(t,e)},i.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},i.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},i.prototype.createUserAuth0=function(e){return this.post("/user/auth0",e)},i.prototype.getSamlConfig=function(){return this.get("/saml-config")},i.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},i.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},i.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},i.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},i.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},i.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},i.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},i.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},i.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},i.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},i.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},i.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding/".concat(e),{headers:{"x-organization-code":e}})},i.prototype.postNetworkTokensOnboarding=function(e,t){return this.post("/network-tokens/organization/onboarding/".concat(t),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.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}(Di),_d={ENVIRONMENT:process.env.ENVIRONMENT,BFF_URL_PROD:process.env.BFF_URL_PROD,BFF_URL_SBX:process.env.BFF_URL_SBX,BFF_URL_STG:process.env.BFF_URL_STG,BFF_URL_DEV:process.env.BFF_URL_DEV,BFF_URL_LOCAL:process.env.BFF_URL_LOCAL,WS_URL_LOCAL:process.env.WS_URL_LOCAL,WS_URL_PROD:process.env.WS_URL_PROD,WS_URL_SBX:process.env.WS_URL_SBX,WS_URL_STG:process.env.WS_URL_STG,WS_URL_DEV:process.env.WS_URL_DEV},Ed=function(e){function r(t){return e.call(this,t)||this}return o(r,e),r.refreshInstance=function(e){var t;return this.classInstance=new r(a(a({},e),{baseURL:_d["BFF_URL_".concat(_d.ENVIRONMENT)]})),null===(t=this.classInstance.instance.interceptors)||void 0===t||t.response.use((function(e){return e}),(function(e){var t;if(401!==(null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.status))return Promise.reject(e);window.location.href="/auth/logout"})),this.classInstance},r.getInstance=function(e){var t,n;if(this.classInstance){var o=localStorage.getItem("account");if(o){var i=null===(n=null===(t=JSON.parse(o))||void 0===t?void 0:t.value)||void 0===n?void 0:n.code,s=this.classInstance.instance.defaults.headers["x-account-code"];!!i&&""!==i&&i!==s&&(this.classInstance.instance.defaults.headers["x-account-code"]=i)}return this.classInstance}return this.classInstance=new r(a(a({},e),{baseURL:(null==e?void 0:e.baseURL)||_d["BFF_URL_".concat(_d.ENVIRONMENT)]})),this.classInstance},r.setMode=function(e){return t(this,void 0,void 0,(function(){return n(this,(function(t){return this.classInstance.instance.interceptors.request.use((function(t){return t.headers&&(t.headers["X-Environment"]=e),t}),(function(e){return Promise.reject(e)})),[2]}))}))},r}(wd);class Cd{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 Sd="undefined"==typeof window||"Deno"in window;function xd(){}function Rd(e){return"number"==typeof e&&e>=0&&e!==1/0}function Td(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Id(e,t,n){return Wd(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function Od(e,t,n){return Wd(e)?[{...t,queryKey:e},n]:[e||{},t]}function Ad(e,t){const{type:n="all",exact:o,fetchStatus:a,predicate:r,queryKey:i,stale:s}=e;if(Wd(i))if(o){if(t.queryHash!==Pd(i,t.options))return!1}else if(!Dd(t.queryKey,i))return!1;if("all"!==n){const e=t.isActive();if("active"===n&&!e)return!1;if("inactive"===n&&e)return!1}return("boolean"!=typeof s||t.isStale()===s)&&((void 0===a||a===t.state.fetchStatus)&&!(r&&!r(t)))}function zd(e,t){const{exact:n,fetching:o,predicate:a,mutationKey:r}=e;if(Wd(r)){if(!t.options.mutationKey)return!1;if(n){if(Ld(t.options.mutationKey)!==Ld(r))return!1}else if(!Dd(t.options.mutationKey,r))return!1}return("boolean"!=typeof o||"loading"===t.state.status===o)&&!(a&&!a(t))}function Pd(e,t){return((null==t?void 0:t.queryKeyHashFn)||Ld)(e)}function Ld(e){return JSON.stringify(e,((e,t)=>Bd(t)?Object.keys(t).sort().reduce(((e,n)=>(e[n]=t[n],e)),{}):t))}function Dd(e,t){return qd(e,t)}function qd(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some((n=>!qd(e[n],t[n]))))}function Nd(e,t){if(e===t)return e;const n=Ud(e)&&Ud(t);if(n||Bd(e)&&Bd(t)){const o=n?e.length:Object.keys(e).length,a=n?t:Object.keys(t),r=a.length,i=n?[]:{};let s=0;for(let o=0;o<r;o++){const r=n?o:a[o];i[r]=Nd(e[r],t[r]),i[r]===e[r]&&s++}return o===r&&s===o?e:i}return t}function Md(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Ud(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Bd(e){if(!Fd(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!Fd(n)&&!!n.hasOwnProperty("isPrototypeOf")}function Fd(e){return"[object Object]"===Object.prototype.toString.call(e)}function Wd(e){return Array.isArray(e)}function Hd(e){return new Promise((t=>{setTimeout(t,e)}))}function Vd(e){Hd(0).then(e)}function Gd(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?Nd(e,t):t}const $d=new class extends Cd{constructor(){super(),this.setup=e=>{if(!Sd&&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)}},Kd=["online","offline"];const Qd=new class extends Cd{constructor(){super(),this.setup=e=>{if(!Sd&&window.addEventListener){const t=()=>e();return Kd.forEach((e=>{window.addEventListener(e,t,!1)})),()=>{Kd.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 Jd(e){return Math.min(1e3*2**e,3e4)}function Xd(e){return"online"!==(null!=e?e:"online")||Qd.isOnline()}class Yd{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function Zd(e){return e instanceof Yd}function ep(e){let t,n,o,a=!1,r=0,i=!1;const s=new Promise(((e,t)=>{n=e,o=t})),u=()=>!$d.isFocused()||"always"!==e.networkMode&&!Qd.isOnline(),c=o=>{i||(i=!0,null==e.onSuccess||e.onSuccess(o),null==t||t(),n(o))},l=n=>{i||(i=!0,null==e.onError||e.onError(n),null==t||t(),o(n))},d=()=>new Promise((n=>{t=e=>{const t=i||!u();return t&&n(e),t},null==e.onPause||e.onPause()})).then((()=>{t=void 0,i||null==e.onContinue||e.onContinue()})),p=()=>{if(i)return;let t;try{t=e.fn()}catch(e){t=Promise.reject(e)}Promise.resolve(t).then(c).catch((t=>{var n,o;if(i)return;const s=null!=(n=e.retry)?n:3,c=null!=(o=e.retryDelay)?o:Jd,h="function"==typeof c?c(r,t):c,m=!0===s||"number"==typeof s&&r<s||"function"==typeof s&&s(r,t);!a&&m?(r++,null==e.onFail||e.onFail(r,t),Hd(h).then((()=>{if(u())return d()})).then((()=>{a?l(t):p()}))):l(t)}))};return Xd(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new Yd(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{a=!0},continueRetry:()=>{a=!1}}}const tp=console;const np=function(){let e=[],t=0,n=e=>{e()},o=e=>{e()};const a=o=>{t?e.push(o):Vd((()=>{n(o)}))},r=()=>{const t=e;e=[],t.length&&Vd((()=>{o((()=>{t.forEach((e=>{n(e)}))}))}))};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||r()}return n},batchCalls:e=>(...t)=>{a((()=>{e(...t)}))},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{o=e}}}();class op{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Rd(this.cacheTime)&&(this.gcTimeout=setTimeout((()=>{this.optionalRemove()}),this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:Sd?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class ap extends op{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||tp,this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.initialState=e.state||function(e){const t="function"==typeof e.initialData?e.initialData():e.initialData,n=void 0!==t,o=n?"function"==typeof e.initialDataUpdatedAt?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?null!=o?o:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"loading",fetchStatus:"idle"}}(this.options),this.state=this.initialState,this.scheduleGc()}get meta(){return this.options.meta}setOptions(e){this.options={...this.defaultOptions,...e},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){this.observers.length||"idle"!==this.state.fetchStatus||this.cache.remove(this)}setData(e,t){const n=Gd(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(xd).catch(xd):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||!Td(this.state.dataUpdatedAt,e)}onFocus(){var e;const t=this.observers.find((e=>e.shouldFetchOnWindowFocus()));t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}onOnline(){var e;const t=this.observers.find((e=>e.shouldFetchOnReconnect()));t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter((t=>t!==e)),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:e}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(e,t){var n,o;if("idle"!==this.state.fetchStatus)if(this.state.dataUpdatedAt&&null!=t&&t.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var a;return null==(a=this.retryer)||a.continueRetry(),this.promise}if(e&&this.setOptions(e),!this.options.queryFn){const e=this.observers.find((e=>e.options.queryFn));e&&this.setOptions(e.options)}"production"!==process.env.NODE_ENV&&(Array.isArray(this.options.queryKey)||this.logger.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const r=function(){if("function"==typeof AbortController)return new AbortController}(),i={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},s=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>{if(r)return this.abortSignalConsumed=!0,r.signal}})};s(i);const u={fetchOptions:t,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(i)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'")};var c;(s(u),null==(n=this.options.behavior)||n.onFetch(u),this.revertState=this.state,"idle"===this.state.fetchStatus||this.state.fetchMeta!==(null==(o=u.fetchOptions)?void 0:o.meta))&&this.dispatch({type:"fetch",meta:null==(c=u.fetchOptions)?void 0:c.meta});const l=e=>{var t,n,o,a;(Zd(e)&&e.silent||this.dispatch({type:"error",error:e}),Zd(e))||(null==(t=(n=this.cache.config).onError)||t.call(n,e,this),null==(o=(a=this.cache.config).onSettled)||o.call(a,this.state.data,e,this),"production"!==process.env.NODE_ENV&&this.logger.error(e));this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=ep({fn:u.fetchFn,abort:null==r?void 0:r.abort.bind(r),onSuccess:e=>{var t,n,o,a;if(void 0===e)return"production"!==process.env.NODE_ENV&&this.logger.error("Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: "+this.queryHash),void l(new Error(this.queryHash+" data is undefined"));this.setData(e),null==(t=(n=this.cache.config).onSuccess)||t.call(n,e,this),null==(o=(a=this.cache.config).onSettled)||o.call(a,e,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:l,onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:u.options.retry,retryDelay:u.options.retryDelay,networkMode:u.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(e){this.state=(t=>{var n,o;switch(e.type){case"failed":return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case"pause":return{...t,fetchStatus:"paused"};case"continue":return{...t,fetchStatus:"fetching"};case"fetch":return{...t,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null!=(n=e.meta)?n:null,fetchStatus:Xd(this.options.networkMode)?"fetching":"paused",...!t.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...t,data:e.data,dataUpdateCount:t.dataUpdateCount+1,dataUpdatedAt:null!=(o=e.dataUpdatedAt)?o:Date.now(),error:null,isInvalidated:!1,status:"success",...!e.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const a=e.error;return Zd(a)&&a.revert&&this.revertState?{...this.revertState,fetchStatus:"idle"}:{...t,error:a,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:a,fetchStatus:"idle",status:"error"};case"invalidate":return{...t,isInvalidated:!0};case"setState":return{...t,...e.state}}})(this.state),np.batch((()=>{this.observers.forEach((t=>{t.onQueryUpdate(e)})),this.cache.notify({query:this,type:"updated",action:e})}))}}class rp extends Cd{constructor(e){super(),this.config=e||{},this.queries=[],this.queriesMap={}}build(e,t,n){var o;const a=t.queryKey,r=null!=(o=t.queryHash)?o:Pd(a,t);let i=this.get(r);return i||(i=new ap({cache:this,logger:e.getLogger(),queryKey:a,queryHash:r,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(a)}),this.add(i)),i}add(e){this.queriesMap[e.queryHash]||(this.queriesMap[e.queryHash]=e,this.queries.push(e),this.notify({type:"added",query:e}))}remove(e){const t=this.queriesMap[e.queryHash];t&&(e.destroy(),this.queries=this.queries.filter((t=>t!==e)),t===e&&delete this.queriesMap[e.queryHash],this.notify({type:"removed",query:e}))}clear(){np.batch((()=>{this.queries.forEach((e=>{this.remove(e)}))}))}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=Od(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find((e=>Ad(n,e)))}findAll(e,t){const[n]=Od(e,t);return Object.keys(n).length>0?this.queries.filter((e=>Ad(n,e))):this.queries}notify(e){np.batch((()=>{this.listeners.forEach((({listener:t})=>{t(e)}))}))}onFocus(){np.batch((()=>{this.queries.forEach((e=>{e.onFocus()}))}))}onOnline(){np.batch((()=>{this.queries.forEach((e=>{e.onOnline()}))}))}}class ip extends op{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||tp,this.observers=[],this.state=e.state||sp(),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=ep({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:null!=(e=this.options.retry)?e:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},t="loading"===this.state.status;try{var n,o,a,r,i,s,u,c;if(!t){var l,d,p,h;this.dispatch({type:"loading",variables:this.options.variables}),await(null==(l=(d=this.mutationCache.config).onMutate)?void 0:l.call(d,this.state.variables,this));const e=await(null==(p=(h=this.options).onMutate)?void 0:p.call(h,this.state.variables));e!==this.state.context&&this.dispatch({type:"loading",context:e,variables:this.state.variables})}const m=await e();return await(null==(n=(o=this.mutationCache.config).onSuccess)?void 0:n.call(o,m,this.state.variables,this.state.context,this)),await(null==(a=(r=this.options).onSuccess)?void 0:a.call(r,m,this.state.variables,this.state.context)),await(null==(i=(s=this.mutationCache.config).onSettled)?void 0:i.call(s,m,null,this.state.variables,this.state.context,this)),await(null==(u=(c=this.options).onSettled)?void 0:u.call(c,m,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:m}),m}catch(e){try{var m,f,g,y,b,k,v,j;throw await(null==(m=(f=this.mutationCache.config).onError)?void 0:m.call(f,e,this.state.variables,this.state.context,this)),"production"!==process.env.NODE_ENV&&this.logger.error(e),await(null==(g=(y=this.options).onError)?void 0:g.call(y,e,this.state.variables,this.state.context)),await(null==(b=(k=this.mutationCache.config).onSettled)?void 0:b.call(k,void 0,e,this.state.variables,this.state.context,this)),await(null==(v=(j=this.options).onSettled)?void 0:v.call(j,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:!Xd(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),np.batch((()=>{this.observers.forEach((t=>{t.onMutationUpdate(e)})),this.mutationCache.notify({mutation:this,type:"updated",action:e})}))}}function sp(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class up extends Cd{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const o=new ip({mutationCache:this,logger:e.getLogger(),mutationId:++this.mutationId,options:e.defaultMutationOptions(t),state:n,defaultOptions:t.mutationKey?e.getMutationDefaults(t.mutationKey):void 0});return this.add(o),o}add(e){this.mutations.push(e),this.notify({type:"added",mutation:e})}remove(e){this.mutations=this.mutations.filter((t=>t!==e)),this.notify({type:"removed",mutation:e})}clear(){np.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=>zd(e,t)))}findAll(e){return this.mutations.filter((t=>zd(e,t)))}notify(e){np.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 np.batch((()=>e.reduce(((e,t)=>e.then((()=>t.continue().catch(xd)))),Promise.resolve())))})).then((()=>{this.resuming=void 0})),this.resuming}}function cp(){return{onFetch:e=>{e.fetchFn=()=>{var t,n,o,a,r,i;const s=null==(t=e.fetchOptions)||null==(n=t.meta)?void 0:n.refetchPage,u=null==(o=e.fetchOptions)||null==(a=o.meta)?void 0:a.fetchMore,c=null==u?void 0:u.pageParam,l="forward"===(null==u?void 0:u.direction),d="backward"===(null==u?void 0:u.direction),p=(null==(r=e.state.data)?void 0:r.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let m=h,f=!1;const g=e.options.queryFn||(()=>Promise.reject("Missing queryFn for queryKey '"+e.options.queryHash+"'")),y=(e,t,n,o)=>(m=o?[t,...m]:[...m,t],o?[n,...e]:[...e,n]),b=(t,n,o,a)=>{if(f)return Promise.reject("Cancelled");if(void 0===o&&!n&&t.length)return Promise.resolve(t);const r={queryKey:e.queryKey,pageParam:o,meta:e.options.meta};var i;i=r,Object.defineProperty(i,"signal",{enumerable:!0,get:()=>{var t,n;return null!=(t=e.signal)&&t.aborted?f=!0:null==(n=e.signal)||n.addEventListener("abort",(()=>{f=!0})),e.signal}});const s=g(r);return Promise.resolve(s).then((e=>y(t,o,e,a)))};let k;if(p.length)if(l){const t=void 0!==c,n=t?c:lp(e.options,p);k=b(p,t,n)}else if(d){const t=void 0!==c,n=t?c:(v=e.options,j=p,null==v.getPreviousPageParam?void 0:v.getPreviousPageParam(j[0],j));k=b(p,t,n,!0)}else{m=[];const t=void 0===e.options.getNextPageParam;k=!s||!p[0]||s(p[0],0,p)?b([],t,h[0]):Promise.resolve(y([],h[0],p[0]));for(let n=1;n<p.length;n++)k=k.then((o=>{if(!s||!p[n]||s(p[n],n,p)){const a=t?h[n]:lp(e.options,o);return b(o,t,a)}return Promise.resolve(y(o,h[n],p[n]))}))}else k=b([]);var v,j;const w=k.then((e=>({pages:e,pageParams:m})));return w}}}}function lp(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class dp extends Cd{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),pp(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return hp(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return hp(this.currentQuery,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.clearStaleTimeout(),this.clearRefetchInterval(),this.currentQuery.removeObserver(this)}setOptions(e,t){const n=this.options,o=this.currentQuery;if(this.options=this.client.defaultQueryOptions(e),"production"!==process.env.NODE_ENV&&void 0!==(null==e?void 0:e.isDataEqual)&&this.client.getLogger().error("The isDataEqual option has been deprecated and will be removed in the next major version. You can achieve the same functionality by passing a function as the structuralSharing option"),Md(n,this.options)||this.client.getQueryCache().notify({type:"observerOptionsUpdated",query:this.currentQuery,observer:this}),void 0!==this.options.enabled&&"boolean"!=typeof this.options.enabled)throw new Error("Expected enabled to be a boolean");this.options.queryKey||(this.options.queryKey=n.queryKey),this.updateQuery();const a=this.hasListeners();a&&mp(this.currentQuery,o,this.options,n)&&this.executeFetch(),this.updateResult(t),!a||this.currentQuery===o&&this.options.enabled===n.enabled&&this.options.staleTime===n.staleTime||this.updateStaleTimeout();const r=this.computeRefetchInterval();!a||this.currentQuery===o&&this.options.enabled===n.enabled&&r===this.currentRefetchInterval||this.updateRefetchInterval(r)}getOptimisticResult(e){const t=this.client.getQueryCache().build(this.client,e),n=this.createResult(t,e);return function(e,t,n){if(n.keepPreviousData)return!1;if(void 0!==n.placeholderData)return t.isPlaceholderData;if(!Md(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(xd)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),Sd||this.currentResult.isStale||!Rd(this.options.staleTime))return;const e=Td(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,!Sd&&!1!==this.options.enabled&&Rd(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval((()=>{(this.options.refetchIntervalInBackground||$d.isFocused())&&this.executeFetch()}),this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(e,t){const n=this.currentQuery,o=this.options,a=this.currentResult,r=this.currentResultState,i=this.currentResultOptions,s=e!==n,u=s?e.state:this.currentQueryInitialState,c=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:m,fetchStatus:f,status:g}=l,y=!1,b=!1;if(t._optimisticResults){const a=this.hasListeners(),r=!a&&pp(e,t),i=a&&mp(e,n,t,o);(r||i)&&(f=Xd(e.options.networkMode)?"fetching":"paused",p||(g="loading")),"isRestoring"===t._optimisticResults&&(f="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=c&&c.isSuccess&&"error"!==g)d=c.data,p=c.dataUpdatedAt,g=c.status,y=!0;else if(t.select&&void 0!==l.data)if(a&&l.data===(null==r?void 0:r.data)&&t.select===this.selectFn)d=this.selectResult;else try{this.selectFn=t.select,d=t.select(l.data),d=Gd(null==a?void 0:a.data,d,t),this.selectResult=d,this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}else d=l.data;if(void 0!==t.placeholderData&&void 0===d&&"loading"===g){let e;if(null!=a&&a.isPlaceholderData&&t.placeholderData===(null==i?void 0:i.placeholderData))e=a.data;else if(e="function"==typeof t.placeholderData?t.placeholderData():t.placeholderData,t.select&&void 0!==e)try{e=t.select(e),this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}void 0!==e&&(g="success",d=Gd(null==a?void 0:a.data,e,t),b=!0)}this.selectError&&(h=this.selectError,d=this.selectResult,m=Date.now(),g="error");const k="fetching"===f,v="loading"===g,j="error"===g;return{status:g,fetchStatus:f,isLoading:v,isSuccess:"success"===g,isError:j,isInitialLoading:v&&k,data:d,dataUpdatedAt:p,error:h,errorUpdatedAt:m,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:l.dataUpdateCount>0||l.errorUpdateCount>0,isFetchedAfterMount:l.dataUpdateCount>u.dataUpdateCount||l.errorUpdateCount>u.errorUpdateCount,isFetching:k,isRefetching:k&&!v,isLoadingError:j&&0===l.dataUpdatedAt,isPaused:"paused"===f,isPlaceholderData:b,isPreviousData:y,isRefetchError:j&&0!==l.dataUpdatedAt,isStale:fp(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,Md(n,t))return;this.currentResult=n;const o={cache:!0};!1!==(null==e?void 0:e.listeners)&&(()=>{if(!t)return!0;const{notifyOnChangeProps:e}=this.options,n="function"==typeof e?e():e;if("all"===n||!n&&!this.trackedProps.size)return!0;const o=new Set(null!=n?n:this.trackedProps);return this.options.useErrorBoundary&&o.add("error"),Object.keys(this.currentResult).some((e=>{const n=e;return this.currentResult[n]!==t[n]&&o.has(n)}))})()&&(o.listeners=!0),this.notify({...o,...e})}updateQuery(){const e=this.client.getQueryCache().build(this.client,this.options);if(e===this.currentQuery)return;const t=this.currentQuery;this.currentQuery=e,this.currentQueryInitialState=e.state,this.previousQueryResult=this.currentResult,this.hasListeners()&&(null==t||t.removeObserver(this),e.addObserver(this))}onQueryUpdate(e){const t={};"success"===e.type?t.onSuccess=!e.manual:"error"!==e.type||Zd(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){np.batch((()=>{var t,n,o,a;if(e.onSuccess)null==(t=(n=this.options).onSuccess)||t.call(n,this.currentResult.data),null==(o=(a=this.options).onSettled)||o.call(a,this.currentResult.data,null);else if(e.onError){var r,i,s,u;null==(r=(i=this.options).onError)||r.call(i,this.currentResult.error),null==(s=(u=this.options).onSettled)||s.call(u,void 0,this.currentResult.error)}e.listeners&&this.listeners.forEach((({listener:e})=>{e(this.currentResult)})),e.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})}))}}function pp(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&&hp(e,t,t.refetchOnMount)}function hp(e,t,n){if(!1!==t.enabled){const o="function"==typeof n?n(e):n;return"always"===o||!1!==o&&fp(e,t)}return!1}function mp(e,t,n,o){return!1!==n.enabled&&(e!==t||!1===o.enabled)&&(!n.suspense||"error"!==e.state.status)&&fp(e,n)}function fp(e,t){return e.isStaleByTime(t.staleTime)}class gp extends Cd{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),Md(n,this.options)||this.client.getMutationCache().notify({type:"observerOptionsUpdated",mutation:this.currentMutation,observer:this}),null==(t=this.currentMutation)||t.setOptions(this.options)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.currentMutation)||e.removeObserver(this))}onMutationUpdate(e){this.updateResult();const t={listeners:!0};"success"===e.type?t.onSuccess=!0:"error"===e.type&&(t.onError=!0),this.notify(t)}getCurrentResult(){return this.currentResult}reset(){this.currentMutation=void 0,this.updateResult(),this.notify({listeners:!0})}mutate(e,t){return this.mutateOptions=t,this.currentMutation&&this.currentMutation.removeObserver(this),this.currentMutation=this.client.getMutationCache().build(this.client,{...this.options,variables:void 0!==e?e:this.options.variables}),this.currentMutation.addObserver(this),this.currentMutation.execute()}updateResult(){const e=this.currentMutation?this.currentMutation.state:{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0},t={...e,isLoading:"loading"===e.status,isSuccess:"success"===e.status,isError:"error"===e.status,isIdle:"idle"===e.status,mutate:this.mutate,reset:this.reset};this.currentResult=t}notify(e){np.batch((()=>{var t,n,o,a;if(this.mutateOptions&&this.hasListeners())if(e.onSuccess)null==(t=(n=this.mutateOptions).onSuccess)||t.call(n,this.currentResult.data,this.currentResult.variables,this.currentResult.context),null==(o=(a=this.mutateOptions).onSettled)||o.call(a,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context);else if(e.onError){var r,i,s,u;null==(r=(i=this.mutateOptions).onError)||r.call(i,this.currentResult.error,this.currentResult.variables,this.currentResult.context),null==(s=(u=this.mutateOptions).onSettled)||s.call(u,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context)}e.listeners&&this.listeners.forEach((({listener:e})=>{e(this.currentResult)}))}))}}var yp,bp={exports:{}},kp={};var vp,jp={};
|
|
207
|
+
function Go(e){const t=Vo.parse(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[e]);return n}function $o(){return Go(document.cookie)}function Ko(e){const t=e.headers.get("cookie"),n=t?Go(t):{},o=function(e){if("undefined"==typeof document||"undefined"==typeof location)return{};switch(e.credentials){case"same-origin":{const t=new URL(e.url);return location.origin===t.origin?$o():{}}case"include":return $o();default:return{}}}(e);for(const t in o)e.headers.append("cookie",Vo.serialize(t,o[t]));const a=se.getCookiesSync(e.url),r=Object.fromEntries(a.map((e=>[e.key,e.value])));for(const t of a)e.headers.append("cookie",t.toString());return{...o,...r,...n}}var Qo=(e=>(e.HEAD="HEAD",e.GET="GET",e.POST="POST",e.PUT="PUT",e.PATCH="PATCH",e.OPTIONS="OPTIONS",e.DELETE="DELETE",e))(Qo||{});class Jo extends w{constructor(e,t,n,o){super({info:{header:`${e} ${t}`,path:t,method:e},resolver:n,options:o}),this.checkRedundantQueryParameters()}checkRedundantQueryParameters(){const{method:e,path:t}=this.info;if(t instanceof RegExp)return;if(Xt(t)===t)return;const n=function(e){return new URL(`/${e}`,"http://localhost").searchParams}(t);n.forEach(((e,t)=>{})),b.warn(`Found a redundant usage of query parameters in the request handler URL for "${e} ${t}". Please match against a path instead and access query parameters using "new URL(request.url).searchParams" instead. Learn more: https://mswjs.io/docs/recipes/query-parameters`)}async parse(e){return{match:Zt(new URL(e.request.url),this.info.path,e.resolutionContext?.baseUrl),cookies:Ko(e.request)}}predicate(e){const t=this.matchMethod(e.request.method),n=e.parsedResult.match.matches;return t&&n}matchMethod(e){return this.info.method instanceof RegExp?this.info.method.test(e):(t=this.info.method,n=e,t.toLowerCase()===n.toLowerCase());var t,n}extendResolverArgs(e){return{params:e.parsedResult.match?.params||{},cookies:e.parsedResult.cookies}}async log(e){const t=_(e.request.url),n=await async function(e){const t=e.clone(),n=await t.text();return{url:new URL(e.url),method:e.method,headers:Object.fromEntries(e.headers.entries()),body:n}}(e.request),o=await async function(e){const t=e.clone(),n=await t.text(),o=t.status||200;return{status:o,statusText:t.statusText||Do[o]||"OK",headers:Object.fromEntries(t.headers.entries()),body:n}}(e.response),a=(r=o.status)<300?"#69AB32":r<400?"#F0BB4B":"#E95F5D";var r;console.groupCollapsed(b.formatMessage(`${tn()} ${e.request.method} ${t} (%c${o.status} ${o.statusText}%c)`),`color:${a}`,"color:inherit"),console.log("Request",n),console.log("Handler:",this),console.log("Response",o),console.groupEnd()}}function Xo(e){return(t,n,o={})=>new Jo(e,t,n,o)}const Yo={all:Xo(/.+/),head:Xo(Qo.HEAD),get:Xo(Qo.GET),post:Xo(Qo.POST),put:Xo(Qo.PUT),delete:Xo(Qo.DELETE),patch:Xo(Qo.PATCH),options:Xo(Qo.OPTIONS)},Zo=Symbol("bodyType");class ea extends Wt{[Zo]=null;constructor(e,t){const n=We(t);super(e,n),function(e,t){t.type&&Object.defineProperty(e,"type",{value:t.type,enumerable:!0,writable:!1});const n=t.headers.get("set-cookie");if(n&&(Object.defineProperty(e,Fe,{value:n,enumerable:!1,writable:!1}),"undefined"!=typeof document)){const e=Ue.prototype.getSetCookie.call(t.headers);for(const t of e)document.cookie=t}}(this,n)}static text(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/plain"),n.headers.has("Content-Length")||n.headers.set("Content-Length",e?new Blob([e]).size.toString():"0"),new ea(e,n)}static json(e,t){const n=We(t);n.headers.has("Content-Type")||n.headers.set("Content-Type","application/json");const o=JSON.stringify(e);return n.headers.has("Content-Length")||n.headers.set("Content-Length",o?new Blob([o]).size.toString():"0"),new ea(o,n)}static xml(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/xml"),new ea(e,n)}static html(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","text/html"),new ea(e,n)}static arrayBuffer(e,t){const n=We(t);return n.headers.has("Content-Type")||n.headers.set("Content-Type","application/octet-stream"),e&&!n.headers.has("Content-Length")&&n.headers.set("Content-Length",e.byteLength.toString()),new ea(e,n)}static formData(e,t){return new ea(e,We(t))}}g("undefined"!=typeof URL,b.formatMessage('Global "URL" class is not defined. This likely means that you\'re running MSW in an environment that doesn\'t support all Node.js standard API (e.g. React Native). If that\'s the case, please use an appropriate polyfill for the "URL" class, like "react-native-url-polyfill".'));var ta,na={content:[{test_credential:!0,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",captured:0,refunded:0,country:"MX",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"5d1558b0-4e6a-4268-a543-7b713b1de986",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82453,payment_id:83146,document_number:"IESF960301230",email:"rizinuta@fijwam.eg"}],card_transaction:[{card_transaction_id:19733,transaction_id:83459,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{test_credential:!1,organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",status:"ERROR",sub_status:"ERROR",amount_value:300,currency_code:"MXN",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",captured:0,refunded:0,country:"MX",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",description:"test description",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"2e1180e4-4a2a-4f63-ab7a-25e2ec07314a",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82452,payment_id:83145,document_number:"GOOT991014HASNLT07",email:"beisguw@obi.cv"}],card_transaction:[{card_transaction_id:19732,transaction_id:83458,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]},{organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",status:"ERROR",sub_status:"ERROR",amount_value:250,currency_code:"MXN",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",captured:0,refunded:0,country:"MX",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",description:"SUCCEEDED",subscription_id:"",condition_set_id:17491,payment_type:"",transaction_payment:[{code:"250e2c9c-b178-4762-9364-9037a8ed99a6",provider_id:"DLOCAL",payment_method_type:"CARD",parent_payment_method_type:null}],customer_payer:[{customer_payer_id:82451,payment_id:83144,document_number:"9999999999",email:"tito.gonzalez@y.uno"}],card_transaction:[{card_transaction_id:19731,transaction_id:83457,three_ds_electronic_commerce_indicator:null,three_ds_transaction_id:null,bin:"41111111",brand:"VISA",installments:1,network_token:null}],bnpl_transaction:[]}],last_page:!0},oa={test_credential:!0,id:83146,code:"a6d708a9-0227-44eb-a044-0738b644d0fb",order_id:"1739814014074",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",organization_customer_external_id:"1739814014074",checkout_session:"b6ac7dcf-d76e-4d94-a781-5c6642aac69b",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:40:46.747839Z",updated_at:"2025-02-17T17:40:48.555749Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"29ebcc56-977d-44ee-aea0-6aa5fc1893d7",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b",platform:"WEB",routing_flow_code:"06d778ad-1824-41c8-a80f-e65a8e2417ac",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"00df007e-5603-4173-87cf-336fe81429a4",version:null,merchant_reference:"1739814014074",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82453,email:"rizinuta@fijwam.eg",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:40:46.756582+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83146,updated_at:"2025-02-17T17:40:46.756584+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"6c6c8223-0f63-4f17-979c-024839ea7366",date_of_birth:"1990-02-28",document_type:"RFC",document_number:"IESF960301230",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739814014074",browser_info_browser_time_difference:"300"}],payment_order:[{id:73140,created_at:"2025-02-17T17:40:46.789867+00:00",fee_amount:null,payment_id:83146,tip_amount:null,updated_at:"2025-02-17T17:40:46.789868+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73619,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:40:46.793886+00:00",updated_at:"2025-02-17T17:40:46.793888+00:00",unit_amount:300,payment_order_id:73140,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161666,type:"SHIPPING",created_at:"2025-02-17T17:40:46.767136+00:00",updated_at:"2025-02-17T17:40:46.767138+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null},{id:161667,type:"BILLING",created_at:"2025-02-17T17:40:46.77174+00:00",updated_at:"2025-02-17T17:40:46.771742+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82453,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},aa={test_credential:!1,id:83145,code:"240622a6-654d-44de-ae61-b718afeeb78f",order_id:"1739813914789",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",organization_customer_external_id:"1739813914789",checkout_session:"b80837d6-a234-486f-a28d-d6bf3fab9da3",status:"ERROR",amount_value:300,currency_code:"MXN",description:"test description",created_at:"2025-02-17T17:39:04.220012Z",updated_at:"2025-02-17T17:39:05.658776Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"f68e1740-7c89-443b-bd17-0a80d758477d",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b80837d6-a234-486f-a28d-d6bf3fab9da3",platform:"WEB",routing_flow_code:"e45f1ef1-3d24-4d83-bc91-2f6ca5159dc7",captured:0,refunded:0,account_integration_code:null,metadata:"[]",chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"faf5c3bc-eae2-4192-9680-3783332796af",version:null,merchant_reference:"1739813914789",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82452,email:"beisguw@obi.cv",gender:"female",last_name:"Hegmann",created_at:"2025-02-17T17:39:04.227478+00:00",first_name:"Aaron",ip_address:"187.189.168.116",payment_id:83145,updated_at:"2025-02-17T17:39:04.22748+00:00",nationality:"MX",phone_number:"3991111111",customer_code:"46f88791-1c4b-40cb-b0b6-889a87529775",date_of_birth:"1990-02-28",document_type:"CURP",document_number:"GOOT991014HASNLT07",device_fingerprint:null,phone_country_code:"52",device_fingerprints:"{}",geolocation_latitude:null,browser_info_language:"en",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36",payment_method_payer_id:null,browser_info_color_depth:"5",browser_info_java_enabled:"false",browser_info_screen_width:"8",browser_info_accept_header:"application/json",browser_info_screen_height:"8",browser_info_accept_browser:"*/*",browser_info_accept_content:"*/*",merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"1739813914789",browser_info_browser_time_difference:"300"}],payment_order:[{id:73139,created_at:"2025-02-17T17:39:04.25785+00:00",fee_amount:null,payment_id:83145,tip_amount:null,updated_at:"2025-02-17T17:39:04.257851+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73618,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"Clothes",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:39:04.261319+00:00",updated_at:"2025-02-17T17:39:04.26132+00:00",unit_amount:300,payment_order_id:73139,manufacture_part_number:"XYZ123456"}],customer_payer_address:[{id:161664,type:"SHIPPING",created_at:"2025-02-17T17:39:04.237363+00:00",updated_at:"2025-02-17T17:39:04.237364+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null},{id:161665,type:"BILLING",created_at:"2025-02-17T17:39:04.241131+00:00",updated_at:"2025-02-17T17:39:04.241132+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:null,address_country:"MX",address_zip_code:"68890000",customer_payer_id:82452,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ra={id:83144,code:"98855a76-4a79-4d2e-9a0a-876a1541a95e",order_id:"2222T",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",organization_customer_external_id:"Merchan3",checkout_session:"47f2445d-9105-49ce-9a2a-659977159272",status:"ERROR",amount_value:250,currency_code:"MXN",description:"SUCCEEDED",created_at:"2025-02-17T17:38:17.243160Z",updated_at:"2025-02-17T17:38:18.866741Z",organization_code:"de2844c3-30c7-461b-8422-a880998646a8",account_code:"8c9701a1-4290-4941-a48f-760b16c16c73",country:"MX",is_sdk_action_required:!1,idempotency_key:"6e6a2156-e2ed-40e5-92fa-b105f9e56433",sub_status:"ERROR",workflow:"SDK_CHECKOUT",callback_url:"https://google.com/?checkoutSession=47f2445d-9105-49ce-9a2a-659977159272",platform:null,routing_flow_code:"19ceb649-9a47-4fd4-bb6f-a83a09c62f0c",captured:0,refunded:0,account_integration_code:null,metadata:'[{"key":"country?","value":"MXN"},{"key":"Merchan_type","value":"D05,T5,T6,D02"}]',chargeback:0,in_dispute:0,checkout_url:null,payment_link_code:"",trace_id:"5826b7b5-a68b-44e9-b338-a95045696384",version:null,merchant_reference:"2222T",api_version:"v1",has_fraud_screening:!1,routing_metadata:"{}",sdk_abandoned_reason:null,subscription_code:null,subscription_payment_code:null,routing_condition_id:17491,routing_condition_name:null,routing_condition_description:null,currency_conversion_currency_code:null,currency_conversion_amount_value:null,currency_conversion_rate:null,currency_conversion_code:null,provider_currency_conversion_id:null,has_multiple_payment_methods:!1,request_origin:null,request_header_origin:"",subscription_billing_cycle:null,subscription_retry_count:null,smart_routing:!1,monitors:null,airline_passenger:[],airline_leg:[],airline_ticket:[],airline_ticket_issue:[],customer_payer:[{id:82451,email:"tito.gonzalez@y.uno",gender:"M",last_name:"Olivares",created_at:"2025-02-17T17:38:17.248723+00:00",first_name:"Tito Gonzalez",ip_address:"192.0.2.1",payment_id:83144,updated_at:"2025-02-17T17:38:17.248725+00:00",nationality:"CO",phone_number:"4499068531",customer_code:"4aa110f9-4f85-4351-92e8-7513338bfc00",date_of_birth:"1993-11-11",document_type:"INE",document_number:"9999999999",device_fingerprint:"hi88287gbd8d7d782ge0023",phone_country_code:"52",device_fingerprints:'{"DEFAULT":"hi88287gbd8d7d782ge0023"}',geolocation_latitude:null,browser_info_language:"es",geolocation_longitude:null,third_party_session_id:null,browser_info_user_agent:"string",payment_method_payer_id:null,browser_info_color_depth:"8",browser_info_java_enabled:null,browser_info_screen_width:"720",browser_info_accept_header:"string",browser_info_screen_height:"1280",browser_info_accept_browser:null,browser_info_accept_content:null,merchant_customer_created_at:null,browser_info_javascript_enabled:"true",organization_customer_external_id:"Merchan3",browser_info_browser_time_difference:null}],payment_order:[{id:73138,created_at:"2025-02-17T17:38:17.268872+00:00",fee_amount:0,payment_id:83144,tip_amount:null,updated_at:"2025-02-17T17:38:17.268873+00:00",sales_channel:null,shipping_amount:0,fulfillment_mongo_id:null}],order_item:[{id:73615,name:"Skirt",brand:"XYZ",id_item:"123AD",category:"",quantity:1,sku_code:"8765432109",created_at:"2025-02-17T17:38:17.272809+00:00",updated_at:"2025-02-17T17:38:17.27281+00:00",unit_amount:500,payment_order_id:73138,manufacture_part_number:"XYZ123456"},{id:73616,name:"t-shirt",brand:"Nike",id_item:"333d",category:"clothes",quantity:1,sku_code:"292929292",created_at:"2025-02-17T17:38:17.275665+00:00",updated_at:"2025-02-17T17:38:17.275666+00:00",unit_amount:1e3,payment_order_id:73138,manufacture_part_number:"0A98C0A9"},{id:73617,name:"t-shirt",brand:"FFF",id_item:"089qq8998",category:"clothes",quantity:2,sku_code:"098091",created_at:"2025-02-17T17:38:17.278489+00:00",updated_at:"2025-02-17T17:38:17.27849+00:00",unit_amount:1500,payment_order_id:73138,manufacture_part_number:"0SAD9DD9D"}],customer_payer_address:[{id:161662,type:"SHIPPING",created_at:"2025-02-17T17:38:17.253338+00:00",updated_at:"2025-02-17T17:38:17.253339+00:00",address_city:"Aguascalientes",address_state:"Aguascalientes",address_line_1:"Paseo de la asunción sur 503",address_line_2:"Jardines de Aguascalientes",address_country:"MX",address_zip_code:"20270",customer_payer_id:82451,address_neighborhood:null},{id:161663,type:"BILLING",created_at:"2025-02-17T17:38:17.256549+00:00",updated_at:"2025-02-17T17:38:17.25655+00:00",address_city:"Bogotá",address_state:"Cundinamarca",address_line_1:"Calle 34 # 56 - 78",address_line_2:"Apartamento 502, Torre I",address_country:"MX",address_zip_code:"111111",customer_payer_id:82451,address_neighborhood:null}],payment_tax:[],payment_order_tax:[],payment_order_shipping:[],payment_airline:[],payment_seller_details:{}},ia=[{created_at:"2025-05-25T13:50:51.304216Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"DECLINED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:null,title_description:"timeLine.purchaseDeclined",light_text:"by provider",show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""},{created_at:"2025-05-25T13:50:49.783312Z",amount_value:32350,currency_code:"COP",transaction_type:"PURCHASE",status_history:"CREATED",provider_id:"REDEBAN_DIRECT",code:"d054b44d-8e22-486a-ac66-f76cc8ddf97a",category:"CARD",merchant_reference:"CO_Order_2337202644",description:"timeLine.descriptionPurchaseCreated",title_description:"timeLine.purchaseCreated",light_text:null,show_amount:!0,show_provider:!0,provider_status:null,sub_status_history:null,provider_response_code:null,provider_raw_response:null,parent_payment_method_type:null,wallet_title_description:""}],sa={content:[{test_credential:!0,id:"83459",code:"5d1558b0-4e6a-4268-a543-7b713b1de986",type:"PURCHASE",transaction_data_type:"transaction",vault_on_success:"",parent_id:"",payment_id:83146,customer_payment_method_code:"",status:"ERROR",category:"CARD",amount:300,created_at:"2025-02-17T17:40:47.474187Z",updated_at:"2025-02-17T17:40:48.203256Z",payment_method:{vaulted_token:"",type:"CARD",vault_on_success:!1,token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",payment_method_detail:{card:{verify:"false",capture:"true",installments:"1",first_installments_deferral:"",installments_type:null,installments_amount:null,soft_descriptor:null,authorization_code:null,retrieval_reference_number:null,card_data:{holder_name:"TITO GLEZ",iin:"41111111",ifd:"1111",expiration_month:"5",expiration_year:"27",number_lenght:"16",security_code_lenght:"3",brand:"VISA",issuer_name:"CONOTOXIA SP Z O O",issuer_code:null,category:"CLASSIC",type:"DEBIT",installments:""}},bnpl:null,bank_transfer:null,wallet:null,payment_link:null,ticket:null}},response_code:"INVALID_CREDENTIALS",response_message:"Invalid credentials",merchant_reference:"1739814014074",provider_data:{id:"83459",transaction_id:"",account_id:"",sub_status:"",status:"",status_detail:"3001",raw_response:{value:'{"code":3001,"message":"Invalid credentials"}'},response_message:"Invalid credentials",raw_notification:"",action_data:'{"image":null,"image_type":null,"redirect":{"init_url":"","success_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b","error_url":"https://demo.dev.y.uno/testing/checkout/status?checkoutSession=b6ac7dcf-d76e-4d94-a781-5c6642aac69b"},"otp":{"length":0,"expiration_time":null,"retries":{"accepts":null,"number":null},"payment_instructions":null},"payment_code":{"code":null,"reference":"","expiration_time":null},"three_d_secure_redirect":{"init_url":null,"access_token":null,"redirect_url":null},"request_html":null,"sdk_provider":{"gateway":"","provider_id":null,"merchant_id":"","merchant_name":null,"amount":{"currency":"","value":"0"},"protocol_version":null,"payment_methods":null,"payment_method_type":null,"supported_networks":null,"session":null,"init_url":null,"client_id":null,"intent":null,"components":null},"expiration_time":null,"image_details":null,"info":{"screen_info":null},"render_html":null,"ui":null}'},reason:null,description:"test description",one_time_token:"fb0f5521-d61e-43f0-883e-a6629de43f1a",require_action_type:"CHECK_STATUS",parent_provider:"",account_integration_code:"9bf85421-5326-4616-826e-8575a5d69629",technical_reverse_provider_transaction_id:"",technical_reverse_transaction_type:"",technical_reverse_status:"",stand_alone:null,fraud_screening:null}]},ua=[Yo.post("https://dev.y.uno/dashboard-bff/api/payments/lazy",(function(){return ea.json(na)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/a6d708a9-0227-44eb-a044-0738b644d0fb",(function(){return ea.json(oa)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/240622a6-654d-44de-ae61-b718afeeb78f",(function(){return ea.json(aa)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/v2/98855a76-4a79-4d2e-9a0a-876a1541a95e",(function(){return ea.json(ra)})),Yo.get("https://dev.y.uno/dashboard-bff/api/transactions/by-payment/:id/history",(function(){return ea.json(ia)})),Yo.get("https://dev.y.uno/dashboard-bff/api/payments/:id/transactions/details",(function(){return ea.json(sa)}))],ca={total:{total_conversion_rate:.8491,insight_payment_total_conversion_rate_periodicity:{"2025-05-05":.854357872962925,"2025-05-06":.8464466315045402,"2025-05-07":.8464068445151444}},cards:{cards_approvals_rate:.8537,insight_payment_total_conversion_rate_periodicity_for_card:{"2025-05-05":.8535902892724836,"2025-05-06":.8544554997052155,"2025-05-07":.8529382291046492}},apms:{apms_conversion_rate:.846,insight_payment_total_conversion_rate_periodicity_for_apm:{"2025-05-05":.8548995923297599,"2025-05-06":.8409580339477246,"2025-05-07":.8419575308800616}},cards_without_insufficient_funds:{without_insufficient_funds_conversion_rate:.8993,insight_conversion_rate_without_insufficient_funds:{"2025-05-05":.9018141803473709,"2025-05-06":.9025951512661153,"2025-05-07":.8933830566240437}}},la={fraud:{conversion_rate_fraud_transactions:0,conversion_fraud_transactions_periodicity:null},"3ds":{conversion_rate_card_transactions3ds:.25,conversion_rate_card_transactions3ds_periodicity:{"2025-05-05":.2391304347826087,"2025-05-06":.3023255813953488,"2025-05-07":.21568627450980393}}},da={sales_volume_metric_group:{distribution:[{key:"2025-04-03",total:2146090},{key:"2025-04-04",total:498220},{key:"2025-04-05",total:563560},{key:"2025-04-06",total:822600},{key:"2025-04-07",total:660445},{key:"2025-04-08",total:553400},{key:"2025-04-09",total:464195},{key:"2025-04-10",total:470835},{key:"2025-04-11",total:3482795},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:207200},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:277185},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:152590},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:1060845},{key:"2025-04-21",total:715160},{key:"2025-04-22",total:686465},{key:"2025-04-23",total:268490},{key:"2025-04-24",total:699500},{key:"2025-04-25",total:306090},{key:"2025-04-26",total:469500},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:1610220},{key:"2025-04-29",total:699965},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:666160},{key:"2025-05-02",total:52565}],total:19121355,average:637378.5},total_payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285,average:9.5},average_ticket:{distribution:[{key:"2025-04-03",total:118580.63,min_ticket:12665,max_ticket:882e3},{key:"2025-04-04",total:51146.67,min_ticket:25900,max_ticket:121500},{key:"2025-04-05",total:74692,min_ticket:23800,max_ticket:190100},{key:"2025-04-06",total:85150,min_ticket:20900,max_ticket:141400},{key:"2025-04-07",total:46528.75,min_ticket:16200,max_ticket:125e3},{key:"2025-04-08",total:48290.91,min_ticket:21900,max_ticket:106700},{key:"2025-04-09",total:34366.25,min_ticket:13900,max_ticket:64005},{key:"2025-04-10",total:39730.45,min_ticket:15900,max_ticket:74545},{key:"2025-04-11",total:76968.93,min_ticket:15900,max_ticket:454200},{key:"2025-04-12",total:42528.33,min_ticket:29835,max_ticket:66130},{key:"2025-04-13",total:48800,min_ticket:21900,max_ticket:64800},{key:"2025-04-14",total:35138.57,min_ticket:7900,max_ticket:55100},{key:"2025-04-15",total:41117,min_ticket:35800,max_ticket:53100},{key:"2025-04-16",total:35497,min_ticket:21420,max_ticket:53700},{key:"2025-04-17",total:73650,min_ticket:47700,max_ticket:99600},{key:"2025-04-18",total:47947.5,min_ticket:39200,max_ticket:56695},{key:"2025-04-19",total:41800,min_ticket:41800,max_ticket:41800},{key:"2025-04-20",total:61248.33,min_ticket:25900,max_ticket:121600},{key:"2025-04-21",total:74095,min_ticket:16200,max_ticket:308e3},{key:"2025-04-22",total:47066.54,min_ticket:15900,max_ticket:98200},{key:"2025-04-23",total:28732.22,min_ticket:9900,max_ticket:39200},{key:"2025-04-24",total:40025,min_ticket:20200,max_ticket:109600},{key:"2025-04-25",total:34755.71,min_ticket:15900,max_ticket:45390},{key:"2025-04-26",total:84900,min_ticket:34800,max_ticket:130400},{key:"2025-04-27",total:121600,min_ticket:5e4,max_ticket:162300},{key:"2025-04-28",total:62873.33,min_ticket:21900,max_ticket:293400},{key:"2025-04-29",total:47213.75,min_ticket:11900,max_ticket:113700},{key:"2025-04-30",total:53593.33,min_ticket:27800,max_ticket:120600},{key:"2025-05-01",total:93426.67,min_ticket:15900,max_ticket:159500},{key:"2025-05-02",total:26282.5,min_ticket:22900,max_ticket:29665}],total:58001.28,min_ticket:7900,max_ticket:882e3},conversion_rate:null,total_payments_and_conversion_rate:{payments:{distribution:[{key:"2025-04-03",total:18},{key:"2025-04-04",total:10},{key:"2025-04-05",total:6},{key:"2025-04-06",total:9},{key:"2025-04-07",total:14},{key:"2025-04-08",total:12},{key:"2025-04-09",total:13},{key:"2025-04-10",total:12},{key:"2025-04-11",total:23},{key:"2025-04-12",total:3},{key:"2025-04-13",total:5},{key:"2025-04-14",total:7},{key:"2025-04-15",total:7},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:3},{key:"2025-04-19",total:1},{key:"2025-04-20",total:11},{key:"2025-04-21",total:13},{key:"2025-04-22",total:15},{key:"2025-04-23",total:10},{key:"2025-04-24",total:14},{key:"2025-04-25",total:9},{key:"2025-04-26",total:6},{key:"2025-04-27",total:3},{key:"2025-04-28",total:21},{key:"2025-04-29",total:15},{key:"2025-04-30",total:9},{key:"2025-05-01",total:7},{key:"2025-05-02",total:2}],total:285},conversion_rate:{distribution:[{key:"2025-04-03",total:.8889},{key:"2025-04-04",total:.9},{key:"2025-04-05",total:.8333},{key:"2025-04-06",total:.8889},{key:"2025-04-07",total:.8571},{key:"2025-04-08",total:.9167},{key:"2025-04-09",total:.9231},{key:"2025-04-10",total:.9167},{key:"2025-04-11",total:.6087},{key:"2025-04-12",total:1},{key:"2025-04-13",total:.6},{key:"2025-04-14",total:1},{key:"2025-04-15",total:.7143},{key:"2025-04-16",total:1},{key:"2025-04-17",total:1},{key:"2025-04-18",total:.6667},{key:"2025-04-19",total:1},{key:"2025-04-20",total:.2727},{key:"2025-04-21",total:.6154},{key:"2025-04-22",total:.8667},{key:"2025-04-23",total:.9},{key:"2025-04-24",total:.8571},{key:"2025-04-25",total:.7778},{key:"2025-04-26",total:.6667},{key:"2025-04-27",total:1},{key:"2025-04-28",total:.5714},{key:"2025-04-29",total:.8},{key:"2025-04-30",total:1},{key:"2025-05-01",total:.8571},{key:"2025-05-02",total:1}],total:.793}},quantity_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],total:226}},{DECLINED:{distribution:[{key:"2025-04-03",total:2},{key:"2025-04-04",total:1},{key:"2025-04-05",total:1},{key:"2025-04-06",total:1},{key:"2025-04-07",total:2},{key:"2025-04-08",total:1},{key:"2025-04-09",total:1},{key:"2025-04-10",total:1},{key:"2025-04-11",total:9},{key:"2025-04-13",total:2},{key:"2025-04-15",total:2},{key:"2025-04-18",total:1},{key:"2025-04-20",total:8},{key:"2025-04-21",total:5},{key:"2025-04-22",total:2},{key:"2025-04-23",total:1},{key:"2025-04-24",total:2},{key:"2025-04-25",total:2},{key:"2025-04-26",total:2},{key:"2025-04-28",total:9},{key:"2025-04-29",total:3},{key:"2025-05-01",total:1}],total:59}}],volume_successful_payments:13108290,volume_successful_payments_by_periodicity:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],quantity_successful_payments:226,quantity_successful_payments_by_periodicity:[{key:"2025-04-03",total:16},{key:"2025-04-04",total:9},{key:"2025-04-05",total:5},{key:"2025-04-06",total:8},{key:"2025-04-07",total:12},{key:"2025-04-08",total:11},{key:"2025-04-09",total:12},{key:"2025-04-10",total:11},{key:"2025-04-11",total:14},{key:"2025-04-12",total:3},{key:"2025-04-13",total:3},{key:"2025-04-14",total:7},{key:"2025-04-15",total:5},{key:"2025-04-16",total:5},{key:"2025-04-17",total:2},{key:"2025-04-18",total:2},{key:"2025-04-19",total:1},{key:"2025-04-20",total:3},{key:"2025-04-21",total:8},{key:"2025-04-22",total:13},{key:"2025-04-23",total:9},{key:"2025-04-24",total:12},{key:"2025-04-25",total:7},{key:"2025-04-26",total:4},{key:"2025-04-27",total:3},{key:"2025-04-28",total:12},{key:"2025-04-29",total:12},{key:"2025-04-30",total:9},{key:"2025-05-01",total:6},{key:"2025-05-02",total:2}],average_provider_latency:[{PAYMENTEZ:{distribution:[{key:"2025-04-03",total:1582.1429},{key:"2025-04-04",total:1972.6667},{key:"2025-04-05",total:2059.25},{key:"2025-04-06",total:1772},{key:"2025-04-07",total:1236.1667},{key:"2025-04-08",total:1310.7143},{key:"2025-04-09",total:1645.25},{key:"2025-04-10",total:2277},{key:"2025-04-11",total:1729.7143},{key:"2025-04-12",total:0},{key:"2025-04-13",total:1870},{key:"2025-04-14",total:1109},{key:"2025-04-15",total:1110},{key:"2025-04-16",total:1255.5},{key:"2025-04-17",total:0},{key:"2025-04-18",total:0},{key:"2025-04-19",total:1930},{key:"2025-04-20",total:0},{key:"2025-04-21",total:1502.3333},{key:"2025-04-22",total:2444.25},{key:"2025-04-23",total:1450.6667},{key:"2025-04-24",total:1376.75},{key:"2025-04-25",total:2074},{key:"2025-04-26",total:2339.75},{key:"2025-04-27",total:0},{key:"2025-04-28",total:1719.8},{key:"2025-04-29",total:1600.5},{key:"2025-04-30",total:1692.5},{key:"2025-05-01",total:1468.5},{key:"2025-05-02",total:0}],total:1727.7576}},{NUVEI:{distribution:[{key:"2025-04-03",total:3110.5},{key:"2025-04-04",total:2706.6667},{key:"2025-04-05",total:3637.5},{key:"2025-04-06",total:2654.4},{key:"2025-04-07",total:3068.1429},{key:"2025-04-08",total:2907.6},{key:"2025-04-09",total:2998.6667},{key:"2025-04-10",total:2732.5714},{key:"2025-04-11",total:3071.4167},{key:"2025-04-12",total:3222},{key:"2025-04-13",total:3020.3333},{key:"2025-04-14",total:2870},{key:"2025-04-15",total:3333},{key:"2025-04-16",total:3319},{key:"2025-04-17",total:3217},{key:"2025-04-18",total:2612},{key:"2025-04-19",total:0},{key:"2025-04-20",total:1829.7778},{key:"2025-04-21",total:2948.875},{key:"2025-04-22",total:3199},{key:"2025-04-23",total:2890.5},{key:"2025-04-24",total:3157},{key:"2025-04-25",total:3302},{key:"2025-04-26",total:2752},{key:"2025-04-27",total:3965.6667},{key:"2025-04-28",total:3059.7333},{key:"2025-04-29",total:3012.1},{key:"2025-04-30",total:3227.6667},{key:"2025-05-01",total:2788.6667},{key:"2025-05-02",total:3353}],total:2973.3793}},{WOMPI:{distribution:[{key:"2025-04-03",total:6647},{key:"2025-04-04",total:5687},{key:"2025-04-05",total:0},{key:"2025-04-06",total:5731.6667},{key:"2025-04-07",total:4024},{key:"2025-04-08",total:8196},{key:"2025-04-09",total:6371.25},{key:"2025-04-10",total:4857},{key:"2025-04-11",total:5636.6364},{key:"2025-04-12",total:0},{key:"2025-04-13",total:7057.5},{key:"2025-04-14",total:0},{key:"2025-04-15",total:6098.3333},{key:"2025-04-16",total:7633},{key:"2025-04-17",total:4292},{key:"2025-04-18",total:7642.5},{key:"2025-04-19",total:0},{key:"2025-04-20",total:7386.5},{key:"2025-04-21",total:6093.1667},{key:"2025-04-22",total:7832.75},{key:"2025-04-23",total:5280.4},{key:"2025-04-24",total:7190.5},{key:"2025-04-25",total:0},{key:"2025-04-26",total:4156},{key:"2025-04-27",total:0},{key:"2025-04-28",total:8211.6667},{key:"2025-04-29",total:6907.3333},{key:"2025-04-30",total:6054},{key:"2025-05-01",total:7726.3333},{key:"2025-05-02",total:0}],total:6579.7901}}],total_subscriptions_and_conversion_rate:{subscriptions:{distribution:null,total:0},subscriptions_succeeded:{distribution:null,total:0},conversion_rate:{distribution:null,total:0}},total_status_distribution:[{SUCCEEDED:{distribution:[{key:"2025-04-03",total:1897290},{key:"2025-04-04",total:460320},{key:"2025-04-05",total:373460},{key:"2025-04-06",total:681200},{key:"2025-04-07",total:558345},{key:"2025-04-08",total:531200},{key:"2025-04-09",total:412395},{key:"2025-04-10",total:437035},{key:"2025-04-11",total:1077565},{key:"2025-04-12",total:127585},{key:"2025-04-13",total:146400},{key:"2025-04-14",total:245970},{key:"2025-04-15",total:205585},{key:"2025-04-16",total:177485},{key:"2025-04-17",total:147300},{key:"2025-04-18",total:95895},{key:"2025-04-19",total:41800},{key:"2025-04-20",total:183745},{key:"2025-04-21",total:592760},{key:"2025-04-22",total:611865},{key:"2025-04-23",total:258590},{key:"2025-04-24",total:480300},{key:"2025-04-25",total:243290},{key:"2025-04-26",total:339600},{key:"2025-04-27",total:364800},{key:"2025-04-28",total:754480},{key:"2025-04-29",total:566565},{key:"2025-04-30",total:482340},{key:"2025-05-01",total:560560},{key:"2025-05-02",total:52565}],total:13108290}},{DECLINED:{distribution:[{key:"2025-04-03",total:248800},{key:"2025-04-04",total:37900},{key:"2025-04-05",total:190100},{key:"2025-04-06",total:141400},{key:"2025-04-07",total:102100},{key:"2025-04-08",total:22200},{key:"2025-04-09",total:51800},{key:"2025-04-10",total:33800},{key:"2025-04-11",total:2405230},{key:"2025-04-13",total:60800},{key:"2025-04-15",total:71600},{key:"2025-04-18",total:56695},{key:"2025-04-20",total:877100},{key:"2025-04-21",total:122400},{key:"2025-04-22",total:74600},{key:"2025-04-23",total:9900},{key:"2025-04-24",total:219200},{key:"2025-04-25",total:62800},{key:"2025-04-26",total:129900},{key:"2025-04-28",total:855740},{key:"2025-04-29",total:133400},{key:"2025-05-01",total:105600}],total:6013065}}]};!function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(ta||(ta={}));var pa={sales_volume_metric_group:da.sales_volume_metric_group,total_payments:da.total_payments},ha=Yo.get("/api/insights/overview-metrics",(function(){return ea.json(pa)})),ma=[Yo.get("/api/v3/insights/overview-metrics/".concat(ta.GENERAL),(function(){return ea.json({sales_volume_metric_group:pa.sales_volume_metric_group})})),Yo.get("/api/v3/insights/overview-metrics/".concat(ta.LATENCY),(function(){return ea.json({latency_metrics:{average_response_time:250,distribution:[{key:"2025-04-01",value:200},{key:"2025-04-02",value:300}]}})})),Yo.get("/api/v3/insights/overview-metrics/".concat(ta.STATUS),(function(){return ea.json({status_metrics:{success_rate:95,distribution:[{key:"2025-04-01",value:98},{key:"2025-04-02",value:92}]}})})),Yo.get("/api/v3/insights/overview-metrics/".concat(ta.SUBSCRIPTIONS),(function(){return ea.json({subscription_metrics:{active_subscriptions:1e3,distribution:[{key:"2025-04-01",value:950},{key:"2025-04-02",value:1050}]}})}))],fa=e([ha],ma,!0),ga=e([Yo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview",(function(){return ea.json(ca)})),Yo.post("https://dev.y.uno/dashboard-bff/api/v3/insights/conversion-rate/overview-fraud-3ds",(function(){return ea.json(la)})),Yo.get("*/dialogs",(function(){return ea.json({})})),Yo.get("*/accounts/webhooks/:accountCode",(function(){return ea.json({})})),Yo.get("*/accounts/webhooks/params-catalog",(function(){return ea.json({})})),Yo.get("*/accounts/webhooks-v2/:accountCode",(function(){return ea.json({})}))],fa,!0),ya=e(e([],ua,!0),ga,!0),ba=function(...e){return new Lo(...e)}.apply(void 0,ya),ka="MSW_ENABLED";function va(e){e?(localStorage.setItem(ka,"true"),console.info("MSW enabled. Reload the page to activate the mocks.")):(localStorage.removeItem(ka),console.info("MSW disabled. Reload the page to disable the mocks.")),window.location.reload()}function ja(){return"true"===localStorage.getItem(ka)}function wa(e,t){return function(){return e.apply(t,arguments)}}"undefined"!=typeof window&&(window.enableMSW=function(){return va(!0)},window.disableMSW=function(){return va(!1)},window.isMSWEnabled=ja);const{toString:_a}=Object.prototype,{getPrototypeOf:Ea}=Object,{iterator:Ca,toStringTag:Sa}=Symbol,xa=(Ra=Object.create(null),e=>{const t=_a.call(e);return Ra[t]||(Ra[t]=t.slice(8,-1).toLowerCase())});var Ra;const Ta=e=>(e=e.toLowerCase(),t=>xa(t)===e),Ia=e=>t=>typeof t===e,{isArray:Oa}=Array,Aa=Ia("undefined");function za(e){return null!==e&&!Aa(e)&&null!==e.constructor&&!Aa(e.constructor)&&Da(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Pa=Ta("ArrayBuffer");const La=Ia("string"),Da=Ia("function"),qa=Ia("number"),Na=e=>null!==e&&"object"==typeof e,Ma=e=>{if("object"!==xa(e))return!1;const t=Ea(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Sa in e||Ca in e)},Ua=Ta("Date"),Ba=Ta("File"),Fa=Ta("Blob"),Wa=Ta("FileList"),Ha=Ta("URLSearchParams"),[Va,Ga,$a,Ka]=["ReadableStream","Request","Response","Headers"].map(Ta);function Qa(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let o,a;if("object"!=typeof e&&(e=[e]),Oa(e))for(o=0,a=e.length;o<a;o++)t.call(null,e[o],o,e);else{if(za(e))return;const a=n?Object.getOwnPropertyNames(e):Object.keys(e),r=a.length;let i;for(o=0;o<r;o++)i=a[o],t.call(null,e[i],i,e)}}function Ja(e,t){if(za(e))return null;t=t.toLowerCase();const n=Object.keys(e);let o,a=n.length;for(;a-- >0;)if(o=n[a],t===o.toLowerCase())return o;return null}const Xa="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Ya=e=>!Aa(e)&&e!==Xa;const Za=(e=>t=>e&&t instanceof e)("undefined"!=typeof Uint8Array&&Ea(Uint8Array)),er=Ta("HTMLFormElement"),tr=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),nr=Ta("RegExp"),or=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),o={};Qa(n,((n,a)=>{let r;!1!==(r=t(n,a,e))&&(o[a]=r||n)})),Object.defineProperties(e,o)};const ar=Ta("AsyncFunction"),rr=(ir="function"==typeof setImmediate,sr=Da(Xa.postMessage),ir?setImmediate:sr?(ur=`axios@${Math.random()}`,cr=[],Xa.addEventListener("message",(({source:e,data:t})=>{e===Xa&&t===ur&&cr.length&&cr.shift()()}),!1),e=>{cr.push(e),Xa.postMessage(ur,"*")}):e=>setTimeout(e));var ir,sr,ur,cr;const lr="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Xa):"undefined"!=typeof process&&process.nextTick||rr;var dr={isArray:Oa,isArrayBuffer:Pa,isBuffer:za,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||Da(e.append)&&("formdata"===(t=xa(e))||"object"===t&&Da(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Pa(e.buffer),t},isString:La,isNumber:qa,isBoolean:e=>!0===e||!1===e,isObject:Na,isPlainObject:Ma,isEmptyObject:e=>{if(!Na(e)||za(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:Va,isRequest:Ga,isResponse:$a,isHeaders:Ka,isUndefined:Aa,isDate:Ua,isFile:Ba,isBlob:Fa,isRegExp:nr,isFunction:Da,isStream:e=>Na(e)&&Da(e.pipe),isURLSearchParams:Ha,isTypedArray:Za,isFileList:Wa,forEach:Qa,merge:function e(){const{caseless:t,skipUndefined:n}=Ya(this)&&this||{},o={},a=(a,r)=>{const i=t&&Ja(o,r)||r;Ma(o[i])&&Ma(a)?o[i]=e(o[i],a):Ma(a)?o[i]=e({},a):Oa(a)?o[i]=a.slice():n&&Aa(a)||(o[i]=a)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&Qa(arguments[e],a);return o},extend:(e,t,n,{allOwnKeys:o}={})=>(Qa(t,((t,o)=>{n&&Da(t)?e[o]=wa(t,n):e[o]=t}),{allOwnKeys:o}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,o)=>{e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,o)=>{let a,r,i;const s={};if(t=t||{},null==e)return t;do{for(a=Object.getOwnPropertyNames(e),r=a.length;r-- >0;)i=a[r],o&&!o(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==n&&Ea(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:xa,kindOfTest:Ta,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const o=e.indexOf(t,n);return-1!==o&&o===n},toArray:e=>{if(!e)return null;if(Oa(e))return e;let t=e.length;if(!qa(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Ca]).call(e);let o;for(;(o=n.next())&&!o.done;){const n=o.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const o=[];for(;null!==(n=e.exec(t));)o.push(n);return o},isHTMLForm:er,hasOwnProperty:tr,hasOwnProp:tr,reduceDescriptors:or,freezeMethods:e=>{or(e,((t,n)=>{if(Da(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const o=e[n];Da(o)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},o=e=>{e.forEach((e=>{n[e]=!0}))};return Oa(e)?o(e):o(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:Ja,global:Xa,isContextDefined:Ya,isSpecCompliantForm:function(e){return!!(e&&Da(e.append)&&"FormData"===e[Sa]&&e[Ca])},toJSONObject:e=>{const t=new Array(10),n=(e,o)=>{if(Na(e)){if(t.indexOf(e)>=0)return;if(za(e))return e;if(!("toJSON"in e)){t[o]=e;const a=Oa(e)?[]:{};return Qa(e,((e,t)=>{const r=n(e,o+1);!Aa(r)&&(a[t]=r)})),t[o]=void 0,a}}return e};return n(e,0)},isAsyncFn:ar,isThenable:e=>e&&(Na(e)||Da(e))&&Da(e.then)&&Da(e.catch),setImmediate:rr,asap:lr,isIterable:e=>null!=e&&Da(e[Ca])};function pr(e,t,n,o,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),o&&(this.request=o),a&&(this.response=a,this.status=a.status?a.status:null)}dr.inherits(pr,Error,{toJSON:function(){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:dr.toJSONObject(this.config),code:this.code,status:this.status}}});const hr=pr.prototype,mr={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{mr[e]={value:e}})),Object.defineProperties(pr,mr),Object.defineProperty(hr,"isAxiosError",{value:!0}),pr.from=(e,t,n,o,a,r)=>{const i=Object.create(hr);dr.toFlatObject(e,i,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e));const s=e&&e.message?e.message:"Error",u=null==t&&e?e.code:t;return pr.call(i,s,u,n,o,a),e&&null==i.cause&&Object.defineProperty(i,"cause",{value:e,configurable:!0}),i.name=e&&e.name||"Error",r&&Object.assign(i,r),i};function fr(e){return dr.isPlainObject(e)||dr.isArray(e)}function gr(e){return dr.endsWith(e,"[]")?e.slice(0,-2):e}function yr(e,t,n){return e?e.concat(t).map((function(e,t){return e=gr(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const br=dr.toFlatObject(dr,{},null,(function(e){return/^is[A-Z]/.test(e)}));function kr(e,t,n){if(!dr.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const o=(n=dr.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!dr.isUndefined(t[e])}))).metaTokens,a=n.visitor||c,r=n.dots,i=n.indexes,s=(n.Blob||"undefined"!=typeof Blob&&Blob)&&dr.isSpecCompliantForm(t);if(!dr.isFunction(a))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(dr.isDate(e))return e.toISOString();if(dr.isBoolean(e))return e.toString();if(!s&&dr.isBlob(e))throw new pr("Blob is not supported. Use a Buffer instead.");return dr.isArrayBuffer(e)||dr.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,n,a){let s=e;if(e&&!a&&"object"==typeof e)if(dr.endsWith(n,"{}"))n=o?n:n.slice(0,-2),e=JSON.stringify(e);else if(dr.isArray(e)&&function(e){return dr.isArray(e)&&!e.some(fr)}(e)||(dr.isFileList(e)||dr.endsWith(n,"[]"))&&(s=dr.toArray(e)))return n=gr(n),s.forEach((function(e,o){!dr.isUndefined(e)&&null!==e&&t.append(!0===i?yr([n],o,r):null===i?n:n+"[]",u(e))})),!1;return!!fr(e)||(t.append(yr(a,n,r),u(e)),!1)}const l=[],d=Object.assign(br,{defaultVisitor:c,convertValue:u,isVisitable:fr});if(!dr.isObject(e))throw new TypeError("data must be an object");return function e(n,o){if(!dr.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+o.join("."));l.push(n),dr.forEach(n,(function(n,r){!0===(!(dr.isUndefined(n)||null===n)&&a.call(t,n,dr.isString(r)?r.trim():r,o,d))&&e(n,o?o.concat(r):[r])})),l.pop()}}(e),t}function vr(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function jr(e,t){this._pairs=[],e&&kr(e,this,t)}const wr=jr.prototype;function _r(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Er(e,t,n){if(!t)return e;const o=n&&n.encode||_r;dr.isFunction(n)&&(n={serialize:n});const a=n&&n.serialize;let r;if(r=a?a(t,n):dr.isURLSearchParams(t)?t.toString():new jr(t,n).toString(o),r){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}wr.append=function(e,t){this._pairs.push([e,t])},wr.toString=function(e){const t=e?function(t){return e.call(this,t,vr)}:vr;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var Cr=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){dr.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},Sr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},xr={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:jr,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const Rr="undefined"!=typeof window&&"undefined"!=typeof document,Tr="object"==typeof navigator&&navigator||void 0,Ir=Rr&&(!Tr||["ReactNative","NativeScript","NS"].indexOf(Tr.product)<0),Or="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ar=Rr&&window.location.href||"http://localhost";var zr={...Object.freeze({__proto__:null,hasBrowserEnv:Rr,hasStandardBrowserEnv:Ir,hasStandardBrowserWebWorkerEnv:Or,navigator:Tr,origin:Ar}),...xr};function Pr(e){function t(e,n,o,a){let r=e[a++];if("__proto__"===r)return!0;const i=Number.isFinite(+r),s=a>=e.length;if(r=!r&&dr.isArray(o)?o.length:r,s)return dr.hasOwnProp(o,r)?o[r]=[o[r],n]:o[r]=n,!i;o[r]&&dr.isObject(o[r])||(o[r]=[]);return t(e,n,o[r],a)&&dr.isArray(o[r])&&(o[r]=function(e){const t={},n=Object.keys(e);let o;const a=n.length;let r;for(o=0;o<a;o++)r=n[o],t[r]=e[r];return t}(o[r])),!i}if(dr.isFormData(e)&&dr.isFunction(e.entries)){const n={};return dr.forEachEntry(e,((e,o)=>{t(function(e){return dr.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),o,n,0)})),n}return null}const Lr={transitional:Sr,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",o=n.indexOf("application/json")>-1,a=dr.isObject(e);a&&dr.isHTMLForm(e)&&(e=new FormData(e));if(dr.isFormData(e))return o?JSON.stringify(Pr(e)):e;if(dr.isArrayBuffer(e)||dr.isBuffer(e)||dr.isStream(e)||dr.isFile(e)||dr.isBlob(e)||dr.isReadableStream(e))return e;if(dr.isArrayBufferView(e))return e.buffer;if(dr.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let r;if(a){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return kr(e,new zr.classes.URLSearchParams,{visitor:function(e,t,n,o){return zr.isNode&&dr.isBuffer(e)?(this.append(t,e.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((r=dr.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return kr(r?{"files[]":e}:e,t&&new t,this.formSerializer)}}return a||o?(t.setContentType("application/json",!1),function(e,t,n){if(dr.isString(e))try{return(t||JSON.parse)(e),dr.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Lr.transitional,n=t&&t.forcedJSONParsing,o="json"===this.responseType;if(dr.isResponse(e)||dr.isReadableStream(e))return e;if(e&&dr.isString(e)&&(n&&!this.responseType||o)){const n=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e,this.parseReviver)}catch(e){if(n){if("SyntaxError"===e.name)throw pr.from(e,pr.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:zr.classes.FormData,Blob:zr.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};dr.forEach(["delete","get","head","post","put","patch"],(e=>{Lr.headers[e]={}}));var Dr=Lr;const qr=dr.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 Nr=Symbol("internals");function Mr(e){return e&&String(e).trim().toLowerCase()}function Ur(e){return!1===e||null==e?e:dr.isArray(e)?e.map(Ur):String(e)}function Br(e,t,n,o,a){return dr.isFunction(o)?o.call(this,t,n):(a&&(t=n),dr.isString(t)?dr.isString(o)?-1!==t.indexOf(o):dr.isRegExp(o)?o.test(t):void 0:void 0)}class Fr{constructor(e){e&&this.set(e)}set(e,t,n){const o=this;function a(e,t,n){const a=Mr(t);if(!a)throw new Error("header name must be a non-empty string");const r=dr.findKey(o,a);(!r||void 0===o[r]||!0===n||void 0===n&&!1!==o[r])&&(o[r||t]=Ur(e))}const r=(e,t)=>dr.forEach(e,((e,n)=>a(e,n,t)));if(dr.isPlainObject(e)||e instanceof this.constructor)r(e,t);else if(dr.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))r((e=>{const t={};let n,o,a;return e&&e.split("\n").forEach((function(e){a=e.indexOf(":"),n=e.substring(0,a).trim().toLowerCase(),o=e.substring(a+1).trim(),!n||t[n]&&qr[n]||("set-cookie"===n?t[n]?t[n].push(o):t[n]=[o]:t[n]=t[n]?t[n]+", "+o:o)})),t})(e),t);else if(dr.isObject(e)&&dr.isIterable(e)){let n,o,a={};for(const t of e){if(!dr.isArray(t))throw TypeError("Object iterator must return a key-value pair");a[o=t[0]]=(n=a[o])?dr.isArray(n)?[...n,t[1]]:[n,t[1]]:t[1]}r(a,t)}else null!=e&&a(t,e,n);return this}get(e,t){if(e=Mr(e)){const n=dr.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=n.exec(e);)t[o[1]]=o[2];return t}(e);if(dr.isFunction(t))return t.call(this,e,n);if(dr.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Mr(e)){const n=dr.findKey(this,e);return!(!n||void 0===this[n]||t&&!Br(0,this[n],n,t))}return!1}delete(e,t){const n=this;let o=!1;function a(e){if(e=Mr(e)){const a=dr.findKey(n,e);!a||t&&!Br(0,n[a],a,t)||(delete n[a],o=!0)}}return dr.isArray(e)?e.forEach(a):a(e),o}clear(e){const t=Object.keys(this);let n=t.length,o=!1;for(;n--;){const a=t[n];e&&!Br(0,this[a],a,e,!0)||(delete this[a],o=!0)}return o}normalize(e){const t=this,n={};return dr.forEach(this,((o,a)=>{const r=dr.findKey(n,a);if(r)return t[r]=Ur(o),void delete t[a];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(a):String(a).trim();i!==a&&delete t[a],t[i]=Ur(o),n[i]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return dr.forEach(this,((n,o)=>{null!=n&&!1!==n&&(t[o]=e&&dr.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[Nr]=this[Nr]={accessors:{}}).accessors,n=this.prototype;function o(e){const o=Mr(e);t[o]||(!function(e,t){const n=dr.toCamelCase(" "+t);["get","set","has"].forEach((o=>{Object.defineProperty(e,o+n,{value:function(e,n,a){return this[o].call(this,t,e,n,a)},configurable:!0})}))}(n,e),t[o]=!0)}return dr.isArray(e)?e.forEach(o):o(e),this}}Fr.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),dr.reduceDescriptors(Fr.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),dr.freezeMethods(Fr);var Wr=Fr;function Hr(e,t){const n=this||Dr,o=t||n,a=Wr.from(o.headers);let r=o.data;return dr.forEach(e,(function(e){r=e.call(n,r,a.normalize(),t?t.status:void 0)})),a.normalize(),r}function Vr(e){return!(!e||!e.__CANCEL__)}function Gr(e,t,n){pr.call(this,null==e?"canceled":e,pr.ERR_CANCELED,t,n),this.name="CanceledError"}function $r(e,t,n){const o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(new pr("Request failed with status code "+n.status,[pr.ERR_BAD_REQUEST,pr.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}dr.inherits(Gr,pr,{__CANCEL__:!0});const Kr=(e,t,n=3)=>{let o=0;const a=function(e,t){e=e||10;const n=new Array(e),o=new Array(e);let a,r=0,i=0;return t=void 0!==t?t:1e3,function(s){const u=Date.now(),c=o[i];a||(a=u),n[r]=s,o[r]=u;let l=i,d=0;for(;l!==r;)d+=n[l++],l%=e;if(r=(r+1)%e,r===i&&(i=(i+1)%e),u-a<t)return;const p=c&&u-c;return p?Math.round(1e3*d/p):void 0}}(50,250);return function(e,t){let n,o,a=0,r=1e3/t;const i=(t,r=Date.now())=>{a=r,n=null,o&&(clearTimeout(o),o=null),e(...t)};return[(...e)=>{const t=Date.now(),s=t-a;s>=r?i(e,t):(n=e,o||(o=setTimeout((()=>{o=null,i(n)}),r-s)))},()=>n&&i(n)]}((n=>{const r=n.loaded,i=n.lengthComputable?n.total:void 0,s=r-o,u=a(s);o=r;e({loaded:r,total:i,progress:i?r/i:void 0,bytes:s,rate:u||void 0,estimated:u&&i&&r<=i?(i-r)/u:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})}),n)},Qr=(e,t)=>{const n=null!=e;return[o=>t[0]({lengthComputable:n,total:e,loaded:o}),t[1]]},Jr=e=>(...t)=>dr.asap((()=>e(...t)));var Xr=zr.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,zr.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(zr.origin),zr.navigator&&/(msie|trident)/i.test(zr.navigator.userAgent)):()=>!0,Yr=zr.hasStandardBrowserEnv?{write(e,t,n,o,a,r){const i=[e+"="+encodeURIComponent(t)];dr.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),dr.isString(o)&&i.push("path="+o),dr.isString(a)&&i.push("domain="+a),!0===r&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function Zr(e,t,n){let o=!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);return e&&(o||0==n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const ei=e=>e instanceof Wr?{...e}:e;function ti(e,t){t=t||{};const n={};function o(e,t,n,o){return dr.isPlainObject(e)&&dr.isPlainObject(t)?dr.merge.call({caseless:o},e,t):dr.isPlainObject(t)?dr.merge({},t):dr.isArray(t)?t.slice():t}function a(e,t,n,a){return dr.isUndefined(t)?dr.isUndefined(e)?void 0:o(void 0,e,0,a):o(e,t,0,a)}function r(e,t){if(!dr.isUndefined(t))return o(void 0,t)}function i(e,t){return dr.isUndefined(t)?dr.isUndefined(e)?void 0:o(void 0,e):o(void 0,t)}function s(n,a,r){return r in t?o(n,a):r in e?o(void 0,n):void 0}const u={url:r,method:r,data:r,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:s,headers:(e,t,n)=>a(ei(e),ei(t),0,!0)};return dr.forEach(Object.keys({...e,...t}),(function(o){const r=u[o]||a,i=r(e[o],t[o],o);dr.isUndefined(i)&&r!==s||(n[o]=i)})),n}var ni=e=>{const t=ti({},e);let{data:n,withXSRFToken:o,xsrfHeaderName:a,xsrfCookieName:r,headers:i,auth:s}=t;if(t.headers=i=Wr.from(i),t.url=Er(Zr(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),s&&i.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):""))),dr.isFormData(n))if(zr.hasStandardBrowserEnv||zr.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if(dr.isFunction(n.getHeaders)){const e=n.getHeaders(),t=["content-type","content-length"];Object.entries(e).forEach((([e,n])=>{t.includes(e.toLowerCase())&&i.set(e,n)}))}if(zr.hasStandardBrowserEnv&&(o&&dr.isFunction(o)&&(o=o(t)),o||!1!==o&&Xr(t.url))){const e=a&&r&&Yr.read(r);e&&i.set(a,e)}return t};var oi="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){const o=ni(e);let a=o.data;const r=Wr.from(o.headers).normalize();let i,s,u,c,l,{responseType:d,onUploadProgress:p,onDownloadProgress:h}=o;function m(){c&&c(),l&&l(),o.cancelToken&&o.cancelToken.unsubscribe(i),o.signal&&o.signal.removeEventListener("abort",i)}let f=new XMLHttpRequest;function g(){if(!f)return;const o=Wr.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders());$r((function(e){t(e),m()}),(function(e){n(e),m()}),{data:d&&"text"!==d&&"json"!==d?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:o,config:e,request:f}),f=null}f.open(o.method.toUpperCase(),o.url,!0),f.timeout=o.timeout,"onloadend"in f?f.onloadend=g:f.onreadystatechange=function(){f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))&&setTimeout(g)},f.onabort=function(){f&&(n(new pr("Request aborted",pr.ECONNABORTED,e,f)),f=null)},f.onerror=function(t){const o=new pr(t&&t.message?t.message:"Network Error",pr.ERR_NETWORK,e,f);o.event=t||null,n(o),f=null},f.ontimeout=function(){let t=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const a=o.transitional||Sr;o.timeoutErrorMessage&&(t=o.timeoutErrorMessage),n(new pr(t,a.clarifyTimeoutError?pr.ETIMEDOUT:pr.ECONNABORTED,e,f)),f=null},void 0===a&&r.setContentType(null),"setRequestHeader"in f&&dr.forEach(r.toJSON(),(function(e,t){f.setRequestHeader(t,e)})),dr.isUndefined(o.withCredentials)||(f.withCredentials=!!o.withCredentials),d&&"json"!==d&&(f.responseType=o.responseType),h&&([u,l]=Kr(h,!0),f.addEventListener("progress",u)),p&&f.upload&&([s,c]=Kr(p),f.upload.addEventListener("progress",s),f.upload.addEventListener("loadend",c)),(o.cancelToken||o.signal)&&(i=t=>{f&&(n(!t||t.type?new Gr(null,e,f):t),f.abort(),f=null)},o.cancelToken&&o.cancelToken.subscribe(i),o.signal&&(o.signal.aborted?i():o.signal.addEventListener("abort",i)));const y=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(o.url);y&&-1===zr.protocols.indexOf(y)?n(new pr("Unsupported protocol "+y+":",pr.ERR_BAD_REQUEST,e)):f.send(a||null)}))};var ai=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,o=new AbortController;const a=function(e){if(!n){n=!0,i();const t=e instanceof Error?e:this.reason;o.abort(t instanceof pr?t:new Gr(t instanceof Error?t.message:t))}};let r=t&&setTimeout((()=>{r=null,a(new pr(`timeout ${t} of ms exceeded`,pr.ETIMEDOUT))}),t);const i=()=>{e&&(r&&clearTimeout(r),r=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(a):e.removeEventListener("abort",a)})),e=null)};e.forEach((e=>e.addEventListener("abort",a)));const{signal:s}=o;return s.unsubscribe=()=>dr.asap(i),s}};const ri=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let o,a=0;for(;a<n;)o=a+t,yield e.slice(a,o),a=o},ii=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()}},si=(e,t,n,o)=>{const a=async function*(e,t){for await(const n of ii(e))yield*ri(n,t)}(e,t);let r,i=0,s=e=>{r||(r=!0,o&&o(e))};return new ReadableStream({async pull(e){try{const{done:t,value:o}=await a.next();if(t)return s(),void e.close();let r=o.byteLength;if(n){let e=i+=r;n(e)}e.enqueue(new Uint8Array(o))}catch(e){throw s(e),e}},cancel:e=>(s(e),a.return())},{highWaterMark:2})},{isFunction:ui}=dr,ci=(({Request:e,Response:t})=>({Request:e,Response:t}))(dr.global),{ReadableStream:li,TextEncoder:di}=dr.global,pi=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},hi=e=>{e=dr.merge.call({skipUndefined:!0},ci,e);const{fetch:t,Request:n,Response:o}=e,a=t?ui(t):"function"==typeof fetch,r=ui(n),i=ui(o);if(!a)return!1;const s=a&&ui(li),u=a&&("function"==typeof di?(e=>t=>e.encode(t))(new di):async e=>new Uint8Array(await new n(e).arrayBuffer())),c=r&&s&&pi((()=>{let e=!1;const t=new n(zr.origin,{body:new li,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),l=i&&s&&pi((()=>dr.isReadableStream(new o("").body))),d={stream:l&&(e=>e.body)};a&&["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!d[e]&&(d[e]=(t,n)=>{let o=t&&t[e];if(o)return o.call(t);throw new pr(`Response type '${e}' is not supported`,pr.ERR_NOT_SUPPORT,n)})}));const p=async(e,t)=>{const o=dr.toFiniteNumber(e.getContentLength());return null==o?(async e=>{if(null==e)return 0;if(dr.isBlob(e))return e.size;if(dr.isSpecCompliantForm(e)){const t=new n(zr.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return dr.isArrayBufferView(e)||dr.isArrayBuffer(e)?e.byteLength:(dr.isURLSearchParams(e)&&(e+=""),dr.isString(e)?(await u(e)).byteLength:void 0)})(t):o};return async e=>{let{url:a,method:i,data:s,signal:u,cancelToken:h,timeout:m,onDownloadProgress:f,onUploadProgress:g,responseType:y,headers:b,withCredentials:k="same-origin",fetchOptions:v}=ni(e),j=t||fetch;y=y?(y+"").toLowerCase():"text";let w=ai([u,h&&h.toAbortSignal()],m),_=null;const E=w&&w.unsubscribe&&(()=>{w.unsubscribe()});let C;try{if(g&&c&&"get"!==i&&"head"!==i&&0!==(C=await p(b,s))){let e,t=new n(a,{method:"POST",body:s,duplex:"half"});if(dr.isFormData(s)&&(e=t.headers.get("content-type"))&&b.setContentType(e),t.body){const[e,n]=Qr(C,Kr(Jr(g)));s=si(t.body,65536,e,n)}}dr.isString(k)||(k=k?"include":"omit");const t=r&&"credentials"in n.prototype,u={...v,signal:w,method:i.toUpperCase(),headers:b.normalize().toJSON(),body:s,duplex:"half",credentials:t?k:void 0};_=r&&new n(a,u);let h=await(r?j(_,v):j(a,u));const m=l&&("stream"===y||"response"===y);if(l&&(f||m&&E)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=h[t]}));const t=dr.toFiniteNumber(h.headers.get("content-length")),[n,a]=f&&Qr(t,Kr(Jr(f),!0))||[];h=new o(si(h.body,65536,n,(()=>{a&&a(),E&&E()})),e)}y=y||"text";let S=await d[dr.findKey(d,y)||"text"](h,e);return!m&&E&&E(),await new Promise(((t,n)=>{$r(t,n,{data:S,headers:Wr.from(h.headers),status:h.status,statusText:h.statusText,config:e,request:_})}))}catch(t){if(E&&E(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new pr("Network Error",pr.ERR_NETWORK,e,_),{cause:t.cause||t});throw pr.from(t,t&&t.code,e,_)}}},mi=new Map,fi=e=>{let t=e?e.env:{};const{fetch:n,Request:o,Response:a}=t,r=[o,a,n];let i,s,u=r.length,c=mi;for(;u--;)i=r[u],s=c.get(i),void 0===s&&c.set(i,s=u?new Map:hi(t)),c=s;return s};fi();const gi={http:null,xhr:oi,fetch:{get:fi}};dr.forEach(gi,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const yi=e=>`- ${e}`,bi=e=>dr.isFunction(e)||null===e||!1===e;var ki=(e,t)=>{e=dr.isArray(e)?e:[e];const{length:n}=e;let o,a;const r={};for(let i=0;i<n;i++){let n;if(o=e[i],a=o,!bi(o)&&(a=gi[(n=String(o)).toLowerCase()],void 0===a))throw new pr(`Unknown adapter '${n}'`);if(a&&(dr.isFunction(a)||(a=a.get(t))))break;r[n||"#"+i]=a}if(!a){const e=Object.entries(r).map((([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));throw new pr("There is no suitable adapter to dispatch the request "+(n?e.length>1?"since :\n"+e.map(yi).join("\n"):" "+yi(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return a};function vi(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Gr(null,e)}function ji(e){vi(e),e.headers=Wr.from(e.headers),e.data=Hr.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return ki(e.adapter||Dr.adapter,e)(e).then((function(t){return vi(e),t.data=Hr.call(e,e.transformResponse,t),t.headers=Wr.from(t.headers),t}),(function(t){return Vr(t)||(vi(e),t&&t.response&&(t.response.data=Hr.call(e,e.transformResponse,t.response),t.response.headers=Wr.from(t.response.headers))),Promise.reject(t)}))}const wi="1.12.2",_i={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{_i[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const Ei={};_i.transitional=function(e,t,n){function o(e,t){return"[Axios v"+wi+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,a,r)=>{if(!1===e)throw new pr(o(a," has been removed"+(t?" in "+t:"")),pr.ERR_DEPRECATED);return t&&!Ei[a]&&(Ei[a]=!0,console.warn(o(a," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,a,r)}},_i.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};var Ci={assertOptions:function(e,t,n){if("object"!=typeof e)throw new pr("options must be an object",pr.ERR_BAD_OPTION_VALUE);const o=Object.keys(e);let a=o.length;for(;a-- >0;){const r=o[a],i=t[r];if(i){const t=e[r],n=void 0===t||i(t,r,e);if(!0!==n)throw new pr("option "+r+" must be "+n,pr.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new pr("Unknown option "+r,pr.ERR_BAD_OPTION)}},validators:_i};const Si=Ci.validators;let xi=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Cr,response:new Cr}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=ti(this.defaults,t);const{transitional:n,paramsSerializer:o,headers:a}=t;void 0!==n&&Ci.assertOptions(n,{silentJSONParsing:Si.transitional(Si.boolean),forcedJSONParsing:Si.transitional(Si.boolean),clarifyTimeoutError:Si.transitional(Si.boolean)},!1),null!=o&&(dr.isFunction(o)?t.paramsSerializer={serialize:o}:Ci.assertOptions(o,{encode:Si.function,serialize:Si.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Ci.assertOptions(t,{baseUrl:Si.spelling("baseURL"),withXsrfToken:Si.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let r=a&&dr.merge(a.common,a[t.method]);a&&dr.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete a[e]})),t.headers=Wr.concat(r,a);const i=[];let s=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(s=s&&e.synchronous,i.unshift(e.fulfilled,e.rejected))}));const u=[];let c;this.interceptors.response.forEach((function(e){u.push(e.fulfilled,e.rejected)}));let l,d=0;if(!s){const e=[ji.bind(this),void 0];for(e.unshift(...i),e.push(...u),l=e.length,c=Promise.resolve(t);d<l;)c=c.then(e[d++],e[d++]);return c}l=i.length;let p=t;for(;d<l;){const e=i[d++],t=i[d++];try{p=e(p)}catch(e){t.call(this,e);break}}try{c=ji.call(this,p)}catch(e){return Promise.reject(e)}for(d=0,l=u.length;d<l;)c=c.then(u[d++],u[d++]);return c}getUri(e){return Er(Zr((e=ti(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};dr.forEach(["delete","get","head","options"],(function(e){xi.prototype[e]=function(t,n){return this.request(ti(n||{},{method:e,url:t,data:(n||{}).data}))}})),dr.forEach(["post","put","patch"],(function(e){function t(t){return function(n,o,a){return this.request(ti(a||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:o}))}}xi.prototype[e]=t(),xi.prototype[e+"Form"]=t(!0)}));var Ri=xi;class Ti{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const n=this;this.promise.then((e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const o=new Promise((e=>{n.subscribe(e),t=e})).then(e);return o.cancel=function(){n.unsubscribe(t)},o},e((function(e,o,a){n.reason||(n.reason=new Gr(e,o,a),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Ti((function(t){e=t})),cancel:e}}}var Ii=Ti;const Oi={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Oi).forEach((([e,t])=>{Oi[t]=e}));var Ai=Oi;const zi=function e(t){const n=new Ri(t),o=wa(Ri.prototype.request,n);return dr.extend(o,Ri.prototype,n,{allOwnKeys:!0}),dr.extend(o,n,null,{allOwnKeys:!0}),o.create=function(n){return e(ti(t,n))},o}(Dr);zi.Axios=Ri,zi.CanceledError=Gr,zi.CancelToken=Ii,zi.isCancel=Vr,zi.VERSION=wi,zi.toFormData=kr,zi.AxiosError=pr,zi.Cancel=zi.CanceledError,zi.all=function(e){return Promise.all(e)},zi.spread=function(e){return function(t){return e.apply(null,t)}},zi.isAxiosError=function(e){return dr.isObject(e)&&!0===e.isAxiosError},zi.mergeConfig=ti,zi.AxiosHeaders=Wr,zi.formToJSON=e=>Pr(dr.isHTMLForm(e)?new FormData(e):e),zi.getAdapter=ki,zi.HttpStatusCode=Ai,zi.default=zi;var Pi=zi,Li=function(e){var t=[];return Object.entries(e).forEach((function(e){var n=e[0],o=e[1];if(Array.isArray(o)){var a=o.join(",");t.push("".concat(encodeURIComponent(n),"=").concat(a))}else null!=o&&t.push("".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(String(o))))})),t.join("&")},Di=function(e){function t(t){var n,o,r,i,s=this;return(s=e.call(this,t)||this).token="",null===(o=null===(n=s.instance)||void 0===n?void 0:n.interceptors)||void 0===o||o.request.use((function(e){return a(a({},e),{defaults:{headers:a(a({},e.headers),{Authorization:"Bearer ".concat(s.getToken())})}})}),(function(e){return Promise.reject(e)})),null===(i=null===(r=s.instance)||void 0===r?void 0:r.interceptors)||void 0===i||i.response.use((function(e){return a({},e)}),(function(e){return Promise.reject(e)})),s}return o(t,e),t.prototype.getToken=function(){return"Bearer ".concat(this.token)},t.prototype.setToken=function(e){this.token=e},t.prototype.getUri=function(e){return this.instance.getUri(e)},t.prototype.getCancelTokenSource=function(){var e;return this.cancelToken&&this.cancelToken.cancel(),this.cancelToken=null===(e=Pi.CancelToken)||void 0===e?void 0:e.source(),this.cancelToken},t.prototype.request=function(e){var t;return e.cancelToken=null===(t=this.getCancelTokenSource())||void 0===t?void 0:t.token,this.instance.request(e)},t.prototype.get=function(e,t){return this.instance.get(e,t)},t.prototype.options=function(e,t){return this.instance.options(e,t)},t.prototype.delete=function(e,t){return this.instance.delete(e,t)},t.prototype.head=function(e,t){return this.instance.head(e,t)},t.prototype.post=function(e,t,n){return this.instance.post(e,t,n)},t.prototype.put=function(e,t,n){return this.instance.put(e,t,n)},t.prototype.patch=function(e,t,n){return this.instance.patch(e,t,n)},t.prototype.success=function(e){return null==e?void 0:e.data},t.prototype.error=function(e){throw e},t}((function(e){this.instance=Pi.create(e)})),qi="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Ni(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:function(){return e[t]}})})),n}var Mi=TypeError,Ui=Ni(Object.freeze({__proto__:null,default:{}})),Bi="function"==typeof Map&&Map.prototype,Fi=Object.getOwnPropertyDescriptor&&Bi?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Wi=Bi&&Fi&&"function"==typeof Fi.get?Fi.get:null,Hi=Bi&&Map.prototype.forEach,Vi="function"==typeof Set&&Set.prototype,Gi=Object.getOwnPropertyDescriptor&&Vi?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,$i=Vi&&Gi&&"function"==typeof Gi.get?Gi.get:null,Ki=Vi&&Set.prototype.forEach,Qi="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,Ji="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,Xi="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,Yi=Boolean.prototype.valueOf,Zi=Object.prototype.toString,es=Function.prototype.toString,ts=String.prototype.match,ns=String.prototype.slice,os=String.prototype.replace,as=String.prototype.toUpperCase,rs=String.prototype.toLowerCase,is=RegExp.prototype.test,ss=Array.prototype.concat,us=Array.prototype.join,cs=Array.prototype.slice,ls=Math.floor,ds="function"==typeof BigInt?BigInt.prototype.valueOf:null,ps=Object.getOwnPropertySymbols,hs="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,ms="function"==typeof Symbol&&"object"==typeof Symbol.iterator,fs="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ms||"symbol")?Symbol.toStringTag:null,gs=Object.prototype.propertyIsEnumerable,ys=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function bs(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||is.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var o=e<0?-ls(-e):ls(e);if(o!==e){var a=String(o),r=ns.call(t,a.length+1);return os.call(a,n,"$&_")+"."+os.call(os.call(r,/([0-9]{3})/g,"$&_"),/_$/,"")}}return os.call(t,n,"$&_")}var ks=Ui,vs=ks.custom,js=Is(vs)?vs:null,ws={__proto__:null,double:'"',single:"'"},_s={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},Es=function e(t,n,o,a){var r=n||{};if(As(r,"quoteStyle")&&!As(ws,r.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(As(r,"maxStringLength")&&("number"==typeof r.maxStringLength?r.maxStringLength<0&&r.maxStringLength!==1/0:null!==r.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=!As(r,"customInspect")||r.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(As(r,"indent")&&null!==r.indent&&"\t"!==r.indent&&!(parseInt(r.indent,10)===r.indent&&r.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(As(r,"numericSeparator")&&"boolean"!=typeof r.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=r.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return Ls(t,r);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var u=String(t);return s?bs(t,u):u}if("bigint"==typeof t){var c=String(t)+"n";return s?bs(t,c):c}var l=void 0===r.depth?5:r.depth;if(void 0===o&&(o=0),o>=l&&l>0&&"object"==typeof t)return Rs(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=us.call(Array(e.indent+1)," ")}return{base:n,prev:us.call(Array(t+1),n)}}(r,o);if(void 0===a)a=[];else if(Ps(a,t)>=0)return"[Circular]";function p(t,n,i){if(n&&(a=cs.call(a)).push(n),i){var s={depth:r.depth};return As(r,"quoteStyle")&&(s.quoteStyle=r.quoteStyle),e(t,s,o+1,a)}return e(t,r,o+1,a)}if("function"==typeof t&&!Ts(t)){var h=function(e){if(e.name)return e.name;var t=ts.call(es.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),m=Bs(t,p);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(m.length>0?" { "+us.call(m,", ")+" }":"")}if(Is(t)){var f=ms?os.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):hs.call(t);return"object"!=typeof t||ms?f:qs(f)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var g="<"+rs.call(String(t.nodeName)),y=t.attributes||[],b=0;b<y.length;b++)g+=" "+y[b].name+"="+Cs(Ss(y[b].value),"double",r);return g+=">",t.childNodes&&t.childNodes.length&&(g+="..."),g+="</"+rs.call(String(t.nodeName))+">"}if(Rs(t)){if(0===t.length)return"[]";var k=Bs(t,p);return d&&!function(e){for(var t=0;t<e.length;t++)if(Ps(e[t],"\n")>=0)return!1;return!0}(k)?"["+Us(k,d)+"]":"[ "+us.call(k,", ")+" ]"}if(function(e){return"[object Error]"===zs(e)&&xs(e)}(t)){var v=Bs(t,p);return"cause"in Error.prototype||!("cause"in t)||gs.call(t,"cause")?0===v.length?"["+String(t)+"]":"{ ["+String(t)+"] "+us.call(v,", ")+" }":"{ ["+String(t)+"] "+us.call(ss.call("[cause]: "+p(t.cause),v),", ")+" }"}if("object"==typeof t&&i){if(js&&"function"==typeof t[js]&&ks)return ks(t,{depth:l-o});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!Wi||!e||"object"!=typeof e)return!1;try{Wi.call(e);try{$i.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var j=[];return Hi&&Hi.call(t,(function(e,n){j.push(p(n,t,!0)+" => "+p(e,t))})),Ms("Map",Wi.call(t),j,d)}if(function(e){if(!$i||!e||"object"!=typeof e)return!1;try{$i.call(e);try{Wi.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var w=[];return Ki&&Ki.call(t,(function(e){w.push(p(e,t))})),Ms("Set",$i.call(t),w,d)}if(function(e){if(!Qi||!e||"object"!=typeof e)return!1;try{Qi.call(e,Qi);try{Ji.call(e,Ji)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Ns("WeakMap");if(function(e){if(!Ji||!e||"object"!=typeof e)return!1;try{Ji.call(e,Ji);try{Qi.call(e,Qi)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Ns("WeakSet");if(function(e){if(!Xi||!e||"object"!=typeof e)return!1;try{return Xi.call(e),!0}catch(e){}return!1}(t))return Ns("WeakRef");if(function(e){return"[object Number]"===zs(e)&&xs(e)}(t))return qs(p(Number(t)));if(function(e){if(!e||"object"!=typeof e||!ds)return!1;try{return ds.call(e),!0}catch(e){}return!1}(t))return qs(p(ds.call(t)));if(function(e){return"[object Boolean]"===zs(e)&&xs(e)}(t))return qs(Yi.call(t));if(function(e){return"[object String]"===zs(e)&&xs(e)}(t))return qs(p(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==qi&&t===qi)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===zs(e)&&xs(e)}(t)&&!Ts(t)){var _=Bs(t,p),E=ys?ys(t)===Object.prototype:t instanceof Object||t.constructor===Object,C=t instanceof Object?"":"null prototype",S=!E&&fs&&Object(t)===t&&fs in t?ns.call(zs(t),8,-1):C?"Object":"",x=(E||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(S||C?"["+us.call(ss.call([],S||[],C||[]),": ")+"] ":"");return 0===_.length?x+"{}":d?x+"{"+Us(_,d)+"}":x+"{ "+us.call(_,", ")+" }"}return String(t)};function Cs(e,t,n){var o=n.quoteStyle||t,a=ws[o];return a+e+a}function Ss(e){return os.call(String(e),/"/g,""")}function xs(e){return!fs||!("object"==typeof e&&(fs in e||void 0!==e[fs]))}function Rs(e){return"[object Array]"===zs(e)&&xs(e)}function Ts(e){return"[object RegExp]"===zs(e)&&xs(e)}function Is(e){if(ms)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!hs)return!1;try{return hs.call(e),!0}catch(e){}return!1}var Os=Object.prototype.hasOwnProperty||function(e){return e in this};function As(e,t){return Os.call(e,t)}function zs(e){return Zi.call(e)}function Ps(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,o=e.length;n<o;n++)if(e[n]===t)return n;return-1}function Ls(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,o="... "+n+" more character"+(n>1?"s":"");return Ls(ns.call(e,0,t.maxStringLength),t)+o}var a=_s[t.quoteStyle||"single"];return a.lastIndex=0,Cs(os.call(os.call(e,a,"\\$1"),/[\x00-\x1f]/g,Ds),"single",t)}function Ds(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":"")+as.call(t.toString(16))}function qs(e){return"Object("+e+")"}function Ns(e){return e+" { ? }"}function Ms(e,t,n,o){return e+" ("+t+") {"+(o?Us(n,o):us.call(n,", "))+"}"}function Us(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+us.call(e,","+n)+"\n"+t.prev}function Bs(e,t){var n=Rs(e),o=[];if(n){o.length=e.length;for(var a=0;a<e.length;a++)o[a]=As(e,a)?t(e[a],e):""}var r,i="function"==typeof ps?ps(e):[];if(ms){r={};for(var s=0;s<i.length;s++)r["$"+i[s]]=i[s]}for(var u in e)As(e,u)&&(n&&String(Number(u))===u&&u<e.length||ms&&r["$"+u]instanceof Symbol||(is.call(/[^\w$]/,u)?o.push(t(u,e)+": "+t(e[u],e)):o.push(u+": "+t(e[u],e))));if("function"==typeof ps)for(var c=0;c<i.length;c++)gs.call(e,i[c])&&o.push("["+t(i[c])+"]: "+t(e[i[c]],e));return o}var Fs=Es,Ws=Mi,Hs=function(e,t,n){for(var o,a=e;null!=(o=a.next);a=o)if(o.key===t)return a.next=o.next,n||(o.next=e.next,e.next=o),o},Vs=Object,Gs=Error,$s=EvalError,Ks=RangeError,Qs=ReferenceError,Js=SyntaxError,Xs=URIError,Ys=Math.abs,Zs=Math.floor,eu=Math.max,tu=Math.min,nu=Math.pow,ou=Math.round,au=Number.isNaN||function(e){return e!=e},ru=Object.getOwnPropertyDescriptor;if(ru)try{ru([],"length")}catch(e){ru=null}var iu=ru,su=Object.defineProperty||!1;if(su)try{su({},"a",{value:1})}catch(e){su=!1}var uu,cu,lu,du,pu,hu,mu,fu,gu,yu,bu,ku,vu,ju,wu,_u,Eu=su;function Cu(){return hu?pu:(hu=1,pu="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function Su(){return fu?mu:(fu=1,mu=Vs.getPrototypeOf||null)}function xu(){if(yu)return gu;yu=1;var e=Object.prototype.toString,t=Math.max,n=function(e,t){for(var n=[],o=0;o<e.length;o+=1)n[o]=e[o];for(var a=0;a<t.length;a+=1)n[a+e.length]=t[a];return n};return gu=function(o){var a=this;if("function"!=typeof a||"[object Function]"!==e.apply(a))throw new TypeError("Function.prototype.bind called on incompatible "+a);for(var r,i=function(e,t){for(var n=[],o=t||0,a=0;o<e.length;o+=1,a+=1)n[a]=e[o];return n}(arguments,1),s=t(0,a.length-i.length),u=[],c=0;c<s;c++)u[c]="$"+c;if(r=Function("binder","return function ("+function(e,t){for(var n="",o=0;o<e.length;o+=1)n+=e[o],o+1<e.length&&(n+=t);return n}(u,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof r){var e=a.apply(this,n(i,arguments));return Object(e)===e?e:this}return a.apply(o,n(i,arguments))})),a.prototype){var l=function(){};l.prototype=a.prototype,r.prototype=new l,l.prototype=null}return r},gu}function Ru(){if(ku)return bu;ku=1;var e=xu();return bu=Function.prototype.bind||e}function Tu(){return ju?vu:(ju=1,vu=Function.prototype.call)}function Iu(){return _u?wu:(_u=1,wu=Function.prototype.apply)}var Ou,Au,zu,Pu,Lu,Du,qu,Nu="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,Mu=Ru(),Uu=Iu(),Bu=Tu(),Fu=Nu||Mu.call(Bu,Uu),Wu=Ru(),Hu=Mi,Vu=Tu(),Gu=Fu,$u=function(e){if(e.length<1||"function"!=typeof e[0])throw new Hu("a function is required");return Gu(Wu,Vu,e)};var Ku=Vs,Qu=Gs,Ju=$s,Xu=Ks,Yu=Qs,Zu=Js,ec=Mi,tc=Xs,nc=Ys,oc=Zs,ac=eu,rc=tu,ic=nu,sc=ou,uc=function(e){return au(e)||0===e?e:e<0?-1:1},cc=Function,lc=function(e){try{return cc('"use strict"; return ('+e+").constructor;")()}catch(e){}},dc=iu,pc=Eu,hc=function(){throw new ec},mc=dc?function(){try{return hc}catch(e){try{return dc(arguments,"callee").get}catch(e){return hc}}}():hc,fc=function(){if(du)return lu;du=1;var e="undefined"!=typeof Symbol&&Symbol,t=cu?uu:(cu=1,uu=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(var o in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var a=Object.getOwnPropertySymbols(e);if(1!==a.length||a[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var r=Object.getOwnPropertyDescriptor(e,t);if(42!==r.value||!0!==r.enumerable)return!1}return!0});return lu=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),gc=function(){if(Pu)return zu;Pu=1;var e=Cu(),t=Su(),n=function(){if(Au)return Ou;Au=1;var e,t=$u,n=iu;try{e=[].__proto__===Array.prototype}catch(e){if(!e||"object"!=typeof e||!("code"in e)||"ERR_PROTO_ACCESS"!==e.code)throw e}var o=!!e&&n&&n(Object.prototype,"__proto__"),a=Object,r=a.getPrototypeOf;return Ou=o&&"function"==typeof o.get?t([o.get]):"function"==typeof r&&function(e){return r(null==e?e:a(e))}}();return zu=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}(),yc=Su(),bc=Cu(),kc=Iu(),vc=Tu(),jc={},wc="undefined"!=typeof Uint8Array&&gc?gc(Uint8Array):qu,_c={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?qu:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?qu:ArrayBuffer,"%ArrayIteratorPrototype%":fc&&gc?gc([][Symbol.iterator]()):qu,"%AsyncFromSyncIteratorPrototype%":qu,"%AsyncFunction%":jc,"%AsyncGenerator%":jc,"%AsyncGeneratorFunction%":jc,"%AsyncIteratorPrototype%":jc,"%Atomics%":"undefined"==typeof Atomics?qu:Atomics,"%BigInt%":"undefined"==typeof BigInt?qu:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?qu:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?qu:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?qu:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Qu,"%eval%":eval,"%EvalError%":Ju,"%Float16Array%":"undefined"==typeof Float16Array?qu:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?qu:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?qu:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?qu:FinalizationRegistry,"%Function%":cc,"%GeneratorFunction%":jc,"%Int8Array%":"undefined"==typeof Int8Array?qu:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?qu:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?qu:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":fc&&gc?gc(gc([][Symbol.iterator]())):qu,"%JSON%":"object"==typeof JSON?JSON:qu,"%Map%":"undefined"==typeof Map?qu:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&fc&&gc?gc((new Map)[Symbol.iterator]()):qu,"%Math%":Math,"%Number%":Number,"%Object%":Ku,"%Object.getOwnPropertyDescriptor%":dc,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?qu:Promise,"%Proxy%":"undefined"==typeof Proxy?qu:Proxy,"%RangeError%":Xu,"%ReferenceError%":Yu,"%Reflect%":"undefined"==typeof Reflect?qu:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?qu:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&fc&&gc?gc((new Set)[Symbol.iterator]()):qu,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?qu:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":fc&&gc?gc(""[Symbol.iterator]()):qu,"%Symbol%":fc?Symbol:qu,"%SyntaxError%":Zu,"%ThrowTypeError%":mc,"%TypedArray%":wc,"%TypeError%":ec,"%Uint8Array%":"undefined"==typeof Uint8Array?qu:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?qu:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?qu:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?qu:Uint32Array,"%URIError%":tc,"%WeakMap%":"undefined"==typeof WeakMap?qu:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?qu:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?qu:WeakSet,"%Function.prototype.call%":vc,"%Function.prototype.apply%":kc,"%Object.defineProperty%":pc,"%Object.getPrototypeOf%":yc,"%Math.abs%":nc,"%Math.floor%":oc,"%Math.max%":ac,"%Math.min%":rc,"%Math.pow%":ic,"%Math.round%":sc,"%Math.sign%":uc,"%Reflect.getPrototypeOf%":bc};if(gc)try{null.error}catch(e){var Ec=gc(gc(e));_c["%Error.prototype%"]=Ec}var Cc,Sc,xc,Rc,Tc,Ic,Oc,Ac,zc,Pc,Lc,Dc,qc=function e(t){var n;if("%AsyncFunction%"===t)n=lc("async function () {}");else if("%GeneratorFunction%"===t)n=lc("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=lc("async function* () {}");else if("%AsyncGenerator%"===t){var o=e("%AsyncGeneratorFunction%");o&&(n=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&gc&&(n=gc(a.prototype))}return _c[t]=n,n},Nc={__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"]},Mc=Ru(),Uc=function(){if(Du)return Lu;Du=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=Ru();return Lu=n.call(e,t)}(),Bc=Mc.call(vc,Array.prototype.concat),Fc=Mc.call(kc,Array.prototype.splice),Wc=Mc.call(vc,String.prototype.replace),Hc=Mc.call(vc,String.prototype.slice),Vc=Mc.call(vc,RegExp.prototype.exec),Gc=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,$c=/\\(\\)?/g,Kc=function(e,t){var n,o=e;if(Uc(Nc,o)&&(o="%"+(n=Nc[o])[0]+"%"),Uc(_c,o)){var a=_c[o];if(a===jc&&(a=qc(o)),void 0===a&&!t)throw new ec("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:o,value:a}}throw new Zu("intrinsic "+e+" does not exist!")},Qc=function(e,t){if("string"!=typeof e||0===e.length)throw new ec("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new ec('"allowMissing" argument must be a boolean');if(null===Vc(/^%?[^%]*%?$/,e))throw new Zu("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=Hc(e,0,1),n=Hc(e,-1);if("%"===t&&"%"!==n)throw new Zu("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new Zu("invalid intrinsic syntax, expected opening `%`");var o=[];return Wc(e,Gc,(function(e,t,n,a){o[o.length]=n?Wc(a,$c,"$1"):t||e})),o}(e),o=n.length>0?n[0]:"",a=Kc("%"+o+"%",t),r=a.name,i=a.value,s=!1,u=a.alias;u&&(o=u[0],Fc(n,Bc([0,1],u)));for(var c=1,l=!0;c<n.length;c+=1){var d=n[c],p=Hc(d,0,1),h=Hc(d,-1);if(('"'===p||"'"===p||"`"===p||'"'===h||"'"===h||"`"===h)&&p!==h)throw new Zu("property names with quotes must have matching quotes");if("constructor"!==d&&l||(s=!0),Uc(_c,r="%"+(o+="."+d)+"%"))i=_c[r];else if(null!=i){if(!(d in i)){if(!t)throw new ec("base intrinsic for "+e+" exists, but the property is not available.");return}if(dc&&c+1>=n.length){var m=dc(i,d);i=(l=!!m)&&"get"in m&&!("originalValue"in m.get)?m.get:i[d]}else l=Uc(i,d),i=i[d];l&&!s&&(_c[r]=i)}}return i},Jc=Qc,Xc=$u,Yc=Xc([Jc("%String.prototype.indexOf%")]),Zc=function(e,t){var n=Jc(e,!!t);return"function"==typeof n&&Yc(e,".prototype.")>-1?Xc([n]):n},el=Zc,tl=Es,nl=Mi,ol=Qc("%Map%",!0),al=el("Map.prototype.get",!0),rl=el("Map.prototype.set",!0),il=el("Map.prototype.has",!0),sl=el("Map.prototype.delete",!0),ul=el("Map.prototype.size",!0),cl=!!ol&&function(){var e,t={assert:function(e){if(!t.has(e))throw new nl("Side channel does not contain "+tl(e))},delete:function(t){if(e){var n=sl(e,t);return 0===ul(e)&&(e=void 0),n}return!1},get:function(t){if(e)return al(e,t)},has:function(t){return!!e&&il(e,t)},set:function(t,n){e||(e=new ol),rl(e,t,n)}};return t},ll=Zc,dl=Es,pl=cl,hl=Mi,ml=Qc("%WeakMap%",!0),fl=ll("WeakMap.prototype.get",!0),gl=ll("WeakMap.prototype.set",!0),yl=ll("WeakMap.prototype.has",!0),bl=ll("WeakMap.prototype.delete",!0),kl=Mi,vl=Es,jl=(ml?function(){var e,t,n={assert:function(e){if(!n.has(e))throw new hl("Side channel does not contain "+dl(e))},delete:function(n){if(ml&&n&&("object"==typeof n||"function"==typeof n)){if(e)return bl(e,n)}else if(pl&&t)return t.delete(n);return!1},get:function(n){return ml&&n&&("object"==typeof n||"function"==typeof n)&&e?fl(e,n):t&&t.get(n)},has:function(n){return ml&&n&&("object"==typeof n||"function"==typeof n)&&e?yl(e,n):!!t&&t.has(n)},set:function(n,o){ml&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new ml),gl(e,n,o)):pl&&(t||(t=pl()),t.set(n,o))}};return n}:pl)||cl||function(){var e,t={assert:function(e){if(!t.has(e))throw new Ws("Side channel does not contain "+Fs(e))},delete:function(t){var n=e&&e.next,o=function(e,t){if(e)return Hs(e,t,!0)}(e,t);return o&&n&&n===o&&(e=void 0),!!o},get:function(t){return function(e,t){if(e){var n=Hs(e,t);return n&&n.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!Hs(e,t)}(e,t)},set:function(t,n){e||(e={next:void 0}),function(e,t,n){var o=Hs(e,t);o?o.value=n:e.next={key:t,next:e.next,value:n}}(e,t,n)}};return t},wl=String.prototype.replace,_l=/%20/g,El="RFC3986",Cl={default:El,formatters:{RFC1738:function(e){return wl.call(e,_l,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:El},Sl=Cl,xl=Object.prototype.hasOwnProperty,Rl=Array.isArray,Tl=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),Il=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},o=0;o<e.length;++o)void 0!==e[o]&&(n[o]=e[o]);return n},Ol=1024,Al={arrayToObject:Il,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],o=0;o<t.length;++o)for(var a=t[o],r=a.obj[a.prop],i=Object.keys(r),s=0;s<i.length;++s){var u=i[s],c=r[u];"object"==typeof c&&null!==c&&-1===n.indexOf(c)&&(t.push({obj:r,prop:u}),n.push(c))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(Rl(n)){for(var o=[],a=0;a<n.length;++a)void 0!==n[a]&&o.push(n[a]);t.obj[t.prop]=o}}}(t),e},decode:function(e,t,n){var o=e.replace(/\+/g," ");if("iso-8859-1"===n)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(e){return o}},encode:function(e,t,n,o,a){if(0===e.length)return e;var r=e;if("symbol"==typeof e?r=Symbol.prototype.toString.call(e):"string"!=typeof e&&(r=String(e)),"iso-8859-1"===n)return escape(r).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var i="",s=0;s<r.length;s+=Ol){for(var u=r.length>=Ol?r.slice(s,s+Ol):r,c=[],l=0;l<u.length;++l){var d=u.charCodeAt(l);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||a===Sl.RFC1738&&(40===d||41===d)?c[c.length]=u.charAt(l):d<128?c[c.length]=Tl[d]:d<2048?c[c.length]=Tl[192|d>>6]+Tl[128|63&d]:d<55296||d>=57344?c[c.length]=Tl[224|d>>12]+Tl[128|d>>6&63]+Tl[128|63&d]:(l+=1,d=65536+((1023&d)<<10|1023&u.charCodeAt(l)),c[c.length]=Tl[240|d>>18]+Tl[128|d>>12&63]+Tl[128|d>>6&63]+Tl[128|63&d])}i+=c.join("")}return i},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(Rl(e)){for(var n=[],o=0;o<e.length;o+=1)n.push(t(e[o]));return n}return t(e)},merge:function e(t,n,o){if(!n)return t;if("object"!=typeof n){if(Rl(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(o&&(o.plainObjects||o.allowPrototypes)||!xl.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var a=t;return Rl(t)&&!Rl(n)&&(a=Il(t,o)),Rl(t)&&Rl(n)?(n.forEach((function(n,a){if(xl.call(t,a)){var r=t[a];r&&"object"==typeof r&&n&&"object"==typeof n?t[a]=e(r,n,o):t.push(n)}else t[a]=n})),t):Object.keys(n).reduce((function(t,a){var r=n[a];return xl.call(t,a)?t[a]=e(t[a],r,o):t[a]=r,t}),a)}},zl=function(){var e,t={assert:function(e){if(!t.has(e))throw new kl("Side channel does not contain "+vl(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=jl()),e.set(t,n)}};return t},Pl=Al,Ll=Cl,Dl=Object.prototype.hasOwnProperty,ql={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},Nl=Array.isArray,Ml=Array.prototype.push,Ul=function(e,t){Ml.apply(e,Nl(t)?t:[t])},Bl=Date.prototype.toISOString,Fl=Ll.default,Wl={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Pl.encode,encodeValuesOnly:!1,format:Fl,formatter:Ll.formatters[Fl],indices:!1,serializeDate:function(e){return Bl.call(e)},skipNulls:!1,strictNullHandling:!1},Hl={},Vl=function e(t,n,o,a,r,i,s,u,c,l,d,p,h,m,f,g,y,b){for(var k,v=t,j=b,w=0,_=!1;void 0!==(j=j.get(Hl))&&!_;){var E=j.get(t);if(w+=1,void 0!==E){if(E===w)throw new RangeError("Cyclic object value");_=!0}void 0===j.get(Hl)&&(w=0)}if("function"==typeof l?v=l(n,v):v instanceof Date?v=h(v):"comma"===o&&Nl(v)&&(v=Pl.maybeMap(v,(function(e){return e instanceof Date?h(e):e}))),null===v){if(i)return c&&!g?c(n,Wl.encoder,y,"key",m):n;v=""}if("string"==typeof(k=v)||"number"==typeof k||"boolean"==typeof k||"symbol"==typeof k||"bigint"==typeof k||Pl.isBuffer(v))return c?[f(g?n:c(n,Wl.encoder,y,"key",m))+"="+f(c(v,Wl.encoder,y,"value",m))]:[f(n)+"="+f(String(v))];var C,S=[];if(void 0===v)return S;if("comma"===o&&Nl(v))g&&c&&(v=Pl.maybeMap(v,c)),C=[{value:v.length>0?v.join(",")||null:void 0}];else if(Nl(l))C=l;else{var x=Object.keys(v);C=d?x.sort(d):x}var R=u?n.replace(/\./g,"%2E"):n,T=a&&Nl(v)&&1===v.length?R+"[]":R;if(r&&Nl(v)&&0===v.length)return T+"[]";for(var I=0;I<C.length;++I){var O=C[I],A="object"==typeof O&&void 0!==O.value?O.value:v[O];if(!s||null!==A){var z=p&&u?O.replace(/\./g,"%2E"):O,P=Nl(v)?"function"==typeof o?o(T,z):T:T+(p?"."+z:"["+z+"]");b.set(t,w);var L=zl();L.set(Hl,b),Ul(S,e(A,P,o,a,r,i,s,u,"comma"===o&&g&&Nl(v)?null:c,l,d,p,h,m,f,g,y,L))}}return S},Gl=Al,$l=Object.prototype.hasOwnProperty,Kl=Array.isArray,Ql={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:Gl.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},Jl=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},Xl=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},Yl=function(e,t,n,o){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,r=/(\[[^[\]]*])/g,i=n.depth>0&&/(\[[^[\]]*])/.exec(a),s=i?a.slice(0,i.index):a,u=[];if(s){if(!n.plainObjects&&$l.call(Object.prototype,s)&&!n.allowPrototypes)return;u.push(s)}for(var c=0;n.depth>0&&null!==(i=r.exec(a))&&c<n.depth;){if(c+=1,!n.plainObjects&&$l.call(Object.prototype,i[1].slice(1,-1))&&!n.allowPrototypes)return;u.push(i[1])}if(i){if(!0===n.strictDepth)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");u.push("["+a.slice(i.index)+"]")}return function(e,t,n,o){for(var a=o?t:Xl(t,n),r=e.length-1;r>=0;--r){var i,s=e[r];if("[]"===s&&n.parseArrays)i=n.allowEmptyArrays&&(""===a||n.strictNullHandling&&null===a)?[]:[].concat(a);else{i=n.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,c=n.decodeDotInKeys?u.replace(/%2E/g,"."):u,l=parseInt(c,10);n.parseArrays||""!==c?!isNaN(l)&&s!==c&&String(l)===c&&l>=0&&n.parseArrays&&l<=n.arrayLimit?(i=[])[l]=a:"__proto__"!==c&&(i[c]=a):i={0:a}}a=i}return a}(u,t,n,o)}},Zl=function(e,t){var n,o=e,a=function(e){if(!e)return Wl;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||Wl.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=Ll.default;if(void 0!==e.format){if(!Dl.call(Ll.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var o,a=Ll.formatters[n],r=Wl.filter;if(("function"==typeof e.filter||Nl(e.filter))&&(r=e.filter),o=e.arrayFormat in ql?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":Wl.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||Wl.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Wl.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Wl.allowEmptyArrays,arrayFormat:o,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Wl.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:void 0===e.delimiter?Wl.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Wl.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:Wl.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:Wl.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Wl.encodeValuesOnly,filter:r,format:n,formatter:a,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Wl.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Wl.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Wl.strictNullHandling}}(t);"function"==typeof a.filter?o=(0,a.filter)("",o):Nl(a.filter)&&(n=a.filter);var r=[];if("object"!=typeof o||null===o)return"";var i=ql[a.arrayFormat],s="comma"===i&&a.commaRoundTrip;n||(n=Object.keys(o)),a.sort&&n.sort(a.sort);for(var u=zl(),c=0;c<n.length;++c){var l=n[c];a.skipNulls&&null===o[l]||Ul(r,Vl(o[l],l,i,s,a.allowEmptyArrays,a.strictNullHandling,a.skipNulls,a.encodeDotInKeys,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,u))}var d=r.join(a.delimiter),p=!0===a.addQueryPrefix?"?":"";return a.charsetSentinel&&("iso-8859-1"===a.charset?p+="utf8=%26%2310003%3B&":p+="utf8=%E2%9C%93&"),d.length>0?p+d:""},ed=function(e,t){var n=function(e){if(!e)return Ql;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");var t=void 0===e.charset?Ql.charset:e.charset,n=void 0===e.duplicates?Ql.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||Ql.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Ql.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:Ql.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:Ql.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:Ql.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Ql.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:Ql.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:Ql.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:Ql.decoder,delimiter:"string"==typeof e.delimiter||Gl.isRegExp(e.delimiter)?e.delimiter:Ql.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:Ql.depth,duplicates:n,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:Ql.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:Ql.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:Ql.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:Ql.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Ql.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var o="string"==typeof e?function(e,t){var n={__proto__:null},o=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;o=o.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var a,r=t.parameterLimit===1/0?void 0:t.parameterLimit,i=o.split(t.delimiter,r),s=-1,u=t.charset;if(t.charsetSentinel)for(a=0;a<i.length;++a)0===i[a].indexOf("utf8=")&&("utf8=%E2%9C%93"===i[a]?u="utf-8":"utf8=%26%2310003%3B"===i[a]&&(u="iso-8859-1"),s=a,a=i.length);for(a=0;a<i.length;++a)if(a!==s){var c,l,d=i[a],p=d.indexOf("]="),h=-1===p?d.indexOf("="):p+1;-1===h?(c=t.decoder(d,Ql.decoder,u,"key"),l=t.strictNullHandling?null:""):(c=t.decoder(d.slice(0,h),Ql.decoder,u,"key"),l=Gl.maybeMap(Xl(d.slice(h+1),t),(function(e){return t.decoder(e,Ql.decoder,u,"value")}))),l&&t.interpretNumericEntities&&"iso-8859-1"===u&&(l=Jl(l)),d.indexOf("[]=")>-1&&(l=Kl(l)?[l]:l);var m=$l.call(n,c);m&&"combine"===t.duplicates?n[c]=Gl.combine(n[c],l):m&&"last"!==t.duplicates||(n[c]=l)}return n}(e,n):e,a=n.plainObjects?Object.create(null):{},r=Object.keys(o),i=0;i<r.length;++i){var s=r[i],u=Yl(s,o[s],n,"string"==typeof e);a=Gl.merge(a,u,n)}return!0===n.allowSparse?a:Gl.compact(a)},td={formats:Cl,parse:ed,stringify:Zl},nd={withCredentials:!0,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 td.stringify(e,{indices:!1})}};!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"}(Cc||(Cc={})),function(e){e.PAYMENTS="payments",e.INSIGHTS="insights"}(Sc||(Sc={})),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"}(xc||(xc={})),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"}(Rc||(Rc={})),function(e){var t,n;(t=e.Locale||(e.Locale={})).EN="en",t.ES="es",t.PT="pt",(n=e.Target||(e.Target={})).BLANK="_blank",n.PARENT="_parent",n.SELF="_self",n.TOP="_top"}(Tc||(Tc={})),function(e){e.PAYMENTS="PAYMENTS",e.TRANSACTIONS="TRANSACTIONS",e.FRAUD_TRANSACTIONS="FRAUD_TRANSACTIONS",e.PAYOUTS="PAYOUTS"}(Ic||(Ic={})),function(e){e.ALL="ALL",e.DEFAULT="DEFAULT",e.CUSTOM="CUSTOM"}(Oc||(Oc={})),function(e){var t,n;(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"}(Ac||(Ac={})),function(e){var t;(t=e.InsightsVolumeMetricsV2Path||(e.InsightsVolumeMetricsV2Path={})).REFUNDS_AND_CHARGEBACKS="refunds-and-chargebacks",t.APPROVED_PAYMENTS="approved-payments",t.PAYMENT_METHODS="payment-methods",t.PROVIDERS="providers",t.COUNTRIES="countries",t.UNIQUE_CUSTOMER_PAYMENTS="unique-customer-payments",t.TOTAL_PAYMENTS="total-payments",function(e){e.GENERAL="volume-and-total-payments",e.LATENCY="provider-latency",e.STATUS="status",e.SUBSCRIPTIONS="subscriptions"}(e.OverviewMetricType||(e.OverviewMetricType={}))}(zc||(zc={})),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"}(Pc||(Pc={})),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"}(Lc||(Lc={})),function(e){var t;(t=e.AIGenerateStatus||(e.AIGenerateStatus={})).ACCEPTED="ACCEPTED",t.REFUSED="REFUSED",t.FRONT_FAILED="FRONT_FAILED"}(Dc||(Dc={}));var od=["PAUSED","ACTIVE"],ad={PAUSED:"pause",DELETED:"delete",ACTIVE:"unpause"},rd="DELETED",id={CR_CARD_BIN:"bin",CR_CARD_BRAND:"brand",CR_CARD_ISSUER_NAME:"issuer-name",CR_CARD_TYPE:"type",CR_FALLBACK:"fallback"},sd=function(e){return!(null==e?void 0:e.data)||"string"==typeof(null==e?void 0:e.data)&&""===(null==e?void 0:e.data)},ud=[{status:"CREATED",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Created",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"CREATED",sub_status:"REJECTED",icon:"WarningCircle",type:"error",label:"Created",sub_status_icon:"WarningCircle",sub_status_label:"Rejected"},{status:"ERROR",sub_status:"CREATED",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Created"},{status:"ERROR",sub_status:"ERROR",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Error"},{status:"ERROR",sub_status:"TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Timeout"},{status:"ERROR",sub_status:"PENDING_REVERSE",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Pending reverse"},{status:"ERROR",sub_status:"REVERSED_BY_TIMEOUT",icon:"WarningCircle",type:"error",label:"Error",sub_status_icon:"WarningCircle",sub_status_label:"Reversed by timeout"},{status:"SUCCEEDED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"SUCCEEDED",sub_status:"PARTIALLY_APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially approved"},{status:"SUCCEEDED",sub_status:"APPROVED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Approved"},{status:"SUCCEEDED",sub_status:"CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CAPTURED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially captured"},{status:"SUCCEEDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Succeeded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"CANCELED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"CANCELED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"info",label:"Cancellation pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"CANCELED",sub_status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled",sub_status_icon:"Prohibit",sub_status_label:"Canceled"},{status:"DECLINED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"DECLINED",sub_status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Declined"},{status:"REJECTED",sub_status:"CREATED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Created"},{status:"REJECTED",sub_status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Rejected"},{status:"REFUNDED",sub_status:"CREATED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Created"},{status:"REFUNDED",sub_status:"PARTIALLY_REFUNDED",icon:"ArrowCircleLeft",type:"success",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Partially refunded"},{status:"REFUNDED",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"secondary",label:"Refunded",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"REFUNDED",sub_status:"REFUNDED",icon:"ArrowCircleLeft",type:"secondary",label:"Refunded",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Refunded"},{status:"PENDING",sub_status:"CREATED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"PENDING",sub_status:"AUTHORIZED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Authorized"},{status:"PENDING",sub_status:"WAITING_ADDITIONAL_STEP",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Waiting additional step"},{status:"PENDING",sub_status:"PENDING_PROVIDER_CONFIRMATION",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending provider confirmation"},{status:"VERIFIED",sub_status:"CREATED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Created"},{status:"VERIFIED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Verified",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"READY_TO_PAY",sub_status:"CREATED",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Created"},{status:"READY_TO_PAY",sub_status:"READY_TO_PAY",icon:"FlagBanner",type:"info",label:"Ready to pay",sub_status_icon:"FlagBanner",sub_status_label:"Ready to pay"},{status:"EXPIRED",sub_status:"CREATED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Created"},{status:"EXPIRED",sub_status:"EXPIRED",icon:"Clock",type:"error",label:"Expired",sub_status_icon:"Clock",sub_status_label:"Expired"},{status:"PENDING",sub_status:"IN_PROCESS",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"In process"},{status:"PENDING",sub_status:"PENDING_FRAUD_REVIEW",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Clock",sub_status_label:"Pending fraud review"},{status:"REJECTED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Rejected",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"DECLINED",sub_status:"FRAUD_DECLINED",icon:"Prohibit",type:"error",label:"Declined",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"FRAUD_VERIFIED",sub_status:"FRAUD_SCREENING_VERIFIED",icon:"CheckCircle",type:"success",label:"Fraud verified",sub_status_icon:"CheckCircle",sub_status_label:"Fraud screening verified"},{status:"SUCCEEDED",sub_status:"PARTIALLY_CHARGEBACKED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Partially chargebacked"},{status:"IN_DISPUTE",sub_status:"RECEIVED",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Received"},{status:"IN_DISPUTE",sub_status:"PENDING_REVIEW",icon:"ArrowCircleLeft",type:"secondary",label:"In dispute",sub_status_icon:"ArrowCircleLeft",sub_status_label:"Pending review"},{status:"CHARGEBACK",sub_status:"LOST",icon:"Prohibit",type:"error",label:"Chargeback",sub_status_icon:"Prohibit",sub_status_label:"Lost"},{status:"SUCCEEDED",sub_status:"VERIFIED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"CheckCircle",sub_status_label:"Verified"},{status:"SUCCEEDED",sub_status:"FRAUD_DECLINED",icon:"CheckCircle",type:"success",label:"Succeeded",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"},{status:"PENDING",sub_status:"FRAUD_DECLINED",icon:"Clock",type:"warning",label:"Pending",sub_status_icon:"Prohibit",sub_status_label:"Fraud declined"}],cd=[{status:"SUCCEEDED",icon:"CheckCircle",type:"success",label:"Succeeded"},{status:"CREATED",icon:"FlagBanner",type:"info",label:"Created"},{status:"ERROR",icon:"WarningCircle",type:"error",label:"Error"},{status:"EXPIRED",icon:"Clock",type:"error",label:"Expired"},{status:"CANCELED",icon:"Prohibit",type:"error",label:"Canceled"},{status:"DECLINED",icon:"Prohibit",type:"error",label:"Declined"},{status:"PENDING",icon:"Clock",type:"warning",label:"Pending"},{status:"REJECTED",icon:"Prohibit",type:"error",label:"Rejected"},{status:"WON",icon:"CheckCircle",type:"success",label:"Won"},{status:"LOST",icon:"WarningCircle",type:"error",label:"Lost"}],ld=[{id:1,status:"RECONCILED",sub_status:"AUTOMATICALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Automatically",sub_status_icon:"CheckCircle"},{id:2,status:"RECONCILED",sub_status:"MANUALLY",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Manually",sub_status_icon:"CheckCircle"},{id:3,status:"NOT_RECONCILED",sub_status:"PENDING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Pending",sub_status_icon:"Clock"},{id:4,status:"NOT_RECONCILED",sub_status:"MISSING",type:"warning",label:"Not reconciled",icon:"Clock",sub_status_label:"Missing",sub_status_icon:"Clock"},{id:5,status:"RECONCILED",sub_status:"STATUS_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Status conflict",sub_status_icon:"CheckCircle"},{id:6,status:"RECONCILED",sub_status:"DATE_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Date conflict",sub_status_icon:"CheckCircle"},{id:7,status:"RECONCILED",sub_status:"AMOUNT_CONFLICT",type:"success",label:"Reconciled",icon:"CheckCircle",sub_status_label:"Amount conflict",sub_status_icon:"CheckCircle"},{id:8,status:"RECONCILING_INSTALLMENTS",sub_status:"PENDING_INSTALLMENTS",type:"warning",label:"Reconciling installments",icon:"Clock",sub_status_label:"Pending installments",sub_status_icon:"Clock"},{id:9,status:"NON_RECONCILABLE",sub_status:"AUTOMATICALLY",type:"warning",label:"Non Reconciliable",icon:"Clock",sub_status_label:"Automatically",sub_status_icon:"Clock"}],dd=[{identifier:"America/Argentina/Buenos_Aires",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Asuncion",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Bogota",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Caracas",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Chicago",utc_offset:{dst:"-05:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Costa_Rica",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/El_Salvador",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guatemala",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Guayaquil",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Havana",utc_offset:{dst:"-05:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/La_Paz",utc_offset:{dst:"-04:00",std:"-04:00"},abbreviation:{dst:"GMT",std:"-4"}},{identifier:"America/Lima",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Managua",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"America/Mexico_City",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Montevideo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Panama",utc_offset:{dst:"-05:00",std:"-05:00"},abbreviation:{dst:"GMT",std:"-5"}},{identifier:"America/Phoenix",utc_offset:{dst:"-07:00",std:"-07:00"},abbreviation:{dst:"GMT",std:"-7"}},{identifier:"America/Santiago",utc_offset:{dst:"-04:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Sao_Paulo",utc_offset:{dst:"-03:00",std:"-03:00"},abbreviation:{dst:"GMT",std:"-3"}},{identifier:"America/Tegucigalpa",utc_offset:{dst:"-06:00",std:"-06:00"},abbreviation:{dst:"GMT",std:"-6"}},{identifier:"Asia/Famagusta",utc_offset:{dst:"+02:00",std:"+03:00"},abbreviation:{dst:"EET",std:""}},{identifier:"Asia/Seoul",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"KST",std:""}},{identifier:"Asia/Shanghai",utc_offset:{dst:"+08:00",std:"+08:00"},abbreviation:{dst:"CST",std:""}},{identifier:"Asia/Tokyo",utc_offset:{dst:"+09:00",std:"+09:00"},abbreviation:{dst:"JST",std:""}},{identifier:"Australia/Sydney",utc_offset:{dst:"+10:00",std:"+11:00"},abbreviation:{dst:"AEST",std:""}},{identifier:"Coordinated Universal Time",utc_offset:{dst:"+00:00",std:"+00:00"},abbreviation:{dst:"UTC",std:""}},{identifier:"Europe/Madrid",utc_offset:{dst:"+01:00",std:"+01:00"},abbreviation:{dst:"GMT",std:"+1"}},{identifier:"Europe/Moscow",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"MSK",std:""}},{identifier:"India",utc_offset:{dst:"+03:00",std:"+03:00"},abbreviation:{dst:"IST",std:""}}],pd=[{id:1,value:"ACCOUNTS",type:"source"},{id:2,value:"CHECKOUT",type:"source"},{id:3,value:"CREATE",type:"event"},{id:4,value:"UPDATE",type:"event"},{id:5,value:"CONNECTIONS",type:"source"},{id:6,value:"ROLES",type:"source"},{id:7,value:"ROUTING",type:"source"},{id:8,value:"TEAMS",type:"source"},{id:9,value:"WEBHOOKS",type:"source"},{id:10,value:"PAYMENT_LINKS",type:"source"},{id:11,value:"DELETE",type:"event"}],hd={docs_url:"https://docs.y.uno/reference/api-reference-overview"},md={en:[{text:"Home",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"en",submenues:null},{text:"Payments",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"en",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Payment links",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"Connections",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"en",submenues:null},{text:"Reconciliations",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"en",submenues:null},{text:"Routing",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"en",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"en",submenues:null},{text:"Developers",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"en",submenues:null},{text:"SUPPORT",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"en",submenues:null},{text:"API Reference",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"en",submenues:null},{text:"Audit logs",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"en",submenues:null}],pt:[{text:"Pagamentos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"pt",submenues:null},{text:"Início",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"pt",submenues:null},{text:"ASSISTÊNCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"pt",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"pt",submenues:null},{text:"Programadores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Links de pagamento",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"Reconciliações",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"pt",submenues:null},{text:"Auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"pt",submenues:null},{text:"API referência",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"pt",submenues:null},{text:"Conexões",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"pt",submenues:null},{text:"Roteamento",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"pt",submenues:null}],es:[{text:"Insights",pathname:"/insights",position:2,icon:"ChartLine",type:null,target:null,permission:"access_actionable_payment_insights",locale:"es",submenues:null},{text:"Inicio",pathname:"/",position:1,icon:"Monitor",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Pagos",pathname:"/payments",position:3,icon:"ArrowsLeftRight",type:null,target:null,permission:"view_payment_transactions",locale:"es",submenues:null},{text:"Ruteo",pathname:"/routing",position:8,icon:"TreeStructure",type:null,target:null,permission:"view_your_processing_routes",locale:"es",submenues:null},{text:"Checkout builder",pathname:"/checkout-builder",position:9,icon:"ShoppingCart",type:null,target:null,permission:"view_your_checkout",locale:"es",submenues:null},{text:"Desarrolladores",pathname:"/developers",position:10,icon:"Code",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Registros de auditoria",pathname:"/audit",position:14,icon:"FileSearch",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"ASISTENCIA",pathname:null,position:11,icon:"Monitor",type:"SUB_HEADER",target:null,permission:"all",locale:"es",submenues:null},{text:"Risk conditions",pathname:"/risk-conditions",position:4,icon:"ShieldWarning",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Documentación de la API",pathname:"https://docs.y.uno/reference/introduction",position:13,icon:"TerminalWindow",type:null,target:"_blank",permission:"all",locale:"es",submenues:null},{text:"Enlaces de pago",pathname:"/payment-links",position:5,icon:"LinkSimple",type:null,target:null,permission:"all",locale:"es",submenues:null},{text:"Conexiones",pathname:"/connections",position:6,icon:"BoundingBox",type:null,target:null,permission:"view_connections",locale:"es",submenues:null},{text:"Conciliaciones",pathname:"/reconciliations",position:7,icon:"Swap",type:null,target:null,permission:"view_settlement_reports",locale:"es",submenues:null}]},fd=[{code:"en",name:"English (en)"},{code:"es",name:"Spanish (es)"},{code:"pt",name:"Portuguese (pt)"}];const gd=[];for(let e=0;e<256;++e)gd.push((e+256).toString(16).slice(1));let yd;const bd=new Uint8Array(16);var kd={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function vd(e,t,n){if(kd.randomUUID&&!t&&!e)return kd.randomUUID();const o=(e=e||{}).random??e.rng?.()??function(){if(!yd){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");yd=crypto.getRandomValues.bind(crypto)}return yd(bd)}();if(o.length<16)throw new Error("Random bytes length must be >= 16");if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){if((n=n||0)<0||n+16>t.length)throw new RangeError(`UUID byte range ${n}:${n+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[n+e]=o[e];return t}return function(e,t=0){return(gd[e[t+0]]+gd[e[t+1]]+gd[e[t+2]]+gd[e[t+3]]+"-"+gd[e[t+4]]+gd[e[t+5]]+"-"+gd[e[t+6]]+gd[e[t+7]]+"-"+gd[e[t+8]]+gd[e[t+9]]+"-"+gd[e[t+10]]+gd[e[t+11]]+gd[e[t+12]]+gd[e[t+13]]+gd[e[t+14]]+gd[e[t+15]]).toLowerCase()}(o)}var jd=function(e){return{account_codes:e&&(null==e?void 0:e.length)>0?null==e?void 0:e.split(","):[]}},wd=function(e){function i(t){var n=t?a(a({},nd),t):nd;return e.call(this,n)||this}return o(i,e),i.prototype.simulateAxiosError=function(){return new Promise((function(e,t){t({name:"AxiosError"})}))},i.prototype.updateReconciliationReportTemplate=function(e){var t=e.type===Pc.TRANSACTIONS?"TRANSACTIONS":e.type,n=a(a({},e),{type:t});return this.put("/v1/reconciliation/reports/templates",n)},i.prototype.createReconciliationReportTemplate=function(e){var t=e.type===Pc.TRANSACTIONS?"TRANSACTIONS":e.type,n=a(a({},e),{type:t});return this.post("/v1/reconciliation/reports/templates",n)},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.postPaymentsLazy=function(e){var t=e.account_code,n=r(e,["account_code"]);return n.start_date||(n.start_date=new Date),n.end_date||(n.end_date=new Date),this.post("/payments/lazy",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},i.prototype.postPayouts=function(e){var t=e.account_code,n=r(e,["account_code"]);return n.start_date||(n.start_date=new Date),n.end_date||(n.end_date=new Date),this.post("/payouts",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},i.prototype.getPayoutsFilters=function(e){return this.get("/payouts/filters",{headers:{"x-organization-code":e}})},i.prototype.postPaymentsEvaluated=function(e){e.account_code;var t=r(e,["account_code"]);return t.start_date||(t.start_date=new Date),t.end_date||(t.end_date=new Date),this.post("/payments/evaluated",t)},i.prototype.getPaymentV2=function(e){return this.get("/payments/v2/".concat(e))},i.prototype.postTransactions=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("/v2/transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},i.prototype.postFraudTransactions=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("/fraud-transactions",{account_codes:(null==t?void 0:t.split(","))||[]},{params:n})},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.getPaymentMethodsByCountry=function(e,t){var n=e.provider_id,o=e.country,a=localStorage.getItem("x-organization-code"),r={"x-organization-code":t};return this.get("/organizations/provider-params/".concat(n,"/").concat(o),a?{}:{headers:r})},i.prototype.getOrgByName=function(e){return this.post("/organizations/get-by-name",{org_name:e})},i.prototype.createOperationTransaction=function(e,t,n,o){return this.post("/payments/".concat(n,"/transactions/").concat(t,"/").concat(o),e)},i.prototype.getPaymentMethodsAndProviders=function(){return this.get("/payments/payment-methods/providers")},i.prototype.getTransactionDetailsV2=function(e){return this.get("/payments/".concat(e.payment_code,"/transactions/details"),{params:{payment_code:e.payment_code,size:99}})},i.prototype.getTransactionRawResponse=function(e){return this.get("/transactions/".concat(e.transaction_code,"/raw-response"))},i.prototype.uploadChargebacks=function(e,t,n,o){return this.post("/chargebacks/upload-file/payment/".concat(t,"/transaction/").concat(n),e,{onUploadProgress:function(e){o(e.total?Math.round(100*e.loaded/e.total):0)},headers:{"x-account-code":null==e?void 0:e.account_id,"x-idempotency-key":vd()}})},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){return this.get("/v2/developers/credentials",{headers:{"x-password":e,"x-account-code":t}})},i.prototype.getDeveloperCredentialsValidatePassword=function(e){return this.get("/validate-password",{headers:{"x-password":e}})},i.prototype.getAllowedIps=function(){return this.get("/allowlist-ips")},i.prototype.patchAllowedIps=function(e){return this.patch("/allowlist-ips",e)},i.prototype.getOrganization=function(){return this.get("/organizations",{headers:{"x-organization-code":""}})},i.prototype.getAllOrganization=function(){return this.get("/organizations/all")},i.prototype.getProviderParams=function(e,t){var n,o=localStorage.getItem("x-organization-code"),a={"x-organization-code":o?null===(n=JSON.parse(o))||void 0===n?void 0:n.value:t};return this.get("/organizations/provider-params/".concat(e.id),{headers:a})},i.prototype.getIntegrationByAccountV2=function(e){var t=e.accountCode,n={"x-organization-code":e.organizationCode,"x-account-code":t};return this.post("/connections/my-connections",{account_code:t},{headers:n})},i.prototype.putCosts=function(e){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.put("/connections/costs",{costs:[e]})]}))}))},i.prototype.updateOrganizationStatus=function(){return t(this,void 0,void 0,(function(){return n(this,(function(e){return[2,this.patch("/organizations/status")]}))}))},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,o){return t(this,void 0,void 0,(function(){return n(this,(function(t){return[2,this.get("/organizations/connections/".concat(e,"/").concat(o))]}))}))},i.prototype.getHashPylon=function(){return this.get("/pylon-hash")},i.prototype.getConnections=function(){return this.get("/connections")},i.prototype.postValidateStatusConnection=function(e){var t=e.payload,n={"x-account-code":e.accountCode};return this.post("/connections/validate-status",t,{headers:n})},i.prototype.postChangeStatusConnection=function(e){var t=e.payload,n=e.accountCode,o="/connections/change-status";if(t.status==rd)return delete t.status,this.delete(o,{data:t});Object.values(od).includes(null==t?void 0:t.status)&&(o="".concat(o,"/").concat(ad[t.status]),delete t.status);var a={"x-account-code":n};return this.post(o,t,{headers:a})},i.prototype.postMultiConnection=function(e){var t=e.payload;return this.post("/connections/multi-accounts",t)},i.prototype.postMultiConnectionValidate=function(){return this.get("/connection/valid-accounts")},i.prototype.patchConnection=function(e){var t,n=e.payload,o=e.connectionCode,r=localStorage.getItem("account"),i=r?null===(t=JSON.parse(r).value)||void 0===t?void 0:t.code:"";return this.patch("/connections/".concat(o),a({account_code:i},n))},i.prototype.postDefaultRoutes=function(e){var t=e.payload;return this.post("/connections/default-routes",t)},i.prototype.getDialogs=function(){return this.get("/dialogs")},i.prototype.getWebhookParamsV2=function(){return this.get("/accounts/webhooks-v2/params-catalog")},i.prototype.getWebhooksV3=function(e){var t=e.accountCode,n=e.name;return this.post("/accounts/webhooks-v2/search",{name:n},{headers:{"x-account-code":t}})},i.prototype.getWebhooksV2Detail=function(e){var t=e.accountCode;return this.get("/accounts/webhooks-v2/detail/".concat(t))},i.prototype.postWebhookV2MultiAccount=function(e){var t=e.payload;return this.post("/accounts/webhooks/multi-account",t)},i.prototype.deleteWebhookV2=function(e,t){return this.delete("/accounts/webhooks-v2/".concat(e,"/").concat(t))},i.prototype.updateWebhookV2=function(e,t,n){return this.patch("/accounts/webhooks-v2/".concat(e,"/").concat(n),t)},i.prototype.getMenu=function(){return this.get("/cms/menu")},i.prototype.postWebhookLogs=function(e){var t=e.payload,n=t.account_code,o=r(t,["account_code"]),a={account_codes:n};return this.post("/v2/webhooks/organization",a,{params:o,paramsSerializer:Li})},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:Li})},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:Li})},i.prototype.postApiLogs=function(e){var t=e.payload,n=t.account_code,o=r(t,["account_code"]),a={account_codes:n};return this.post("/v2/api-logs/organization",a,{params:o,paramsSerializer:Li})},i.prototype.getApiLogsDetailByPaymentCode=function(e){return this.get("/v2/api-logs/payment/".concat(e,"/details"))},i.prototype.useGetPaymentStatusesStyles=function(){return this.get("/cms/payment/statuses")},i.prototype.useGetTransactionStatusesStyles=function(){return this.get("/cms/transaction/statuses")},i.prototype.useGetReconciliationTransactionStatusesStyles=function(){return this.get("/cms/reconciliation/transaction/statuses")},i.prototype.useGetCountriesConfig=function(){return this.get("/country-data-api/v1/config")},i.prototype.useGetCountriesConfigV2=function(e){var t=e?{"accept-language":e}:{};return this.get("/country-data/v2/config",{params:t})},i.prototype.useGetTimeZoneCatalog=function(){return this.get("/cms/timezone/catalog")},i.prototype.useGetAuditLogsFilters=function(){return this.get("/cms/audit-logs-filters")},i.prototype.getDashboardStaticContents=function(){return this.get("/cms/static-contents")},i.prototype.getLocales=function(){return this.get("/cms/locales")},i.prototype.getSmartRoutingMethods=function(e){return this.get("/smart-routing/methods/".concat(e))},i.prototype.putSmartRoutingToggleMethod=function(e,t,n){return this.put("/smart-routing/methods/".concat(e,"/").concat(t),{active:n})},i.prototype.getSmartRoutingConditionTypes=function(e,t){return this.get("/smart-routing/condition-types/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingConditionPaymentMethod=function(e,t){var n={"x-account-code":e};return this.get("/smart-routing/payment-methods/".concat(t,"/conditions"),{headers:n})},i.prototype.getSmartRoutingConditionTypesValues=function(e,t){return this.get("/smart-routing/condition-types-values/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingNextSteps=function(e,t,n){return this.get("/smart-routing/next-route/".concat(e,"/").concat(t,"/").concat(n))},i.prototype.getSmartRoutingWorkflowVersion=function(e,t){return this.get("/smart-routing/workflow-version/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingWorkflow=function(e,t){return this.get("/smart-routing/workflow/".concat(e,"/").concat(t))},i.prototype.putSmartRoutingUpdateWorkflow=function(e,t){return this.put("/smart-routing/update-workflow/".concat(e),t)},i.prototype.putSmartRoutingUpdateWorkflowName=function(e,t){return this.put("/smart-routing/workflow/".concat(e,"/edit-name"),t)},i.prototype.postSmartRoutingCreateWorkflow=function(e,t){return this.post("/smart-routing/create-workflow/".concat(e),t)},i.prototype.postSmartRoutingPublishVersion=function(e,t,n){var o={"x-organization-code":n};return this.post("/smart-routing/publish-version/".concat(e,"/").concat(t),{},{headers:o})},i.prototype.deleteSmartRoutingVersion=function(e,t){return this.delete("/smart-routing/delete-version/".concat(e,"/").concat(t))},i.prototype.postSmartRoutingDuplicateVersion=function(e,t){return this.post("/smart-routing/duplicate-version/".concat(e,"/").concat(t))},i.prototype.getSmartRoutingDeclinedGroup=function(e){return this.get("/smart-routing/declined-groups/".concat(e))},i.prototype.updateSmartRoutingDeclinedGroup=function(e,t,n){return this.put("/smart-routing/declined-groups/".concat(e,"/").concat(t),n)},i.prototype.createSmartRoutingDeclinedGroup=function(e,t){return this.post("/smart-routing/declined-groups/".concat(e),t)},i.prototype.getSmartRoutingPaymentRoute=function(e,t){return this.get("/smart-routing/payment-route/".concat(e,"/").concat(t))},i.prototype.updateSmartRoutingFavorite=function(e,t,n){return this.put("/smart-routing/favorite/".concat(e,"/").concat(t),{favorite:n})},i.prototype.getSmartRoutingSimulateConditionTypeValues=function(e){return this.get("/smart-routing/condition-types-values-list/".concat(e))},i.prototype.simulateSmartRoutingTransaction=function(e,t,n){return this.post("/smart-routing/simulate-transaction/".concat(e,"/").concat(t),n)},i.prototype.getSmartRoutingSearchConditionValues=function(e,t){return this.get("/smart-routing/search-condition-values/".concat(e,"/").concat(t))},i.prototype.getProviderConversionRatesData=function(){return this.get("/smart-routing/conversion-rates/all")},i.prototype.updateMonitorRedistribution=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/monitor-redistribution",t,{headers:n})},i.prototype.removeDeclinedGroup=function(e,t){var n={"x-organization-code":e};return this.delete("/smart-routing/declined-groups/".concat(t),{headers:n})},i.prototype.multiAccountDeclinedGroupCreate=function(e,t){var n={"x-organization-code":e};return this.post("/smart-routing/declined-groups/massive/create",t,{headers:n})},i.prototype.generateAIWorkflowRoutes=function(e,t){var n={"x-organization-code":e};return this.post("/ai/generate-route",t,{headers:n})},i.prototype.postAIGenerationFeedback=function(e){return this.post("/ai/generation-feedback",e)},i.prototype.getRoutingMonitorsTemplates=function(e){var t={"x-organization-code":e};return this.get("/routing-monitor/templates",{headers:t})},i.prototype.getRoutingMonitorsTemplate=function(e,t){var n={"x-organization-code":t};return this.get("/routing-monitor/template/".concat(e),{headers:n})},i.prototype.createMonitorThreshold=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/threshold",e,{headers:n})},i.prototype.createMonitorTemplate=function(e,t){var n={"x-organization-code":t};return this.post("/routing-monitor/template",e,{headers:n})},i.prototype.getSmartRoutingDataReport=function(e){return this.get("/data-report",{params:e})},i.prototype.getInsightsMetricsConversionRateV2=function(e,t){var n=e.account_code,o=e.connection_name,a=r(e,["account_code","connection_name"]),i=jd(n);return o&&(i.connection_name=o.split(",")),this.post("/insights/conversion-rate/".concat(t),i,{params:a})},i.prototype.getInsightsMetricsConversionRateViewMore=function(e,t){var n=e.account_code,o=r(e,["account_code"]);return this.post("/insights/conversion-rate/cards/metrics/".concat(t),jd(n),{params:o})},i.prototype.getInsightFallbackMetrics=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("/insights/conversion-rate/fallback",jd(t),{params:n})},i.prototype.getInsightsMetricsVolume=function(e,t){var n=t.connection_name,o=r(t,["connection_name"]),i={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return n&&(i=a(a({},i),{connection_name:null==n?void 0:n.split(",")})),this.post("/insights/volume/metrics",i,{params:o})},i.prototype.getInsightsMetricsVolumeV2=function(e,t,n){var o=n.connection_name,i=r(n,["connection_name"]),s={account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]};return o&&(s=a(a({},s),{connection_name:null==o?void 0:o.split(",")})),this.post("/insights/volume/".concat(t),s,{params:i})},i.prototype.getInsightsFraudScreeningVolumeAndCountTx=function(e,t){return this.post("/insights/fraud-screening/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsFraudScreeningConversionRate=function(e,t){return this.post("/insights/fraud-screening/conversion-rate",e,{params:t})},i.prototype.getInsights3dsVolumeAndCountTx=function(e,t){return this.post("/insights/3ds/volume-and-count-tx",e,{params:t})},i.prototype.getInsights3dsConversionRateAndEvolution=function(e,t){return this.post("/insights/3ds/conversion-rate-and-evolution",e,{params:t})},i.prototype.getInsights3dsDeclineReasons=function(e,t){return this.post("/insights/3ds/decline-reasons",e,{params:t})},i.prototype.getInsights3dsFrictionlessVsChallenge=function(e,t){return this.post("/insights/3ds/frictionless-vs-challenge",e,{params:t})},i.prototype.getInsightsChargebacksVolumeAndCountTx=function(e,t){return this.post("/insights/chargebacks/volume-and-count-tx",e,{params:t})},i.prototype.getInsightsChargebacksTotalRateAndEvolution=function(e,t){return this.post("/insights/chargebacks/total-rate-and-evolution",e,{params:t})},i.prototype.getInsightsChargebacksWinRate=function(e,t){return this.post("/insights/chargebacks/win-rate",e,{params:t})},i.prototype.getInsightsChargebacksDisputed=function(e,t){return this.post("/insights/chargebacks/disputed",e,{params:t})},i.prototype.getInsightsChargebacksByProviderAndCardBrand=function(e,t){return this.post("/insights/chargebacks/by-provider-and-card-brand",e,{params:t})},i.prototype.getInsightsChargebacksReasonsDistribution=function(e,t){return this.post("/insights/chargebacks/reasons-distribution",e,{params:t})},i.prototype.getInsightsChargebacksStatusDistribution=function(e,t){return this.post("/insights/chargebacks/status-distribution",e,{params:t})},i.prototype.getInsightsChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.getInsightOverview=function(e){var t=e.account_code,n=e.connection_name,o=r(e,["account_code","connection_name"]),i=jd(t);return n&&(i=a(a({},i),{connection_name:null==n?void 0:n.split(",")})),this.post("/insights/overview",i,{params:o})},i.prototype.getInsightOverviewV3=function(e,t){var n=e.account_code,o=e.connection_name,i=r(e,["account_code","connection_name"]),s=jd(n);return o&&(s=a(a({},s),{connection_name:null==o?void 0:o.split(",")})),this.post("/insights/overview/".concat(t),s,{params:i})},i.prototype.getInsighstHomeMetrics=function(e){return this.post("/insights/dashboard-home-metrics",e)},i.prototype.getInsightsMetricsTotalPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/payments",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getInsightsMetricsCustomerPaymentsAndFraud=function(e,t){return this.post("/insights/payments-and-fraud/customer",{account_codes:(null==e?void 0:e.length)?null==e?void 0:e.split(","):[]},{params:t})},i.prototype.getCheckouts=function(e){var t=e.accountCode;return this.get("/checkouts/".concat(t))},i.prototype.getCheckoutTemplate=function(e){var t=e.accountCode;return this.get("/v2/checkouts/template/".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.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,n=localStorage.getItem("account"),o=n?null===(t=JSON.parse(n).value)||void 0===t?void 0:t.code:"";return this.patch("/checkouts/publish",e,{headers:{"x-account-code":o}})},i.prototype.getStylingSdkDynamic=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingTheme=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkouts/styling/theme",{headers:t})},i.prototype.updateStylingTheme=function(e){var t=e.accountCode,n=e.theme,o={"x-account-code":t};return this.patch("/checkouts/styling/theme",n,{headers:o})},i.prototype.getStylingSettings=function(e){var t={"x-account-code":e.accountCode};return this.get("/checkout/settings",{headers:t})},i.prototype.getStylingSettingsV2=function(e){var t=e.accountCode,n=e.environment,o={"x-account-code":t,"x-environment":void 0===n?"live":n};return this.get("/v1/checkouts/builder/settings",{headers:o})},i.prototype.changeStylingSettings=function(e){var t=e.accountCode,n=e.environment,o=void 0===n?"live":n,a=e.payload,r={"x-account-code":t,"x-environment":o,"Content-Type":"application/json"};return this.patch("/v1/checkouts/builder/settings",a,{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.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.getReportColumns=function(e,t){return this.get("/reports/columns/".concat(e,"/").concat(t))},i.prototype.searchReportTemplates=function(e){return this.post("/template-reporting/report-templates/search",e)},i.prototype.searchReportTemplateById=function(e,t){return this.post("/template-reporting/report-templates/search/".concat(e),t)},i.prototype.createTemplateReporting=function(e){return this.post("/template-reporting/report-templates",e)},i.prototype.cloneReportTemplate=function(e,t){return this.post("/template-reporting/report-templates/".concat(e,"/clone"),t)},i.prototype.updateTemplateSelection=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/selection"),t)},i.prototype.changeTemplateStatus=function(e,t){return this.patch("/template-reporting/report-templates/".concat(e,"/status"),t)},i.prototype.deleteReportTemplate=function(e,t){return this.delete("/template-reporting/report-templates/".concat(e),{data:t})},i.prototype.searchReportSchedules=function(e){return this.post("/template-reporting/report-schedules/search",e)},i.prototype.searchReportScheduleById=function(e,t){return this.post("/template-reporting/report-schedules/search/".concat(e),t)},i.prototype.createReportSchedule=function(e){return this.post("/template-reporting/report-schedules",e)},i.prototype.disableReportSchedule=function(e,t){return this.patch("/template-reporting/report-schedules/".concat(e,"/disable"),t)},i.prototype.deleteReportSchedule=function(e,t){return this.delete("/template-reporting/report-schedules/".concat(e),{data:t})},i.prototype.getRefundPdf=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/refund-pdf/".concat(e),{headers:o})},i.prototype.getProofOfCancel=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-cancel"),{headers:o})},i.prototype.getProofOfPayment=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/transactions/".concat(e,"/proof-of-payment"),{headers:o})},i.prototype.getScheduledReport=function(e){return this.get("/scheduled-reports?reportType=".concat(e))},i.prototype.postScheduledReport=function(e){return this.post("/scheduled-reports",e)},i.prototype.updateScheduledReport=function(e,t){return this.patch("/scheduled-reports/".concat(e),t)},i.prototype.deleteScheduledReport=function(e){return this.delete("/scheduled-reports/".concat(e))},i.prototype.getProfile=function(){return this.get("/user")},i.prototype.getUserFull=function(){return this.get("/user-full")},i.prototype.getImpersonationUsers=function(){return this.get("/impersonation/user")},i.prototype.getImpersonationEnabled=function(){return this.get("/impersonation/enabled")},i.prototype.getUsersToImpersonate=function(e,t,n,o,r){void 0===n&&(n=1),void 0===o&&(o=10);var i=a({account_codes:t||[],page:n,page_size:o},r&&{search_value:r});return this.post("/impersonation/user/organization/".concat(e,"/users-to-impersonate"),i)},i.prototype.getAccountsForImpersonation=function(e){return this.get("/impersonation/user/organization/".concat(e,"/accounts"))},i.prototype.updateProfile=function(e){return this.patch("/user",e)},i.prototype.inviteUsersMassive=function(e,t){var n={"x-organization-code":t};return this.post("user/invite/massive",e,{headers:n})},i.prototype.unInviteUsersV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/user/uninvite/".concat(t),{headers:n})},i.prototype.getAccounts=function(e){var t={"x-organization-code":e};return this.get("/accounts-user",{headers:t})},i.prototype.getAccountsV2=function(){return this.get("/accounts-user")},i.prototype.getAccountsByUser=function(e){return this.get("/accounts-user/user/".concat(e))},i.prototype.putAccountsUserMassive=function(e,t,n){var o={"x-organization-code":e};return this.put("/accounts-user/role/massive/user/".concat(t),n,{headers:o})},i.prototype.deleteAccountsUserMassive=function(e,t,n){var o={"x-organization-code":e};return this.delete("/accounts-user/role/massive/user/".concat(t),{data:n,headers:o})},i.prototype.postAccount=function(e,t){return this.post("/accounts",{name:e,principal:t})},i.prototype.patchAccountV2=function(e){var t=e.name,n=e.code,o=e.principal;return this.patch("/accounts/with-principal",{name:t,principal:o},{headers:{"x-account-code":n}})},i.prototype.putAccountPrincipal=function(e){var t=e.account_code;return this.put("/user-accounts/principal",{account_code:t})},i.prototype.getMergedNotifications=function(){return this.get("/notifications-all")},i.prototype.getNotificationsCustomer=function(e){return this.get("/notifications/".concat(e))},i.prototype.getValidateOpsgenieKey=function(e){return this.get("/notifications/opsgenie/validate/".concat(e))},i.prototype.postSlackMessageChannel=function(e){return this.post("/slack-channel-message",e)},i.prototype.pathNotification=function(e){return this.patch("/notifications",e)},i.prototype.getNotificationsNumber=function(e){return this.get("/notifications/".concat(e,"/number"))},i.prototype.teamsFiltersMembers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/teams/filters/members",{headers:t})},i.prototype.postMembersPaginatedV2=function(e){var t=e.organizationCode,n=e.accountCodes,o=e.email,a=e.page,r=e.pageSize,i={"x-organization-code":t};return this.post("/teams/paginated",{account_codes:n,email:o,page:a,page_size:r},{headers:i})},i.prototype.getRoles=function(){return this.get("/teams/roles")},i.prototype.setCustodian=function(){return this.post("/teams/custodian")},i.prototype.deleteUserTeamV2=function(e){var t=e.userCode,n={"x-organization-code":e.organizationCode};return this.delete("/v2/teams/".concat(t),{headers:n})},i.prototype.createRoles=function(e,t){return this.post("/teams/roles",e,{headers:{"x-account-code":t}})},i.prototype.editRoles=function(e,t){var n=e.payload,o=e.id;return this.patch("/teams/roles/".concat(o),n,{headers:{"x-account-code":t}})},i.prototype.deleteRoles=function(e){return this.delete("/teams/roles/".concat(e))},i.prototype.getRolesPermissions=function(){return this.get("/teams/permissions")},i.prototype.getFeatureFlagId=function(e){var t=e.name,n=r(e,["name"]);return this.post("/feature-flags/evaluate",{name:t,parameters:n})},i.prototype.getFeatureFlagIdAll=function(e){var o=e.accountCode;return t(this,void 0,void 0,(function(){var e,t;return n(this,(function(n){switch(n.label){case 0:return[4,this.get("/feature-flags/names",o?{headers:{"x-account-code":o}}:{})];case 1:return e=n.sent(),t={},e.data.feature_flag_names.forEach((function(e){t[e]=!0})),[2,{data:t,status:200,statusText:"OK",headers:{},config:{}}]}}))}))},i.prototype.getPermissionsCatalog=function(){return this.get("/teams/permissions-catalog")},i.prototype.changePasswordV2=function(e){return this.patch("/user/change-password-profile",e)},i.prototype.getCardBrands=function(){return this.get("/catalog/card-brands")},i.prototype.getPaymentFilters=function(e){return this.get("/payments/filters?section=".concat(e))},i.prototype.getPaymentMetricsFilters=function(){return this.get("/payments/metrics/filters")},i.prototype.sendPaymentNotification=function(e,t){return this.post("/payments/".concat(e.paymentCode,"/transactions/").concat(e.transactionCode,"/settle"),t)},i.prototype.postAuditMonitors=function(e){return this.post("/routing-monitor/audit",e)},i.prototype.getAuditMonitorDetail=function(e){return this.get("/routing-monitor/audit-monitors-details/".concat(e))},i.prototype.getAuditEvents=function(e){var t=e.account_code,n=r(e,["account_code"]);return this.post("v2/events/organization",{account_codes:t},{params:n,paramsSerializer:Li})},i.prototype.getPaymentLinks=function(e,t){return this.get("/v2/payment-links/".concat(t),{params:e})},i.prototype.getPaymentLinksByCode=function(e){return this.get("/v2/payment-links/by-code/".concat(e))},i.prototype.postPaymentLinks=function(e){var t=e.payload,n=e.accountCode;return this.post("/v2/payment-links/".concat(n),t)},i.prototype.patchPaymentLinks=function(e){var t=e.payload,n=e.accountCode,o=e.paymentLinkCode;return this.patch("/v2/payment-links/".concat(n,"/").concat(o),t)},i.prototype.postDeletePaymentLink=function(e){var t=e.code;return this.post("/v2/payment-links/cancel/".concat(t))},i.prototype.getTimezone=function(e){return this.get("/cms/timezone/catalog",{headers:{"x-organization-code":e}})},i.prototype.getInstallmentPlans=function(e){return this.get("/v1/installments-plans",{headers:{"x-account-code":e}})},i.prototype.firebaseUserSubscribe=function(e){return this.post("/firebase/user/subscribe",e)},i.prototype.postUserSettings=function(e){return this.patch("/user-settings",e)},i.prototype.postUserSettingsTables=function(e,t){return this.patch("/user-settings/".concat(t),e)},i.prototype.postUserSettingsPinned=function(e){return this.patch("/user-settings/pinned_sections",e)},i.prototype.postUserThemeSettings=function(e){return this.patch("/user-settings/theme",e)},i.prototype.getMfaTokenValidation=function(e,t){return this.post("/mfa/token",{password:e,otp_input:t,user_code:""})},i.prototype.getEmailOtp=function(){return this.post("/mfa/send-otp",{})},i.prototype.confirmMfaOtp=function(e){return this.post("/mfa/confirm/otp",e)},i.prototype.unrollMfa=function(e){return this.post("/mfa/unroll/otp",{password:e})},i.prototype.sendOTPForMFA=function(){return this.post("/mfa/send-otp")},i.prototype.getConfigAllowlist=function(e){var t={"x-account-code":e};return this.get("/yuno-fraud-screening-int/allow-lists/config",{headers:t})},i.prototype.getBlackListType=function(e){var t={"x-account-code":e};return this.get("/blacklist",{headers:t})},i.prototype.postBlockList=function(e,t,n,o){var a={name:t,account_codes:e,page:n,size:o};return this.post("/blacklist",a)},i.prototype.getBlackListSummary=function(e,t){return void 0===t&&(t=null),this.get("/blacklist/get-one/".concat(e,"/summary"),t?{headers:{"x-account-code":t}}:{})},i.prototype.getBlacklistDetail=function(e,t,n,o,a){void 0===n&&(n=26),void 0===o&&(o=null),void 0===a&&(a=null);var r="/blacklist/get-one/".concat(e,"/detail?offset=").concat(t,"&limit=").concat(n);return a&&(null==a?void 0:a.length)>0&&(r+="&search=".concat(a)),this.get(r,o?{headers:{"x-account-code":o}}:{})},i.prototype.getAllowlistDetail=function(e,t){return void 0===t&&(t=null),this.get("/yuno-fraud-screening-int/allow-lists/".concat(e),t?{headers:{"x-account-code":t}}:{})},i.prototype.postAllowlistItems=function(e){var t=e.payload;return this.post("yuno-fraud-screening-int/allow-lists/".concat(t.code,"/items/pageable"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postGetAllowlist=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/pageable",t)},i.prototype.postCreateAllowlistMultiAccount=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/massive",t)},i.prototype.patchChangeStatusAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.code),{active:t.active},(null==t?void 0:t.account)&&{headers:{"x-account-code":null==t?void 0:t.account}})},i.prototype.patchChangeStatusAllowlistItem=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.item_allowlist_code),{active:t.active})},i.prototype.patchAddAllowlistItems=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items"),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.deleteAllowlistItem=function(e){var t=e.payload,n={"x-account-code":t.account_code};return this.delete("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/items/").concat(t.allowlist_item_id),{headers:n})},i.prototype.validateAllowlistItems=function(e){var t=e.payload;return this.post("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.patchAllowlist=function(e){var t=e.payload;return this.patch("/yuno-fraud-screening-int/allow-lists/".concat(t.allowlist_code),t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.postBlackListMultiAccount=function(e){var t=e.payload;return this.post("/blacklist/create/multi-account",t,t.account&&{headers:{"x-account-code":t.account}})},i.prototype.putBlackListType=function(e){return this.put("/blacklist/edit",e)},i.prototype.changeBlackListStatus=function(e){return this.put("/blacklist/change-status",e)},i.prototype.changeBlackListStatusItem=function(e){return this.put("/blacklist/change-item-status",e)},i.prototype.postBlackListItems=function(e){var t=e.payload;return this.post("/blacklist/items",t)},i.prototype.postBlackListBatch=function(e){var t=e.blacklist_code,n=e.expiration_days,o=e.file,a=e.handleSetProgress;return this.post("/blacklist/create-batch/".concat(t),{expiration_days:n,file:o},{onUploadProgress:function(e){a(e.total?Math.round(100*e.loaded/e.total):0)}})},i.prototype.deleteBlackListType=function(e){var t=e.black_list_code;return this.delete("/blacklist/delete/".concat(t))},i.prototype.deleteBlockListItem=function(e){var t=e.blocklist_code,n=e.blocklist_item_id,o=e.account_code;return this.delete("/blacklist/".concat(t,"/items/").concat(n),{headers:{"x-account-code":o}})},i.prototype.valiateBlockListItems=function(e){var t=e.payload;return this.post("/blacklist/".concat(t.blocklist_code,"/validate/duplicate-items"),t,{headers:{"x-account-code":t.account_code}})},i.prototype.getVelocityRules=function(e){return this.post("/yuno-fraud-screening-int/velocity-rules-list",a({},e))},i.prototype.postChangePaymentsWebhook=function(e){var t=e.status,n=e.paymentCode;return this.post("/yuno-fraud-screening-int/payments/webhook",{status:t,payment_code:n})},i.prototype.uploadFileS3ClientBatchRefunds=function(e){var t=e.payload,n=e.handleSetProgress,o=this.getCancelTokenSource();return{promise:this.post("/batch-refunds/upload-s3-file",t,{onUploadProgress:function(e){return null==n?void 0:n(e.total?Math.round(100*e.loaded/e.total):0)},cancelToken:o.token}),cancel:function(){return o.cancel()}}},i.prototype.uploadFileS3ClientChargeBacks=function(e){var t=e.payload,n=e.handleSetProgress,o=this.getCancelTokenSource();return{promise:this.post("/chargebacks/upload-s3-file",t,{cancelToken:o.token,onUploadProgress:function(e){null==n||n(e.total?Math.round(100*e.loaded/e.total):0)}}),cancel:function(){return o.cancel()}}},i.prototype.batchRefundByFile=function(e){var t=e.payload;return this.post("/batch-refund-by-file",a({},t))},i.prototype.uploadBatchRefundsV2=function(e){var t=e.payload;return this.post("/batch-refunds",a({},t))},i.prototype.getBatchRefunds=function(e,t){return this.get("/batch-refunds?limit=".concat(e,"&offset=").concat(t))},i.prototype.getBatchRefundProcessedFileDownload=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/processed-file-download"),{headers:o})},i.prototype.getBatchRefundUserFileDownload=function(e,t,n){var o={"x-organization-code":t,"x-account-code":n};return this.get("/batch-refunds/".concat(e,"/user-file-download"),{headers:o})},i.prototype.getMFAConfig=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/config",{headers:t})},i.prototype.getMFAExcludedUsers=function(e){var t={"x-organization-code":e.organizationCode};return this.get("/organization-settings/mfa/excluded-users",{headers:t})},i.prototype.getMFAEnforcementStatus=function(){return this.get("/mfa/enforcement-status")},i.prototype.updateMFAConfig=function(e,t){return this.post("/organization-settings/mfa/config",e,{headers:{"x-organization-code":t}})},i.prototype.mfaExcludeUsers=function(e,t){return this.post("/organization-settings/mfa/exclude-users",e,{headers:{"x-organization-code":t}})},i.prototype.getAllConfigRules=function(){return this.get("/yuno-fraud-screening-int/velocity-rules/config/all")},i.prototype.getConditionalConfigRules=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/config/conditional/".concat(e))},i.prototype.getRule=function(e){return this.get("/yuno-fraud-screening-int/velocity-rules/".concat(e.idRule),(null==e?void 0:e.accountCode)&&{headers:{"x-account-code":null==e?void 0:e.accountCode}})},i.prototype.postCreateRuleMultiAccount=function(e,t){return this.post("/yuno-fraud-screening-int/velocity-rules/multi-account",e,{headers:{"x-account-code":t}})},i.prototype.postEditRule=function(e,t,n){return this.patch("/yuno-fraud-screening-int/velocity-rules/".concat(t),e,{headers:{"x-account-code":n}})},i.prototype.postApiKeysRoll=function(e,t,n){return this.post("/credentials-manager/v1/keys/roll/".concat(t),e,{headers:{"x-password":n}})},i.prototype.patchApiKeysEditNote=function(e,t){return this.patch("/credentials-manager/keys/edit-note/".concat(t),e)},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){return this.get("/credentials-manager/keys/show-token/".concat(e),{headers:{"x-password":t}})},i.prototype.validatePasswordStatus=function(){return this.get("/validate-password-status")},i.prototype.deleteCustomizedApiKeys=function(e){return this.delete("/credentials-manager/key/".concat(e))},i.prototype.postCreateInsightsReport=function(e){var t="CR_FALLBACK"===(null==e?void 0:e.type)?"/insights/conversion-rate/".concat(id[null==e?void 0:e.type],"/export"):"/insights/conversion-rate/cards/metrics/".concat(id[null==e?void 0:e.type],"/export");return this.post(t,e)},i.prototype.getInsightsReport=function(e){return this.get("/insights/conversion-rate/exports/".concat(null==e?void 0:e.type,"/by-user"))},i.prototype.getInsightsReportAgain=function(e){return this.get("/insights/conversion-rate/exports/".concat(e.code))},i.prototype.createUserAuth0=function(e){return this.post("/user/auth0",e)},i.prototype.getSamlConfig=function(){return this.get("/saml-config")},i.prototype.createSamlConfig=function(e){return this.post("/saml-config",e)},i.prototype.updateSamlConfig=function(e){return this.patch("/saml-config",e)},i.prototype.deleteSamlConfig=function(){return this.delete("/saml-config")},i.prototype.postCall=function(e){return this.post("/ai-agent-caller/demo",e)},i.prototype.getLoginMethods=function(){return this.get("/organization/login-methods")},i.prototype.changeLoginMethods=function(e){return this.patch("/organization/login-methods/".concat(e.methodCode),{enabled:e.enabled})},i.prototype.postValidateCredentials=function(e){var t=e.payload;return this.post("/connections/validate-credentials",t)},i.prototype.getInsightsConversionRateOverview=function(e,t){return this.post("/v3/insights/conversion-rate/overview",e,{params:t})},i.prototype.getInsightsConversionRateOverviewFraud3ds=function(e,t){return this.post("/v3/insights/conversion-rate/overview-fraud-3ds",e,{params:t})},i.prototype.getConversionRateChargebacksByCardBrand=function(e,t){return this.post("/insights/chargebacks/by-card-brand",e,{params:t})},i.prototype.get3DSExemptions=function(){return this.get("/routing/3ds-exemptions")},i.prototype.getNetworkTokensOnboarding=function(){return this.get("/network-tokens/onboarding")},i.prototype.getNetworkTokensOnboardingByOrganization=function(e){return this.get("network-tokens/organization/onboarding",{headers:{"x-organization-code":e}})},i.prototype.postNetworkTokensOnboarding=function(e,t){return this.post("/network-tokens/organization/onboarding/".concat(t),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.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}(Di),_d={ENVIRONMENT:process.env.ENVIRONMENT,BFF_URL_PROD:process.env.BFF_URL_PROD,BFF_URL_SBX:process.env.BFF_URL_SBX,BFF_URL_STG:process.env.BFF_URL_STG,BFF_URL_DEV:process.env.BFF_URL_DEV,BFF_URL_LOCAL:process.env.BFF_URL_LOCAL,WS_URL_LOCAL:process.env.WS_URL_LOCAL,WS_URL_PROD:process.env.WS_URL_PROD,WS_URL_SBX:process.env.WS_URL_SBX,WS_URL_STG:process.env.WS_URL_STG,WS_URL_DEV:process.env.WS_URL_DEV},Ed=function(e){function r(t){return e.call(this,t)||this}return o(r,e),r.refreshInstance=function(e){var t;return this.classInstance=new r(a(a({},e),{baseURL:_d["BFF_URL_".concat(_d.ENVIRONMENT)]})),null===(t=this.classInstance.instance.interceptors)||void 0===t||t.response.use((function(e){return e}),(function(e){var t;if(401!==(null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.status))return Promise.reject(e);window.location.href="/auth/logout"})),this.classInstance},r.getInstance=function(e){var t,n;if(this.classInstance){var o=localStorage.getItem("account");if(o){var i=null===(n=null===(t=JSON.parse(o))||void 0===t?void 0:t.value)||void 0===n?void 0:n.code,s=this.classInstance.instance.defaults.headers["x-account-code"];!!i&&""!==i&&i!==s&&(this.classInstance.instance.defaults.headers["x-account-code"]=i)}return this.classInstance}return this.classInstance=new r(a(a({},e),{baseURL:(null==e?void 0:e.baseURL)||_d["BFF_URL_".concat(_d.ENVIRONMENT)]})),this.classInstance},r.setMode=function(e){return t(this,void 0,void 0,(function(){return n(this,(function(t){return this.classInstance.instance.interceptors.request.use((function(t){return t.headers&&(t.headers["X-Environment"]=e),t}),(function(e){return Promise.reject(e)})),[2]}))}))},r}(wd);class Cd{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 Sd="undefined"==typeof window||"Deno"in window;function xd(){}function Rd(e){return"number"==typeof e&&e>=0&&e!==1/0}function Td(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Id(e,t,n){return Wd(e)?"function"==typeof t?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function Od(e,t,n){return Wd(e)?[{...t,queryKey:e},n]:[e||{},t]}function Ad(e,t){const{type:n="all",exact:o,fetchStatus:a,predicate:r,queryKey:i,stale:s}=e;if(Wd(i))if(o){if(t.queryHash!==Pd(i,t.options))return!1}else if(!Dd(t.queryKey,i))return!1;if("all"!==n){const e=t.isActive();if("active"===n&&!e)return!1;if("inactive"===n&&e)return!1}return("boolean"!=typeof s||t.isStale()===s)&&((void 0===a||a===t.state.fetchStatus)&&!(r&&!r(t)))}function zd(e,t){const{exact:n,fetching:o,predicate:a,mutationKey:r}=e;if(Wd(r)){if(!t.options.mutationKey)return!1;if(n){if(Ld(t.options.mutationKey)!==Ld(r))return!1}else if(!Dd(t.options.mutationKey,r))return!1}return("boolean"!=typeof o||"loading"===t.state.status===o)&&!(a&&!a(t))}function Pd(e,t){return((null==t?void 0:t.queryKeyHashFn)||Ld)(e)}function Ld(e){return JSON.stringify(e,((e,t)=>Bd(t)?Object.keys(t).sort().reduce(((e,n)=>(e[n]=t[n],e)),{}):t))}function Dd(e,t){return qd(e,t)}function qd(e,t){return e===t||typeof e==typeof t&&(!(!e||!t||"object"!=typeof e||"object"!=typeof t)&&!Object.keys(t).some((n=>!qd(e[n],t[n]))))}function Nd(e,t){if(e===t)return e;const n=Ud(e)&&Ud(t);if(n||Bd(e)&&Bd(t)){const o=n?e.length:Object.keys(e).length,a=n?t:Object.keys(t),r=a.length,i=n?[]:{};let s=0;for(let o=0;o<r;o++){const r=n?o:a[o];i[r]=Nd(e[r],t[r]),i[r]===e[r]&&s++}return o===r&&s===o?e:i}return t}function Md(e,t){if(e&&!t||t&&!e)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Ud(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Bd(e){if(!Fd(e))return!1;const t=e.constructor;if(void 0===t)return!0;const n=t.prototype;return!!Fd(n)&&!!n.hasOwnProperty("isPrototypeOf")}function Fd(e){return"[object Object]"===Object.prototype.toString.call(e)}function Wd(e){return Array.isArray(e)}function Hd(e){return new Promise((t=>{setTimeout(t,e)}))}function Vd(e){Hd(0).then(e)}function Gd(e,t,n){return null!=n.isDataEqual&&n.isDataEqual(e,t)?e:"function"==typeof n.structuralSharing?n.structuralSharing(e,t):!1!==n.structuralSharing?Nd(e,t):t}const $d=new class extends Cd{constructor(){super(),this.setup=e=>{if(!Sd&&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)}},Kd=["online","offline"];const Qd=new class extends Cd{constructor(){super(),this.setup=e=>{if(!Sd&&window.addEventListener){const t=()=>e();return Kd.forEach((e=>{window.addEventListener(e,t,!1)})),()=>{Kd.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 Jd(e){return Math.min(1e3*2**e,3e4)}function Xd(e){return"online"!==(null!=e?e:"online")||Qd.isOnline()}class Yd{constructor(e){this.revert=null==e?void 0:e.revert,this.silent=null==e?void 0:e.silent}}function Zd(e){return e instanceof Yd}function ep(e){let t,n,o,a=!1,r=0,i=!1;const s=new Promise(((e,t)=>{n=e,o=t})),u=()=>!$d.isFocused()||"always"!==e.networkMode&&!Qd.isOnline(),c=o=>{i||(i=!0,null==e.onSuccess||e.onSuccess(o),null==t||t(),n(o))},l=n=>{i||(i=!0,null==e.onError||e.onError(n),null==t||t(),o(n))},d=()=>new Promise((n=>{t=e=>{const t=i||!u();return t&&n(e),t},null==e.onPause||e.onPause()})).then((()=>{t=void 0,i||null==e.onContinue||e.onContinue()})),p=()=>{if(i)return;let t;try{t=e.fn()}catch(e){t=Promise.reject(e)}Promise.resolve(t).then(c).catch((t=>{var n,o;if(i)return;const s=null!=(n=e.retry)?n:3,c=null!=(o=e.retryDelay)?o:Jd,h="function"==typeof c?c(r,t):c,m=!0===s||"number"==typeof s&&r<s||"function"==typeof s&&s(r,t);!a&&m?(r++,null==e.onFail||e.onFail(r,t),Hd(h).then((()=>{if(u())return d()})).then((()=>{a?l(t):p()}))):l(t)}))};return Xd(e.networkMode)?p():d().then(p),{promise:s,cancel:t=>{i||(l(new Yd(t)),null==e.abort||e.abort())},continue:()=>(null==t?void 0:t())?s:Promise.resolve(),cancelRetry:()=>{a=!0},continueRetry:()=>{a=!1}}}const tp=console;const np=function(){let e=[],t=0,n=e=>{e()},o=e=>{e()};const a=o=>{t?e.push(o):Vd((()=>{n(o)}))},r=()=>{const t=e;e=[],t.length&&Vd((()=>{o((()=>{t.forEach((e=>{n(e)}))}))}))};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||r()}return n},batchCalls:e=>(...t)=>{a((()=>{e(...t)}))},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{o=e}}}();class op{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Rd(this.cacheTime)&&(this.gcTimeout=setTimeout((()=>{this.optionalRemove()}),this.cacheTime))}updateCacheTime(e){this.cacheTime=Math.max(this.cacheTime||0,null!=e?e:Sd?1/0:3e5)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class ap extends op{constructor(e){super(),this.abortSignalConsumed=!1,this.defaultOptions=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.cache=e.cache,this.logger=e.logger||tp,this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.initialState=e.state||function(e){const t="function"==typeof e.initialData?e.initialData():e.initialData,n=void 0!==t,o=n?"function"==typeof e.initialDataUpdatedAt?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?null!=o?o:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"loading",fetchStatus:"idle"}}(this.options),this.state=this.initialState,this.scheduleGc()}get meta(){return this.options.meta}setOptions(e){this.options={...this.defaultOptions,...e},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){this.observers.length||"idle"!==this.state.fetchStatus||this.cache.remove(this)}setData(e,t){const n=Gd(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(xd).catch(xd):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||!Td(this.state.dataUpdatedAt,e)}onFocus(){var e;const t=this.observers.find((e=>e.shouldFetchOnWindowFocus()));t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}onOnline(){var e;const t=this.observers.find((e=>e.shouldFetchOnReconnect()));t&&t.refetch({cancelRefetch:!1}),null==(e=this.retryer)||e.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter((t=>t!==e)),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:e}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(e,t){var n,o;if("idle"!==this.state.fetchStatus)if(this.state.dataUpdatedAt&&null!=t&&t.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var a;return null==(a=this.retryer)||a.continueRetry(),this.promise}if(e&&this.setOptions(e),!this.options.queryFn){const e=this.observers.find((e=>e.options.queryFn));e&&this.setOptions(e.options)}"production"!==process.env.NODE_ENV&&(Array.isArray(this.options.queryKey)||this.logger.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const r=function(){if("function"==typeof AbortController)return new AbortController}(),i={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},s=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>{if(r)return this.abortSignalConsumed=!0,r.signal}})};s(i);const u={fetchOptions:t,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(i)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'")};var c;(s(u),null==(n=this.options.behavior)||n.onFetch(u),this.revertState=this.state,"idle"===this.state.fetchStatus||this.state.fetchMeta!==(null==(o=u.fetchOptions)?void 0:o.meta))&&this.dispatch({type:"fetch",meta:null==(c=u.fetchOptions)?void 0:c.meta});const l=e=>{var t,n,o,a;(Zd(e)&&e.silent||this.dispatch({type:"error",error:e}),Zd(e))||(null==(t=(n=this.cache.config).onError)||t.call(n,e,this),null==(o=(a=this.cache.config).onSettled)||o.call(a,this.state.data,e,this),"production"!==process.env.NODE_ENV&&this.logger.error(e));this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=ep({fn:u.fetchFn,abort:null==r?void 0:r.abort.bind(r),onSuccess:e=>{var t,n,o,a;if(void 0===e)return"production"!==process.env.NODE_ENV&&this.logger.error("Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: "+this.queryHash),void l(new Error(this.queryHash+" data is undefined"));this.setData(e),null==(t=(n=this.cache.config).onSuccess)||t.call(n,e,this),null==(o=(a=this.cache.config).onSettled)||o.call(a,e,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:l,onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:u.options.retry,retryDelay:u.options.retryDelay,networkMode:u.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(e){this.state=(t=>{var n,o;switch(e.type){case"failed":return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case"pause":return{...t,fetchStatus:"paused"};case"continue":return{...t,fetchStatus:"fetching"};case"fetch":return{...t,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null!=(n=e.meta)?n:null,fetchStatus:Xd(this.options.networkMode)?"fetching":"paused",...!t.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...t,data:e.data,dataUpdateCount:t.dataUpdateCount+1,dataUpdatedAt:null!=(o=e.dataUpdatedAt)?o:Date.now(),error:null,isInvalidated:!1,status:"success",...!e.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const a=e.error;return Zd(a)&&a.revert&&this.revertState?{...this.revertState,fetchStatus:"idle"}:{...t,error:a,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:a,fetchStatus:"idle",status:"error"};case"invalidate":return{...t,isInvalidated:!0};case"setState":return{...t,...e.state}}})(this.state),np.batch((()=>{this.observers.forEach((t=>{t.onQueryUpdate(e)})),this.cache.notify({query:this,type:"updated",action:e})}))}}class rp extends Cd{constructor(e){super(),this.config=e||{},this.queries=[],this.queriesMap={}}build(e,t,n){var o;const a=t.queryKey,r=null!=(o=t.queryHash)?o:Pd(a,t);let i=this.get(r);return i||(i=new ap({cache:this,logger:e.getLogger(),queryKey:a,queryHash:r,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(a)}),this.add(i)),i}add(e){this.queriesMap[e.queryHash]||(this.queriesMap[e.queryHash]=e,this.queries.push(e),this.notify({type:"added",query:e}))}remove(e){const t=this.queriesMap[e.queryHash];t&&(e.destroy(),this.queries=this.queries.filter((t=>t!==e)),t===e&&delete this.queriesMap[e.queryHash],this.notify({type:"removed",query:e}))}clear(){np.batch((()=>{this.queries.forEach((e=>{this.remove(e)}))}))}get(e){return this.queriesMap[e]}getAll(){return this.queries}find(e,t){const[n]=Od(e,t);return void 0===n.exact&&(n.exact=!0),this.queries.find((e=>Ad(n,e)))}findAll(e,t){const[n]=Od(e,t);return Object.keys(n).length>0?this.queries.filter((e=>Ad(n,e))):this.queries}notify(e){np.batch((()=>{this.listeners.forEach((({listener:t})=>{t(e)}))}))}onFocus(){np.batch((()=>{this.queries.forEach((e=>{e.onFocus()}))}))}onOnline(){np.batch((()=>{this.queries.forEach((e=>{e.onOnline()}))}))}}class ip extends op{constructor(e){super(),this.defaultOptions=e.defaultOptions,this.mutationId=e.mutationId,this.mutationCache=e.mutationCache,this.logger=e.logger||tp,this.observers=[],this.state=e.state||sp(),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=ep({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(e,t)=>{this.dispatch({type:"failed",failureCount:e,error:t})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:null!=(e=this.options.retry)?e:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},t="loading"===this.state.status;try{var n,o,a,r,i,s,u,c;if(!t){var l,d,p,h;this.dispatch({type:"loading",variables:this.options.variables}),await(null==(l=(d=this.mutationCache.config).onMutate)?void 0:l.call(d,this.state.variables,this));const e=await(null==(p=(h=this.options).onMutate)?void 0:p.call(h,this.state.variables));e!==this.state.context&&this.dispatch({type:"loading",context:e,variables:this.state.variables})}const m=await e();return await(null==(n=(o=this.mutationCache.config).onSuccess)?void 0:n.call(o,m,this.state.variables,this.state.context,this)),await(null==(a=(r=this.options).onSuccess)?void 0:a.call(r,m,this.state.variables,this.state.context)),await(null==(i=(s=this.mutationCache.config).onSettled)?void 0:i.call(s,m,null,this.state.variables,this.state.context,this)),await(null==(u=(c=this.options).onSettled)?void 0:u.call(c,m,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:m}),m}catch(e){try{var m,f,g,y,b,k,v,j;throw await(null==(m=(f=this.mutationCache.config).onError)?void 0:m.call(f,e,this.state.variables,this.state.context,this)),"production"!==process.env.NODE_ENV&&this.logger.error(e),await(null==(g=(y=this.options).onError)?void 0:g.call(y,e,this.state.variables,this.state.context)),await(null==(b=(k=this.mutationCache.config).onSettled)?void 0:b.call(k,void 0,e,this.state.variables,this.state.context,this)),await(null==(v=(j=this.options).onSettled)?void 0:v.call(j,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:!Xd(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),np.batch((()=>{this.observers.forEach((t=>{t.onMutationUpdate(e)})),this.mutationCache.notify({mutation:this,type:"updated",action:e})}))}}function sp(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class up extends Cd{constructor(e){super(),this.config=e||{},this.mutations=[],this.mutationId=0}build(e,t,n){const o=new ip({mutationCache:this,logger:e.getLogger(),mutationId:++this.mutationId,options:e.defaultMutationOptions(t),state:n,defaultOptions:t.mutationKey?e.getMutationDefaults(t.mutationKey):void 0});return this.add(o),o}add(e){this.mutations.push(e),this.notify({type:"added",mutation:e})}remove(e){this.mutations=this.mutations.filter((t=>t!==e)),this.notify({type:"removed",mutation:e})}clear(){np.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=>zd(e,t)))}findAll(e){return this.mutations.filter((t=>zd(e,t)))}notify(e){np.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 np.batch((()=>e.reduce(((e,t)=>e.then((()=>t.continue().catch(xd)))),Promise.resolve())))})).then((()=>{this.resuming=void 0})),this.resuming}}function cp(){return{onFetch:e=>{e.fetchFn=()=>{var t,n,o,a,r,i;const s=null==(t=e.fetchOptions)||null==(n=t.meta)?void 0:n.refetchPage,u=null==(o=e.fetchOptions)||null==(a=o.meta)?void 0:a.fetchMore,c=null==u?void 0:u.pageParam,l="forward"===(null==u?void 0:u.direction),d="backward"===(null==u?void 0:u.direction),p=(null==(r=e.state.data)?void 0:r.pages)||[],h=(null==(i=e.state.data)?void 0:i.pageParams)||[];let m=h,f=!1;const g=e.options.queryFn||(()=>Promise.reject("Missing queryFn for queryKey '"+e.options.queryHash+"'")),y=(e,t,n,o)=>(m=o?[t,...m]:[...m,t],o?[n,...e]:[...e,n]),b=(t,n,o,a)=>{if(f)return Promise.reject("Cancelled");if(void 0===o&&!n&&t.length)return Promise.resolve(t);const r={queryKey:e.queryKey,pageParam:o,meta:e.options.meta};var i;i=r,Object.defineProperty(i,"signal",{enumerable:!0,get:()=>{var t,n;return null!=(t=e.signal)&&t.aborted?f=!0:null==(n=e.signal)||n.addEventListener("abort",(()=>{f=!0})),e.signal}});const s=g(r);return Promise.resolve(s).then((e=>y(t,o,e,a)))};let k;if(p.length)if(l){const t=void 0!==c,n=t?c:lp(e.options,p);k=b(p,t,n)}else if(d){const t=void 0!==c,n=t?c:(v=e.options,j=p,null==v.getPreviousPageParam?void 0:v.getPreviousPageParam(j[0],j));k=b(p,t,n,!0)}else{m=[];const t=void 0===e.options.getNextPageParam;k=!s||!p[0]||s(p[0],0,p)?b([],t,h[0]):Promise.resolve(y([],h[0],p[0]));for(let n=1;n<p.length;n++)k=k.then((o=>{if(!s||!p[n]||s(p[n],n,p)){const a=t?h[n]:lp(e.options,o);return b(o,t,a)}return Promise.resolve(y(o,h[n],p[n]))}))}else k=b([]);var v,j;const w=k.then((e=>({pages:e,pageParams:m})));return w}}}}function lp(e,t){return null==e.getNextPageParam?void 0:e.getNextPageParam(t[t.length-1],t)}class dp extends Cd{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),pp(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return hp(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return hp(this.currentQuery,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.clearStaleTimeout(),this.clearRefetchInterval(),this.currentQuery.removeObserver(this)}setOptions(e,t){const n=this.options,o=this.currentQuery;if(this.options=this.client.defaultQueryOptions(e),"production"!==process.env.NODE_ENV&&void 0!==(null==e?void 0:e.isDataEqual)&&this.client.getLogger().error("The isDataEqual option has been deprecated and will be removed in the next major version. You can achieve the same functionality by passing a function as the structuralSharing option"),Md(n,this.options)||this.client.getQueryCache().notify({type:"observerOptionsUpdated",query:this.currentQuery,observer:this}),void 0!==this.options.enabled&&"boolean"!=typeof this.options.enabled)throw new Error("Expected enabled to be a boolean");this.options.queryKey||(this.options.queryKey=n.queryKey),this.updateQuery();const a=this.hasListeners();a&&mp(this.currentQuery,o,this.options,n)&&this.executeFetch(),this.updateResult(t),!a||this.currentQuery===o&&this.options.enabled===n.enabled&&this.options.staleTime===n.staleTime||this.updateStaleTimeout();const r=this.computeRefetchInterval();!a||this.currentQuery===o&&this.options.enabled===n.enabled&&r===this.currentRefetchInterval||this.updateRefetchInterval(r)}getOptimisticResult(e){const t=this.client.getQueryCache().build(this.client,e),n=this.createResult(t,e);return function(e,t,n){if(n.keepPreviousData)return!1;if(void 0!==n.placeholderData)return t.isPlaceholderData;if(!Md(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(xd)),t}updateStaleTimeout(){if(this.clearStaleTimeout(),Sd||this.currentResult.isStale||!Rd(this.options.staleTime))return;const e=Td(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,!Sd&&!1!==this.options.enabled&&Rd(this.currentRefetchInterval)&&0!==this.currentRefetchInterval&&(this.refetchIntervalId=setInterval((()=>{(this.options.refetchIntervalInBackground||$d.isFocused())&&this.executeFetch()}),this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(e,t){const n=this.currentQuery,o=this.options,a=this.currentResult,r=this.currentResultState,i=this.currentResultOptions,s=e!==n,u=s?e.state:this.currentQueryInitialState,c=s?this.currentResult:this.previousQueryResult,{state:l}=e;let d,{dataUpdatedAt:p,error:h,errorUpdatedAt:m,fetchStatus:f,status:g}=l,y=!1,b=!1;if(t._optimisticResults){const a=this.hasListeners(),r=!a&&pp(e,t),i=a&&mp(e,n,t,o);(r||i)&&(f=Xd(e.options.networkMode)?"fetching":"paused",p||(g="loading")),"isRestoring"===t._optimisticResults&&(f="idle")}if(t.keepPreviousData&&!l.dataUpdatedAt&&null!=c&&c.isSuccess&&"error"!==g)d=c.data,p=c.dataUpdatedAt,g=c.status,y=!0;else if(t.select&&void 0!==l.data)if(a&&l.data===(null==r?void 0:r.data)&&t.select===this.selectFn)d=this.selectResult;else try{this.selectFn=t.select,d=t.select(l.data),d=Gd(null==a?void 0:a.data,d,t),this.selectResult=d,this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}else d=l.data;if(void 0!==t.placeholderData&&void 0===d&&"loading"===g){let e;if(null!=a&&a.isPlaceholderData&&t.placeholderData===(null==i?void 0:i.placeholderData))e=a.data;else if(e="function"==typeof t.placeholderData?t.placeholderData():t.placeholderData,t.select&&void 0!==e)try{e=t.select(e),this.selectError=null}catch(e){"production"!==process.env.NODE_ENV&&this.client.getLogger().error(e),this.selectError=e}void 0!==e&&(g="success",d=Gd(null==a?void 0:a.data,e,t),b=!0)}this.selectError&&(h=this.selectError,d=this.selectResult,m=Date.now(),g="error");const k="fetching"===f,v="loading"===g,j="error"===g;return{status:g,fetchStatus:f,isLoading:v,isSuccess:"success"===g,isError:j,isInitialLoading:v&&k,data:d,dataUpdatedAt:p,error:h,errorUpdatedAt:m,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:l.dataUpdateCount>0||l.errorUpdateCount>0,isFetchedAfterMount:l.dataUpdateCount>u.dataUpdateCount||l.errorUpdateCount>u.errorUpdateCount,isFetching:k,isRefetching:k&&!v,isLoadingError:j&&0===l.dataUpdatedAt,isPaused:"paused"===f,isPlaceholderData:b,isPreviousData:y,isRefetchError:j&&0!==l.dataUpdatedAt,isStale:fp(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,Md(n,t))return;this.currentResult=n;const o={cache:!0};!1!==(null==e?void 0:e.listeners)&&(()=>{if(!t)return!0;const{notifyOnChangeProps:e}=this.options,n="function"==typeof e?e():e;if("all"===n||!n&&!this.trackedProps.size)return!0;const o=new Set(null!=n?n:this.trackedProps);return this.options.useErrorBoundary&&o.add("error"),Object.keys(this.currentResult).some((e=>{const n=e;return this.currentResult[n]!==t[n]&&o.has(n)}))})()&&(o.listeners=!0),this.notify({...o,...e})}updateQuery(){const e=this.client.getQueryCache().build(this.client,this.options);if(e===this.currentQuery)return;const t=this.currentQuery;this.currentQuery=e,this.currentQueryInitialState=e.state,this.previousQueryResult=this.currentResult,this.hasListeners()&&(null==t||t.removeObserver(this),e.addObserver(this))}onQueryUpdate(e){const t={};"success"===e.type?t.onSuccess=!e.manual:"error"!==e.type||Zd(e.error)||(t.onError=!0),this.updateResult(t),this.hasListeners()&&this.updateTimers()}notify(e){np.batch((()=>{var t,n,o,a;if(e.onSuccess)null==(t=(n=this.options).onSuccess)||t.call(n,this.currentResult.data),null==(o=(a=this.options).onSettled)||o.call(a,this.currentResult.data,null);else if(e.onError){var r,i,s,u;null==(r=(i=this.options).onError)||r.call(i,this.currentResult.error),null==(s=(u=this.options).onSettled)||s.call(u,void 0,this.currentResult.error)}e.listeners&&this.listeners.forEach((({listener:e})=>{e(this.currentResult)})),e.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})}))}}function pp(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&&hp(e,t,t.refetchOnMount)}function hp(e,t,n){if(!1!==t.enabled){const o="function"==typeof n?n(e):n;return"always"===o||!1!==o&&fp(e,t)}return!1}function mp(e,t,n,o){return!1!==n.enabled&&(e!==t||!1===o.enabled)&&(!n.suspense||"error"!==e.state.status)&&fp(e,n)}function fp(e,t){return e.isStaleByTime(t.staleTime)}class gp extends Cd{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),Md(n,this.options)||this.client.getMutationCache().notify({type:"observerOptionsUpdated",mutation:this.currentMutation,observer:this}),null==(t=this.currentMutation)||t.setOptions(this.options)}onUnsubscribe(){var e;this.hasListeners()||(null==(e=this.currentMutation)||e.removeObserver(this))}onMutationUpdate(e){this.updateResult();const t={listeners:!0};"success"===e.type?t.onSuccess=!0:"error"===e.type&&(t.onError=!0),this.notify(t)}getCurrentResult(){return this.currentResult}reset(){this.currentMutation=void 0,this.updateResult(),this.notify({listeners:!0})}mutate(e,t){return this.mutateOptions=t,this.currentMutation&&this.currentMutation.removeObserver(this),this.currentMutation=this.client.getMutationCache().build(this.client,{...this.options,variables:void 0!==e?e:this.options.variables}),this.currentMutation.addObserver(this),this.currentMutation.execute()}updateResult(){const e=this.currentMutation?this.currentMutation.state:{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0},t={...e,isLoading:"loading"===e.status,isSuccess:"success"===e.status,isError:"error"===e.status,isIdle:"idle"===e.status,mutate:this.mutate,reset:this.reset};this.currentResult=t}notify(e){np.batch((()=>{var t,n,o,a;if(this.mutateOptions&&this.hasListeners())if(e.onSuccess)null==(t=(n=this.mutateOptions).onSuccess)||t.call(n,this.currentResult.data,this.currentResult.variables,this.currentResult.context),null==(o=(a=this.mutateOptions).onSettled)||o.call(a,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context);else if(e.onError){var r,i,s,u;null==(r=(i=this.mutateOptions).onError)||r.call(i,this.currentResult.error,this.currentResult.variables,this.currentResult.context),null==(s=(u=this.mutateOptions).onSettled)||s.call(u,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context)}e.listeners&&this.listeners.forEach((({listener:e})=>{e(this.currentResult)}))}))}}var yp,bp={exports:{}},kp={};var vp,jp={};
|
|
208
208
|
/**
|
|
209
209
|
* @license React
|
|
210
210
|
* use-sync-external-store-shim.development.js
|
|
@@ -213,7 +213,7 @@ function Go(e){const t=Vo.parse(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[
|
|
|
213
213
|
*
|
|
214
214
|
* This source code is licensed under the MIT license found in the
|
|
215
215
|
* LICENSE file in the root directory of this source tree.
|
|
216
|
-
*/"production"===process.env.NODE_ENV?bp.exports=function(){if(yp)return kp;yp=1;var e=s,t="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},n=e.useState,o=e.useEffect,a=e.useLayoutEffect,r=e.useDebugValue;function i(e){var n=e.getSnapshot;e=e.value;try{var o=n();return!t(e,o)}catch(e){return!0}}var u="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var s=t(),u=n({inst:{value:s,getSnapshot:t}}),c=u[0].inst,l=u[1];return a((function(){c.value=s,c.getSnapshot=t,i(c)&&l({inst:c})}),[e,s,t]),o((function(){return i(c)&&l({inst:c}),e((function(){i(c)&&l({inst:c})}))}),[e]),r(s),s};return kp.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u,kp}():bp.exports=(vp||(vp=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var o=t();return!n(e,o)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=t.useState,a=t.useEffect,r=t.useLayoutEffect,i=t.useDebugValue,u=!1,c=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(s,l){u||void 0===t.startTransition||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=l();if(!c){var p=l();n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),c=!0)}var h=(p=o({inst:{value:d,getSnapshot:l}}))[0].inst,m=p[1];return r((function(){h.value=d,h.getSnapshot=l,e(h)&&m({inst:h})}),[s,d,l]),a((function(){return e(h)&&m({inst:h}),s((function(){e(h)&&m({inst:h})}))}),[s]),i(d),d};jp.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())}()),jp);var wp=bp.exports;const _p=wp.useSyncExternalStore,Ep=i.createContext(void 0),Cp=i.createContext(!1);function Sp(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=Ep),window.ReactQueryClientContext):Ep)}const xp=({context:e}={})=>{const t=i.useContext(Sp(e,i.useContext(Cp)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},Rp=({client:e,children:t,context:n,contextSharing:o=!1})=>{i.useEffect((()=>(e.mount(),()=>{e.unmount()})),[e]),"production"!==process.env.NODE_ENV&&o&&e.getLogger().error("The contextSharing option has been deprecated and will be removed in the next major version");const a=Sp(n,o);return i.createElement(Cp.Provider,{value:!n&&o},i.createElement(a.Provider,{value:e},t))},Tp=i.createContext(!1);Tp.Provider;const Ip=i.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function Op(e,t){return"function"==typeof e?e(...t):!!e}function Ap(e,t){const n=xp({context:e.context}),o=i.useContext(Tp),a=i.useContext(Ip),r=n.defaultQueryOptions(e);r._optimisticResults=o?"isRestoring":"optimistic",r.onError&&(r.onError=np.batchCalls(r.onError)),r.onSuccess&&(r.onSuccess=np.batchCalls(r.onSuccess)),r.onSettled&&(r.onSettled=np.batchCalls(r.onSettled)),(e=>{e.suspense&&"number"!=typeof e.staleTime&&(e.staleTime=1e3)})(r),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(r,a),(e=>{i.useEffect((()=>{e.clearReset()}),[e])})(a);const[s]=i.useState((()=>new t(n,r))),u=s.getOptimisticResult(r);if(_p(i.useCallback((e=>{const t=o?()=>{}:s.subscribe(np.batchCalls(e));return s.updateResult(),t}),[s,o]),(()=>s.getCurrentResult()),(()=>s.getCurrentResult())),i.useEffect((()=>{s.setOptions(r,{listeners:!1})}),[r,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(r,u,o))throw((e,t,n)=>t.fetchOptimistic(e).then((({data:t})=>{null==e.onSuccess||e.onSuccess(t),null==e.onSettled||e.onSettled(t,null)})).catch((t=>{n.clearReset(),null==e.onError||e.onError(t),null==e.onSettled||e.onSettled(void 0,t)})))(r,s,a);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:o})=>e.isError&&!t.isReset()&&!e.isFetching&&Op(n,[e.error,o]))({result:u,errorResetBoundary:a,useErrorBoundary:r.useErrorBoundary,query:s.getCurrentQuery()}))throw u.error;return r.notifyOnChangeProps?u:s.trackResult(u)}function zp(e,t,n){return Ap(Id(e,t,n),dp)}function Pp(e,t,n){const o=function(e,t,n){return Wd(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),a=xp({context:o.context}),[r]=i.useState((()=>new gp(a,o)));i.useEffect((()=>{r.setOptions(o)}),[r,o]);const s=_p(i.useCallback((e=>r.subscribe(np.batchCalls(e))),[r]),(()=>r.getCurrentResult()),(()=>r.getCurrentResult())),u=i.useCallback(((e,t)=>{r.mutate(e,t).catch(Lp)}),[r]);if(s.error&&Op(r.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:u,mutateAsync:s.mutate}}function Lp(){}function Dp(e){return Pp((function(e){var t=e.payload;return Ed.getInstance().postWebhookV2MultiAccount({payload:t})}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function qp(e){return Pp((function(e){var t=e.code,n=e.accountCode;return Ed.getInstance().deleteWebhookV2(t,n)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Np(e){return Pp((function(e){var t=e.code,n=e.payload,o=e.accountCode;return Ed.getInstance().updateWebhookV2(t,n,o)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Mp(){return Pp((function(e){var t=e.name,n=e.principal;return Ed.getInstance().postAccount(t,n)}))}function Up(){return Pp((function(e){var t=e.name,n=e.code,o=e.principal;return Ed.getInstance().patchAccountV2({name:t,code:n,principal:o})}))}function Bp(){return Pp((function(e){var t=e.account_code;return Ed.getInstance().putAccountPrincipal({account_code:t})}))}function Fp(){return Pp((function(e){var t=e.organizationCode,n=e.userCode,o=e.payload;return Ed.getInstance().putAccountsUserMassive(t,n,o)}))}function Wp(){return Pp((function(e){var t=e.organizationCode,n=e.userCode,o=e.payload;return Ed.getInstance().deleteAccountsUserMassive(t,n,o)}))}function Hp(){return Pp(["post-validate-status-connection"],(function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Vp(){return Pp(["post-change-status-connection"],(function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Gp(){return Pp((function(e){return Ed.getInstance().putCosts(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function $p(){return Pp(["post-connection"],(function(e){var t=e.payload;return Ed.getInstance().postMultiConnection({payload:t}).then((function(e){return null==e?void 0:e.data}))}))}function Kp(){return Pp(["new-post-connection-validate"],(function(){return Ed.getInstance().postMultiConnectionValidate().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function Qp(){return Pp(["patch-connection"],(function(e){var t=e.payload,n=e.connectionCode;return Ed.getInstance().patchConnection({payload:t,connectionCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Jp(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postDefaultRoutes({payload:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function Xp(){return Pp((function(e){return Ed.getInstance().postValidateCredentials(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function Yp(){var e=this;return Pp((function(o){var a=o.payload,r=o.organizationCode;return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().postNetworkTokensOnboarding(a,r)];case 1:return[2,e.sent().data]}}))}))}),{useErrorBoundary:!1})}function Zp(){return Pp(["patch-organizations"],(function(){return Ed.getInstance().updateOrganizationStatus().then((function(e){return null==e?void 0:e.data}))}))}function eh(){return Pp((function(e){return Ed.getInstance().getOrgByName(e).then((function(e){return null==e?void 0:e.data}))}))}function th(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().changePasswordV2(o).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,e.sent()]}}))}))}))}function nh(e){return Pp((function(e){return Ed.getInstance().updateProfile(e)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function oh(){return Pp((function(e){return Ed.getInstance().inviteUsersMassive(e,e.organizationCode)}))}function ah(){return Pp((function(e){var t=e.userCode,n=e.organizationCode;return Ed.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})}))}function rh(){return Pp((function(e){return Ed.getInstance().createUserAuth0(e)}))}function ih(){return Pp((function(e){return Ed.getInstance().postCall(e)}))}function sh(){return Pp((function(e){return Ed.getInstance().changeLoginMethods(e)}))}function uh(e){return Pp((function(e){return Ed.getInstance().updateIsActiveCheckout(e)}),e)}function ch(){return Pp((function(e){var t=e.accountCode,n=e.template;return Ed.getInstance().updateCheckoutTemplate({accountCode:t,template:n}).then((function(e){return null==e?void 0:e.data}))}))}function lh(){return Pp((function(e){var t=e.accountCode,n=e.theme;return Ed.getInstance().updateStylingTheme({accountCode:t,theme:n}).then((function(e){return null==e?void 0:e.data}))}))}function dh(){return Pp((function(e){var t=e.payload,n=e.transactionId,o=e.paymentId,a=e.action;return Ed.getInstance().createOperationTransaction(t,n,o,a)}))}function ph(){return Pp((function(e){var t=e.payload,n=e.paymentId,o=e.transactionId,a=e.handleSetProgress;return Ed.getInstance().uploadChargebacks(t,n,o,a)}))}var hh=new rp({}),mh=new class{constructor(e={}){this.queryCache=e.queryCache||new rp,this.mutationCache=e.mutationCache||new up,this.logger=e.logger||tp,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=$d.subscribe((()=>{$d.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())})),this.unsubscribeOnline=Qd.subscribe((()=>{Qd.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]=Od(e,t);return n.fetchStatus="fetching",this.queryCache.findAll(n).length}isMutating(e){return this.mutationCache.findAll({...e,fetching:!0}).length}getQueryData(e,t){var n;return null==(n=this.queryCache.find(e,t))?void 0:n.state.data}ensureQueryData(e,t,n){const o=Id(e,t,n),a=this.getQueryData(o.queryKey);return a?Promise.resolve(a):this.fetchQuery(o)}getQueriesData(e){return this.getQueryCache().findAll(e).map((({queryKey:e,state:t})=>[e,t.data]))}setQueryData(e,t,n){const o=this.queryCache.find(e),a=function(e,t){return"function"==typeof e?e(t):e}(t,null==o?void 0:o.state.data);if(void 0===a)return;const r=Id(e),i=this.defaultQueryOptions(r);return this.queryCache.build(this,i).setData(a,{...n,manual:!0})}setQueriesData(e,t,n){return np.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]=Od(e,t),o=this.queryCache;np.batch((()=>{o.findAll(n).forEach((e=>{o.remove(e)}))}))}resetQueries(e,t,n){const[o,a]=Od(e,t,n),r=this.queryCache,i={type:"active",...o};return np.batch((()=>(r.findAll(o).forEach((e=>{e.reset()})),this.refetchQueries(i,a))))}cancelQueries(e,t,n){const[o,a={}]=Od(e,t,n);void 0===a.revert&&(a.revert=!0);const r=np.batch((()=>this.queryCache.findAll(o).map((e=>e.cancel(a)))));return Promise.all(r).then(xd).catch(xd)}invalidateQueries(e,t,n){const[o,a]=Od(e,t,n);return np.batch((()=>{var e,t;if(this.queryCache.findAll(o).forEach((e=>{e.invalidate()})),"none"===o.refetchType)return Promise.resolve();const n={...o,type:null!=(e=null!=(t=o.refetchType)?t:o.type)?e:"active"};return this.refetchQueries(n,a)}))}refetchQueries(e,t,n){const[o,a]=Od(e,t,n),r=np.batch((()=>this.queryCache.findAll(o).filter((e=>!e.isDisabled())).map((e=>{var t;return e.fetch(void 0,{...a,cancelRefetch:null==(t=null==a?void 0:a.cancelRefetch)||t,meta:{refetchPage:o.refetchPage}})}))));let i=Promise.all(r).then(xd);return null!=a&&a.throwOnError||(i=i.catch(xd)),i}fetchQuery(e,t,n){const o=Id(e,t,n),a=this.defaultQueryOptions(o);void 0===a.retry&&(a.retry=!1);const r=this.queryCache.build(this,a);return r.isStaleByTime(a.staleTime)?r.fetch(a):Promise.resolve(r.state.data)}prefetchQuery(e,t,n){return this.fetchQuery(e,t,n).then(xd).catch(xd)}fetchInfiniteQuery(e,t,n){const o=Id(e,t,n);return o.behavior=cp(),this.fetchQuery(o)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(xd).catch(xd)}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=>Ld(e)===Ld(t.queryKey)));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find((t=>Dd(e,t.queryKey)));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter((t=>Dd(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=>Ld(e)===Ld(t.mutationKey)));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find((t=>Dd(e,t.mutationKey)));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter((t=>Dd(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=Pd(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:hh});function fh(){return Pp((function(e){return Ed.getInstance().createReconciliationsReportV2(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function gh(){return Pp((function(e){return Ed.getInstance().createReportV2(e).then((function(e){return null==e?void 0:e.data}))}))}function yh(){return Pp((function(e){return Ed.getInstance().getTotalRowsForExport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function bh(){return Pp((function(e){return Ed.getInstance().cancelReport(e).then((function(e){return null==e?void 0:e.data}))}))}function kh(o){var a=this;return Pp((function(){return t(a,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().createReportTemplate(o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onMutate:function(o){return t(a,void 0,void 0,(function(){var t;return n(this,(function(n){switch(n.label){case 0:return[4,mh.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return n.sent(),t=mh.getQueryData(["GET/reports/templates"]),mh.setQueryData(["GET/reports/templates"],(function(t){return e(e([],t,!0),[o],!1)})),[2,{previousTemplates:t}]}}))}))},onError:function(e,t,n){mh.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){mh.invalidateQueries({queryKey:["GET/reports/templates"]})}})}function vh(e){return Pp((function(){return Ed.getInstance().updateReportTemplate(e).then((function(e){return null==e?void 0:e.data}))}))}function jh(e,o,a){var r=this;return void 0===a&&(a=null),Pp((function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().postSmartRoutingCreateWorkflow(e,o).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,t.sent()]}}))}))}),a)}function wh(e,o){var a=this,r=e.versionCode,i=e.accountCode,s=e.organizationCode;return void 0===o&&(o=null),Pp((function(){return t(a,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().postSmartRoutingPublishVersion(i,r,s).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,e.sent()]}}))}))}),o)}function _h(e,t){var n=e.data,o=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().putSmartRoutingUpdateWorkflow(o,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),t)}function Eh(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().deleteSmartRoutingVersion(o,n).then((function(e){return null==e?void 0:e.data}))}),t)}function Ch(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().postSmartRoutingDuplicateVersion(o,n).then((function(e){return null==e?void 0:e.data}))}),t)}function Sh(e,t){var n=e.paymentMethod,o=e.active,a=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().putSmartRoutingToggleMethod(a,n,o).then((function(e){return null==e?void 0:e.data}))}),t)}function xh(e,t){var n=e.declinedId,o=e.accountCode;return void 0===t&&(t=null),Pp((function(e){return void 0===e&&(e=null),Ed.getInstance().updateSmartRoutingDeclinedGroup(o,n,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Rh(e){var t=e.accountCode;return Pp((function(e){return void 0===e&&(e=null),Ed.getInstance().createSmartRoutingDeclinedGroup(t,e).then((function(e){return null==e?void 0:e.data}))}),e.options)}function Th(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),Pp((function(e){return void 0===e&&(e=!1),Ed.getInstance().updateSmartRoutingFavorite(o,n,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Ih(e,t){var n=e.code,o=e.name,a=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().putSmartRoutingUpdateWorkflowName(a,{code:n,name:o}).then((function(e){return null==e?void 0:e.data}))}),t)}function Oh(e,t){var n=e.accountCode,o=e.workflowVersionCode;return void 0===t&&(t=null),Pp((function(e){return Ed.getInstance().simulateSmartRoutingTransaction(n,o,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Ah(e,t){return void 0===t&&(t=null),Pp((function(t){return Ed.getInstance().updateMonitorRedistribution(e,t).then((function(e){return null==e?void 0:e.data}))}),t)}function zh(e,t){return void 0===t&&(t={}),Pp((function(t){var n=t.declinedGroupCode;return Ed.getInstance().removeDeclinedGroup(e,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),a(a({},t),{useErrorBoundary:!1}))}function Ph(e,t){return void 0===t&&(t={}),Pp((function(t){var n=t.payload;return Ed.getInstance().multiAccountDeclinedGroupCreate(e,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),a(a({},t),{useErrorBoundary:!1}))}var Lh=function(e){return Pp((function(t){return Ed.getInstance().createMonitorThreshold(t,e).then((function(e){return e.data}))}))},Dh=function(e){return Pp((function(t){return Ed.getInstance().createMonitorTemplate(t,e).then((function(e){return e.data}))}))};function qh(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postSlackMessageChannel(t).then((function(e){return null==e?void 0:e.data}))}))}function Nh(){return Pp((function(e){var t=e.userCode,n=e.organizationCode;return Ed.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Mh(){return Pp((function(){return Ed.getInstance().setCustodian().then((function(e){return null==e?void 0:e.data}))}))}function Uh(){return Pp((function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().createRoles(t,n).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Bh(){var e=this;return Pp((function(o){var a=o.payload,r=o.id,i=o.accountCode;return t(e,void 0,void 0,(function(){var e;return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().editRoles({payload:a,id:r},i)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}}))}))}),{useErrorBoundary:!1})}function Fh(){return Pp((function(e){return Ed.getInstance().deleteRoles(e).then((function(e){return null==e?void 0:e.data}))}))}function Wh(){return Pp(["post-payment-links"],(function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postPaymentLinks({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Hh(){return Pp(["post-delete-payment-link"],(function(e){var t=e.code;return Ed.getInstance().postDeletePaymentLink({code:t}).then((function(e){return null==e?void 0:e.data}))}))}function Vh(){return Pp(["patch-payment-links"],(function(e){var t=e.payload,n=e.accountCode,o=e.paymentLinkCode;return Ed.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:o}).then((function(e){return null==e?void 0:e.data}))}))}function Gh(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postUserSettings(t)}),{onMutate:function(e){return e}})}function $h(){return Pp((function(e){return Ed.getInstance().postUserThemeSettings(e)}))}function Kh(){return Pp((function(e){var t=e.payload,n=e.section;return Ed.getInstance().postUserSettingsTables(t,n)}),{onMutate:function(e){return e},onSuccess:function(e){var t=mh.getQueryData(["fetch-profile"]);e.data&&mh.setQueryData(["fetch-profile"],a(a({},t),{settings:e.data}))}})}function Qh(e){return Pp(["pinned-sections"],(function(e){var t=e.payload;return Ed.getInstance().postUserSettingsPinned(t)}),{onMutate:function(t){var n=t.payload;return e({payload:n})}})}function Jh(){return Pp((function(e){var t=e.password,n=e.otp;return Ed.getInstance().getMfaTokenValidation(t,n).then((function(e){return null==e?void 0:e.data}))}))}function Xh(){return Pp((function(){return Ed.getInstance().getEmailOtp().then((function(e){return null==e?void 0:e.data}))}))}function Yh(){return Pp((function(e){return Ed.getInstance().confirmMfaOtp(e).then((function(e){return null==e?void 0:e.data}))}))}function Zh(){return Pp((function(e){return Ed.getInstance().unrollMfa(e).then((function(e){return null==e?void 0:e.data}))}))}function em(){return Pp((function(){return Ed.getInstance().validatePasswordStatus().then((function(e){return null==e?void 0:e.data})).catch((function(e){return{valid:!1}}))}))}function tm(){return Pp(["post-get-allowlist-items"],(function(e){var t=e.payload;return Ed.getInstance().postAllowlistItems({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function nm(){return Pp(["post-get-allowlist-multi-account"],(function(e){var t=e.payload;return Ed.getInstance().postGetAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function om(){return Pp(["post-create-allowlist-multi-account"],(function(e){var t=e.payload;return Ed.getInstance().postCreateAllowlistMultiAccount({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function am(){return Pp(["patch-change-status-allowlist"],(function(e){var t=e.payload;return Ed.getInstance().patchChangeStatusAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function rm(){return Pp(["patch-change-status-allowlist-item"],(function(e){var t=e.payload;return Ed.getInstance().patchChangeStatusAllowlistItem({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function im(){return Pp(["post-add-allowlist-items"],(function(e){var t=e.payload;return Ed.getInstance().patchAddAllowlistItems({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function sm(){return Pp(["patch-allowlist"],(function(e){var t=e.payload;return Ed.getInstance().patchAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function um(){return Pp(["post-blacklist-multi-account"],(function(e){var t=e.payload;return Ed.getInstance().postBlackListMultiAccount({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function cm(){return Pp(["put-blacklist"],(function(e){return Ed.getInstance().putBlackListType(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function lm(){return Pp(["change-blacklist"],(function(e){return Ed.getInstance().changeBlackListStatus(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function dm(){return Pp(["change-blacklist-item"],(function(e){return Ed.getInstance().changeBlackListStatusItem(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function pm(){return Pp(["post-blacklist-items"],(function(e){var t=e.payload;return Ed.getInstance().postBlackListItems({payload:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function hm(){return Pp(["delete-blacklist"],(function(e){var t=e.black_list_code;return Ed.getInstance().deleteBlackListType({black_list_code:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function mm(e){var t=e.handleSetProgress;return Pp(["post-blacklist-batch"],(function(e){var n=e.blacklist_code,o=e.expiration_days,a=e.file;return Ed.getInstance().postBlackListBatch({blacklist_code:n,expiration_days:o,file:a,handleSetProgress:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function fm(){return Pp(["change-payments-webhook"],(function(e){var t=e.status,n=e.paymentCode;return Ed.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function gm(){return Pp(["delete-blacklist-items"],(function(e){var t=e.blocklist_code,n=e.blocklist_item_id,o=e.account_code;return Ed.getInstance().deleteBlockListItem({blocklist_code:t,blocklist_item_id:n,account_code:o}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function ym(){return Pp(["valiate-blacklist-items"],(function(e){return Ed.getInstance().valiateBlockListItems({payload:e}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function bm(){return Pp(["delete-allowlist-item"],(function(e){return Ed.getInstance().deleteAllowlistItem({payload:e}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function km(){return Pp(["validate-allowlist-items"],(function(e){return Ed.getInstance().validateAllowlistItems({payload:e}).then((function(e){return e.data})).catch((function(e){return e}))}))}function vm(e){var t=e.fileName,n=e.onSuccess,o=e.onError,a=u(0),r=a[0],i=a[1],s=c({cancel:function(){return null}}),l=Pp(["upload-file-chargeback",t],(function(e){var t=Ed.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:i}),a=t.promise,r=t.cancel;return s.current.cancel=r,a.then((function(e){return null==n||n(null==e?void 0:e.data),null==e?void 0:e.data})).catch((function(e){throw null==o||o(),e}))}),{useErrorBoundary:!1});return{mutation:l,cancelRequest:s.current.cancel,progress:r}}function jm(){return Pp((function(e){return Ed.getInstance().uploadBatchRefundsV2({payload:e}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function wm(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().batchRefundByFile({payload:o}).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function _m(){var e=this;return Pp((function(o){var a=o.batchRefundId,r=o.organizationCode,i=o.accountCode;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getBatchRefundProcessedFileDownload(a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function Em(){var e=this;return Pp((function(o){var a=o.batchRefundId,r=o.organizationCode,i=o.accountCode;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getBatchRefundUserFileDownload(a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function Cm(){var e=c({cancel:function(){return null}}),t=Pp(["upload-file"],(function(t){var n=Ed.getInstance().uploadFileS3ClientBatchRefunds({payload:t}),o=n.promise,a=n.cancel;return e.current.cancel=a,o.then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}));return{mutation:t,cancelRequest:e.current.cancel}}function Sm(){return Pp((function(e){var t=e.payload,n=e.organizationCode;return Ed.getInstance().updateMFAConfig(t,n)}))}function xm(){return Pp((function(e){var t=e.payload,n=e.organizationCode;return Ed.getInstance().mfaExcludeUsers(t,n)}))}function Rm(e){return zp(["GET/scheduled-reports",e],(function(){return Ed.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 Tm(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postScheduledReport(t).then((function(e){return{data:e.data,status:e.status}})).catch((function(e){return e}))}))}function Im(){return Pp((function(e){var t=e.reportCode,n=e.payload;return Ed.getInstance().updateScheduledReport(t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Om(){return Pp((function(e){return Ed.getInstance().deleteScheduledReport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Am(){return Pp((function(e){return Ed.getInstance().getConditionalConfigRules(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function zm(){return Pp((function(e){return Ed.getInstance().getRule(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Pm(){return Pp((function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postCreateRuleMultiAccount(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Lm(){return Pp((function(e){var t=e.payload,n=e.ruleId,o=e.accountCode;return Ed.getInstance().postEditRule(t,n,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Dm(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postCreateCustomizedApiKeys(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function qm(){return Pp((function(e){var t=e.payload,n=e.code;return Ed.getInstance().pathCreateCustomizedApiKeys(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Nm(){return Pp((function(e){var t=e.code,n=e.password;return Ed.getInstance().getCustomizedApiKeysToken(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function Mm(){return Pp((function(e){var t=e.passwordOtp;return Ed.getInstance().getDeveloperCredentialsValidatePassword(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function Um(){return Pp((function(e){var t=e.code;return Ed.getInstance().deleteCustomizedApiKeys(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Bm(){return Pp((function(e){var t=e.payload,n=e.code;return Ed.getInstance().patchApiKeysEditNote(t,n).then((function(e){return e.data})).catch((function(e){return e}))}))}function Fm(){return Pp((function(e){var t=e.payload,n=e.code,o=e.password;return Ed.getInstance().postApiKeysRoll(t,n,o).then((function(e){return e.data})).catch((function(e){return e}))}))}function Wm(){return Pp((function(e){var t=e.password,n=e.accountCode;return Ed.getInstance().getDeveloperCredentials(t,n).then((function(e){return a(a({},null==e?void 0:e.data),{isValid:!0})})).catch((function(e){var t,n;return{isValid:!1,status:e.response.status,error:null===(n=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.data)||void 0===n?void 0:n.data}}))}))}function Hm(e){return Pp((function(e){var t=e.payload;return Ed.getInstance().postAuditMonitors(t)}),{onMutate:e.onMutate})}function Vm(){return Pp((function(e){var t=e.codes;return Ed.getInstance().postResendWebhooks({codes:t}).then((function(e){return null==e?void 0:e.data}))}))}function Gm(){return Pp((function(e){return Ed.getInstance().postExportApiLogs(e).then((function(e){return null==e?void 0:e.data}))}))}function $m(o){var a=this;return Pp((function(){return Ed.getInstance().createReconciliationReportTemplate(o).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{onMutate:function(o){return t(a,void 0,void 0,(function(){var t,a;return n(this,(function(n){switch(n.label){case 0:return[4,mh.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return n.sent(),t=null===(a=mh.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===a?void 0:a.templates,mh.setQueryData(["GET/reconciliation/reports/templates"],(function(t){return{templates:e(e([],t.templates,!0),[o],!1)}})),[2,{previousTemplates:t}]}}))}))},onError:function(e,t,n){mh.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){mh.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})}function Km(e){return Pp((function(){return Ed.getInstance().updateReconciliationReportTemplate(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function Qm(){return Pp(["POST/reconciliation/alerts"],(function(e){return Ed.getInstance().postReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){mh.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function Jm(){return Pp(["DELETE/reconciliation/alerts"],(function(e){return Ed.getInstance().deleteReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){mh.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function Xm(){return Pp(["UPDATE/reconciliation/alerts"],(function(e){return Ed.getInstance().updateReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){mh.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function Ym(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postCreateInsightsReport(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Zm(){return Pp((function(e){return Ed.getInstance().createSamlConfig(e)}))}function ef(){return Pp((function(e){return Ed.getInstance().updateSamlConfig(e)}))}function tf(){return Pp((function(){return Ed.getInstance().deleteSamlConfig()}))}function nf(e,t){return void 0===t&&(t={}),Pp((function(t){return Ed.getInstance().generateAIWorkflowRoutes(e,t).then((function(e){return null==e?void 0:e.data}))}),a(a({},t),{useErrorBoundary:!1}))}function of(e){return void 0===e&&(e={}),Pp((function(e){return Ed.getInstance().postAIGenerationFeedback(e).then((function(e){return null==e?void 0:e.data}))}),a(a({},e),{useErrorBoundary:!1}))}function af(){return Pp((function(e){return Ed.getInstance().createChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function rf(){return Pp((function(e){return Ed.getInstance().deleteChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function sf(){return Pp((function(e){var t=e.chart_id,n=e.type,o=e.name,a=e.user_prompt,r=void 0===a?"":a;return Ed.getInstance().patchChartGPTChart(t,{type:n,name:o,user_prompt:r}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function uf(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){var e,t,a,r,i;return n(this,(function(n){switch(n.label){case 0:return[4,Ed.getInstance().createChartGPTChart(o)];case 1:if(e=n.sent(),!(t=null!==(r=null===(a=null==e?void 0:e.data)||void 0===a?void 0:a.chartgpt_id)&&void 0!==r?r:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:t}]}}))}))}),{useErrorBoundary:!1})}function cf(){return Pp((function(e){return Ed.getInstance().createChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function lf(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){var e,t,a,r,i;return n(this,(function(n){switch(n.label){case 0:return[4,Ed.getInstance().createChartGPTChart(o)];case 1:if(e=n.sent(),!(t=null!==(r=null===(a=null==e?void 0:e.data)||void 0===a?void 0:a.chartgpt_id)&&void 0!==r?r:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:t}]}}))}))}),{useErrorBoundary:!1})}function df(){var e=this;return Pp(["POST/template-reporting/report-templates"],(function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().createTemplateReporting(o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function pf(){var e=this;return Pp(["POST/template-reporting/report-templates/clone"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().cloneReportTemplate(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function hf(){var e=this;return Pp(["PATCH/template-reporting/report-templates/selection"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().updateTemplateSelection(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function mf(){var e=this;return Pp(["PATCH/template-reporting/report-templates/status"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().changeTemplateStatus(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function ff(){var e=this;return Pp(["DELETE/template-reporting/report-templates"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().deleteReportTemplate(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function gf(){var e=this;return Pp(["POST/template-reporting/report-schedules"],(function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().createReportSchedule(o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function yf(){var e=this;return Pp(["PATCH/template-reporting/report-schedules/disable"],(function(o){var a=o.scheduleId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().disableReportSchedule(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function bf(){var e=this;return Pp(["DELETE/template-reporting/report-schedules"],(function(o){var a=o.scheduleId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().deleteReportSchedule(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}var kf=function(){var e,t;return null===(t=null===(e=function(e){var t=localStorage.getItem(e),n=u(t&&JSON.parse(t)),o=n[0],a=n[1];return l((function(){var t=function(t){if(t.key===e){var n=t.newValue;a(n)}};return window.addEventListener("storage",t),function(){window.removeEventListener("storage",t)}}),[e]),o}("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code};function vf(e){var o=this;return zp(["fetch-payments-lazy",e],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.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 jf(e){return zp(["fetch-payments-evaluated",e],(function(){return Ed.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 wf(e){var o=this,a=e.paymentCode,r=e.enabled,i=void 0===r||r,s=Ed.getInstance();return zp(["get-payment-v2",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,s.getPaymentV2(a).then((function(e){return e.data}))]}))}))}),{enabled:i,cacheTime:500,useErrorBoundary:!1})}function _f(e){var o=this,a=e.payment_code,r=e.enabled,i=void 0===r||r,s=Ed.getInstance();return zp(["get-payment-transaction-details-v2",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,s.getTransactionDetailsV2({payment_code:a}).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!a&&i,cacheTime:0,useErrorBoundary:!1})}function Ef(e){var o=this,a=e.transaction_code,r=e.enabled,i=void 0===r||r,s=Ed.getInstance();return zp(["get-payment-transaction-raw-response",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,s.getTransactionRawResponse({transaction_code:a})]}))}))}),{enabled:!!a&&i,cacheTime:0,useErrorBoundary:!1})}function Cf(e){var t=kf();return zp(["payment-methods",e],(function(){return Ed.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 Sf(){return zp({queryKey:["/payment-methods/providers"],queryFn:function(){return Ed.getInstance().getPaymentMethodsAndProviders().then((function(e){return null==e?void 0:e.data}))},cacheTime:864e5,useErrorBoundary:!1})}function xf(){return zp(["GET/catalog/card-brands"],(function(){return Ed.getInstance().getCardBrands().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Rf(e,t){return void 0===e&&(e=!0),void 0===t&&(t=Sc.PAYMENTS),zp(["payment-filters",e,t],(function(){return Ed.getInstance().getPaymentFilters(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:e,useErrorBoundary:!1,cacheTime:3e5})}function Tf(){return zp(["payment-metrics-filters"],(function(){return Ed.getInstance().getPaymentMetricsFilters().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function If(e){var t=e.transaction_code,n=e.enabled;return zp(["payment-transaction-details",t],(function(){return Ed.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function Of(e){var t=e.payment_code,n=e.enabled;return zp(["transaction-history",t],(function(){return Ed.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function Af(e){var o=this;return zp(["POST/transactions",JSON.stringify(e)],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().postTransactions(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function zf(e){var o=this;return zp(["POST/fraud-transactions",JSON.stringify(e)],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.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 Pf(e){return zp(["GET/payout-detail",JSON.stringify(e)],(function(){var t=Ed.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 Lf(e){return zp(["GET/payout-transaction-detail",JSON.stringify(e)],(function(){return Ed.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 Df(e){var t=kf();return zp(["GET/payout-history-detail",JSON.stringify(e)],(function(){return Ed.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 qf(e,o){var a=this,r=kf();return zp(["GET/useGetProofOfCancel",r,e,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getProofOfCancel(e,r,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!r&&!!o,cacheTime:0,useErrorBoundary:!1})}function Nf(e,o){var a=this,r=kf();return zp(["GET/useGetProofOfPayment",r,e,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getProofOfPayment(e,r,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!r&&!!o,cacheTime:0,useErrorBoundary:!1})}function Mf(e,o,a){var r=this,i=Ed.getInstance();return zp(["send-payment-notification",e,o],(function(){return t(r,void 0,void 0,(function(){var t,r;return n(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,i.sendPaymentNotification(e,o)];case 1:return t=n.sent(),a.onSuccess(),[2,t.data];case 2:throw r=n.sent(),a.onError(),r;case 3:return[2]}}))}))}),{enabled:a.enabled,cacheTime:0,useErrorBoundary:!1})}function Uf(e){return zp(["usePayoutsList",e&&JSON.stringify(e)],(function(){var t=Ed.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 Bf(e){var o=this;void 0===e&&(e=!0);var a=kf();return zp(["getPayoutsFilters",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getPayoutsFilters(a).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))]}))}))}),{enabled:e&&!!a})}function Ff(e){var t=e.password,n=e.accountCode;return zp(["developers"],(function(){return Ed.getInstance().getDeveloperCredentials(t,n).then((function(e){return a(a({},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 Wf(){return zp(["fetch-customized-api-keys-members"],(function(){return Ed.getInstance().getCustomizedApiKeysMembers().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function Hf(){return zp(["developers-get-allowed-ips"],(function(){return Ed.getInstance().getAllowedIps().then((function(e){return(null==e?void 0:e.data)?a(a({},null==e?void 0:e.data),{isError:!1}):null})).catch((function(e){return a(a({},e),{isError:!0})}))}),{enabled:!1,cacheTime:0})}function Vf(){return zp(["fetch-customized-api-keys-accounts"],(function(){return Ed.getInstance().getCustomizedApiKeysAccounts().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function Gf(e){return zp(["fetch-customized-api-keys",e],(function(){return Ed.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 $f(){return zp(["fetch-customized-api-keys-products"],(function(){return Ed.getInstance().getCustomizedApiKeysProducts().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{cacheTime:0})}function Kf(){return Pp(["developers-patch-allowed-ips"],(function(e){return Ed.getInstance().patchAllowedIps(e).then((function(e){return(null==e?void 0:e.data)?a(a({},null==e?void 0:e.data),{isError:!1}):null})).catch((function(e){return a(a({},e),{isError:!0})}))}),{cacheTime:0})}function Qf(){return zp(["fetch-organizations"],(function(){return Ed.getInstance().getOrganization().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function Jf(){return zp(["fetch-all-organizations",kf()],(function(){return Ed.getInstance().getAllOrganization().then((function(e){return(null==e?void 0:e.data)||[]}))}),{cacheTime:36e5,keepPreviousData:!0,useErrorBoundary:!1})}function Xf(e){var t=kf();return zp(["organizations-provider-params",e],(function(e){var n=e.queryKey;return Ed.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 Yf(e){var t=e.integration_code,n=e.enabled,o=e.accountCode;return zp(["integration-params",t,o],(function(){return t.includes("undefined")?{}:Ed.getInstance().getIntegrationParams({accountCode:o,integration_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,useErrorBoundary:!1})}function Zf(e){var t=e.accountCode,n=e.organizationCode,o=kf();return zp(["organizations-account-integrations",t,n],(function(){return Ed.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||o}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,enabled:!!t,useErrorBoundary:!1})}function eg(e){var t=e.accountCode,n=e.paymentMethod;return zp(["fetch-connections-by-payment-method",n,t],(function(){return Ed.getInstance().getConnectionsByPaymentMethod(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})}function tg(){var e=this;return zp(["fetch-hash-pylon"],(function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getHashPylon()]}))}))}),{keepPreviousData:!0,useErrorBoundary:!1})}function ng(){return zp(["connections"],(function(){return Ed.getInstance().getConnections().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function og(){return zp(["dialogs"],(function(){return Ed.getInstance().getDialogs().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,retryDelay:2e3,cacheTime:36e5})}function ag(){return zp(["params-catalog"],(function(){return Ed.getInstance().getWebhookParamsV2().then((function(e){return null==e?void 0:e.data}))}))}function rg(e){var t=e.accountCode,n=e.name;return zp(["webhooks",t,n],(function(){return Ed.getInstance().getWebhooksV3({accountCode:t,name:n}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t,useErrorBoundary:!1})}function ig(e){var t=e.accountCode,n=e.enabled;return zp(["webhooks-detail",t],(function(){return Ed.getInstance().getWebhooksV2Detail({accountCode:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!n})}function sg(e){var t,n=kf(),o=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return zp({queryKey:["accounts",o],queryFn:function(){return Ed.getInstance().getAccounts(o).then((function(e){return null==e?void 0:e.data}))},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!o})}function ug(e){return zp(["accountsV2",e],(function(){return Ed.getInstance().getAccountsV2().then((function(e){return(null==e?void 0:e.data)||[]})).catch((function(e){throw e}))}),{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})}function cg(e){return zp(["accountsV2-by-user",e],(function(){return e?Ed.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 lg(e,o){var a=this;return zp({queryKey:["accounts-for-impersonation",e,o],queryFn:function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getAccountsForImpersonation(e).then((function(e){var t,n;return(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.response)||void 0===n?void 0:n.map((function(e){return{label:e.name,value:o?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 dg(){return zp(["menu"],(function(){return Ed.getInstance().getMenu().then((function(e){return sd(e)?md:null==e?void 0:e.data})).catch((function(){return md}))}))}function pg(){return zp(["/payment/statuses/style"],(function(){return Ed.getInstance().useGetPaymentStatusesStyles().then((function(e){return sd(e)?ud:null==e?void 0:e.data})).catch((function(){return ud}))}))}function hg(){return zp(["/transaction/statuses/style"],(function(){return Ed.getInstance().useGetTransactionStatusesStyles().then((function(e){return sd(e)?cd:null==e?void 0:e.data})).catch((function(){return cd}))}),{cacheTime:36e5,useErrorBoundary:!1})}function mg(){return zp(["/reconciliation/transaction/statuses/style"],(function(){return Ed.getInstance().useGetReconciliationTransactionStatusesStyles().then((function(e){return sd(e)?ld:null==e?void 0:e.data})).catch((function(){return ld}))}))}function fg(){return zp(["timezone-catalog"],(function(){return Ed.getInstance().useGetTimeZoneCatalog().then((function(e){return sd(e)?dd:null==e?void 0:e.data})).catch((function(){return dd}))}))}function gg(){return zp(["/cms/audit-logs-filters"],(function(){return Ed.getInstance().useGetAuditLogsFilters().then((function(e){return sd(e)?pd:null==e?void 0:e.data})).catch((function(){return pd}))}))}function yg(){return zp(["/cms/static-contents"],(function(){return Ed.getInstance().getDashboardStaticContents().then((function(e){var t,n;return sd(e)?hd:(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t[0])||void 0===n?void 0:n.data)||{}}))}),{cacheTime:6048e5,useErrorBoundary:!1})}function bg(){return zp(["/cms/locales"],(function(){return Ed.getInstance().getLocales().then((function(e){return sd(e)?fd:e.data})).catch((function(){return fd}))}))}var kg=function(){var e=u("ON"===localStorage.getItem("isTesting")),t=e[0],n=e[1];return l((function(){window.addEventListener("storage",(function(e){"isTesting"===e.key&&n("ON"===e.newValue)}))}),[]),{isTesting:t}};function vg(e){return zp(["smart-routing-methods",e],(function(){return Ed.getInstance().getSmartRoutingMethods(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function jg(e,t){return zp(["smart-routing-workflow",t,e],(function(){return Ed.getInstance().getSmartRoutingWorkflow(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!e,cacheTime:0,retry:!1})}function wg(e,t){return zp(["smart-routing-condition-types",e,t],(function(){return Ed.getInstance().getSmartRoutingConditionTypes(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!e})}function _g(e,t){return zp(["smart-routing-condition-payment-method",e,t],(function(){return Ed.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 Eg(e,t){return zp(["smart-routing-condition-types-values",t,e],(function(){return Ed.getInstance().getSmartRoutingConditionTypesValues(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&!!e,useErrorBoundary:!1})}function Cg(e){var t=e.accountCode,n=e.workflowVersionId;return zp(["smart-routing-workflow-version",n,t],(function(){return Ed.getInstance().getSmartRoutingWorkflowVersion(t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!n&&!!t,cacheTime:0})}function Sg(e,t,n){return zp(["smart-routing-next-route",e,n,t],(function(){return Ed.getInstance().getSmartRoutingNextSteps(e,t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function xg(e){return zp(["smart-routing-decline-groups",e],(function(){return Ed.getInstance().getSmartRoutingDeclinedGroup(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Rg(e,t){return zp(["smart-routing-payment-route",e,t],(function(){return Ed.getInstance().getSmartRoutingPaymentRoute(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&!!t,cacheTime:0})}function Tg(e){return zp(["smart-routing-simulate-condition-type-values",e],(function(){return Ed.getInstance().getSmartRoutingSimulateConditionTypeValues(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Ig(e){var t=e.text,n=e.conditionType;return zp(["smart-routing-search-condition-values",t,n],(function(){return Ed.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 Og(){return zp(["smart-routing-conversion-rates"],(function(){return Ed.getInstance().getProviderConversionRatesData().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!1,useErrorBoundary:!1})}function Ag(){var e=this;return zp({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}}))}))},useErrorBoundary:!1})}function zg(){var e=this;return zp({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}}))}))},useErrorBoundary:!1})}function Pg(e){return zp(["fetch-routing-monitors-templates",e],(function(){return Ed.getInstance().getRoutingMonitorsTemplates(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Lg(e,t){return zp(["fetch-routing-monitors-template",e],(function(){return Ed.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 Dg(e){var t=e.accountCode;return zp(["checkouts",t],(function(){return Ed.getInstance().getCheckouts({accountCode:t}).then((function(e){return e.data}))}),{cacheTime:0,enabled:Boolean(t)})}function qg(e){var t=e.accountCode;return zp(["checkouts-template"],(function(){return Ed.getInstance().getCheckoutTemplate({accountCode:t}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,enabled:Boolean(t)})}var Ng=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},Mg=function(e,t){var n=e.paymentMethodType,o=e.type;return zp(Ng({paymentMethodType:n,type:o}),(function(){return Ed.getInstance().getNameAndIcon({paymentMethodType:n,type:o}).then((function(e){return null==e?void 0:e.data}))}),t)},Ug=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]},Bg=function(e,t){var n=e.paymentMethodType,o=e.type;return zp(Ug({paymentMethodType:n,type:o}),(function(){return Ed.getInstance().getRequiredFields({paymentMethodType:n,type:o}).then((function(e){return null==e?void 0:e.data}))}),t)};function Fg(e){var t=e.accountCode;return zp(["styling-sdk-dynamic",t],(function(){return Ed.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 Wg(e){var t=e.accountCode;return zp(["styling-theme",t],(function(){return Ed.getInstance().getStylingTheme({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 Hg(e){var t=e.accountCode;return zp(["styling-settings",t],(function(){return Ed.getInstance().getStylingSettings({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 Vg(e){var t=e.accountCode,n=e.environment,o=void 0===n?"live":n;return zp(["styling-settings-v2",t],(function(){return Ed.getInstance().getStylingSettingsV2({accountCode:t,environment:o}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function Gg(){return Pp((function(e){var t=e.accountCode,n=e.environment,o=void 0===n?"live":n,a=e.payload;return Ed.getInstance().changeStylingSettings({accountCode:t,environment:o,payload:a}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function $g(){return zp(["fetch-profile"],(function(){return Ed.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 Kg(){var e=this;return zp(["get-user-full"],(function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().getUserFull()];case 1:return[2,e.sent().data]}}))}))}),{keepPreviousData:!0,useErrorBoundary:!1})}function Qg(e,t){return zp(["fetch-permissions",e,t],(function(){var e,t,n,o=localStorage.getItem("account"),a=localStorage.getItem("user"),r=o&&JSON.parse(o),i=a&&JSON.parse(a);return((null==i?void 0:i.merlin)?null===(e=null==i?void 0:i.merlin)||void 0===e?void 0:e.permissions:null===(n=null===(t=null==r?void 0:r.value)||void 0===t?void 0:t.role)||void 0===n?void 0:n.permission_ids.map((function(e){return{permission_name:e,description:e,resource_server_name:e,resource_server_identifier:e}})))||[]}))}function Jg(e){return zp(["email-verification",e],(function(){return Ed.getInstance().emailVerification(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function Xg(){return zp({queryKey:["get-login-methods"],queryFn:function(){return Ed.getInstance().getLoginMethods().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}})}function Yg(){return zp(["fetch-impersonation-users"],(function(){return Ed.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 Zg(){return zp(["fetch-impersonation-enabled"],(function(){return Ed.getInstance().getImpersonationEnabled().then((function(e){return null==e?void 0:e.data}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function ey(e,o,a,r,i){var s=this;return void 0===a&&(a=1),void 0===r&&(r=10),zp(["get-users-to-impersonate",e,o,a,r,i],(function(){return t(s,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getUsersToImpersonate(e,o,a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function ty(e){var t;return zp(["fetch-communications",e],(function(){return Ed.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 ny(){return zp(["fetch-communications-filters"],(function(){return Ed.getInstance().getCommunicationsFilters().then((function(e){return null==e?void 0:e.data}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function oy(e,t){return zp(["fetch-communication-details",e],(function(){return Ed.getInstance().getCommunicationDetails(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e,useErrorBoundary:!1,cacheTime:0})}function ay(e){return zp(["notifications-customer",e],(function(){return Ed.getInstance().getNotificationsCustomer(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,keepPreviousData:!1})}function ry(e){return zp(["validate-opsgenie-key",e],(function(){return Ed.getInstance().getValidateOpsgenieKey(e).then((function(e){return null==e?void 0:e.data})).catch((function(){return{error:!0}}))}),{enabled:!!e,cacheTime:0})}function iy(){return zp(["notifications-merged"],(function(){return Ed.getInstance().getMergedNotifications().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{keepPreviousData:!1,cacheTime:0})}function sy(){return Pp((function(e){return Ed.getInstance().getNotificationsNumber(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function uy(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){var e;return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().pathNotification(o)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}}))}))}))}var cy={key:"metadata_fields",name:"metadata_fields"};function ly(){return zp(["reports"],(function(){return Ed.getInstance().reportsList().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function dy(e){return void 0===e&&(e=!0),zp(["reports-multi-env"],(function(){return Ed.getInstance().reportsListMultiEnv().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e})}function py(e,t,n){return void 0===t&&(t=!1),zp(["reports/".concat(e)],(function(){return Ed.getInstance().downloadReports(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:t,onSuccess:n,useErrorBoundary:!1})}function hy(e){return zp(["GET/reports/templates"],(function(){return Ed.getInstance().getReportTemplates().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e,useErrorBoundary:!1})}function my(o,a,r){var i=this;return zp(["GET/reports/columns/".concat(a,"/").concat(r)],(function(){return t(i,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getReportColumns(a,r).then((function(t){return a===Oc.ALL&&r===Ic.PAYMENTS?e(e([],null==t?void 0:t.data,!0),[cy],!1):null==t?void 0:t.data})).catch((function(e){return e}))]}))}))}),{enabled:o,useErrorBoundary:!1})}function fy(e,o){var a=this,r=kf();return zp(["getRefundPdf",e,r,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getRefundPdf(e,r,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))]}))}))}),{enabled:!!e&&!!r,useErrorBoundary:!1})}function gy(){var e=kf();return zp(["teams-filters-members"],(function(){return Ed.getInstance().teamsFiltersMembers({organizationCode:e}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0})}function yy(e){var t=e.organizationCode,n=e.accountCodes,o=e.email,a=e.page,r=e.pageSize,i=kf();return zp(["fetch-post-members-v2",t,n,o,a,r],(function(){return Ed.getInstance().postMembersPaginatedV2({organizationCode:i,accountCodes:n,email:o,page:a,pageSize:r}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&!!n,cacheTime:0,useErrorBoundary:!1})}function by(){return zp(["fetch-roles"],(function(){return Ed.getInstance().getRoles().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function ky(){return zp(["fetch-rolespermissions"],(function(){return Ed.getInstance().getRolesPermissions().then((function(e){return null==e?void 0:e.data}))}))}function vy(){return zp(["fetch-permissions-catalog"],(function(){return Ed.getInstance().getPermissionsCatalog().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function jy(e){return zp(["data-report",e],(function(){return Ed.getInstance().getSmartRoutingDataReport(e).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,useErrorBoundary:!1})}function wy(e,t,n){return void 0===n&&(n=!0),zp(["get-insights-conversion-rate-metrics-v2",e,t],(function(){return Ed.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:3e5,cacheTime:3e5,useErrorBoundary:!1,retry:1})}function _y(e,t){return zp(["get-insights-conversion-rate-view-more-metrics",t,e],(function(){return Ed.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 Ey(e){return zp(["get-insights-conversion-rate-fallback-metrics",e],(function(){return Ed.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 Cy(e,t,n){return void 0===n&&(n=!0),delete t.account_code,zp(["get-insights-volume-metrics",t,e],(function(){return Ed.getInstance().getInsightsMetricsVolume(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Sy(e,t,n,o){return void 0===o&&(o=!0),delete t.account_code,zp(["get-insights-volume-metrics-v2",t,e,n],(function(){return Ed.getInstance().getInsightsMetricsVolumeV2(e,n,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:o,cacheTime:200,useErrorBoundary:!1})}function xy(e,t,n){return void 0===n&&(n=!0),delete t.account_code,zp(["get-insights-total-payment-fraud-metrics",t,e],(function(){return Ed.getInstance().getInsightsMetricsTotalPaymentsAndFraud(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Ry(e,t,n){return void 0===n&&(n=!0),delete t.account_code,zp(["get-insights-customer-payment-fraud-metrics",t,e],(function(){return Ed.getInstance().getInsightsMetricsCustomerPaymentsAndFraud(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Ty(e){return zp(["get-insights-overview",e],(function(){return Ed.getInstance().getInsightOverview(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.enabled)&&void 0!==e.account_code,cacheTime:200,useErrorBoundary:!1})}function Iy(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return zp(["get-insights-overview-v3",e,t],(function(){return Ed.getInstance().getInsightOverviewV3(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:0,useErrorBoundary:!1})}function Oy(e){return zp(["get-insights-home-metrics",e],(function(){return Ed.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 Ay(e){return zp(["get-insights-reports",e],(function(){return Ed.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 zy(e){return zp(["get-insights-reports-again",e],(function(){return Ed.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 Py(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-fraud-screening-volume-and-count-tx",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsFraudScreeningVolumeAndCountTx(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Ly(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-fraud-screening-conversion-rate",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsFraudScreeningConversionRate(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Dy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-volume-and-count-tx",o,e],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsVolumeAndCountTx(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function qy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-conversion-rate-and-evolution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsConversionRateAndEvolution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Ny(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-decline-reasons",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsDeclineReasons(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function My(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-frictionless-vs-challenge",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsFrictionlessVsChallenge(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Uy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-volume-and-count-tx",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksVolumeAndCountTx(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function By(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-total-rate-and-evolution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksTotalRateAndEvolution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Fy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-win-rate",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksWinRate(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Wy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-disputed",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksDisputed(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Hy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksByProviderAndCardBrand(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Vy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-reasons-distribution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksReasonsDistribution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Gy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-status-distribution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksStatusDistribution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function $y(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-by-card-brand",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksByCardBrand(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Ky(e,t){return zp(["fetch-reconciliation-transaction",e],(function(){return Ed.getInstance().getReconciliationTransactions(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!!t,useErrorBoundary:!1})}function Qy(e,t){return zp(["fetch-reconciliation-settlements",e],(function(){return Ed.getInstance().getReconciliationSettlements(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!!t,useErrorBoundary:!1})}function Jy(e,t){return zp(["fetch-reconciliation-metrics",e],(function(){return Ed.getInstance().getReconciliationMetrics(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t,cacheTime:500})}function Xy(){return zp(["GET-reconciliation-filters"],(function(){return Ed.getInstance().getReconciliationFilters().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Yy(e){return zp(["GET/v1/reconciliation/table/".concat(e,"/columns")],(function(){return Ed.getInstance().getAllTableColumns(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Zy(){return zp(["GET/v1/reconciliation/active"],(function(){return Ed.getInstance().getReconciliationActive().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function eb(e,t,n){return zp(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],(function(){return Ed.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 tb(e){return zp(["GET/reconciliation/reports/templates"],(function(){return Ed.getInstance().getReconciliationReportTemplates().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{enabled:e,useErrorBoundary:!1})}function nb(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/alerts/list",t,n],(function(){return Ed.getInstance().getReconciliationAlerts(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function ob(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/agenda/list",t,n],(function(){return Ed.getInstance().getReconciliationAgenda(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function ab(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/agenda/insights",t,n],(function(){return Ed.getInstance().getReconciliationAgendaInsightByKey(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function rb(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/sales/list",t,n],(function(){return Ed.getInstance().getReconciliationSales(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function ib(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/advancements/list",t,n],(function(){return Ed.getInstance().getReconciliationAdvancements(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function sb(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/fees/list",t,n],(function(){return Ed.getInstance().getReconciliationFees(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function ub(e){var o=this,a=Object.values(e).filter(Boolean);return zp(["feature-flags",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getFeatureFlagId(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a.length>1,useErrorBoundary:!1})}function cb(e){var o=this,a=zp({queryKey:["all-feature-flags",Object.values(e).filter(Boolean)],queryFn:function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getFeatureFlagIdAll({accountCode:e.account_code}).then((function(e){return null==e?void 0:e.data}))]}))}))},enabled:!!e.account_code&&!!e.organization_code&&!!e.email,cacheTime:9e5,useErrorBoundary:!1}),r=xp();return l((function(){r.setQueryData(["cached-feature-flags"],a)}),[a,r]),a}function lb(e){var t,n,o=xp(),r=o.getQueryState(["cached-feature-flags"]),i=Boolean(!(null===(t=null==r?void 0:r.data)||void 0===t?void 0:t.status)||"loading"===(null===(n=null==r?void 0:r.data)||void 0===n?void 0:n.status)),s=zp({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 a(a({},s),{isLoading:i})}function db(e){return zp(["events",e],(function(){return Ed.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 pb(e){return zp(["audit-monitor-event-detail",e],(function(){return Ed.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 hb(e){return zp(["api-logs",e],(function(){return Ed.getInstance().postApiLogs({payload:e}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})}function mb(e){var t=e.params;return zp(["webhook-logs",t],(function(){return Ed.getInstance().postWebhookLogs({payload:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})}function fb(e){return zp(["api-logs-detail",e],(function(){return Ed.getInstance().getApiLogsDetailByPaymentCode(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function gb(e,t){return zp(["fetch-payment-links",e,t],(function(){return Ed.getInstance().getPaymentLinks(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t,cacheTime:0})}function yb(e){return zp(["payment-link"],(function(){return Ed.getInstance().getPaymentLinksByCode(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function bb(e){return void 0===e&&(e=!0),zp(["countries",e],(function(){return Ed.getInstance().useGetCountriesConfig().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e,keepPreviousData:!0})}function kb(e){var t=localStorage.getItem("lang")||"en",n=e||t;return zp(["countries-v2",n],(function(){return Ed.getInstance().useGetCountriesConfigV2(n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!0,keepPreviousData:!0})}function vb(e){return zp(["timezone"],(function(){return Ed.getInstance().getTimezone(e).then((function(e){return sd(e)?dd:null==e?void 0:e.data})).catch((function(){return dd}))}),{enabled:!0,keepPreviousData:!0})}function jb(e){return zp(["installments-plans",e],(function(){return Ed.getInstance().getInstallmentPlans(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})}function wb(e){return Pp((function(e){var t=e.payload;return Ed.getInstance().firebaseUserSubscribe(t)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function _b(e,t){return zp(["get-cofig-allow-list",e],(function(){return Ed.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 Eb(e){return zp(["get-black-list",e],(function(){return Ed.getInstance().getBlackListType(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:!!e})}function Cb(e,t,n,o){var a;return zp(["post-black-list",e],(function(){return Ed.getInstance().postBlockList(e,null!=t?t:"",null!=n?n:0,null!=o?o:25).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:(null===(a=e[0])||void 0===a?void 0:a.length)>0&&null!==t,useErrorBoundary:!1})}function Sb(e,t,n){return zp(["get-block-list-summary",e,t,n],(function(){var o=Ed.getInstance();return n?o.getBlackListSummary(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e})):Promise.resolve({})}),{enabled:!!e&&!!n})}function xb(e,t,n,o,a,r){return zp(["black-list-detail",e,t,o,a,r],(function(){return Ed.getInstance().getBlacklistDetail(e,t,n,o,a).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&r,cacheTime:0})}function Rb(e,t,n){return zp(["allow-list-detail",e],(function(){return Ed.getInstance().getAllowlistDetail(e,t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{enabled:!!e&&!!n})}function Tb(e){return zp(["query-post-get-allowlist-multi-account",JSON.stringify(e)],(function(){return Ed.getInstance().postGetAllowlist({payload:e}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Ib(e,o){var a=this;return void 0===e&&(e=26),void 0===o&&(o=0),zp(["batch-refunds",e,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getBatchRefunds(e,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))]}))}))}),{cacheTime:0})}function Ob(e){return zp(["velocity-rules",e],(function(){var t=Ed.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 Ab(){return zp(["config-rules"],(function(){return Ed.getInstance().getAllConfigRules().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0})}function zb(e,t){var n=e.organizationCode;return zp(["mfa-excluded-users",n],(function(){return Ed.getInstance().getMFAExcludedUsers({organizationCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function Pb(e,t){var n=e.organizationCode;return zp(["mfa-config",n],(function(){return Ed.getInstance().getMFAConfig({organizationCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function Lb(e,t){return zp(["mfa-enforcement-status",e.accountCode],(function(){return Ed.getInstance().getMFAEnforcementStatus().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function Db(e){return zp(["fetch-organization-saml-config",e],(function(){return Ed.getInstance().getSamlConfig().then((function(e){return e.data}))}),{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function qb(e){return zp(["chartgpt-chart-execute",e],(function(){return Ed.getInstance().executeChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e})}function Nb(){return zp(["chartgpt-user-charts"],(function(){return Ed.getInstance().getChartsByUser().then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0})}function Mb(){var e=this;return zp(["chartgpt-user-charts-with-results"],(function(){return t(e,void 0,void 0,(function(){var e,o,r,i=this;return n(this,(function(s){switch(s.label){case 0:return[4,(e=Ed.getInstance()).getChartsByUser()];case 1:return o=s.sent(),r=(null==o?void 0:o.data)||[],[4,Promise.all(r.map((function(o){return t(i,void 0,void 0,(function(){var t,r,i,s,u,c,l,d;return n(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,e.executeChartGPTChart(o.code)];case 1:return t=n.sent(),[2,a(a({},o),{user_prompt:null!==(s=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.user_prompt)&&void 0!==s?s:o.user_prompt,unit_to_display:null!==(c=null===(u=null==t?void 0:t.data)||void 0===u?void 0:u.unit_to_display)&&void 0!==c?c:o.unit_to_display,results:null!==(d=null===(l=null==t?void 0:t.data)||void 0===l?void 0:l.results)&&void 0!==d?d:[]})];case 2:return r=n.sent(),console.error("Failed to execute chart ".concat(o.chart_id,":"),r),[2,a(a({},o),{results:[]})];case 3:return[2]}}))}))})))];case 2:return[2,s.sent()]}}))}))}))}function Ub(e,o,a){var r=this;return void 0===a&&(a=!0),zp(["chartgpt-patch-and-execute",e,o],(function(){return t(r,void 0,void 0,(function(){var t,a,r,i,s;return n(this,(function(n){switch(n.label){case 0:return[4,(t=Ed.getInstance()).patchChartGPTChart(e,o)];case 1:return a=n.sent(),r=null==a?void 0:a.data,[4,t.executeChartGPTChart(e)];case 2:return i=n.sent(),s=null==i?void 0:i.data,[2,{chart:r,execution:s}]}}))}))}),{enabled:a&&!!e,retry:!1})}function Bb(){return zp(["languages"],(function(){return Ed.getInstance().getLanguages().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,cacheTime:300})}function Fb(){var e=localStorage.getItem("lang")||"en";return zp(["translations",e],(function(){return Ed.getInstance().getTranslations(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,cacheTime:3e4})}function Wb(e){var o=this;return zp({queryKey:["network-tokens-onboarding",e],queryFn:function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getNetworkTokensOnboardingByOrganization(e)];case 1:return[2,t.sent().data]}}))}))},enabled:!!e,useErrorBoundary:!1})}var Hb=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())},Vb=function(e,t,n){if(!t||!n)return e||[];var o=function(e,t){var n=[],o=new Date(e),a=new Date(t);o.setUTCHours(0,0,0,0),a.setUTCHours(0,0,0,0);for(var r=new Date(o);r<=a;)n.push(r.toISOString()),r.setUTCDate(r.getUTCDate()+1);return n}(t,n),a=new Map;return null==e||e.forEach((function(e){if(e.date){var t=new Date(e.date).toISOString().split("T")[0];a.set(t,e.value)}})),o.map((function(e){var t=e.split("T")[0];return{date:e,value:a.get(t)||"0"}}))},Gb=function(e){var t,n=null===(t=e.plots)||void 0===t?void 0:t[0];if(!n||!n.rows)return{distribution:[],total:0};var o=parseFloat(n.value||"0");return{distribution:n.rows.map((function(e){var t,n=100*parseFloat(e.value),a=Math.round(o*parseFloat(e.value));return{key:(null===(t=e.label)||void 0===t?void 0:t.toUpperCase())||"UNKNOWN",total:a,percentage:n,amount:a}})),total:o}},$b=function(e,t,n){var o,a={};return null===(o=e.plots)||void 0===o||o.forEach((function(e){var o=Vb(e.rows,t,n),r=e.label;a[r]=o.map((function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:Hb(e.date||""),current_amount:100*parseFloat(e.value)}}))})),a},Kb=function(e,t,n){var o,a=null===(o=e.plots)||void 0===o?void 0:o[0];return{distribution:Vb(null==a?void 0:a.rows,t,n).map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Hb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==a?void 0:a.value)||"0"),total_amount:parseFloat((null==a?void 0:a.value)||"0")}},Qb=function(e,t,n){var o,a=null===(o=e.plots)||void 0===o?void 0:o[0];return{distribution:Vb(null==a?void 0:a.rows,t,n).map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Hb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==a?void 0:a.value)||"0"),total_amount:parseFloat((null==a?void 0:a.value)||"0")}},Jb=function(e,o){return zp(a({queryKey:["smart-recovery-communications-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,(r=a.data,i=o.start_date,s=o.end_date,u=r.plots||[],c=u.find((function(e){return"TOTAL_COMMUNICATIONS_LABEL"===e.label})),l=u.find((function(e){return"COMPLETED_COMMUNICATIONS_LABEL"===e.label})),d=u.find((function(e){return"CONVERSION_RATE_LABEL"===e.label})),p=Vb(null==c?void 0:c.rows,i,s),h=Vb(null==l?void 0:l.rows,i,s),m=Vb(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Hb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==c?void 0:c.value)||"0")},conversion_rate:{distribution:m.map((function(e){return{key:e.date||"",total:parseFloat(e.value),percentage:parseFloat(e.value)}})),total:parseFloat((null==d?void 0:d.value)||"0")},completed_communications:{distribution:h.map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Hb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var r,i,s,u,c,l,d,p,h,m}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},Xb=function(e,o){return zp(a({queryKey:["smart-recovery-communications-by-substatus",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,Gb(a.data)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},Yb=function(e,o){return zp(a({queryKey:["smart-recovery-communications-substatus-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,$b(a.data,o.start_date,o.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},Zb=function(e,o){return zp(a({queryKey:["smart-recovery-recovered-tpv-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,Kb(a.data,o.start_date,o.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},ek=function(e,o){return zp(a({queryKey:["smart-recovery-recovered-payments-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,Qb(a.data,o.start_date,o.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))};function tk(e,o){var a=this;return zp(["POST/template-reporting/templates/search",e],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportTemplates(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:o,useErrorBoundary:!1,cacheTime:0})}function nk(e,o,a){var r=this;return zp(["POST/template-reporting/template-by-id/search",e,o],(function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportTemplateById(e,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a&&!!e,useErrorBoundary:!1,cacheTime:0})}function ok(e,o){var a=this;return zp(["POST/template-reporting/schedules/search",e],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportSchedules(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:o,useErrorBoundary:!1,cacheTime:0})}function ak(e,o,a){var r=this;return zp(["POST/template-reporting/schedule-by-id/search",e,o],(function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportScheduleById(e,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a&&!!e,useErrorBoundary:!1,cacheTime:0})}function rk(){return rk=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},rk.apply(this,arguments)}
|
|
216
|
+
*/"production"===process.env.NODE_ENV?bp.exports=function(){if(yp)return kp;yp=1;var e=s,t="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},n=e.useState,o=e.useEffect,a=e.useLayoutEffect,r=e.useDebugValue;function i(e){var n=e.getSnapshot;e=e.value;try{var o=n();return!t(e,o)}catch(e){return!0}}var u="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var s=t(),u=n({inst:{value:s,getSnapshot:t}}),c=u[0].inst,l=u[1];return a((function(){c.value=s,c.getSnapshot=t,i(c)&&l({inst:c})}),[e,s,t]),o((function(){return i(c)&&l({inst:c}),e((function(){i(c)&&l({inst:c})}))}),[e]),r(s),s};return kp.useSyncExternalStore=void 0!==e.useSyncExternalStore?e.useSyncExternalStore:u,kp}():bp.exports=(vp||(vp=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t=e.getSnapshot;e=e.value;try{var o=t();return!n(e,o)}catch(e){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=t.useState,a=t.useEffect,r=t.useLayoutEffect,i=t.useDebugValue,u=!1,c=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(s,l){u||void 0===t.startTransition||(u=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=l();if(!c){var p=l();n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),c=!0)}var h=(p=o({inst:{value:d,getSnapshot:l}}))[0].inst,m=p[1];return r((function(){h.value=d,h.getSnapshot=l,e(h)&&m({inst:h})}),[s,d,l]),a((function(){return e(h)&&m({inst:h}),s((function(){e(h)&&m({inst:h})}))}),[s]),i(d),d};jp.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())}()),jp);var wp=bp.exports;const _p=wp.useSyncExternalStore,Ep=i.createContext(void 0),Cp=i.createContext(!1);function Sp(e,t){return e||(t&&"undefined"!=typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=Ep),window.ReactQueryClientContext):Ep)}const xp=({context:e}={})=>{const t=i.useContext(Sp(e,i.useContext(Cp)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},Rp=({client:e,children:t,context:n,contextSharing:o=!1})=>{i.useEffect((()=>(e.mount(),()=>{e.unmount()})),[e]),"production"!==process.env.NODE_ENV&&o&&e.getLogger().error("The contextSharing option has been deprecated and will be removed in the next major version");const a=Sp(n,o);return i.createElement(Cp.Provider,{value:!n&&o},i.createElement(a.Provider,{value:e},t))},Tp=i.createContext(!1);Tp.Provider;const Ip=i.createContext(function(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}());function Op(e,t){return"function"==typeof e?e(...t):!!e}function Ap(e,t){const n=xp({context:e.context}),o=i.useContext(Tp),a=i.useContext(Ip),r=n.defaultQueryOptions(e);r._optimisticResults=o?"isRestoring":"optimistic",r.onError&&(r.onError=np.batchCalls(r.onError)),r.onSuccess&&(r.onSuccess=np.batchCalls(r.onSuccess)),r.onSettled&&(r.onSettled=np.batchCalls(r.onSettled)),(e=>{e.suspense&&"number"!=typeof e.staleTime&&(e.staleTime=1e3)})(r),((e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))})(r,a),(e=>{i.useEffect((()=>{e.clearReset()}),[e])})(a);const[s]=i.useState((()=>new t(n,r))),u=s.getOptimisticResult(r);if(_p(i.useCallback((e=>{const t=o?()=>{}:s.subscribe(np.batchCalls(e));return s.updateResult(),t}),[s,o]),(()=>s.getCurrentResult()),(()=>s.getCurrentResult())),i.useEffect((()=>{s.setOptions(r,{listeners:!1})}),[r,s]),((e,t,n)=>(null==e?void 0:e.suspense)&&((e,t)=>e.isLoading&&e.isFetching&&!t)(t,n))(r,u,o))throw((e,t,n)=>t.fetchOptimistic(e).then((({data:t})=>{null==e.onSuccess||e.onSuccess(t),null==e.onSettled||e.onSettled(t,null)})).catch((t=>{n.clearReset(),null==e.onError||e.onError(t),null==e.onSettled||e.onSettled(void 0,t)})))(r,s,a);if((({result:e,errorResetBoundary:t,useErrorBoundary:n,query:o})=>e.isError&&!t.isReset()&&!e.isFetching&&Op(n,[e.error,o]))({result:u,errorResetBoundary:a,useErrorBoundary:r.useErrorBoundary,query:s.getCurrentQuery()}))throw u.error;return r.notifyOnChangeProps?u:s.trackResult(u)}function zp(e,t,n){return Ap(Id(e,t,n),dp)}function Pp(e,t,n){const o=function(e,t,n){return Wd(e)?"function"==typeof t?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:"function"==typeof e?{...t,mutationFn:e}:{...e}}(e,t,n),a=xp({context:o.context}),[r]=i.useState((()=>new gp(a,o)));i.useEffect((()=>{r.setOptions(o)}),[r,o]);const s=_p(i.useCallback((e=>r.subscribe(np.batchCalls(e))),[r]),(()=>r.getCurrentResult()),(()=>r.getCurrentResult())),u=i.useCallback(((e,t)=>{r.mutate(e,t).catch(Lp)}),[r]);if(s.error&&Op(r.options.useErrorBoundary,[s.error]))throw s.error;return{...s,mutate:u,mutateAsync:s.mutate}}function Lp(){}function Dp(e){return Pp((function(e){var t=e.payload;return Ed.getInstance().postWebhookV2MultiAccount({payload:t})}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function qp(e){return Pp((function(e){var t=e.code,n=e.accountCode;return Ed.getInstance().deleteWebhookV2(t,n)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Np(e){return Pp((function(e){var t=e.code,n=e.payload,o=e.accountCode;return Ed.getInstance().updateWebhookV2(t,n,o)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Mp(){return Pp((function(e){var t=e.name,n=e.principal;return Ed.getInstance().postAccount(t,n)}))}function Up(){return Pp((function(e){var t=e.name,n=e.code,o=e.principal;return Ed.getInstance().patchAccountV2({name:t,code:n,principal:o})}))}function Bp(){return Pp((function(e){var t=e.account_code;return Ed.getInstance().putAccountPrincipal({account_code:t})}))}function Fp(){return Pp((function(e){var t=e.organizationCode,n=e.userCode,o=e.payload;return Ed.getInstance().putAccountsUserMassive(t,n,o)}))}function Wp(){return Pp((function(e){var t=e.organizationCode,n=e.userCode,o=e.payload;return Ed.getInstance().deleteAccountsUserMassive(t,n,o)}))}function Hp(){return Pp(["post-validate-status-connection"],(function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postValidateStatusConnection({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Vp(){return Pp(["post-change-status-connection"],(function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postChangeStatusConnection({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Gp(){return Pp((function(e){return Ed.getInstance().putCosts(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function $p(){return Pp(["post-connection"],(function(e){var t=e.payload;return Ed.getInstance().postMultiConnection({payload:t}).then((function(e){return null==e?void 0:e.data}))}))}function Kp(){return Pp(["new-post-connection-validate"],(function(){return Ed.getInstance().postMultiConnectionValidate().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function Qp(){return Pp(["patch-connection"],(function(e){var t=e.payload,n=e.connectionCode;return Ed.getInstance().patchConnection({payload:t,connectionCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Jp(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postDefaultRoutes({payload:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function Xp(){return Pp((function(e){return Ed.getInstance().postValidateCredentials(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function Yp(){var e=this;return Pp((function(o){var a=o.payload,r=o.organizationCode;return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().postNetworkTokensOnboarding(a,r)];case 1:return[2,e.sent().data]}}))}))}),{useErrorBoundary:!1})}function Zp(){return Pp(["patch-organizations"],(function(){return Ed.getInstance().updateOrganizationStatus().then((function(e){return null==e?void 0:e.data}))}))}function eh(){return Pp((function(e){return Ed.getInstance().getOrgByName(e).then((function(e){return null==e?void 0:e.data}))}))}function th(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().changePasswordV2(o).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,e.sent()]}}))}))}))}function nh(e){return Pp((function(e){return Ed.getInstance().updateProfile(e)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function oh(){return Pp((function(e){return Ed.getInstance().inviteUsersMassive(e,e.organizationCode)}))}function ah(){return Pp((function(e){var t=e.userCode,n=e.organizationCode;return Ed.getInstance().unInviteUsersV2({userCode:t,organizationCode:n})}))}function rh(){return Pp((function(e){return Ed.getInstance().createUserAuth0(e)}))}function ih(){return Pp((function(e){return Ed.getInstance().postCall(e)}))}function sh(){return Pp((function(e){return Ed.getInstance().changeLoginMethods(e)}))}function uh(e){return Pp((function(e){return Ed.getInstance().updateIsActiveCheckout(e)}),e)}function ch(){return Pp((function(e){var t=e.accountCode,n=e.template;return Ed.getInstance().updateCheckoutTemplate({accountCode:t,template:n}).then((function(e){return null==e?void 0:e.data}))}))}function lh(){return Pp((function(e){var t=e.accountCode,n=e.theme;return Ed.getInstance().updateStylingTheme({accountCode:t,theme:n}).then((function(e){return null==e?void 0:e.data}))}))}function dh(){return Pp((function(e){var t=e.payload,n=e.transactionId,o=e.paymentId,a=e.action;return Ed.getInstance().createOperationTransaction(t,n,o,a)}))}function ph(){return Pp((function(e){var t=e.payload,n=e.paymentId,o=e.transactionId,a=e.handleSetProgress;return Ed.getInstance().uploadChargebacks(t,n,o,a)}))}var hh=new rp({}),mh=new class{constructor(e={}){this.queryCache=e.queryCache||new rp,this.mutationCache=e.mutationCache||new up,this.logger=e.logger||tp,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=$d.subscribe((()=>{$d.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())})),this.unsubscribeOnline=Qd.subscribe((()=>{Qd.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]=Od(e,t);return n.fetchStatus="fetching",this.queryCache.findAll(n).length}isMutating(e){return this.mutationCache.findAll({...e,fetching:!0}).length}getQueryData(e,t){var n;return null==(n=this.queryCache.find(e,t))?void 0:n.state.data}ensureQueryData(e,t,n){const o=Id(e,t,n),a=this.getQueryData(o.queryKey);return a?Promise.resolve(a):this.fetchQuery(o)}getQueriesData(e){return this.getQueryCache().findAll(e).map((({queryKey:e,state:t})=>[e,t.data]))}setQueryData(e,t,n){const o=this.queryCache.find(e),a=function(e,t){return"function"==typeof e?e(t):e}(t,null==o?void 0:o.state.data);if(void 0===a)return;const r=Id(e),i=this.defaultQueryOptions(r);return this.queryCache.build(this,i).setData(a,{...n,manual:!0})}setQueriesData(e,t,n){return np.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]=Od(e,t),o=this.queryCache;np.batch((()=>{o.findAll(n).forEach((e=>{o.remove(e)}))}))}resetQueries(e,t,n){const[o,a]=Od(e,t,n),r=this.queryCache,i={type:"active",...o};return np.batch((()=>(r.findAll(o).forEach((e=>{e.reset()})),this.refetchQueries(i,a))))}cancelQueries(e,t,n){const[o,a={}]=Od(e,t,n);void 0===a.revert&&(a.revert=!0);const r=np.batch((()=>this.queryCache.findAll(o).map((e=>e.cancel(a)))));return Promise.all(r).then(xd).catch(xd)}invalidateQueries(e,t,n){const[o,a]=Od(e,t,n);return np.batch((()=>{var e,t;if(this.queryCache.findAll(o).forEach((e=>{e.invalidate()})),"none"===o.refetchType)return Promise.resolve();const n={...o,type:null!=(e=null!=(t=o.refetchType)?t:o.type)?e:"active"};return this.refetchQueries(n,a)}))}refetchQueries(e,t,n){const[o,a]=Od(e,t,n),r=np.batch((()=>this.queryCache.findAll(o).filter((e=>!e.isDisabled())).map((e=>{var t;return e.fetch(void 0,{...a,cancelRefetch:null==(t=null==a?void 0:a.cancelRefetch)||t,meta:{refetchPage:o.refetchPage}})}))));let i=Promise.all(r).then(xd);return null!=a&&a.throwOnError||(i=i.catch(xd)),i}fetchQuery(e,t,n){const o=Id(e,t,n),a=this.defaultQueryOptions(o);void 0===a.retry&&(a.retry=!1);const r=this.queryCache.build(this,a);return r.isStaleByTime(a.staleTime)?r.fetch(a):Promise.resolve(r.state.data)}prefetchQuery(e,t,n){return this.fetchQuery(e,t,n).then(xd).catch(xd)}fetchInfiniteQuery(e,t,n){const o=Id(e,t,n);return o.behavior=cp(),this.fetchQuery(o)}prefetchInfiniteQuery(e,t,n){return this.fetchInfiniteQuery(e,t,n).then(xd).catch(xd)}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=>Ld(e)===Ld(t.queryKey)));n?n.defaultOptions=t:this.queryDefaults.push({queryKey:e,defaultOptions:t})}getQueryDefaults(e){if(!e)return;const t=this.queryDefaults.find((t=>Dd(e,t.queryKey)));if("production"!==process.env.NODE_ENV){this.queryDefaults.filter((t=>Dd(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=>Ld(e)===Ld(t.mutationKey)));n?n.defaultOptions=t:this.mutationDefaults.push({mutationKey:e,defaultOptions:t})}getMutationDefaults(e){if(!e)return;const t=this.mutationDefaults.find((t=>Dd(e,t.mutationKey)));if("production"!==process.env.NODE_ENV){this.mutationDefaults.filter((t=>Dd(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=Pd(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:hh});function fh(){return Pp((function(e){return Ed.getInstance().createReconciliationsReportV2(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function gh(){return Pp((function(e){return Ed.getInstance().createReportV2(e).then((function(e){return null==e?void 0:e.data}))}))}function yh(){return Pp((function(e){return Ed.getInstance().getTotalRowsForExport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function bh(){return Pp((function(e){return Ed.getInstance().cancelReport(e).then((function(e){return null==e?void 0:e.data}))}))}function kh(o){var a=this;return Pp((function(){return t(a,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().createReportTemplate(o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onMutate:function(o){return t(a,void 0,void 0,(function(){var t;return n(this,(function(n){switch(n.label){case 0:return[4,mh.cancelQueries({queryKey:["GET/reports/templates"]})];case 1:return n.sent(),t=mh.getQueryData(["GET/reports/templates"]),mh.setQueryData(["GET/reports/templates"],(function(t){return e(e([],t,!0),[o],!1)})),[2,{previousTemplates:t}]}}))}))},onError:function(e,t,n){mh.setQueryData(["GET/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){mh.invalidateQueries({queryKey:["GET/reports/templates"]})}})}function vh(e){return Pp((function(){return Ed.getInstance().updateReportTemplate(e).then((function(e){return null==e?void 0:e.data}))}))}function jh(e,o,a){var r=this;return void 0===a&&(a=null),Pp((function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().postSmartRoutingCreateWorkflow(e,o).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,t.sent()]}}))}))}),a)}function wh(e,o){var a=this,r=e.versionCode,i=e.accountCode,s=e.organizationCode;return void 0===o&&(o=null),Pp((function(){return t(a,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().postSmartRoutingPublishVersion(i,r,s).then((function(e){return null==e?void 0:e.data}))];case 1:return[2,e.sent()]}}))}))}),o)}function _h(e,t){var n=e.data,o=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().putSmartRoutingUpdateWorkflow(o,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),t)}function Eh(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().deleteSmartRoutingVersion(o,n).then((function(e){return null==e?void 0:e.data}))}),t)}function Ch(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().postSmartRoutingDuplicateVersion(o,n).then((function(e){return null==e?void 0:e.data}))}),t)}function Sh(e,t){var n=e.paymentMethod,o=e.active,a=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().putSmartRoutingToggleMethod(a,n,o).then((function(e){return null==e?void 0:e.data}))}),t)}function xh(e,t){var n=e.declinedId,o=e.accountCode;return void 0===t&&(t=null),Pp((function(e){return void 0===e&&(e=null),Ed.getInstance().updateSmartRoutingDeclinedGroup(o,n,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Rh(e){var t=e.accountCode;return Pp((function(e){return void 0===e&&(e=null),Ed.getInstance().createSmartRoutingDeclinedGroup(t,e).then((function(e){return null==e?void 0:e.data}))}),e.options)}function Th(e,t){var n=e.versionCode,o=e.accountCode;return void 0===t&&(t=null),Pp((function(e){return void 0===e&&(e=!1),Ed.getInstance().updateSmartRoutingFavorite(o,n,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Ih(e,t){var n=e.code,o=e.name,a=e.accountCode;return void 0===t&&(t=null),Pp((function(){return Ed.getInstance().putSmartRoutingUpdateWorkflowName(a,{code:n,name:o}).then((function(e){return null==e?void 0:e.data}))}),t)}function Oh(e,t){var n=e.accountCode,o=e.workflowVersionCode;return void 0===t&&(t=null),Pp((function(e){return Ed.getInstance().simulateSmartRoutingTransaction(n,o,e).then((function(e){return null==e?void 0:e.data}))}),t)}function Ah(e,t){return void 0===t&&(t=null),Pp((function(t){return Ed.getInstance().updateMonitorRedistribution(e,t).then((function(e){return null==e?void 0:e.data}))}),t)}function zh(e,t){return void 0===t&&(t={}),Pp((function(t){var n=t.declinedGroupCode;return Ed.getInstance().removeDeclinedGroup(e,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),a(a({},t),{useErrorBoundary:!1}))}function Ph(e,t){return void 0===t&&(t={}),Pp((function(t){var n=t.payload;return Ed.getInstance().multiAccountDeclinedGroupCreate(e,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),a(a({},t),{useErrorBoundary:!1}))}var Lh=function(e){return Pp((function(t){return Ed.getInstance().createMonitorThreshold(t,e).then((function(e){return e.data}))}))},Dh=function(e){return Pp((function(t){return Ed.getInstance().createMonitorTemplate(t,e).then((function(e){return e.data}))}))};function qh(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postSlackMessageChannel(t).then((function(e){return null==e?void 0:e.data}))}))}function Nh(){return Pp((function(e){var t=e.userCode,n=e.organizationCode;return Ed.getInstance().deleteUserTeamV2({userCode:t,organizationCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Mh(){return Pp((function(){return Ed.getInstance().setCustodian().then((function(e){return null==e?void 0:e.data}))}))}function Uh(){return Pp((function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().createRoles(t,n).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Bh(){var e=this;return Pp((function(o){var a=o.payload,r=o.id,i=o.accountCode;return t(e,void 0,void 0,(function(){var e;return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().editRoles({payload:a,id:r},i)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}}))}))}),{useErrorBoundary:!1})}function Fh(){return Pp((function(e){return Ed.getInstance().deleteRoles(e).then((function(e){return null==e?void 0:e.data}))}))}function Wh(){return Pp(["post-payment-links"],(function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postPaymentLinks({payload:t,accountCode:n}).then((function(e){return null==e?void 0:e.data}))}))}function Hh(){return Pp(["post-delete-payment-link"],(function(e){var t=e.code;return Ed.getInstance().postDeletePaymentLink({code:t}).then((function(e){return null==e?void 0:e.data}))}))}function Vh(){return Pp(["patch-payment-links"],(function(e){var t=e.payload,n=e.accountCode,o=e.paymentLinkCode;return Ed.getInstance().patchPaymentLinks({payload:t,accountCode:n,paymentLinkCode:o}).then((function(e){return null==e?void 0:e.data}))}))}function Gh(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postUserSettings(t)}),{onMutate:function(e){return e}})}function $h(){return Pp((function(e){return Ed.getInstance().postUserThemeSettings(e)}))}function Kh(){return Pp((function(e){var t=e.payload,n=e.section;return Ed.getInstance().postUserSettingsTables(t,n)}),{onMutate:function(e){return e},onSuccess:function(e){var t=mh.getQueryData(["fetch-profile"]);e.data&&mh.setQueryData(["fetch-profile"],a(a({},t),{settings:e.data}))}})}function Qh(e){return Pp(["pinned-sections"],(function(e){var t=e.payload;return Ed.getInstance().postUserSettingsPinned(t)}),{onMutate:function(t){var n=t.payload;return e({payload:n})}})}function Jh(){return Pp((function(e){var t=e.password,n=e.otp;return Ed.getInstance().getMfaTokenValidation(t,n).then((function(e){return null==e?void 0:e.data}))}))}function Xh(){return Pp((function(){return Ed.getInstance().getEmailOtp().then((function(e){return null==e?void 0:e.data}))}))}function Yh(){return Pp((function(e){return Ed.getInstance().confirmMfaOtp(e).then((function(e){return null==e?void 0:e.data}))}))}function Zh(){return Pp((function(e){return Ed.getInstance().unrollMfa(e).then((function(e){return null==e?void 0:e.data}))}))}function em(){return Pp((function(){return Ed.getInstance().validatePasswordStatus().then((function(e){return null==e?void 0:e.data})).catch((function(e){return{valid:!1}}))}))}function tm(){return Pp(["post-get-allowlist-items"],(function(e){var t=e.payload;return Ed.getInstance().postAllowlistItems({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function nm(){return Pp(["post-get-allowlist-multi-account"],(function(e){var t=e.payload;return Ed.getInstance().postGetAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function om(){return Pp(["post-create-allowlist-multi-account"],(function(e){var t=e.payload;return Ed.getInstance().postCreateAllowlistMultiAccount({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function am(){return Pp(["patch-change-status-allowlist"],(function(e){var t=e.payload;return Ed.getInstance().patchChangeStatusAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function rm(){return Pp(["patch-change-status-allowlist-item"],(function(e){var t=e.payload;return Ed.getInstance().patchChangeStatusAllowlistItem({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function im(){return Pp(["post-add-allowlist-items"],(function(e){var t=e.payload;return Ed.getInstance().patchAddAllowlistItems({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function sm(){return Pp(["patch-allowlist"],(function(e){var t=e.payload;return Ed.getInstance().patchAllowlist({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function um(){return Pp(["post-blacklist-multi-account"],(function(e){var t=e.payload;return Ed.getInstance().postBlackListMultiAccount({payload:t}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function cm(){return Pp(["put-blacklist"],(function(e){return Ed.getInstance().putBlackListType(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function lm(){return Pp(["change-blacklist"],(function(e){return Ed.getInstance().changeBlackListStatus(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function dm(){return Pp(["change-blacklist-item"],(function(e){return Ed.getInstance().changeBlackListStatusItem(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function pm(){return Pp(["post-blacklist-items"],(function(e){var t=e.payload;return Ed.getInstance().postBlackListItems({payload:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function hm(){return Pp(["delete-blacklist"],(function(e){var t=e.black_list_code;return Ed.getInstance().deleteBlackListType({black_list_code:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function mm(e){var t=e.handleSetProgress;return Pp(["post-blacklist-batch"],(function(e){var n=e.blacklist_code,o=e.expiration_days,a=e.file;return Ed.getInstance().postBlackListBatch({blacklist_code:n,expiration_days:o,file:a,handleSetProgress:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function fm(){return Pp(["change-payments-webhook"],(function(e){var t=e.status,n=e.paymentCode;return Ed.getInstance().postChangePaymentsWebhook({status:t,paymentCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function gm(){return Pp(["delete-blacklist-items"],(function(e){var t=e.blocklist_code,n=e.blocklist_item_id,o=e.account_code;return Ed.getInstance().deleteBlockListItem({blocklist_code:t,blocklist_item_id:n,account_code:o}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function ym(){return Pp(["valiate-blacklist-items"],(function(e){return Ed.getInstance().valiateBlockListItems({payload:e}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function bm(){return Pp(["delete-allowlist-item"],(function(e){return Ed.getInstance().deleteAllowlistItem({payload:e}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function km(){return Pp(["validate-allowlist-items"],(function(e){return Ed.getInstance().validateAllowlistItems({payload:e}).then((function(e){return e.data})).catch((function(e){return e}))}))}function vm(e){var t=e.fileName,n=e.onSuccess,o=e.onError,a=u(0),r=a[0],i=a[1],s=c({cancel:function(){return null}}),l=Pp(["upload-file-chargeback",t],(function(e){var t=Ed.getInstance().uploadFileS3ClientBatchRefunds({payload:e,handleSetProgress:i}),a=t.promise,r=t.cancel;return s.current.cancel=r,a.then((function(e){return null==n||n(null==e?void 0:e.data),null==e?void 0:e.data})).catch((function(e){throw null==o||o(),e}))}),{useErrorBoundary:!1});return{mutation:l,cancelRequest:s.current.cancel,progress:r}}function jm(){return Pp((function(e){return Ed.getInstance().uploadBatchRefundsV2({payload:e}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function wm(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().batchRefundByFile({payload:o}).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function _m(){var e=this;return Pp((function(o){var a=o.batchRefundId,r=o.organizationCode,i=o.accountCode;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getBatchRefundProcessedFileDownload(a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function Em(){var e=this;return Pp((function(o){var a=o.batchRefundId,r=o.organizationCode,i=o.accountCode;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getBatchRefundUserFileDownload(a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{useErrorBoundary:!1})}function Cm(){var e=c({cancel:function(){return null}}),t=Pp(["upload-file"],(function(t){var n=Ed.getInstance().uploadFileS3ClientBatchRefunds({payload:t}),o=n.promise,a=n.cancel;return e.current.cancel=a,o.then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}));return{mutation:t,cancelRequest:e.current.cancel}}function Sm(){return Pp((function(e){var t=e.payload,n=e.organizationCode;return Ed.getInstance().updateMFAConfig(t,n)}))}function xm(){return Pp((function(e){var t=e.payload,n=e.organizationCode;return Ed.getInstance().mfaExcludeUsers(t,n)}))}function Rm(e){return zp(["GET/scheduled-reports",e],(function(){return Ed.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 Tm(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postScheduledReport(t).then((function(e){return{data:e.data,status:e.status}})).catch((function(e){return e}))}))}function Im(){return Pp((function(e){var t=e.reportCode,n=e.payload;return Ed.getInstance().updateScheduledReport(t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Om(){return Pp((function(e){return Ed.getInstance().deleteScheduledReport(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Am(){return Pp((function(e){return Ed.getInstance().getConditionalConfigRules(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function zm(){return Pp((function(e){return Ed.getInstance().getRule(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Pm(){return Pp((function(e){var t=e.payload,n=e.accountCode;return Ed.getInstance().postCreateRuleMultiAccount(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Lm(){return Pp((function(e){var t=e.payload,n=e.ruleId,o=e.accountCode;return Ed.getInstance().postEditRule(t,n,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function Dm(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postCreateCustomizedApiKeys(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function qm(){return Pp((function(e){var t=e.payload,n=e.code;return Ed.getInstance().pathCreateCustomizedApiKeys(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Nm(){return Pp((function(e){var t=e.code,n=e.password;return Ed.getInstance().getCustomizedApiKeysToken(t,n).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function Mm(){return Pp((function(e){var t=e.passwordOtp;return Ed.getInstance().getDeveloperCredentialsValidatePassword(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}))}function Um(){return Pp((function(e){var t=e.code;return Ed.getInstance().deleteCustomizedApiKeys(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function Bm(){return Pp((function(e){var t=e.payload,n=e.code;return Ed.getInstance().patchApiKeysEditNote(t,n).then((function(e){return e.data})).catch((function(e){return e}))}))}function Fm(){return Pp((function(e){var t=e.payload,n=e.code,o=e.password;return Ed.getInstance().postApiKeysRoll(t,n,o).then((function(e){return e.data})).catch((function(e){return e}))}))}function Wm(){return Pp((function(e){var t=e.password,n=e.accountCode;return Ed.getInstance().getDeveloperCredentials(t,n).then((function(e){return a(a({},null==e?void 0:e.data),{isValid:!0})})).catch((function(e){var t,n;return{isValid:!1,status:e.response.status,error:null===(n=null===(t=null==e?void 0:e.response)||void 0===t?void 0:t.data)||void 0===n?void 0:n.data}}))}))}function Hm(e){return Pp((function(e){var t=e.payload;return Ed.getInstance().postAuditMonitors(t)}),{onMutate:e.onMutate})}function Vm(){return Pp((function(e){var t=e.codes;return Ed.getInstance().postResendWebhooks({codes:t}).then((function(e){return null==e?void 0:e.data}))}))}function Gm(){return Pp((function(e){return Ed.getInstance().postExportApiLogs(e).then((function(e){return null==e?void 0:e.data}))}))}function $m(){return Pp((function(e){return Ed.getInstance().postExportWebhooksLogs(e).then((function(e){return null==e?void 0:e.data}))}))}function Km(o){var a=this;return Pp((function(){return Ed.getInstance().createReconciliationReportTemplate(o).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{onMutate:function(o){return t(a,void 0,void 0,(function(){var t,a;return n(this,(function(n){switch(n.label){case 0:return[4,mh.cancelQueries({queryKey:["GET/reconciliation/reports/templates"]})];case 1:return n.sent(),t=null===(a=mh.getQueryData(["GET/reconciliation/reports/templates"]))||void 0===a?void 0:a.templates,mh.setQueryData(["GET/reconciliation/reports/templates"],(function(t){return{templates:e(e([],t.templates,!0),[o],!1)}})),[2,{previousTemplates:t}]}}))}))},onError:function(e,t,n){mh.setQueryData(["GET/reconciliation/reports/templates"],null==n?void 0:n.previousTemplates)},onSettled:function(){mh.invalidateQueries({queryKey:["GET/reconciliation/reports/templates"]})},useErrorBoundary:!1})}function Qm(e){return Pp((function(){return Ed.getInstance().updateReconciliationReportTemplate(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function Jm(){return Pp(["POST/reconciliation/alerts"],(function(e){return Ed.getInstance().postReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){mh.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function Xm(){return Pp(["DELETE/reconciliation/alerts"],(function(e){return Ed.getInstance().deleteReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){mh.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function Ym(){return Pp(["UPDATE/reconciliation/alerts"],(function(e){return Ed.getInstance().updateReconciliationAlert(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{onSuccess:function(){mh.invalidateQueries(["GET/reconciliation/alerts/list"])},useErrorBoundary:!1})}function Zm(){return Pp((function(e){var t=e.payload;return Ed.getInstance().postCreateInsightsReport(t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function ef(){return Pp((function(e){return Ed.getInstance().createSamlConfig(e)}))}function tf(){return Pp((function(e){return Ed.getInstance().updateSamlConfig(e)}))}function nf(){return Pp((function(){return Ed.getInstance().deleteSamlConfig()}))}function of(e,t){return void 0===t&&(t={}),Pp((function(t){return Ed.getInstance().generateAIWorkflowRoutes(e,t).then((function(e){return null==e?void 0:e.data}))}),a(a({},t),{useErrorBoundary:!1}))}function af(e){return void 0===e&&(e={}),Pp((function(e){return Ed.getInstance().postAIGenerationFeedback(e).then((function(e){return null==e?void 0:e.data}))}),a(a({},e),{useErrorBoundary:!1}))}function rf(){return Pp((function(e){return Ed.getInstance().createChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function sf(){return Pp((function(e){return Ed.getInstance().deleteChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function uf(){return Pp((function(e){var t=e.chart_id,n=e.type,o=e.name,a=e.user_prompt,r=void 0===a?"":a;return Ed.getInstance().patchChartGPTChart(t,{type:n,name:o,user_prompt:r}).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function cf(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){var e,t,a,r,i;return n(this,(function(n){switch(n.label){case 0:return[4,Ed.getInstance().createChartGPTChart(o)];case 1:if(e=n.sent(),!(t=null!==(r=null===(a=null==e?void 0:e.data)||void 0===a?void 0:a.chartgpt_id)&&void 0!==r?r:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:t}]}}))}))}),{useErrorBoundary:!1})}function lf(){return Pp((function(e){return Ed.getInstance().createChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function df(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){var e,t,a,r,i;return n(this,(function(n){switch(n.label){case 0:return[4,Ed.getInstance().createChartGPTChart(o)];case 1:if(e=n.sent(),!(t=null!==(r=null===(a=null==e?void 0:e.data)||void 0===a?void 0:a.chartgpt_id)&&void 0!==r?r:null===(i=null==e?void 0:e.data)||void 0===i?void 0:i.chart_id))throw new Error("Failed to create chart: No chart ID returned");return[2,{chart_id:t}]}}))}))}),{useErrorBoundary:!1})}function pf(){var e=this;return Pp(["POST/template-reporting/report-templates"],(function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().createTemplateReporting(o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function hf(){var e=this;return Pp(["POST/template-reporting/report-templates/clone"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().cloneReportTemplate(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function mf(){var e=this;return Pp(["PATCH/template-reporting/report-templates/selection"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().updateTemplateSelection(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function ff(){var e=this;return Pp(["PATCH/template-reporting/report-templates/status"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().changeTemplateStatus(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function gf(){var e=this;return Pp(["DELETE/template-reporting/report-templates"],(function(o){var a=o.templateId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().deleteReportTemplate(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/templates/search"]})},useErrorBoundary:!1})}function yf(){var e=this;return Pp(["POST/template-reporting/report-schedules"],(function(o){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().createReportSchedule(o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function bf(){var e=this;return Pp(["PATCH/template-reporting/report-schedules/disable"],(function(o){var a=o.scheduleId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().disableReportSchedule(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}function kf(){var e=this;return Pp(["DELETE/template-reporting/report-schedules"],(function(o){var a=o.scheduleId,r=o.payload;return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().deleteReportSchedule(a,r).then((function(e){return null==e?void 0:e.data}))]}))}))}),{onSuccess:function(){mh.invalidateQueries({queryKey:["POST/template-reporting/schedules/search"]})},useErrorBoundary:!1})}var vf=function(){var e,t;return null===(t=null===(e=function(e){var t=localStorage.getItem(e),n=u(t&&JSON.parse(t)),o=n[0],a=n[1];return l((function(){var t=function(t){if(t.key===e){var n=t.newValue;a(n)}};return window.addEventListener("storage",t),function(){window.removeEventListener("storage",t)}}),[e]),o}("account"))||void 0===e?void 0:e.value)||void 0===t?void 0:t.organization_code};function jf(e){var o=this;return zp(["fetch-payments-lazy",e],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.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 wf(e){return zp(["fetch-payments-evaluated",e],(function(){return Ed.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 _f(e){var o=this,a=e.paymentCode,r=e.enabled,i=void 0===r||r,s=Ed.getInstance();return zp(["get-payment-v2",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,s.getPaymentV2(a).then((function(e){return e.data}))]}))}))}),{enabled:i,cacheTime:500,useErrorBoundary:!1})}function Ef(e){var o=this,a=e.payment_code,r=e.enabled,i=void 0===r||r,s=Ed.getInstance();return zp(["get-payment-transaction-details-v2",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,s.getTransactionDetailsV2({payment_code:a}).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!a&&i,cacheTime:0,useErrorBoundary:!1})}function Cf(e){var o=this,a=e.transaction_code,r=e.enabled,i=void 0===r||r,s=Ed.getInstance();return zp(["get-payment-transaction-raw-response",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,s.getTransactionRawResponse({transaction_code:a})]}))}))}),{enabled:!!a&&i,cacheTime:0,useErrorBoundary:!1})}function Sf(e){var t=vf();return zp(["payment-methods",e],(function(){return Ed.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 xf(){return zp({queryKey:["/payment-methods/providers"],queryFn:function(){return Ed.getInstance().getPaymentMethodsAndProviders().then((function(e){return null==e?void 0:e.data}))},cacheTime:864e5,useErrorBoundary:!1})}function Rf(){return zp(["GET/catalog/card-brands"],(function(){return Ed.getInstance().getCardBrands().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Tf(e,t){return void 0===e&&(e=!0),void 0===t&&(t=Sc.PAYMENTS),zp(["payment-filters",e,t],(function(){return Ed.getInstance().getPaymentFilters(t).then((function(e){return null==e?void 0:e.data}))}),{enabled:e,useErrorBoundary:!1,cacheTime:3e5})}function If(){return zp(["payment-metrics-filters"],(function(){return Ed.getInstance().getPaymentMetricsFilters().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Of(e){var t=e.transaction_code,n=e.enabled;return zp(["payment-transaction-details",t],(function(){return Ed.getInstance().getPaymentTransactionsDetails({transaction_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function Af(e){var t=e.payment_code,n=e.enabled;return zp(["transaction-history",t],(function(){return Ed.getInstance().getTransactionHistoryByPaymentCode({payment_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&(void 0===n||n),useErrorBoundary:!1})}function zf(e){var o=this;return zp(["POST/transactions",JSON.stringify(e)],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().postTransactions(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function Pf(e){var o=this;return zp(["POST/fraud-transactions",JSON.stringify(e)],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.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 Lf(e){return zp(["GET/payout-detail",JSON.stringify(e)],(function(){var t=Ed.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 Df(e){return zp(["GET/payout-transaction-detail",JSON.stringify(e)],(function(){return Ed.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 qf(e){var t=vf();return zp(["GET/payout-history-detail",JSON.stringify(e)],(function(){return Ed.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 Nf(e,o){var a=this,r=vf();return zp(["GET/useGetProofOfCancel",r,e,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getProofOfCancel(e,r,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!r&&!!o,cacheTime:0,useErrorBoundary:!1})}function Mf(e,o){var a=this,r=vf();return zp(["GET/useGetProofOfPayment",r,e,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getProofOfPayment(e,r,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:!!e&&!!r&&!!o,cacheTime:0,useErrorBoundary:!1})}function Uf(e,o,a){var r=this,i=Ed.getInstance();return zp(["send-payment-notification",e,o],(function(){return t(r,void 0,void 0,(function(){var t,r;return n(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,i.sendPaymentNotification(e,o)];case 1:return t=n.sent(),a.onSuccess(),[2,t.data];case 2:throw r=n.sent(),a.onError(),r;case 3:return[2]}}))}))}),{enabled:a.enabled,cacheTime:0,useErrorBoundary:!1})}function Bf(e){return zp(["usePayoutsList",e&&JSON.stringify(e)],(function(){var t=Ed.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 Ff(e){var o=this;void 0===e&&(e=!0);var a=vf();return zp(["getPayoutsFilters",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getPayoutsFilters(a).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))]}))}))}),{enabled:e&&!!a})}function Wf(e){var t=e.password,n=e.accountCode;return zp(["developers"],(function(){return Ed.getInstance().getDeveloperCredentials(t,n).then((function(e){return a(a({},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 Hf(){return zp(["fetch-customized-api-keys-members"],(function(){return Ed.getInstance().getCustomizedApiKeysMembers().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function Vf(){return zp(["developers-get-allowed-ips"],(function(){return Ed.getInstance().getAllowedIps().then((function(e){return(null==e?void 0:e.data)?a(a({},null==e?void 0:e.data),{isError:!1}):null})).catch((function(e){return a(a({},e),{isError:!0})}))}),{enabled:!1,cacheTime:0})}function Gf(){return zp(["fetch-customized-api-keys-accounts"],(function(){return Ed.getInstance().getCustomizedApiKeysAccounts().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function $f(e){return zp(["fetch-customized-api-keys",e],(function(){return Ed.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 Kf(){return zp(["fetch-customized-api-keys-products"],(function(){return Ed.getInstance().getCustomizedApiKeysProducts().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{cacheTime:0})}function Qf(){return Pp(["developers-patch-allowed-ips"],(function(e){return Ed.getInstance().patchAllowedIps(e).then((function(e){return(null==e?void 0:e.data)?a(a({},null==e?void 0:e.data),{isError:!1}):null})).catch((function(e){return a(a({},e),{isError:!0})}))}),{cacheTime:0})}function Jf(){return zp(["fetch-organizations"],(function(){return Ed.getInstance().getOrganization().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{keepPreviousData:!0})}function Xf(){return zp(["fetch-all-organizations",vf()],(function(){return Ed.getInstance().getAllOrganization().then((function(e){return(null==e?void 0:e.data)||[]}))}),{cacheTime:36e5,keepPreviousData:!0,useErrorBoundary:!1})}function Yf(e){var t=vf();return zp(["organizations-provider-params",e],(function(e){var n=e.queryKey;return Ed.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 Zf(e){var t=e.integration_code,n=e.enabled,o=e.accountCode;return zp(["integration-params",t,o],(function(){return t.includes("undefined")?{}:Ed.getInstance().getIntegrationParams({accountCode:o,integration_code:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,useErrorBoundary:!1})}function eg(e){var t=e.accountCode,n=e.organizationCode,o=vf();return zp(["organizations-account-integrations",t,n],(function(){return Ed.getInstance().getIntegrationByAccountV2({accountCode:t,organizationCode:n||o}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,enabled:!!t,useErrorBoundary:!1})}function tg(e){var t=e.accountCode,n=e.paymentMethod;return zp(["fetch-connections-by-payment-method",n,t],(function(){return Ed.getInstance().getConnectionsByPaymentMethod(t,n).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!n&&!!t,cacheTime:0,useErrorBoundary:!1})}function ng(){var e=this;return zp(["fetch-hash-pylon"],(function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){return[2,Ed.getInstance().getHashPylon()]}))}))}),{keepPreviousData:!0,useErrorBoundary:!1})}function og(){return zp(["connections"],(function(){return Ed.getInstance().getConnections().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function ag(){return zp(["dialogs"],(function(){return Ed.getInstance().getDialogs().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,retryDelay:2e3,cacheTime:36e5})}function rg(){return zp(["params-catalog"],(function(){return Ed.getInstance().getWebhookParamsV2().then((function(e){return null==e?void 0:e.data}))}))}function ig(e){var t=e.accountCode,n=e.name;return zp(["webhooks",t,n],(function(){return Ed.getInstance().getWebhooksV3({accountCode:t,name:n}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t,useErrorBoundary:!1})}function sg(e){var t=e.accountCode,n=e.enabled;return zp(["webhooks-detail",t],(function(){return Ed.getInstance().getWebhooksV2Detail({accountCode:t}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!n})}function ug(e){var t,n=vf(),o=null!==(t=null!=e?e:n)&&void 0!==t?t:null;return zp({queryKey:["accounts",o],queryFn:function(){return Ed.getInstance().getAccounts(o).then((function(e){return null==e?void 0:e.data}))},keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!o})}function cg(e){return zp(["accountsV2",e],(function(){return Ed.getInstance().getAccountsV2().then((function(e){return(null==e?void 0:e.data)||[]})).catch((function(e){throw e}))}),{keepPreviousData:!0,enabled:!!e,useErrorBoundary:!1})}function lg(e){return zp(["accountsV2-by-user",e],(function(){return e?Ed.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 dg(e,o){var a=this;return zp({queryKey:["accounts-for-impersonation",e,o],queryFn:function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getAccountsForImpersonation(e).then((function(e){var t,n;return(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.response)||void 0===n?void 0:n.map((function(e){return{label:e.name,value:o?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 pg(){return zp(["menu"],(function(){return Ed.getInstance().getMenu().then((function(e){return sd(e)?md:null==e?void 0:e.data})).catch((function(){return md}))}))}function hg(){return zp(["/payment/statuses/style"],(function(){return Ed.getInstance().useGetPaymentStatusesStyles().then((function(e){return sd(e)?ud:null==e?void 0:e.data})).catch((function(){return ud}))}))}function mg(){return zp(["/transaction/statuses/style"],(function(){return Ed.getInstance().useGetTransactionStatusesStyles().then((function(e){return sd(e)?cd:null==e?void 0:e.data})).catch((function(){return cd}))}),{cacheTime:36e5,useErrorBoundary:!1})}function fg(){return zp(["/reconciliation/transaction/statuses/style"],(function(){return Ed.getInstance().useGetReconciliationTransactionStatusesStyles().then((function(e){return sd(e)?ld:null==e?void 0:e.data})).catch((function(){return ld}))}))}function gg(){return zp(["timezone-catalog"],(function(){return Ed.getInstance().useGetTimeZoneCatalog().then((function(e){return sd(e)?dd:null==e?void 0:e.data})).catch((function(){return dd}))}))}function yg(){return zp(["/cms/audit-logs-filters"],(function(){return Ed.getInstance().useGetAuditLogsFilters().then((function(e){return sd(e)?pd:null==e?void 0:e.data})).catch((function(){return pd}))}))}function bg(){return zp(["/cms/static-contents"],(function(){return Ed.getInstance().getDashboardStaticContents().then((function(e){var t,n;return sd(e)?hd:(null===(n=null===(t=null==e?void 0:e.data)||void 0===t?void 0:t[0])||void 0===n?void 0:n.data)||{}}))}),{cacheTime:6048e5,useErrorBoundary:!1})}function kg(){return zp(["/cms/locales"],(function(){return Ed.getInstance().getLocales().then((function(e){return sd(e)?fd:e.data})).catch((function(){return fd}))}))}var vg=function(){var e=u("ON"===localStorage.getItem("isTesting")),t=e[0],n=e[1];return l((function(){window.addEventListener("storage",(function(e){"isTesting"===e.key&&n("ON"===e.newValue)}))}),[]),{isTesting:t}};function jg(e){return zp(["smart-routing-methods",e],(function(){return Ed.getInstance().getSmartRoutingMethods(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function wg(e,t){return zp(["smart-routing-workflow",t,e],(function(){return Ed.getInstance().getSmartRoutingWorkflow(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!e,cacheTime:0,retry:!1})}function _g(e,t){return zp(["smart-routing-condition-types",e,t],(function(){return Ed.getInstance().getSmartRoutingConditionTypes(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t&&!!e})}function Eg(e,t){return zp(["smart-routing-condition-payment-method",e,t],(function(){return Ed.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 Cg(e,t){return zp(["smart-routing-condition-types-values",t,e],(function(){return Ed.getInstance().getSmartRoutingConditionTypesValues(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&!!e,useErrorBoundary:!1})}function Sg(e){var t=e.accountCode,n=e.workflowVersionId;return zp(["smart-routing-workflow-version",n,t],(function(){return Ed.getInstance().getSmartRoutingWorkflowVersion(t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!n&&!!t,cacheTime:0})}function xg(e,t,n){return zp(["smart-routing-next-route",e,n,t],(function(){return Ed.getInstance().getSmartRoutingNextSteps(e,t,n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function Rg(e){return zp(["smart-routing-decline-groups",e],(function(){return Ed.getInstance().getSmartRoutingDeclinedGroup(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Tg(e,t){return zp(["smart-routing-payment-route",e,t],(function(){return Ed.getInstance().getSmartRoutingPaymentRoute(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&!!t,cacheTime:0})}function Ig(e){return zp(["smart-routing-simulate-condition-type-values",e],(function(){return Ed.getInstance().getSmartRoutingSimulateConditionTypeValues(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Og(e){var t=e.text,n=e.conditionType;return zp(["smart-routing-search-condition-values",t,n],(function(){return Ed.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 Ag(){return zp(["smart-routing-conversion-rates"],(function(){return Ed.getInstance().getProviderConversionRatesData().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!1,useErrorBoundary:!1})}function zg(){var e=this;return zp({queryKey:["smart-routing-3ds-excemptions"],queryFn:function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().get3DSExemptions()];case 1:return[2,e.sent().data]}}))}))},useErrorBoundary:!1})}function Pg(){var e=this;return zp({queryKey:["smart-routing-network-tokens-onboarding"],queryFn:function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().getNetworkTokensOnboarding()];case 1:return[2,e.sent().data]}}))}))},useErrorBoundary:!1})}function Lg(e){return zp(["fetch-routing-monitors-templates",e],(function(){return Ed.getInstance().getRoutingMonitorsTemplates(e).then((function(e){return e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Dg(e,t){return zp(["fetch-routing-monitors-template",e],(function(){return Ed.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 qg(e){var t=e.accountCode;return zp(["checkouts",t],(function(){return Ed.getInstance().getCheckouts({accountCode:t}).then((function(e){return e.data}))}),{cacheTime:0,enabled:Boolean(t)})}function Ng(e){var t=e.accountCode;return zp(["checkouts-template"],(function(){return Ed.getInstance().getCheckoutTemplate({accountCode:t}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,enabled:Boolean(t)})}var Mg=function(e){return["checkout-builder-name-and-icon",e.paymentMethodType,e.type]},Ug=function(e,t){var n=e.paymentMethodType,o=e.type;return zp(Mg({paymentMethodType:n,type:o}),(function(){return Ed.getInstance().getNameAndIcon({paymentMethodType:n,type:o}).then((function(e){return null==e?void 0:e.data}))}),t)},Bg=function(e){return["checkout-builder-required-fields",e.paymentMethodType,e.type]},Fg=function(e,t){var n=e.paymentMethodType,o=e.type;return zp(Bg({paymentMethodType:n,type:o}),(function(){return Ed.getInstance().getRequiredFields({paymentMethodType:n,type:o}).then((function(e){return null==e?void 0:e.data}))}),t)};function Wg(e){var t=e.accountCode;return zp(["styling-sdk-dynamic",t],(function(){return Ed.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 Hg(e){var t=e.accountCode;return zp(["styling-theme",t],(function(){return Ed.getInstance().getStylingTheme({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 Vg(e){var t=e.accountCode;return zp(["styling-settings",t],(function(){return Ed.getInstance().getStylingSettings({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 Gg(e){var t=e.accountCode,n=e.environment,o=void 0===n?"live":n;return zp(["styling-settings-v2",t],(function(){return Ed.getInstance().getStylingSettingsV2({accountCode:t,environment:o}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:Boolean(t),useErrorBoundary:!1})}function $g(){return Pp((function(e){var t=e.accountCode,n=e.environment,o=void 0===n?"live":n,a=e.payload;return Ed.getInstance().changeStylingSettings({accountCode:t,environment:o,payload:a}).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}))}function Kg(){return zp(["fetch-profile"],(function(){return Ed.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 Qg(){var e=this;return zp(["get-user-full"],(function(){return t(e,void 0,void 0,(function(){return n(this,(function(e){switch(e.label){case 0:return[4,Ed.getInstance().getUserFull()];case 1:return[2,e.sent().data]}}))}))}),{keepPreviousData:!0,useErrorBoundary:!1})}function Jg(e,t){return zp(["fetch-permissions",e,t],(function(){var e,t,n,o=localStorage.getItem("account"),a=localStorage.getItem("user"),r=o&&JSON.parse(o),i=a&&JSON.parse(a);return((null==i?void 0:i.merlin)?null===(e=null==i?void 0:i.merlin)||void 0===e?void 0:e.permissions:null===(n=null===(t=null==r?void 0:r.value)||void 0===t?void 0:t.role)||void 0===n?void 0:n.permission_ids.map((function(e){return{permission_name:e,description:e,resource_server_name:e,resource_server_identifier:e}})))||[]}))}function Xg(e){return zp(["email-verification",e],(function(){return Ed.getInstance().emailVerification(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function Yg(){return zp({queryKey:["get-login-methods"],queryFn:function(){return Ed.getInstance().getLoginMethods().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}})}function Zg(){return zp(["fetch-impersonation-users"],(function(){return Ed.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 ey(){return zp(["fetch-impersonation-enabled"],(function(){return Ed.getInstance().getImpersonationEnabled().then((function(e){return null==e?void 0:e.data}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function ty(e,o,a,r,i){var s=this;return void 0===a&&(a=1),void 0===r&&(r=10),zp(["get-users-to-impersonate",e,o,a,r,i],(function(){return t(s,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getUsersToImpersonate(e,o,a,r,i).then((function(e){return null==e?void 0:e.data}))]}))}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3,enabled:!!e})}function ny(e){var t;return zp(["fetch-communications",e],(function(){return Ed.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 oy(){return zp(["fetch-communications-filters"],(function(){return Ed.getInstance().getCommunicationsFilters().then((function(e){return null==e?void 0:e.data}))}),{keepPreviousData:!0,useErrorBoundary:!1,cacheTime:3e3})}function ay(e,t){return zp(["fetch-communication-details",e],(function(){return Ed.getInstance().getCommunicationDetails(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e,useErrorBoundary:!1,cacheTime:0})}function ry(e){return zp(["notifications-customer",e],(function(){return Ed.getInstance().getNotificationsCustomer(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e,keepPreviousData:!1})}function iy(e){return zp(["validate-opsgenie-key",e],(function(){return Ed.getInstance().getValidateOpsgenieKey(e).then((function(e){return null==e?void 0:e.data})).catch((function(){return{error:!0}}))}),{enabled:!!e,cacheTime:0})}function sy(){return zp(["notifications-merged"],(function(){return Ed.getInstance().getMergedNotifications().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{keepPreviousData:!1,cacheTime:0})}function uy(){return Pp((function(e){return Ed.getInstance().getNotificationsNumber(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}))}function cy(){var e=this;return Pp((function(o){return t(e,void 0,void 0,(function(){var e;return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().pathNotification(o)];case 1:return[2,null==(e=t.sent())?void 0:e.data]}}))}))}))}var ly={key:"metadata_fields",name:"metadata_fields"};function dy(){return zp(["reports"],(function(){return Ed.getInstance().reportsList().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function py(e){return void 0===e&&(e=!0),zp(["reports-multi-env"],(function(){return Ed.getInstance().reportsListMultiEnv().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e})}function hy(e,t,n){return void 0===t&&(t=!1),zp(["reports/".concat(e)],(function(){return Ed.getInstance().downloadReports(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:t,onSuccess:n,useErrorBoundary:!1})}function my(e){return zp(["GET/reports/templates"],(function(){return Ed.getInstance().getReportTemplates().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e,useErrorBoundary:!1})}function fy(o,a,r){var i=this;return zp(["GET/reports/columns/".concat(a,"/").concat(r)],(function(){return t(i,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getReportColumns(a,r).then((function(t){return a===Oc.ALL&&r===Ic.PAYMENTS?e(e([],null==t?void 0:t.data,!0),[ly],!1):null==t?void 0:t.data})).catch((function(e){return e}))]}))}))}),{enabled:o,useErrorBoundary:!1})}function gy(e,o){var a=this,r=vf();return zp(["getRefundPdf",e,r,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getRefundPdf(e,r,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))]}))}))}),{enabled:!!e&&!!r,useErrorBoundary:!1})}function yy(){var e=vf();return zp(["teams-filters-members"],(function(){return Ed.getInstance().teamsFiltersMembers({organizationCode:e}).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0})}function by(e){var t=e.organizationCode,n=e.accountCodes,o=e.email,a=e.page,r=e.pageSize,i=vf();return zp(["fetch-post-members-v2",t,n,o,a,r],(function(){return Ed.getInstance().postMembersPaginatedV2({organizationCode:i,accountCodes:n,email:o,page:a,pageSize:r}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t&&!!n,cacheTime:0,useErrorBoundary:!1})}function ky(){return zp(["fetch-roles"],(function(){return Ed.getInstance().getRoles().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function vy(){return zp(["fetch-rolespermissions"],(function(){return Ed.getInstance().getRolesPermissions().then((function(e){return null==e?void 0:e.data}))}))}function jy(){return zp(["fetch-permissions-catalog"],(function(){return Ed.getInstance().getPermissionsCatalog().then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{useErrorBoundary:!1})}function wy(e){return zp(["data-report",e],(function(){return Ed.getInstance().getSmartRoutingDataReport(e).then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0,useErrorBoundary:!1})}function _y(e,t,n){return void 0===n&&(n=!0),zp(["get-insights-conversion-rate-metrics-v2",e,t],(function(){return Ed.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:3e5,cacheTime:3e5,useErrorBoundary:!1,retry:1})}function Ey(e,t){return zp(["get-insights-conversion-rate-view-more-metrics",t,e],(function(){return Ed.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 Cy(e){return zp(["get-insights-conversion-rate-fallback-metrics",e],(function(){return Ed.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 Sy(e,t,n){return void 0===n&&(n=!0),delete t.account_code,zp(["get-insights-volume-metrics",t,e],(function(){return Ed.getInstance().getInsightsMetricsVolume(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function xy(e,t,n,o){return void 0===o&&(o=!0),delete t.account_code,zp(["get-insights-volume-metrics-v2",t,e,n],(function(){return Ed.getInstance().getInsightsMetricsVolumeV2(e,n,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:o,cacheTime:200,useErrorBoundary:!1})}function Ry(e,t,n){return void 0===n&&(n=!0),delete t.account_code,zp(["get-insights-total-payment-fraud-metrics",t,e],(function(){return Ed.getInstance().getInsightsMetricsTotalPaymentsAndFraud(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Ty(e,t,n){return void 0===n&&(n=!0),delete t.account_code,zp(["get-insights-customer-payment-fraud-metrics",t,e],(function(){return Ed.getInstance().getInsightsMetricsCustomerPaymentsAndFraud(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:200,useErrorBoundary:!1})}function Iy(e){return zp(["get-insights-overview",e],(function(){return Ed.getInstance().getInsightOverview(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!(null==e?void 0:e.enabled)&&void 0!==e.account_code,cacheTime:200,useErrorBoundary:!1})}function Oy(e,t){var n=!!(null==e?void 0:e.enabled)&&void 0!==(null==e?void 0:e.account_code);return zp(["get-insights-overview-v3",e,t],(function(){return Ed.getInstance().getInsightOverviewV3(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:n,cacheTime:0,useErrorBoundary:!1})}function Ay(e){return zp(["get-insights-home-metrics",e],(function(){return Ed.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 zy(e){return zp(["get-insights-reports",e],(function(){return Ed.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 Py(e){return zp(["get-insights-reports-again",e],(function(){return Ed.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 Ly(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-fraud-screening-volume-and-count-tx",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsFraudScreeningVolumeAndCountTx(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Dy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-fraud-screening-conversion-rate",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsFraudScreeningConversionRate(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function qy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-volume-and-count-tx",o,e],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsVolumeAndCountTx(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Ny(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-conversion-rate-and-evolution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsConversionRateAndEvolution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function My(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-decline-reasons",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsDeclineReasons(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Uy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-3ds-frictionless-vs-challenge",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsights3dsFrictionlessVsChallenge(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function By(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-volume-and-count-tx",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksVolumeAndCountTx(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Fy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-total-rate-and-evolution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksTotalRateAndEvolution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Wy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-win-rate",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksWinRate(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Hy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-disputed",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksDisputed(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Vy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-by-provider-and-card-brand",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksByProviderAndCardBrand(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Gy(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-reasons-distribution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksReasonsDistribution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function $y(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-status-distribution",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksStatusDistribution(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Ky(e,o,a){var r=this;return void 0===a&&(a={enabled:!0}),zp({queryKey:["post-insights-chargebacks-by-card-brand",e,o],queryFn:function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getInsightsChargebacksByCardBrand(e,o)];case 1:return[2,t.sent()]}}))}))},enabled:a.enabled&&void 0!==e.account_codes,cacheTime:200,useErrorBoundary:!1})}function Qy(e,t){return zp(["fetch-reconciliation-transaction",e],(function(){return Ed.getInstance().getReconciliationTransactions(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!!t,useErrorBoundary:!1})}function Jy(e,t){return zp(["fetch-reconciliation-settlements",e],(function(){return Ed.getInstance().getReconciliationSettlements(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{enabled:!!t,useErrorBoundary:!1})}function Xy(e,t){return zp(["fetch-reconciliation-metrics",e],(function(){return Ed.getInstance().getReconciliationMetrics(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!t,cacheTime:500})}function Yy(){return zp(["GET-reconciliation-filters"],(function(){return Ed.getInstance().getReconciliationFilters().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1})}function Zy(e){return zp(["GET/v1/reconciliation/table/".concat(e,"/columns")],(function(){return Ed.getInstance().getAllTableColumns(e).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function eb(){return zp(["GET/v1/reconciliation/active"],(function(){return Ed.getInstance().getReconciliationActive().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}))}function tb(e,t,n){return zp(["GET/reconciliation/reports/columns/".concat(t,"/").concat(n)],(function(){return Ed.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 nb(e){return zp(["GET/reconciliation/reports/templates"],(function(){return Ed.getInstance().getReconciliationReportTemplates().then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){throw e}))}),{enabled:e,useErrorBoundary:!1})}function ob(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/alerts/list",t,n],(function(){return Ed.getInstance().getReconciliationAlerts(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function ab(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/agenda/list",t,n],(function(){return Ed.getInstance().getReconciliationAgenda(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function rb(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/agenda/insights",t,n],(function(){return Ed.getInstance().getReconciliationAgendaInsightByKey(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function ib(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/sales/list",t,n],(function(){return Ed.getInstance().getReconciliationSales(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function sb(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/advancements/list",t,n],(function(){return Ed.getInstance().getReconciliationAdvancements(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function ub(e){var t=e.body,n=e.params,o=e.enabled;return zp(["GET/reconciliation/fees/list",t,n],(function(){return Ed.getInstance().getReconciliationFees(t,n).then((function(e){return e.data}))}),{enabled:o,useErrorBoundary:!1})}function cb(e){var o=this,a=Object.values(e).filter(Boolean);return zp(["feature-flags",a],(function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getFeatureFlagId(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a.length>1,useErrorBoundary:!1})}function lb(e){var o=this,a=zp({queryKey:["all-feature-flags",Object.values(e).filter(Boolean)],queryFn:function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getFeatureFlagIdAll({accountCode:e.account_code}).then((function(e){return null==e?void 0:e.data}))]}))}))},enabled:!!e.account_code&&!!e.organization_code&&!!e.email,cacheTime:9e5,useErrorBoundary:!1}),r=xp();return l((function(){r.setQueryData(["cached-feature-flags"],a)}),[a,r]),a}function db(e){var t,n,o=xp(),r=o.getQueryState(["cached-feature-flags"]),i=Boolean(!(null===(t=null==r?void 0:r.data)||void 0===t?void 0:t.status)||"loading"===(null===(n=null==r?void 0:r.data)||void 0===n?void 0:n.status)),s=zp({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 a(a({},s),{isLoading:i})}function pb(e){return zp(["events",e],(function(){return Ed.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 hb(e){return zp(["audit-monitor-event-detail",e],(function(){return Ed.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 mb(e){return zp(["api-logs",e],(function(){return Ed.getInstance().postApiLogs({payload:e}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e.organizationCode,cacheTime:0,useErrorBoundary:!1})}function fb(e){var t=e.params;return zp(["webhook-logs",t],(function(){return Ed.getInstance().postWebhookLogs({payload:t}).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t.organizationCode,cacheTime:0,useErrorBoundary:!1})}function gb(e){return zp(["api-logs-detail",e],(function(){return Ed.getInstance().getApiLogsDetailByPaymentCode(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e,cacheTime:0,useErrorBoundary:!1})}function yb(e,t){return zp(["fetch-payment-links",e,t],(function(){return Ed.getInstance().getPaymentLinks(e,t).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!t,cacheTime:0})}function bb(e){return zp(["payment-link"],(function(){return Ed.getInstance().getPaymentLinksByCode(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e})}function kb(e){return void 0===e&&(e=!0),zp(["countries",e],(function(){return Ed.getInstance().useGetCountriesConfig().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:e,keepPreviousData:!0})}function vb(e){var t=localStorage.getItem("lang")||"en",n=e||t;return zp(["countries-v2",n],(function(){return Ed.getInstance().useGetCountriesConfigV2(n).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!0,keepPreviousData:!0})}function jb(e){return zp(["timezone"],(function(){return Ed.getInstance().getTimezone(e).then((function(e){return sd(e)?dd:null==e?void 0:e.data})).catch((function(){return dd}))}),{enabled:!0,keepPreviousData:!0})}function wb(e){return zp(["installments-plans",e],(function(){return Ed.getInstance().getInstallmentPlans(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){throw e}))}),{cacheTime:0,enabled:Boolean(e),useErrorBoundary:!1})}function _b(e){return Pp((function(e){var t=e.payload;return Ed.getInstance().firebaseUserSubscribe(t)}),{onMutate:function(e){return e},onSuccess:e.onSuccessCallback})}function Eb(e,t){return zp(["get-cofig-allow-list",e],(function(){return Ed.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 Cb(e){return zp(["get-black-list",e],(function(){return Ed.getInstance().getBlackListType(e).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:!!e})}function Sb(e,t,n,o){var a;return zp(["post-black-list",e],(function(){return Ed.getInstance().postBlockList(e,null!=t?t:"",null!=n?n:0,null!=o?o:25).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:(null===(a=e[0])||void 0===a?void 0:a.length)>0&&null!==t,useErrorBoundary:!1})}function xb(e,t,n){return zp(["get-block-list-summary",e,t,n],(function(){var o=Ed.getInstance();return n?o.getBlackListSummary(e,t).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e})):Promise.resolve({})}),{enabled:!!e&&!!n})}function Rb(e,t,n,o,a,r){return zp(["black-list-detail",e,t,o,a,r],(function(){return Ed.getInstance().getBlacklistDetail(e,t,n,o,a).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{enabled:!!e&&r,cacheTime:0})}function Tb(e,t,n){return zp(["allow-list-detail",e],(function(){return Ed.getInstance().getAllowlistDetail(e,t).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{enabled:!!e&&!!n})}function Ib(e){return zp(["query-post-get-allowlist-multi-account",JSON.stringify(e)],(function(){return Ed.getInstance().postGetAllowlist({payload:e}).then((function(e){return(null==e?void 0:e.data)||null})).catch((function(e){return e}))}),{enabled:!!e,cacheTime:0})}function Ob(e,o){var a=this;return void 0===e&&(e=26),void 0===o&&(o=0),zp(["batch-refunds",e,o],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().getBatchRefunds(e,o).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))]}))}))}),{cacheTime:0})}function Ab(e){return zp(["velocity-rules",e],(function(){var t=Ed.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 zb(){return zp(["config-rules"],(function(){return Ed.getInstance().getAllConfigRules().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0})}function Pb(e,t){var n=e.organizationCode;return zp(["mfa-excluded-users",n],(function(){return Ed.getInstance().getMFAExcludedUsers({organizationCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function Lb(e,t){var n=e.organizationCode;return zp(["mfa-config",n],(function(){return Ed.getInstance().getMFAConfig({organizationCode:n}).then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function Db(e,t){return zp(["mfa-enforcement-status",e.accountCode],(function(){return Ed.getInstance().getMFAEnforcementStatus().then((function(e){return null==e?void 0:e.data})).catch((function(e){return e}))}),{cacheTime:0,enabled:t})}function qb(e){return zp(["fetch-organization-saml-config",e],(function(){return Ed.getInstance().getSamlConfig().then((function(e){return e.data}))}),{cacheTime:0,enabled:!!e,useErrorBoundary:!1})}function Nb(e){return zp(["chartgpt-chart-execute",e],(function(){return Ed.getInstance().executeChartGPTChart(e).then((function(e){return null==e?void 0:e.data}))}),{enabled:!!e})}function Mb(){return zp(["chartgpt-user-charts"],(function(){return Ed.getInstance().getChartsByUser().then((function(e){return null==e?void 0:e.data}))}),{cacheTime:0})}function Ub(){var e=this;return zp(["chartgpt-user-charts-with-results"],(function(){return t(e,void 0,void 0,(function(){var e,o,r,i=this;return n(this,(function(s){switch(s.label){case 0:return[4,(e=Ed.getInstance()).getChartsByUser()];case 1:return o=s.sent(),r=(null==o?void 0:o.data)||[],[4,Promise.all(r.map((function(o){return t(i,void 0,void 0,(function(){var t,r,i,s,u,c,l,d;return n(this,(function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,e.executeChartGPTChart(o.code)];case 1:return t=n.sent(),[2,a(a({},o),{user_prompt:null!==(s=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.user_prompt)&&void 0!==s?s:o.user_prompt,unit_to_display:null!==(c=null===(u=null==t?void 0:t.data)||void 0===u?void 0:u.unit_to_display)&&void 0!==c?c:o.unit_to_display,results:null!==(d=null===(l=null==t?void 0:t.data)||void 0===l?void 0:l.results)&&void 0!==d?d:[]})];case 2:return r=n.sent(),console.error("Failed to execute chart ".concat(o.chart_id,":"),r),[2,a(a({},o),{results:[]})];case 3:return[2]}}))}))})))];case 2:return[2,s.sent()]}}))}))}))}function Bb(e,o,a){var r=this;return void 0===a&&(a=!0),zp(["chartgpt-patch-and-execute",e,o],(function(){return t(r,void 0,void 0,(function(){var t,a,r,i,s;return n(this,(function(n){switch(n.label){case 0:return[4,(t=Ed.getInstance()).patchChartGPTChart(e,o)];case 1:return a=n.sent(),r=null==a?void 0:a.data,[4,t.executeChartGPTChart(e)];case 2:return i=n.sent(),s=null==i?void 0:i.data,[2,{chart:r,execution:s}]}}))}))}),{enabled:a&&!!e,retry:!1})}function Fb(){return zp(["languages"],(function(){return Ed.getInstance().getLanguages().then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,cacheTime:300})}function Wb(){var e=localStorage.getItem("lang")||"en";return zp(["translations",e],(function(){return Ed.getInstance().getTranslations(e).then((function(e){return null==e?void 0:e.data}))}),{useErrorBoundary:!1,cacheTime:3e4})}function Hb(e){var o=this;return zp({queryKey:["network-tokens-onboarding",e],queryFn:function(){return t(o,void 0,void 0,(function(){return n(this,(function(t){switch(t.label){case 0:return[4,Ed.getInstance().getNetworkTokensOnboardingByOrganization(e)];case 1:return[2,t.sent().data]}}))}))},enabled:!!e,useErrorBoundary:!1})}var Vb=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())},Gb=function(e,t,n){if(!t||!n)return e||[];var o=function(e,t){var n=[],o=new Date(e),a=new Date(t);o.setUTCHours(0,0,0,0),a.setUTCHours(0,0,0,0);for(var r=new Date(o);r<=a;)n.push(r.toISOString()),r.setUTCDate(r.getUTCDate()+1);return n}(t,n),a=new Map;return null==e||e.forEach((function(e){if(e.date){var t=new Date(e.date).toISOString().split("T")[0];a.set(t,e.value)}})),o.map((function(e){var t=e.split("T")[0];return{date:e,value:a.get(t)||"0"}}))},$b=function(e){var t,n=null===(t=e.plots)||void 0===t?void 0:t[0];if(!n||!n.rows)return{distribution:[],total:0};var o=parseFloat(n.value||"0");return{distribution:n.rows.map((function(e){var t,n=100*parseFloat(e.value),a=Math.round(o*parseFloat(e.value));return{key:(null===(t=e.label)||void 0===t?void 0:t.toUpperCase())||"UNKNOWN",total:a,percentage:n,amount:a}})),total:o}},Kb=function(e,t,n){var o,a={};return null===(o=e.plots)||void 0===o||o.forEach((function(e){var o=Gb(e.rows,t,n),r=e.label;a[r]=o.map((function(e){return{key:e.date||"",total:100*parseFloat(e.value),current_label:Vb(e.date||""),current_amount:100*parseFloat(e.value)}}))})),a},Qb=function(e,t,n){var o,a=null===(o=e.plots)||void 0===o?void 0:o[0];return{distribution:Gb(null==a?void 0:a.rows,t,n).map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Vb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==a?void 0:a.value)||"0"),total_amount:parseFloat((null==a?void 0:a.value)||"0")}},Jb=function(e,t,n){var o,a=null===(o=e.plots)||void 0===o?void 0:o[0];return{distribution:Gb(null==a?void 0:a.rows,t,n).map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Vb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==a?void 0:a.value)||"0"),total_amount:parseFloat((null==a?void 0:a.value)||"0")}},Xb=function(e,o){return zp(a({queryKey:["smart-recovery-communications-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,(r=a.data,i=o.start_date,s=o.end_date,u=r.plots||[],c=u.find((function(e){return"TOTAL_COMMUNICATIONS_LABEL"===e.label})),l=u.find((function(e){return"COMPLETED_COMMUNICATIONS_LABEL"===e.label})),d=u.find((function(e){return"CONVERSION_RATE_LABEL"===e.label})),p=Gb(null==c?void 0:c.rows,i,s),h=Gb(null==l?void 0:l.rows,i,s),m=Gb(null==d?void 0:d.rows,i,s),{communications:{distribution:p.map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Vb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==c?void 0:c.value)||"0")},conversion_rate:{distribution:m.map((function(e){return{key:e.date||"",total:parseFloat(e.value),percentage:parseFloat(e.value)}})),total:parseFloat((null==d?void 0:d.value)||"0")},completed_communications:{distribution:h.map((function(e){return{key:e.date||"",total:parseFloat(e.value),current_label:Vb(e.date||""),current_amount:parseFloat(e.value)}})),total:parseFloat((null==l?void 0:l.value)||"0")}})]}var r,i,s,u,c,l,d,p,h,m}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},Yb=function(e,o){return zp(a({queryKey:["smart-recovery-communications-by-substatus",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,$b(a.data)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},Zb=function(e,o){return zp(a({queryKey:["smart-recovery-communications-substatus-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,Kb(a.data,o.start_date,o.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},ek=function(e,o){return zp(a({queryKey:["smart-recovery-recovered-tpv-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,Qb(a.data,o.start_date,o.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))},tk=function(e,o){return zp(a({queryKey:["smart-recovery-recovered-payments-by-day",e],queryFn:function(){return t(void 0,void 0,void 0,(function(){var t,o,a;return n(this,(function(n){switch(n.label){case 0:return t=Ed.getInstance(),o={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",o)];case 1:return a=n.sent(),[2,Jb(a.data,o.start_date,o.end_date)]}}))}))},enabled:!!e.organization_code,staleTime:3e5},o))};function nk(e,o){var a=this;return zp(["POST/template-reporting/templates/search",e],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportTemplates(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:o,useErrorBoundary:!1,cacheTime:0})}function ok(e,o,a){var r=this;return zp(["POST/template-reporting/template-by-id/search",e,o],(function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportTemplateById(e,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a&&!!e,useErrorBoundary:!1,cacheTime:0})}function ak(e,o){var a=this;return zp(["POST/template-reporting/schedules/search",e],(function(){return t(a,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportSchedules(e).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:o,useErrorBoundary:!1,cacheTime:0})}function rk(e,o,a){var r=this;return zp(["POST/template-reporting/schedule-by-id/search",e,o],(function(){return t(r,void 0,void 0,(function(){return n(this,(function(t){return[2,Ed.getInstance().searchReportScheduleById(e,o).then((function(e){return null==e?void 0:e.data}))]}))}))}),{enabled:a&&!!e,useErrorBoundary:!1,cacheTime:0})}function ik(){return ik=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},ik.apply(this,arguments)}
|
|
217
217
|
/**
|
|
218
218
|
* match-sorter-utils
|
|
219
219
|
*
|
|
@@ -223,12 +223,12 @@ function Go(e){const t=Vo.parse(e),n={};for(const e in t)void 0!==t[e]&&(n[e]=t[
|
|
|
223
223
|
* LICENSE.md file in the root directory of this source tree.
|
|
224
224
|
*
|
|
225
225
|
* @license MIT
|
|
226
|
-
*/const
|
|
226
|
+
*/const sk={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Ấ":"A","Ắ":"A","Ẳ":"A","Ẵ":"A","Ặ":"A","Æ":"AE","Ầ":"A","Ằ":"A","Ȃ":"A","Ç":"C","Ḉ":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ế":"E","Ḗ":"E","Ề":"E","Ḕ":"E","Ḝ":"E","Ȇ":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ḯ":"I","Ȋ":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ố":"O","Ṍ":"O","Ṓ":"O","Ȏ":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","ấ":"a","ắ":"a","ẳ":"a","ẵ":"a","ặ":"a","æ":"ae","ầ":"a","ằ":"a","ȃ":"a","ç":"c","ḉ":"c","è":"e","é":"e","ê":"e","ë":"e","ế":"e","ḗ":"e","ề":"e","ḕ":"e","ḝ":"e","ȇ":"e","ì":"i","í":"i","î":"i","ï":"i","ḯ":"i","ȋ":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ố":"o","ṍ":"o","ṓ":"o","ȏ":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","C̆":"C","c̆":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","Ǵ":"G","ĝ":"g","ǵ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ḫ":"H","ḫ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ḱ":"K","ḱ":"k","K̆":"K","k̆":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ḿ":"M","ḿ":"m","M̆":"M","m̆":"m","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","N̆":"N","n̆":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","P̆":"P","p̆":"p","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","R̆":"R","r̆":"r","Ȓ":"R","ȓ":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","Ș":"S","ș":"s","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","ț":"t","Ț":"T","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","T̆":"T","t̆":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ȗ":"U","ȗ":"u","V̆":"V","v̆":"v","Ŵ":"W","ŵ":"w","Ẃ":"W","ẃ":"w","X̆":"X","x̆":"x","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Y̆":"Y","y̆":"y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ứ":"U","ứ":"u","Ṹ":"U","ṹ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o","Þ":"TH","þ":"th","Ṕ":"P","ṕ":"p","Ṥ":"S","ṥ":"s","X́":"X","x́":"x","Ѓ":"Г","ѓ":"г","Ќ":"К","ќ":"к","A̋":"A","a̋":"a","E̋":"E","e̋":"e","I̋":"I","i̋":"i","Ǹ":"N","ǹ":"n","Ồ":"O","ồ":"o","Ṑ":"O","ṑ":"o","Ừ":"U","ừ":"u","Ẁ":"W","ẁ":"w","Ỳ":"Y","ỳ":"y","Ȁ":"A","ȁ":"a","Ȅ":"E","ȅ":"e","Ȉ":"I","ȉ":"i","Ȍ":"O","ȍ":"o","Ȑ":"R","ȑ":"r","Ȕ":"U","ȕ":"u","B̌":"B","b̌":"b","Č̣":"C","č̣":"c","Ê̌":"E","ê̌":"e","F̌":"F","f̌":"f","Ǧ":"G","ǧ":"g","Ȟ":"H","ȟ":"h","J̌":"J","ǰ":"j","Ǩ":"K","ǩ":"k","M̌":"M","m̌":"m","P̌":"P","p̌":"p","Q̌":"Q","q̌":"q","Ř̩":"R","ř̩":"r","Ṧ":"S","ṧ":"s","V̌":"V","v̌":"v","W̌":"W","w̌":"w","X̌":"X","x̌":"x","Y̌":"Y","y̌":"y","A̧":"A","a̧":"a","B̧":"B","b̧":"b","Ḑ":"D","ḑ":"d","Ȩ":"E","ȩ":"e","Ɛ̧":"E","ɛ̧":"e","Ḩ":"H","ḩ":"h","I̧":"I","i̧":"i","Ɨ̧":"I","ɨ̧":"i","M̧":"M","m̧":"m","O̧":"O","o̧":"o","Q̧":"Q","q̧":"q","U̧":"U","u̧":"u","X̧":"X","x̧":"x","Z̧":"Z","z̧":"z"},uk=Object.keys(sk).join("|"),ck=new RegExp(uk,"g");
|
|
227
227
|
/**
|
|
228
228
|
* @name match-sorter
|
|
229
229
|
* @license MIT license.
|
|
230
230
|
* @copyright (c) 2099 Kent C. Dodds
|
|
231
231
|
* @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
|
|
232
232
|
*/
|
|
233
|
-
const ck=7,lk=6,dk=5,pk=4,hk=3,mk=2,fk=1,gk=0;function yk(e,t,n){var o;if((n=n||{}).threshold=null!=(o=n.threshold)?o:fk,!n.accessors){const o=bk(e,t,n);return{rankedValue:e,rank:o,accessorIndex:-1,accessorThreshold:n.threshold,passed:o>=n.threshold}}const a=function(e,t){const n=[];for(let o=0,a=t.length;o<a;o++){const a=t[o],r=wk(a),i=vk(e,a);for(let e=0,t=i.length;e<t;e++)n.push({itemValue:i[e],attributes:r})}return n}(e,n.accessors),r={rankedValue:e,rank:gk,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let e=0;e<a.length;e++){const o=a[e];let i=bk(o.itemValue,t,n);const{minRanking:s,maxRanking:u,threshold:c=n.threshold}=o.attributes;i<s&&i>=fk?i=s:i>u&&(i=u),i=Math.min(i,u),i>=c&&i>r.rank&&(r.rank=i,r.passed=!0,r.accessorIndex=e,r.accessorThreshold=c,r.rankedValue=o.itemValue)}return r}function bk(e,t,n){return e=kk(e,n),(t=kk(t,n)).length>e.length?gk:e===t?ck:(e=e.toLowerCase())===(t=t.toLowerCase())?lk:e.startsWith(t)?dk:e.includes(` ${t}`)?pk:e.includes(t)?hk:1===t.length?gk:function(e){let t="";return e.split(" ").forEach((e=>{e.split("-").forEach((e=>{t+=e.substr(0,1)}))})),t}(e).includes(t)?mk:function(e,t){let n=0,o=0;function a(e,t,o){for(let a=o,r=t.length;a<r;a++){if(t[a]===e)return n+=1,a+1}return-1}function r(e){const o=1/e,a=n/t.length;return fk+a*o}const i=a(t[0],e,0);if(i<0)return gk;o=i;for(let n=1,r=t.length;n<r;n++){o=a(t[n],e,o);if(!(o>-1))return gk}const s=o-i;return r(s)}(e,t)}function kk(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=e.replace(uk,(e=>ik[e]))),e}function vk(e,t){let n=t;"object"==typeof t&&(n=t.accessor);const o=n(e);return null==o?[]:Array.isArray(o)?o:[String(o)]}const jk={maxRanking:1/0,minRanking:-1/0};function wk(e){return"function"==typeof e?jk:{...jk,...e}}function _k(e,t){const[n,o]=i.useState();i.useEffect((()=>{const n=(e=>{try{const t=localStorage.getItem(e);return"string"==typeof t?JSON.parse(t):void 0}catch{return}})(e);o(null==n?"function"==typeof t?t():t:n)}),[t,e]);return[n,i.useCallback((t=>{o((n=>{let o=t;"function"==typeof t&&(o=t(n));try{localStorage.setItem(e,JSON.stringify(o))}catch{}return o}))}),[e])]}var Ek,Ck=function(){function e(){this.keyToValue=new Map,this.valueToKey=new Map}return e.prototype.set=function(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)},e.prototype.getByKey=function(e){return this.keyToValue.get(e)},e.prototype.getByValue=function(e){return this.valueToKey.get(e)},e.prototype.clear=function(){this.keyToValue.clear(),this.valueToKey.clear()},e}(),Sk=function(){function e(e){this.generateIdentifier=e,this.kv=new Ck}return e.prototype.register=function(e,t){this.kv.getByValue(e)||(t||(t=this.generateIdentifier(e)),this.kv.set(t,e))},e.prototype.clear=function(){this.kv.clear()},e.prototype.getIdentifier=function(e){return this.kv.getByValue(e)},e.prototype.getValue=function(e){return this.kv.getByKey(e)},e}(),xk=(Ek=function(e,t){return Ek=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Ek(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}Ek(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),Rk=function(e){function t(){var t=e.call(this,(function(e){return e.name}))||this;return t.classToAllowedProps=new Map,t}return xk(t,e),t.prototype.register=function(t,n){"object"==typeof n?(n.allowProps&&this.classToAllowedProps.set(t,n.allowProps),e.prototype.register.call(this,t,n.identifier)):e.prototype.register.call(this,t,n)},t.prototype.getAllowedProps=function(e){return this.classToAllowedProps.get(e)},t}(Sk),Tk=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i};function Ik(e,t){var n=function(e){if("values"in Object)return Object.values(e);var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}(e);if("find"in n)return n.find(t);for(var o=n,a=0;a<o.length;a++){var r=o[a];if(t(r))return r}}function Ok(e,t){Object.entries(e).forEach((function(e){var n=Tk(e,2),o=n[0],a=n[1];return t(a,o)}))}function Ak(e,t){return-1!==e.indexOf(t)}function zk(e,t){for(var n=0;n<e.length;n++){var o=e[n];if(t(o))return o}}var Pk=function(){function e(){this.transfomers={}}return e.prototype.register=function(e){this.transfomers[e.name]=e},e.prototype.findApplicable=function(e){return Ik(this.transfomers,(function(t){return t.isApplicable(e)}))},e.prototype.findByName=function(e){return this.transfomers[e]},e}(),Lk=function(e){return void 0===e},Dk=function(e){return"object"==typeof e&&null!==e&&(e!==Object.prototype&&(null===Object.getPrototypeOf(e)||Object.getPrototypeOf(e)===Object.prototype))},qk=function(e){return Dk(e)&&0===Object.keys(e).length},Nk=function(e){return Array.isArray(e)},Mk=function(e){return e instanceof Map},Uk=function(e){return e instanceof Set},Bk=function(e){return"Symbol"===function(e){return Object.prototype.toString.call(e).slice(8,-1)}(e)},Fk=function(e){return"number"==typeof e&&isNaN(e)},Wk=function(e){return function(e){return"boolean"==typeof e}(e)||function(e){return null===e}(e)||Lk(e)||function(e){return"number"==typeof e&&!isNaN(e)}(e)||function(e){return"string"==typeof e}(e)||Bk(e)},Hk=function(e){return e.replace(/\./g,"\\.")},Vk=function(e){return e.map(String).map(Hk).join(".")},Gk=function(e){for(var t=[],n="",o=0;o<e.length;o++){var a=e.charAt(o);if("\\"===a&&"."===e.charAt(o+1))n+=".",o++;else"."===a?(t.push(n),n=""):n+=a}var r=n;return t.push(r),t},$k=function(){return $k=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},$k.apply(this,arguments)},Kk=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},Qk=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e};function Jk(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}var Xk=[Jk(Lk,"undefined",(function(){return null}),(function(){})),Jk((function(e){return"bigint"==typeof e}),"bigint",(function(e){return e.toString()}),(function(e){return"undefined"!=typeof BigInt?BigInt(e):(console.error("Please add a BigInt polyfill."),e)})),Jk((function(e){return e instanceof Date&&!isNaN(e.valueOf())}),"Date",(function(e){return e.toISOString()}),(function(e){return new Date(e)})),Jk((function(e){return e instanceof Error}),"Error",(function(e,t){var n={name:e.name,message:e.message};return t.allowedErrorProps.forEach((function(t){n[t]=e[t]})),n}),(function(e,t){var n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach((function(t){n[t]=e[t]})),n})),Jk((function(e){return e instanceof RegExp}),"regexp",(function(e){return""+e}),(function(e){var t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)})),Jk(Uk,"set",(function(e){return Qk([],Kk(e.values()))}),(function(e){return new Set(e)})),Jk(Mk,"map",(function(e){return Qk([],Kk(e.entries()))}),(function(e){return new Map(e)})),Jk((function(e){return Fk(e)||((t=e)===1/0||t===-1/0);var t}),"number",(function(e){return Fk(e)?"NaN":e>0?"Infinity":"-Infinity"}),Number),Jk((function(e){return 0===e&&1/e==-1/0}),"number",(function(){return"-0"}),Number),Jk((function(e){return e instanceof URL}),"URL",(function(e){return e.toString()}),(function(e){return new URL(e)}))];function Yk(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}var Zk=Yk((function(e,t){return!!Bk(e)&&!!t.symbolRegistry.getIdentifier(e)}),(function(e,t){return["symbol",t.symbolRegistry.getIdentifier(e)]}),(function(e){return e.description}),(function(e,t,n){var o=n.symbolRegistry.getValue(t[1]);if(!o)throw new Error("Trying to deserialize unknown symbol");return o})),ev=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((function(e,t){return e[t.name]=t,e}),{}),tv=Yk((function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}),(function(e){return["typed-array",e.constructor.name]}),(function(e){return Qk([],Kk(e))}),(function(e,t){var n=ev[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)}));function nv(e,t){return!!(null==e?void 0:e.constructor)&&!!t.classRegistry.getIdentifier(e.constructor)}var ov=Yk(nv,(function(e,t){return["class",t.classRegistry.getIdentifier(e.constructor)]}),(function(e,t){var n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return $k({},e);var o={};return n.forEach((function(t){o[t]=e[t]})),o}),(function(e,t,n){var o=n.classRegistry.getValue(t[1]);if(!o)throw new Error("Trying to deserialize unknown class - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564");return Object.assign(Object.create(o.prototype),e)})),av=Yk((function(e,t){return!!t.customTransformerRegistry.findApplicable(e)}),(function(e,t){return["custom",t.customTransformerRegistry.findApplicable(e).name]}),(function(e,t){return t.customTransformerRegistry.findApplicable(e).serialize(e)}),(function(e,t,n){var o=n.customTransformerRegistry.findByName(t[1]);if(!o)throw new Error("Trying to deserialize unknown custom value");return o.deserialize(e)})),rv=[ov,Zk,av,tv],iv=function(e,t){var n=zk(rv,(function(n){return n.isApplicable(e,t)}));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};var o=zk(Xk,(function(n){return n.isApplicable(e,t)}));return o?{value:o.transform(e,t),type:o.annotation}:void 0},sv={};Xk.forEach((function(e){sv[e.annotation]=e}));var uv=function(e,t){for(var n=e.keys();t>0;)n.next(),t--;return n.next().value};function cv(e){if(Ak(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(Ak(e,"prototype"))throw new Error("prototype is not allowed as a property");if(Ak(e,"constructor"))throw new Error("constructor is not allowed as a property")}var lv=function(e,t,n){if(cv(t),0===t.length)return n(e);for(var o=e,a=0;a<t.length-1;a++){var r=t[a];if(Nk(o))o=o[+r];else if(Dk(o))o=o[r];else if(Uk(o)){o=uv(o,i=+r)}else if(Mk(o)){if(a===t.length-2)break;var i=+r,s=0==+t[++a]?"key":"value",u=uv(o,i);switch(s){case"key":o=u;break;case"value":o=o.get(u)}}}var c=t[t.length-1];if(Nk(o)?o[+c]=n(o[+c]):Dk(o)&&(o[c]=n(o[c])),Uk(o)){var l=uv(o,+c),d=n(l);l!==d&&(o.delete(l),o.add(d))}if(Mk(o)){i=+t[t.length-2];var p=uv(o,i);switch(s=0==+c?"key":"value"){case"key":var h=n(p);o.set(h,o.get(p)),h!==p&&o.delete(p);break;case"value":o.set(p,n(o.get(p)))}}return e},dv=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},pv=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e};function hv(e,t,n){if(void 0===n&&(n=[]),e)if(Nk(e)){var o=dv(e,2),a=o[0],r=o[1];r&&Ok(r,(function(e,o){hv(e,t,pv(pv([],dv(n)),dv(Gk(o))))})),t(a,n)}else Ok(e,(function(e,o){return hv(e,t,pv(pv([],dv(n)),dv(Gk(o))))}))}function mv(e,t,n){return hv(t,(function(t,o){e=lv(e,o,(function(e){return function(e,t,n){if(!Nk(t)){var o=sv[t];if(!o)throw new Error("Unknown transformation: "+t);return o.untransform(e,n)}switch(t[0]){case"symbol":return Zk.untransform(e,t,n);case"class":return ov.untransform(e,t,n);case"custom":return av.untransform(e,t,n);case"typed-array":return tv.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}}(e,t,n)}))})),e}function fv(e,t){function n(t,n){var o=function(e,t){cv(t);for(var n=0;n<t.length;n++){var o=t[n];if(Uk(e))e=uv(e,+o);else if(Mk(e)){var a=+o,r=0==+t[++n]?"key":"value",i=uv(e,a);switch(r){case"key":e=i;break;case"value":e=e.get(i)}}else e=e[o]}return e}(e,Gk(n));t.map(Gk).forEach((function(t){e=lv(e,t,(function(){return o}))}))}if(Nk(t)){var o=dv(t,2),a=o[0],r=o[1];a.forEach((function(t){e=lv(e,Gk(t),(function(){return e}))})),r&&Ok(r,n)}else Ok(t,n);return e}var gv=function(e,t,n,o,a,r,i){var s;void 0===a&&(a=[]),void 0===r&&(r=[]),void 0===i&&(i=new Map);var u=Wk(e);if(!u){!function(e,t,n){var o=n.get(e);o?o.push(t):n.set(e,[t])}(e,a,t);var c=i.get(e);if(c)return o?{transformedValue:null}:c}if(!function(e,t){return Dk(e)||Nk(e)||Mk(e)||Uk(e)||nv(e,t)}(e,n)){var l=iv(e,n),d=l?{transformedValue:l.value,annotations:[l.type]}:{transformedValue:e};return u||i.set(e,d),d}if(Ak(r,e))return{transformedValue:null};var p=iv(e,n),h=null!==(s=null==p?void 0:p.value)&&void 0!==s?s:e,m=Nk(h)?[]:{},f={};Ok(h,(function(s,u){var c=gv(s,t,n,o,pv(pv([],dv(a)),[u]),pv(pv([],dv(r)),[e]),i);m[u]=c.transformedValue,Nk(c.annotations)?f[u]=c.annotations:Dk(c.annotations)&&Ok(c.annotations,(function(e,t){f[Hk(u)+"."+t]=e}))}));var g=qk(f)?{transformedValue:m,annotations:p?[p.type]:void 0}:{transformedValue:m,annotations:p?[p.type,f]:f};return u||i.set(e,g),g};function yv(e){return Object.prototype.toString.call(e).slice(8,-1)}function bv(e){return"Array"===yv(e)}function kv(e,t={}){if(bv(e))return e.map((e=>kv(e,t)));if(!function(e){if("Object"!==yv(e))return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}(e))return e;return[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)].reduce(((n,o)=>{if(bv(t.props)&&!t.props.includes(o))return n;return function(e,t,n,o,a){const r={}.propertyIsEnumerable.call(o,t)?"enumerable":"nonenumerable";"enumerable"===r&&(e[t]=n),a&&"nonenumerable"===r&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}(n,o,kv(e[o],t),e,t.nonenumerable),n}),{})}var vv=function(){return vv=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},vv.apply(this,arguments)},jv=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},wv=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e},_v=function(){function e(e){var t=(void 0===e?{}:e).dedupe,n=void 0!==t&&t;this.classRegistry=new Rk,this.symbolRegistry=new Sk((function(e){var t;return null!==(t=e.description)&&void 0!==t?t:""})),this.customTransformerRegistry=new Pk,this.allowedErrorProps=[],this.dedupe=n}return e.prototype.serialize=function(e){var t=new Map,n=gv(e,t,this,this.dedupe),o={json:n.transformedValue};n.annotations&&(o.meta=vv(vv({},o.meta),{values:n.annotations}));var a,r,i,s,u=(a=t,r=this.dedupe,i={},s=void 0,a.forEach((function(e){if(!(e.length<=1)){r||(e=e.map((function(e){return e.map(String)})).sort((function(e,t){return e.length-t.length})));var t=dv(e),n=t[0],o=t.slice(1);0===n.length?s=o.map(Vk):i[Vk(n)]=o.map(Vk)}})),s?qk(i)?[s]:[s,i]:qk(i)?void 0:i);return u&&(o.meta=vv(vv({},o.meta),{referentialEqualities:u})),o},e.prototype.deserialize=function(e){var t=e.json,n=e.meta,o=kv(t);return(null==n?void 0:n.values)&&(o=mv(o,n.values,this)),(null==n?void 0:n.referentialEqualities)&&(o=fv(o,n.referentialEqualities)),o},e.prototype.stringify=function(e){return JSON.stringify(this.serialize(e))},e.prototype.parse=function(e){return this.deserialize(JSON.parse(e))},e.prototype.registerClass=function(e,t){this.classRegistry.register(e,t)},e.prototype.registerSymbol=function(e,t){this.symbolRegistry.register(e,t)},e.prototype.registerCustom=function(e,t){this.customTransformerRegistry.register(vv({name:t},e))},e.prototype.allowErrorProps=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];(e=this.allowedErrorProps).push.apply(e,wv([],jv(t)))},e.defaultInstance=new e,e.serialize=e.defaultInstance.serialize.bind(e.defaultInstance),e.deserialize=e.defaultInstance.deserialize.bind(e.defaultInstance),e.stringify=e.defaultInstance.stringify.bind(e.defaultInstance),e.parse=e.defaultInstance.parse.bind(e.defaultInstance),e.registerClass=e.defaultInstance.registerClass.bind(e.defaultInstance),e.registerSymbol=e.defaultInstance.registerSymbol.bind(e.defaultInstance),e.registerCustom=e.defaultInstance.registerCustom.bind(e.defaultInstance),e.allowErrorProps=e.defaultInstance.allowErrorProps.bind(e.defaultInstance),e}();const Ev={background:"#0b1521",backgroundAlt:"#132337",foreground:"white",gray:"#3f4e60",grayAlt:"#222e3e",inputBackgroundColor:"#fff",inputTextColor:"#000",success:"#00ab52",danger:"#ff0085",active:"#006bff",paused:"#8c49eb",warning:"#ffb200"},Cv=i.createContext(Ev);function Sv({theme:e,...t}){return i.createElement(Cv.Provider,rk({value:e},t))}function xv({queryState:e,observerCount:t,isStale:n,theme:o}){return"fetching"===e.fetchStatus?o.active:t?"paused"===e.fetchStatus?o.paused:n?o.warning:o.success:o.gray}function Rv(e){return"fetching"===e.state.fetchStatus?"fetching":e.getObserversCount()?"paused"===e.state.fetchStatus?"paused":e.isStale()?"stale":"fresh":"inactive"}function Tv(e,t,n={}){return i.forwardRef((({style:o,...a},r)=>{const s=i.useContext(Cv),u=Object.entries(n).reduce(((e,[t,n])=>function(e){const[t,n]=i.useState((()=>{if("undefined"!=typeof window)return window.matchMedia(e).matches}));return i.useEffect((()=>{if("undefined"!=typeof window){const t=window.matchMedia(e),o=({matches:e})=>n(e);return t.addListener(o),()=>{t.removeListener(o)}}}),[t,e,n]),t}(t)?{...e,..."function"==typeof n?n(a,s):n}:e),{});return i.createElement(e,{...a,style:{..."function"==typeof t?t(a,s):t,...o,...u},ref:r})}))}const Iv=(e,t=!1)=>{const{json:n}=_v.serialize(e);return JSON.stringify(n,null,t?2:void 0)},Ov=e=>"idle"!==e.state.fetchStatus?0:e.getObserversCount()?e.isStale()?2:1:3,Av=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,zv={"Status > Last Updated":(e,t)=>Ov(e)===Ov(t)?Av(e,t):Ov(e)>Ov(t)?1:-1,"Query Hash":(e,t)=>e.queryHash.localeCompare(t.queryHash),"Last Updated":Av},Pv=500,Lv={top:"bottom",bottom:"top",left:"right",right:"left"};function Dv(e){return["left","right"].includes(e)}function qv(e){return Lv[e]}function Nv(e,t){return""+e+(t.charAt(0).toUpperCase()+t.slice(1))}function Mv(e="bottom"){const t=Dv(e),n=qv(e),o=Nv("margin",n);return{position:"absolute",cursor:t?"col-resize":"row-resize",zIndex:1e5,[n]:0,[o]:"-4px",...t?{top:0,height:"100%",width:"4px"}:{width:"100%",height:"4px"}}}const Uv=Tv("div",((e,t)=>({fontSize:"clamp(12px, 1.5vw, 14px)",fontFamily:"sans-serif",display:"flex",backgroundColor:t.background,color:t.foreground})),{"(max-width: 700px)":{flexDirection:"column"},"(max-width: 600px)":{fontSize:".9em"}}),Bv=Tv("div",(()=>({flex:"1 1 500px",display:"flex",flexDirection:"column",overflow:"auto",height:"100%"})),{"(max-width: 700px)":(e,t)=>({borderTop:"2px solid "+t.gray})}),Fv=Tv("button",((e,t)=>({appearance:"none",fontSize:".9em",fontWeight:"bold",background:t.gray,border:"0",borderRadius:".3em",color:"white",padding:".5em",opacity:e.disabled?".5":void 0,cursor:"pointer"}))),Wv=Tv("span",{display:"flex",flexWrap:"wrap",gap:"0.5em",fontSize:"0.9em"}),Hv=Tv("span",{display:"inline-flex",alignItems:"center",padding:".2em .4em",fontWeight:"bold",textShadow:"0 0 10px black",borderRadius:".2em"}),Vv=Tv("code",{fontSize:".9em",color:"inherit",background:"inherit"}),Gv=Tv("input",((e,t)=>({backgroundColor:t.inputBackgroundColor,border:0,borderRadius:".2em",color:t.inputTextColor,fontSize:".9em",lineHeight:"1.3",padding:".3em .4em"}))),$v=Tv("select",((e,t)=>({display:"inline-block",fontSize:".9em",fontFamily:"sans-serif",fontWeight:"normal",lineHeight:"1.3",padding:".3em 1.5em .3em .5em",height:"auto",border:0,borderRadius:".2em",appearance:"none",WebkitAppearance:"none",backgroundColor:t.inputBackgroundColor,backgroundImage:"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0,25 100,25 50,75'/></svg>\")",backgroundRepeat:"no-repeat",backgroundPosition:"right .55em center",backgroundSize:".65em auto, 100%",color:t.inputTextColor})),{"(max-width: 500px)":{display:"none"}});function Kv({text:e}){return i.createElement("span",{style:{position:"absolute",width:"0.1px",height:"0.1px",overflow:"hidden"}},e)}const Qv=Tv("div",{fontFamily:"Menlo, monospace",fontSize:"1em",lineHeight:"1.7",outline:"none",wordBreak:"break-word"}),Jv=Tv("span",{color:"white"}),Xv=Tv("button",{cursor:"pointer",color:"white"}),Yv=Tv("button",{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}),Zv=({value:e})=>{const[t,n]=i.useState("NoCopy");return i.createElement("button",{onClick:"NoCopy"===t?()=>{navigator.clipboard.writeText(_v.stringify(e)).then((()=>{n("SuccessCopy"),setTimeout((()=>{n("NoCopy")}),1500)}),(e=>{console.error("Failed to copy: ",e),n("ErrorCopy"),setTimeout((()=>{n("NoCopy")}),1500)}))}:void 0,style:{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}},"NoCopy"===t?i.createElement(aj,null):"SuccessCopy"===t?i.createElement(ij,null):i.createElement(rj,null))},ej=Tv("span",((e,t)=>({color:t.danger}))),tj=Tv("div",{marginLeft:".1em",paddingLeft:"1em",borderLeft:"2px solid rgba(0,0,0,.15)"}),nj=Tv("span",{color:"grey",fontSize:".7em"}),oj=({expanded:e,style:t={}})=>i.createElement("span",{style:{display:"inline-block",transition:"all .1s ease",transform:"rotate("+(e?90:0)+"deg) "+(t.transform||""),...t}},"▶"),aj=()=>i.createElement("span",{"aria-label":"Copy object to clipboard",title:"Copy object to clipboard",style:{paddingLeft:"1em"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10"},i.createElement("path",{fill:"currentColor",d:"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"}),i.createElement("path",{fill:"currentColor",d:"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"}))),rj=()=>i.createElement("span",{"aria-label":"Failed copying to clipboard",title:"Failed copying to clipboard",style:{paddingLeft:"1em",display:"flex",alignItems:"center"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10",display:"block"},i.createElement("path",{fill:"red",d:"M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"})),i.createElement("span",{style:{color:"red",fontSize:"12px",paddingLeft:"4px",position:"relative",top:"2px"}},"See console")),ij=()=>i.createElement("span",{"aria-label":"Object copied to clipboard",title:"Object copied to clipboard",style:{paddingLeft:"1em",display:"inline-block",verticalAlign:"middle"}},i.createElement("svg",{height:"16",viewBox:"0 0 16 16",width:"16",display:"block"},i.createElement("path",{fill:"green",d:"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"})));const sj=({handleEntry:e,label:t,value:n,subEntries:o=[],subEntryPages:a=[],type:r,expanded:s=!1,copyable:u=!1,toggleExpanded:c,pageSize:l})=>{const[d,p]=i.useState([]);return i.createElement(Qv,{key:t},a.length?i.createElement(i.Fragment,null,i.createElement(Yv,{onClick:()=>c()},i.createElement(oj,{expanded:s})," ",t," ",i.createElement(nj,null,"iterable"===String(r).toLowerCase()?"(Iterable) ":"",o.length," ",o.length>1?"items":"item")),u?i.createElement(Zv,{value:n}):null,s?1===a.length?i.createElement(tj,null,o.map(e)):i.createElement(tj,null,a.map(((t,n)=>i.createElement("div",{key:n},i.createElement(Qv,null,i.createElement(Xv,{onClick:()=>p((e=>e.includes(n)?e.filter((e=>e!==n)):[...e,n]))},i.createElement(oj,{expanded:s})," [",n*l," ..."," ",n*l+l-1,"]"),d.includes(n)?i.createElement(tj,null,t.map(e)):null))))):null):i.createElement(i.Fragment,null,i.createElement(Jv,null,t,":")," ",i.createElement(ej,null,Iv(n))))};function uj({value:e,defaultExpanded:t,renderer:n=sj,pageSize:o=100,copyable:a=!1,...r}){const[s,u]=i.useState(Boolean(t)),c=i.useCallback((()=>u((e=>!e))),[]);let l=typeof e,d=[];const p=e=>{const n=!0===t?{[e.label]:!0}:null==t?void 0:t[e.label];return{...e,defaultExpanded:n}};var h;Array.isArray(e)?(l="array",d=e.map(((e,t)=>p({label:t.toString(),value:e})))):null!==e&&"object"==typeof e&&(h=e,Symbol.iterator in h)&&"function"==typeof e[Symbol.iterator]?(l="Iterable",d=Array.from(e,((e,t)=>p({label:t.toString(),value:e})))):"object"==typeof e&&null!==e&&(l="object",d=Object.entries(e).map((([e,t])=>p({label:e,value:t}))));const m=function(e,t){if(t<1)return[];let n=0;const o=[];for(;n<e.length;)o.push(e.slice(n,n+t)),n+=t;return o}(d,o);return n({handleEntry:t=>i.createElement(uj,rk({key:t.label,value:e,renderer:n,copyable:a},r,t)),type:l,subEntries:d,subEntryPages:m,value:e,expanded:s,copyable:a,toggleExpanded:c,pageSize:o,...r})}function cj(e){return i.createElement("svg",rk({width:"40px",height:"40px",viewBox:"0 0 190 190",version:"1.1"},e),i.createElement("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},i.createElement("g",{transform:"translate(-33.000000, 0.000000)"},i.createElement("path",{d:"M72.7239712,61.3436237 C69.631224,46.362877 68.9675112,34.8727722 70.9666331,26.5293551 C72.1555965,21.5671678 74.3293088,17.5190846 77.6346064,14.5984631 C81.1241394,11.5150478 85.5360327,10.0020122 90.493257,10.0020122 C98.6712013,10.0020122 107.26826,13.7273214 116.455725,20.8044264 C120.20312,23.6910458 124.092437,27.170411 128.131651,31.2444746 C128.45314,30.8310265 128.816542,30.4410453 129.22143,30.0806152 C140.64098,19.9149716 150.255245,13.5989272 158.478408,11.1636507 C163.367899,9.715636 167.958526,9.57768202 172.138936,10.983031 C176.551631,12.4664684 180.06766,15.5329489 182.548314,19.8281091 C186.642288,26.9166735 187.721918,36.2310983 186.195595,47.7320243 C185.573451,52.4199112 184.50985,57.5263831 183.007094,63.0593153 C183.574045,63.1277086 184.142416,63.2532808 184.705041,63.4395297 C199.193932,68.2358678 209.453582,73.3937462 215.665021,79.2882839 C219.360669,82.7953831 221.773972,86.6998434 222.646365,91.0218204 C223.567176,95.5836746 222.669313,100.159332 220.191548,104.451297 C216.105211,111.529614 208.591643,117.11221 197.887587,121.534031 C193.589552,123.309539 188.726579,124.917559 183.293259,126.363748 C183.541176,126.92292 183.733521,127.516759 183.862138,128.139758 C186.954886,143.120505 187.618598,154.61061 185.619477,162.954027 C184.430513,167.916214 182.256801,171.964297 178.951503,174.884919 C175.46197,177.968334 171.050077,179.48137 166.092853,179.48137 C157.914908,179.48137 149.31785,175.756061 140.130385,168.678956 C136.343104,165.761613 132.410866,162.238839 128.325434,158.108619 C127.905075,158.765474 127.388968,159.376011 126.77857,159.919385 C115.35902,170.085028 105.744755,176.401073 97.5215915,178.836349 C92.6321009,180.284364 88.0414736,180.422318 83.8610636,179.016969 C79.4483686,177.533532 75.9323404,174.467051 73.4516862,170.171891 C69.3577116,163.083327 68.2780823,153.768902 69.8044053,142.267976 C70.449038,137.410634 71.56762,132.103898 73.1575891,126.339009 C72.5361041,126.276104 71.9120754,126.144816 71.2949591,125.940529 C56.8060684,121.144191 46.5464184,115.986312 40.3349789,110.091775 C36.6393312,106.584675 34.2260275,102.680215 33.3536352,98.3582381 C32.4328237,93.7963839 33.3306866,89.2207269 35.8084524,84.9287618 C39.8947886,77.8504443 47.4083565,72.2678481 58.1124133,67.8460273 C62.5385143,66.0176154 67.5637208,64.366822 73.1939394,62.8874674 C72.9933393,62.3969171 72.8349374,61.8811235 72.7239712,61.3436237 Z",fill:"#002C4B",fillRule:"nonzero",transform:"translate(128.000000, 95.000000) scale(-1, 1) translate(-128.000000, -95.000000) "}),i.createElement("path",{d:"M113.396882,64 L142.608177,64 C144.399254,64 146.053521,64.958025 146.944933,66.5115174 L161.577138,92.0115174 C162.461464,93.5526583 162.461464,95.4473417 161.577138,96.9884826 L146.944933,122.488483 C146.053521,124.041975 144.399254,125 142.608177,125 L113.396882,125 C111.605806,125 109.951539,124.041975 109.060126,122.488483 L94.4279211,96.9884826 C93.543596,95.4473417 93.543596,93.5526583 94.4279211,92.0115174 L109.060126,66.5115174 C109.951539,64.958025 111.605806,64 113.396882,64 Z M138.987827,70.2765273 C140.779849,70.2765273 142.434839,71.2355558 143.325899,72.7903404 L154.343038,92.0138131 C155.225607,93.5537825 155.225607,95.4462175 154.343038,96.9861869 L143.325899,116.20966 C142.434839,117.764444 140.779849,118.723473 138.987827,118.723473 L117.017233,118.723473 C115.225211,118.723473 113.570221,117.764444 112.67916,116.20966 L101.662022,96.9861869 C100.779452,95.4462175 100.779452,93.5537825 101.662022,92.0138131 L112.67916,72.7903404 C113.570221,71.2355558 115.225211,70.2765273 117.017233,70.2765273 L138.987827,70.2765273 Z M135.080648,77.1414791 L120.924411,77.1414791 C119.134228,77.1414791 117.480644,78.0985567 116.5889,79.6508285 L116.5889,79.6508285 L109.489217,92.0093494 C108.603232,93.5515958 108.603232,95.4484042 109.489217,96.9906506 L109.489217,96.9906506 L116.5889,109.349172 C117.480644,110.901443 119.134228,111.858521 120.924411,111.858521 L120.924411,111.858521 L135.080648,111.858521 C136.870831,111.858521 138.524416,110.901443 139.41616,109.349172 L139.41616,109.349172 L146.515843,96.9906506 C147.401828,95.4484042 147.401828,93.5515958 146.515843,92.0093494 L146.515843,92.0093494 L139.41616,79.6508285 C138.524416,78.0985567 136.870831,77.1414791 135.080648,77.1414791 L135.080648,77.1414791 Z M131.319186,83.7122186 C133.108028,83.7122186 134.760587,84.6678753 135.652827,86.2183156 L138.983552,92.0060969 C139.87203,93.5500005 139.87203,95.4499995 138.983552,96.9939031 L135.652827,102.781684 C134.760587,104.332125 133.108028,105.287781 131.319186,105.287781 L124.685874,105.287781 C122.897032,105.287781 121.244473,104.332125 120.352233,102.781684 L117.021508,96.9939031 C116.13303,95.4499995 116.13303,93.5500005 117.021508,92.0060969 L120.352233,86.2183156 C121.244473,84.6678753 122.897032,83.7122186 124.685874,83.7122186 L131.319186,83.7122186 Z M128.003794,90.1848875 C126.459294,90.1848875 125.034382,91.0072828 124.263005,92.3424437 C123.491732,93.6774232 123.491732,95.3225768 124.263005,96.6575563 C125.034382,97.9927172 126.459294,98.8151125 128.001266,98.8151125 L128.001266,98.8151125 C129.545766,98.8151125 130.970678,97.9927172 131.742055,96.6575563 C132.513327,95.3225768 132.513327,93.6774232 131.742055,92.3424437 C130.970678,91.0072828 129.545766,90.1848875 128.003794,90.1848875 L128.003794,90.1848875 Z M93,94.5009646 L100.767764,94.5009646",fill:"#FFD94C"}),i.createElement("path",{d:"M87.8601729,108.357758 C89.1715224,107.608286 90.8360246,108.074601 91.5779424,109.399303 L91.5779424,109.399303 L92.0525843,110.24352 C95.8563392,116.982993 99.8190116,123.380176 103.940602,129.435068 C108.807881,136.585427 114.28184,143.82411 120.362479,151.151115 C121.316878,152.30114 121.184944,154.011176 120.065686,154.997937 L120.065686,154.997937 L119.454208,155.534625 C99.3465389,173.103314 86.2778188,176.612552 80.2480482,166.062341 C74.3500652,155.742717 76.4844915,136.982888 86.6513274,109.782853 C86.876818,109.179582 87.3045861,108.675291 87.8601729,108.357758 Z M173.534177,129.041504 C174.986131,128.785177 176.375496,129.742138 176.65963,131.194242 L176.65963,131.194242 L176.812815,131.986376 C181.782365,157.995459 178.283348,171 166.315764,171 C154.609745,171 139.708724,159.909007 121.612702,137.727022 C121.211349,137.235047 120.994572,136.617371 121,135.981509 C121.013158,134.480686 122.235785,133.274651 123.730918,133.287756 L123.730918,133.287756 L124.684654,133.294531 C132.305698,133.335994 139.714387,133.071591 146.910723,132.501323 C155.409039,131.82788 164.283523,130.674607 173.534177,129.041504 Z M180.408726,73.8119663 C180.932139,72.4026903 182.508386,71.6634537 183.954581,72.149012 L183.954581,72.149012 L184.742552,72.4154854 C210.583763,81.217922 220.402356,90.8916805 214.198332,101.436761 C208.129904,111.751366 190.484347,119.260339 161.26166,123.963678 C160.613529,124.067994 159.948643,123.945969 159.382735,123.618843 C158.047025,122.846729 157.602046,121.158214 158.388848,119.847438 L158.388848,119.847438 L158.889328,119.0105 C162.877183,112.31633 166.481358,105.654262 169.701854,99.0242957 C173.50501,91.1948179 177.073967,82.7907081 180.408726,73.8119663 Z M94.7383398,66.0363218 C95.3864708,65.9320063 96.0513565,66.0540315 96.6172646,66.3811573 C97.9529754,67.153271 98.3979538,68.8417862 97.6111517,70.1525615 L97.6111517,70.1525615 L97.1106718,70.9895001 C93.1228168,77.6836699 89.5186416,84.3457379 86.2981462,90.9757043 C82.49499,98.8051821 78.9260328,107.209292 75.5912744,116.188034 C75.0678608,117.59731 73.4916142,118.336546 72.045419,117.850988 L72.045419,117.850988 L71.2574475,117.584515 C45.4162372,108.782078 35.597644,99.1083195 41.8016679,88.5632391 C47.8700957,78.2486335 65.515653,70.7396611 94.7383398,66.0363218 Z M136.545792,34.4653746 C156.653461,16.8966864 169.722181,13.3874478 175.751952,23.9376587 C181.649935,34.2572826 179.515508,53.0171122 169.348673,80.2171474 C169.123182,80.8204179 168.695414,81.324709 168.139827,81.6422422 C166.828478,82.3917144 165.163975,81.9253986 164.422058,80.6006966 L164.422058,80.6006966 L163.947416,79.7564798 C160.143661,73.0170065 156.180988,66.6198239 152.059398,60.564932 C147.192119,53.4145727 141.71816,46.1758903 135.637521,38.8488847 C134.683122,37.6988602 134.815056,35.9888243 135.934314,35.0020629 L135.934314,35.0020629 Z M90.6842361,18 C102.390255,18 117.291276,29.0909926 135.387298,51.2729777 C135.788651,51.7649527 136.005428,52.3826288 136,53.0184911 C135.986842,54.5193144 134.764215,55.7253489 133.269082,55.7122445 L133.269082,55.7122445 L132.315346,55.7054689 C124.694302,55.6640063 117.285613,55.9284091 110.089277,56.4986773 C101.590961,57.17212 92.7164767,58.325393 83.4658235,59.9584962 C82.0138691,60.2148231 80.6245044,59.2578618 80.3403697,57.805758 L80.3403697,57.805758 L80.1871846,57.0136235 C75.2176347,31.0045412 78.7166519,18 90.6842361,18 Z",fill:"#FF4154"}))))}const lj=(e,t,n=!1)=>wp.useSyncExternalStore(i.useCallback((t=>n?()=>{}:e.subscribe(np.batchCalls(t))),[e,n]),t,t),dj=i.forwardRef((function(e,t){const{isOpen:n=!0,styleNonce:o,setIsOpen:a,context:r,onDragStart:s,onPositionChange:u,showCloseButton:c,position:l,closeButtonProps:d={},errorTypes:p=[],...h}=e,{onClick:m,...f}=d,g=xp({context:r}),y=g.getQueryCache(),[b,k]=_k("reactQueryDevtoolsSortFn",Object.keys(zv)[0]),[v,j]=_k("reactQueryDevtoolsFilter",""),[w,_]=_k("reactQueryDevtoolsBaseSort",1),E=i.useMemo((()=>zv[b]),[b]),C=lj(y,(()=>y.getAll().length),!n),[S,x]=_k("reactQueryDevtoolsActiveQueryHash",""),R=i.useMemo((()=>{const e=y.getAll();if(0===C)return[];const t=v?e.filter((e=>yk(e.queryHash,v).passed)):[...e];return E?t.sort(((e,t)=>E(e,t)*w)):t}),[w,E,v,C,y]),[T,I]=i.useState(!1);return i.createElement(Sv,{theme:Ev},i.createElement(Uv,rk({ref:t,className:"ReactQueryDevtoolsPanel","aria-label":"React Query Devtools Panel",id:"ReactQueryDevtoolsPanel"},h,{style:{height:Pv,position:"relative",...h.style}}),i.createElement("style",{nonce:o,dangerouslySetInnerHTML:{__html:"\n .ReactQueryDevtoolsPanel * {\n scrollbar-color: "+Ev.backgroundAlt+" "+Ev.gray+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar, .ReactQueryDevtoolsPanel scrollbar {\n width: 1em;\n height: 1em;\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-track, .ReactQueryDevtoolsPanel scrollbar-track {\n background: "+Ev.backgroundAlt+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-thumb, .ReactQueryDevtoolsPanel scrollbar-thumb {\n background: "+Ev.gray+";\n border-radius: .5em;\n border: 3px solid "+Ev.backgroundAlt+";\n }\n "}}),i.createElement("div",{style:Mv(l),onMouseDown:s}),n&&i.createElement("div",{style:{flex:"1 1 500px",minHeight:"40%",maxHeight:"100%",overflow:"auto",borderRight:"1px solid "+Ev.grayAlt,display:"flex",flexDirection:"column"}},i.createElement("div",{style:{padding:".5em",background:Ev.backgroundAlt,display:"flex",justifyContent:"space-between",alignItems:"center"}},i.createElement("button",{type:"button","aria-label":"Close React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true",onClick:()=>a(!1),style:{display:"inline-flex",background:"none",border:0,padding:0,marginRight:".5em",cursor:"pointer"}},i.createElement(cj,{"aria-hidden":!0}),i.createElement(Kv,{text:"Close React Query Devtools"})),i.createElement("div",{style:{display:"flex",flexDirection:"column"}},i.createElement("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:".5em"}},i.createElement(hj,{queryCache:y}),l&&u?i.createElement($v,{"aria-label":"Panel position",value:l,style:{marginInlineStart:".5em"},onChange:e=>u(e.target.value)},i.createElement("option",{value:"left"},"Left"),i.createElement("option",{value:"right"},"Right"),i.createElement("option",{value:"top"},"Top"),i.createElement("option",{value:"bottom"},"Bottom")):null),i.createElement("div",{style:{display:"flex",alignItems:"center",flexWrap:"wrap",gap:"0.5em"}},i.createElement(Gv,{placeholder:"Filter","aria-label":"Filter by queryhash",value:null!=v?v:"",onChange:e=>j(e.target.value),onKeyDown:e=>{"Escape"===e.key&&j("")},style:{flex:"1",width:"100%"}}),i.createElement($v,{"aria-label":"Sort queries",value:b,onChange:e=>k(e.target.value),style:{flex:"1",minWidth:75,marginRight:".5em"}},Object.keys(zv).map((e=>i.createElement("option",{key:e,value:e},"Sort by ",e)))),i.createElement(Fv,{type:"button",onClick:()=>_((e=>-1*e)),style:{padding:".3em .4em",marginRight:".5em"}},1===w?"⬆ Asc":"⬇ Desc"),i.createElement(Fv,{title:"Clear cache","aria-label":"Clear cache",type:"button",onClick:()=>y.clear(),style:{padding:".3em .4em",marginRight:".5em"}},"Clear"),i.createElement(Fv,{type:"button",onClick:()=>{T?(Qd.setOnline(void 0),I(!1),window.dispatchEvent(new Event("online"))):(Qd.setOnline(!1),I(!0))},"aria-label":T?"Restore offline mock":"Mock offline behavior",title:T?"Restore offline mock":"Mock offline behavior",style:{padding:"0",height:"2em"}},i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24",stroke:T?Ev.danger:"currentColor",fill:"none"},T?i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2"}),i.createElement("path",{d:"M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374"}),i.createElement("line",{x1:"3",y1:"3",x2:"21",y2:"21"})):i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0"}),i.createElement("path",{d:"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"}))),i.createElement(Kv,{text:T?"Restore offline mock":"Mock offline behavior"}))))),i.createElement("div",{style:{overflowY:"auto",flex:"1"}},R.map((e=>i.createElement(mj,{queryKey:e.queryKey,activeQueryHash:S,setActiveQueryHash:x,key:e.queryHash,queryCache:y}))))),S&&n?i.createElement(pj,{activeQueryHash:S,queryCache:y,queryClient:g,errorTypes:p}):null,c?i.createElement(Fv,rk({type:"button","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true"},f,{style:{position:"absolute",zIndex:99999,margin:".5em",bottom:0,left:0,...f.style},onClick:e=>{a(!1),null==m||m(e)}}),"Close"):null))})),pj=({queryCache:e,activeQueryHash:t,queryClient:n,errorTypes:o})=>{var a,r;const s=lj(e,(()=>e.getAll().find((e=>e.queryHash===t)))),u=lj(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.state})),c=null!=(a=lj(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.isStale()})))&&a,l=null!=(r=lj(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.getObserversCount()})))?r:0,p=d((()=>{if(s&&null!=u&&u.error){const e=o.find((e=>{var t;return e.initializer(s).toString()===(null==(t=u.error)?void 0:t.toString())}));return null==e?void 0:e.name}}),[s,null==u?void 0:u.error,o]);if(!s||!u)return null;const h=e=>{var t;const n=null!=(t=null==e?void 0:e.initializer(s))?t:new Error("Unknown error from devtools"),o=s.options;s.setState({status:"error",error:n,fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:o}})};return i.createElement(Bv,null,i.createElement("div",{style:{padding:".5em",background:Ev.backgroundAlt,position:"sticky",top:0,zIndex:1}},"Query Details"),i.createElement("div",{style:{padding:".5em"}},i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"flex-start",justifyContent:"space-between"}},i.createElement(Vv,{style:{lineHeight:"1.8em"}},i.createElement("pre",{style:{margin:0,padding:0,overflow:"auto"}},Iv(s.queryKey,!0))),i.createElement("span",{style:{padding:"0.3em .6em",borderRadius:"0.4em",fontWeight:"bold",textShadow:"0 2px 10px black",background:xv({queryState:u,isStale:c,observerCount:l,theme:Ev}),flexShrink:0}},Rv(s))),i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"center",justifyContent:"space-between"}},"Observers: ",i.createElement(Vv,null,l)),i.createElement("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"}},"Last Updated:"," ",i.createElement(Vv,null,new Date(u.dataUpdatedAt).toLocaleTimeString()))),i.createElement("div",{style:{background:Ev.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Actions"),i.createElement("div",{style:{padding:"0.5em",display:"flex",flexWrap:"wrap",gap:"0.5em",alignItems:"flex-end"}},i.createElement(Fv,{type:"button",onClick:()=>{const e=null==s?void 0:s.fetch();null==e||e.catch(fj)},disabled:"fetching"===u.fetchStatus,style:{background:Ev.active}},"Refetch")," ",i.createElement(Fv,{type:"button",onClick:()=>n.invalidateQueries(s),style:{background:Ev.warning,color:Ev.inputTextColor}},"Invalidate")," ",i.createElement(Fv,{type:"button",onClick:()=>n.resetQueries(s),style:{background:Ev.gray}},"Reset")," ",i.createElement(Fv,{type:"button",onClick:()=>n.removeQueries(s),style:{background:Ev.danger}},"Remove")," ",i.createElement(Fv,{type:"button",onClick:()=>{var e;if("fetching"!==s.state.fetchStatus||void 0!==(null==(e=s.state.fetchMeta)?void 0:e.__previousQueryOptions))if(void 0===s.state.data)s.fetch(s.state.fetchMeta.__previousQueryOptions,{cancelRefetch:!0});else{const e=s.options;s.fetch({...e,queryFn:()=>new Promise((()=>{})),cacheTime:-1}),s.setState({data:void 0,status:"loading",fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:e}})}},style:{background:Ev.paused}},"loading"===s.state.status?"Restore":"Trigger"," ","loading")," ",0===o.length||"error"===s.state.status?i.createElement(Fv,{type:"button",onClick:()=>{s.state.error?n.resetQueries(s):h()},style:{background:Ev.danger}},"error"===s.state.status?"Restore":"Trigger"," error"):i.createElement("label",null,"Trigger error:",i.createElement($v,{value:null!=p?p:"",style:{marginInlineStart:".5em"},onChange:e=>{const t=o.find((t=>t.name===e.target.value));h(t)}},i.createElement("option",{key:"",value:""}),o.map((e=>i.createElement("option",{key:e.name,value:e.name},e.name)))))),i.createElement("div",{style:{background:Ev.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Data Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(uj,{label:"Data",value:u.data,defaultExpanded:{},copyable:!0})),i.createElement("div",{style:{background:Ev.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Query Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(uj,{label:"Query",value:s,defaultExpanded:{queryKey:!0}})))},hj=({queryCache:e})=>{const t=lj(e,(()=>e.getAll().filter((e=>"fresh"===Rv(e))).length)),n=lj(e,(()=>e.getAll().filter((e=>"fetching"===Rv(e))).length)),o=lj(e,(()=>e.getAll().filter((e=>"paused"===Rv(e))).length)),a=lj(e,(()=>e.getAll().filter((e=>"stale"===Rv(e))).length)),r=lj(e,(()=>e.getAll().filter((e=>"inactive"===Rv(e))).length));return i.createElement(Wv,null,i.createElement(Hv,{style:{background:Ev.success,opacity:t?1:.3}},"fresh ",i.createElement(Vv,null,"(",t,")"))," ",i.createElement(Hv,{style:{background:Ev.active,opacity:n?1:.3}},"fetching ",i.createElement(Vv,null,"(",n,")"))," ",i.createElement(Hv,{style:{background:Ev.paused,opacity:o?1:.3}},"paused ",i.createElement(Vv,null,"(",o,")"))," ",i.createElement(Hv,{style:{background:Ev.warning,color:"black",textShadow:"0",opacity:a?1:.3}},"stale ",i.createElement(Vv,null,"(",a,")"))," ",i.createElement(Hv,{style:{background:Ev.gray,opacity:r?1:.3}},"inactive ",i.createElement(Vv,null,"(",r,")")))},mj=i.memo((({queryKey:e,setActiveQueryHash:t,activeQueryHash:n,queryCache:o})=>{var a,r,s,u;const c=null!=(a=lj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.queryHash})))?a:"",l=lj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.state})),d=null!=(r=lj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.isStale()})))&&r,p=null!=(s=lj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.isDisabled()})))&&s,h=null!=(u=lj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.getObserversCount()})))?u:0;return l?i.createElement("div",{role:"button","aria-label":"Open query details for "+c,onClick:()=>t(n===c?"":c),style:{display:"flex",borderBottom:"solid 1px "+Ev.grayAlt,cursor:"pointer",background:c===n?"rgba(255,255,255,.1)":void 0}},i.createElement("div",{style:{flex:"0 0 auto",width:"2em",height:"2em",background:xv({queryState:l,isStale:d,observerCount:h,theme:Ev}),display:"flex",alignItems:"center",justifyContent:"center",fontWeight:"bold",textShadow:d?"0":"0 0 10px black",color:d?"black":"white"}},h),p?i.createElement("div",{style:{flex:"0 0 auto",height:"2em",background:Ev.gray,display:"flex",alignItems:"center",fontWeight:"bold",padding:"0 0.5em"}},"disabled"):null,i.createElement(Vv,{style:{padding:".5em"}},""+c)):null}));function fj(){}mj.displayName="QueryRow";const gj="development"!==process.env.NODE_ENV?function(){return null}:function({initialIsOpen:e,panelProps:t={},closeButtonProps:n={},toggleButtonProps:o={},position:a="bottom-left",containerElement:r="aside",context:s,styleNonce:u,panelPosition:c="bottom",errorTypes:l=[]}){const d=i.useRef(null),p=i.useRef(null),[h,m]=_k("reactQueryDevtoolsOpen",e),[f,g]=_k("reactQueryDevtoolsHeight",Pv),[y,b]=_k("reactQueryDevtoolsWidth",Pv),[k="bottom",v]=_k("reactQueryDevtoolsPanelPosition",c),[j,w]=i.useState(!1),[_,E]=i.useState(!1),C=function(){const e=i.useRef(!1),t=i.useCallback((()=>e.current),[]);return i.useEffect((()=>(e.current=!0,()=>{e.current=!1})),[]),t}();i.useEffect((()=>{w(null!=h&&h)}),[h,j,w]),i.useEffect((()=>{const e=p.current;if(e){const t=()=>{j&&(e.style.visibility="visible")},n=()=>{j||(e.style.visibility="hidden")};return e.addEventListener("transitionstart",t),e.addEventListener("transitionend",n),()=>{e.removeEventListener("transitionstart",t),e.removeEventListener("transitionend",n)}}}),[j]),i.useEffect((()=>{var e;if(j&&null!=(e=d.current)&&e.parentElement){const{parentElement:e}=d.current,t=Nv("padding",k),n=Dv(k),o=(({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:o,paddingRight:a})=>({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:o,paddingRight:a}))(e.style),a=()=>{e.style.padding="0px",e.style.paddingTop="0px",e.style.paddingBottom="0px",e.style.paddingLeft="0px",e.style.paddingRight="0px",e.style[t]=(n?y:f)+"px"};if(a(),"undefined"!=typeof window)return window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a),Object.entries(o).forEach((([t,n])=>{e.style[t]=n}))}}}),[j,k,f,y]);const{style:S={},...x}=t,{style:R={},onClick:T,...I}=o,O=function({position:e="bottom",height:t,width:n,devtoolsTheme:o,isOpen:a,isResizing:r,panelStyle:i}){const s=qv(e),u=Nv("border",s),c=Dv(e);return{...i,direction:"ltr",position:"fixed",[e]:0,[u]:"1px solid "+o.gray,transformOrigin:s,boxShadow:"0 0 20px rgba(0,0,0,.3)",zIndex:99999,visibility:a?"visible":"hidden",...r?{transition:"none"}:{transition:"all .2s ease"},...a?{opacity:1,pointerEvents:"all",transform:c?"translateX(0) scale(1)":"translateY(0) scale(1)"}:{opacity:0,pointerEvents:"none",transform:c?"translateX(15px) scale(1.02)":"translateY(15px) scale(1.02)"},...c?{top:0,height:"100vh",maxWidth:"90%",width:"number"==typeof n&&n>=70?n:Pv}:{left:0,width:"100%",maxHeight:"90%",height:"number"==typeof t&&t>=70?t:Pv}}}({position:k,devtoolsTheme:Ev,isOpen:j,height:f,width:y,isResizing:_,panelStyle:S});return C()?i.createElement(r,{ref:d,className:"ReactQueryDevtools","aria-label":"React Query Devtools"},i.createElement(Sv,{theme:Ev},i.createElement(dj,rk({ref:p,context:s,styleNonce:u,position:k,onPositionChange:v,showCloseButton:!0,closeButtonProps:n},x,{style:O,isOpen:j,setIsOpen:m,onDragStart:e=>((e,t)=>{if(!e)return;if(0!==t.button)return;const n=Dv(k);E(!0);const{height:o,width:a}=e.getBoundingClientRect(),r=t.clientX,i=t.clientY;let s=0;const u=e=>{e.preventDefault(),n?(s=a+("right"===k?r-e.clientX:e.clientX-r),b(s)):(s=o+("bottom"===k?i-e.clientY:e.clientY-i),g(s)),m(!(s<70))},c=()=>{_&&E(!1),document.removeEventListener("mousemove",u,!1),document.removeEventListener("mouseUp",c,!1)};document.addEventListener("mousemove",u,!1),document.addEventListener("mouseup",c,!1)})(p.current,e),errorTypes:l}))),j?null:i.createElement("button",rk({type:"button"},I,{"aria-label":"Open React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"false",onClick:e=>{m(!0),null==T||T(e)},style:{background:"none",border:0,padding:0,position:"fixed",zIndex:99999,display:"inline-flex",fontSize:"1.5em",margin:".5em",cursor:"pointer",width:"fit-content",..."top-right"===a?{top:"0",right:"0"}:"top-left"===a?{top:"0",left:"0"}:"bottom-right"===a?{bottom:"0",right:"0"}:{bottom:"0",left:"0"},...R}}),i.createElement(cj,{"aria-hidden":!0}),i.createElement(Kv,{text:"Open React Query Devtools"}))):null};process.env.NODE_ENV;var yj,bj={backgroundColor:"#fcfcff",width:"100%",zIndex:1e7,height:"100%",position:"absolute"};function kj(e){var o=this,r=e.children,i=process.env.ENVIRONMENT,s=d((function(){return"DEV"!==i&&"LOCAL"!==i?"testing":"live"}),[i]),c=u(!1),h=c[0],m=c[1],f=p((function(e){return t(o,void 0,void 0,(function(){var t,o,r,i,u;return n(this,(function(n){switch(n.label){case 0:return t=localStorage.getItem("headers"),o=t&&JSON.parse(t),r=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live",i=localStorage.getItem("x-organization-code"),u=i?JSON.parse(i).value:"",[4,Ed.refreshInstance({headers:a(a({},o),{"X-Environment":r||s,"x-organization-code":u,"x-account-code":e.detail.accountCode,"X-Content-Type-Options":"nosniff"})})];case 1:return n.sent(),[2]}}))}))}),[s]);l((function(){return addEventListener("ACCOUNT_CHANGED",f),function(){window.removeEventListener("ACCOUNT_CHANGED",f)}}),[f]);var g=p((function(e){return t(o,void 0,void 0,(function(){var t,o,r,i,u,c,l;return n(this,(function(n){switch(n.label){case 0:return t=localStorage.getItem("headers"),(o=t&&JSON.parse(t))?(r=localStorage.getItem("x-organization-code"),i=localStorage.getItem("account"),u=i?null===(l=JSON.parse(i).value)||void 0===l?void 0:l.code:"",c=r?JSON.parse(r).value:"",[4,Ed.refreshInstance({headers:a(a({},o),{"X-Environment":e||s,"x-organization-code":c,"x-account-code":u,"X-Content-Type-Options":"nosniff"})})]):[3,2];case 1:n.sent(),mh.refetchQueries(["fetch-profile","accountsV2","accounts","fetch-all-organizations","fetch-permissions"]),m(!0),n.label=2;case 2:return[2]}}))}))}),[s,m]);return l((function(){var e=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live";window.addEventListener("storage",(function(t){if("token"===t.key||"isTesting"===t.key){var n="OFF"===t.newValue?"live":"testing";"isTesting"===t.key?g(n):"token"===t.key&&g(e)}})),g(e)}),[m,g]),h?React.createElement(Rp,{client:mh},r,React.createElement(gj,{initialIsOpen:!1})):React.createElement("div",{style:bj})}!function(e){e.ECONNABORTED="ECONNABORTED",e.ETIMEDOUT="ETIMEDOUT",e.ERR_BAD_REQUEST="ERR_BAD_REQUEST"}(yj||(yj={}));var vj=function(){var e=c(null),t=c(null),n=c(null),o=u(!1),a=o[0],r=o[1],i=u(null),s=i[0],d=i[1],h=u(null),m=h[0],f=h[1],g=p((function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null)}),[]),y=p((function(){var o;if((null===(o=e.current)||void 0===o?void 0:o.readyState)!==WebSocket.OPEN){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),f(null);try{var a=new WebSocket("".concat(_d["WS_URL_".concat(_d.ENVIRONMENT)],"/data-assistant/charts/ws"));e.current=a,a.onopen=function(){r(!0);var e=localStorage.getItem("token");e&&a.send(JSON.stringify({type:"auth",token:e})),t.current=setInterval((function(){a.readyState===WebSocket.OPEN?a.send(JSON.stringify({type:"ping"})):(g(),r(!1))}),3e4)},a.onmessage=function(e){try{var t=JSON.parse(e.data);d(t)}catch(e){f("Failed to parse server response")}},a.onerror=function(e){f("Connection error occurred"),r(!1)},a.onclose=function(e){r(!1),g(),e.wasClean||1e3===e.code||(n.current=setTimeout((function(){y()}),5e3))}}catch(e){f("Failed to establish connection")}}}),[]),b=p((function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"subscribe",chart_id:t}))}),[]),k=p((function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"unsubscribe",chart_id:t}))}),[]),v=p((function(){d(null)}),[]),j=p((function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),e.current&&(r(!1),e.current.close(1e3,"Manual disconnect"),e.current=null)}),[]);return l((function(){return y(),function(){g(),j()}}),[]),{subscribe:b,unsubscribe:k,disconnect:j,connect:y,clearChartData:v,isConnected:a,chartData:s,connectionError:m}},jj=["LOCAL","DEV","STG"].includes(process.env.ENVIRONMENT||"");"undefined"!=typeof window&&jj&&function(){t(this,void 0,void 0,(function(){var e;return n(this,(function(t){switch(t.label){case 0:if(!ja())return console.info('MSW is disabled. Run "window.enableMSW()" to enable it.'),[2];console.info('MSW is enabled. Run "window.disableMSW()" to disable it.'),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,ba.start({serviceWorker:{url:"/mockServiceWorker.js"},onUnhandledRequest:"bypass"})];case 2:return t.sent(),[3,4];case 3:return e=t.sent(),console.error("Error starting MSW:",e),[3,4];case 4:return[2]}}))}))}();export{Dc as AI,wd as Api,yj as ApiErrorCodes,kj as ApiProvider,Ed as ApiSingleton,Tc as Cms,Rc as Country,zc as DataReport,xc as Organization,Sc as PaymentFiltersSection,Lc as ReconciliationAgendaInsight,Pc as ReconciliationReportType,Ic as ReportType,Cc as SendPaymentNotification,Ac as SmartRouting,Oc as TemplateType,Ng as getQueryKeyGetNameAndIcon,Ug as getQueryKeyRequiredFields,hh as queryCache,mh as queryClient,Ag as use3DSExemptions,nf as useAICreateWorkflow,cb as useAllFeatureFlags,Rb as useAllowListDetail,xb as useBlackListDetail,lb as useCachedFeatureFlag,bh as useCancelReport,th as useChangePasswordV2,fm as useChangePaymentsWebhook,lm as useChangeStatusBlackList,dm as useChangeStatusItemBlackList,Gg as useChangeStylingSettings,mf as useChangeTemplateStatus,ph as useChargebacksUpload,vj as useChartAssistantSocket,qb as useChartExecute,pf as useCloneTemplate,oy as useCommunicationDetails,ty as useCommunications,Jb as useCommunicationsByDay,Xb as useCommunicationsBySubstatus,ny as useCommunicationsFilters,Yb as useCommunicationsSubstatusByDay,Yh as useConfirmedOtpMfa,yh as useCountRowsForReport,uf as useCreateAndExecuteChart,lf as useCreateAndExecuteChartWithTimezone,af as useCreateChart,cf as useCreateChartWithTimezone,Dh as useCreateMonitorTemplate,Lh as useCreateMonitorThreshold,dh as useCreateOperationTransaction,Wh as useCreatePaymentLinks,Qm as useCreateReconciliationAlert,$m as useCreateReconciliationReportTemplate,fh as useCreateReconciliationsReportV2,kh as useCreateReportTemplate,gh as useCreateReportV2,Uh as useCreateRoles,Zm as useCreateSamlConfig,gf as useCreateSchedule,Tm as useCreateScheduledReport,df as useCreateTemplate,rh as useCreateUserAuth0,jh as useCreateWorkflow,Wp as useDeleteAccountsUserMassive,bm as useDeleteAllowlistItem,hm as useDeleteBlackListType,gm as useDeleteBlockListItem,rf as useDeleteChart,Um as useDeleteCustomizedApiKeys,Hh as useDeletePaymentLink,Jm as useDeleteReconciliationAlert,Fh as useDeleteRoles,tf as useDeleteSamlConfig,bf as useDeleteSchedule,Om as useDeleteScheduledReport,ff as useDeleteTemplate,Nh as useDeleteUserTeamV2,Eh as useDeleteVersion,qp as useDeleteWebhookV2,yf as useDisableSchedule,Ch as useDuplicateVersion,Vh as useEditPaymentLinks,Bh as useEditRoles,Jg as useEmailVerification,xm as useExcludeUsers,Gm as useExportApiLogs,ub as useFeatureFlags,wb as useFirebaseUserSubscribe,of as useGenerateFeedback,sg as useGetAccounts,cg as useGetAccountsByUser,lg as useGetAccountsForImpersonation,ug as useGetAccountsV2,Ab as useGetAllConfigRules,Jf as useGetAllOrganizations,ib as useGetAllReconciliationsAdvancements,ob as useGetAllReconciliationsAgenda,nb as useGetAllReconciliationsAlerts,sb as useGetAllReconciliationsFees,rb as useGetAllReconciliationsSales,Yy as useGetAllTableColumns,Hf as useGetAllowedIps,fb as useGetApiLogsDetailByPaymentCode,db as useGetAuditEvents,gg as useGetAuditLogsFilters,pb as useGetAuditMonitorEventDetail,_m as useGetBatchRefundProcessedFileDownload,Em as useGetBatchRefundUserFileDownload,Ib as useGetBatchRefunds,Eb as useGetBlackList,Sb as useGetBlockListSummary,xf as useGetCardBrands,Nb as useGetChartsByUser,Mb as useGetChartsByUserWithResults,qg as useGetCheckoutTemplate,Dg as useGetCheckouts,Am as useGetConditionalConfigRules,_b as useGetConfigAllowlist,ng as useGetConnections,eg as useGetConnectionsByPaymentMethod,bb as useGetCountriesConfigPaymentLink,kb as useGetCountriesConfigPaymentLinkV2,Ff as useGetCredentials,Wm as useGetCredentialsMFA,Gf as useGetCustomizedApiKeys,Vf as useGetCustomizedApiKeysAccounts,Wf as useGetCustomizedApiKeysMembers,$f as useGetCustomizedApiKeysProducts,Nm as useGetCustomizedApiKeysToken,yg as useGetDashboardStaticContents,og as useGetDialogs,py as useGetDownloadReport,Xh as useGetEmailOtp,tg as useGetHashPylon,Zg as useGetImpersonationEnabled,Yg as useGetImpersonationUsers,Ay as useGetInsightsReport,zy as useGetInsightsReportAgain,jb as useGetInstallmentPlans,Zf as useGetIntegrationByAccountV2,Yf as useGetIntegrationParams,Bb as useGetLanguages,bg as useGetLocales,Xg as useGetLoginMethods,Pb as useGetMFAConfig,zb as useGetMFAExcludedUsers,Lb as useGetMFAStatus,dg as useGetMenu,iy as useGetMergedNotifications,Mg as useGetNameAndIcon,Wb as useGetNetworkTokensOnboardingByOrganization,ay as useGetNotificationsCustomer,sy as useGetNotificationsNumberMutation,Qf as useGetOrganization,Rf as useGetPaymentFilters,yb as useGetPaymentLinkByCode,gb as useGetPaymentLinks,Sf as useGetPaymentMethodsAndProviders,Tf as useGetPaymentMetricsFilters,pg as useGetPaymentStatusesStyles,If as useGetPaymentTransactionsDetails,wf as useGetPaymentV2,Cf as useGetPaymentsMethodsByCountry,Pf as useGetPayoutDetail,Df as useGetPayoutHistoryDetail,Lf as useGetPayoutTransactionDetail,Qg as useGetPermissions,vy as useGetPermissionsCatalog,$g as useGetProfile,qf as useGetProofOfCancel,Nf as useGetProofOfPayment,Xf as useGetProviderParams,Zy as useGetReconciliationActive,ab as useGetReconciliationAgendaInsightsByKey,Xy as useGetReconciliationFilters,Jy as useGetReconciliationMetrics,mg as useGetReconciliationTransactionStatusesStyles,Ky as useGetReconciliationTransactions,eb as useGetReconciliationsReportColumns,tb as useGetReconciliationsReportTemplates,fy as useGetRefundPdf,my as useGetReportColumns,hy as useGetReportTemplates,ly as useGetReportsList,dy as useGetReportsListMultiEnv,Bg as useGetRequiredFields,by as useGetRoles,ky as useGetRolesPermissions,Lg as useGetRoutingMonitorsTemplate,Pg as useGetRoutingMonitorsTemplates,zm as useGetRule,Db as useGetSamlConfig,Rm as useGetScheduledReportsList,Qy as useGetSettlements,_g as useGetSmartRoutingConditionPaymentMethod,wg as useGetSmartRoutingConditionTypes,Eg as useGetSmartRoutingConditionTypesValues,jy as useGetSmartRoutingDataReport,xg as useGetSmartRoutingDeclineGroups,vg as useGetSmartRoutingMethods,Sg as useGetSmartRoutingNextRoute,Rg as useGetSmartRoutingPaymentRoute,Ig as useGetSmartRoutingSearchConditionValues,Tg as useGetSmartRoutingSimulateConditionTypeValues,jg as useGetSmartRoutingWorkflow,Cg as useGetSmartRoutingWorkflowVersion,Fg as useGetStylingSdkDynamic,Hg as useGetStylingSettings,Vg as useGetStylingSettingsV2,Wg as useGetStylingTheme,gy as useGetTeamsFiltersMembers,fg as useGetTimeZoneCatalog,vb as useGetTimezonePaymentLink,Jh as useGetTokenValidation,_f as useGetTransactionDetailsV2,Of as useGetTransactionHistoryByPaymentCode,Ef as useGetTransactionRawResponse,hg as useGetTransactionStatusesStyles,Fb as useGetTranslations,Kg as useGetUserFull,ey as useGetUsersToImpersonate,ry as useGetValidateOpsgenieKey,ag as useGetWebhookParamsV2,ig as useGetWebhooksV2Detail,rg as useGetWebhooksV3,qy as useInsights3dsConversionRateAndEvolution,Ny as useInsights3dsDeclineReasons,My as useInsights3dsFrictionlessVsChallenge,Dy as useInsights3dsVolumeAndCountTx,$y as useInsightsChargebacksByCardBrand,Hy as useInsightsChargebacksByProviderAndCardBrand,Wy as useInsightsChargebacksDisputed,Vy as useInsightsChargebacksReasonsDistribution,Gy as useInsightsChargebacksStatusDistribution,By as useInsightsChargebacksTotalRateAndEvolution,Uy as useInsightsChargebacksVolumeAndCountTx,Fy as useInsightsChargebacksWinRate,wy as useInsightsConversionRateMetricsV2,Ry as useInsightsCustomerPaymentsAndFraudMetrics,Ey as useInsightsFallbackMetrics,Ly as useInsightsFraudScreeningConversionRate,Py as useInsightsFraudScreeningVolumeAndCountTx,Oy as useInsightsHomeMetrics,Ty as useInsightsOverviewMetrics,Iy as useInsightsOverviewMetricsV3,xy as useInsightsTotalPaymentsAndFraudMetrics,Cy as useInsightsVolumeMetrics,Sy as useInsightsVolumeMetricsV2,oh as useInviteUsersMultiaccountMassive,kg as useIsTesting,sh as useLoginMethods,zg as useNetworkTokensOnboarding,Kp as useNewPostConnectionValidate,Up as usePatchAccountV2,im as usePatchAddAllowlistItems,Kf as usePatchAllowedIps,sm as usePatchAllowlist,Ub as usePatchAndExecuteChart,Bm as usePatchApiKeysEditNote,am as usePatchChangeStatusAllowlist,rm as usePatchChangeStatusAllowlistItem,sf as usePatchChartName,Qp as usePatchConnection,qm as usePathCreateCustomizedApiKeys,uy as usePathNotifications,Bf as usePayoutsFilters,Uf as usePayoutsList,Mp as usePostAccount,Tb as usePostAllowlistMultiAccount,Fm as usePostApiKeysRoll,hb as usePostApiLogs,Hm as usePostAuditMonitors,wm as usePostBatchRefundByFile,mm as usePostBlackListBatch,pm as usePostBlackListItems,um as usePostBlackListMultiAccount,Cb as usePostBlockList,ih as usePostCall,Vp as usePostChangeStatusConnection,$p as usePostConnectionMultiAccount,om as usePostCreateAllowlistMultiAccount,Dm as usePostCreateCustomizedApiKeys,Ym as usePostCreateInsightsReport,Pm as usePostCreateRuleMultiAccount,Mm as usePostCredentialsValidatePassword,Jp as usePostDefaultRoutes,Lm as usePostEditRule,zf as usePostFraudTransactions,tm as usePostGetAllowlistItems,nm as usePostGetAllowlistMultiAccount,yy as usePostMembersPaginatedV2,Yp as usePostNetworkTokensOnboarding,jf as usePostPaymentsEvaluated,vf as usePostPaymentsLazy,qh as usePostSlackMessageChannel,Af as usePostTransactions,Gh as usePostUserSettings,Qh as usePostUserSettingsPinned,Kh as usePostUserSettingsTables,$h as usePostUserThemeSettings,Hp as usePostValideStatusConnection,Ob as usePostVelocityRules,mb as usePostWebhookLogs,Dp as usePostWebhookMultiAccount,Og as useProviderConversionRatesData,wh as usePublishVersion,Bp as usePutAccountPrincipal,Fp as usePutAccountsUserMassive,cm as usePutBlackListType,Gp as usePutCosts,ek as useRecoveredPaymentsByDay,Zb as useRecoveredTPVByDay,Vm as useResendWebhooks,_h as useSaveVersion,ak as useSearchScheduleById,ok as useSearchSchedules,nk as useSearchTemplateById,tk as useSearchTemplates,Mf as useSendPaymentNotification,Mh as useSetCustodian,Rh as useSmartRoutingCreateDeclinedGroup,Ih as useSmartRoutingEditWorkflowName,Ph as useSmartRoutingMultiAccountDeclinedGroupCreate,zh as useSmartRoutingRemoveDeclinedGroup,Oh as useSmartRoutingSimulateTransaction,Th as useSmartRoutingToggleFavorite,xh as useSmartRoutingUpdateDeclinedGroup,Ah as useSmartRoutingUpdateMonitorRedistribution,Sh as useToggleMethod,ah as useUnInviteUsersV2,Zh as useUnrollUserV2,ch as useUpdateCheckoutTemplate,uh as useUpdateIsActiveCheckout,Sm as useUpdateMFAConfig,Zp as useUpdateOrganizationStatus,nh as useUpdateProfile,Xm as useUpdateReconciliationAlert,Km as useUpdateReconciliationReportTemplate,vh as useUpdateReportTemplate,ef as useUpdateSamlConfig,Im as useUpdateScheduledReport,lh as useUpdateStylingTheme,hf as useUpdateTemplateSelection,Np as useUpdateWebhookV2,vm as useUploadBatchRefundsFileV2,jm as useUploadBatchRefundsV2,Cm as useUploadFileS3ClientBatchRefunds,km as useValiateAllowlistItems,ym as useValidateBlockListItems,Xp as useValidateCredentials,eh as useValidateOrgName,em as useValidatePasswordStatus,_y as useViewMoreMetrics};
|
|
233
|
+
const lk=7,dk=6,pk=5,hk=4,mk=3,fk=2,gk=1,yk=0;function bk(e,t,n){var o;if((n=n||{}).threshold=null!=(o=n.threshold)?o:gk,!n.accessors){const o=kk(e,t,n);return{rankedValue:e,rank:o,accessorIndex:-1,accessorThreshold:n.threshold,passed:o>=n.threshold}}const a=function(e,t){const n=[];for(let o=0,a=t.length;o<a;o++){const a=t[o],r=_k(a),i=jk(e,a);for(let e=0,t=i.length;e<t;e++)n.push({itemValue:i[e],attributes:r})}return n}(e,n.accessors),r={rankedValue:e,rank:yk,accessorIndex:-1,accessorThreshold:n.threshold,passed:!1};for(let e=0;e<a.length;e++){const o=a[e];let i=kk(o.itemValue,t,n);const{minRanking:s,maxRanking:u,threshold:c=n.threshold}=o.attributes;i<s&&i>=gk?i=s:i>u&&(i=u),i=Math.min(i,u),i>=c&&i>r.rank&&(r.rank=i,r.passed=!0,r.accessorIndex=e,r.accessorThreshold=c,r.rankedValue=o.itemValue)}return r}function kk(e,t,n){return e=vk(e,n),(t=vk(t,n)).length>e.length?yk:e===t?lk:(e=e.toLowerCase())===(t=t.toLowerCase())?dk:e.startsWith(t)?pk:e.includes(` ${t}`)?hk:e.includes(t)?mk:1===t.length?yk:function(e){let t="";return e.split(" ").forEach((e=>{e.split("-").forEach((e=>{t+=e.substr(0,1)}))})),t}(e).includes(t)?fk:function(e,t){let n=0,o=0;function a(e,t,o){for(let a=o,r=t.length;a<r;a++){if(t[a]===e)return n+=1,a+1}return-1}function r(e){const o=1/e,a=n/t.length;return gk+a*o}const i=a(t[0],e,0);if(i<0)return yk;o=i;for(let n=1,r=t.length;n<r;n++){o=a(t[n],e,o);if(!(o>-1))return yk}const s=o-i;return r(s)}(e,t)}function vk(e,t){let{keepDiacritics:n}=t;return e=`${e}`,n||(e=e.replace(ck,(e=>sk[e]))),e}function jk(e,t){let n=t;"object"==typeof t&&(n=t.accessor);const o=n(e);return null==o?[]:Array.isArray(o)?o:[String(o)]}const wk={maxRanking:1/0,minRanking:-1/0};function _k(e){return"function"==typeof e?wk:{...wk,...e}}function Ek(e,t){const[n,o]=i.useState();i.useEffect((()=>{const n=(e=>{try{const t=localStorage.getItem(e);return"string"==typeof t?JSON.parse(t):void 0}catch{return}})(e);o(null==n?"function"==typeof t?t():t:n)}),[t,e]);return[n,i.useCallback((t=>{o((n=>{let o=t;"function"==typeof t&&(o=t(n));try{localStorage.setItem(e,JSON.stringify(o))}catch{}return o}))}),[e])]}var Ck,Sk=function(){function e(){this.keyToValue=new Map,this.valueToKey=new Map}return e.prototype.set=function(e,t){this.keyToValue.set(e,t),this.valueToKey.set(t,e)},e.prototype.getByKey=function(e){return this.keyToValue.get(e)},e.prototype.getByValue=function(e){return this.valueToKey.get(e)},e.prototype.clear=function(){this.keyToValue.clear(),this.valueToKey.clear()},e}(),xk=function(){function e(e){this.generateIdentifier=e,this.kv=new Sk}return e.prototype.register=function(e,t){this.kv.getByValue(e)||(t||(t=this.generateIdentifier(e)),this.kv.set(t,e))},e.prototype.clear=function(){this.kv.clear()},e.prototype.getIdentifier=function(e){return this.kv.getByValue(e)},e.prototype.getValue=function(e){return this.kv.getByKey(e)},e}(),Rk=(Ck=function(e,t){return Ck=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Ck(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}Ck(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),Tk=function(e){function t(){var t=e.call(this,(function(e){return e.name}))||this;return t.classToAllowedProps=new Map,t}return Rk(t,e),t.prototype.register=function(t,n){"object"==typeof n?(n.allowProps&&this.classToAllowedProps.set(t,n.allowProps),e.prototype.register.call(this,t,n.identifier)):e.prototype.register.call(this,t,n)},t.prototype.getAllowedProps=function(e){return this.classToAllowedProps.get(e)},t}(xk),Ik=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i};function Ok(e,t){var n=function(e){if("values"in Object)return Object.values(e);var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t}(e);if("find"in n)return n.find(t);for(var o=n,a=0;a<o.length;a++){var r=o[a];if(t(r))return r}}function Ak(e,t){Object.entries(e).forEach((function(e){var n=Ik(e,2),o=n[0],a=n[1];return t(a,o)}))}function zk(e,t){return-1!==e.indexOf(t)}function Pk(e,t){for(var n=0;n<e.length;n++){var o=e[n];if(t(o))return o}}var Lk=function(){function e(){this.transfomers={}}return e.prototype.register=function(e){this.transfomers[e.name]=e},e.prototype.findApplicable=function(e){return Ok(this.transfomers,(function(t){return t.isApplicable(e)}))},e.prototype.findByName=function(e){return this.transfomers[e]},e}(),Dk=function(e){return void 0===e},qk=function(e){return"object"==typeof e&&null!==e&&(e!==Object.prototype&&(null===Object.getPrototypeOf(e)||Object.getPrototypeOf(e)===Object.prototype))},Nk=function(e){return qk(e)&&0===Object.keys(e).length},Mk=function(e){return Array.isArray(e)},Uk=function(e){return e instanceof Map},Bk=function(e){return e instanceof Set},Fk=function(e){return"Symbol"===function(e){return Object.prototype.toString.call(e).slice(8,-1)}(e)},Wk=function(e){return"number"==typeof e&&isNaN(e)},Hk=function(e){return function(e){return"boolean"==typeof e}(e)||function(e){return null===e}(e)||Dk(e)||function(e){return"number"==typeof e&&!isNaN(e)}(e)||function(e){return"string"==typeof e}(e)||Fk(e)},Vk=function(e){return e.replace(/\./g,"\\.")},Gk=function(e){return e.map(String).map(Vk).join(".")},$k=function(e){for(var t=[],n="",o=0;o<e.length;o++){var a=e.charAt(o);if("\\"===a&&"."===e.charAt(o+1))n+=".",o++;else"."===a?(t.push(n),n=""):n+=a}var r=n;return t.push(r),t},Kk=function(){return Kk=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},Kk.apply(this,arguments)},Qk=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},Jk=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e};function Xk(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}var Yk=[Xk(Dk,"undefined",(function(){return null}),(function(){})),Xk((function(e){return"bigint"==typeof e}),"bigint",(function(e){return e.toString()}),(function(e){return"undefined"!=typeof BigInt?BigInt(e):(console.error("Please add a BigInt polyfill."),e)})),Xk((function(e){return e instanceof Date&&!isNaN(e.valueOf())}),"Date",(function(e){return e.toISOString()}),(function(e){return new Date(e)})),Xk((function(e){return e instanceof Error}),"Error",(function(e,t){var n={name:e.name,message:e.message};return t.allowedErrorProps.forEach((function(t){n[t]=e[t]})),n}),(function(e,t){var n=new Error(e.message);return n.name=e.name,n.stack=e.stack,t.allowedErrorProps.forEach((function(t){n[t]=e[t]})),n})),Xk((function(e){return e instanceof RegExp}),"regexp",(function(e){return""+e}),(function(e){var t=e.slice(1,e.lastIndexOf("/")),n=e.slice(e.lastIndexOf("/")+1);return new RegExp(t,n)})),Xk(Bk,"set",(function(e){return Jk([],Qk(e.values()))}),(function(e){return new Set(e)})),Xk(Uk,"map",(function(e){return Jk([],Qk(e.entries()))}),(function(e){return new Map(e)})),Xk((function(e){return Wk(e)||((t=e)===1/0||t===-1/0);var t}),"number",(function(e){return Wk(e)?"NaN":e>0?"Infinity":"-Infinity"}),Number),Xk((function(e){return 0===e&&1/e==-1/0}),"number",(function(){return"-0"}),Number),Xk((function(e){return e instanceof URL}),"URL",(function(e){return e.toString()}),(function(e){return new URL(e)}))];function Zk(e,t,n,o){return{isApplicable:e,annotation:t,transform:n,untransform:o}}var ev=Zk((function(e,t){return!!Fk(e)&&!!t.symbolRegistry.getIdentifier(e)}),(function(e,t){return["symbol",t.symbolRegistry.getIdentifier(e)]}),(function(e){return e.description}),(function(e,t,n){var o=n.symbolRegistry.getValue(t[1]);if(!o)throw new Error("Trying to deserialize unknown symbol");return o})),tv=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,Uint8ClampedArray].reduce((function(e,t){return e[t.name]=t,e}),{}),nv=Zk((function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}),(function(e){return["typed-array",e.constructor.name]}),(function(e){return Jk([],Qk(e))}),(function(e,t){var n=tv[t[1]];if(!n)throw new Error("Trying to deserialize unknown typed array");return new n(e)}));function ov(e,t){return!!(null==e?void 0:e.constructor)&&!!t.classRegistry.getIdentifier(e.constructor)}var av=Zk(ov,(function(e,t){return["class",t.classRegistry.getIdentifier(e.constructor)]}),(function(e,t){var n=t.classRegistry.getAllowedProps(e.constructor);if(!n)return Kk({},e);var o={};return n.forEach((function(t){o[t]=e[t]})),o}),(function(e,t,n){var o=n.classRegistry.getValue(t[1]);if(!o)throw new Error("Trying to deserialize unknown class - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564");return Object.assign(Object.create(o.prototype),e)})),rv=Zk((function(e,t){return!!t.customTransformerRegistry.findApplicable(e)}),(function(e,t){return["custom",t.customTransformerRegistry.findApplicable(e).name]}),(function(e,t){return t.customTransformerRegistry.findApplicable(e).serialize(e)}),(function(e,t,n){var o=n.customTransformerRegistry.findByName(t[1]);if(!o)throw new Error("Trying to deserialize unknown custom value");return o.deserialize(e)})),iv=[av,ev,rv,nv],sv=function(e,t){var n=Pk(iv,(function(n){return n.isApplicable(e,t)}));if(n)return{value:n.transform(e,t),type:n.annotation(e,t)};var o=Pk(Yk,(function(n){return n.isApplicable(e,t)}));return o?{value:o.transform(e,t),type:o.annotation}:void 0},uv={};Yk.forEach((function(e){uv[e.annotation]=e}));var cv=function(e,t){for(var n=e.keys();t>0;)n.next(),t--;return n.next().value};function lv(e){if(zk(e,"__proto__"))throw new Error("__proto__ is not allowed as a property");if(zk(e,"prototype"))throw new Error("prototype is not allowed as a property");if(zk(e,"constructor"))throw new Error("constructor is not allowed as a property")}var dv=function(e,t,n){if(lv(t),0===t.length)return n(e);for(var o=e,a=0;a<t.length-1;a++){var r=t[a];if(Mk(o))o=o[+r];else if(qk(o))o=o[r];else if(Bk(o)){o=cv(o,i=+r)}else if(Uk(o)){if(a===t.length-2)break;var i=+r,s=0==+t[++a]?"key":"value",u=cv(o,i);switch(s){case"key":o=u;break;case"value":o=o.get(u)}}}var c=t[t.length-1];if(Mk(o)?o[+c]=n(o[+c]):qk(o)&&(o[c]=n(o[c])),Bk(o)){var l=cv(o,+c),d=n(l);l!==d&&(o.delete(l),o.add(d))}if(Uk(o)){i=+t[t.length-2];var p=cv(o,i);switch(s=0==+c?"key":"value"){case"key":var h=n(p);o.set(h,o.get(p)),h!==p&&o.delete(p);break;case"value":o.set(p,n(o.get(p)))}}return e},pv=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},hv=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e};function mv(e,t,n){if(void 0===n&&(n=[]),e)if(Mk(e)){var o=pv(e,2),a=o[0],r=o[1];r&&Ak(r,(function(e,o){mv(e,t,hv(hv([],pv(n)),pv($k(o))))})),t(a,n)}else Ak(e,(function(e,o){return mv(e,t,hv(hv([],pv(n)),pv($k(o))))}))}function fv(e,t,n){return mv(t,(function(t,o){e=dv(e,o,(function(e){return function(e,t,n){if(!Mk(t)){var o=uv[t];if(!o)throw new Error("Unknown transformation: "+t);return o.untransform(e,n)}switch(t[0]){case"symbol":return ev.untransform(e,t,n);case"class":return av.untransform(e,t,n);case"custom":return rv.untransform(e,t,n);case"typed-array":return nv.untransform(e,t,n);default:throw new Error("Unknown transformation: "+t)}}(e,t,n)}))})),e}function gv(e,t){function n(t,n){var o=function(e,t){lv(t);for(var n=0;n<t.length;n++){var o=t[n];if(Bk(e))e=cv(e,+o);else if(Uk(e)){var a=+o,r=0==+t[++n]?"key":"value",i=cv(e,a);switch(r){case"key":e=i;break;case"value":e=e.get(i)}}else e=e[o]}return e}(e,$k(n));t.map($k).forEach((function(t){e=dv(e,t,(function(){return o}))}))}if(Mk(t)){var o=pv(t,2),a=o[0],r=o[1];a.forEach((function(t){e=dv(e,$k(t),(function(){return e}))})),r&&Ak(r,n)}else Ak(t,n);return e}var yv=function(e,t,n,o,a,r,i){var s;void 0===a&&(a=[]),void 0===r&&(r=[]),void 0===i&&(i=new Map);var u=Hk(e);if(!u){!function(e,t,n){var o=n.get(e);o?o.push(t):n.set(e,[t])}(e,a,t);var c=i.get(e);if(c)return o?{transformedValue:null}:c}if(!function(e,t){return qk(e)||Mk(e)||Uk(e)||Bk(e)||ov(e,t)}(e,n)){var l=sv(e,n),d=l?{transformedValue:l.value,annotations:[l.type]}:{transformedValue:e};return u||i.set(e,d),d}if(zk(r,e))return{transformedValue:null};var p=sv(e,n),h=null!==(s=null==p?void 0:p.value)&&void 0!==s?s:e,m=Mk(h)?[]:{},f={};Ak(h,(function(s,u){var c=yv(s,t,n,o,hv(hv([],pv(a)),[u]),hv(hv([],pv(r)),[e]),i);m[u]=c.transformedValue,Mk(c.annotations)?f[u]=c.annotations:qk(c.annotations)&&Ak(c.annotations,(function(e,t){f[Vk(u)+"."+t]=e}))}));var g=Nk(f)?{transformedValue:m,annotations:p?[p.type]:void 0}:{transformedValue:m,annotations:p?[p.type,f]:f};return u||i.set(e,g),g};function bv(e){return Object.prototype.toString.call(e).slice(8,-1)}function kv(e){return"Array"===bv(e)}function vv(e,t={}){if(kv(e))return e.map((e=>vv(e,t)));if(!function(e){if("Object"!==bv(e))return!1;const t=Object.getPrototypeOf(e);return!!t&&t.constructor===Object&&t===Object.prototype}(e))return e;return[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)].reduce(((n,o)=>{if(kv(t.props)&&!t.props.includes(o))return n;return function(e,t,n,o,a){const r={}.propertyIsEnumerable.call(o,t)?"enumerable":"nonenumerable";"enumerable"===r&&(e[t]=n),a&&"nonenumerable"===r&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}(n,o,vv(e[o],t),e,t.nonenumerable),n}),{})}var jv=function(){return jv=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},jv.apply(this,arguments)},wv=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,a,r=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=r.next()).done;)i.push(o.value)}catch(e){a={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return i},_v=function(e,t){for(var n=0,o=t.length,a=e.length;n<o;n++,a++)e[a]=t[n];return e},Ev=function(){function e(e){var t=(void 0===e?{}:e).dedupe,n=void 0!==t&&t;this.classRegistry=new Tk,this.symbolRegistry=new xk((function(e){var t;return null!==(t=e.description)&&void 0!==t?t:""})),this.customTransformerRegistry=new Lk,this.allowedErrorProps=[],this.dedupe=n}return e.prototype.serialize=function(e){var t=new Map,n=yv(e,t,this,this.dedupe),o={json:n.transformedValue};n.annotations&&(o.meta=jv(jv({},o.meta),{values:n.annotations}));var a,r,i,s,u=(a=t,r=this.dedupe,i={},s=void 0,a.forEach((function(e){if(!(e.length<=1)){r||(e=e.map((function(e){return e.map(String)})).sort((function(e,t){return e.length-t.length})));var t=pv(e),n=t[0],o=t.slice(1);0===n.length?s=o.map(Gk):i[Gk(n)]=o.map(Gk)}})),s?Nk(i)?[s]:[s,i]:Nk(i)?void 0:i);return u&&(o.meta=jv(jv({},o.meta),{referentialEqualities:u})),o},e.prototype.deserialize=function(e){var t=e.json,n=e.meta,o=vv(t);return(null==n?void 0:n.values)&&(o=fv(o,n.values,this)),(null==n?void 0:n.referentialEqualities)&&(o=gv(o,n.referentialEqualities)),o},e.prototype.stringify=function(e){return JSON.stringify(this.serialize(e))},e.prototype.parse=function(e){return this.deserialize(JSON.parse(e))},e.prototype.registerClass=function(e,t){this.classRegistry.register(e,t)},e.prototype.registerSymbol=function(e,t){this.symbolRegistry.register(e,t)},e.prototype.registerCustom=function(e,t){this.customTransformerRegistry.register(jv({name:t},e))},e.prototype.allowErrorProps=function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];(e=this.allowedErrorProps).push.apply(e,_v([],wv(t)))},e.defaultInstance=new e,e.serialize=e.defaultInstance.serialize.bind(e.defaultInstance),e.deserialize=e.defaultInstance.deserialize.bind(e.defaultInstance),e.stringify=e.defaultInstance.stringify.bind(e.defaultInstance),e.parse=e.defaultInstance.parse.bind(e.defaultInstance),e.registerClass=e.defaultInstance.registerClass.bind(e.defaultInstance),e.registerSymbol=e.defaultInstance.registerSymbol.bind(e.defaultInstance),e.registerCustom=e.defaultInstance.registerCustom.bind(e.defaultInstance),e.allowErrorProps=e.defaultInstance.allowErrorProps.bind(e.defaultInstance),e}();const Cv={background:"#0b1521",backgroundAlt:"#132337",foreground:"white",gray:"#3f4e60",grayAlt:"#222e3e",inputBackgroundColor:"#fff",inputTextColor:"#000",success:"#00ab52",danger:"#ff0085",active:"#006bff",paused:"#8c49eb",warning:"#ffb200"},Sv=i.createContext(Cv);function xv({theme:e,...t}){return i.createElement(Sv.Provider,ik({value:e},t))}function Rv({queryState:e,observerCount:t,isStale:n,theme:o}){return"fetching"===e.fetchStatus?o.active:t?"paused"===e.fetchStatus?o.paused:n?o.warning:o.success:o.gray}function Tv(e){return"fetching"===e.state.fetchStatus?"fetching":e.getObserversCount()?"paused"===e.state.fetchStatus?"paused":e.isStale()?"stale":"fresh":"inactive"}function Iv(e,t,n={}){return i.forwardRef((({style:o,...a},r)=>{const s=i.useContext(Sv),u=Object.entries(n).reduce(((e,[t,n])=>function(e){const[t,n]=i.useState((()=>{if("undefined"!=typeof window)return window.matchMedia(e).matches}));return i.useEffect((()=>{if("undefined"!=typeof window){const t=window.matchMedia(e),o=({matches:e})=>n(e);return t.addListener(o),()=>{t.removeListener(o)}}}),[t,e,n]),t}(t)?{...e,..."function"==typeof n?n(a,s):n}:e),{});return i.createElement(e,{...a,style:{..."function"==typeof t?t(a,s):t,...o,...u},ref:r})}))}const Ov=(e,t=!1)=>{const{json:n}=Ev.serialize(e);return JSON.stringify(n,null,t?2:void 0)},Av=e=>"idle"!==e.state.fetchStatus?0:e.getObserversCount()?e.isStale()?2:1:3,zv=(e,t)=>e.state.dataUpdatedAt<t.state.dataUpdatedAt?1:-1,Pv={"Status > Last Updated":(e,t)=>Av(e)===Av(t)?zv(e,t):Av(e)>Av(t)?1:-1,"Query Hash":(e,t)=>e.queryHash.localeCompare(t.queryHash),"Last Updated":zv},Lv=500,Dv={top:"bottom",bottom:"top",left:"right",right:"left"};function qv(e){return["left","right"].includes(e)}function Nv(e){return Dv[e]}function Mv(e,t){return""+e+(t.charAt(0).toUpperCase()+t.slice(1))}function Uv(e="bottom"){const t=qv(e),n=Nv(e),o=Mv("margin",n);return{position:"absolute",cursor:t?"col-resize":"row-resize",zIndex:1e5,[n]:0,[o]:"-4px",...t?{top:0,height:"100%",width:"4px"}:{width:"100%",height:"4px"}}}const Bv=Iv("div",((e,t)=>({fontSize:"clamp(12px, 1.5vw, 14px)",fontFamily:"sans-serif",display:"flex",backgroundColor:t.background,color:t.foreground})),{"(max-width: 700px)":{flexDirection:"column"},"(max-width: 600px)":{fontSize:".9em"}}),Fv=Iv("div",(()=>({flex:"1 1 500px",display:"flex",flexDirection:"column",overflow:"auto",height:"100%"})),{"(max-width: 700px)":(e,t)=>({borderTop:"2px solid "+t.gray})}),Wv=Iv("button",((e,t)=>({appearance:"none",fontSize:".9em",fontWeight:"bold",background:t.gray,border:"0",borderRadius:".3em",color:"white",padding:".5em",opacity:e.disabled?".5":void 0,cursor:"pointer"}))),Hv=Iv("span",{display:"flex",flexWrap:"wrap",gap:"0.5em",fontSize:"0.9em"}),Vv=Iv("span",{display:"inline-flex",alignItems:"center",padding:".2em .4em",fontWeight:"bold",textShadow:"0 0 10px black",borderRadius:".2em"}),Gv=Iv("code",{fontSize:".9em",color:"inherit",background:"inherit"}),$v=Iv("input",((e,t)=>({backgroundColor:t.inputBackgroundColor,border:0,borderRadius:".2em",color:t.inputTextColor,fontSize:".9em",lineHeight:"1.3",padding:".3em .4em"}))),Kv=Iv("select",((e,t)=>({display:"inline-block",fontSize:".9em",fontFamily:"sans-serif",fontWeight:"normal",lineHeight:"1.3",padding:".3em 1.5em .3em .5em",height:"auto",border:0,borderRadius:".2em",appearance:"none",WebkitAppearance:"none",backgroundColor:t.inputBackgroundColor,backgroundImage:"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23444444'><polygon points='0,25 100,25 50,75'/></svg>\")",backgroundRepeat:"no-repeat",backgroundPosition:"right .55em center",backgroundSize:".65em auto, 100%",color:t.inputTextColor})),{"(max-width: 500px)":{display:"none"}});function Qv({text:e}){return i.createElement("span",{style:{position:"absolute",width:"0.1px",height:"0.1px",overflow:"hidden"}},e)}const Jv=Iv("div",{fontFamily:"Menlo, monospace",fontSize:"1em",lineHeight:"1.7",outline:"none",wordBreak:"break-word"}),Xv=Iv("span",{color:"white"}),Yv=Iv("button",{cursor:"pointer",color:"white"}),Zv=Iv("button",{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}),ej=({value:e})=>{const[t,n]=i.useState("NoCopy");return i.createElement("button",{onClick:"NoCopy"===t?()=>{navigator.clipboard.writeText(Ev.stringify(e)).then((()=>{n("SuccessCopy"),setTimeout((()=>{n("NoCopy")}),1500)}),(e=>{console.error("Failed to copy: ",e),n("ErrorCopy"),setTimeout((()=>{n("NoCopy")}),1500)}))}:void 0,style:{cursor:"pointer",color:"inherit",font:"inherit",outline:"inherit",background:"transparent",border:"none",padding:0}},"NoCopy"===t?i.createElement(rj,null):"SuccessCopy"===t?i.createElement(sj,null):i.createElement(ij,null))},tj=Iv("span",((e,t)=>({color:t.danger}))),nj=Iv("div",{marginLeft:".1em",paddingLeft:"1em",borderLeft:"2px solid rgba(0,0,0,.15)"}),oj=Iv("span",{color:"grey",fontSize:".7em"}),aj=({expanded:e,style:t={}})=>i.createElement("span",{style:{display:"inline-block",transition:"all .1s ease",transform:"rotate("+(e?90:0)+"deg) "+(t.transform||""),...t}},"▶"),rj=()=>i.createElement("span",{"aria-label":"Copy object to clipboard",title:"Copy object to clipboard",style:{paddingLeft:"1em"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10"},i.createElement("path",{fill:"currentColor",d:"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"}),i.createElement("path",{fill:"currentColor",d:"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"}))),ij=()=>i.createElement("span",{"aria-label":"Failed copying to clipboard",title:"Failed copying to clipboard",style:{paddingLeft:"1em",display:"flex",alignItems:"center"}},i.createElement("svg",{height:"12",viewBox:"0 0 16 12",width:"10",display:"block"},i.createElement("path",{fill:"red",d:"M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"})),i.createElement("span",{style:{color:"red",fontSize:"12px",paddingLeft:"4px",position:"relative",top:"2px"}},"See console")),sj=()=>i.createElement("span",{"aria-label":"Object copied to clipboard",title:"Object copied to clipboard",style:{paddingLeft:"1em",display:"inline-block",verticalAlign:"middle"}},i.createElement("svg",{height:"16",viewBox:"0 0 16 16",width:"16",display:"block"},i.createElement("path",{fill:"green",d:"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"})));const uj=({handleEntry:e,label:t,value:n,subEntries:o=[],subEntryPages:a=[],type:r,expanded:s=!1,copyable:u=!1,toggleExpanded:c,pageSize:l})=>{const[d,p]=i.useState([]);return i.createElement(Jv,{key:t},a.length?i.createElement(i.Fragment,null,i.createElement(Zv,{onClick:()=>c()},i.createElement(aj,{expanded:s})," ",t," ",i.createElement(oj,null,"iterable"===String(r).toLowerCase()?"(Iterable) ":"",o.length," ",o.length>1?"items":"item")),u?i.createElement(ej,{value:n}):null,s?1===a.length?i.createElement(nj,null,o.map(e)):i.createElement(nj,null,a.map(((t,n)=>i.createElement("div",{key:n},i.createElement(Jv,null,i.createElement(Yv,{onClick:()=>p((e=>e.includes(n)?e.filter((e=>e!==n)):[...e,n]))},i.createElement(aj,{expanded:s})," [",n*l," ..."," ",n*l+l-1,"]"),d.includes(n)?i.createElement(nj,null,t.map(e)):null))))):null):i.createElement(i.Fragment,null,i.createElement(Xv,null,t,":")," ",i.createElement(tj,null,Ov(n))))};function cj({value:e,defaultExpanded:t,renderer:n=uj,pageSize:o=100,copyable:a=!1,...r}){const[s,u]=i.useState(Boolean(t)),c=i.useCallback((()=>u((e=>!e))),[]);let l=typeof e,d=[];const p=e=>{const n=!0===t?{[e.label]:!0}:null==t?void 0:t[e.label];return{...e,defaultExpanded:n}};var h;Array.isArray(e)?(l="array",d=e.map(((e,t)=>p({label:t.toString(),value:e})))):null!==e&&"object"==typeof e&&(h=e,Symbol.iterator in h)&&"function"==typeof e[Symbol.iterator]?(l="Iterable",d=Array.from(e,((e,t)=>p({label:t.toString(),value:e})))):"object"==typeof e&&null!==e&&(l="object",d=Object.entries(e).map((([e,t])=>p({label:e,value:t}))));const m=function(e,t){if(t<1)return[];let n=0;const o=[];for(;n<e.length;)o.push(e.slice(n,n+t)),n+=t;return o}(d,o);return n({handleEntry:t=>i.createElement(cj,ik({key:t.label,value:e,renderer:n,copyable:a},r,t)),type:l,subEntries:d,subEntryPages:m,value:e,expanded:s,copyable:a,toggleExpanded:c,pageSize:o,...r})}function lj(e){return i.createElement("svg",ik({width:"40px",height:"40px",viewBox:"0 0 190 190",version:"1.1"},e),i.createElement("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},i.createElement("g",{transform:"translate(-33.000000, 0.000000)"},i.createElement("path",{d:"M72.7239712,61.3436237 C69.631224,46.362877 68.9675112,34.8727722 70.9666331,26.5293551 C72.1555965,21.5671678 74.3293088,17.5190846 77.6346064,14.5984631 C81.1241394,11.5150478 85.5360327,10.0020122 90.493257,10.0020122 C98.6712013,10.0020122 107.26826,13.7273214 116.455725,20.8044264 C120.20312,23.6910458 124.092437,27.170411 128.131651,31.2444746 C128.45314,30.8310265 128.816542,30.4410453 129.22143,30.0806152 C140.64098,19.9149716 150.255245,13.5989272 158.478408,11.1636507 C163.367899,9.715636 167.958526,9.57768202 172.138936,10.983031 C176.551631,12.4664684 180.06766,15.5329489 182.548314,19.8281091 C186.642288,26.9166735 187.721918,36.2310983 186.195595,47.7320243 C185.573451,52.4199112 184.50985,57.5263831 183.007094,63.0593153 C183.574045,63.1277086 184.142416,63.2532808 184.705041,63.4395297 C199.193932,68.2358678 209.453582,73.3937462 215.665021,79.2882839 C219.360669,82.7953831 221.773972,86.6998434 222.646365,91.0218204 C223.567176,95.5836746 222.669313,100.159332 220.191548,104.451297 C216.105211,111.529614 208.591643,117.11221 197.887587,121.534031 C193.589552,123.309539 188.726579,124.917559 183.293259,126.363748 C183.541176,126.92292 183.733521,127.516759 183.862138,128.139758 C186.954886,143.120505 187.618598,154.61061 185.619477,162.954027 C184.430513,167.916214 182.256801,171.964297 178.951503,174.884919 C175.46197,177.968334 171.050077,179.48137 166.092853,179.48137 C157.914908,179.48137 149.31785,175.756061 140.130385,168.678956 C136.343104,165.761613 132.410866,162.238839 128.325434,158.108619 C127.905075,158.765474 127.388968,159.376011 126.77857,159.919385 C115.35902,170.085028 105.744755,176.401073 97.5215915,178.836349 C92.6321009,180.284364 88.0414736,180.422318 83.8610636,179.016969 C79.4483686,177.533532 75.9323404,174.467051 73.4516862,170.171891 C69.3577116,163.083327 68.2780823,153.768902 69.8044053,142.267976 C70.449038,137.410634 71.56762,132.103898 73.1575891,126.339009 C72.5361041,126.276104 71.9120754,126.144816 71.2949591,125.940529 C56.8060684,121.144191 46.5464184,115.986312 40.3349789,110.091775 C36.6393312,106.584675 34.2260275,102.680215 33.3536352,98.3582381 C32.4328237,93.7963839 33.3306866,89.2207269 35.8084524,84.9287618 C39.8947886,77.8504443 47.4083565,72.2678481 58.1124133,67.8460273 C62.5385143,66.0176154 67.5637208,64.366822 73.1939394,62.8874674 C72.9933393,62.3969171 72.8349374,61.8811235 72.7239712,61.3436237 Z",fill:"#002C4B",fillRule:"nonzero",transform:"translate(128.000000, 95.000000) scale(-1, 1) translate(-128.000000, -95.000000) "}),i.createElement("path",{d:"M113.396882,64 L142.608177,64 C144.399254,64 146.053521,64.958025 146.944933,66.5115174 L161.577138,92.0115174 C162.461464,93.5526583 162.461464,95.4473417 161.577138,96.9884826 L146.944933,122.488483 C146.053521,124.041975 144.399254,125 142.608177,125 L113.396882,125 C111.605806,125 109.951539,124.041975 109.060126,122.488483 L94.4279211,96.9884826 C93.543596,95.4473417 93.543596,93.5526583 94.4279211,92.0115174 L109.060126,66.5115174 C109.951539,64.958025 111.605806,64 113.396882,64 Z M138.987827,70.2765273 C140.779849,70.2765273 142.434839,71.2355558 143.325899,72.7903404 L154.343038,92.0138131 C155.225607,93.5537825 155.225607,95.4462175 154.343038,96.9861869 L143.325899,116.20966 C142.434839,117.764444 140.779849,118.723473 138.987827,118.723473 L117.017233,118.723473 C115.225211,118.723473 113.570221,117.764444 112.67916,116.20966 L101.662022,96.9861869 C100.779452,95.4462175 100.779452,93.5537825 101.662022,92.0138131 L112.67916,72.7903404 C113.570221,71.2355558 115.225211,70.2765273 117.017233,70.2765273 L138.987827,70.2765273 Z M135.080648,77.1414791 L120.924411,77.1414791 C119.134228,77.1414791 117.480644,78.0985567 116.5889,79.6508285 L116.5889,79.6508285 L109.489217,92.0093494 C108.603232,93.5515958 108.603232,95.4484042 109.489217,96.9906506 L109.489217,96.9906506 L116.5889,109.349172 C117.480644,110.901443 119.134228,111.858521 120.924411,111.858521 L120.924411,111.858521 L135.080648,111.858521 C136.870831,111.858521 138.524416,110.901443 139.41616,109.349172 L139.41616,109.349172 L146.515843,96.9906506 C147.401828,95.4484042 147.401828,93.5515958 146.515843,92.0093494 L146.515843,92.0093494 L139.41616,79.6508285 C138.524416,78.0985567 136.870831,77.1414791 135.080648,77.1414791 L135.080648,77.1414791 Z M131.319186,83.7122186 C133.108028,83.7122186 134.760587,84.6678753 135.652827,86.2183156 L138.983552,92.0060969 C139.87203,93.5500005 139.87203,95.4499995 138.983552,96.9939031 L135.652827,102.781684 C134.760587,104.332125 133.108028,105.287781 131.319186,105.287781 L124.685874,105.287781 C122.897032,105.287781 121.244473,104.332125 120.352233,102.781684 L117.021508,96.9939031 C116.13303,95.4499995 116.13303,93.5500005 117.021508,92.0060969 L120.352233,86.2183156 C121.244473,84.6678753 122.897032,83.7122186 124.685874,83.7122186 L131.319186,83.7122186 Z M128.003794,90.1848875 C126.459294,90.1848875 125.034382,91.0072828 124.263005,92.3424437 C123.491732,93.6774232 123.491732,95.3225768 124.263005,96.6575563 C125.034382,97.9927172 126.459294,98.8151125 128.001266,98.8151125 L128.001266,98.8151125 C129.545766,98.8151125 130.970678,97.9927172 131.742055,96.6575563 C132.513327,95.3225768 132.513327,93.6774232 131.742055,92.3424437 C130.970678,91.0072828 129.545766,90.1848875 128.003794,90.1848875 L128.003794,90.1848875 Z M93,94.5009646 L100.767764,94.5009646",fill:"#FFD94C"}),i.createElement("path",{d:"M87.8601729,108.357758 C89.1715224,107.608286 90.8360246,108.074601 91.5779424,109.399303 L91.5779424,109.399303 L92.0525843,110.24352 C95.8563392,116.982993 99.8190116,123.380176 103.940602,129.435068 C108.807881,136.585427 114.28184,143.82411 120.362479,151.151115 C121.316878,152.30114 121.184944,154.011176 120.065686,154.997937 L120.065686,154.997937 L119.454208,155.534625 C99.3465389,173.103314 86.2778188,176.612552 80.2480482,166.062341 C74.3500652,155.742717 76.4844915,136.982888 86.6513274,109.782853 C86.876818,109.179582 87.3045861,108.675291 87.8601729,108.357758 Z M173.534177,129.041504 C174.986131,128.785177 176.375496,129.742138 176.65963,131.194242 L176.65963,131.194242 L176.812815,131.986376 C181.782365,157.995459 178.283348,171 166.315764,171 C154.609745,171 139.708724,159.909007 121.612702,137.727022 C121.211349,137.235047 120.994572,136.617371 121,135.981509 C121.013158,134.480686 122.235785,133.274651 123.730918,133.287756 L123.730918,133.287756 L124.684654,133.294531 C132.305698,133.335994 139.714387,133.071591 146.910723,132.501323 C155.409039,131.82788 164.283523,130.674607 173.534177,129.041504 Z M180.408726,73.8119663 C180.932139,72.4026903 182.508386,71.6634537 183.954581,72.149012 L183.954581,72.149012 L184.742552,72.4154854 C210.583763,81.217922 220.402356,90.8916805 214.198332,101.436761 C208.129904,111.751366 190.484347,119.260339 161.26166,123.963678 C160.613529,124.067994 159.948643,123.945969 159.382735,123.618843 C158.047025,122.846729 157.602046,121.158214 158.388848,119.847438 L158.388848,119.847438 L158.889328,119.0105 C162.877183,112.31633 166.481358,105.654262 169.701854,99.0242957 C173.50501,91.1948179 177.073967,82.7907081 180.408726,73.8119663 Z M94.7383398,66.0363218 C95.3864708,65.9320063 96.0513565,66.0540315 96.6172646,66.3811573 C97.9529754,67.153271 98.3979538,68.8417862 97.6111517,70.1525615 L97.6111517,70.1525615 L97.1106718,70.9895001 C93.1228168,77.6836699 89.5186416,84.3457379 86.2981462,90.9757043 C82.49499,98.8051821 78.9260328,107.209292 75.5912744,116.188034 C75.0678608,117.59731 73.4916142,118.336546 72.045419,117.850988 L72.045419,117.850988 L71.2574475,117.584515 C45.4162372,108.782078 35.597644,99.1083195 41.8016679,88.5632391 C47.8700957,78.2486335 65.515653,70.7396611 94.7383398,66.0363218 Z M136.545792,34.4653746 C156.653461,16.8966864 169.722181,13.3874478 175.751952,23.9376587 C181.649935,34.2572826 179.515508,53.0171122 169.348673,80.2171474 C169.123182,80.8204179 168.695414,81.324709 168.139827,81.6422422 C166.828478,82.3917144 165.163975,81.9253986 164.422058,80.6006966 L164.422058,80.6006966 L163.947416,79.7564798 C160.143661,73.0170065 156.180988,66.6198239 152.059398,60.564932 C147.192119,53.4145727 141.71816,46.1758903 135.637521,38.8488847 C134.683122,37.6988602 134.815056,35.9888243 135.934314,35.0020629 L135.934314,35.0020629 Z M90.6842361,18 C102.390255,18 117.291276,29.0909926 135.387298,51.2729777 C135.788651,51.7649527 136.005428,52.3826288 136,53.0184911 C135.986842,54.5193144 134.764215,55.7253489 133.269082,55.7122445 L133.269082,55.7122445 L132.315346,55.7054689 C124.694302,55.6640063 117.285613,55.9284091 110.089277,56.4986773 C101.590961,57.17212 92.7164767,58.325393 83.4658235,59.9584962 C82.0138691,60.2148231 80.6245044,59.2578618 80.3403697,57.805758 L80.3403697,57.805758 L80.1871846,57.0136235 C75.2176347,31.0045412 78.7166519,18 90.6842361,18 Z",fill:"#FF4154"}))))}const dj=(e,t,n=!1)=>wp.useSyncExternalStore(i.useCallback((t=>n?()=>{}:e.subscribe(np.batchCalls(t))),[e,n]),t,t),pj=i.forwardRef((function(e,t){const{isOpen:n=!0,styleNonce:o,setIsOpen:a,context:r,onDragStart:s,onPositionChange:u,showCloseButton:c,position:l,closeButtonProps:d={},errorTypes:p=[],...h}=e,{onClick:m,...f}=d,g=xp({context:r}),y=g.getQueryCache(),[b,k]=Ek("reactQueryDevtoolsSortFn",Object.keys(Pv)[0]),[v,j]=Ek("reactQueryDevtoolsFilter",""),[w,_]=Ek("reactQueryDevtoolsBaseSort",1),E=i.useMemo((()=>Pv[b]),[b]),C=dj(y,(()=>y.getAll().length),!n),[S,x]=Ek("reactQueryDevtoolsActiveQueryHash",""),R=i.useMemo((()=>{const e=y.getAll();if(0===C)return[];const t=v?e.filter((e=>bk(e.queryHash,v).passed)):[...e];return E?t.sort(((e,t)=>E(e,t)*w)):t}),[w,E,v,C,y]),[T,I]=i.useState(!1);return i.createElement(xv,{theme:Cv},i.createElement(Bv,ik({ref:t,className:"ReactQueryDevtoolsPanel","aria-label":"React Query Devtools Panel",id:"ReactQueryDevtoolsPanel"},h,{style:{height:Lv,position:"relative",...h.style}}),i.createElement("style",{nonce:o,dangerouslySetInnerHTML:{__html:"\n .ReactQueryDevtoolsPanel * {\n scrollbar-color: "+Cv.backgroundAlt+" "+Cv.gray+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar, .ReactQueryDevtoolsPanel scrollbar {\n width: 1em;\n height: 1em;\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-track, .ReactQueryDevtoolsPanel scrollbar-track {\n background: "+Cv.backgroundAlt+";\n }\n\n .ReactQueryDevtoolsPanel *::-webkit-scrollbar-thumb, .ReactQueryDevtoolsPanel scrollbar-thumb {\n background: "+Cv.gray+";\n border-radius: .5em;\n border: 3px solid "+Cv.backgroundAlt+";\n }\n "}}),i.createElement("div",{style:Uv(l),onMouseDown:s}),n&&i.createElement("div",{style:{flex:"1 1 500px",minHeight:"40%",maxHeight:"100%",overflow:"auto",borderRight:"1px solid "+Cv.grayAlt,display:"flex",flexDirection:"column"}},i.createElement("div",{style:{padding:".5em",background:Cv.backgroundAlt,display:"flex",justifyContent:"space-between",alignItems:"center"}},i.createElement("button",{type:"button","aria-label":"Close React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true",onClick:()=>a(!1),style:{display:"inline-flex",background:"none",border:0,padding:0,marginRight:".5em",cursor:"pointer"}},i.createElement(lj,{"aria-hidden":!0}),i.createElement(Qv,{text:"Close React Query Devtools"})),i.createElement("div",{style:{display:"flex",flexDirection:"column"}},i.createElement("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:".5em"}},i.createElement(mj,{queryCache:y}),l&&u?i.createElement(Kv,{"aria-label":"Panel position",value:l,style:{marginInlineStart:".5em"},onChange:e=>u(e.target.value)},i.createElement("option",{value:"left"},"Left"),i.createElement("option",{value:"right"},"Right"),i.createElement("option",{value:"top"},"Top"),i.createElement("option",{value:"bottom"},"Bottom")):null),i.createElement("div",{style:{display:"flex",alignItems:"center",flexWrap:"wrap",gap:"0.5em"}},i.createElement($v,{placeholder:"Filter","aria-label":"Filter by queryhash",value:null!=v?v:"",onChange:e=>j(e.target.value),onKeyDown:e=>{"Escape"===e.key&&j("")},style:{flex:"1",width:"100%"}}),i.createElement(Kv,{"aria-label":"Sort queries",value:b,onChange:e=>k(e.target.value),style:{flex:"1",minWidth:75,marginRight:".5em"}},Object.keys(Pv).map((e=>i.createElement("option",{key:e,value:e},"Sort by ",e)))),i.createElement(Wv,{type:"button",onClick:()=>_((e=>-1*e)),style:{padding:".3em .4em",marginRight:".5em"}},1===w?"⬆ Asc":"⬇ Desc"),i.createElement(Wv,{title:"Clear cache","aria-label":"Clear cache",type:"button",onClick:()=>y.clear(),style:{padding:".3em .4em",marginRight:".5em"}},"Clear"),i.createElement(Wv,{type:"button",onClick:()=>{T?(Qd.setOnline(void 0),I(!1),window.dispatchEvent(new Event("online"))):(Qd.setOnline(!1),I(!0))},"aria-label":T?"Restore offline mock":"Mock offline behavior",title:T?"Restore offline mock":"Mock offline behavior",style:{padding:"0",height:"2em"}},i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24",stroke:T?Cv.danger:"currentColor",fill:"none"},T?i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2"}),i.createElement("path",{d:"M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374"}),i.createElement("line",{x1:"3",y1:"3",x2:"21",y2:"21"})):i.createElement(i.Fragment,null,i.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),i.createElement("path",{d:"M9.172 15.172a4 4 0 0 1 5.656 0"}),i.createElement("path",{d:"M6.343 12.343a8 8 0 0 1 11.314 0"}),i.createElement("path",{d:"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0"}))),i.createElement(Qv,{text:T?"Restore offline mock":"Mock offline behavior"}))))),i.createElement("div",{style:{overflowY:"auto",flex:"1"}},R.map((e=>i.createElement(fj,{queryKey:e.queryKey,activeQueryHash:S,setActiveQueryHash:x,key:e.queryHash,queryCache:y}))))),S&&n?i.createElement(hj,{activeQueryHash:S,queryCache:y,queryClient:g,errorTypes:p}):null,c?i.createElement(Wv,ik({type:"button","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"true"},f,{style:{position:"absolute",zIndex:99999,margin:".5em",bottom:0,left:0,...f.style},onClick:e=>{a(!1),null==m||m(e)}}),"Close"):null))})),hj=({queryCache:e,activeQueryHash:t,queryClient:n,errorTypes:o})=>{var a,r;const s=dj(e,(()=>e.getAll().find((e=>e.queryHash===t)))),u=dj(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.state})),c=null!=(a=dj(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.isStale()})))&&a,l=null!=(r=dj(e,(()=>{var n;return null==(n=e.getAll().find((e=>e.queryHash===t)))?void 0:n.getObserversCount()})))?r:0,p=d((()=>{if(s&&null!=u&&u.error){const e=o.find((e=>{var t;return e.initializer(s).toString()===(null==(t=u.error)?void 0:t.toString())}));return null==e?void 0:e.name}}),[s,null==u?void 0:u.error,o]);if(!s||!u)return null;const h=e=>{var t;const n=null!=(t=null==e?void 0:e.initializer(s))?t:new Error("Unknown error from devtools"),o=s.options;s.setState({status:"error",error:n,fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:o}})};return i.createElement(Fv,null,i.createElement("div",{style:{padding:".5em",background:Cv.backgroundAlt,position:"sticky",top:0,zIndex:1}},"Query Details"),i.createElement("div",{style:{padding:".5em"}},i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"flex-start",justifyContent:"space-between"}},i.createElement(Gv,{style:{lineHeight:"1.8em"}},i.createElement("pre",{style:{margin:0,padding:0,overflow:"auto"}},Ov(s.queryKey,!0))),i.createElement("span",{style:{padding:"0.3em .6em",borderRadius:"0.4em",fontWeight:"bold",textShadow:"0 2px 10px black",background:Rv({queryState:u,isStale:c,observerCount:l,theme:Cv}),flexShrink:0}},Tv(s))),i.createElement("div",{style:{marginBottom:".5em",display:"flex",alignItems:"center",justifyContent:"space-between"}},"Observers: ",i.createElement(Gv,null,l)),i.createElement("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"}},"Last Updated:"," ",i.createElement(Gv,null,new Date(u.dataUpdatedAt).toLocaleTimeString()))),i.createElement("div",{style:{background:Cv.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Actions"),i.createElement("div",{style:{padding:"0.5em",display:"flex",flexWrap:"wrap",gap:"0.5em",alignItems:"flex-end"}},i.createElement(Wv,{type:"button",onClick:()=>{const e=null==s?void 0:s.fetch();null==e||e.catch(gj)},disabled:"fetching"===u.fetchStatus,style:{background:Cv.active}},"Refetch")," ",i.createElement(Wv,{type:"button",onClick:()=>n.invalidateQueries(s),style:{background:Cv.warning,color:Cv.inputTextColor}},"Invalidate")," ",i.createElement(Wv,{type:"button",onClick:()=>n.resetQueries(s),style:{background:Cv.gray}},"Reset")," ",i.createElement(Wv,{type:"button",onClick:()=>n.removeQueries(s),style:{background:Cv.danger}},"Remove")," ",i.createElement(Wv,{type:"button",onClick:()=>{var e;if("fetching"!==s.state.fetchStatus||void 0!==(null==(e=s.state.fetchMeta)?void 0:e.__previousQueryOptions))if(void 0===s.state.data)s.fetch(s.state.fetchMeta.__previousQueryOptions,{cancelRefetch:!0});else{const e=s.options;s.fetch({...e,queryFn:()=>new Promise((()=>{})),cacheTime:-1}),s.setState({data:void 0,status:"loading",fetchMeta:{...s.state.fetchMeta,__previousQueryOptions:e}})}},style:{background:Cv.paused}},"loading"===s.state.status?"Restore":"Trigger"," ","loading")," ",0===o.length||"error"===s.state.status?i.createElement(Wv,{type:"button",onClick:()=>{s.state.error?n.resetQueries(s):h()},style:{background:Cv.danger}},"error"===s.state.status?"Restore":"Trigger"," error"):i.createElement("label",null,"Trigger error:",i.createElement(Kv,{value:null!=p?p:"",style:{marginInlineStart:".5em"},onChange:e=>{const t=o.find((t=>t.name===e.target.value));h(t)}},i.createElement("option",{key:"",value:""}),o.map((e=>i.createElement("option",{key:e.name,value:e.name},e.name)))))),i.createElement("div",{style:{background:Cv.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Data Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(cj,{label:"Data",value:u.data,defaultExpanded:{},copyable:!0})),i.createElement("div",{style:{background:Cv.backgroundAlt,padding:".5em",position:"sticky",top:0,zIndex:1}},"Query Explorer"),i.createElement("div",{style:{padding:".5em"}},i.createElement(cj,{label:"Query",value:s,defaultExpanded:{queryKey:!0}})))},mj=({queryCache:e})=>{const t=dj(e,(()=>e.getAll().filter((e=>"fresh"===Tv(e))).length)),n=dj(e,(()=>e.getAll().filter((e=>"fetching"===Tv(e))).length)),o=dj(e,(()=>e.getAll().filter((e=>"paused"===Tv(e))).length)),a=dj(e,(()=>e.getAll().filter((e=>"stale"===Tv(e))).length)),r=dj(e,(()=>e.getAll().filter((e=>"inactive"===Tv(e))).length));return i.createElement(Hv,null,i.createElement(Vv,{style:{background:Cv.success,opacity:t?1:.3}},"fresh ",i.createElement(Gv,null,"(",t,")"))," ",i.createElement(Vv,{style:{background:Cv.active,opacity:n?1:.3}},"fetching ",i.createElement(Gv,null,"(",n,")"))," ",i.createElement(Vv,{style:{background:Cv.paused,opacity:o?1:.3}},"paused ",i.createElement(Gv,null,"(",o,")"))," ",i.createElement(Vv,{style:{background:Cv.warning,color:"black",textShadow:"0",opacity:a?1:.3}},"stale ",i.createElement(Gv,null,"(",a,")"))," ",i.createElement(Vv,{style:{background:Cv.gray,opacity:r?1:.3}},"inactive ",i.createElement(Gv,null,"(",r,")")))},fj=i.memo((({queryKey:e,setActiveQueryHash:t,activeQueryHash:n,queryCache:o})=>{var a,r,s,u;const c=null!=(a=dj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.queryHash})))?a:"",l=dj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.state})),d=null!=(r=dj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.isStale()})))&&r,p=null!=(s=dj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.isDisabled()})))&&s,h=null!=(u=dj(o,(()=>{var t;return null==(t=o.find(e))?void 0:t.getObserversCount()})))?u:0;return l?i.createElement("div",{role:"button","aria-label":"Open query details for "+c,onClick:()=>t(n===c?"":c),style:{display:"flex",borderBottom:"solid 1px "+Cv.grayAlt,cursor:"pointer",background:c===n?"rgba(255,255,255,.1)":void 0}},i.createElement("div",{style:{flex:"0 0 auto",width:"2em",height:"2em",background:Rv({queryState:l,isStale:d,observerCount:h,theme:Cv}),display:"flex",alignItems:"center",justifyContent:"center",fontWeight:"bold",textShadow:d?"0":"0 0 10px black",color:d?"black":"white"}},h),p?i.createElement("div",{style:{flex:"0 0 auto",height:"2em",background:Cv.gray,display:"flex",alignItems:"center",fontWeight:"bold",padding:"0 0.5em"}},"disabled"):null,i.createElement(Gv,{style:{padding:".5em"}},""+c)):null}));function gj(){}fj.displayName="QueryRow";const yj="development"!==process.env.NODE_ENV?function(){return null}:function({initialIsOpen:e,panelProps:t={},closeButtonProps:n={},toggleButtonProps:o={},position:a="bottom-left",containerElement:r="aside",context:s,styleNonce:u,panelPosition:c="bottom",errorTypes:l=[]}){const d=i.useRef(null),p=i.useRef(null),[h,m]=Ek("reactQueryDevtoolsOpen",e),[f,g]=Ek("reactQueryDevtoolsHeight",Lv),[y,b]=Ek("reactQueryDevtoolsWidth",Lv),[k="bottom",v]=Ek("reactQueryDevtoolsPanelPosition",c),[j,w]=i.useState(!1),[_,E]=i.useState(!1),C=function(){const e=i.useRef(!1),t=i.useCallback((()=>e.current),[]);return i.useEffect((()=>(e.current=!0,()=>{e.current=!1})),[]),t}();i.useEffect((()=>{w(null!=h&&h)}),[h,j,w]),i.useEffect((()=>{const e=p.current;if(e){const t=()=>{j&&(e.style.visibility="visible")},n=()=>{j||(e.style.visibility="hidden")};return e.addEventListener("transitionstart",t),e.addEventListener("transitionend",n),()=>{e.removeEventListener("transitionstart",t),e.removeEventListener("transitionend",n)}}}),[j]),i.useEffect((()=>{var e;if(j&&null!=(e=d.current)&&e.parentElement){const{parentElement:e}=d.current,t=Mv("padding",k),n=qv(k),o=(({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:o,paddingRight:a})=>({padding:e,paddingTop:t,paddingBottom:n,paddingLeft:o,paddingRight:a}))(e.style),a=()=>{e.style.padding="0px",e.style.paddingTop="0px",e.style.paddingBottom="0px",e.style.paddingLeft="0px",e.style.paddingRight="0px",e.style[t]=(n?y:f)+"px"};if(a(),"undefined"!=typeof window)return window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a),Object.entries(o).forEach((([t,n])=>{e.style[t]=n}))}}}),[j,k,f,y]);const{style:S={},...x}=t,{style:R={},onClick:T,...I}=o,O=function({position:e="bottom",height:t,width:n,devtoolsTheme:o,isOpen:a,isResizing:r,panelStyle:i}){const s=Nv(e),u=Mv("border",s),c=qv(e);return{...i,direction:"ltr",position:"fixed",[e]:0,[u]:"1px solid "+o.gray,transformOrigin:s,boxShadow:"0 0 20px rgba(0,0,0,.3)",zIndex:99999,visibility:a?"visible":"hidden",...r?{transition:"none"}:{transition:"all .2s ease"},...a?{opacity:1,pointerEvents:"all",transform:c?"translateX(0) scale(1)":"translateY(0) scale(1)"}:{opacity:0,pointerEvents:"none",transform:c?"translateX(15px) scale(1.02)":"translateY(15px) scale(1.02)"},...c?{top:0,height:"100vh",maxWidth:"90%",width:"number"==typeof n&&n>=70?n:Lv}:{left:0,width:"100%",maxHeight:"90%",height:"number"==typeof t&&t>=70?t:Lv}}}({position:k,devtoolsTheme:Cv,isOpen:j,height:f,width:y,isResizing:_,panelStyle:S});return C()?i.createElement(r,{ref:d,className:"ReactQueryDevtools","aria-label":"React Query Devtools"},i.createElement(xv,{theme:Cv},i.createElement(pj,ik({ref:p,context:s,styleNonce:u,position:k,onPositionChange:v,showCloseButton:!0,closeButtonProps:n},x,{style:O,isOpen:j,setIsOpen:m,onDragStart:e=>((e,t)=>{if(!e)return;if(0!==t.button)return;const n=qv(k);E(!0);const{height:o,width:a}=e.getBoundingClientRect(),r=t.clientX,i=t.clientY;let s=0;const u=e=>{e.preventDefault(),n?(s=a+("right"===k?r-e.clientX:e.clientX-r),b(s)):(s=o+("bottom"===k?i-e.clientY:e.clientY-i),g(s)),m(!(s<70))},c=()=>{_&&E(!1),document.removeEventListener("mousemove",u,!1),document.removeEventListener("mouseUp",c,!1)};document.addEventListener("mousemove",u,!1),document.addEventListener("mouseup",c,!1)})(p.current,e),errorTypes:l}))),j?null:i.createElement("button",ik({type:"button"},I,{"aria-label":"Open React Query Devtools","aria-controls":"ReactQueryDevtoolsPanel","aria-haspopup":"true","aria-expanded":"false",onClick:e=>{m(!0),null==T||T(e)},style:{background:"none",border:0,padding:0,position:"fixed",zIndex:99999,display:"inline-flex",fontSize:"1.5em",margin:".5em",cursor:"pointer",width:"fit-content",..."top-right"===a?{top:"0",right:"0"}:"top-left"===a?{top:"0",left:"0"}:"bottom-right"===a?{bottom:"0",right:"0"}:{bottom:"0",left:"0"},...R}}),i.createElement(lj,{"aria-hidden":!0}),i.createElement(Qv,{text:"Open React Query Devtools"}))):null};process.env.NODE_ENV;var bj,kj={backgroundColor:"#fcfcff",width:"100%",zIndex:1e7,height:"100%",position:"absolute"};function vj(e){var o=this,r=e.children,i=process.env.ENVIRONMENT,s=d((function(){return"DEV"!==i&&"LOCAL"!==i?"testing":"live"}),[i]),c=u(!1),h=c[0],m=c[1],f=p((function(e){return t(o,void 0,void 0,(function(){var t,o,r,i,u;return n(this,(function(n){switch(n.label){case 0:return t=localStorage.getItem("headers"),o=t&&JSON.parse(t),r=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live",i=localStorage.getItem("x-organization-code"),u=i?JSON.parse(i).value:"",[4,Ed.refreshInstance({headers:a(a({},o),{"X-Environment":r||s,"x-organization-code":u,"x-account-code":e.detail.accountCode,"X-Content-Type-Options":"nosniff"})})];case 1:return n.sent(),[2]}}))}))}),[s]);l((function(){return addEventListener("ACCOUNT_CHANGED",f),function(){window.removeEventListener("ACCOUNT_CHANGED",f)}}),[f]);var g=p((function(e){return t(o,void 0,void 0,(function(){var t,o,r,i,u,c,l;return n(this,(function(n){switch(n.label){case 0:return t=localStorage.getItem("headers"),(o=t&&JSON.parse(t))?(r=localStorage.getItem("x-organization-code"),i=localStorage.getItem("account"),u=i?null===(l=JSON.parse(i).value)||void 0===l?void 0:l.code:"",c=r?JSON.parse(r).value:"",[4,Ed.refreshInstance({headers:a(a({},o),{"X-Environment":e||s,"x-organization-code":c,"x-account-code":u,"X-Content-Type-Options":"nosniff"})})]):[3,2];case 1:n.sent(),mh.refetchQueries(["fetch-profile","accountsV2","accounts","fetch-all-organizations","fetch-permissions"]),m(!0),n.label=2;case 2:return[2]}}))}))}),[s,m]);return l((function(){var e=localStorage.getItem("isTesting")&&"OFF"!==localStorage.getItem("isTesting")?"testing":"live";window.addEventListener("storage",(function(t){if("token"===t.key||"isTesting"===t.key){var n="OFF"===t.newValue?"live":"testing";"isTesting"===t.key?g(n):"token"===t.key&&g(e)}})),g(e)}),[m,g]),h?React.createElement(Rp,{client:mh},r,React.createElement(yj,{initialIsOpen:!1})):React.createElement("div",{style:kj})}!function(e){e.ECONNABORTED="ECONNABORTED",e.ETIMEDOUT="ETIMEDOUT",e.ERR_BAD_REQUEST="ERR_BAD_REQUEST"}(bj||(bj={}));var jj=function(){var e=c(null),t=c(null),n=c(null),o=u(!1),a=o[0],r=o[1],i=u(null),s=i[0],d=i[1],h=u(null),m=h[0],f=h[1],g=p((function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null)}),[]),y=p((function(){var o;if((null===(o=e.current)||void 0===o?void 0:o.readyState)!==WebSocket.OPEN){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),f(null);try{var a=new WebSocket("".concat(_d["WS_URL_".concat(_d.ENVIRONMENT)],"/data-assistant/charts/ws"));e.current=a,a.onopen=function(){r(!0);var e=localStorage.getItem("token");e&&a.send(JSON.stringify({type:"auth",token:e})),t.current=setInterval((function(){a.readyState===WebSocket.OPEN?a.send(JSON.stringify({type:"ping"})):(g(),r(!1))}),3e4)},a.onmessage=function(e){try{var t=JSON.parse(e.data);d(t)}catch(e){f("Failed to parse server response")}},a.onerror=function(e){f("Connection error occurred"),r(!1)},a.onclose=function(e){r(!1),g(),e.wasClean||1e3===e.code||(n.current=setTimeout((function(){y()}),5e3))}}catch(e){f("Failed to establish connection")}}}),[]),b=p((function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"subscribe",chart_id:t}))}),[]),k=p((function(t){var n;(null===(n=e.current)||void 0===n?void 0:n.readyState)===WebSocket.OPEN&&e.current.send(JSON.stringify({type:"unsubscribe",chart_id:t}))}),[]),v=p((function(){d(null)}),[]),j=p((function(){t.current&&(clearInterval(t.current),t.current=null),n.current&&(clearTimeout(n.current),n.current=null),e.current&&(r(!1),e.current.close(1e3,"Manual disconnect"),e.current=null)}),[]);return l((function(){return y(),function(){g(),j()}}),[]),{subscribe:b,unsubscribe:k,disconnect:j,connect:y,clearChartData:v,isConnected:a,chartData:s,connectionError:m}},wj=["LOCAL","DEV","STG"].includes(process.env.ENVIRONMENT||"");"undefined"!=typeof window&&wj&&function(){t(this,void 0,void 0,(function(){var e;return n(this,(function(t){switch(t.label){case 0:if(!ja())return console.info('MSW is disabled. Run "window.enableMSW()" to enable it.'),[2];console.info('MSW is enabled. Run "window.disableMSW()" to disable it.'),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,ba.start({serviceWorker:{url:"/mockServiceWorker.js"},onUnhandledRequest:"bypass"})];case 2:return t.sent(),[3,4];case 3:return e=t.sent(),console.error("Error starting MSW:",e),[3,4];case 4:return[2]}}))}))}();export{Dc as AI,wd as Api,bj as ApiErrorCodes,vj as ApiProvider,Ed as ApiSingleton,Tc as Cms,Rc as Country,zc as DataReport,xc as Organization,Sc as PaymentFiltersSection,Lc as ReconciliationAgendaInsight,Pc as ReconciliationReportType,Ic as ReportType,Cc as SendPaymentNotification,Ac as SmartRouting,Oc as TemplateType,Mg as getQueryKeyGetNameAndIcon,Bg as getQueryKeyRequiredFields,hh as queryCache,mh as queryClient,zg as use3DSExemptions,of as useAICreateWorkflow,lb as useAllFeatureFlags,Tb as useAllowListDetail,Rb as useBlackListDetail,db as useCachedFeatureFlag,bh as useCancelReport,th as useChangePasswordV2,fm as useChangePaymentsWebhook,lm as useChangeStatusBlackList,dm as useChangeStatusItemBlackList,$g as useChangeStylingSettings,ff as useChangeTemplateStatus,ph as useChargebacksUpload,jj as useChartAssistantSocket,Nb as useChartExecute,hf as useCloneTemplate,ay as useCommunicationDetails,ny as useCommunications,Xb as useCommunicationsByDay,Yb as useCommunicationsBySubstatus,oy as useCommunicationsFilters,Zb as useCommunicationsSubstatusByDay,Yh as useConfirmedOtpMfa,yh as useCountRowsForReport,cf as useCreateAndExecuteChart,df as useCreateAndExecuteChartWithTimezone,rf as useCreateChart,lf as useCreateChartWithTimezone,Dh as useCreateMonitorTemplate,Lh as useCreateMonitorThreshold,dh as useCreateOperationTransaction,Wh as useCreatePaymentLinks,Jm as useCreateReconciliationAlert,Km as useCreateReconciliationReportTemplate,fh as useCreateReconciliationsReportV2,kh as useCreateReportTemplate,gh as useCreateReportV2,Uh as useCreateRoles,ef as useCreateSamlConfig,yf as useCreateSchedule,Tm as useCreateScheduledReport,pf as useCreateTemplate,rh as useCreateUserAuth0,jh as useCreateWorkflow,Wp as useDeleteAccountsUserMassive,bm as useDeleteAllowlistItem,hm as useDeleteBlackListType,gm as useDeleteBlockListItem,sf as useDeleteChart,Um as useDeleteCustomizedApiKeys,Hh as useDeletePaymentLink,Xm as useDeleteReconciliationAlert,Fh as useDeleteRoles,nf as useDeleteSamlConfig,kf as useDeleteSchedule,Om as useDeleteScheduledReport,gf as useDeleteTemplate,Nh as useDeleteUserTeamV2,Eh as useDeleteVersion,qp as useDeleteWebhookV2,bf as useDisableSchedule,Ch as useDuplicateVersion,Vh as useEditPaymentLinks,Bh as useEditRoles,Xg as useEmailVerification,xm as useExcludeUsers,Gm as useExportApiLogs,$m as useExportWebhooksLogs,cb as useFeatureFlags,_b as useFirebaseUserSubscribe,af as useGenerateFeedback,ug as useGetAccounts,lg as useGetAccountsByUser,dg as useGetAccountsForImpersonation,cg as useGetAccountsV2,zb as useGetAllConfigRules,Xf as useGetAllOrganizations,sb as useGetAllReconciliationsAdvancements,ab as useGetAllReconciliationsAgenda,ob as useGetAllReconciliationsAlerts,ub as useGetAllReconciliationsFees,ib as useGetAllReconciliationsSales,Zy as useGetAllTableColumns,Vf as useGetAllowedIps,gb as useGetApiLogsDetailByPaymentCode,pb as useGetAuditEvents,yg as useGetAuditLogsFilters,hb as useGetAuditMonitorEventDetail,_m as useGetBatchRefundProcessedFileDownload,Em as useGetBatchRefundUserFileDownload,Ob as useGetBatchRefunds,Cb as useGetBlackList,xb as useGetBlockListSummary,Rf as useGetCardBrands,Mb as useGetChartsByUser,Ub as useGetChartsByUserWithResults,Ng as useGetCheckoutTemplate,qg as useGetCheckouts,Am as useGetConditionalConfigRules,Eb as useGetConfigAllowlist,og as useGetConnections,tg as useGetConnectionsByPaymentMethod,kb as useGetCountriesConfigPaymentLink,vb as useGetCountriesConfigPaymentLinkV2,Wf as useGetCredentials,Wm as useGetCredentialsMFA,$f as useGetCustomizedApiKeys,Gf as useGetCustomizedApiKeysAccounts,Hf as useGetCustomizedApiKeysMembers,Kf as useGetCustomizedApiKeysProducts,Nm as useGetCustomizedApiKeysToken,bg as useGetDashboardStaticContents,ag as useGetDialogs,hy as useGetDownloadReport,Xh as useGetEmailOtp,ng as useGetHashPylon,ey as useGetImpersonationEnabled,Zg as useGetImpersonationUsers,zy as useGetInsightsReport,Py as useGetInsightsReportAgain,wb as useGetInstallmentPlans,eg as useGetIntegrationByAccountV2,Zf as useGetIntegrationParams,Fb as useGetLanguages,kg as useGetLocales,Yg as useGetLoginMethods,Lb as useGetMFAConfig,Pb as useGetMFAExcludedUsers,Db as useGetMFAStatus,pg as useGetMenu,sy as useGetMergedNotifications,Ug as useGetNameAndIcon,Hb as useGetNetworkTokensOnboardingByOrganization,ry as useGetNotificationsCustomer,uy as useGetNotificationsNumberMutation,Jf as useGetOrganization,Tf as useGetPaymentFilters,bb as useGetPaymentLinkByCode,yb as useGetPaymentLinks,xf as useGetPaymentMethodsAndProviders,If as useGetPaymentMetricsFilters,hg as useGetPaymentStatusesStyles,Of as useGetPaymentTransactionsDetails,_f as useGetPaymentV2,Sf as useGetPaymentsMethodsByCountry,Lf as useGetPayoutDetail,qf as useGetPayoutHistoryDetail,Df as useGetPayoutTransactionDetail,Jg as useGetPermissions,jy as useGetPermissionsCatalog,Kg as useGetProfile,Nf as useGetProofOfCancel,Mf as useGetProofOfPayment,Yf as useGetProviderParams,eb as useGetReconciliationActive,rb as useGetReconciliationAgendaInsightsByKey,Yy as useGetReconciliationFilters,Xy as useGetReconciliationMetrics,fg as useGetReconciliationTransactionStatusesStyles,Qy as useGetReconciliationTransactions,tb as useGetReconciliationsReportColumns,nb as useGetReconciliationsReportTemplates,gy as useGetRefundPdf,fy as useGetReportColumns,my as useGetReportTemplates,dy as useGetReportsList,py as useGetReportsListMultiEnv,Fg as useGetRequiredFields,ky as useGetRoles,vy as useGetRolesPermissions,Dg as useGetRoutingMonitorsTemplate,Lg as useGetRoutingMonitorsTemplates,zm as useGetRule,qb as useGetSamlConfig,Rm as useGetScheduledReportsList,Jy as useGetSettlements,Eg as useGetSmartRoutingConditionPaymentMethod,_g as useGetSmartRoutingConditionTypes,Cg as useGetSmartRoutingConditionTypesValues,wy as useGetSmartRoutingDataReport,Rg as useGetSmartRoutingDeclineGroups,jg as useGetSmartRoutingMethods,xg as useGetSmartRoutingNextRoute,Tg as useGetSmartRoutingPaymentRoute,Og as useGetSmartRoutingSearchConditionValues,Ig as useGetSmartRoutingSimulateConditionTypeValues,wg as useGetSmartRoutingWorkflow,Sg as useGetSmartRoutingWorkflowVersion,Wg as useGetStylingSdkDynamic,Vg as useGetStylingSettings,Gg as useGetStylingSettingsV2,Hg as useGetStylingTheme,yy as useGetTeamsFiltersMembers,gg as useGetTimeZoneCatalog,jb as useGetTimezonePaymentLink,Jh as useGetTokenValidation,Ef as useGetTransactionDetailsV2,Af as useGetTransactionHistoryByPaymentCode,Cf as useGetTransactionRawResponse,mg as useGetTransactionStatusesStyles,Wb as useGetTranslations,Qg as useGetUserFull,ty as useGetUsersToImpersonate,iy as useGetValidateOpsgenieKey,rg as useGetWebhookParamsV2,sg as useGetWebhooksV2Detail,ig as useGetWebhooksV3,Ny as useInsights3dsConversionRateAndEvolution,My as useInsights3dsDeclineReasons,Uy as useInsights3dsFrictionlessVsChallenge,qy as useInsights3dsVolumeAndCountTx,Ky as useInsightsChargebacksByCardBrand,Vy as useInsightsChargebacksByProviderAndCardBrand,Hy as useInsightsChargebacksDisputed,Gy as useInsightsChargebacksReasonsDistribution,$y as useInsightsChargebacksStatusDistribution,Fy as useInsightsChargebacksTotalRateAndEvolution,By as useInsightsChargebacksVolumeAndCountTx,Wy as useInsightsChargebacksWinRate,_y as useInsightsConversionRateMetricsV2,Ty as useInsightsCustomerPaymentsAndFraudMetrics,Cy as useInsightsFallbackMetrics,Dy as useInsightsFraudScreeningConversionRate,Ly as useInsightsFraudScreeningVolumeAndCountTx,Ay as useInsightsHomeMetrics,Iy as useInsightsOverviewMetrics,Oy as useInsightsOverviewMetricsV3,Ry as useInsightsTotalPaymentsAndFraudMetrics,Sy as useInsightsVolumeMetrics,xy as useInsightsVolumeMetricsV2,oh as useInviteUsersMultiaccountMassive,vg as useIsTesting,sh as useLoginMethods,Pg as useNetworkTokensOnboarding,Kp as useNewPostConnectionValidate,Up as usePatchAccountV2,im as usePatchAddAllowlistItems,Qf as usePatchAllowedIps,sm as usePatchAllowlist,Bb as usePatchAndExecuteChart,Bm as usePatchApiKeysEditNote,am as usePatchChangeStatusAllowlist,rm as usePatchChangeStatusAllowlistItem,uf as usePatchChartName,Qp as usePatchConnection,qm as usePathCreateCustomizedApiKeys,cy as usePathNotifications,Ff as usePayoutsFilters,Bf as usePayoutsList,Mp as usePostAccount,Ib as usePostAllowlistMultiAccount,Fm as usePostApiKeysRoll,mb as usePostApiLogs,Hm as usePostAuditMonitors,wm as usePostBatchRefundByFile,mm as usePostBlackListBatch,pm as usePostBlackListItems,um as usePostBlackListMultiAccount,Sb as usePostBlockList,ih as usePostCall,Vp as usePostChangeStatusConnection,$p as usePostConnectionMultiAccount,om as usePostCreateAllowlistMultiAccount,Dm as usePostCreateCustomizedApiKeys,Zm as usePostCreateInsightsReport,Pm as usePostCreateRuleMultiAccount,Mm as usePostCredentialsValidatePassword,Jp as usePostDefaultRoutes,Lm as usePostEditRule,Pf as usePostFraudTransactions,tm as usePostGetAllowlistItems,nm as usePostGetAllowlistMultiAccount,by as usePostMembersPaginatedV2,Yp as usePostNetworkTokensOnboarding,wf as usePostPaymentsEvaluated,jf as usePostPaymentsLazy,qh as usePostSlackMessageChannel,zf as usePostTransactions,Gh as usePostUserSettings,Qh as usePostUserSettingsPinned,Kh as usePostUserSettingsTables,$h as usePostUserThemeSettings,Hp as usePostValideStatusConnection,Ab as usePostVelocityRules,fb as usePostWebhookLogs,Dp as usePostWebhookMultiAccount,Ag as useProviderConversionRatesData,wh as usePublishVersion,Bp as usePutAccountPrincipal,Fp as usePutAccountsUserMassive,cm as usePutBlackListType,Gp as usePutCosts,tk as useRecoveredPaymentsByDay,ek as useRecoveredTPVByDay,Vm as useResendWebhooks,_h as useSaveVersion,rk as useSearchScheduleById,ak as useSearchSchedules,ok as useSearchTemplateById,nk as useSearchTemplates,Uf as useSendPaymentNotification,Mh as useSetCustodian,Rh as useSmartRoutingCreateDeclinedGroup,Ih as useSmartRoutingEditWorkflowName,Ph as useSmartRoutingMultiAccountDeclinedGroupCreate,zh as useSmartRoutingRemoveDeclinedGroup,Oh as useSmartRoutingSimulateTransaction,Th as useSmartRoutingToggleFavorite,xh as useSmartRoutingUpdateDeclinedGroup,Ah as useSmartRoutingUpdateMonitorRedistribution,Sh as useToggleMethod,ah as useUnInviteUsersV2,Zh as useUnrollUserV2,ch as useUpdateCheckoutTemplate,uh as useUpdateIsActiveCheckout,Sm as useUpdateMFAConfig,Zp as useUpdateOrganizationStatus,nh as useUpdateProfile,Ym as useUpdateReconciliationAlert,Qm as useUpdateReconciliationReportTemplate,vh as useUpdateReportTemplate,tf as useUpdateSamlConfig,Im as useUpdateScheduledReport,lh as useUpdateStylingTheme,mf as useUpdateTemplateSelection,Np as useUpdateWebhookV2,vm as useUploadBatchRefundsFileV2,jm as useUploadBatchRefundsV2,Cm as useUploadFileS3ClientBatchRefunds,km as useValiateAllowlistItems,ym as useValidateBlockListItems,Xp as useValidateCredentials,eh as useValidateOrgName,em as useValidatePasswordStatus,Ey as useViewMoreMetrics};
|
|
234
234
|
//# sourceMappingURL=index.js.map
|