@visa/cli 3.4.8-rc.1 → 3.4.8-rc.2

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.
@@ -1,21 +1,21 @@
1
1
  #!/usr/bin/env node
2
2
  "use strict";var Gm=Object.create;var oo=Object.defineProperty;var Wm=Object.getOwnPropertyDescriptor;var Ym=Object.getOwnPropertyNames;var zm=Object.getPrototypeOf,Xm=Object.prototype.hasOwnProperty;var Fe=(e,t,r)=>()=>{if(r)throw r[0];try{return e&&(t=e(e=0)),t}catch(n){throw r=[n],n}};var ao=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}},Pn=(e,t)=>{for(var r in t)oo(e,r,{get:t[r],enumerable:!0})},Zm=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of Ym(t))!Xm.call(e,s)&&s!==r&&oo(e,s,{get:()=>t[s],enumerable:!(n=Wm(t,s))||n.enumerable});return e};var U=(e,t,r)=>(r=e!=null?Gm(zm(e)):{},Zm(t||!e||!e.__esModule?oo(r,"default",{value:e,enumerable:!0}):r,e));function Qm(){Se.existsSync(lo)||Se.mkdirSync(lo,{recursive:!0,mode:448})}function eg(){if(!co){if(Qm(),Se.existsSync(Mn)&&Se.statSync(Mn).size>Jm){let t=Mn+".1";Se.existsSync(t)&&Se.unlinkSync(t),Se.renameSync(Mn,t)}co=Se.createWriteStream(Mn,{flags:"a"})}return co}function tg(e){return e==="WARN"||e==="ERROR"?!0:process.env.VISA_CLI_DEBUG==="1"||process.env.VISA_VERBOSE==="1"}function ks(e,...t){let r=new Date().toISOString(),n=t.map(i=>typeof i=="string"?i:JSON.stringify(i,null,2)).join(" "),s=`[${r}] [${e}] ${n}
3
- `;tg(e)&&process.stderr.write(s),eg().write(s)}var Se,uo,Hc,lo,Mn,Jm,co,g,xe=Fe(()=>{"use strict";Se=U(require("fs")),uo=U(require("path")),Hc=U(require("os")),lo=uo.join(Hc.homedir(),".visa-mcp"),Mn=uo.join(lo,"mcp-server.log"),Jm=5*1024*1024,co=null;g={debug:(...e)=>ks("DEBUG",...e),info:(...e)=>ks("INFO",...e),warn:(...e)=>ks("WARN",...e),error:(...e)=>ks("ERROR",...e)}});var Cs,Wc,Yc,fo,Be,Rs=Fe(()=>{"use strict";Cs=U(require("fs")),Wc=U(require("path")),Yc=U(require("os")),fo=Wc.join(Yc.homedir(),".visa-mcp"),Be=class{static ensureConfigDir(){Cs.existsSync(fo)||Cs.mkdirSync(fo,{recursive:!0,mode:448})}static getConfigDir(){return fo}static TOOL_STATES={login:!0,get_status:!0,get_cards:!0,add_card:!0,pay:!1,transaction_history:!0,update_spending_controls:!0,enroll_device:!1,verify_otp:!1,reset:!0,batch:!0,generate_x402_image:!1,browser_launch:!1,browser_navigate:!1,browser_snapshot:!1,browser_click:!1,browser_type:!1,browser_scroll:!1,generate_music_card:!1,generate_image_card:!1,query_onchain_prices_card:!1,generate_music_tempo_card:!1,check_music_status_tempo_card:!1,generate_image_fast_card:!1,generate_video_tempo_card:!1};static loadToolStates(){return{...this.TOOL_STATES}}static getDisabledTools(){let t=new Set;for(let[r,n]of Object.entries(this.TOOL_STATES))n||t.add(r);return t}static isToolDisabled(t){return this.TOOL_STATES[t]===!1}}});var Is=ao((Gx,sg)=>{sg.exports={name:"@visa/cli",version:"3.4.8-rc.1",description:"AI-powered payments for Claude Code",bin:{"visa-cli":"./bin/visa-cli.js",visa:"./bin/visa-cli.js"},scripts:{"sync:server-json":"node scripts/sync-server-json.mjs","check:server-json":"node scripts/sync-server-json.mjs --check",prebuild:"node scripts/sync-server-json.mjs && pnpm --filter @visa/money build && pnpm --filter @visa/crypto build && pnpm --filter subway-sdk build && pnpm --filter @visa-cli/tools build",build:"tsc --noEmit && node esbuild.config.js",prepack:"node scripts/sync-server-json.mjs --check",dev:"tsc --watch",pretest:"pnpm build",start:"node dist/mcp-server/index.js",test:"jest --config jest.config.js","test:unit":"jest --config jest.config.js","test:unit:watch":"jest --config jest.config.js --watch","test:unit:coverage":"jest --config jest.config.js --coverage","test:smoke":"VISA_AUTH_URL=https://auth.visacli.sh jest --config jest.smoke.config.js","test:integration":"jest --config jest.integration.config.js","test:e2e":"jest --config jest.e2e.config.js","test:catalog-e2e":"jest --config jest.catalog-e2e.config.js","test:all":"npm run test:unit && npm run test:integration && npm run test:e2e",prepublishOnly:"npm run build && npm test",lint:"eslint src/**/*.ts",format:'prettier --write "src/**/*.ts"',"format:check":'prettier --check "src/**/*.ts"'},keywords:["visa","checkout","mcp","ai-agent","payments","click-to-pay","usdc","stablecoin"],author:"Visa Crypto Labs",license:"SEE LICENSE IN LICENSE",dependencies:{"@modelcontextprotocol/sdk":"^1.0.0",commander:"^12.1.0",zod:"^3.23.0"},optionalDependencies:{libp2p:"^3.3.4","@libp2p/tcp":"^11.0.22","@libp2p/crypto":"^5.1.20","@chainsafe/libp2p-noise":"^17.0.0","@chainsafe/libp2p-yamux":"^8.0.1","@multiformats/multiaddr":"^13.0.3",uint8arrays:"^6.1.1"},devDependencies:{"@visa/crypto":"workspace:*","subway-sdk":"workspace:*","@visa/money":"workspace:*","@visa/observability":"workspace:*","@visa-cli/tools":"workspace:*","@changesets/changelog-git":"^0.2.1","@changesets/cli":"^2.31.0","@types/jest":"^30.0.0","@types/node":"^25.9.3","@typescript-eslint/eslint-plugin":"^8.62.0","@typescript-eslint/parser":"^8.62.1","@types/express":"^5.0.0",esbuild:"^0.28.1",express:"^4.21.0",eslint:"^10.0.2","eslint-config-prettier":"^10.1.8",jest:"^29.7.0",prettier:"^3.9.3","ts-jest":"^29.4.11",typescript:"^5.7.0"},engines:{node:">=18.0.0"},mcpName:"io.github.visa-crypto-labs/visa-cli",files:["bin/visa-cli.js","dist/","install.ps1","install.sh","native/visa-keychain.m","native/visa-keychain-win.cpp","native/build-win.bat","native/bin/win32-x64/visa-keychain-win.exe","server.json","README.md","LICENSE"]}});function zc(e){let t=Xc.homedir();return t&&e.startsWith(t)?`~${e.slice(t.length)}`:e}function On(){return Zc.join(Be.getConfigDir(),ig)}function Jc(e){if((0,go.isIP)(e)!==4)return!1;let[t]=e.split(".").map(Number);return t===127}function ag(e){let t=e.match(/^::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i);if(!t)return!1;let r=Number.parseInt(t[1],16),n=Number.parseInt(t[2],16);if(!Number.isFinite(r)||!Number.isFinite(n))return!1;let s=[r>>8&255,r&255,n>>8&255,n&255].join(".");return Jc(s)}function cg(e){let t=e.toLowerCase().replace(/^\[(.*)\]$/,"$1");if(t==="localhost")return!0;let r=(0,go.isIP)(t);return r===4?Jc(t):r===6?t==="::1"||ag(t):!1}function po(e,t="auth.serverUrl"){let r;try{r=new URL(e)}catch{throw new Error(`${t} must be a valid URL (got: ${JSON.stringify(e)})`)}if(r.username||r.password)throw new Error(`${t} must not include username or password credentials`);if(r.protocol!=="https:"&&!(r.protocol==="http:"&&cg(r.hostname)))throw new Error(`${t} ${og}`)}function ur(){let e=On();if(!$t.existsSync(e))return{};try{let t=$t.readFileSync(e,"utf-8"),r=JSON.parse(t);return!r||typeof r!="object"||Array.isArray(r)?(g.warn("settings:corrupt",{path:zc(e),reason:"not_object"}),{}):r}catch(t){return g.warn("settings:corrupt",{path:zc(e),error:t?.message||String(t)}),{}}}function mo(e){Be.ensureConfigDir();let t=On(),r=`${t}.tmp`,n=JSON.stringify(e,null,2)+`
3
+ `;tg(e)&&process.stderr.write(s),eg().write(s)}var Se,uo,Hc,lo,Mn,Jm,co,g,xe=Fe(()=>{"use strict";Se=U(require("fs")),uo=U(require("path")),Hc=U(require("os")),lo=uo.join(Hc.homedir(),".visa-mcp"),Mn=uo.join(lo,"mcp-server.log"),Jm=5*1024*1024,co=null;g={debug:(...e)=>ks("DEBUG",...e),info:(...e)=>ks("INFO",...e),warn:(...e)=>ks("WARN",...e),error:(...e)=>ks("ERROR",...e)}});var Cs,Wc,Yc,fo,Be,Rs=Fe(()=>{"use strict";Cs=U(require("fs")),Wc=U(require("path")),Yc=U(require("os")),fo=Wc.join(Yc.homedir(),".visa-mcp"),Be=class{static ensureConfigDir(){Cs.existsSync(fo)||Cs.mkdirSync(fo,{recursive:!0,mode:448})}static getConfigDir(){return fo}static TOOL_STATES={login:!0,get_status:!0,get_cards:!0,add_card:!0,pay:!1,transaction_history:!0,update_spending_controls:!0,enroll_device:!1,verify_otp:!1,reset:!0,batch:!0,generate_x402_image:!1,browser_launch:!1,browser_navigate:!1,browser_snapshot:!1,browser_click:!1,browser_type:!1,browser_scroll:!1,generate_music_card:!1,generate_image_card:!1,query_onchain_prices_card:!1,generate_music_tempo_card:!1,check_music_status_tempo_card:!1,generate_image_fast_card:!1,generate_video_tempo_card:!1};static loadToolStates(){return{...this.TOOL_STATES}}static getDisabledTools(){let t=new Set;for(let[r,n]of Object.entries(this.TOOL_STATES))n||t.add(r);return t}static isToolDisabled(t){return this.TOOL_STATES[t]===!1}}});var Is=ao((Gx,sg)=>{sg.exports={name:"@visa/cli",version:"3.4.8-rc.2",description:"AI-powered payments for Claude Code",bin:{"visa-cli":"./bin/visa-cli.js",visa:"./bin/visa-cli.js"},scripts:{"sync:server-json":"node scripts/sync-server-json.mjs","check:server-json":"node scripts/sync-server-json.mjs --check",prebuild:"node scripts/sync-server-json.mjs && pnpm --filter @visa/money build && pnpm --filter @visa/crypto build && pnpm --filter subway-sdk build && pnpm --filter @visa-cli/tools build",build:"tsc --noEmit && node esbuild.config.js",prepack:"node scripts/sync-server-json.mjs --check",dev:"tsc --watch",pretest:"pnpm build",start:"node dist/mcp-server/index.js",test:"jest --config jest.config.js","test:unit":"jest --config jest.config.js","test:unit:watch":"jest --config jest.config.js --watch","test:unit:coverage":"jest --config jest.config.js --coverage","test:smoke":"VISA_AUTH_URL=https://auth.visacli.sh jest --config jest.smoke.config.js","test:integration":"jest --config jest.integration.config.js","test:e2e":"jest --config jest.e2e.config.js","test:catalog-e2e":"jest --config jest.catalog-e2e.config.js","test:all":"npm run test:unit && npm run test:integration && npm run test:e2e",prepublishOnly:"npm run build && npm test",lint:"eslint src/**/*.ts",format:'prettier --write "src/**/*.ts"',"format:check":'prettier --check "src/**/*.ts"'},keywords:["visa","checkout","mcp","ai-agent","payments","click-to-pay","usdc","stablecoin"],author:"Visa Crypto Labs",license:"SEE LICENSE IN LICENSE",dependencies:{"@modelcontextprotocol/sdk":"^1.0.0",commander:"^12.1.0",zod:"^3.23.0"},optionalDependencies:{libp2p:"^3.3.4","@libp2p/tcp":"^11.0.22","@libp2p/crypto":"^5.1.20","@chainsafe/libp2p-noise":"^17.0.0","@chainsafe/libp2p-yamux":"^8.0.1","@multiformats/multiaddr":"^13.0.3",uint8arrays:"^6.1.1"},devDependencies:{"@visa/crypto":"workspace:*","subway-sdk":"workspace:*","@visa/money":"workspace:*","@visa/observability":"workspace:*","@visa-cli/tools":"workspace:*","@changesets/changelog-git":"^0.2.1","@changesets/cli":"^2.31.0","@types/jest":"^30.0.0","@types/node":"^26.1.0","@typescript-eslint/eslint-plugin":"^8.63.0","@typescript-eslint/parser":"^8.63.0","@types/express":"^5.0.0",esbuild:"^0.28.1",express:"^4.21.0",eslint:"^10.0.2","eslint-config-prettier":"^10.1.8",jest:"^29.7.0",prettier:"^3.9.4","ts-jest":"^29.4.11",typescript:"^5.7.0"},engines:{node:">=18.0.0"},mcpName:"io.github.visa-crypto-labs/visa-cli",files:["bin/visa-cli.js","dist/","install.ps1","install.sh","native/visa-keychain.m","native/visa-keychain-win.cpp","native/build-win.bat","native/bin/win32-x64/visa-keychain-win.exe","server.json","README.md","LICENSE"]}});function zc(e){let t=Xc.homedir();return t&&e.startsWith(t)?`~${e.slice(t.length)}`:e}function On(){return Zc.join(Be.getConfigDir(),ig)}function Jc(e){if((0,go.isIP)(e)!==4)return!1;let[t]=e.split(".").map(Number);return t===127}function ag(e){let t=e.match(/^::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i);if(!t)return!1;let r=Number.parseInt(t[1],16),n=Number.parseInt(t[2],16);if(!Number.isFinite(r)||!Number.isFinite(n))return!1;let s=[r>>8&255,r&255,n>>8&255,n&255].join(".");return Jc(s)}function cg(e){let t=e.toLowerCase().replace(/^\[(.*)\]$/,"$1");if(t==="localhost")return!0;let r=(0,go.isIP)(t);return r===4?Jc(t):r===6?t==="::1"||ag(t):!1}function po(e,t="auth.serverUrl"){let r;try{r=new URL(e)}catch{throw new Error(`${t} must be a valid URL (got: ${JSON.stringify(e)})`)}if(r.username||r.password)throw new Error(`${t} must not include username or password credentials`);if(r.protocol!=="https:"&&!(r.protocol==="http:"&&cg(r.hostname)))throw new Error(`${t} ${og}`)}function ur(){let e=On();if(!$t.existsSync(e))return{};try{let t=$t.readFileSync(e,"utf-8"),r=JSON.parse(t);return!r||typeof r!="object"||Array.isArray(r)?(g.warn("settings:corrupt",{path:zc(e),reason:"not_object"}),{}):r}catch(t){return g.warn("settings:corrupt",{path:zc(e),error:t?.message||String(t)}),{}}}function mo(e){Be.ensureConfigDir();let t=On(),r=`${t}.tmp`,n=JSON.stringify(e,null,2)+`
4
4
  `;$t.writeFileSync(r,n,{mode:384}),$t.renameSync(r,t)}function Ms(e){let t=ur()[e];return typeof t=="string"?t:void 0}function Qr(e){let t=ur()[e];if(typeof t=="boolean")return t;if(t==="true")return!0;if(t==="false")return!1}function yo(e){let t=ur()[e];if(typeof t=="number"&&Number.isFinite(t))return t;if(typeof t=="string"&&t.trim().length>0){let r=Number(t);if(Number.isFinite(r))return r}}function el(e,t){if(Qc.some(i=>e.startsWith(i)))throw new dr(e);if(e in Ps)throw new Jr(e);let r=Nn[e];if(!r)throw new ht(e);let n;if(r.type==="boolean")if(typeof t=="boolean")n=t;else if(typeof t=="string"){let i=t.toLowerCase();if(i==="true")n=!0;else if(i==="false")n=!1;else throw new Error(`${e} expects true or false (got: ${JSON.stringify(t)})`)}else throw new Error(`${e} expects a boolean (got: ${typeof t})`);else if(r.type==="number")if(typeof t=="number")n=t;else if(typeof t=="string"&&t.trim().length>0){let i=Number(t);if(!Number.isFinite(i))throw new Error(`${e} expects a number (got: ${JSON.stringify(t)})`);n=i}else throw new Error(`${e} expects a number (got: ${typeof t})`);else{if(typeof t!="string"||t.length===0)throw new Error(`${e} expects a non-empty string`);n=t}r.validate&&r.validate(n);let s=ur();return s[e]=n,mo(s),{key:e,value:n,requiresRestart:!!r.requiresRestart,path:On()}}function tl(e){if(Qc.some(i=>e.startsWith(i)))throw new dr(e);let t=Nn[e];if(e in Ps){let i=ur(),o=e in i;return o&&(delete i[e],mo(i)),{key:e,removed:o,requiresRestart:!1,path:On()}}if(!t)throw new ht(e);let n=ur(),s=e in n;return s&&(delete n[e],mo(n)),{key:e,removed:s,requiresRestart:s&&!!t.requiresRestart,path:On()}}function Os(){let e=ur();return Object.entries(Ps).filter(([t])=>t in e).map(([t,r])=>({key:t,value:e[t],hint:r}))}function dg(e){return typeof e=="string"&&/-(?:rc|alpha|beta)\./i.test(e)}function fg(){try{let e=Is();return dg(e.version)}catch{return!1}}function pg(e){return e.envVar!==void 0&&e.envVar!==""?(po(e.envVar,"VISA_AUTH_URL"),e.envVar):e.settingValue!==void 0?(po(e.settingValue,"auth.serverUrl"),e.settingValue):e.isPrerelease?ug:lg}function le(){return pg({envVar:process.env.VISA_AUTH_URL,settingValue:Ms("auth.serverUrl"),isPrerelease:fg()})}function rl(){let e=process.env.VISA_SUPPRESS_BROWSER;return e!==void 0?e==="true":Qr("ui.suppressBrowser")??!1}function nl(){let e=process.env.VISA_SUPPRESS_FEED;return e!==void 0?e==="true":Qr("ui.suppressFeed")??!1}function fr(){let e=process.env.VISA_META_TOOLS;return e!==void 0?e==="true":Qr("tools.meta")??!1}function Ln(){let e=process.env.VISA_DISCOVER_TOOLS;return e!==void 0?e!=="false":Qr("tools.discover")??!0}function sl(){let e=process.env.VISA_MERCHANT_DISCOVER?.trim().toLowerCase(),t=process.env.VISA_MERCHANT_SLUGS?.trim();if(e==="all"||e==="*")return{kind:"all"};if(e==="off")return{kind:"off"};if(e&&e.length>0){let i=e.split(",").map(o=>o.trim()).filter(Boolean);return i.length>0?{kind:"slugs",slugs:i}:{kind:"all"}}if(t==="*")return{kind:"all"};if(t&&t.length>0){let i=t.split(",").map(o=>o.trim()).filter(Boolean);return i.length>0?{kind:"slugs",slugs:i}:{kind:"off"}}let r=Ms("merchants.discover")?.trim();if(!r)return{kind:"all"};let n=r.toLowerCase();if(n==="all"||n==="*")return{kind:"all"};if(n==="off")return{kind:"off"};let s=r.split(",").map(i=>i.trim()).filter(Boolean);return s.length>0?{kind:"slugs",slugs:s}:{kind:"off"}}function il(){let e=process.env.VISA_CREDIT_SESSION_CAP_CENTS;if(e!==void 0){let r=Number(e);if(Number.isFinite(r)&&r>=10&&r<=1e4)return Math.floor(r)}let t=yo("credit.sessionCapCents");return t!==void 0&&t>=10&&t<=1e4?Math.floor(t):ho}var $t,go,Xc,Zc,ig,og,Nn,ho,Ps,ht,dr,Jr,Qc,lg,ug,je=Fe(()=>{"use strict";$t=U(require("fs")),go=require("node:net"),Xc=U(require("os")),Zc=U(require("path"));Rs();xe();ig="settings.json",og="must use https unless it points at localhost/loopback for local development";Nn={"auth.serverUrl":{type:"string",description:"Auth server base URL. Override for staging / self-hosted backends.",requiresRestart:!0,validate:e=>{if(typeof e!="string")throw new Error("auth.serverUrl must be a string");po(e)}},"ui.suppressBrowser":{type:"boolean",description:"When true, the CLI/MCP server stops auto-opening result URLs in your browser."},"ui.suppressFeed":{type:"boolean",description:"When true, generated images/music are not auto-submitted to the public Made-with-Visa feed."},"tools.meta":{type:"boolean",description:"Show category meta-tools (generate_image, generate_video, generate_music, run_llm, ...). Restart required.",requiresRestart:!0},"tools.discover":{type:"boolean",description:"Show the dynamic-catalog tools (discover_tools, execute_tool). Restart required.",requiresRestart:!0},"merchants.discover":{type:"string",description:'Platform-merchant JIT tool discovery: "all" = every live merchant, "off" = none, comma-separated slugs = exactly those. Equivalent to VISA_MERCHANT_DISCOVER / VISA_MERCHANT_SLUGS env. Restart required.',requiresRestart:!0,validate:e=>{if(typeof e!="string")throw new Error("merchants.discover must be a string");let t=e.trim().toLowerCase();if(t===""||t==="all"||t==="off"||t==="*")return;let r=/^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$/,n=e.split(",").map(s=>s.trim()).filter(Boolean);for(let s of n)if(!r.test(s))throw new Error(`merchants.discover: "${s}" is not a valid merchant slug`)}},"credit.sessionCapCents":{type:"number",description:"Default cap (in cents) for start_session and pay-as-you-go one-shot approvals. Server clamps to [10, 10000] = $0.10\u2013$100. Default 500 ($5).",validate:e=>{if(typeof e!="number"||!Number.isFinite(e))throw new Error("credit.sessionCapCents must be a number");if(!Number.isInteger(e))throw new Error("credit.sessionCapCents must be a whole number of cents (no fractional cents)");if(e<10||e>1e4)throw new Error("credit.sessionCapCents must be between 10 ($0.10) and 10000 ($100)")}}},ho=500,Ps={"tools.specific":"Legacy direct _card MCP tools are retired. Use category meta-tools or discover_tools/execute_tool.","credit.sessionMode":"The session-mode toggle is retired. Use start_session, close_session, and get_session_status."};ht=class extends Error{constructor(t){let r=Object.keys(Nn).sort().join(", ");super(`Unknown setting "${t}". Settable keys: ${r}. For server-controlled values (biometric.*, spending.*) use the dedicated tools (biometric_on/off, update_spending_controls).`),this.name="UnknownSettingKeyError"}},dr=class extends Error{constructor(t){let r="";t.startsWith("biometric.")?r="biometric_on / biometric_off":t.startsWith("spending.")?r="update_spending_controls":t.startsWith("cards.")?r="add_card / remove_card / set_default_card":t.startsWith("account.")&&(r="login / reset"),super(`"${t}" is a server-controlled value and cannot be set via config set. `+(r?`Use ${r} instead.`:"No client-side override is supported.")),this.name="ServerOnlySettingError"}},Jr=class extends Error{constructor(t){super(`"${t}" is retired and ignored. Remove it with \`visa-cli config unset ${t}\`. `+Ps[t]),this.name="RetiredSettingKeyError"}},Qc=["biometric.","spending.","account.","cards.","biometric"];lg="https://auth.visacli.sh",ug="https://auth-visa-code-preview.up.railway.app"});var Kl=ao(He=>{"use strict";Object.defineProperty(He,"__esModule",{value:!0});He.formatCents=Vl;He.formatUsd=ly;He.formatMicros=Hs;He.formatMicrosWire=uy;He.formatTxAmount=dy;He.formatDate=fy;He.formatRelativeTime=py;He.formatTime=my;He.formatAge=gy;var Hl=1e6,cy=100;function Vl(e,t={}){let r=t.fallback??"\u2014";if(e==null||!Number.isFinite(e))return r;let s=(e/cy).toLocaleString("en-US",{style:"currency",currency:"USD",minimumFractionDigits:t.minimumFractionDigits??2,maximumFractionDigits:t.maximumFractionDigits??2});return t.showPlusSign&&e>0?`+${s}`:s}function ly(e,t={}){let r=t.fallback??"\u2014";if(e==null||!Number.isFinite(e))return r;let n=e.toLocaleString("en-US",{style:"currency",currency:"USD",minimumFractionDigits:t.minimumFractionDigits??2,maximumFractionDigits:t.maximumFractionDigits??2});return t.showPlusSign&&e>0?`+${n}`:n}function Hs(e,t={}){let r=t.fallback??"\u2014",n=typeof e=="string"?e===""?null:Number(e):e;if(n==null||!Number.isFinite(n))return r;let i=(n/Hl).toLocaleString("en-US",{style:"currency",currency:"USD",minimumFractionDigits:t.minimumFractionDigits??2,maximumFractionDigits:t.maximumFractionDigits??6});return t.showPlusSign&&n>0?`+${i}`:i}function uy(e,t,r={}){return e&&/^-?\d+$/.test(e)?Hs(e,r):t!=null&&Number.isFinite(t)?Vl(t,r):r.fallback??"\u2014"}function dy(e,t={}){let r=Number(e.amount_micros);if(Number.isFinite(r)&&e.amount_micros!=null&&e.amount_micros!=="")return Hs(r,t);let n=Number(String(e.amount).replace(/^\$/,""));return Number.isFinite(n)?Hs(n*Hl,t):t.fallback??"\u2014"}function fy(e,t={}){let r=t.fallback??"\u2014";if(!e)return r;let n=new Date(e);return Number.isNaN(n.getTime())?r:n.toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric",timeZone:t.timeZone??"UTC"})}function py(e,t=Date.now()){if(!e)return"\u2014";let r=Date.parse(e);if(Number.isNaN(r))return"\u2014";let n=t-r,s=n>=0,i=Math.abs(n),o=Math.floor(i/1e3),a=Math.floor(o/60),c=Math.floor(a/60),u=Math.floor(c/24),l=Math.floor(u/7),d=Math.floor(u/30),p=Math.floor(u/365);return o<45?"just now":a<1?s?"a minute ago":"in a minute":a<60?un(n,s,a,"minute"):c<24?un(n,s,c,"hour"):u===1?s?"yesterday":"tomorrow":u<7?un(n,s,u,"day"):l<4?un(n,s,l,"week"):d<12?un(n,s,d,"month"):un(n,s,p,"year")}function un(e,t,r,n){let s=r!==1?"s":"";return t?`${r} ${n}${s} ago`:`in ${r} ${n}${s}`}function my(e,t={}){let r=t.fallback??"\u2014";if(!e)return r;let n=new Date(e);return Number.isNaN(n.getTime())?r:n.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"2-digit",minute:"2-digit",timeZone:t.timeZone??"UTC"})}function gy(e,t){if(!e)return"";let r=Date.parse(e);if(Number.isNaN(r))return"";let n=Math.max(0,t-r),s=Math.floor(n/1e3);if(s<45)return"just now";let i=Math.floor(s/60);if(i<60)return`${i}m ago`;let o=Math.floor(i/60);if(o<24)return`${o}h ago`;let a=Math.floor(o/24);if(a<30)return`${a}d ago`;let c=Math.floor(a/30);return c<12?`${c}mo ago`:`${Math.floor(a/365)}y ago`}});var Kn=ao(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.formatAge=F.formatTime=F.formatRelativeTime=F.formatDate=F.formatTxAmount=F.formatMicrosWire=F.formatMicros=F.formatUsd=F.formatCents=void 0;F.micros=hy;F.fromCents=yy;F.fromUsdc=_y;F.fromUsd=by;F.toCents=vy;F.toCentsForAcquirer=wy;F.toUsdc=Sy;F.toWire=xy;F.fromWire=Ty;F.toDisplay=Ey;F.toUsdRounded2dp=ky;F.add=Ay;F.sub=Cy;F.clampNonNegative=Ry;F.isNonNegative=Iy;F.max=Py;F.min=My;var wt=10000n,Gl=1000000n;function hy(e){return e}function yy(e){if(!Number.isFinite(e)||!Number.isInteger(e)||!Number.isSafeInteger(e))throw new TypeError(`fromCents: expected safe integer, got ${e}`);return BigInt(e)*wt}function _y(e){return e}function by(e){if(!Number.isFinite(e))throw new TypeError(`fromUsd: expected finite number, got ${e}`);return BigInt(Math.round(e*1e6))}function vy(e){if(e>=0n)return Number(e/wt);let t=e/wt,r=e%wt;return Number(r===0n?t:t-1n)}function wy(e){if(e<0n)throw new RangeError(`toCentsForAcquirer: refusing negative micros (${e}); card charges are non-negative`);return Number(e/wt)}function Sy(e){return e}function xy(e){return e.toString()}function Ty(e){if(typeof e!="string"||e.length===0)throw new TypeError(`fromWire: expected non-empty string, got ${typeof e} ${JSON.stringify(e)}`);if(!/^-?\d+$/.test(e))throw new TypeError(`fromWire: not a valid micros integer: ${JSON.stringify(e)}`);return BigInt(e)}function Ey(e,t={}){let r=t.decimals??2,n=t.symbol??"$",s=e<0n,i=s?-e:e,o=i/Gl,a=i%Gl,c=s?"-":"";if(r===0)return`${c}${n}${o.toString()}`;let u=a.toString().padStart(6,"0").slice(0,r);return`${c}${n}${o.toString()}.${u}`}function ky(e){let t=e<0n,r=t?-e:e,n=r/wt,i=r%wt*2n,o;i<wt?o=n:i>wt?o=n+1n:o=n%2n===0n?n:n+1n;let a=Number(o)/100;return t?-a:a}function Ay(e,t){return e+t}function Cy(e,t){return e-t}function Ry(e){return e<0n?0n:e}function Iy(e){return e>=0n}function Py(e,t){return e>t?e:t}function My(e,t){return e<t?e:t}var St=Kl();Object.defineProperty(F,"formatCents",{enumerable:!0,get:function(){return St.formatCents}});Object.defineProperty(F,"formatUsd",{enumerable:!0,get:function(){return St.formatUsd}});Object.defineProperty(F,"formatMicros",{enumerable:!0,get:function(){return St.formatMicros}});Object.defineProperty(F,"formatMicrosWire",{enumerable:!0,get:function(){return St.formatMicrosWire}});Object.defineProperty(F,"formatTxAmount",{enumerable:!0,get:function(){return St.formatTxAmount}});Object.defineProperty(F,"formatDate",{enumerable:!0,get:function(){return St.formatDate}});Object.defineProperty(F,"formatRelativeTime",{enumerable:!0,get:function(){return St.formatRelativeTime}});Object.defineProperty(F,"formatTime",{enumerable:!0,get:function(){return St.formatTime}});Object.defineProperty(F,"formatAge",{enumerable:!0,get:function(){return St.formatAge}})});function ma(e,t){switch(e){case"name_not_found":return new yd(t);case"delivery_failed":return new _d(t);case"timeout":return new ts(t);case"not_registered":return new bd;case"register_failed":return new di(t);case"invalid_message":return new vd(t);case"rate_limited":return new wd(t);default:return new at(e,t)}}var at,yd,_d,ts,bd,he,vd,di,wd,ga=Fe(()=>{"use strict";at=class extends Error{code;constructor(e,t){super(t),this.name="SubwayError",this.code=e}},yd=class extends at{constructor(e){super("name_not_found",`Agent not registered: ${e}`),this.name="NameNotFoundError"}},_d=class extends at{constructor(e){super("delivery_failed",e),this.name="DeliveryFailedError"}},ts=class extends at{constructor(e="RPC call timed out"){super("timeout",e),this.name="TimeoutError"}},bd=class extends at{constructor(){super("not_registered","Client has not registered with the bridge"),this.name="NotRegisteredError"}},he=class extends at{constructor(e){super("connection_failed",e),this.name="ConnectionError"}},vd=class extends at{constructor(e){super("invalid_message",e),this.name="InvalidMessageError"}},di=class extends at{constructor(e){super("register_failed",e),this.name="RegisterFailedError"}},wd=class extends at{constructor(e="Rate limited"){super("rate_limited",e),this.name="RateLimitedError"}}});var Sd,ha=Fe(()=>{"use strict";Sd=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')})});function rs(e){return e.includes(".")?e:`${e}.relay`}function ya(){return typeof crypto<"u"&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)})}function tb(){if(typeof WebSocket<"u")return WebSocket;try{let e=Sd("ws");return e.default??e}catch{return}}function rb(e,t,r){return Math.min(Math.max(e,t),r)}function Ab(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1}function cf(e,t,r=""){let n=Ab(e),s=e?.length;if(!n||t!==void 0){let o=r&&`"${r}" `,a="",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e}function Id(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function Cb(e,t){cf(e,void 0,"digestInto() output");let r=t.outputLen;if(e.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}function ns(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function wa(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function lt(e,t){return e<<32-t|e>>>t}function lf(e,t={}){let r=(s,i)=>e(i).update(s).digest(),n=e(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=s=>e(s),Object.assign(r,t),Object.freeze(r)}function Rb(e,t,r){return e&t^~e&r}function Ib(e,t,r){return e&t^e&r^t&r}function Pb(e,t=!1){return t?{h:Number(e&fi),l:Number(e>>Pd&fi)}:{h:Number(e>>Pd&fi)|0,l:Number(e&fi)|0}}function Mb(e,t=!1){let r=e.length,n=new Uint32Array(r),s=new Uint32Array(r);for(let i=0;i<r;i++){let{h:o,l:a}=Pb(e[i],t);[n[i],s[i]]=[o,a]}return[n,s]}function At(e,t,r,n){let s=(t>>>0)+(n>>>0);return{h:e+r+(s/2**32|0)|0,l:s|0}}function Yb(e){return vb(e)}function zb(e,t){return xb(t,e)}function Zb(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function e0(e){let t=Xb(Gb(e.payload)),r=`${e.messageId}
5
5
  ${e.senderPeerId}
6
6
  ${e.senderName}
7
7
  ${e.timestampMs}
8
8
  ${e.messageType}
9
9
  ${t}
10
- ${e.nonce}`;return Jb.encode(r)}function t0(e,t,r,n,s,i,o){return e0({messageId:e,senderPeerId:t,senderName:r,timestampMs:n,messageType:s,payload:i,nonce:o})}function r0(e){let t=0;for(;t<e.length;){let r=e[t],n=r>>3,s=r&7;if(t++,s===0){for(;t<e.length&&e[t]&128;)t++;t++}else if(s===2){let i=0,o=0;for(;t<e.length&&e[t]&128;)i|=(e[t]&127)<<o,o+=7,t++;if(i|=(e[t]&127)<<o,t++,n===2&&i>=64)return e.slice(t,t+32);t+=i}else return null}return null}function E0(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1}function kf(e,t,r=""){let n=E0(e),s=e?.length;if(!n||t!==void 0){let o=r&&`"${r}" `,a="",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e}function qd(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function k0(e,t){kf(e,void 0,"digestInto() output");let r=t.outputLen;if(e.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}function Pa(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function Ea(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function A0(e,t={}){let r=(s,i)=>e(i).update(s).digest(),n=e(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=s=>e(s),Object.assign(r,t),Object.freeze(r)}function I0(e,t=!1){return t?{h:Number(e&gi),l:Number(e>>Hd&gi)}:{h:Number(e>>Hd&gi)|0,l:Number(e&gi)|0}}function P0(e,t=!1){let r=e.length,n=new Uint32Array(r),s=new Uint32Array(r);for(let i=0;i<r;i++){let{h:o,l:a}=I0(e[i],t);[n[i],s[i]]=[o,a]}return[n,s]}function Rt(e,t,r,n){let s=(t>>>0)+(n>>>0);return{h:e+r+(s/2**32|0)|0,l:s|0}}function H0(){return w0.randomSecretKey()}function Cf(e){return b0(e)}function V0(){let e=H0();return{secretKey:e,publicKey:Cf(e)}}function K0(e){if((0,nr.existsSync)(e)){let r=(0,nr.readFileSync)(e),n=new Uint8Array(r.buffer.slice(r.byteOffset,r.byteOffset+32));return{secretKey:n,publicKey:Cf(n)}}let t=V0();return(0,nr.mkdirSync)((0,Yd.dirname)(e),{recursive:!0}),(0,nr.writeFileSync)(e,new Uint8Array(t.secretKey)),t}function G0(e){let{secretKey:t,publicKey:r}=K0(e);return{privateKey:t,publicKey:r}}async function W0(e,t,r,n,s,i,o,a){let c=t0(t,r,n,s,i,o,a);return{signature:await zb(e,c),signatureInput:Qb.subwayAgentMsgV1}}function Wd(e){return Zb(e)}var nr,Yd,nb,sb,ib,ob,ab,zd,vi,_i,xd,Td,_a,ba,cb,ki,lb,de,ub,db,fb,It,Ai,Ma,Xd,Oa,kt,Ed,Na,Zd,pb,yn,mb,wi,Nr,z,kd,E,Jd,Qd,ef,tf,va,ka,ss,Br,Dr,rf,nf,ct,gb,Ad,hb,Aa,La,yb,sf,_b,bb,vb,wb,Sb,xb,Ua,of,Si,Tb,af,Ca,Eb,Cd,Rd,kb,uf,df,Zt,ye,fi,Pd,Md,Od,pn,mn,pi,mi,Ob,Nb,Lb,Ub,$b,Db,Fb,Jt,Bb,jb,ff,qb,Hb,Qt,er,Vb,Kb,Gb,Wb,Nd,Xb,pf,Jb,Qb,mf,xi,bi,Ld,Ud,Sa,xa,n0,_n,s0,fe,i0,o0,a0,sr,Ci,$a,gf,hf,Ct,$d,yf,_f,c0,Da,l0,Ti,Ur,Z,Dd,k,u0,d0,bf,vf,Ta,Ra,is,bn,Fr,f0,wf,ut,p0,Fd,m0,g0,h0,y0,Sf,_0,xf,b0,Tf,v0,w0,Ei,S0,Ef,Ia,x0,Bd,jd,T0,C0,R0,_e,gi,Hd,Vd,Kd,gn,hn,hi,yi,M0,O0,N0,L0,U0,$0,Af,D0,F0,tr,rr,B0,j0,q0,Gd,Y0,z0,Rf,If=Fe(()=>{"use strict";ga();ga();ha();nr=require("fs"),Yd=require("path");nb=1e3,sb=10,ib=3e4,ob=3e4,ab=class{url;ws=null;_status="disconnected";messageHandlers=new Set;statusHandlers=new Set;reconnectAttempt=0;reconnectTimer=null;pingTimer=null;stopped=!1;autoReconnect;reconnectInterval;maxReconnectAttempts;pingInterval;constructor(e){this.url=e.url,this.autoReconnect=e.autoReconnect??!0,this.reconnectInterval=e.reconnectInterval??nb,this.maxReconnectAttempts=e.maxReconnectAttempts??sb,this.pingInterval=e.pingInterval??ib}get status(){return this._status}onMessage(e){return this.messageHandlers.add(e),()=>this.messageHandlers.delete(e)}onStatusChange(e){return this.statusHandlers.add(e),()=>this.statusHandlers.delete(e)}connect(){return this.stopped=!1,new Promise((e,t)=>{let r=tb();if(!r){t(new he('No WebSocket implementation available. Install the "ws" package for Node.js.'));return}this.setStatus("connecting");try{this.ws=new r(this.url)}catch(s){t(new he(`Failed to create WebSocket: ${s}`));return}let n=!1;this.ws.onopen=()=>{this.reconnectAttempt=0,this.setStatus("connected"),this.startPing(),n||(n=!0,e())},this.ws.onmessage=s=>{let i;try{i=JSON.parse(typeof s.data=="string"?s.data:s.data.toString())}catch{return}for(let o of this.messageHandlers)o(i)},this.ws.onclose=()=>{this.ws=null,this.stopPing(),!this.stopped&&this.autoReconnect?this.scheduleReconnect():this.setStatus("disconnected"),n||(n=!0,t(new he("WebSocket closed before connection established")))},this.ws.onerror=()=>{n||(n=!0,t(new he(`WebSocket connection failed: ${this.url}`)))}})}disconnect(){this.stopped=!0,this.clearReconnectTimer(),this.stopPing(),this.ws&&(this.ws.onclose=null,this.ws.onerror=null,this.ws.onmessage=null,this.ws.close(),this.ws=null),this.setStatus("disconnected")}send(e){if(!this.ws||this.ws.readyState!==1)throw new he("WebSocket is not connected");this.ws.send(JSON.stringify(e))}startPing(){this.stopPing(),this.pingInterval>0&&(this.pingTimer=setInterval(()=>{try{this.send({type:"ping"})}catch{}},this.pingInterval))}stopPing(){this.pingTimer!==null&&(clearInterval(this.pingTimer),this.pingTimer=null)}scheduleReconnect(){if(this.reconnectAttempt>=this.maxReconnectAttempts){this.setStatus("disconnected");return}this.setStatus("reconnecting");let e=rb(this.reconnectInterval*Math.pow(2,this.reconnectAttempt),this.reconnectInterval,ob);this.reconnectAttempt++,this.reconnectTimer=setTimeout(async()=>{if(!this.stopped)try{await this.connect()}catch{}},e)}clearReconnectTimer(){this.reconnectTimer!==null&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null)}setStatus(e){if(this._status!==e){this._status=e;for(let t of this.statusHandlers)t(e)}}},zd=Object.freeze({p:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffedn,n:0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3edn,h:8n,a:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecn,d:0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3n,Gx:0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51an,Gy:0x6666666666666666666666666666666666666666666666666666666666666658n}),{p:vi,n:_i,Gx:xd,Gy:Td,a:_a,d:ba,h:cb}=zd,ki=32,lb=(...e)=>{"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(...e)},de=(e="")=>{let t=new Error(e);throw lb(t,de),t},ub=e=>typeof e=="bigint",db=e=>typeof e=="string",fb=e=>e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1,It=(e,t,r="")=>{let n=fb(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e},Ai=e=>new Uint8Array(e),Ma=e=>Uint8Array.from(e),Xd=(e,t)=>e.toString(16).padStart(t,"0"),Oa=e=>Array.from(It(e)).map(t=>Xd(t,2)).join(""),kt={_0:48,_9:57,A:65,F:70,a:97,f:102},Ed=e=>{if(e>=kt._0&&e<=kt._9)return e-kt._0;if(e>=kt.A&&e<=kt.F)return e-(kt.A-10);if(e>=kt.a&&e<=kt.f)return e-(kt.a-10)},Na=e=>{let t="hex invalid";if(!db(e))return de(t);let r=e.length,n=r/2;if(r%2)return de(t);let s=Ai(n);for(let i=0,o=0;i<n;i++,o+=2){let a=Ed(e.charCodeAt(o)),c=Ed(e.charCodeAt(o+1));if(a===void 0||c===void 0)return de(t);s[i]=a*16+c}return s},Zd=()=>globalThis?.crypto,pb=()=>Zd()?.subtle??de("crypto.subtle must be defined, consider polyfill"),yn=(...e)=>{let t=0;for(let s of e)t+=It(s).length;let r=Ai(t),n=0;return e.forEach(s=>{r.set(s,n),n+=s.length}),r},mb=(e=ki)=>Zd().getRandomValues(Ai(e)),wi=BigInt,Nr=(e,t,r,n="bad number: out of range")=>{if(!ub(e))throw new TypeError(n);if(t<=e&&e<r)return e;throw new RangeError(n)},z=(e,t=vi)=>{let r=e%t;return r>=0n?r:t+r},kd=(1n<<255n)-1n,E=e=>{e<0n&&de("negative coordinate");let t=(e>>255n)*19n+(e&kd);return t=(t>>255n)*19n+(t&kd),t%vi},Jd=e=>z(e,_i),Qd=(e,t)=>{(e===0n||t<=0n)&&de("no inverse n="+e+" mod="+t);let r=z(e,t),n=t,s=0n,i=1n;for(;r!==0n;){let o=n/r,a=n%r,c=s-i*o;n=r,r=a,s=i,i=c}return n===1n?z(s,t):de("no inverse")},ef=e=>{let t=of[e];return typeof t!="function"&&de("hashes."+e+" not set"),t},tf=e=>It(e,64,"digest"),va=e=>e instanceof ss?e:de("Point expected"),ka=2n**256n,ss=class Lr{static BASE;static ZERO;X;Y;Z;T;constructor(t,r,n,s){let i=ka;this.X=Nr(t,0n,i),this.Y=Nr(r,0n,i),this.Z=Nr(n,1n,i),this.T=Nr(s,0n,i),Object.freeze(this)}static CURVE(){return zd}static fromAffine(t){return new Lr(t.x,t.y,1n,E(t.x*t.y))}static fromBytes(t,r=!1){let n=ba,s=Ma(It(t,ki)),i=t[31];s[31]=i&-129;let o=nf(s);Nr(o,0n,r?ka:vi);let c=E(o*o),u=z(c-1n),l=E(n*c+1n),{isValid:d,value:p}=hb(u,l);d||de("bad point: y not sqrt");let m=(p&1n)===1n,f=(i&128)!==0;return!r&&p===0n&&f&&de("bad point: x==0, isLastByteOdd"),f!==m&&(p=z(-p)),new Lr(p,o,1n,E(p*o))}static fromHex(t,r){return Lr.fromBytes(Na(t),r)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}assertValidity(){let t=_a,r=ba,n=this;if(n.is0())return de("bad point: ZERO");let{X:s,Y:i,Z:o,T:a}=n,c=E(s*s),u=E(i*i),l=E(o*o),d=E(l*l),p=E(c*t),m=E(l*(p+u)),f=z(d+E(r*E(c*u)));if(m!==f)return de("bad point: equation left != right (1)");let _=E(s*i),S=E(o*a);return _!==S?de("bad point: equation left != right (2)"):this}equals(t){let{X:r,Y:n,Z:s}=this,{X:i,Y:o,Z:a}=va(t),c=E(r*a),u=E(i*s),l=E(n*a),d=E(o*s);return c===u&&l===d}is0(){return this.equals(Dr)}negate(){return new Lr(z(-this.X),this.Y,this.Z,z(-this.T))}double(){let{X:t,Y:r,Z:n}=this,s=_a,i=E(t*t),o=E(r*r),a=E(2n*n*n),c=E(s*i),u=z(t+r),l=z(E(u*u)-i-o),d=z(c+o),p=z(d-a),m=z(c-o),f=E(l*p),_=E(d*m),S=E(l*m),I=E(p*d);return new Lr(f,_,I,S)}add(t){let{X:r,Y:n,Z:s,T:i}=this,{X:o,Y:a,Z:c,T:u}=va(t),l=_a,d=ba,p=E(r*o),m=E(n*a),f=E(E(i*d)*u),_=E(s*c),S=z(E(z(r+n)*z(o+a))-p-m),I=z(_-f),b=z(_+f),P=z(m-E(l*p)),M=E(S*I),q=E(b*P),B=E(S*P),y=E(I*b);return new Lr(M,q,y,B)}subtract(t){return this.add(va(t).negate())}multiply(t,r=!0){if(!r&&t===0n||(Nr(t,1n,_i),!r&&this.is0()))return Dr;if(t===1n)return this;if(this.equals(Br))return kb(t).p;let n=Dr,s=Br;for(let i=this;t>0n;i=i.double(),t>>=1n)t&1n?n=n.add(i):r&&(s=s.add(i));return n}multiplyUnsafe(t){return this.multiply(t,!1)}toAffine(){let{X:t,Y:r,Z:n}=this;if(this.equals(Dr))return{x:0n,y:1n};let s=Qd(n,vi);E(n*s)!==1n&&de("invalid inverse");let i=E(t*s),o=E(r*s);return{x:i,y:o}}toBytes(){let{x:t,y:r}=this.toAffine(),n=rf(r);return n[31]|=t&1n?128:0,n}toHex(){return Oa(this.toBytes())}clearCofactor(){return this.multiply(wi(cb),!1)}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){let t=this.multiply(_i/2n,!1).double();return _i%2n&&(t=t.add(this)),t.is0()}},Br=new ss(xd,Td,1n,z(xd*Td)),Dr=new ss(0n,1n,1n,0n);ss.BASE=Br;ss.ZERO=Dr;rf=e=>Na(Xd(Nr(e,0n,ka),64)).reverse(),nf=e=>wi("0x"+Oa(Ma(It(e)).reverse())),ct=(e,t)=>{let r=e;for(;t-- >0n;)r=E(r*r);return r},gb=e=>{let t=E(e*e),r=E(t*e),n=E(ct(r,2n)*r),s=E(ct(n,1n)*e),i=E(ct(s,5n)*s),o=E(ct(i,10n)*i),a=E(ct(o,20n)*o),c=E(ct(a,40n)*a),u=E(ct(c,80n)*c),l=E(ct(u,80n)*c),d=E(ct(l,10n)*i);return{pow_p_5_8:E(ct(d,2n)*e),b2:r}},Ad=0x2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0n,hb=(e,t)=>{let r=E(t*E(t*t)),n=E(E(r*r)*t),s=gb(E(e*n)).pow_p_5_8,i=E(e*E(r*s)),o=E(t*E(i*i)),a=i,c=E(i*Ad),u=o===e,l=o===z(-e),d=o===z(-e*Ad);return u&&(i=a),(l||d)&&(i=c),(z(i)&1n)===1n&&(i=z(-i)),{isValid:u||l,value:i}},Aa=e=>Jd(nf(e)),La=(...e)=>Promise.resolve(ef("sha512Async")(yn(...e))).then(tf),yb=(...e)=>tf(ef("sha512")(yn(...e))),sf=e=>{let t=Ma(e),r=t.slice(0,32);r[0]&=248,r[31]&=127,r[31]|=64;let n=t.slice(32,64),s=Aa(r),i=Br.multiply(s),o=i.toBytes();return{head:r,prefix:n,scalar:s,point:i,pointBytes:o}},_b=e=>La(It(e,ki)).then(sf),bb=e=>sf(yb(It(e,ki))),vb=e=>bb(e).pointBytes,wb=e=>La(e.hashable).then(e.finish),Sb=(e,t,r)=>{let{pointBytes:n,scalar:s}=e,i=Aa(t),o=Br.multiply(i).toBytes();return{hashable:yn(o,n,r),finish:u=>{let l=Jd(i+Aa(u)*s);return It(yn(o,rf(l)),64)}}},xb=async(e,t)=>{let r=It(e),n=await _b(t),s=await La(n.prefix,r);return wb(Sb(n,s,r))},Ua=Object.freeze({bytesToHex:Oa,hexToBytes:Na,concatBytes:yn,mod:z,invert:Qd,randomBytes:mb}),of={sha512Async:async e=>{let t=pb(),r=yn(e);return Ai(await t.digest("SHA-512",r.buffer))},sha512:void 0},Si=8,Tb=256,af=Math.ceil(Tb/Si)+1,Ca=2**(Si-1),Eb=()=>{let e=[],t=Br,r=t;for(let n=0;n<af;n++){r=t,e.push(r);for(let s=1;s<Ca;s++)r=r.add(t),e.push(r);t=r.double()}return e},Cd=void 0,Rd=(e,t)=>{let r=t.negate();return e?r:t},kb=e=>{let t=Cd||(Cd=Eb()),r=Dr,n=Br,s=2**Si,i=s,o=wi(s-1),a=wi(Si);for(let c=0;c<af;c++){let u=Number(e&o);e>>=a,u>Ca&&(u-=i,e+=1n);let l=c*Ca,d=l,p=l+Math.abs(u)-1,m=c%2!==0,f=u<0;u===0?n=n.add(Rd(m,t[d])):r=r.add(Rd(f,t[p]))}return e!==0n&&de("invalid wnaf"),{p:r,f:n}};uf=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])});df=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=wa(this.buffer)}update(e){Id(this),cf(e);let{view:t,buffer:r,blockLen:n}=this,s=e.length;for(let i=0;i<s;){let o=Math.min(n-this.pos,s-i);if(o===n){let a=wa(e);for(;n<=s-i;i+=n)this.process(a,i);continue}r.set(e.subarray(i,i+o),this.pos),this.pos+=o,i+=o,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Id(this),Cb(e,this),this.finished=!0;let{buffer:t,view:r,blockLen:n,isLE:s}=this,{pos:i}=this;t[i++]=128,ns(this.buffer.subarray(i)),this.padOffset>n-i&&(this.process(r,0),i=0);for(let l=i;l<n;l++)t[l]=0;r.setBigUint64(n-8,BigInt(this.length*8),s),this.process(r,0);let o=wa(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let c=a/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<c;l++)o.setUint32(4*l,u[l],s)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:r,length:n,finished:s,destroyed:i,pos:o}=this;return e.destroyed=i,e.finished=s,e.length=n,e.pos=o,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}},Zt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),ye=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),fi=BigInt(2**32-1),Pd=BigInt(32);Md=(e,t,r)=>e>>>r,Od=(e,t,r)=>e<<32-r|t>>>r,pn=(e,t,r)=>e>>>r|t<<32-r,mn=(e,t,r)=>e<<32-r|t>>>r,pi=(e,t,r)=>e<<64-r|t>>>r-32,mi=(e,t,r)=>e>>>r-32|t<<64-r;Ob=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),Nb=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,Lb=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),Ub=(e,t,r,n,s)=>t+r+n+s+(e/2**32|0)|0,$b=(e,t,r,n,s)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(s>>>0),Db=(e,t,r,n,s,i)=>t+r+n+s+i+(e/2**32|0)|0,Fb=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Jt=new Uint32Array(64),Bb=class extends df{constructor(e){super(64,e,8,!1)}get(){let{A:e,B:t,C:r,D:n,E:s,F:i,G:o,H:a}=this;return[e,t,r,n,s,i,o,a]}set(e,t,r,n,s,i,o,a){this.A=e|0,this.B=t|0,this.C=r|0,this.D=n|0,this.E=s|0,this.F=i|0,this.G=o|0,this.H=a|0}process(e,t){for(let l=0;l<16;l++,t+=4)Jt[l]=e.getUint32(t,!1);for(let l=16;l<64;l++){let d=Jt[l-15],p=Jt[l-2],m=lt(d,7)^lt(d,18)^d>>>3,f=lt(p,17)^lt(p,19)^p>>>10;Jt[l]=f+Jt[l-7]+m+Jt[l-16]|0}let{A:r,B:n,C:s,D:i,E:o,F:a,G:c,H:u}=this;for(let l=0;l<64;l++){let d=lt(o,6)^lt(o,11)^lt(o,25),p=u+d+Rb(o,a,c)+Fb[l]+Jt[l]|0,f=(lt(r,2)^lt(r,13)^lt(r,22))+Ib(r,n,s)|0;u=c,c=a,a=o,o=i+p|0,i=s,s=n,n=r,r=p+f|0}r=r+this.A|0,n=n+this.B|0,s=s+this.C|0,i=i+this.D|0,o=o+this.E|0,a=a+this.F|0,c=c+this.G|0,u=u+this.H|0,this.set(r,n,s,i,o,a,c,u)}roundClean(){ns(Jt)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),ns(this.buffer)}},jb=class extends Bb{A=Zt[0]|0;B=Zt[1]|0;C=Zt[2]|0;D=Zt[3]|0;E=Zt[4]|0;F=Zt[5]|0;G=Zt[6]|0;H=Zt[7]|0;constructor(){super(32)}},ff=Mb(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),qb=ff[0],Hb=ff[1],Qt=new Uint32Array(80),er=new Uint32Array(80),Vb=class extends df{constructor(e){super(128,e,16,!1)}get(){let{Ah:e,Al:t,Bh:r,Bl:n,Ch:s,Cl:i,Dh:o,Dl:a,Eh:c,El:u,Fh:l,Fl:d,Gh:p,Gl:m,Hh:f,Hl:_}=this;return[e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_]}set(e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_){this.Ah=e|0,this.Al=t|0,this.Bh=r|0,this.Bl=n|0,this.Ch=s|0,this.Cl=i|0,this.Dh=o|0,this.Dl=a|0,this.Eh=c|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=p|0,this.Gl=m|0,this.Hh=f|0,this.Hl=_|0}process(e,t){for(let b=0;b<16;b++,t+=4)Qt[b]=e.getUint32(t),er[b]=e.getUint32(t+=4);for(let b=16;b<80;b++){let P=Qt[b-15]|0,M=er[b-15]|0,q=pn(P,M,1)^pn(P,M,8)^Md(P,M,7),B=mn(P,M,1)^mn(P,M,8)^Od(P,M,7),y=Qt[b-2]|0,w=er[b-2]|0,V=pn(y,w,19)^pi(y,w,61)^Md(y,w,6),ee=mn(y,w,19)^mi(y,w,61)^Od(y,w,6),H=Lb(B,ee,er[b-7],er[b-16]),ce=Ub(H,q,V,Qt[b-7],Qt[b-16]);Qt[b]=ce|0,er[b]=H|0}let{Ah:r,Al:n,Bh:s,Bl:i,Ch:o,Cl:a,Dh:c,Dl:u,Eh:l,El:d,Fh:p,Fl:m,Gh:f,Gl:_,Hh:S,Hl:I}=this;for(let b=0;b<80;b++){let P=pn(l,d,14)^pn(l,d,18)^pi(l,d,41),M=mn(l,d,14)^mn(l,d,18)^mi(l,d,41),q=l&p^~l&f,B=d&m^~d&_,y=$b(I,M,B,Hb[b],er[b]),w=Db(y,S,P,q,qb[b],Qt[b]),V=y|0,ee=pn(r,n,28)^pi(r,n,34)^pi(r,n,39),H=mn(r,n,28)^mi(r,n,34)^mi(r,n,39),ce=r&s^r&o^s&o,Y=n&i^n&a^i&a;S=f|0,I=_|0,f=p|0,_=m|0,p=l|0,m=d|0,{h:l,l:d}=At(c|0,u|0,w|0,V|0),c=o|0,u=a|0,o=s|0,a=i|0,s=r|0,i=n|0;let K=Ob(V,H,Y);r=Nb(K,w,ee,ce),n=K|0}({h:r,l:n}=At(this.Ah|0,this.Al|0,r|0,n|0)),{h:s,l:i}=At(this.Bh|0,this.Bl|0,s|0,i|0),{h:o,l:a}=At(this.Ch|0,this.Cl|0,o|0,a|0),{h:c,l:u}=At(this.Dh|0,this.Dl|0,c|0,u|0),{h:l,l:d}=At(this.Eh|0,this.El|0,l|0,d|0),{h:p,l:m}=At(this.Fh|0,this.Fl|0,p|0,m|0),{h:f,l:_}=At(this.Gh|0,this.Gl|0,f|0,_|0),{h:S,l:I}=At(this.Hh|0,this.Hl|0,S|0,I|0),this.set(r,n,s,i,o,a,c,u,l,d,p,m,f,_,S,I)}roundClean(){ns(Qt,er)}destroy(){this.destroyed=!0,ns(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},Kb=class extends Vb{Ah=ye[0]|0;Al=ye[1]|0;Bh=ye[2]|0;Bl=ye[3]|0;Ch=ye[4]|0;Cl=ye[5]|0;Dh=ye[6]|0;Dl=ye[7]|0;Eh=ye[8]|0;El=ye[9]|0;Fh=ye[10]|0;Fl=ye[11]|0;Gh=ye[12]|0;Gl=ye[13]|0;Hh=ye[14]|0;Hl=ye[15]|0;constructor(){super(64)}},Gb=lf(()=>new jb,uf(1)),Wb=lf(()=>new Kb,uf(3)),Nd=of;Nd.sha512||(Nd.sha512=e=>Wb(e));Xb=Ua.bytesToHex,pf=Ua.hexToBytes;Ua.concatBytes;Jb=new TextEncoder,Qb={subwayAgentMsgV1:"message_id;sender_peer_id;sender_name;timestamp_ms;message_type;payload_hash;nonce"};pf("302e020100300506032b657004220420");pf("302a300506032b6570032100");mf=Object.freeze({p:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffedn,n:0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3edn,h:8n,a:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecn,d:0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3n,Gx:0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51an,Gy:0x6666666666666666666666666666666666666666666666666666666666666658n}),{p:xi,n:bi,Gx:Ld,Gy:Ud,a:Sa,d:xa,h:n0}=mf,_n=32,s0=(...e)=>{"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(...e)},fe=(e="")=>{let t=new Error(e);throw s0(t,fe),t},i0=e=>typeof e=="bigint",o0=e=>typeof e=="string",a0=e=>e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1,sr=(e,t,r="")=>{let n=a0(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e},Ci=e=>new Uint8Array(e),$a=e=>Uint8Array.from(e),gf=(e,t)=>e.toString(16).padStart(t,"0"),hf=e=>Array.from(sr(e)).map(t=>gf(t,2)).join(""),Ct={_0:48,_9:57,A:65,F:70,a:97,f:102},$d=e=>{if(e>=Ct._0&&e<=Ct._9)return e-Ct._0;if(e>=Ct.A&&e<=Ct.F)return e-(Ct.A-10);if(e>=Ct.a&&e<=Ct.f)return e-(Ct.a-10)},yf=e=>{let t="hex invalid";if(!o0(e))return fe(t);let r=e.length,n=r/2;if(r%2)return fe(t);let s=Ci(n);for(let i=0,o=0;i<n;i++,o+=2){let a=$d(e.charCodeAt(o)),c=$d(e.charCodeAt(o+1));if(a===void 0||c===void 0)return fe(t);s[i]=a*16+c}return s},_f=()=>globalThis?.crypto,c0=()=>_f()?.subtle??fe("crypto.subtle must be defined, consider polyfill"),Da=(...e)=>{let t=0;for(let s of e)t+=sr(s).length;let r=Ci(t),n=0;return e.forEach(s=>{r.set(s,n),n+=s.length}),r},l0=(e=_n)=>_f().getRandomValues(Ci(e)),Ti=BigInt,Ur=(e,t,r,n="bad number: out of range")=>{if(!i0(e))throw new TypeError(n);if(t<=e&&e<r)return e;throw new RangeError(n)},Z=(e,t=xi)=>{let r=e%t;return r>=0n?r:t+r},Dd=(1n<<255n)-1n,k=e=>{e<0n&&fe("negative coordinate");let t=(e>>255n)*19n+(e&Dd);return t=(t>>255n)*19n+(t&Dd),t%xi},u0=e=>Z(e,bi),d0=(e,t)=>{(e===0n||t<=0n)&&fe("no inverse n="+e+" mod="+t);let r=Z(e,t),n=t,s=0n,i=1n;for(;r!==0n;){let o=n/r,a=n%r,c=s-i*o;n=r,r=a,s=i,i=c}return n===1n?Z(s,t):fe("no inverse")},bf=e=>{let t=Tf[e];return typeof t!="function"&&fe("hashes."+e+" not set"),t},vf=e=>sr(e,64,"digest"),Ta=e=>e instanceof is?e:fe("Point expected"),Ra=2n**256n,is=class $r{static BASE;static ZERO;X;Y;Z;T;constructor(t,r,n,s){let i=Ra;this.X=Ur(t,0n,i),this.Y=Ur(r,0n,i),this.Z=Ur(n,1n,i),this.T=Ur(s,0n,i),Object.freeze(this)}static CURVE(){return mf}static fromAffine(t){return new $r(t.x,t.y,1n,k(t.x*t.y))}static fromBytes(t,r=!1){let n=xa,s=$a(sr(t,_n)),i=t[31];s[31]=i&-129;let o=wf(s);Ur(o,0n,r?Ra:xi);let c=k(o*o),u=Z(c-1n),l=k(n*c+1n),{isValid:d,value:p}=m0(u,l);d||fe("bad point: y not sqrt");let m=(p&1n)===1n,f=(i&128)!==0;return!r&&p===0n&&f&&fe("bad point: x==0, isLastByteOdd"),f!==m&&(p=Z(-p)),new $r(p,o,1n,k(p*o))}static fromHex(t,r){return $r.fromBytes(yf(t),r)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}assertValidity(){let t=Sa,r=xa,n=this;if(n.is0())return fe("bad point: ZERO");let{X:s,Y:i,Z:o,T:a}=n,c=k(s*s),u=k(i*i),l=k(o*o),d=k(l*l),p=k(c*t),m=k(l*(p+u)),f=Z(d+k(r*k(c*u)));if(m!==f)return fe("bad point: equation left != right (1)");let _=k(s*i),S=k(o*a);return _!==S?fe("bad point: equation left != right (2)"):this}equals(t){let{X:r,Y:n,Z:s}=this,{X:i,Y:o,Z:a}=Ta(t),c=k(r*a),u=k(i*s),l=k(n*a),d=k(o*s);return c===u&&l===d}is0(){return this.equals(Fr)}negate(){return new $r(Z(-this.X),this.Y,this.Z,Z(-this.T))}double(){let{X:t,Y:r,Z:n}=this,s=Sa,i=k(t*t),o=k(r*r),a=k(2n*n*n),c=k(s*i),u=Z(t+r),l=Z(k(u*u)-i-o),d=Z(c+o),p=Z(d-a),m=Z(c-o),f=k(l*p),_=k(d*m),S=k(l*m),I=k(p*d);return new $r(f,_,I,S)}add(t){let{X:r,Y:n,Z:s,T:i}=this,{X:o,Y:a,Z:c,T:u}=Ta(t),l=Sa,d=xa,p=k(r*o),m=k(n*a),f=k(k(i*d)*u),_=k(s*c),S=Z(k(Z(r+n)*Z(o+a))-p-m),I=Z(_-f),b=Z(_+f),P=Z(m-k(l*p)),M=k(S*I),q=k(b*P),B=k(S*P),y=k(I*b);return new $r(M,q,y,B)}subtract(t){return this.add(Ta(t).negate())}multiply(t,r=!0){if(!r&&t===0n||(Ur(t,1n,bi),!r&&this.is0()))return Fr;if(t===1n)return this;if(this.equals(bn))return T0(t).p;let n=Fr,s=bn;for(let i=this;t>0n;i=i.double(),t>>=1n)t&1n?n=n.add(i):r&&(s=s.add(i));return n}multiplyUnsafe(t){return this.multiply(t,!1)}toAffine(){let{X:t,Y:r,Z:n}=this;if(this.equals(Fr))return{x:0n,y:1n};let s=d0(n,xi);k(n*s)!==1n&&fe("invalid inverse");let i=k(t*s),o=k(r*s);return{x:i,y:o}}toBytes(){let{x:t,y:r}=this.toAffine(),n=f0(r);return n[31]|=t&1n?128:0,n}toHex(){return hf(this.toBytes())}clearCofactor(){return this.multiply(Ti(n0),!1)}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){let t=this.multiply(bi/2n,!1).double();return bi%2n&&(t=t.add(this)),t.is0()}},bn=new is(Ld,Ud,1n,Z(Ld*Ud)),Fr=new is(0n,1n,1n,0n);is.BASE=bn;is.ZERO=Fr;f0=e=>yf(gf(Ur(e,0n,Ra),64)).reverse(),wf=e=>Ti("0x"+hf($a(sr(e)).reverse())),ut=(e,t)=>{let r=e;for(;t-- >0n;)r=k(r*r);return r},p0=e=>{let t=k(e*e),r=k(t*e),n=k(ut(r,2n)*r),s=k(ut(n,1n)*e),i=k(ut(s,5n)*s),o=k(ut(i,10n)*i),a=k(ut(o,20n)*o),c=k(ut(a,40n)*a),u=k(ut(c,80n)*c),l=k(ut(u,80n)*c),d=k(ut(l,10n)*i);return{pow_p_5_8:k(ut(d,2n)*e),b2:r}},Fd=0x2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0n,m0=(e,t)=>{let r=k(t*k(t*t)),n=k(k(r*r)*t),s=p0(k(e*n)).pow_p_5_8,i=k(e*k(r*s)),o=k(t*k(i*i)),a=i,c=k(i*Fd),u=o===e,l=o===Z(-e),d=o===Z(-e*Fd);return u&&(i=a),(l||d)&&(i=c),(Z(i)&1n)===1n&&(i=Z(-i)),{isValid:u||l,value:i}},g0=e=>u0(wf(e)),h0=(...e)=>Promise.resolve(bf("sha512Async")(Da(...e))).then(vf),y0=(...e)=>vf(bf("sha512")(Da(...e))),Sf=e=>{let t=$a(e),r=t.slice(0,32);r[0]&=248,r[31]&=127,r[31]|=64;let n=t.slice(32,64),s=g0(r),i=bn.multiply(s),o=i.toBytes();return{head:r,prefix:n,scalar:s,point:i,pointBytes:o}},_0=e=>h0(sr(e,_n)).then(Sf),xf=e=>Sf(y0(sr(e,_n))),b0=e=>xf(e).pointBytes,Tf={sha512Async:async e=>{let t=c0(),r=Da(e);return Ci(await t.digest("SHA-512",r.buffer))},sha512:void 0},v0=e=>(e=e===void 0?l0(_n):e,sr(e,_n)),w0=Object.freeze({getExtendedPublicKeyAsync:_0,getExtendedPublicKey:xf,randomSecretKey:v0}),Ei=8,S0=256,Ef=Math.ceil(S0/Ei)+1,Ia=2**(Ei-1),x0=()=>{let e=[],t=bn,r=t;for(let n=0;n<Ef;n++){r=t,e.push(r);for(let s=1;s<Ia;s++)r=r.add(t),e.push(r);t=r.double()}return e},Bd=void 0,jd=(e,t)=>{let r=t.negate();return e?r:t},T0=e=>{let t=Bd||(Bd=x0()),r=Fr,n=bn,s=2**Ei,i=s,o=Ti(s-1),a=Ti(Ei);for(let c=0;c<Ef;c++){let u=Number(e&o);e>>=a,u>Ia&&(u-=i,e+=1n);let l=c*Ia,d=l,p=l+Math.abs(u)-1,m=c%2!==0,f=u<0;u===0?n=n.add(jd(m,t[d])):r=r.add(jd(f,t[p]))}return e!==0n&&fe("invalid wnaf"),{p:r,f:n}};C0=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])}),R0=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=Ea(this.buffer)}update(e){qd(this),kf(e);let{view:t,buffer:r,blockLen:n}=this,s=e.length;for(let i=0;i<s;){let o=Math.min(n-this.pos,s-i);if(o===n){let a=Ea(e);for(;n<=s-i;i+=n)this.process(a,i);continue}r.set(e.subarray(i,i+o),this.pos),this.pos+=o,i+=o,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){qd(this),k0(e,this),this.finished=!0;let{buffer:t,view:r,blockLen:n,isLE:s}=this,{pos:i}=this;t[i++]=128,Pa(this.buffer.subarray(i)),this.padOffset>n-i&&(this.process(r,0),i=0);for(let l=i;l<n;l++)t[l]=0;r.setBigUint64(n-8,BigInt(this.length*8),s),this.process(r,0);let o=Ea(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let c=a/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<c;l++)o.setUint32(4*l,u[l],s)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:r,length:n,finished:s,destroyed:i,pos:o}=this;return e.destroyed=i,e.finished=s,e.length=n,e.pos=o,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}},_e=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),gi=BigInt(2**32-1),Hd=BigInt(32);Vd=(e,t,r)=>e>>>r,Kd=(e,t,r)=>e<<32-r|t>>>r,gn=(e,t,r)=>e>>>r|t<<32-r,hn=(e,t,r)=>e<<32-r|t>>>r,hi=(e,t,r)=>e<<64-r|t>>>r-32,yi=(e,t,r)=>e>>>r-32|t<<64-r;M0=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),O0=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,N0=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),L0=(e,t,r,n,s)=>t+r+n+s+(e/2**32|0)|0,U0=(e,t,r,n,s)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(s>>>0),$0=(e,t,r,n,s,i)=>t+r+n+s+i+(e/2**32|0)|0,Af=P0(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),D0=Af[0],F0=Af[1],tr=new Uint32Array(80),rr=new Uint32Array(80),B0=class extends R0{constructor(e){super(128,e,16,!1)}get(){let{Ah:e,Al:t,Bh:r,Bl:n,Ch:s,Cl:i,Dh:o,Dl:a,Eh:c,El:u,Fh:l,Fl:d,Gh:p,Gl:m,Hh:f,Hl:_}=this;return[e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_]}set(e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_){this.Ah=e|0,this.Al=t|0,this.Bh=r|0,this.Bl=n|0,this.Ch=s|0,this.Cl=i|0,this.Dh=o|0,this.Dl=a|0,this.Eh=c|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=p|0,this.Gl=m|0,this.Hh=f|0,this.Hl=_|0}process(e,t){for(let b=0;b<16;b++,t+=4)tr[b]=e.getUint32(t),rr[b]=e.getUint32(t+=4);for(let b=16;b<80;b++){let P=tr[b-15]|0,M=rr[b-15]|0,q=gn(P,M,1)^gn(P,M,8)^Vd(P,M,7),B=hn(P,M,1)^hn(P,M,8)^Kd(P,M,7),y=tr[b-2]|0,w=rr[b-2]|0,V=gn(y,w,19)^hi(y,w,61)^Vd(y,w,6),ee=hn(y,w,19)^yi(y,w,61)^Kd(y,w,6),H=N0(B,ee,rr[b-7],rr[b-16]),ce=L0(H,q,V,tr[b-7],tr[b-16]);tr[b]=ce|0,rr[b]=H|0}let{Ah:r,Al:n,Bh:s,Bl:i,Ch:o,Cl:a,Dh:c,Dl:u,Eh:l,El:d,Fh:p,Fl:m,Gh:f,Gl:_,Hh:S,Hl:I}=this;for(let b=0;b<80;b++){let P=gn(l,d,14)^gn(l,d,18)^hi(l,d,41),M=hn(l,d,14)^hn(l,d,18)^yi(l,d,41),q=l&p^~l&f,B=d&m^~d&_,y=U0(I,M,B,F0[b],rr[b]),w=$0(y,S,P,q,D0[b],tr[b]),V=y|0,ee=gn(r,n,28)^hi(r,n,34)^hi(r,n,39),H=hn(r,n,28)^yi(r,n,34)^yi(r,n,39),ce=r&s^r&o^s&o,Y=n&i^n&a^i&a;S=f|0,I=_|0,f=p|0,_=m|0,p=l|0,m=d|0,{h:l,l:d}=Rt(c|0,u|0,w|0,V|0),c=o|0,u=a|0,o=s|0,a=i|0,s=r|0,i=n|0;let K=M0(V,H,Y);r=O0(K,w,ee,ce),n=K|0}({h:r,l:n}=Rt(this.Ah|0,this.Al|0,r|0,n|0)),{h:s,l:i}=Rt(this.Bh|0,this.Bl|0,s|0,i|0),{h:o,l:a}=Rt(this.Ch|0,this.Cl|0,o|0,a|0),{h:c,l:u}=Rt(this.Dh|0,this.Dl|0,c|0,u|0),{h:l,l:d}=Rt(this.Eh|0,this.El|0,l|0,d|0),{h:p,l:m}=Rt(this.Fh|0,this.Fl|0,p|0,m|0),{h:f,l:_}=Rt(this.Gh|0,this.Gl|0,f|0,_|0),{h:S,l:I}=Rt(this.Hh|0,this.Hl|0,S|0,I|0),this.set(r,n,s,i,o,a,c,u,l,d,p,m,f,_,S,I)}roundClean(){Pa(tr,rr)}destroy(){this.destroyed=!0,Pa(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},j0=class extends B0{Ah=_e[0]|0;Al=_e[1]|0;Bh=_e[2]|0;Bl=_e[3]|0;Ch=_e[4]|0;Cl=_e[5]|0;Dh=_e[6]|0;Dl=_e[7]|0;Eh=_e[8]|0;El=_e[9]|0;Fh=_e[10]|0;Fl=_e[11]|0;Gh=_e[12]|0;Gl=_e[13]|0;Hh=_e[14]|0;Hl=_e[15]|0;constructor(){super(64)}},q0=A0(()=>new j0,C0(3)),Gd=Tf;Gd.sha512||(Gd.sha512=e=>q0(e));Y0="ws://localhost:9001/ws",z0=3e4,Rf=class{transport;options;_peerId=null;_name;_keypair=null;messageHandlers=new Set;topicHandlers=new Map;rpcHandlers=new Map;defaultRpcHandler=null;pendingCalls=new Map;pendingSend=new Map;pendingResolve=new Map;eventListeners=new Map;registerPromise=null;hasConnectedOnce=!1;constructor(e){if(this._name=rs(e.name),e.keyPath)try{this._keypair=G0(e.keyPath)}catch{}this.options={name:this._name,url:e.url??Y0,relay:e.relay??"",autoReconnect:e.autoReconnect??!0,reconnectInterval:e.reconnectInterval??1e3,maxReconnectAttempts:e.maxReconnectAttempts??10,rpcTimeout:e.rpcTimeout??z0,pingInterval:e.pingInterval??3e4,binding:e.binding??""},this.transport=new ab({url:this.options.url,autoReconnect:this.options.autoReconnect,reconnectInterval:this.options.reconnectInterval,maxReconnectAttempts:this.options.maxReconnectAttempts,pingInterval:this.options.pingInterval}),this.transport.onMessage(t=>this.handleBridgeMessage(t)),this.transport.onStatusChange(t=>this.handleStatusChange(t))}initKeypairFromSecret(e){try{let t=Buffer.from(e,"base64"),r=r0(new Uint8Array(t));r&&(this._keypair={privateKey:r,publicKey:Yb(r)})}catch{}}get name(){return this._name}get peerId(){return this._peerId}get status(){return this.transport.status}async connect(){return await this.transport.connect(),new Promise((e,t)=>{this.registerPromise={resolve:e,reject:t};let r={type:"register",name:this._name};this.options.relay&&(r.relay=this.options.relay),this._keypair&&(r.public_key=Wd(this._keypair.publicKey)),this.options.binding&&(r.binding=this.options.binding);try{this.transport.send(r)}catch(n){this.registerPromise=null,t(n instanceof Error?n:new he(String(n)))}})}disconnect(){for(let[,e]of this.pendingCalls)clearTimeout(e.timer),e.reject(new he("Client disconnected"));this.pendingCalls.clear();for(let[,e]of this.pendingSend)e.reject(new he("Client disconnected"));this.pendingSend.clear();for(let[,e]of this.pendingResolve)e.reject(new he("Client disconnected"));this.pendingResolve.clear(),this.registerPromise&&(this.registerPromise.reject(new he("Client disconnected")),this.registerPromise=null),this.transport.disconnect(),this._peerId=null,this.hasConnectedOnce=!1}async send(e,t,r,n){let s=rs(e),i=ya();return new Promise((o,a)=>{this.pendingSend.set(s,{resolve:o,reject:a});try{this.transport.send({type:"send",to:s,message_type:t,payload:r,metadata:n})}catch(c){this.pendingSend.delete(s),a(c instanceof Error?c:new he(String(c)))}setTimeout(()=>{this.pendingSend.has(s)&&(this.pendingSend.delete(s),o({messageId:i,to:s}))},5e3)})}async sendSigned(e,t,r,n){if(!this._keypair||!this._peerId)return this.send(e,t,r,n);let s=rs(e),i=ya(),o=Date.now(),a=Math.floor(Math.random()*2**32),c=new TextEncoder().encode(r),{signature:u,signatureInput:l}=await W0(this._keypair.privateKey,i,this._peerId,this._name,o,t,c,a);return new Promise((d,p)=>{this.pendingSend.set(s,{resolve:d,reject:p});try{this.transport.send({type:"send_signed",to:s,message_id:i,sender_peer_id:this._peerId,sender_name:this._name,timestamp_ms:o,message_type:t,payload:r,metadata:n,signature:Buffer.from(u).toString("base64"),signature_input:l,nonce:a})}catch(m){this.pendingSend.delete(s),p(m instanceof Error?m:new he(String(m)))}setTimeout(()=>{this.pendingSend.has(s)&&(this.pendingSend.delete(s),d({messageId:i,to:s}))},5e3)})}async call(e,t,r,n){let s=rs(e),i=n?.correlationId??ya(),o=n?.timeout??this.options.rpcTimeout;return new Promise((a,c)=>{let u=setTimeout(()=>{this.pendingCalls.delete(i),c(new ts(`RPC call to ${s}.${t} timed out after ${o}ms`))},o);this.pendingCalls.set(i,{resolve:a,reject:c,timer:u});try{this.transport.send({type:"call",to:s,method:t,payload:r??"",correlation_id:i})}catch(l){clearTimeout(u),this.pendingCalls.delete(i),c(l instanceof Error?l:new he(String(l)))}})}async broadcast(e,t,r){this.transport.send({type:"broadcast",topic:e,message_type:t,payload:r})}subscribe(e,t){let r=this.topicHandlers.get(e);if(!r){r=new Set,this.topicHandlers.set(e,r);try{this.transport.send({type:"subscribe",topic:e})}catch{}}return r.add(t),()=>{r.delete(t),r.size===0&&this.topicHandlers.delete(e)}}onMessage(e){return this.messageHandlers.add(e),()=>this.messageHandlers.delete(e)}onCall(e,t){return this.rpcHandlers.set(e,t),()=>this.rpcHandlers.delete(e)}onAnyCall(e){return this.defaultRpcHandler=e,()=>{this.defaultRpcHandler=null}}async resolve(e){let t=rs(e);return new Promise((r,n)=>{this.pendingResolve.set(t,{resolve:r,reject:n});try{this.transport.send({type:"resolve",name:t})}catch(s){this.pendingResolve.delete(t),n(s instanceof Error?s:new he(String(s)))}setTimeout(()=>{this.pendingResolve.has(t)&&(this.pendingResolve.delete(t),n(new ts(`Resolve ${t} timed out`)))},1e4)})}on(e,t){let r=this.eventListeners.get(e);return r||(r=new Set,this.eventListeners.set(e,r)),r.add(t),()=>r.delete(t)}off(e,t){let r=this.eventListeners.get(e);r&&r.delete(t)}emit(e,...t){let r=this.eventListeners.get(e);if(r)for(let n of r)try{n(...t)}catch{}}handleBridgeMessage(e){switch(e.type){case"registered":this._peerId=e.peer_id,this._name=e.name,e.secret_key&&!this._keypair&&this.initKeypairFromSecret(e.secret_key),this.hasConnectedOnce=!0,this.registerPromise&&(this.registerPromise.resolve(),this.registerPromise=null),this.emit("connected",{name:e.name,peerId:e.peer_id}),this.resubscribeTopics();break;case"sent":{let t=this.pendingSend.get(e.to);t&&(this.pendingSend.delete(e.to),t.resolve({messageId:e.message_id,to:e.to}));break}case"call_result":{let t=this.pendingCalls.get(e.correlation_id);t&&(clearTimeout(t.timer),this.pendingCalls.delete(e.correlation_id),t.resolve({correlationId:e.correlation_id,success:e.success,payload:e.payload,error:e.error}));break}case"message":{let t={fromName:e.from_name,fromPeerId:e.from_peer_id,messageId:e.message_id,messageType:e.message_type,payload:e.payload,metadata:e.metadata??{},timestampMs:e.timestamp_ms,verified:e.verified,provenance:e.provenance?.map(r=>({signerName:r.signer_name,verified:r.verified})),attestation:e.attestation?{relayName:e.attestation.relay_name,verified:e.attestation.verified}:void 0,delegation:e.delegation?{parentName:e.delegation.parent_name,scope:e.delegation.scope,valid:e.delegation.valid,expired:e.delegation.expired}:void 0};for(let r of this.messageHandlers)try{r(t)}catch{}this.emit("message",t);break}case"inbound_call":this.handleInboundCall(e);break;case"broadcast_message":{let t={topic:e.topic,fromName:e.from_name,fromPeerId:e.from_peer_id,messageId:e.message_id,messageType:e.message_type,payload:e.payload,metadata:e.metadata??{},timestampMs:e.timestamp_ms,verified:e.verified,provenance:e.provenance?.map(n=>({signerName:n.signer_name,verified:n.verified})),attestation:e.attestation?{relayName:e.attestation.relay_name,verified:e.attestation.verified}:void 0,delegation:e.delegation?{parentName:e.delegation.parent_name,scope:e.delegation.scope,valid:e.delegation.valid,expired:e.delegation.expired}:void 0},r=this.topicHandlers.get(e.topic);if(r)for(let n of r)try{n(t)}catch{}this.emit("broadcast",t);break}case"resolved":{let t=this.pendingResolve.get(e.name);t&&(this.pendingResolve.delete(e.name),t.resolve({name:e.name,peerId:e.peer_id}));break}case"error":{let t=ma(e.code,e.message);this.registerPromise&&e.code==="register_failed"&&(this.registerPromise.reject(new di(e.message)),this.registerPromise=null),this.emit("error",t);break}}}async handleInboundCall(e){let t={correlationId:e.correlation_id,fromName:e.from_name,fromPeerId:e.from_peer_id,method:e.method,payload:e.payload,verified:e.verified},r=this.rpcHandlers.get(e.method)??this.defaultRpcHandler,n;if(!r)n={success:!1,error:`No handler for method: ${e.method}`};else try{n=await r(t)}catch(s){n={success:!1,error:s instanceof Error?s.message:String(s)}}try{this.transport.send({type:"call_response",correlation_id:e.correlation_id,success:n.success,payload:n.payload??"",error:n.error??""})}catch{}}handleStatusChange(e){switch(e){case"disconnected":this._peerId=null,this.emit("disconnected");break;case"reconnecting":this.emit("reconnecting",this.transport.reconnectAttempt??0);break;case"connected":if(this.hasConnectedOnce){let t={type:"register",name:this.options.name};this.options.relay&&(t.relay=this.options.relay),this._keypair&&(t.public_key=Wd(this._keypair.publicKey));try{this.transport.send(t)}catch{}}break}}resubscribeTopics(){for(let e of this.topicHandlers.keys())try{this.transport.send({type:"subscribe",topic:e})}catch{}}};});function gv(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1}function Qf(e,t,r=""){let n=gv(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e}function Df(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function hv(e,t){Qf(e,void 0,"digestInto() output");let r=t.outputLen;if(e.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}function Ga(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function qa(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function yv(e,t={}){let r=(s,i)=>e(i).update(s).digest(),n=e(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=s=>e(s),Object.assign(r,t),Object.freeze(r)}function vv(e,t=!1){return t?{h:Number(e&Ri),l:Number(e>>Ff&Ri)}:{h:Number(e>>Ff&Ri)|0,l:Number(e&Ri)|0}}function wv(e,t=!1){let r=e.length,n=new Uint32Array(r),s=new Uint32Array(r);for(let i=0;i<r;i++){let{h:o,l:a}=vv(e[i],t);[n[i],s[i]]=[o,a]}return[n,s]}function Mt(e,t,r,n){let s=(t>>>0)+(n>>>0);return{h:e+r+(s/2**32|0)|0,l:s|0}}function tp(e){return cv(e)}function rp(e,t){return dv(t,e)}function Ov(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function Nv(e){let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}function Lv(e){return Ov(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}function Uv(e){let t=e.length%4===0?0:4-e.length%4,r=e.replace(/-/g,"+").replace(/_/g,"/")+"=".repeat(t);return Nv(r)}function $v(e){if(e.kty!=="OKP"||e.crv!=="Ed25519")throw new Error("not an Ed25519 OKP JWK")}function sp(e){return{kty:"OKP",crv:"Ed25519",x:Lv(e)}}function ip(e){if($v(e),!e.d)throw new Error("Ed25519 JWK has no private component (d)");return Uv(e.d)}var Hf,Oi,Mi,Pf,Mf,Fa,Ba,X0,Wa,Z0,pe,J0,Q0,ev,ar,Ui,Ya,Vf,za,Pt,Of,Xa,Kf,tv,os,rv,Ni,jr,X,Nf,A,Gf,Wf,nv,sv,ja,Ha,as,Vr,Hr,Yf,zf,dt,iv,Lf,ov,Va,Za,av,Xf,cv,lv,uv,dv,Ja,Zf,Li,fv,Jf,Ka,pv,Uf,$f,mv,_v,bv,be,Ri,Ff,Bf,jf,vn,wn,Ii,Pi,Sv,xv,Tv,Ev,kv,Av,ep,Cv,Rv,ir,or,Iv,Pv,Mv,qf,ok,np,ak,ck,lk,uk,Qa=Fe(()=>{"use strict";Hf=Object.freeze({p:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffedn,n:0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3edn,h:8n,a:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecn,d:0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3n,Gx:0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51an,Gy:0x6666666666666666666666666666666666666666666666666666666666666658n}),{p:Oi,n:Mi,Gx:Pf,Gy:Mf,a:Fa,d:Ba,h:X0}=Hf,Wa=32,Z0=(...e)=>{"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(...e)},pe=(e="")=>{let t=new Error(e);throw Z0(t,pe),t},J0=e=>typeof e=="bigint",Q0=e=>typeof e=="string",ev=e=>e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1,ar=(e,t,r="")=>{let n=ev(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e},Ui=e=>new Uint8Array(e),Ya=e=>Uint8Array.from(e),Vf=(e,t)=>e.toString(16).padStart(t,"0"),za=e=>Array.from(ar(e)).map(t=>Vf(t,2)).join(""),Pt={_0:48,_9:57,A:65,F:70,a:97,f:102},Of=e=>{if(e>=Pt._0&&e<=Pt._9)return e-Pt._0;if(e>=Pt.A&&e<=Pt.F)return e-(Pt.A-10);if(e>=Pt.a&&e<=Pt.f)return e-(Pt.a-10)},Xa=e=>{let t="hex invalid";if(!Q0(e))return pe(t);let r=e.length,n=r/2;if(r%2)return pe(t);let s=Ui(n);for(let i=0,o=0;i<n;i++,o+=2){let a=Of(e.charCodeAt(o)),c=Of(e.charCodeAt(o+1));if(a===void 0||c===void 0)return pe(t);s[i]=a*16+c}return s},Kf=()=>globalThis?.crypto,tv=()=>Kf()?.subtle??pe("crypto.subtle must be defined, consider polyfill"),os=(...e)=>{let t=0;for(let s of e)t+=ar(s).length;let r=Ui(t),n=0;return e.forEach(s=>{r.set(s,n),n+=s.length}),r},rv=(e=Wa)=>Kf().getRandomValues(Ui(e)),Ni=BigInt,jr=(e,t,r,n="bad number: out of range")=>{if(!J0(e))throw new TypeError(n);if(t<=e&&e<r)return e;throw new RangeError(n)},X=(e,t=Oi)=>{let r=e%t;return r>=0n?r:t+r},Nf=(1n<<255n)-1n,A=e=>{e<0n&&pe("negative coordinate");let t=(e>>255n)*19n+(e&Nf);return t=(t>>255n)*19n+(t&Nf),t%Oi},Gf=e=>X(e,Mi),Wf=(e,t)=>{(e===0n||t<=0n)&&pe("no inverse n="+e+" mod="+t);let r=X(e,t),n=t,s=0n,i=1n,o=1n,a=0n;for(;r!==0n;){let c=n/r,u=n%r,l=s-o*c,d=i-a*c;n=r,r=u,s=o,i=a,o=l,a=d}return n===1n?X(s,t):pe("no inverse")},nv=e=>{let t=Zf[e];return typeof t!="function"&&pe("hashes."+e+" not set"),t},sv=e=>ar(e,64,"digest"),ja=e=>e instanceof as?e:pe("Point expected"),Ha=2n**256n,as=class qr{static BASE;static ZERO;X;Y;Z;T;constructor(t,r,n,s){let i=Ha;this.X=jr(t,0n,i),this.Y=jr(r,0n,i),this.Z=jr(n,1n,i),this.T=jr(s,0n,i),Object.freeze(this)}static CURVE(){return Hf}static fromAffine(t){return new qr(t.x,t.y,1n,A(t.x*t.y))}static fromBytes(t,r=!1){let n=Ba,s=Ya(ar(t,Wa)),i=t[31];s[31]=i&-129;let o=zf(s);jr(o,0n,r?Ha:Oi);let c=A(o*o),u=X(c-1n),l=A(n*c+1n),{isValid:d,value:p}=ov(u,l);d||pe("bad point: y not sqrt");let m=(p&1n)===1n,f=(i&128)!==0;return!r&&p===0n&&f&&pe("bad point: x==0, isLastByteOdd"),f!==m&&(p=X(-p)),new qr(p,o,1n,A(p*o))}static fromHex(t,r){return qr.fromBytes(Xa(t),r)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}assertValidity(){let t=Fa,r=Ba,n=this;if(n.is0())return pe("bad point: ZERO");let{X:s,Y:i,Z:o,T:a}=n,c=A(s*s),u=A(i*i),l=A(o*o),d=A(l*l),p=A(c*t),m=A(l*(p+u)),f=X(d+A(r*A(c*u)));if(m!==f)return pe("bad point: equation left != right (1)");let _=A(s*i),S=A(o*a);return _!==S?pe("bad point: equation left != right (2)"):this}equals(t){let{X:r,Y:n,Z:s}=this,{X:i,Y:o,Z:a}=ja(t),c=A(r*a),u=A(i*s),l=A(n*a),d=A(o*s);return c===u&&l===d}is0(){return this.equals(Hr)}negate(){return new qr(X(-this.X),this.Y,this.Z,X(-this.T))}double(){let{X:t,Y:r,Z:n}=this,s=Fa,i=A(t*t),o=A(r*r),a=A(2n*n*n),c=A(s*i),u=X(t+r),l=X(A(u*u)-i-o),d=X(c+o),p=X(d-a),m=X(c-o),f=A(l*p),_=A(d*m),S=A(l*m),I=A(p*d);return new qr(f,_,I,S)}add(t){let{X:r,Y:n,Z:s,T:i}=this,{X:o,Y:a,Z:c,T:u}=ja(t),l=Fa,d=Ba,p=A(r*o),m=A(n*a),f=A(A(i*d)*u),_=A(s*c),S=X(A(X(r+n)*X(o+a))-p-m),I=X(_-f),b=X(_+f),P=X(m-A(l*p)),M=A(S*I),q=A(b*P),B=A(S*P),y=A(I*b);return new qr(M,q,y,B)}subtract(t){return this.add(ja(t).negate())}multiply(t,r=!0){if(!r&&t===0n||(jr(t,1n,Mi),!r&&this.is0()))return Hr;if(t===1n)return this;if(this.equals(Vr))return mv(t).p;let n=Hr,s=Vr;for(let i=this;t>0n;i=i.double(),t>>=1n)t&1n?n=n.add(i):r&&(s=s.add(i));return n}multiplyUnsafe(t){return this.multiply(t,!1)}toAffine(){let{X:t,Y:r,Z:n}=this;if(this.equals(Hr))return{x:0n,y:1n};let s=Wf(n,Oi);A(n*s)!==1n&&pe("invalid inverse");let i=A(t*s),o=A(r*s);return{x:i,y:o}}toBytes(){let{x:t,y:r}=this.toAffine(),n=Yf(r);return n[31]|=t&1n?128:0,n}toHex(){return za(this.toBytes())}clearCofactor(){return this.multiply(Ni(X0),!1)}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){let t=this.multiply(Mi/2n,!1).double();return Mi%2n&&(t=t.add(this)),t.is0()}},Vr=new as(Pf,Mf,1n,X(Pf*Mf)),Hr=new as(0n,1n,1n,0n);as.BASE=Vr;as.ZERO=Hr;Yf=e=>Xa(Vf(jr(e,0n,Ha),64)).reverse(),zf=e=>Ni("0x"+za(Ya(ar(e)).reverse())),dt=(e,t)=>{let r=e;for(;t-- >0n;)r=A(r*r);return r},iv=e=>{let t=A(e*e),r=A(t*e),n=A(dt(r,2n)*r),s=A(dt(n,1n)*e),i=A(dt(s,5n)*s),o=A(dt(i,10n)*i),a=A(dt(o,20n)*o),c=A(dt(a,40n)*a),u=A(dt(c,80n)*c),l=A(dt(u,80n)*c),d=A(dt(l,10n)*i);return{pow_p_5_8:A(dt(d,2n)*e),b2:r}},Lf=0x2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0n,ov=(e,t)=>{let r=A(t*A(t*t)),n=A(A(r*r)*t),s=iv(A(e*n)).pow_p_5_8,i=A(e*A(r*s)),o=A(t*A(i*i)),a=i,c=A(i*Lf),u=o===e,l=o===X(-e),d=o===X(-e*Lf);return u&&(i=a),(l||d)&&(i=c),(X(i)&1n)===1n&&(i=X(-i)),{isValid:u||l,value:i}},Va=e=>Gf(zf(e)),Za=(...e)=>sv(nv("sha512")(os(...e))),av=e=>{let t=Ya(e),r=t.slice(0,32);r[0]&=248,r[31]&=127,r[31]|=64;let n=t.slice(32,64),s=Va(r),i=Vr.multiply(s),o=i.toBytes();return{head:r,prefix:n,scalar:s,point:i,pointBytes:o}},Xf=e=>av(Za(ar(e,Wa))),cv=e=>Xf(e).pointBytes,lv=e=>e.finish(Za(e.hashable)),uv=(e,t,r)=>{let{pointBytes:n,scalar:s}=e,i=Va(t),o=Vr.multiply(i).toBytes();return{hashable:os(o,n,r),finish:u=>{let l=Gf(i+Va(u)*s);return ar(os(o,Yf(l)),64)}}},dv=(e,t)=>{let r=ar(e),n=Xf(t),s=Za(n.prefix,r);return lv(uv(n,s,r))},Ja=Object.freeze({bytesToHex:za,hexToBytes:Xa,concatBytes:os,mod:X,invert:Wf,randomBytes:rv}),Zf={sha512Async:async e=>{let t=tv(),r=os(e);return Ui(await t.digest("SHA-512",r.buffer))},sha512:void 0},Li=8,fv=256,Jf=Math.ceil(fv/Li)+1,Ka=2**(Li-1),pv=()=>{let e=[],t=Vr,r=t;for(let n=0;n<Jf;n++){r=t,e.push(r);for(let s=1;s<Ka;s++)r=r.add(t),e.push(r);t=r.double()}return e},Uf=void 0,$f=(e,t)=>{let r=t.negate();return e?r:t},mv=e=>{let t=Uf||(Uf=pv()),r=Hr,n=Vr,s=2**Li,i=s,o=Ni(s-1),a=Ni(Li);for(let c=0;c<Jf;c++){let u=Number(e&o);e>>=a,u>Ka&&(u-=i,e+=1n);let l=c*Ka,d=l,p=l+Math.abs(u)-1,m=c%2!==0,f=u<0;u===0?n=n.add($f(m,t[d])):r=r.add($f(f,t[p]))}return e!==0n&&pe("invalid wnaf"),{p:r,f:n}};_v=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])}),bv=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=qa(this.buffer)}update(e){Df(this),Qf(e);let{view:t,buffer:r,blockLen:n}=this,s=e.length;for(let i=0;i<s;){let o=Math.min(n-this.pos,s-i);if(o===n){let a=qa(e);for(;n<=s-i;i+=n)this.process(a,i);continue}r.set(e.subarray(i,i+o),this.pos),this.pos+=o,i+=o,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Df(this),hv(e,this),this.finished=!0;let{buffer:t,view:r,blockLen:n,isLE:s}=this,{pos:i}=this;t[i++]=128,Ga(this.buffer.subarray(i)),this.padOffset>n-i&&(this.process(r,0),i=0);for(let l=i;l<n;l++)t[l]=0;r.setBigUint64(n-8,BigInt(this.length*8),s),this.process(r,0);let o=qa(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let c=a/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<c;l++)o.setUint32(4*l,u[l],s)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:r,length:n,finished:s,destroyed:i,pos:o}=this;return e.destroyed=i,e.finished=s,e.length=n,e.pos=o,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}},be=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),Ri=BigInt(2**32-1),Ff=BigInt(32);Bf=(e,t,r)=>e>>>r,jf=(e,t,r)=>e<<32-r|t>>>r,vn=(e,t,r)=>e>>>r|t<<32-r,wn=(e,t,r)=>e<<32-r|t>>>r,Ii=(e,t,r)=>e<<64-r|t>>>r-32,Pi=(e,t,r)=>e>>>r-32|t<<64-r;Sv=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),xv=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,Tv=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),Ev=(e,t,r,n,s)=>t+r+n+s+(e/2**32|0)|0,kv=(e,t,r,n,s)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(s>>>0),Av=(e,t,r,n,s,i)=>t+r+n+s+i+(e/2**32|0)|0,ep=wv(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),Cv=ep[0],Rv=ep[1],ir=new Uint32Array(80),or=new Uint32Array(80),Iv=class extends bv{constructor(e){super(128,e,16,!1)}get(){let{Ah:e,Al:t,Bh:r,Bl:n,Ch:s,Cl:i,Dh:o,Dl:a,Eh:c,El:u,Fh:l,Fl:d,Gh:p,Gl:m,Hh:f,Hl:_}=this;return[e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_]}set(e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_){this.Ah=e|0,this.Al=t|0,this.Bh=r|0,this.Bl=n|0,this.Ch=s|0,this.Cl=i|0,this.Dh=o|0,this.Dl=a|0,this.Eh=c|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=p|0,this.Gl=m|0,this.Hh=f|0,this.Hl=_|0}process(e,t){for(let b=0;b<16;b++,t+=4)ir[b]=e.getUint32(t),or[b]=e.getUint32(t+=4);for(let b=16;b<80;b++){let P=ir[b-15]|0,M=or[b-15]|0,q=vn(P,M,1)^vn(P,M,8)^Bf(P,M,7),B=wn(P,M,1)^wn(P,M,8)^jf(P,M,7),y=ir[b-2]|0,w=or[b-2]|0,V=vn(y,w,19)^Ii(y,w,61)^Bf(y,w,6),ee=wn(y,w,19)^Pi(y,w,61)^jf(y,w,6),H=Tv(B,ee,or[b-7],or[b-16]),ce=Ev(H,q,V,ir[b-7],ir[b-16]);ir[b]=ce|0,or[b]=H|0}let{Ah:r,Al:n,Bh:s,Bl:i,Ch:o,Cl:a,Dh:c,Dl:u,Eh:l,El:d,Fh:p,Fl:m,Gh:f,Gl:_,Hh:S,Hl:I}=this;for(let b=0;b<80;b++){let P=vn(l,d,14)^vn(l,d,18)^Ii(l,d,41),M=wn(l,d,14)^wn(l,d,18)^Pi(l,d,41),q=l&p^~l&f,B=d&m^~d&_,y=kv(I,M,B,Rv[b],or[b]),w=Av(y,S,P,q,Cv[b],ir[b]),V=y|0,ee=vn(r,n,28)^Ii(r,n,34)^Ii(r,n,39),H=wn(r,n,28)^Pi(r,n,34)^Pi(r,n,39),ce=r&s^r&o^s&o,Y=n&i^n&a^i&a;S=f|0,I=_|0,f=p|0,_=m|0,p=l|0,m=d|0,{h:l,l:d}=Mt(c|0,u|0,w|0,V|0),c=o|0,u=a|0,o=s|0,a=i|0,s=r|0,i=n|0;let K=Sv(V,H,Y);r=xv(K,w,ee,ce),n=K|0}({h:r,l:n}=Mt(this.Ah|0,this.Al|0,r|0,n|0)),{h:s,l:i}=Mt(this.Bh|0,this.Bl|0,s|0,i|0),{h:o,l:a}=Mt(this.Ch|0,this.Cl|0,o|0,a|0),{h:c,l:u}=Mt(this.Dh|0,this.Dl|0,c|0,u|0),{h:l,l:d}=Mt(this.Eh|0,this.El|0,l|0,d|0),{h:p,l:m}=Mt(this.Fh|0,this.Fl|0,p|0,m|0),{h:f,l:_}=Mt(this.Gh|0,this.Gl|0,f|0,_|0),{h:S,l:I}=Mt(this.Hh|0,this.Hl|0,S|0,I|0),this.set(r,n,s,i,o,a,c,u,l,d,p,m,f,_,S,I)}roundClean(){Ga(ir,or)}destroy(){this.destroyed=!0,Ga(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},Pv=class extends Iv{Ah=be[0]|0;Al=be[1]|0;Bh=be[2]|0;Bl=be[3]|0;Ch=be[4]|0;Cl=be[5]|0;Dh=be[6]|0;Dl=be[7]|0;Eh=be[8]|0;El=be[9]|0;Fh=be[10]|0;Fl=be[11]|0;Gh=be[12]|0;Gl=be[13]|0;Hh=be[14]|0;Hl=be[15]|0;constructor(){super(64)}},Mv=yv(()=>new Pv,_v(3)),qf=Zf;qf.sha512||(qf.sha512=e=>Mv(e));ok=Ja.bytesToHex,np=Ja.hexToBytes,ak=Ja.concatBytes;ck=new TextEncoder;lk=np("302e020100300506032b657004220420"),uk=np("302a300506032b6570032100");});var dp={};Pn(dp,{CardRequiredError:()=>Kr,buildIssuanceRequest:()=>up,enrollCardUrl:()=>$i,jkt:()=>cp,proofPayload:()=>lp,readSeed:()=>Di,requestVisaBinding:()=>ec});function cp(e){let t=JSON.stringify({crv:e.crv,kty:e.kty,x:e.x});return op.createHash("sha256").update(t,"utf8").digest("base64url")}function lp(e,t,r){return`visa-agent-binding:v1:${e}:${t}:${r}`}function up(e,t,r="visa",n=Math.floor(Date.now()/1e3)){let s=sp(tp(e)),i=Buffer.from(lp(t,cp(s),n),"utf8"),o=Buffer.from(rp(e,i)).toString("base64url");return{name:t,mesh:r,agent_pubkey:s,proof:{ts:n,sig:o}}}function $i(e){try{return new URL("/enroll-card",e).toString()}catch{return"https://auth.visacli.sh/enroll-card"}}async function ec(e){let t=up(e.seed,e.name,e.mesh??"visa",e.nowSec),r=e.fetchImpl??fetch,n=`${e.authUrl.replace(/\/+$/,"")}/v2/harness/agents`,s=await r(n,{method:"POST",headers:{"content-type":"application/json","x-api-key":e.apiKey},body:JSON.stringify(t)});if(!s.ok){let i="",o="";try{let a=await s.json();i=a?.error??"",o=a?.error_code??""}catch{}throw s.status===403&&(o==="ACCOUNT_NOT_APPROVED"||/no card/i.test(i))?new Kr("No card on file \u2014 enroll a card to register on the trusted .visa mesh.",$i(e.authUrl),"no_card"):new Error(`Visa binding issuance failed (${s.status})${i?`: ${i}`:""}`)}return await s.json()}function Di(e){return new Uint8Array(ap.readFileSync(e))}var op,ap,Kr,tc=Fe(()=>{"use strict";op=U(require("crypto")),ap=U(require("fs"));Qa();Kr=class extends Error{enrollUrl;reason;constructor(t,r,n){super(t),this.name="CardRequiredError",this.enrollUrl=r,this.reason=n}}});var cc={};Pn(cc,{SUBWAY_PROTOCOL:()=>Sp,registerDirect:()=>Xv,resolveDirect:()=>Zv});function sc(e,t){let r=typeof t=="bigint"?t:BigInt(t);for(;r>0x7fn;)e.push(Number(r&0x7fn|0x80n)),r>>=7n;e.push(Number(r))}function Ue(e,t){let r=0n,n=0n,s=t;for(;;){let i=e[s++];if(r|=BigInt(i&127)<<n,(i&128)===0)break;n+=7n}return[r,s]}function ic(e,t){return e<<3|t}function cs(e,t,r){e.push(ic(t,2)),sc(e,r.length);for(let n of r)e.push(n)}function Dv(e,t){let r=[];return cs(r,1,nc.encode(e)),t&&t.length>0&&cs(r,2,nc.encode(t)),Uint8Array.from(r)}function Fv(e,t,r){let n=[];return r!==0n&&(n.push(ic(1,0)),sc(n,r)),cs(n,2,Dv(e,t)),Uint8Array.from(n)}function Bv(e){let t=[];return cs(t,1,nc.encode(e)),Uint8Array.from(t)}function jv(e,t){let r=[];return t!==0n&&(r.push(ic(1,0)),sc(r,t)),cs(r,3,Bv(e)),Uint8Array.from(r)}function qv(e){let t=0,r={success:!1,error:""};for(;t<e.length;){let[n,s]=Ue(e,t);t=s;let i=Number(n)>>3,o=Number(n)&7;if(i===1&&o===0){let[a,c]=Ue(e,t);t=c,r.success=a!==0n}else if(i===2&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.error=vp.decode(e.subarray(u,l)),t=l}else t=oc(e,t,o)}return r}function Hv(e){let t=0,r={peerId:new Uint8Array(0),error:""};for(;t<e.length;){let[n,s]=Ue(e,t);t=s;let i=Number(n)>>3,o=Number(n)&7;if(i===1&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.peerId=e.subarray(u,l),t=l}else if(i===2&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.error=vp.decode(e.subarray(u,l)),t=l}else t=oc(e,t,o)}return r}function oc(e,t,r){if(r===0)return Ue(e,t)[1];if(r===2){let[n,s]=Ue(e,t);return s+Number(n)}if(r===5)return t+4;if(r===1)return t+8;throw new Error(`unsupported wire type ${r}`)}function wp(e){let t=0,r={requestId:0n};for(;t<e.length;){let[n,s]=Ue(e,t);t=s;let i=Number(n)>>3,o=Number(n)&7;if(i===1&&o===0){let[a,c]=Ue(e,t);t=c,r.requestId=a}else if(i===13&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.registerNameResponse=qv(e.subarray(u,l)),t=l}else if(i===14&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.resolveNameResponse=Hv(e.subarray(u,l)),t=l}else t=oc(e,t,o)}return r}function Vv(e){let t=new Uint8Array(4+e.length);return new DataView(t.buffer).setUint32(0,e.length,!1),t.set(e,4),t}function ac(e){return new DataView(e.buffer,e.byteOffset,4).getUint32(0,!1)}function Kv(e){if(e.length<4)return{success:!1,error:"short reply (no length prefix)"};let t=ac(e.subarray(0,4));return e.length<4+t?{success:!1,error:`truncated frame (have ${e.length-4}, need ${t})`}:wp(e.subarray(4,4+t)).registerNameResponse??{success:!1,error:"reply carried no register_name_response"}}function Gv(e){if(e.length<4)return{peerId:new Uint8Array(0),error:"short reply (no length prefix)"};let t=ac(e.subarray(0,4));return e.length<4+t?{peerId:new Uint8Array(0),error:`truncated frame (have ${e.length-4}, need ${t})`}:wp(e.subarray(4,4+t)).resolveNameResponse??{peerId:new Uint8Array(0),error:"reply carried no resolve_name_response"}}function rc(e){let t=e.reduce((s,i)=>s+i.length,0),r=new Uint8Array(t),n=0;for(let s of e)r.set(s,n),n+=s.length;return r}async function zv(e){let t=[],r=0,n=-1;for await(let s of e){let i=s instanceof Uint8Array?s:s.subarray();if(t.push(i),r+=i.length,r>fp)throw new Error("subway: reply exceeded max size");if(n<0&&r>=4&&(n=4+ac(rc(t).subarray(0,4)),n>fp))throw new Error("subway: declared frame exceeds max size");if(n>=0&&r>=n)return rc(t).subarray(0,n)}return rc(t)}async function xp(e){return(0,pp.createLibp2p)({...e?{privateKey:await(0,yp.generateKeyPairFromSeed)("Ed25519",e)}:{},transports:[(0,mp.tcp)()],connectionEncrypters:[(0,gp.noise)()],streamMuxers:[(0,hp.yamux)()],connectionGater:{denyDialMultiaddr:async()=>!1}})}async function Tp(e,t,r){let n=await e.dialProtocol((0,_p.multiaddr)(t),Sp,{signal:AbortSignal.timeout(Wv)});n.send(Vv(r));let s;return Promise.race([zv(n),new Promise((i,o)=>{s=setTimeout(()=>o(new Error("subway: request timed out")),Yv)})]).finally(()=>clearTimeout(s))}async function Xv(e){let t=await xp(e.seed);try{let r=await Tp(t,e.relayMultiaddr,Fv(e.name,e.binding,e.requestId??1n)),n=Kv(r);return{success:n.success,error:n.error,peerId:t.peerId.toString()}}finally{await t.stop()}}async function Zv(e){let t=await xp(e.seed);try{let r=await Tp(t,e.relayMultiaddr,jv(e.name,e.requestId??1n)),n=Gv(r);return n.peerId.length===0?{found:!1,peerId:"",error:n.error||"name not found"}:{found:!0,peerId:(0,bp.toString)(n.peerId,"base58btc"),error:""}}finally{await t.stop()}}var pp,mp,gp,hp,yp,_p,bp,nc,vp,Sp,Wv,Yv,fp,lc=Fe(()=>{"use strict";ha();pp=require("libp2p"),mp=require("@libp2p/tcp"),gp=require("@chainsafe/libp2p-noise"),hp=require("@chainsafe/libp2p-yamux"),yp=require("@libp2p/crypto/keys"),_p=require("@multiformats/multiaddr"),bp=require("uint8arrays/to-string"),nc=new TextEncoder,vp=new TextDecoder;Sp="/subway/p2p/1.0.0",Wv=15e3,Yv=15e3,fp=1<<20});var us={};Pn(us,{MESH:()=>Ce,RELAY_URL:()=>mc,connectOrThrow:()=>qi,ensureMailbox:()=>bc,isSubwayEnabled:()=>gc,listRegistered:()=>nw,loadBindingFor:()=>_c,loadRegistry:()=>Gr,makeClient:()=>ji,maybeMintVisaBinding:()=>Ap,meshName:()=>We,readInbox:()=>iw,registerName:()=>ew,resolveActingName:()=>Qv,resolveMeshName:()=>tw,seedSubwayKeyFromTapAgent:()=>kp,sendMessage:()=>rw,sendVia:()=>ow,subwayKeyPath:()=>Bi});function We(e){return e.includes(".")?e:`${e}.${Ce}`}function gc(e){if(process.env.VISA_DEV==="1")return!0;let t=e??"0.0.0";return t==="0.0.0"||t.startsWith("0.0.")?!0:/-rc\.|-beta\./.test(t)}function yc(){se.mkdirSync(hc,{recursive:!0,mode:448})}function Jv(e){return e.replace(/[^a-zA-Z0-9_.-]/g,"_")}function Bi(e){return Sn.join(hc,`${Jv(e)}.key`)}function Gr(){if(!se.existsSync(pc))return{};try{return JSON.parse(se.readFileSync(pc,"utf8"))}catch{return{}}}function dc(e){yc(),se.writeFileSync(pc,JSON.stringify(e,null,2),{mode:384})}function fc(){try{return ls.userInfo().username}catch{return"local"}}function kp(e){if(se.existsSync(e)||!se.existsSync(uc))return null;let t=se.readdirSync(uc).filter(n=>n.endsWith(".json"));if(t.length===0)return null;let r=t.map(n=>Sn.join(uc,n)).sort((n,s)=>se.statSync(s).mtimeMs-se.statSync(n).mtimeMs)[0];try{let n=JSON.parse(se.readFileSync(r,"utf8"));if(!n.private_key_jwk)return null;let s=ip(n.private_key_jwk);return yc(),se.writeFileSync(e,Buffer.from(s),{mode:384}),n.agent_id??null}catch{return null}}function ji(e,t={}){return new Rf({name:We(e),url:mc,keyPath:Bi(e),autoReconnect:t.autoReconnect??!1,binding:t.binding})}function _c(e){if(Ce!=="visa")return;let t=Gr()[e];if(t?.binding&&!(t.bindingExpiresAt&&Date.parse(t.bindingExpiresAt)<=Date.now()))return t.binding}async function qi(e,t=15e3){await Promise.race([e.connect(),new Promise((r,n)=>setTimeout(()=>n(new Error(`Subway relay connect timed out after ${t}ms (${mc})`)),t))])}function Qv(e){if(e)return e;let t=Object.keys(Gr());if(t.length===1)return t[0];throw t.length===0?new Error("No Subway names registered yet. Run `visa register <name>` first."):new Error(`Multiple names registered (${t.join(", ")}). Pass --as <name>.`)}async function Ap(e){if(Ce!=="visa")return null;let t=process.env.VISA_CLI_API_KEY?.trim();if(!t)throw new Kr("No Visa Key configured \u2014 set VISA_CLI_API_KEY (a Visa Key with a card on file) to register on the trusted .visa mesh.",$i(le()),"no_key");try{return await ec({authUrl:le(),apiKey:t,seed:Di(Bi(e)),name:We(e)})}catch(r){if(r instanceof Kr)throw r;return console.warn(`[subway] Visa binding not minted: ${r instanceof Error?r.message:String(r)}`),null}}async function ew(e){let t=Bi(e),r=kp(t),n=We(e);Ce==="visa"&&!se.existsSync(t)&&(yc(),se.writeFileSync(t,(0,Ep.randomBytes)(32),{mode:384}));let s=await Ap(e),i=s?{binding:s.binding,bindingExpiresAt:new Date(Date.now()+s.expires_in*1e3).toISOString()}:{},o=process.env.SUBWAY_RELAY_MULTIADDR;if(Ce==="visa"&&o){let{registerDirect:c}=await Promise.resolve().then(()=>(lc(),cc)),u=await c({relayMultiaddr:o,seed:Di(t),name:n,binding:s?.binding});if(!u.success)throw new Error(`.visa relay admission failed: ${u.error||"unknown"}`);let l=Gr();return l[e]={relayName:n,mesh:Ce,peerId:u.peerId,owner:fc(),tapAgentId:r,registeredAt:new Date().toISOString(),...i},dc(l),{relayName:n,mesh:Ce,peerId:u.peerId,tapAgentId:r,...s?{binding:s.binding}:{}}}if(Ce==="visa"&&!process.env.SUBWAY_RELAY){let c=Gr();return c[e]={relayName:n,mesh:Ce,peerId:null,owner:fc(),tapAgentId:r,registeredAt:new Date().toISOString(),...i},dc(c),{relayName:n,mesh:Ce,peerId:null,tapAgentId:r,...s?{binding:s.binding}:{},note:s?"Visa binding minted; relay admission pending a .visa relay (set SUBWAY_RELAY).":"No Visa binding minted; set VISA_CLI_API_KEY (card on file) and SUBWAY_RELAY for a .visa relay."}}let a=ji(e,{autoReconnect:!1,binding:s?.binding});try{await qi(a);let c=Gr();return c[e]={relayName:n,mesh:Ce,peerId:a.peerId,owner:fc(),tapAgentId:r,registeredAt:new Date().toISOString(),...i},dc(c),{relayName:n,mesh:Ce,peerId:a.peerId,tapAgentId:r,...s?{binding:s.binding}:{}}}finally{a.disconnect()}}async function tw(e){let t=We(e),r=process.env.SUBWAY_RELAY_MULTIADDR;if(Ce==="visa"&&r){let{resolveDirect:n}=await Promise.resolve().then(()=>(lc(),cc)),s=await n({relayMultiaddr:r,name:t});return{relayName:t,found:s.found,peerId:s.peerId,error:s.error}}throw new Error("subway find needs the .visa mesh with a dedicated relay \u2014 set SUBWAY_MESH=visa and SUBWAY_RELAY_MULTIADDR.")}async function rw(e,t,r){let n=ji(e,{autoReconnect:!1,binding:_c(e)});try{await qi(n);let s=We(t);return await n.sendSigned(s,"chat",r),{to:s,as:We(e)}}finally{n.disconnect()}}function nw(){let e=Gr();return Object.entries(e).map(([t,r])=>({name:t,...r}))}async function bc(e){let t=Fi.get(e);if(t)return{relayName:We(e),peerId:t.client.peerId};let r=ji(e,{autoReconnect:!0,binding:_c(e)}),n=[];return r.onMessage(s=>{n.push({from:s.fromName,text:s.payload,ts:s.timestampMs,verified:!!s.verified}),n.length>sw&&n.shift()}),Fi.set(e,{client:r,buffer:n}),await qi(r),{relayName:We(e),peerId:r.peerId}}async function iw(e,t=20,r=!1){await bc(e);let n=Fi.get(e);if(!n)return[];let s=n.buffer.slice(-t);return r&&(n.buffer.length=0),s}async function ow(e,t,r){await bc(e);let n=Fi.get(e);if(!n)throw new Error(`mailbox for ${e} unavailable`);let s=We(t);return await n.client.sendSigned(s,"chat",r),{to:s,as:We(e)}}var se,ls,Sn,Ep,Ce,mc,hc,pc,uc,Fi,sw,xn=Fe(()=>{"use strict";If();Qa();se=U(require("fs")),ls=U(require("os")),Sn=U(require("path")),Ep=require("crypto");je();tc();Ce=process.env.SUBWAY_MESH??"relay",mc=process.env.SUBWAY_RELAY??"wss://relay.subway.dev/ws";hc=Sn.join(ls.homedir(),".visa-cli","subway"),pc=Sn.join(hc,"registry.json"),uc=Sn.join(ls.homedir(),".visa-cli","agents");Fi=new Map,sw=200});var so={};Pn(so,{initSentry:()=>Px,isSentryConfigured:()=>Ix,reportFatal:()=>Mx});function Ix(){return!1}async function Px(){return null}async function Mx(e,t){process.exit(t?.exitCode??1)}var io=Fe(()=>{});var qm=require("@modelcontextprotocol/sdk/server/index.js"),Hm=require("@modelcontextprotocol/sdk/server/stdio.js"),mt=require("@modelcontextprotocol/sdk/types.js");async function we(e,t){let r=t?.timeoutMs??3e4,n=new AbortController,s=setTimeout(()=>n.abort(),r);try{let{timeoutMs:i,...o}=t??{};return await fetch(e,{...o,signal:n.signal})}finally{clearTimeout(s)}}var Es=class extends Error{code="ATTESTATION_KEY_DRIFT";hint;constructor(t,r){super(t),this.name="AttestationDriftError",this.hint=r}},Xr=class extends Error{code;budgetId;status;constructor(t,r,n={}){super(t),this.name="SessionInvalidError",this.code=r,this.budgetId=n.budgetId,this.status=n.status}},gt=class extends Error{code="SESSION_LOCK_CONTENDED";retryAfterSecs;status;constructor(t,r=1,n){super(t),this.name="SessionLockContendedError",this.retryAfterSecs=r,this.status=n}},Je=class extends Error{code="PARENTLESS_NOT_ENABLED";status;serverErrorCode;constructor(t,r={}){super(t),this.name="ParentlessNotEnabledError",this.status=r.status,this.serverErrorCode=r.serverErrorCode}},re=class extends Error{retryable;code;reason;paymentErrorClass;correlationId;transactionId;retryAfter;constructor(t,r,n,s,i,o,a,c){super(t),this.name="CardDeclinedError",this.retryable=r,this.code=n,this.reason=s,this.paymentErrorClass=i,this.correlationId=o,this.transactionId=a,this.retryAfter=c}},Ut=class extends Error{code;transactionId;retryable;reconciliationRequired;constructor(t,r,n={}){super(t),this.name="TopupAmbiguousError",this.code=r,this.transactionId=n.transactionId,this.retryable=n.retryable??!1,this.reconciliationRequired=n.reconciliationRequired??!0}};var qc={ENOTFOUND:"Cannot resolve the Visa CLI server hostname (DNS error). Check your internet connection or the auth.serverUrl setting.",EAI_AGAIN:"DNS lookup for the Visa CLI server failed temporarily. Check your internet connection and try again.",ECONNREFUSED:"The Visa CLI server refused the connection. The service may be down \u2014 check https://visacli.sh for status.",ECONNRESET:"The connection to the Visa CLI server was reset mid-request. Try again in a moment.",EHOSTUNREACH:"The Visa CLI server is unreachable from this network. Check your internet connection.",ETIMEDOUT:"The connection to the Visa CLI server timed out. Try again or check https://visacli.sh for status.",CERT_HAS_EXPIRED:"The Visa CLI server's TLS certificate is expired. Check https://visacli.sh for status; do not bypass the cert.",UND_ERR_CONNECT_TIMEOUT:"The connection to the Visa CLI server timed out before it could be established. Try again in a moment.",UND_ERR_SOCKET:"The connection to the Visa CLI server was interrupted. Try again in a moment."};function Zr(e){let t=e&&typeof e=="object"?e:{};if(t.name==="AbortError"||typeof t.message=="string"&&t.message.includes("aborted"))return"The request timed out. The server may be under heavy load. Please try again.";let r=(t.cause&&typeof t.cause=="object"?t.cause.code:void 0)??(typeof t.code=="string"?t.code:void 0);return r&&qc[r]?qc[r]:`Network error contacting the Visa CLI server (${r?`${r}: ${typeof t.message=="string"?t.message:"unknown"}`:typeof t.message=="string"&&t.message.length>0?t.message:"unknown error"}). Check https://visacli.sh for status.`}xe();var rg=/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/;function Kc(e,t){let r=Vc(e),n=Vc(t);if(!r||!n)return!1;for(let s=0;s<3;s++)if(r.main[s]!==n.main[s])return r.main[s]>n.main[s];return r.pre&&!n.pre?!1:!r.pre&&n.pre?!0:!r.pre&&!n.pre?!1:ng(r.pre,n.pre)>0}function Vc(e){if(typeof e!="string")return null;let r=e.trim().replace(/^v/,"").match(rg);return r?{main:[Number(r[1]),Number(r[2]),Number(r[3])],pre:r[4]??null}:null}function ng(e,t){let r=e.split("."),n=t.split("."),s=Math.max(r.length,n.length);for(let i=0;i<s;i++){if(i>=r.length)return-1;if(i>=n.length)return 1;let o=r[i],a=n[i],c=/^\d+$/.test(o),u=/^\d+$/.test(a);if(c&&u){let l=Number(o)-Number(a);if(l!==0)return l}else{if(c)return-1;if(u)return 1;if(o<a)return-1;if(o>a)return 1}}return 0}function As(){return!!(Gc(process.env.VISA_CLI_NO_UPDATE_CHECK)||Gc(process.env.CI)||process.env.NODE_ENV==="test")}function Gc(e){if(e===void 0)return!1;let t=e.trim().toLowerCase();return!(t===""||t==="0"||t==="false"||t==="no"||t==="off")}je();var mg="CARD_REENROLLMENT_REQUIRED",gg="https://auth.visacli.sh/enroll-card";function hg(){try{return new URL("/enroll-card",le()).toString()}catch{return gg}}function yg(e){let t=hg();if(typeof e!="string")return t;try{let r=new URL(e),n=new URL(t);if(r.origin===n.origin&&r.pathname==="/enroll-card")return r.toString()}catch{}return g.warn("card-reenroll:reenroll_url_rejected_fallback",{reason:"untrusted_or_malformed_reenroll_url",fallbackPath:"/enroll-card"}),t}var Dt="3.4.8-rc.1",_g=/^(?:VisaKey_[A-Za-z0-9_-]{16,128}|visakey_[A-Za-z0-9_-]{16,128}|vk_[A-Za-z0-9_-]{32,128})$/;async function Un(e){let t=null;try{t=await e.json()}catch{}return t&&(t.error_code==="TOOL_UPSTREAM_AUTH_FAILED"||typeof t.upstream_status=="number")?new Error(typeof t.error=="string"&&t.error?t.error:"The tool upstream rejected the request credentials."):new Error("Your session has expired. Run: visa-cli setup")}function $n(e,t){let r=typeof t?.error=="string"&&t.error||typeof t?.message=="string"&&t.message||"";return r?new Error(r):e>=500||e===408||e===425||e===429?new Error(`Request failed (${e}). Try again.`):e===404?new Error(`Request failed (${e}) \u2014 not found; check the identifier or slug.`):new Error(`Request failed (${e}).`)}function bg(e){if(typeof e!="string")return null;switch(e){case"BUDGET_CLOSED":case"BUDGET_NOT_FOUND":case"BUDGET_EXPIRED":return e;default:return null}}function _o(e){return e==="TOPUP_CHARGE_AMBIGUOUS"||e==="TOPUP_RECONCILIATION_REQUIRED"?e:null}var vg="Visa CLI is temporarily unavailable. Try again, or report at https://github.com/Visa-Crypto-Labs/Visa-mono/issues if it persists.";function en(e){return typeof e=="string"?e.trim():""}function Dn(e){let t=e&&typeof e=="object"?e:{},r=en(t.error)||en(t.message);if(!r)return vg;let n=en(t.error_code),s=[["surface",en(t.disabled_surface)],["flag",en(t.flag)],["correlation_id",en(t.correlation_id)]].filter(([,o])=>o).map(([o,a])=>`${o}=${a}`),i=s.length?` (${s.join(" ")})`:"";return n?`503 [${n}] ${r}${i}`:`503 ${r}${i}`}function Fn(e=process.env,t=process.stdin.isTTY){let r=["Not logged in. No local Visa CLI session credentials were found."],n=e.VISA_CLI_API_KEY?.trim();return n?_g.test(n)?(r.push("VISA_CLI_API_KEY is set, but MCP bearer tools currently require a local session from visa-cli setup."),r.push("For headless API-key use, call the /v1/api/* HTTP routes with X-Api-Key instead of MCP bearer tools.")):(r.push("VISA_CLI_API_KEY is set but has invalid format (expected VisaKey_<...> or legacy vk_<...>)."),r.push("Create a new Visa Key with: visa-cli keys create <app-name>")):r.push("Run `visa-cli setup` in an interactive terminal to authenticate."),t===!1&&r.push("This process appears to be running without a TTY; complete setup in a normal terminal, then restart the MCP client."),r.join(`
10
+ ${e.nonce}`;return Jb.encode(r)}function t0(e,t,r,n,s,i,o){return e0({messageId:e,senderPeerId:t,senderName:r,timestampMs:n,messageType:s,payload:i,nonce:o})}function r0(e){let t=0;for(;t<e.length;){let r=e[t],n=r>>3,s=r&7;if(t++,s===0){for(;t<e.length&&e[t]&128;)t++;t++}else if(s===2){let i=0,o=0;for(;t<e.length&&e[t]&128;)i|=(e[t]&127)<<o,o+=7,t++;if(i|=(e[t]&127)<<o,t++,n===2&&i>=64)return e.slice(t,t+32);t+=i}else return null}return null}function E0(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1}function kf(e,t,r=""){let n=E0(e),s=e?.length;if(!n||t!==void 0){let o=r&&`"${r}" `,a="",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e}function qd(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function k0(e,t){kf(e,void 0,"digestInto() output");let r=t.outputLen;if(e.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}function Pa(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function Ea(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function A0(e,t={}){let r=(s,i)=>e(i).update(s).digest(),n=e(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=s=>e(s),Object.assign(r,t),Object.freeze(r)}function I0(e,t=!1){return t?{h:Number(e&gi),l:Number(e>>Hd&gi)}:{h:Number(e>>Hd&gi)|0,l:Number(e&gi)|0}}function P0(e,t=!1){let r=e.length,n=new Uint32Array(r),s=new Uint32Array(r);for(let i=0;i<r;i++){let{h:o,l:a}=I0(e[i],t);[n[i],s[i]]=[o,a]}return[n,s]}function Rt(e,t,r,n){let s=(t>>>0)+(n>>>0);return{h:e+r+(s/2**32|0)|0,l:s|0}}function H0(){return w0.randomSecretKey()}function Cf(e){return b0(e)}function V0(){let e=H0();return{secretKey:e,publicKey:Cf(e)}}function K0(e){if((0,nr.existsSync)(e)){let r=(0,nr.readFileSync)(e),n=new Uint8Array(r.buffer.slice(r.byteOffset,r.byteOffset+32));return{secretKey:n,publicKey:Cf(n)}}let t=V0();return(0,nr.mkdirSync)((0,Yd.dirname)(e),{recursive:!0}),(0,nr.writeFileSync)(e,new Uint8Array(t.secretKey)),t}function G0(e){let{secretKey:t,publicKey:r}=K0(e);return{privateKey:t,publicKey:r}}async function W0(e,t,r,n,s,i,o,a){let c=t0(t,r,n,s,i,o,a);return{signature:await zb(e,c),signatureInput:Qb.subwayAgentMsgV1}}function Wd(e){return Zb(e)}var nr,Yd,nb,sb,ib,ob,ab,zd,vi,_i,xd,Td,_a,ba,cb,ki,lb,de,ub,db,fb,It,Ai,Ma,Xd,Oa,kt,Ed,Na,Zd,pb,yn,mb,wi,Nr,z,kd,E,Jd,Qd,ef,tf,va,ka,ss,Br,Dr,rf,nf,ct,gb,Ad,hb,Aa,La,yb,sf,_b,bb,vb,wb,Sb,xb,Ua,of,Si,Tb,af,Ca,Eb,Cd,Rd,kb,uf,df,Zt,ye,fi,Pd,Md,Od,pn,mn,pi,mi,Ob,Nb,Lb,Ub,$b,Db,Fb,Jt,Bb,jb,ff,qb,Hb,Qt,er,Vb,Kb,Gb,Wb,Nd,Xb,pf,Jb,Qb,mf,xi,bi,Ld,Ud,Sa,xa,n0,_n,s0,fe,i0,o0,a0,sr,Ci,$a,gf,hf,Ct,$d,yf,_f,c0,Da,l0,Ti,Ur,Z,Dd,k,u0,d0,bf,vf,Ta,Ra,is,bn,Fr,f0,wf,ut,p0,Fd,m0,g0,h0,y0,Sf,_0,xf,b0,Tf,v0,w0,Ei,S0,Ef,Ia,x0,Bd,jd,T0,C0,R0,_e,gi,Hd,Vd,Kd,gn,hn,hi,yi,M0,O0,N0,L0,U0,$0,Af,D0,F0,tr,rr,B0,j0,q0,Gd,Y0,z0,Rf,If=Fe(()=>{"use strict";ga();ga();ha();nr=require("fs"),Yd=require("path");nb=1e3,sb=10,ib=3e4,ob=3e4,ab=class{url;ws=null;_status="disconnected";messageHandlers=new Set;statusHandlers=new Set;reconnectAttempt=0;reconnectTimer=null;pingTimer=null;stopped=!1;autoReconnect;reconnectInterval;maxReconnectAttempts;pingInterval;constructor(e){this.url=e.url,this.autoReconnect=e.autoReconnect??!0,this.reconnectInterval=e.reconnectInterval??nb,this.maxReconnectAttempts=e.maxReconnectAttempts??sb,this.pingInterval=e.pingInterval??ib}get status(){return this._status}onMessage(e){return this.messageHandlers.add(e),()=>this.messageHandlers.delete(e)}onStatusChange(e){return this.statusHandlers.add(e),()=>this.statusHandlers.delete(e)}connect(){return this.stopped=!1,new Promise((e,t)=>{let r=tb();if(!r){t(new he('No WebSocket implementation available. Install the "ws" package for Node.js.'));return}this.setStatus("connecting");try{this.ws=new r(this.url)}catch(s){t(new he(`Failed to create WebSocket: ${s}`));return}let n=!1;this.ws.onopen=()=>{this.reconnectAttempt=0,this.setStatus("connected"),this.startPing(),n||(n=!0,e())},this.ws.onmessage=s=>{let i;try{i=JSON.parse(typeof s.data=="string"?s.data:s.data.toString())}catch{return}for(let o of this.messageHandlers)o(i)},this.ws.onclose=()=>{this.ws=null,this.stopPing(),!this.stopped&&this.autoReconnect?this.scheduleReconnect():this.setStatus("disconnected"),n||(n=!0,t(new he("WebSocket closed before connection established")))},this.ws.onerror=()=>{n||(n=!0,t(new he(`WebSocket connection failed: ${this.url}`)))}})}disconnect(){this.stopped=!0,this.clearReconnectTimer(),this.stopPing(),this.ws&&(this.ws.onclose=null,this.ws.onerror=null,this.ws.onmessage=null,this.ws.close(),this.ws=null),this.setStatus("disconnected")}send(e){if(!this.ws||this.ws.readyState!==1)throw new he("WebSocket is not connected");this.ws.send(JSON.stringify(e))}startPing(){this.stopPing(),this.pingInterval>0&&(this.pingTimer=setInterval(()=>{try{this.send({type:"ping"})}catch{}},this.pingInterval))}stopPing(){this.pingTimer!==null&&(clearInterval(this.pingTimer),this.pingTimer=null)}scheduleReconnect(){if(this.reconnectAttempt>=this.maxReconnectAttempts){this.setStatus("disconnected");return}this.setStatus("reconnecting");let e=rb(this.reconnectInterval*Math.pow(2,this.reconnectAttempt),this.reconnectInterval,ob);this.reconnectAttempt++,this.reconnectTimer=setTimeout(async()=>{if(!this.stopped)try{await this.connect()}catch{}},e)}clearReconnectTimer(){this.reconnectTimer!==null&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null)}setStatus(e){if(this._status!==e){this._status=e;for(let t of this.statusHandlers)t(e)}}},zd=Object.freeze({p:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffedn,n:0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3edn,h:8n,a:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecn,d:0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3n,Gx:0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51an,Gy:0x6666666666666666666666666666666666666666666666666666666666666658n}),{p:vi,n:_i,Gx:xd,Gy:Td,a:_a,d:ba,h:cb}=zd,ki=32,lb=(...e)=>{"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(...e)},de=(e="")=>{let t=new Error(e);throw lb(t,de),t},ub=e=>typeof e=="bigint",db=e=>typeof e=="string",fb=e=>e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1,It=(e,t,r="")=>{let n=fb(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e},Ai=e=>new Uint8Array(e),Ma=e=>Uint8Array.from(e),Xd=(e,t)=>e.toString(16).padStart(t,"0"),Oa=e=>Array.from(It(e)).map(t=>Xd(t,2)).join(""),kt={_0:48,_9:57,A:65,F:70,a:97,f:102},Ed=e=>{if(e>=kt._0&&e<=kt._9)return e-kt._0;if(e>=kt.A&&e<=kt.F)return e-(kt.A-10);if(e>=kt.a&&e<=kt.f)return e-(kt.a-10)},Na=e=>{let t="hex invalid";if(!db(e))return de(t);let r=e.length,n=r/2;if(r%2)return de(t);let s=Ai(n);for(let i=0,o=0;i<n;i++,o+=2){let a=Ed(e.charCodeAt(o)),c=Ed(e.charCodeAt(o+1));if(a===void 0||c===void 0)return de(t);s[i]=a*16+c}return s},Zd=()=>globalThis?.crypto,pb=()=>Zd()?.subtle??de("crypto.subtle must be defined, consider polyfill"),yn=(...e)=>{let t=0;for(let s of e)t+=It(s).length;let r=Ai(t),n=0;return e.forEach(s=>{r.set(s,n),n+=s.length}),r},mb=(e=ki)=>Zd().getRandomValues(Ai(e)),wi=BigInt,Nr=(e,t,r,n="bad number: out of range")=>{if(!ub(e))throw new TypeError(n);if(t<=e&&e<r)return e;throw new RangeError(n)},z=(e,t=vi)=>{let r=e%t;return r>=0n?r:t+r},kd=(1n<<255n)-1n,E=e=>{e<0n&&de("negative coordinate");let t=(e>>255n)*19n+(e&kd);return t=(t>>255n)*19n+(t&kd),t%vi},Jd=e=>z(e,_i),Qd=(e,t)=>{(e===0n||t<=0n)&&de("no inverse n="+e+" mod="+t);let r=z(e,t),n=t,s=0n,i=1n;for(;r!==0n;){let o=n/r,a=n%r,c=s-i*o;n=r,r=a,s=i,i=c}return n===1n?z(s,t):de("no inverse")},ef=e=>{let t=of[e];return typeof t!="function"&&de("hashes."+e+" not set"),t},tf=e=>It(e,64,"digest"),va=e=>e instanceof ss?e:de("Point expected"),ka=2n**256n,ss=class Lr{static BASE;static ZERO;X;Y;Z;T;constructor(t,r,n,s){let i=ka;this.X=Nr(t,0n,i),this.Y=Nr(r,0n,i),this.Z=Nr(n,1n,i),this.T=Nr(s,0n,i),Object.freeze(this)}static CURVE(){return zd}static fromAffine(t){return new Lr(t.x,t.y,1n,E(t.x*t.y))}static fromBytes(t,r=!1){let n=ba,s=Ma(It(t,ki)),i=t[31];s[31]=i&-129;let o=nf(s);Nr(o,0n,r?ka:vi);let c=E(o*o),u=z(c-1n),l=E(n*c+1n),{isValid:d,value:p}=hb(u,l);d||de("bad point: y not sqrt");let m=(p&1n)===1n,f=(i&128)!==0;return!r&&p===0n&&f&&de("bad point: x==0, isLastByteOdd"),f!==m&&(p=z(-p)),new Lr(p,o,1n,E(p*o))}static fromHex(t,r){return Lr.fromBytes(Na(t),r)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}assertValidity(){let t=_a,r=ba,n=this;if(n.is0())return de("bad point: ZERO");let{X:s,Y:i,Z:o,T:a}=n,c=E(s*s),u=E(i*i),l=E(o*o),d=E(l*l),p=E(c*t),m=E(l*(p+u)),f=z(d+E(r*E(c*u)));if(m!==f)return de("bad point: equation left != right (1)");let _=E(s*i),S=E(o*a);return _!==S?de("bad point: equation left != right (2)"):this}equals(t){let{X:r,Y:n,Z:s}=this,{X:i,Y:o,Z:a}=va(t),c=E(r*a),u=E(i*s),l=E(n*a),d=E(o*s);return c===u&&l===d}is0(){return this.equals(Dr)}negate(){return new Lr(z(-this.X),this.Y,this.Z,z(-this.T))}double(){let{X:t,Y:r,Z:n}=this,s=_a,i=E(t*t),o=E(r*r),a=E(2n*n*n),c=E(s*i),u=z(t+r),l=z(E(u*u)-i-o),d=z(c+o),p=z(d-a),m=z(c-o),f=E(l*p),_=E(d*m),S=E(l*m),I=E(p*d);return new Lr(f,_,I,S)}add(t){let{X:r,Y:n,Z:s,T:i}=this,{X:o,Y:a,Z:c,T:u}=va(t),l=_a,d=ba,p=E(r*o),m=E(n*a),f=E(E(i*d)*u),_=E(s*c),S=z(E(z(r+n)*z(o+a))-p-m),I=z(_-f),b=z(_+f),P=z(m-E(l*p)),M=E(S*I),q=E(b*P),B=E(S*P),y=E(I*b);return new Lr(M,q,y,B)}subtract(t){return this.add(va(t).negate())}multiply(t,r=!0){if(!r&&t===0n||(Nr(t,1n,_i),!r&&this.is0()))return Dr;if(t===1n)return this;if(this.equals(Br))return kb(t).p;let n=Dr,s=Br;for(let i=this;t>0n;i=i.double(),t>>=1n)t&1n?n=n.add(i):r&&(s=s.add(i));return n}multiplyUnsafe(t){return this.multiply(t,!1)}toAffine(){let{X:t,Y:r,Z:n}=this;if(this.equals(Dr))return{x:0n,y:1n};let s=Qd(n,vi);E(n*s)!==1n&&de("invalid inverse");let i=E(t*s),o=E(r*s);return{x:i,y:o}}toBytes(){let{x:t,y:r}=this.toAffine(),n=rf(r);return n[31]|=t&1n?128:0,n}toHex(){return Oa(this.toBytes())}clearCofactor(){return this.multiply(wi(cb),!1)}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){let t=this.multiply(_i/2n,!1).double();return _i%2n&&(t=t.add(this)),t.is0()}},Br=new ss(xd,Td,1n,z(xd*Td)),Dr=new ss(0n,1n,1n,0n);ss.BASE=Br;ss.ZERO=Dr;rf=e=>Na(Xd(Nr(e,0n,ka),64)).reverse(),nf=e=>wi("0x"+Oa(Ma(It(e)).reverse())),ct=(e,t)=>{let r=e;for(;t-- >0n;)r=E(r*r);return r},gb=e=>{let t=E(e*e),r=E(t*e),n=E(ct(r,2n)*r),s=E(ct(n,1n)*e),i=E(ct(s,5n)*s),o=E(ct(i,10n)*i),a=E(ct(o,20n)*o),c=E(ct(a,40n)*a),u=E(ct(c,80n)*c),l=E(ct(u,80n)*c),d=E(ct(l,10n)*i);return{pow_p_5_8:E(ct(d,2n)*e),b2:r}},Ad=0x2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0n,hb=(e,t)=>{let r=E(t*E(t*t)),n=E(E(r*r)*t),s=gb(E(e*n)).pow_p_5_8,i=E(e*E(r*s)),o=E(t*E(i*i)),a=i,c=E(i*Ad),u=o===e,l=o===z(-e),d=o===z(-e*Ad);return u&&(i=a),(l||d)&&(i=c),(z(i)&1n)===1n&&(i=z(-i)),{isValid:u||l,value:i}},Aa=e=>Jd(nf(e)),La=(...e)=>Promise.resolve(ef("sha512Async")(yn(...e))).then(tf),yb=(...e)=>tf(ef("sha512")(yn(...e))),sf=e=>{let t=Ma(e),r=t.slice(0,32);r[0]&=248,r[31]&=127,r[31]|=64;let n=t.slice(32,64),s=Aa(r),i=Br.multiply(s),o=i.toBytes();return{head:r,prefix:n,scalar:s,point:i,pointBytes:o}},_b=e=>La(It(e,ki)).then(sf),bb=e=>sf(yb(It(e,ki))),vb=e=>bb(e).pointBytes,wb=e=>La(e.hashable).then(e.finish),Sb=(e,t,r)=>{let{pointBytes:n,scalar:s}=e,i=Aa(t),o=Br.multiply(i).toBytes();return{hashable:yn(o,n,r),finish:u=>{let l=Jd(i+Aa(u)*s);return It(yn(o,rf(l)),64)}}},xb=async(e,t)=>{let r=It(e),n=await _b(t),s=await La(n.prefix,r);return wb(Sb(n,s,r))},Ua=Object.freeze({bytesToHex:Oa,hexToBytes:Na,concatBytes:yn,mod:z,invert:Qd,randomBytes:mb}),of={sha512Async:async e=>{let t=pb(),r=yn(e);return Ai(await t.digest("SHA-512",r.buffer))},sha512:void 0},Si=8,Tb=256,af=Math.ceil(Tb/Si)+1,Ca=2**(Si-1),Eb=()=>{let e=[],t=Br,r=t;for(let n=0;n<af;n++){r=t,e.push(r);for(let s=1;s<Ca;s++)r=r.add(t),e.push(r);t=r.double()}return e},Cd=void 0,Rd=(e,t)=>{let r=t.negate();return e?r:t},kb=e=>{let t=Cd||(Cd=Eb()),r=Dr,n=Br,s=2**Si,i=s,o=wi(s-1),a=wi(Si);for(let c=0;c<af;c++){let u=Number(e&o);e>>=a,u>Ca&&(u-=i,e+=1n);let l=c*Ca,d=l,p=l+Math.abs(u)-1,m=c%2!==0,f=u<0;u===0?n=n.add(Rd(m,t[d])):r=r.add(Rd(f,t[p]))}return e!==0n&&de("invalid wnaf"),{p:r,f:n}};uf=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])});df=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=wa(this.buffer)}update(e){Id(this),cf(e);let{view:t,buffer:r,blockLen:n}=this,s=e.length;for(let i=0;i<s;){let o=Math.min(n-this.pos,s-i);if(o===n){let a=wa(e);for(;n<=s-i;i+=n)this.process(a,i);continue}r.set(e.subarray(i,i+o),this.pos),this.pos+=o,i+=o,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Id(this),Cb(e,this),this.finished=!0;let{buffer:t,view:r,blockLen:n,isLE:s}=this,{pos:i}=this;t[i++]=128,ns(this.buffer.subarray(i)),this.padOffset>n-i&&(this.process(r,0),i=0);for(let l=i;l<n;l++)t[l]=0;r.setBigUint64(n-8,BigInt(this.length*8),s),this.process(r,0);let o=wa(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let c=a/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<c;l++)o.setUint32(4*l,u[l],s)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:r,length:n,finished:s,destroyed:i,pos:o}=this;return e.destroyed=i,e.finished=s,e.length=n,e.pos=o,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}},Zt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),ye=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),fi=BigInt(2**32-1),Pd=BigInt(32);Md=(e,t,r)=>e>>>r,Od=(e,t,r)=>e<<32-r|t>>>r,pn=(e,t,r)=>e>>>r|t<<32-r,mn=(e,t,r)=>e<<32-r|t>>>r,pi=(e,t,r)=>e<<64-r|t>>>r-32,mi=(e,t,r)=>e>>>r-32|t<<64-r;Ob=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),Nb=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,Lb=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),Ub=(e,t,r,n,s)=>t+r+n+s+(e/2**32|0)|0,$b=(e,t,r,n,s)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(s>>>0),Db=(e,t,r,n,s,i)=>t+r+n+s+i+(e/2**32|0)|0,Fb=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Jt=new Uint32Array(64),Bb=class extends df{constructor(e){super(64,e,8,!1)}get(){let{A:e,B:t,C:r,D:n,E:s,F:i,G:o,H:a}=this;return[e,t,r,n,s,i,o,a]}set(e,t,r,n,s,i,o,a){this.A=e|0,this.B=t|0,this.C=r|0,this.D=n|0,this.E=s|0,this.F=i|0,this.G=o|0,this.H=a|0}process(e,t){for(let l=0;l<16;l++,t+=4)Jt[l]=e.getUint32(t,!1);for(let l=16;l<64;l++){let d=Jt[l-15],p=Jt[l-2],m=lt(d,7)^lt(d,18)^d>>>3,f=lt(p,17)^lt(p,19)^p>>>10;Jt[l]=f+Jt[l-7]+m+Jt[l-16]|0}let{A:r,B:n,C:s,D:i,E:o,F:a,G:c,H:u}=this;for(let l=0;l<64;l++){let d=lt(o,6)^lt(o,11)^lt(o,25),p=u+d+Rb(o,a,c)+Fb[l]+Jt[l]|0,f=(lt(r,2)^lt(r,13)^lt(r,22))+Ib(r,n,s)|0;u=c,c=a,a=o,o=i+p|0,i=s,s=n,n=r,r=p+f|0}r=r+this.A|0,n=n+this.B|0,s=s+this.C|0,i=i+this.D|0,o=o+this.E|0,a=a+this.F|0,c=c+this.G|0,u=u+this.H|0,this.set(r,n,s,i,o,a,c,u)}roundClean(){ns(Jt)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),ns(this.buffer)}},jb=class extends Bb{A=Zt[0]|0;B=Zt[1]|0;C=Zt[2]|0;D=Zt[3]|0;E=Zt[4]|0;F=Zt[5]|0;G=Zt[6]|0;H=Zt[7]|0;constructor(){super(32)}},ff=Mb(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),qb=ff[0],Hb=ff[1],Qt=new Uint32Array(80),er=new Uint32Array(80),Vb=class extends df{constructor(e){super(128,e,16,!1)}get(){let{Ah:e,Al:t,Bh:r,Bl:n,Ch:s,Cl:i,Dh:o,Dl:a,Eh:c,El:u,Fh:l,Fl:d,Gh:p,Gl:m,Hh:f,Hl:_}=this;return[e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_]}set(e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_){this.Ah=e|0,this.Al=t|0,this.Bh=r|0,this.Bl=n|0,this.Ch=s|0,this.Cl=i|0,this.Dh=o|0,this.Dl=a|0,this.Eh=c|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=p|0,this.Gl=m|0,this.Hh=f|0,this.Hl=_|0}process(e,t){for(let b=0;b<16;b++,t+=4)Qt[b]=e.getUint32(t),er[b]=e.getUint32(t+=4);for(let b=16;b<80;b++){let P=Qt[b-15]|0,M=er[b-15]|0,q=pn(P,M,1)^pn(P,M,8)^Md(P,M,7),B=mn(P,M,1)^mn(P,M,8)^Od(P,M,7),y=Qt[b-2]|0,w=er[b-2]|0,V=pn(y,w,19)^pi(y,w,61)^Md(y,w,6),ee=mn(y,w,19)^mi(y,w,61)^Od(y,w,6),H=Lb(B,ee,er[b-7],er[b-16]),ce=Ub(H,q,V,Qt[b-7],Qt[b-16]);Qt[b]=ce|0,er[b]=H|0}let{Ah:r,Al:n,Bh:s,Bl:i,Ch:o,Cl:a,Dh:c,Dl:u,Eh:l,El:d,Fh:p,Fl:m,Gh:f,Gl:_,Hh:S,Hl:I}=this;for(let b=0;b<80;b++){let P=pn(l,d,14)^pn(l,d,18)^pi(l,d,41),M=mn(l,d,14)^mn(l,d,18)^mi(l,d,41),q=l&p^~l&f,B=d&m^~d&_,y=$b(I,M,B,Hb[b],er[b]),w=Db(y,S,P,q,qb[b],Qt[b]),V=y|0,ee=pn(r,n,28)^pi(r,n,34)^pi(r,n,39),H=mn(r,n,28)^mi(r,n,34)^mi(r,n,39),ce=r&s^r&o^s&o,Y=n&i^n&a^i&a;S=f|0,I=_|0,f=p|0,_=m|0,p=l|0,m=d|0,{h:l,l:d}=At(c|0,u|0,w|0,V|0),c=o|0,u=a|0,o=s|0,a=i|0,s=r|0,i=n|0;let K=Ob(V,H,Y);r=Nb(K,w,ee,ce),n=K|0}({h:r,l:n}=At(this.Ah|0,this.Al|0,r|0,n|0)),{h:s,l:i}=At(this.Bh|0,this.Bl|0,s|0,i|0),{h:o,l:a}=At(this.Ch|0,this.Cl|0,o|0,a|0),{h:c,l:u}=At(this.Dh|0,this.Dl|0,c|0,u|0),{h:l,l:d}=At(this.Eh|0,this.El|0,l|0,d|0),{h:p,l:m}=At(this.Fh|0,this.Fl|0,p|0,m|0),{h:f,l:_}=At(this.Gh|0,this.Gl|0,f|0,_|0),{h:S,l:I}=At(this.Hh|0,this.Hl|0,S|0,I|0),this.set(r,n,s,i,o,a,c,u,l,d,p,m,f,_,S,I)}roundClean(){ns(Qt,er)}destroy(){this.destroyed=!0,ns(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},Kb=class extends Vb{Ah=ye[0]|0;Al=ye[1]|0;Bh=ye[2]|0;Bl=ye[3]|0;Ch=ye[4]|0;Cl=ye[5]|0;Dh=ye[6]|0;Dl=ye[7]|0;Eh=ye[8]|0;El=ye[9]|0;Fh=ye[10]|0;Fl=ye[11]|0;Gh=ye[12]|0;Gl=ye[13]|0;Hh=ye[14]|0;Hl=ye[15]|0;constructor(){super(64)}},Gb=lf(()=>new jb,uf(1)),Wb=lf(()=>new Kb,uf(3)),Nd=of;Nd.sha512||(Nd.sha512=e=>Wb(e));Xb=Ua.bytesToHex,pf=Ua.hexToBytes;Ua.concatBytes;Jb=new TextEncoder,Qb={subwayAgentMsgV1:"message_id;sender_peer_id;sender_name;timestamp_ms;message_type;payload_hash;nonce"};pf("302e020100300506032b657004220420");pf("302a300506032b6570032100");mf=Object.freeze({p:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffedn,n:0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3edn,h:8n,a:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecn,d:0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3n,Gx:0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51an,Gy:0x6666666666666666666666666666666666666666666666666666666666666658n}),{p:xi,n:bi,Gx:Ld,Gy:Ud,a:Sa,d:xa,h:n0}=mf,_n=32,s0=(...e)=>{"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(...e)},fe=(e="")=>{let t=new Error(e);throw s0(t,fe),t},i0=e=>typeof e=="bigint",o0=e=>typeof e=="string",a0=e=>e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1,sr=(e,t,r="")=>{let n=a0(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e},Ci=e=>new Uint8Array(e),$a=e=>Uint8Array.from(e),gf=(e,t)=>e.toString(16).padStart(t,"0"),hf=e=>Array.from(sr(e)).map(t=>gf(t,2)).join(""),Ct={_0:48,_9:57,A:65,F:70,a:97,f:102},$d=e=>{if(e>=Ct._0&&e<=Ct._9)return e-Ct._0;if(e>=Ct.A&&e<=Ct.F)return e-(Ct.A-10);if(e>=Ct.a&&e<=Ct.f)return e-(Ct.a-10)},yf=e=>{let t="hex invalid";if(!o0(e))return fe(t);let r=e.length,n=r/2;if(r%2)return fe(t);let s=Ci(n);for(let i=0,o=0;i<n;i++,o+=2){let a=$d(e.charCodeAt(o)),c=$d(e.charCodeAt(o+1));if(a===void 0||c===void 0)return fe(t);s[i]=a*16+c}return s},_f=()=>globalThis?.crypto,c0=()=>_f()?.subtle??fe("crypto.subtle must be defined, consider polyfill"),Da=(...e)=>{let t=0;for(let s of e)t+=sr(s).length;let r=Ci(t),n=0;return e.forEach(s=>{r.set(s,n),n+=s.length}),r},l0=(e=_n)=>_f().getRandomValues(Ci(e)),Ti=BigInt,Ur=(e,t,r,n="bad number: out of range")=>{if(!i0(e))throw new TypeError(n);if(t<=e&&e<r)return e;throw new RangeError(n)},Z=(e,t=xi)=>{let r=e%t;return r>=0n?r:t+r},Dd=(1n<<255n)-1n,k=e=>{e<0n&&fe("negative coordinate");let t=(e>>255n)*19n+(e&Dd);return t=(t>>255n)*19n+(t&Dd),t%xi},u0=e=>Z(e,bi),d0=(e,t)=>{(e===0n||t<=0n)&&fe("no inverse n="+e+" mod="+t);let r=Z(e,t),n=t,s=0n,i=1n;for(;r!==0n;){let o=n/r,a=n%r,c=s-i*o;n=r,r=a,s=i,i=c}return n===1n?Z(s,t):fe("no inverse")},bf=e=>{let t=Tf[e];return typeof t!="function"&&fe("hashes."+e+" not set"),t},vf=e=>sr(e,64,"digest"),Ta=e=>e instanceof is?e:fe("Point expected"),Ra=2n**256n,is=class $r{static BASE;static ZERO;X;Y;Z;T;constructor(t,r,n,s){let i=Ra;this.X=Ur(t,0n,i),this.Y=Ur(r,0n,i),this.Z=Ur(n,1n,i),this.T=Ur(s,0n,i),Object.freeze(this)}static CURVE(){return mf}static fromAffine(t){return new $r(t.x,t.y,1n,k(t.x*t.y))}static fromBytes(t,r=!1){let n=xa,s=$a(sr(t,_n)),i=t[31];s[31]=i&-129;let o=wf(s);Ur(o,0n,r?Ra:xi);let c=k(o*o),u=Z(c-1n),l=k(n*c+1n),{isValid:d,value:p}=m0(u,l);d||fe("bad point: y not sqrt");let m=(p&1n)===1n,f=(i&128)!==0;return!r&&p===0n&&f&&fe("bad point: x==0, isLastByteOdd"),f!==m&&(p=Z(-p)),new $r(p,o,1n,k(p*o))}static fromHex(t,r){return $r.fromBytes(yf(t),r)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}assertValidity(){let t=Sa,r=xa,n=this;if(n.is0())return fe("bad point: ZERO");let{X:s,Y:i,Z:o,T:a}=n,c=k(s*s),u=k(i*i),l=k(o*o),d=k(l*l),p=k(c*t),m=k(l*(p+u)),f=Z(d+k(r*k(c*u)));if(m!==f)return fe("bad point: equation left != right (1)");let _=k(s*i),S=k(o*a);return _!==S?fe("bad point: equation left != right (2)"):this}equals(t){let{X:r,Y:n,Z:s}=this,{X:i,Y:o,Z:a}=Ta(t),c=k(r*a),u=k(i*s),l=k(n*a),d=k(o*s);return c===u&&l===d}is0(){return this.equals(Fr)}negate(){return new $r(Z(-this.X),this.Y,this.Z,Z(-this.T))}double(){let{X:t,Y:r,Z:n}=this,s=Sa,i=k(t*t),o=k(r*r),a=k(2n*n*n),c=k(s*i),u=Z(t+r),l=Z(k(u*u)-i-o),d=Z(c+o),p=Z(d-a),m=Z(c-o),f=k(l*p),_=k(d*m),S=k(l*m),I=k(p*d);return new $r(f,_,I,S)}add(t){let{X:r,Y:n,Z:s,T:i}=this,{X:o,Y:a,Z:c,T:u}=Ta(t),l=Sa,d=xa,p=k(r*o),m=k(n*a),f=k(k(i*d)*u),_=k(s*c),S=Z(k(Z(r+n)*Z(o+a))-p-m),I=Z(_-f),b=Z(_+f),P=Z(m-k(l*p)),M=k(S*I),q=k(b*P),B=k(S*P),y=k(I*b);return new $r(M,q,y,B)}subtract(t){return this.add(Ta(t).negate())}multiply(t,r=!0){if(!r&&t===0n||(Ur(t,1n,bi),!r&&this.is0()))return Fr;if(t===1n)return this;if(this.equals(bn))return T0(t).p;let n=Fr,s=bn;for(let i=this;t>0n;i=i.double(),t>>=1n)t&1n?n=n.add(i):r&&(s=s.add(i));return n}multiplyUnsafe(t){return this.multiply(t,!1)}toAffine(){let{X:t,Y:r,Z:n}=this;if(this.equals(Fr))return{x:0n,y:1n};let s=d0(n,xi);k(n*s)!==1n&&fe("invalid inverse");let i=k(t*s),o=k(r*s);return{x:i,y:o}}toBytes(){let{x:t,y:r}=this.toAffine(),n=f0(r);return n[31]|=t&1n?128:0,n}toHex(){return hf(this.toBytes())}clearCofactor(){return this.multiply(Ti(n0),!1)}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){let t=this.multiply(bi/2n,!1).double();return bi%2n&&(t=t.add(this)),t.is0()}},bn=new is(Ld,Ud,1n,Z(Ld*Ud)),Fr=new is(0n,1n,1n,0n);is.BASE=bn;is.ZERO=Fr;f0=e=>yf(gf(Ur(e,0n,Ra),64)).reverse(),wf=e=>Ti("0x"+hf($a(sr(e)).reverse())),ut=(e,t)=>{let r=e;for(;t-- >0n;)r=k(r*r);return r},p0=e=>{let t=k(e*e),r=k(t*e),n=k(ut(r,2n)*r),s=k(ut(n,1n)*e),i=k(ut(s,5n)*s),o=k(ut(i,10n)*i),a=k(ut(o,20n)*o),c=k(ut(a,40n)*a),u=k(ut(c,80n)*c),l=k(ut(u,80n)*c),d=k(ut(l,10n)*i);return{pow_p_5_8:k(ut(d,2n)*e),b2:r}},Fd=0x2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0n,m0=(e,t)=>{let r=k(t*k(t*t)),n=k(k(r*r)*t),s=p0(k(e*n)).pow_p_5_8,i=k(e*k(r*s)),o=k(t*k(i*i)),a=i,c=k(i*Fd),u=o===e,l=o===Z(-e),d=o===Z(-e*Fd);return u&&(i=a),(l||d)&&(i=c),(Z(i)&1n)===1n&&(i=Z(-i)),{isValid:u||l,value:i}},g0=e=>u0(wf(e)),h0=(...e)=>Promise.resolve(bf("sha512Async")(Da(...e))).then(vf),y0=(...e)=>vf(bf("sha512")(Da(...e))),Sf=e=>{let t=$a(e),r=t.slice(0,32);r[0]&=248,r[31]&=127,r[31]|=64;let n=t.slice(32,64),s=g0(r),i=bn.multiply(s),o=i.toBytes();return{head:r,prefix:n,scalar:s,point:i,pointBytes:o}},_0=e=>h0(sr(e,_n)).then(Sf),xf=e=>Sf(y0(sr(e,_n))),b0=e=>xf(e).pointBytes,Tf={sha512Async:async e=>{let t=c0(),r=Da(e);return Ci(await t.digest("SHA-512",r.buffer))},sha512:void 0},v0=e=>(e=e===void 0?l0(_n):e,sr(e,_n)),w0=Object.freeze({getExtendedPublicKeyAsync:_0,getExtendedPublicKey:xf,randomSecretKey:v0}),Ei=8,S0=256,Ef=Math.ceil(S0/Ei)+1,Ia=2**(Ei-1),x0=()=>{let e=[],t=bn,r=t;for(let n=0;n<Ef;n++){r=t,e.push(r);for(let s=1;s<Ia;s++)r=r.add(t),e.push(r);t=r.double()}return e},Bd=void 0,jd=(e,t)=>{let r=t.negate();return e?r:t},T0=e=>{let t=Bd||(Bd=x0()),r=Fr,n=bn,s=2**Ei,i=s,o=Ti(s-1),a=Ti(Ei);for(let c=0;c<Ef;c++){let u=Number(e&o);e>>=a,u>Ia&&(u-=i,e+=1n);let l=c*Ia,d=l,p=l+Math.abs(u)-1,m=c%2!==0,f=u<0;u===0?n=n.add(jd(m,t[d])):r=r.add(jd(f,t[p]))}return e!==0n&&fe("invalid wnaf"),{p:r,f:n}};C0=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])}),R0=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=Ea(this.buffer)}update(e){qd(this),kf(e);let{view:t,buffer:r,blockLen:n}=this,s=e.length;for(let i=0;i<s;){let o=Math.min(n-this.pos,s-i);if(o===n){let a=Ea(e);for(;n<=s-i;i+=n)this.process(a,i);continue}r.set(e.subarray(i,i+o),this.pos),this.pos+=o,i+=o,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){qd(this),k0(e,this),this.finished=!0;let{buffer:t,view:r,blockLen:n,isLE:s}=this,{pos:i}=this;t[i++]=128,Pa(this.buffer.subarray(i)),this.padOffset>n-i&&(this.process(r,0),i=0);for(let l=i;l<n;l++)t[l]=0;r.setBigUint64(n-8,BigInt(this.length*8),s),this.process(r,0);let o=Ea(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let c=a/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<c;l++)o.setUint32(4*l,u[l],s)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:r,length:n,finished:s,destroyed:i,pos:o}=this;return e.destroyed=i,e.finished=s,e.length=n,e.pos=o,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}},_e=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),gi=BigInt(2**32-1),Hd=BigInt(32);Vd=(e,t,r)=>e>>>r,Kd=(e,t,r)=>e<<32-r|t>>>r,gn=(e,t,r)=>e>>>r|t<<32-r,hn=(e,t,r)=>e<<32-r|t>>>r,hi=(e,t,r)=>e<<64-r|t>>>r-32,yi=(e,t,r)=>e>>>r-32|t<<64-r;M0=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),O0=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,N0=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),L0=(e,t,r,n,s)=>t+r+n+s+(e/2**32|0)|0,U0=(e,t,r,n,s)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(s>>>0),$0=(e,t,r,n,s,i)=>t+r+n+s+i+(e/2**32|0)|0,Af=P0(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),D0=Af[0],F0=Af[1],tr=new Uint32Array(80),rr=new Uint32Array(80),B0=class extends R0{constructor(e){super(128,e,16,!1)}get(){let{Ah:e,Al:t,Bh:r,Bl:n,Ch:s,Cl:i,Dh:o,Dl:a,Eh:c,El:u,Fh:l,Fl:d,Gh:p,Gl:m,Hh:f,Hl:_}=this;return[e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_]}set(e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_){this.Ah=e|0,this.Al=t|0,this.Bh=r|0,this.Bl=n|0,this.Ch=s|0,this.Cl=i|0,this.Dh=o|0,this.Dl=a|0,this.Eh=c|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=p|0,this.Gl=m|0,this.Hh=f|0,this.Hl=_|0}process(e,t){for(let b=0;b<16;b++,t+=4)tr[b]=e.getUint32(t),rr[b]=e.getUint32(t+=4);for(let b=16;b<80;b++){let P=tr[b-15]|0,M=rr[b-15]|0,q=gn(P,M,1)^gn(P,M,8)^Vd(P,M,7),B=hn(P,M,1)^hn(P,M,8)^Kd(P,M,7),y=tr[b-2]|0,w=rr[b-2]|0,V=gn(y,w,19)^hi(y,w,61)^Vd(y,w,6),ee=hn(y,w,19)^yi(y,w,61)^Kd(y,w,6),H=N0(B,ee,rr[b-7],rr[b-16]),ce=L0(H,q,V,tr[b-7],tr[b-16]);tr[b]=ce|0,rr[b]=H|0}let{Ah:r,Al:n,Bh:s,Bl:i,Ch:o,Cl:a,Dh:c,Dl:u,Eh:l,El:d,Fh:p,Fl:m,Gh:f,Gl:_,Hh:S,Hl:I}=this;for(let b=0;b<80;b++){let P=gn(l,d,14)^gn(l,d,18)^hi(l,d,41),M=hn(l,d,14)^hn(l,d,18)^yi(l,d,41),q=l&p^~l&f,B=d&m^~d&_,y=U0(I,M,B,F0[b],rr[b]),w=$0(y,S,P,q,D0[b],tr[b]),V=y|0,ee=gn(r,n,28)^hi(r,n,34)^hi(r,n,39),H=hn(r,n,28)^yi(r,n,34)^yi(r,n,39),ce=r&s^r&o^s&o,Y=n&i^n&a^i&a;S=f|0,I=_|0,f=p|0,_=m|0,p=l|0,m=d|0,{h:l,l:d}=Rt(c|0,u|0,w|0,V|0),c=o|0,u=a|0,o=s|0,a=i|0,s=r|0,i=n|0;let K=M0(V,H,Y);r=O0(K,w,ee,ce),n=K|0}({h:r,l:n}=Rt(this.Ah|0,this.Al|0,r|0,n|0)),{h:s,l:i}=Rt(this.Bh|0,this.Bl|0,s|0,i|0),{h:o,l:a}=Rt(this.Ch|0,this.Cl|0,o|0,a|0),{h:c,l:u}=Rt(this.Dh|0,this.Dl|0,c|0,u|0),{h:l,l:d}=Rt(this.Eh|0,this.El|0,l|0,d|0),{h:p,l:m}=Rt(this.Fh|0,this.Fl|0,p|0,m|0),{h:f,l:_}=Rt(this.Gh|0,this.Gl|0,f|0,_|0),{h:S,l:I}=Rt(this.Hh|0,this.Hl|0,S|0,I|0),this.set(r,n,s,i,o,a,c,u,l,d,p,m,f,_,S,I)}roundClean(){Pa(tr,rr)}destroy(){this.destroyed=!0,Pa(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},j0=class extends B0{Ah=_e[0]|0;Al=_e[1]|0;Bh=_e[2]|0;Bl=_e[3]|0;Ch=_e[4]|0;Cl=_e[5]|0;Dh=_e[6]|0;Dl=_e[7]|0;Eh=_e[8]|0;El=_e[9]|0;Fh=_e[10]|0;Fl=_e[11]|0;Gh=_e[12]|0;Gl=_e[13]|0;Hh=_e[14]|0;Hl=_e[15]|0;constructor(){super(64)}},q0=A0(()=>new j0,C0(3)),Gd=Tf;Gd.sha512||(Gd.sha512=e=>q0(e));Y0="ws://localhost:9001/ws",z0=3e4,Rf=class{transport;options;_peerId=null;_name;_keypair=null;messageHandlers=new Set;topicHandlers=new Map;rpcHandlers=new Map;defaultRpcHandler=null;pendingCalls=new Map;pendingSend=new Map;pendingResolve=new Map;eventListeners=new Map;registerPromise=null;hasConnectedOnce=!1;constructor(e){if(this._name=rs(e.name),e.keyPath)try{this._keypair=G0(e.keyPath)}catch{}this.options={name:this._name,url:e.url??Y0,relay:e.relay??"",autoReconnect:e.autoReconnect??!0,reconnectInterval:e.reconnectInterval??1e3,maxReconnectAttempts:e.maxReconnectAttempts??10,rpcTimeout:e.rpcTimeout??z0,pingInterval:e.pingInterval??3e4,binding:e.binding??""},this.transport=new ab({url:this.options.url,autoReconnect:this.options.autoReconnect,reconnectInterval:this.options.reconnectInterval,maxReconnectAttempts:this.options.maxReconnectAttempts,pingInterval:this.options.pingInterval}),this.transport.onMessage(t=>this.handleBridgeMessage(t)),this.transport.onStatusChange(t=>this.handleStatusChange(t))}initKeypairFromSecret(e){try{let t=Buffer.from(e,"base64"),r=r0(new Uint8Array(t));r&&(this._keypair={privateKey:r,publicKey:Yb(r)})}catch{}}get name(){return this._name}get peerId(){return this._peerId}get status(){return this.transport.status}async connect(){return await this.transport.connect(),new Promise((e,t)=>{this.registerPromise={resolve:e,reject:t};let r={type:"register",name:this._name};this.options.relay&&(r.relay=this.options.relay),this._keypair&&(r.public_key=Wd(this._keypair.publicKey)),this.options.binding&&(r.binding=this.options.binding);try{this.transport.send(r)}catch(n){this.registerPromise=null,t(n instanceof Error?n:new he(String(n)))}})}disconnect(){for(let[,e]of this.pendingCalls)clearTimeout(e.timer),e.reject(new he("Client disconnected"));this.pendingCalls.clear();for(let[,e]of this.pendingSend)e.reject(new he("Client disconnected"));this.pendingSend.clear();for(let[,e]of this.pendingResolve)e.reject(new he("Client disconnected"));this.pendingResolve.clear(),this.registerPromise&&(this.registerPromise.reject(new he("Client disconnected")),this.registerPromise=null),this.transport.disconnect(),this._peerId=null,this.hasConnectedOnce=!1}async send(e,t,r,n){let s=rs(e),i=ya();return new Promise((o,a)=>{this.pendingSend.set(s,{resolve:o,reject:a});try{this.transport.send({type:"send",to:s,message_type:t,payload:r,metadata:n})}catch(c){this.pendingSend.delete(s),a(c instanceof Error?c:new he(String(c)))}setTimeout(()=>{this.pendingSend.has(s)&&(this.pendingSend.delete(s),o({messageId:i,to:s}))},5e3)})}async sendSigned(e,t,r,n){if(!this._keypair||!this._peerId)return this.send(e,t,r,n);let s=rs(e),i=ya(),o=Date.now(),a=Math.floor(Math.random()*2**32),c=new TextEncoder().encode(r),{signature:u,signatureInput:l}=await W0(this._keypair.privateKey,i,this._peerId,this._name,o,t,c,a);return new Promise((d,p)=>{this.pendingSend.set(s,{resolve:d,reject:p});try{this.transport.send({type:"send_signed",to:s,message_id:i,sender_peer_id:this._peerId,sender_name:this._name,timestamp_ms:o,message_type:t,payload:r,metadata:n,signature:Buffer.from(u).toString("base64"),signature_input:l,nonce:a})}catch(m){this.pendingSend.delete(s),p(m instanceof Error?m:new he(String(m)))}setTimeout(()=>{this.pendingSend.has(s)&&(this.pendingSend.delete(s),d({messageId:i,to:s}))},5e3)})}async call(e,t,r,n){let s=rs(e),i=n?.correlationId??ya(),o=n?.timeout??this.options.rpcTimeout;return new Promise((a,c)=>{let u=setTimeout(()=>{this.pendingCalls.delete(i),c(new ts(`RPC call to ${s}.${t} timed out after ${o}ms`))},o);this.pendingCalls.set(i,{resolve:a,reject:c,timer:u});try{this.transport.send({type:"call",to:s,method:t,payload:r??"",correlation_id:i})}catch(l){clearTimeout(u),this.pendingCalls.delete(i),c(l instanceof Error?l:new he(String(l)))}})}async broadcast(e,t,r){this.transport.send({type:"broadcast",topic:e,message_type:t,payload:r})}subscribe(e,t){let r=this.topicHandlers.get(e);if(!r){r=new Set,this.topicHandlers.set(e,r);try{this.transport.send({type:"subscribe",topic:e})}catch{}}return r.add(t),()=>{r.delete(t),r.size===0&&this.topicHandlers.delete(e)}}onMessage(e){return this.messageHandlers.add(e),()=>this.messageHandlers.delete(e)}onCall(e,t){return this.rpcHandlers.set(e,t),()=>this.rpcHandlers.delete(e)}onAnyCall(e){return this.defaultRpcHandler=e,()=>{this.defaultRpcHandler=null}}async resolve(e){let t=rs(e);return new Promise((r,n)=>{this.pendingResolve.set(t,{resolve:r,reject:n});try{this.transport.send({type:"resolve",name:t})}catch(s){this.pendingResolve.delete(t),n(s instanceof Error?s:new he(String(s)))}setTimeout(()=>{this.pendingResolve.has(t)&&(this.pendingResolve.delete(t),n(new ts(`Resolve ${t} timed out`)))},1e4)})}on(e,t){let r=this.eventListeners.get(e);return r||(r=new Set,this.eventListeners.set(e,r)),r.add(t),()=>r.delete(t)}off(e,t){let r=this.eventListeners.get(e);r&&r.delete(t)}emit(e,...t){let r=this.eventListeners.get(e);if(r)for(let n of r)try{n(...t)}catch{}}handleBridgeMessage(e){switch(e.type){case"registered":this._peerId=e.peer_id,this._name=e.name,e.secret_key&&!this._keypair&&this.initKeypairFromSecret(e.secret_key),this.hasConnectedOnce=!0,this.registerPromise&&(this.registerPromise.resolve(),this.registerPromise=null),this.emit("connected",{name:e.name,peerId:e.peer_id}),this.resubscribeTopics();break;case"sent":{let t=this.pendingSend.get(e.to);t&&(this.pendingSend.delete(e.to),t.resolve({messageId:e.message_id,to:e.to}));break}case"call_result":{let t=this.pendingCalls.get(e.correlation_id);t&&(clearTimeout(t.timer),this.pendingCalls.delete(e.correlation_id),t.resolve({correlationId:e.correlation_id,success:e.success,payload:e.payload,error:e.error}));break}case"message":{let t={fromName:e.from_name,fromPeerId:e.from_peer_id,messageId:e.message_id,messageType:e.message_type,payload:e.payload,metadata:e.metadata??{},timestampMs:e.timestamp_ms,verified:e.verified,provenance:e.provenance?.map(r=>({signerName:r.signer_name,verified:r.verified})),attestation:e.attestation?{relayName:e.attestation.relay_name,verified:e.attestation.verified}:void 0,delegation:e.delegation?{parentName:e.delegation.parent_name,scope:e.delegation.scope,valid:e.delegation.valid,expired:e.delegation.expired}:void 0};for(let r of this.messageHandlers)try{r(t)}catch{}this.emit("message",t);break}case"inbound_call":this.handleInboundCall(e);break;case"broadcast_message":{let t={topic:e.topic,fromName:e.from_name,fromPeerId:e.from_peer_id,messageId:e.message_id,messageType:e.message_type,payload:e.payload,metadata:e.metadata??{},timestampMs:e.timestamp_ms,verified:e.verified,provenance:e.provenance?.map(n=>({signerName:n.signer_name,verified:n.verified})),attestation:e.attestation?{relayName:e.attestation.relay_name,verified:e.attestation.verified}:void 0,delegation:e.delegation?{parentName:e.delegation.parent_name,scope:e.delegation.scope,valid:e.delegation.valid,expired:e.delegation.expired}:void 0},r=this.topicHandlers.get(e.topic);if(r)for(let n of r)try{n(t)}catch{}this.emit("broadcast",t);break}case"resolved":{let t=this.pendingResolve.get(e.name);t&&(this.pendingResolve.delete(e.name),t.resolve({name:e.name,peerId:e.peer_id}));break}case"error":{let t=ma(e.code,e.message);this.registerPromise&&e.code==="register_failed"&&(this.registerPromise.reject(new di(e.message)),this.registerPromise=null),this.emit("error",t);break}}}async handleInboundCall(e){let t={correlationId:e.correlation_id,fromName:e.from_name,fromPeerId:e.from_peer_id,method:e.method,payload:e.payload,verified:e.verified},r=this.rpcHandlers.get(e.method)??this.defaultRpcHandler,n;if(!r)n={success:!1,error:`No handler for method: ${e.method}`};else try{n=await r(t)}catch(s){n={success:!1,error:s instanceof Error?s.message:String(s)}}try{this.transport.send({type:"call_response",correlation_id:e.correlation_id,success:n.success,payload:n.payload??"",error:n.error??""})}catch{}}handleStatusChange(e){switch(e){case"disconnected":this._peerId=null,this.emit("disconnected");break;case"reconnecting":this.emit("reconnecting",this.transport.reconnectAttempt??0);break;case"connected":if(this.hasConnectedOnce){let t={type:"register",name:this.options.name};this.options.relay&&(t.relay=this.options.relay),this._keypair&&(t.public_key=Wd(this._keypair.publicKey));try{this.transport.send(t)}catch{}}break}}resubscribeTopics(){for(let e of this.topicHandlers.keys())try{this.transport.send({type:"subscribe",topic:e})}catch{}}};});function gv(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1}function Qf(e,t,r=""){let n=gv(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e}function Df(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function hv(e,t){Qf(e,void 0,"digestInto() output");let r=t.outputLen;if(e.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}function Ga(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function qa(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function yv(e,t={}){let r=(s,i)=>e(i).update(s).digest(),n=e(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=s=>e(s),Object.assign(r,t),Object.freeze(r)}function vv(e,t=!1){return t?{h:Number(e&Ri),l:Number(e>>Ff&Ri)}:{h:Number(e>>Ff&Ri)|0,l:Number(e&Ri)|0}}function wv(e,t=!1){let r=e.length,n=new Uint32Array(r),s=new Uint32Array(r);for(let i=0;i<r;i++){let{h:o,l:a}=vv(e[i],t);[n[i],s[i]]=[o,a]}return[n,s]}function Mt(e,t,r,n){let s=(t>>>0)+(n>>>0);return{h:e+r+(s/2**32|0)|0,l:s|0}}function tp(e){return cv(e)}function rp(e,t){return dv(t,e)}function Ov(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function Nv(e){let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}function Lv(e){return Ov(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}function Uv(e){let t=e.length%4===0?0:4-e.length%4,r=e.replace(/-/g,"+").replace(/_/g,"/")+"=".repeat(t);return Nv(r)}function $v(e){if(e.kty!=="OKP"||e.crv!=="Ed25519")throw new Error("not an Ed25519 OKP JWK")}function sp(e){return{kty:"OKP",crv:"Ed25519",x:Lv(e)}}function ip(e){if($v(e),!e.d)throw new Error("Ed25519 JWK has no private component (d)");return Uv(e.d)}var Hf,Oi,Mi,Pf,Mf,Fa,Ba,X0,Wa,Z0,pe,J0,Q0,ev,ar,Ui,Ya,Vf,za,Pt,Of,Xa,Kf,tv,os,rv,Ni,jr,X,Nf,A,Gf,Wf,nv,sv,ja,Ha,as,Vr,Hr,Yf,zf,dt,iv,Lf,ov,Va,Za,av,Xf,cv,lv,uv,dv,Ja,Zf,Li,fv,Jf,Ka,pv,Uf,$f,mv,_v,bv,be,Ri,Ff,Bf,jf,vn,wn,Ii,Pi,Sv,xv,Tv,Ev,kv,Av,ep,Cv,Rv,ir,or,Iv,Pv,Mv,qf,ok,np,ak,ck,lk,uk,Qa=Fe(()=>{"use strict";Hf=Object.freeze({p:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffedn,n:0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3edn,h:8n,a:0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecn,d:0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3n,Gx:0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51an,Gy:0x6666666666666666666666666666666666666666666666666666666666666658n}),{p:Oi,n:Mi,Gx:Pf,Gy:Mf,a:Fa,d:Ba,h:X0}=Hf,Wa=32,Z0=(...e)=>{"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(...e)},pe=(e="")=>{let t=new Error(e);throw Z0(t,pe),t},J0=e=>typeof e=="bigint",Q0=e=>typeof e=="string",ev=e=>e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in e&&e.BYTES_PER_ELEMENT===1,ar=(e,t,r="")=>{let n=ev(e),s=e?.length,i=t!==void 0;if(!n||i&&s!==t){let o=r&&`"${r}" `,a=i?` of length ${t}`:"",c=n?`length=${s}`:`type=${typeof e}`,u=o+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return e},Ui=e=>new Uint8Array(e),Ya=e=>Uint8Array.from(e),Vf=(e,t)=>e.toString(16).padStart(t,"0"),za=e=>Array.from(ar(e)).map(t=>Vf(t,2)).join(""),Pt={_0:48,_9:57,A:65,F:70,a:97,f:102},Of=e=>{if(e>=Pt._0&&e<=Pt._9)return e-Pt._0;if(e>=Pt.A&&e<=Pt.F)return e-(Pt.A-10);if(e>=Pt.a&&e<=Pt.f)return e-(Pt.a-10)},Xa=e=>{let t="hex invalid";if(!Q0(e))return pe(t);let r=e.length,n=r/2;if(r%2)return pe(t);let s=Ui(n);for(let i=0,o=0;i<n;i++,o+=2){let a=Of(e.charCodeAt(o)),c=Of(e.charCodeAt(o+1));if(a===void 0||c===void 0)return pe(t);s[i]=a*16+c}return s},Kf=()=>globalThis?.crypto,tv=()=>Kf()?.subtle??pe("crypto.subtle must be defined, consider polyfill"),os=(...e)=>{let t=0;for(let s of e)t+=ar(s).length;let r=Ui(t),n=0;return e.forEach(s=>{r.set(s,n),n+=s.length}),r},rv=(e=Wa)=>Kf().getRandomValues(Ui(e)),Ni=BigInt,jr=(e,t,r,n="bad number: out of range")=>{if(!J0(e))throw new TypeError(n);if(t<=e&&e<r)return e;throw new RangeError(n)},X=(e,t=Oi)=>{let r=e%t;return r>=0n?r:t+r},Nf=(1n<<255n)-1n,A=e=>{e<0n&&pe("negative coordinate");let t=(e>>255n)*19n+(e&Nf);return t=(t>>255n)*19n+(t&Nf),t%Oi},Gf=e=>X(e,Mi),Wf=(e,t)=>{(e===0n||t<=0n)&&pe("no inverse n="+e+" mod="+t);let r=X(e,t),n=t,s=0n,i=1n,o=1n,a=0n;for(;r!==0n;){let c=n/r,u=n%r,l=s-o*c,d=i-a*c;n=r,r=u,s=o,i=a,o=l,a=d}return n===1n?X(s,t):pe("no inverse")},nv=e=>{let t=Zf[e];return typeof t!="function"&&pe("hashes."+e+" not set"),t},sv=e=>ar(e,64,"digest"),ja=e=>e instanceof as?e:pe("Point expected"),Ha=2n**256n,as=class qr{static BASE;static ZERO;X;Y;Z;T;constructor(t,r,n,s){let i=Ha;this.X=jr(t,0n,i),this.Y=jr(r,0n,i),this.Z=jr(n,1n,i),this.T=jr(s,0n,i),Object.freeze(this)}static CURVE(){return Hf}static fromAffine(t){return new qr(t.x,t.y,1n,A(t.x*t.y))}static fromBytes(t,r=!1){let n=Ba,s=Ya(ar(t,Wa)),i=t[31];s[31]=i&-129;let o=zf(s);jr(o,0n,r?Ha:Oi);let c=A(o*o),u=X(c-1n),l=A(n*c+1n),{isValid:d,value:p}=ov(u,l);d||pe("bad point: y not sqrt");let m=(p&1n)===1n,f=(i&128)!==0;return!r&&p===0n&&f&&pe("bad point: x==0, isLastByteOdd"),f!==m&&(p=X(-p)),new qr(p,o,1n,A(p*o))}static fromHex(t,r){return qr.fromBytes(Xa(t),r)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}assertValidity(){let t=Fa,r=Ba,n=this;if(n.is0())return pe("bad point: ZERO");let{X:s,Y:i,Z:o,T:a}=n,c=A(s*s),u=A(i*i),l=A(o*o),d=A(l*l),p=A(c*t),m=A(l*(p+u)),f=X(d+A(r*A(c*u)));if(m!==f)return pe("bad point: equation left != right (1)");let _=A(s*i),S=A(o*a);return _!==S?pe("bad point: equation left != right (2)"):this}equals(t){let{X:r,Y:n,Z:s}=this,{X:i,Y:o,Z:a}=ja(t),c=A(r*a),u=A(i*s),l=A(n*a),d=A(o*s);return c===u&&l===d}is0(){return this.equals(Hr)}negate(){return new qr(X(-this.X),this.Y,this.Z,X(-this.T))}double(){let{X:t,Y:r,Z:n}=this,s=Fa,i=A(t*t),o=A(r*r),a=A(2n*n*n),c=A(s*i),u=X(t+r),l=X(A(u*u)-i-o),d=X(c+o),p=X(d-a),m=X(c-o),f=A(l*p),_=A(d*m),S=A(l*m),I=A(p*d);return new qr(f,_,I,S)}add(t){let{X:r,Y:n,Z:s,T:i}=this,{X:o,Y:a,Z:c,T:u}=ja(t),l=Fa,d=Ba,p=A(r*o),m=A(n*a),f=A(A(i*d)*u),_=A(s*c),S=X(A(X(r+n)*X(o+a))-p-m),I=X(_-f),b=X(_+f),P=X(m-A(l*p)),M=A(S*I),q=A(b*P),B=A(S*P),y=A(I*b);return new qr(M,q,y,B)}subtract(t){return this.add(ja(t).negate())}multiply(t,r=!0){if(!r&&t===0n||(jr(t,1n,Mi),!r&&this.is0()))return Hr;if(t===1n)return this;if(this.equals(Vr))return mv(t).p;let n=Hr,s=Vr;for(let i=this;t>0n;i=i.double(),t>>=1n)t&1n?n=n.add(i):r&&(s=s.add(i));return n}multiplyUnsafe(t){return this.multiply(t,!1)}toAffine(){let{X:t,Y:r,Z:n}=this;if(this.equals(Hr))return{x:0n,y:1n};let s=Wf(n,Oi);A(n*s)!==1n&&pe("invalid inverse");let i=A(t*s),o=A(r*s);return{x:i,y:o}}toBytes(){let{x:t,y:r}=this.toAffine(),n=Yf(r);return n[31]|=t&1n?128:0,n}toHex(){return za(this.toBytes())}clearCofactor(){return this.multiply(Ni(X0),!1)}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){let t=this.multiply(Mi/2n,!1).double();return Mi%2n&&(t=t.add(this)),t.is0()}},Vr=new as(Pf,Mf,1n,X(Pf*Mf)),Hr=new as(0n,1n,1n,0n);as.BASE=Vr;as.ZERO=Hr;Yf=e=>Xa(Vf(jr(e,0n,Ha),64)).reverse(),zf=e=>Ni("0x"+za(Ya(ar(e)).reverse())),dt=(e,t)=>{let r=e;for(;t-- >0n;)r=A(r*r);return r},iv=e=>{let t=A(e*e),r=A(t*e),n=A(dt(r,2n)*r),s=A(dt(n,1n)*e),i=A(dt(s,5n)*s),o=A(dt(i,10n)*i),a=A(dt(o,20n)*o),c=A(dt(a,40n)*a),u=A(dt(c,80n)*c),l=A(dt(u,80n)*c),d=A(dt(l,10n)*i);return{pow_p_5_8:A(dt(d,2n)*e),b2:r}},Lf=0x2b8324804fc1df0b2b4d00993dfbd7a72f431806ad2fe478c4ee1b274a0ea0b0n,ov=(e,t)=>{let r=A(t*A(t*t)),n=A(A(r*r)*t),s=iv(A(e*n)).pow_p_5_8,i=A(e*A(r*s)),o=A(t*A(i*i)),a=i,c=A(i*Lf),u=o===e,l=o===X(-e),d=o===X(-e*Lf);return u&&(i=a),(l||d)&&(i=c),(X(i)&1n)===1n&&(i=X(-i)),{isValid:u||l,value:i}},Va=e=>Gf(zf(e)),Za=(...e)=>sv(nv("sha512")(os(...e))),av=e=>{let t=Ya(e),r=t.slice(0,32);r[0]&=248,r[31]&=127,r[31]|=64;let n=t.slice(32,64),s=Va(r),i=Vr.multiply(s),o=i.toBytes();return{head:r,prefix:n,scalar:s,point:i,pointBytes:o}},Xf=e=>av(Za(ar(e,Wa))),cv=e=>Xf(e).pointBytes,lv=e=>e.finish(Za(e.hashable)),uv=(e,t,r)=>{let{pointBytes:n,scalar:s}=e,i=Va(t),o=Vr.multiply(i).toBytes();return{hashable:os(o,n,r),finish:u=>{let l=Gf(i+Va(u)*s);return ar(os(o,Yf(l)),64)}}},dv=(e,t)=>{let r=ar(e),n=Xf(t),s=Za(n.prefix,r);return lv(uv(n,s,r))},Ja=Object.freeze({bytesToHex:za,hexToBytes:Xa,concatBytes:os,mod:X,invert:Wf,randomBytes:rv}),Zf={sha512Async:async e=>{let t=tv(),r=os(e);return Ui(await t.digest("SHA-512",r.buffer))},sha512:void 0},Li=8,fv=256,Jf=Math.ceil(fv/Li)+1,Ka=2**(Li-1),pv=()=>{let e=[],t=Vr,r=t;for(let n=0;n<Jf;n++){r=t,e.push(r);for(let s=1;s<Ka;s++)r=r.add(t),e.push(r);t=r.double()}return e},Uf=void 0,$f=(e,t)=>{let r=t.negate();return e?r:t},mv=e=>{let t=Uf||(Uf=pv()),r=Hr,n=Vr,s=2**Li,i=s,o=Ni(s-1),a=Ni(Li);for(let c=0;c<Jf;c++){let u=Number(e&o);e>>=a,u>Ka&&(u-=i,e+=1n);let l=c*Ka,d=l,p=l+Math.abs(u)-1,m=c%2!==0,f=u<0;u===0?n=n.add($f(m,t[d])):r=r.add($f(f,t[p]))}return e!==0n&&pe("invalid wnaf"),{p:r,f:n}};_v=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])}),bv=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=qa(this.buffer)}update(e){Df(this),Qf(e);let{view:t,buffer:r,blockLen:n}=this,s=e.length;for(let i=0;i<s;){let o=Math.min(n-this.pos,s-i);if(o===n){let a=qa(e);for(;n<=s-i;i+=n)this.process(a,i);continue}r.set(e.subarray(i,i+o),this.pos),this.pos+=o,i+=o,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Df(this),hv(e,this),this.finished=!0;let{buffer:t,view:r,blockLen:n,isLE:s}=this,{pos:i}=this;t[i++]=128,Ga(this.buffer.subarray(i)),this.padOffset>n-i&&(this.process(r,0),i=0);for(let l=i;l<n;l++)t[l]=0;r.setBigUint64(n-8,BigInt(this.length*8),s),this.process(r,0);let o=qa(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let c=a/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<c;l++)o.setUint32(4*l,u[l],s)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:r,length:n,finished:s,destroyed:i,pos:o}=this;return e.destroyed=i,e.finished=s,e.length=n,e.pos=o,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}},be=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]),Ri=BigInt(2**32-1),Ff=BigInt(32);Bf=(e,t,r)=>e>>>r,jf=(e,t,r)=>e<<32-r|t>>>r,vn=(e,t,r)=>e>>>r|t<<32-r,wn=(e,t,r)=>e<<32-r|t>>>r,Ii=(e,t,r)=>e<<64-r|t>>>r-32,Pi=(e,t,r)=>e>>>r-32|t<<64-r;Sv=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),xv=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,Tv=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),Ev=(e,t,r,n,s)=>t+r+n+s+(e/2**32|0)|0,kv=(e,t,r,n,s)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(s>>>0),Av=(e,t,r,n,s,i)=>t+r+n+s+i+(e/2**32|0)|0,ep=wv(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),Cv=ep[0],Rv=ep[1],ir=new Uint32Array(80),or=new Uint32Array(80),Iv=class extends bv{constructor(e){super(128,e,16,!1)}get(){let{Ah:e,Al:t,Bh:r,Bl:n,Ch:s,Cl:i,Dh:o,Dl:a,Eh:c,El:u,Fh:l,Fl:d,Gh:p,Gl:m,Hh:f,Hl:_}=this;return[e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_]}set(e,t,r,n,s,i,o,a,c,u,l,d,p,m,f,_){this.Ah=e|0,this.Al=t|0,this.Bh=r|0,this.Bl=n|0,this.Ch=s|0,this.Cl=i|0,this.Dh=o|0,this.Dl=a|0,this.Eh=c|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=p|0,this.Gl=m|0,this.Hh=f|0,this.Hl=_|0}process(e,t){for(let b=0;b<16;b++,t+=4)ir[b]=e.getUint32(t),or[b]=e.getUint32(t+=4);for(let b=16;b<80;b++){let P=ir[b-15]|0,M=or[b-15]|0,q=vn(P,M,1)^vn(P,M,8)^Bf(P,M,7),B=wn(P,M,1)^wn(P,M,8)^jf(P,M,7),y=ir[b-2]|0,w=or[b-2]|0,V=vn(y,w,19)^Ii(y,w,61)^Bf(y,w,6),ee=wn(y,w,19)^Pi(y,w,61)^jf(y,w,6),H=Tv(B,ee,or[b-7],or[b-16]),ce=Ev(H,q,V,ir[b-7],ir[b-16]);ir[b]=ce|0,or[b]=H|0}let{Ah:r,Al:n,Bh:s,Bl:i,Ch:o,Cl:a,Dh:c,Dl:u,Eh:l,El:d,Fh:p,Fl:m,Gh:f,Gl:_,Hh:S,Hl:I}=this;for(let b=0;b<80;b++){let P=vn(l,d,14)^vn(l,d,18)^Ii(l,d,41),M=wn(l,d,14)^wn(l,d,18)^Pi(l,d,41),q=l&p^~l&f,B=d&m^~d&_,y=kv(I,M,B,Rv[b],or[b]),w=Av(y,S,P,q,Cv[b],ir[b]),V=y|0,ee=vn(r,n,28)^Ii(r,n,34)^Ii(r,n,39),H=wn(r,n,28)^Pi(r,n,34)^Pi(r,n,39),ce=r&s^r&o^s&o,Y=n&i^n&a^i&a;S=f|0,I=_|0,f=p|0,_=m|0,p=l|0,m=d|0,{h:l,l:d}=Mt(c|0,u|0,w|0,V|0),c=o|0,u=a|0,o=s|0,a=i|0,s=r|0,i=n|0;let K=Sv(V,H,Y);r=xv(K,w,ee,ce),n=K|0}({h:r,l:n}=Mt(this.Ah|0,this.Al|0,r|0,n|0)),{h:s,l:i}=Mt(this.Bh|0,this.Bl|0,s|0,i|0),{h:o,l:a}=Mt(this.Ch|0,this.Cl|0,o|0,a|0),{h:c,l:u}=Mt(this.Dh|0,this.Dl|0,c|0,u|0),{h:l,l:d}=Mt(this.Eh|0,this.El|0,l|0,d|0),{h:p,l:m}=Mt(this.Fh|0,this.Fl|0,p|0,m|0),{h:f,l:_}=Mt(this.Gh|0,this.Gl|0,f|0,_|0),{h:S,l:I}=Mt(this.Hh|0,this.Hl|0,S|0,I|0),this.set(r,n,s,i,o,a,c,u,l,d,p,m,f,_,S,I)}roundClean(){Ga(ir,or)}destroy(){this.destroyed=!0,Ga(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},Pv=class extends Iv{Ah=be[0]|0;Al=be[1]|0;Bh=be[2]|0;Bl=be[3]|0;Ch=be[4]|0;Cl=be[5]|0;Dh=be[6]|0;Dl=be[7]|0;Eh=be[8]|0;El=be[9]|0;Fh=be[10]|0;Fl=be[11]|0;Gh=be[12]|0;Gl=be[13]|0;Hh=be[14]|0;Hl=be[15]|0;constructor(){super(64)}},Mv=yv(()=>new Pv,_v(3)),qf=Zf;qf.sha512||(qf.sha512=e=>Mv(e));ok=Ja.bytesToHex,np=Ja.hexToBytes,ak=Ja.concatBytes;ck=new TextEncoder;lk=np("302e020100300506032b657004220420"),uk=np("302a300506032b6570032100");});var dp={};Pn(dp,{CardRequiredError:()=>Kr,buildIssuanceRequest:()=>up,enrollCardUrl:()=>$i,jkt:()=>cp,proofPayload:()=>lp,readSeed:()=>Di,requestVisaBinding:()=>ec});function cp(e){let t=JSON.stringify({crv:e.crv,kty:e.kty,x:e.x});return op.createHash("sha256").update(t,"utf8").digest("base64url")}function lp(e,t,r){return`visa-agent-binding:v1:${e}:${t}:${r}`}function up(e,t,r="visa",n=Math.floor(Date.now()/1e3)){let s=sp(tp(e)),i=Buffer.from(lp(t,cp(s),n),"utf8"),o=Buffer.from(rp(e,i)).toString("base64url");return{name:t,mesh:r,agent_pubkey:s,proof:{ts:n,sig:o}}}function $i(e){try{return new URL("/enroll-card",e).toString()}catch{return"https://auth.visacli.sh/enroll-card"}}async function ec(e){let t=up(e.seed,e.name,e.mesh??"visa",e.nowSec),r=e.fetchImpl??fetch,n=`${e.authUrl.replace(/\/+$/,"")}/v2/harness/agents`,s=await r(n,{method:"POST",headers:{"content-type":"application/json","x-api-key":e.apiKey},body:JSON.stringify(t)});if(!s.ok){let i="",o="";try{let a=await s.json();i=a?.error??"",o=a?.error_code??""}catch{}throw s.status===403&&(o==="ACCOUNT_NOT_APPROVED"||/no card/i.test(i))?new Kr("No card on file \u2014 enroll a card to register on the trusted .visa mesh.",$i(e.authUrl),"no_card"):new Error(`Visa binding issuance failed (${s.status})${i?`: ${i}`:""}`)}return await s.json()}function Di(e){return new Uint8Array(ap.readFileSync(e))}var op,ap,Kr,tc=Fe(()=>{"use strict";op=U(require("crypto")),ap=U(require("fs"));Qa();Kr=class extends Error{enrollUrl;reason;constructor(t,r,n){super(t),this.name="CardRequiredError",this.enrollUrl=r,this.reason=n}}});var cc={};Pn(cc,{SUBWAY_PROTOCOL:()=>Sp,registerDirect:()=>Xv,resolveDirect:()=>Zv});function sc(e,t){let r=typeof t=="bigint"?t:BigInt(t);for(;r>0x7fn;)e.push(Number(r&0x7fn|0x80n)),r>>=7n;e.push(Number(r))}function Ue(e,t){let r=0n,n=0n,s=t;for(;;){let i=e[s++];if(r|=BigInt(i&127)<<n,(i&128)===0)break;n+=7n}return[r,s]}function ic(e,t){return e<<3|t}function cs(e,t,r){e.push(ic(t,2)),sc(e,r.length);for(let n of r)e.push(n)}function Dv(e,t){let r=[];return cs(r,1,nc.encode(e)),t&&t.length>0&&cs(r,2,nc.encode(t)),Uint8Array.from(r)}function Fv(e,t,r){let n=[];return r!==0n&&(n.push(ic(1,0)),sc(n,r)),cs(n,2,Dv(e,t)),Uint8Array.from(n)}function Bv(e){let t=[];return cs(t,1,nc.encode(e)),Uint8Array.from(t)}function jv(e,t){let r=[];return t!==0n&&(r.push(ic(1,0)),sc(r,t)),cs(r,3,Bv(e)),Uint8Array.from(r)}function qv(e){let t=0,r={success:!1,error:""};for(;t<e.length;){let[n,s]=Ue(e,t);t=s;let i=Number(n)>>3,o=Number(n)&7;if(i===1&&o===0){let[a,c]=Ue(e,t);t=c,r.success=a!==0n}else if(i===2&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.error=vp.decode(e.subarray(u,l)),t=l}else t=oc(e,t,o)}return r}function Hv(e){let t=0,r={peerId:new Uint8Array(0),error:""};for(;t<e.length;){let[n,s]=Ue(e,t);t=s;let i=Number(n)>>3,o=Number(n)&7;if(i===1&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.peerId=e.subarray(u,l),t=l}else if(i===2&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.error=vp.decode(e.subarray(u,l)),t=l}else t=oc(e,t,o)}return r}function oc(e,t,r){if(r===0)return Ue(e,t)[1];if(r===2){let[n,s]=Ue(e,t);return s+Number(n)}if(r===5)return t+4;if(r===1)return t+8;throw new Error(`unsupported wire type ${r}`)}function wp(e){let t=0,r={requestId:0n};for(;t<e.length;){let[n,s]=Ue(e,t);t=s;let i=Number(n)>>3,o=Number(n)&7;if(i===1&&o===0){let[a,c]=Ue(e,t);t=c,r.requestId=a}else if(i===13&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.registerNameResponse=qv(e.subarray(u,l)),t=l}else if(i===14&&o===2){let[a,c]=Ue(e,t),u=c,l=u+Number(a);r.resolveNameResponse=Hv(e.subarray(u,l)),t=l}else t=oc(e,t,o)}return r}function Vv(e){let t=new Uint8Array(4+e.length);return new DataView(t.buffer).setUint32(0,e.length,!1),t.set(e,4),t}function ac(e){return new DataView(e.buffer,e.byteOffset,4).getUint32(0,!1)}function Kv(e){if(e.length<4)return{success:!1,error:"short reply (no length prefix)"};let t=ac(e.subarray(0,4));return e.length<4+t?{success:!1,error:`truncated frame (have ${e.length-4}, need ${t})`}:wp(e.subarray(4,4+t)).registerNameResponse??{success:!1,error:"reply carried no register_name_response"}}function Gv(e){if(e.length<4)return{peerId:new Uint8Array(0),error:"short reply (no length prefix)"};let t=ac(e.subarray(0,4));return e.length<4+t?{peerId:new Uint8Array(0),error:`truncated frame (have ${e.length-4}, need ${t})`}:wp(e.subarray(4,4+t)).resolveNameResponse??{peerId:new Uint8Array(0),error:"reply carried no resolve_name_response"}}function rc(e){let t=e.reduce((s,i)=>s+i.length,0),r=new Uint8Array(t),n=0;for(let s of e)r.set(s,n),n+=s.length;return r}async function zv(e){let t=[],r=0,n=-1;for await(let s of e){let i=s instanceof Uint8Array?s:s.subarray();if(t.push(i),r+=i.length,r>fp)throw new Error("subway: reply exceeded max size");if(n<0&&r>=4&&(n=4+ac(rc(t).subarray(0,4)),n>fp))throw new Error("subway: declared frame exceeds max size");if(n>=0&&r>=n)return rc(t).subarray(0,n)}return rc(t)}async function xp(e){return(0,pp.createLibp2p)({...e?{privateKey:await(0,yp.generateKeyPairFromSeed)("Ed25519",e)}:{},transports:[(0,mp.tcp)()],connectionEncrypters:[(0,gp.noise)()],streamMuxers:[(0,hp.yamux)()],connectionGater:{denyDialMultiaddr:async()=>!1}})}async function Tp(e,t,r){let n=await e.dialProtocol((0,_p.multiaddr)(t),Sp,{signal:AbortSignal.timeout(Wv)});n.send(Vv(r));let s;return Promise.race([zv(n),new Promise((i,o)=>{s=setTimeout(()=>o(new Error("subway: request timed out")),Yv)})]).finally(()=>clearTimeout(s))}async function Xv(e){let t=await xp(e.seed);try{let r=await Tp(t,e.relayMultiaddr,Fv(e.name,e.binding,e.requestId??1n)),n=Kv(r);return{success:n.success,error:n.error,peerId:t.peerId.toString()}}finally{await t.stop()}}async function Zv(e){let t=await xp(e.seed);try{let r=await Tp(t,e.relayMultiaddr,jv(e.name,e.requestId??1n)),n=Gv(r);return n.peerId.length===0?{found:!1,peerId:"",error:n.error||"name not found"}:{found:!0,peerId:(0,bp.toString)(n.peerId,"base58btc"),error:""}}finally{await t.stop()}}var pp,mp,gp,hp,yp,_p,bp,nc,vp,Sp,Wv,Yv,fp,lc=Fe(()=>{"use strict";ha();pp=require("libp2p"),mp=require("@libp2p/tcp"),gp=require("@chainsafe/libp2p-noise"),hp=require("@chainsafe/libp2p-yamux"),yp=require("@libp2p/crypto/keys"),_p=require("@multiformats/multiaddr"),bp=require("uint8arrays/to-string"),nc=new TextEncoder,vp=new TextDecoder;Sp="/subway/p2p/1.0.0",Wv=15e3,Yv=15e3,fp=1<<20});var us={};Pn(us,{MESH:()=>Ce,RELAY_URL:()=>mc,connectOrThrow:()=>qi,ensureMailbox:()=>bc,isSubwayEnabled:()=>gc,listRegistered:()=>nw,loadBindingFor:()=>_c,loadRegistry:()=>Gr,makeClient:()=>ji,maybeMintVisaBinding:()=>Ap,meshName:()=>We,readInbox:()=>iw,registerName:()=>ew,resolveActingName:()=>Qv,resolveMeshName:()=>tw,seedSubwayKeyFromTapAgent:()=>kp,sendMessage:()=>rw,sendVia:()=>ow,subwayKeyPath:()=>Bi});function We(e){return e.includes(".")?e:`${e}.${Ce}`}function gc(e){if(process.env.VISA_DEV==="1")return!0;let t=e??"0.0.0";return t==="0.0.0"||t.startsWith("0.0.")?!0:/-rc\.|-beta\./.test(t)}function yc(){se.mkdirSync(hc,{recursive:!0,mode:448})}function Jv(e){return e.replace(/[^a-zA-Z0-9_.-]/g,"_")}function Bi(e){return Sn.join(hc,`${Jv(e)}.key`)}function Gr(){if(!se.existsSync(pc))return{};try{return JSON.parse(se.readFileSync(pc,"utf8"))}catch{return{}}}function dc(e){yc(),se.writeFileSync(pc,JSON.stringify(e,null,2),{mode:384})}function fc(){try{return ls.userInfo().username}catch{return"local"}}function kp(e){if(se.existsSync(e)||!se.existsSync(uc))return null;let t=se.readdirSync(uc).filter(n=>n.endsWith(".json"));if(t.length===0)return null;let r=t.map(n=>Sn.join(uc,n)).sort((n,s)=>se.statSync(s).mtimeMs-se.statSync(n).mtimeMs)[0];try{let n=JSON.parse(se.readFileSync(r,"utf8"));if(!n.private_key_jwk)return null;let s=ip(n.private_key_jwk);return yc(),se.writeFileSync(e,Buffer.from(s),{mode:384}),n.agent_id??null}catch{return null}}function ji(e,t={}){return new Rf({name:We(e),url:mc,keyPath:Bi(e),autoReconnect:t.autoReconnect??!1,binding:t.binding})}function _c(e){if(Ce!=="visa")return;let t=Gr()[e];if(t?.binding&&!(t.bindingExpiresAt&&Date.parse(t.bindingExpiresAt)<=Date.now()))return t.binding}async function qi(e,t=15e3){await Promise.race([e.connect(),new Promise((r,n)=>setTimeout(()=>n(new Error(`Subway relay connect timed out after ${t}ms (${mc})`)),t))])}function Qv(e){if(e)return e;let t=Object.keys(Gr());if(t.length===1)return t[0];throw t.length===0?new Error("No Subway names registered yet. Run `visa register <name>` first."):new Error(`Multiple names registered (${t.join(", ")}). Pass --as <name>.`)}async function Ap(e){if(Ce!=="visa")return null;let t=process.env.VISA_CLI_API_KEY?.trim();if(!t)throw new Kr("No Visa Key configured \u2014 set VISA_CLI_API_KEY (a Visa Key with a card on file) to register on the trusted .visa mesh.",$i(le()),"no_key");try{return await ec({authUrl:le(),apiKey:t,seed:Di(Bi(e)),name:We(e)})}catch(r){if(r instanceof Kr)throw r;return console.warn(`[subway] Visa binding not minted: ${r instanceof Error?r.message:String(r)}`),null}}async function ew(e){let t=Bi(e),r=kp(t),n=We(e);Ce==="visa"&&!se.existsSync(t)&&(yc(),se.writeFileSync(t,(0,Ep.randomBytes)(32),{mode:384}));let s=await Ap(e),i=s?{binding:s.binding,bindingExpiresAt:new Date(Date.now()+s.expires_in*1e3).toISOString()}:{},o=process.env.SUBWAY_RELAY_MULTIADDR;if(Ce==="visa"&&o){let{registerDirect:c}=await Promise.resolve().then(()=>(lc(),cc)),u=await c({relayMultiaddr:o,seed:Di(t),name:n,binding:s?.binding});if(!u.success)throw new Error(`.visa relay admission failed: ${u.error||"unknown"}`);let l=Gr();return l[e]={relayName:n,mesh:Ce,peerId:u.peerId,owner:fc(),tapAgentId:r,registeredAt:new Date().toISOString(),...i},dc(l),{relayName:n,mesh:Ce,peerId:u.peerId,tapAgentId:r,...s?{binding:s.binding}:{}}}if(Ce==="visa"&&!process.env.SUBWAY_RELAY){let c=Gr();return c[e]={relayName:n,mesh:Ce,peerId:null,owner:fc(),tapAgentId:r,registeredAt:new Date().toISOString(),...i},dc(c),{relayName:n,mesh:Ce,peerId:null,tapAgentId:r,...s?{binding:s.binding}:{},note:s?"Visa binding minted; relay admission pending a .visa relay (set SUBWAY_RELAY).":"No Visa binding minted; set VISA_CLI_API_KEY (card on file) and SUBWAY_RELAY for a .visa relay."}}let a=ji(e,{autoReconnect:!1,binding:s?.binding});try{await qi(a);let c=Gr();return c[e]={relayName:n,mesh:Ce,peerId:a.peerId,owner:fc(),tapAgentId:r,registeredAt:new Date().toISOString(),...i},dc(c),{relayName:n,mesh:Ce,peerId:a.peerId,tapAgentId:r,...s?{binding:s.binding}:{}}}finally{a.disconnect()}}async function tw(e){let t=We(e),r=process.env.SUBWAY_RELAY_MULTIADDR;if(Ce==="visa"&&r){let{resolveDirect:n}=await Promise.resolve().then(()=>(lc(),cc)),s=await n({relayMultiaddr:r,name:t});return{relayName:t,found:s.found,peerId:s.peerId,error:s.error}}throw new Error("subway find needs the .visa mesh with a dedicated relay \u2014 set SUBWAY_MESH=visa and SUBWAY_RELAY_MULTIADDR.")}async function rw(e,t,r){let n=ji(e,{autoReconnect:!1,binding:_c(e)});try{await qi(n);let s=We(t);return await n.sendSigned(s,"chat",r),{to:s,as:We(e)}}finally{n.disconnect()}}function nw(){let e=Gr();return Object.entries(e).map(([t,r])=>({name:t,...r}))}async function bc(e){let t=Fi.get(e);if(t)return{relayName:We(e),peerId:t.client.peerId};let r=ji(e,{autoReconnect:!0,binding:_c(e)}),n=[];return r.onMessage(s=>{n.push({from:s.fromName,text:s.payload,ts:s.timestampMs,verified:!!s.verified}),n.length>sw&&n.shift()}),Fi.set(e,{client:r,buffer:n}),await qi(r),{relayName:We(e),peerId:r.peerId}}async function iw(e,t=20,r=!1){await bc(e);let n=Fi.get(e);if(!n)return[];let s=n.buffer.slice(-t);return r&&(n.buffer.length=0),s}async function ow(e,t,r){await bc(e);let n=Fi.get(e);if(!n)throw new Error(`mailbox for ${e} unavailable`);let s=We(t);return await n.client.sendSigned(s,"chat",r),{to:s,as:We(e)}}var se,ls,Sn,Ep,Ce,mc,hc,pc,uc,Fi,sw,xn=Fe(()=>{"use strict";If();Qa();se=U(require("fs")),ls=U(require("os")),Sn=U(require("path")),Ep=require("crypto");je();tc();Ce=process.env.SUBWAY_MESH??"relay",mc=process.env.SUBWAY_RELAY??"wss://relay.subway.dev/ws";hc=Sn.join(ls.homedir(),".visa-cli","subway"),pc=Sn.join(hc,"registry.json"),uc=Sn.join(ls.homedir(),".visa-cli","agents");Fi=new Map,sw=200});var so={};Pn(so,{initSentry:()=>Px,isSentryConfigured:()=>Ix,reportFatal:()=>Mx});function Ix(){return!1}async function Px(){return null}async function Mx(e,t){process.exit(t?.exitCode??1)}var io=Fe(()=>{});var qm=require("@modelcontextprotocol/sdk/server/index.js"),Hm=require("@modelcontextprotocol/sdk/server/stdio.js"),mt=require("@modelcontextprotocol/sdk/types.js");async function we(e,t){let r=t?.timeoutMs??3e4,n=new AbortController,s=setTimeout(()=>n.abort(),r);try{let{timeoutMs:i,...o}=t??{};return await fetch(e,{...o,signal:n.signal})}finally{clearTimeout(s)}}var Es=class extends Error{code="ATTESTATION_KEY_DRIFT";hint;constructor(t,r){super(t),this.name="AttestationDriftError",this.hint=r}},Xr=class extends Error{code;budgetId;status;constructor(t,r,n={}){super(t),this.name="SessionInvalidError",this.code=r,this.budgetId=n.budgetId,this.status=n.status}},gt=class extends Error{code="SESSION_LOCK_CONTENDED";retryAfterSecs;status;constructor(t,r=1,n){super(t),this.name="SessionLockContendedError",this.retryAfterSecs=r,this.status=n}},Je=class extends Error{code="PARENTLESS_NOT_ENABLED";status;serverErrorCode;constructor(t,r={}){super(t),this.name="ParentlessNotEnabledError",this.status=r.status,this.serverErrorCode=r.serverErrorCode}},re=class extends Error{retryable;code;reason;paymentErrorClass;correlationId;transactionId;retryAfter;constructor(t,r,n,s,i,o,a,c){super(t),this.name="CardDeclinedError",this.retryable=r,this.code=n,this.reason=s,this.paymentErrorClass=i,this.correlationId=o,this.transactionId=a,this.retryAfter=c}},Ut=class extends Error{code;transactionId;retryable;reconciliationRequired;constructor(t,r,n={}){super(t),this.name="TopupAmbiguousError",this.code=r,this.transactionId=n.transactionId,this.retryable=n.retryable??!1,this.reconciliationRequired=n.reconciliationRequired??!0}};var qc={ENOTFOUND:"Cannot resolve the Visa CLI server hostname (DNS error). Check your internet connection or the auth.serverUrl setting.",EAI_AGAIN:"DNS lookup for the Visa CLI server failed temporarily. Check your internet connection and try again.",ECONNREFUSED:"The Visa CLI server refused the connection. The service may be down \u2014 check https://visacli.sh for status.",ECONNRESET:"The connection to the Visa CLI server was reset mid-request. Try again in a moment.",EHOSTUNREACH:"The Visa CLI server is unreachable from this network. Check your internet connection.",ETIMEDOUT:"The connection to the Visa CLI server timed out. Try again or check https://visacli.sh for status.",CERT_HAS_EXPIRED:"The Visa CLI server's TLS certificate is expired. Check https://visacli.sh for status; do not bypass the cert.",UND_ERR_CONNECT_TIMEOUT:"The connection to the Visa CLI server timed out before it could be established. Try again in a moment.",UND_ERR_SOCKET:"The connection to the Visa CLI server was interrupted. Try again in a moment."};function Zr(e){let t=e&&typeof e=="object"?e:{};if(t.name==="AbortError"||typeof t.message=="string"&&t.message.includes("aborted"))return"The request timed out. The server may be under heavy load. Please try again.";let r=(t.cause&&typeof t.cause=="object"?t.cause.code:void 0)??(typeof t.code=="string"?t.code:void 0);return r&&qc[r]?qc[r]:`Network error contacting the Visa CLI server (${r?`${r}: ${typeof t.message=="string"?t.message:"unknown"}`:typeof t.message=="string"&&t.message.length>0?t.message:"unknown error"}). Check https://visacli.sh for status.`}xe();var rg=/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/;function Kc(e,t){let r=Vc(e),n=Vc(t);if(!r||!n)return!1;for(let s=0;s<3;s++)if(r.main[s]!==n.main[s])return r.main[s]>n.main[s];return r.pre&&!n.pre?!1:!r.pre&&n.pre?!0:!r.pre&&!n.pre?!1:ng(r.pre,n.pre)>0}function Vc(e){if(typeof e!="string")return null;let r=e.trim().replace(/^v/,"").match(rg);return r?{main:[Number(r[1]),Number(r[2]),Number(r[3])],pre:r[4]??null}:null}function ng(e,t){let r=e.split("."),n=t.split("."),s=Math.max(r.length,n.length);for(let i=0;i<s;i++){if(i>=r.length)return-1;if(i>=n.length)return 1;let o=r[i],a=n[i],c=/^\d+$/.test(o),u=/^\d+$/.test(a);if(c&&u){let l=Number(o)-Number(a);if(l!==0)return l}else{if(c)return-1;if(u)return 1;if(o<a)return-1;if(o>a)return 1}}return 0}function As(){return!!(Gc(process.env.VISA_CLI_NO_UPDATE_CHECK)||Gc(process.env.CI)||process.env.NODE_ENV==="test")}function Gc(e){if(e===void 0)return!1;let t=e.trim().toLowerCase();return!(t===""||t==="0"||t==="false"||t==="no"||t==="off")}je();var mg="CARD_REENROLLMENT_REQUIRED",gg="https://auth.visacli.sh/enroll-card";function hg(){try{return new URL("/enroll-card",le()).toString()}catch{return gg}}function yg(e){let t=hg();if(typeof e!="string")return t;try{let r=new URL(e),n=new URL(t);if(r.origin===n.origin&&r.pathname==="/enroll-card")return r.toString()}catch{}return g.warn("card-reenroll:reenroll_url_rejected_fallback",{reason:"untrusted_or_malformed_reenroll_url",fallbackPath:"/enroll-card"}),t}var Dt="3.4.8-rc.2",_g=/^(?:VisaKey_[A-Za-z0-9_-]{16,128}|visakey_[A-Za-z0-9_-]{16,128}|vk_[A-Za-z0-9_-]{32,128})$/;async function Un(e){let t=null;try{t=await e.json()}catch{}return t&&(t.error_code==="TOOL_UPSTREAM_AUTH_FAILED"||typeof t.upstream_status=="number")?new Error(typeof t.error=="string"&&t.error?t.error:"The tool upstream rejected the request credentials."):new Error("Your session has expired. Run: visa-cli setup")}function $n(e,t){let r=typeof t?.error=="string"&&t.error||typeof t?.message=="string"&&t.message||"";return r?new Error(r):e>=500||e===408||e===425||e===429?new Error(`Request failed (${e}). Try again.`):e===404?new Error(`Request failed (${e}) \u2014 not found; check the identifier or slug.`):new Error(`Request failed (${e}).`)}function bg(e){if(typeof e!="string")return null;switch(e){case"BUDGET_CLOSED":case"BUDGET_NOT_FOUND":case"BUDGET_EXPIRED":return e;default:return null}}function _o(e){return e==="TOPUP_CHARGE_AMBIGUOUS"||e==="TOPUP_RECONCILIATION_REQUIRED"?e:null}var vg="Visa CLI is temporarily unavailable. Try again, or report at https://github.com/Visa-Crypto-Labs/Visa-mono/issues if it persists.";function en(e){return typeof e=="string"?e.trim():""}function Dn(e){let t=e&&typeof e=="object"?e:{},r=en(t.error)||en(t.message);if(!r)return vg;let n=en(t.error_code),s=[["surface",en(t.disabled_surface)],["flag",en(t.flag)],["correlation_id",en(t.correlation_id)]].filter(([,o])=>o).map(([o,a])=>`${o}=${a}`),i=s.length?` (${s.join(" ")})`:"";return n?`503 [${n}] ${r}${i}`:`503 ${r}${i}`}function Fn(e=process.env,t=process.stdin.isTTY){let r=["Not logged in. No local Visa CLI session credentials were found."],n=e.VISA_CLI_API_KEY?.trim();return n?_g.test(n)?(r.push("VISA_CLI_API_KEY is set, but MCP bearer tools currently require a local session from visa-cli setup."),r.push("For headless API-key use, call the /v1/api/* HTTP routes with X-Api-Key instead of MCP bearer tools.")):(r.push("VISA_CLI_API_KEY is set but has invalid format (expected VisaKey_<...> or legacy vk_<...>)."),r.push("Create a new Visa Key with: visa-cli keys create <app-name>")):r.push("Run `visa-cli setup` in an interactive terminal to authenticate."),t===!1&&r.push("This process appears to be running without a TTY; complete setup in a normal terminal, then restart the MCP client."),r.join(`
11
11
  `)}var Ns=class{constructor(t){this.getSessionToken=t;this.baseUrl=le()}getSessionToken;baseUrl;lastSignals={};parseServerSignals(t){if(this.lastSignals={},!As()){let n=t.headers.get("X-Latest-Version");n&&Kc(n,Dt)&&(this.lastSignals.updateAvailable={currentVersion:Dt,latestVersion:n})}let r=t.headers.get("X-Feedback-Prompt");if(r)try{this.lastSignals.feedbackPrompt=JSON.parse(r)}catch{}}getClientVersion(){return Dt}throwIfAttestationDrift(t){if(t?.error_code==="ATTESTATION_KEY_DRIFT")throw new Es(t.error||"Your biometric key is out of sync with the server.",typeof t.hint=="string"?t.hint:void 0)}async throwServerUnavailable(t){let r=null;try{r=await t.json()}catch{}throw new Error(Dn(r))}async request(t,r,n,s,i,o){let a=await this.getSessionToken();if(!a)throw new Error(Fn());let c={Authorization:`Bearer ${a}`};i&&(t==="GET"?c["X-User-Context"]=encodeURIComponent(i.replace(/[\r\n\0]/g," ").slice(0,1e3)):n={...n||{},user_context:i}),o&&(c["X-Visa-Meta-Tool"]=o),n&&(c["Content-Type"]="application/json");let u;try{u=await we(`${this.baseUrl}${r}`,{method:t,headers:{...c,"X-Visa-CLI-Version":Dt,"X-Source":"cli"},body:n?JSON.stringify(n):void 0,timeoutMs:s})}catch(d){throw new Error(Zr(d))}if(this.parseServerSignals(u),u.status===401)throw await Un(u);if(u.status===429){let d=u.headers.get("Retry-After")||"3";throw new Error(`Rate limited \u2014 wait ${d}s. Tip: use the batch tool to combine multiple requests into one.`)}u.status===503&&await this.throwServerUnavailable(u);let l;try{l=await u.json()}catch{throw u.status===500?new Error(`Server error on ${r}. Try again or check https://visacli.sh for status.`):new Error(`Unexpected response from ${r}. Try again.`)}if(!u.ok){if(u.status===500)throw new Error(`Server error on ${r}. Try again or check https://visacli.sh for status.`);if(this.throwIfAttestationDrift(l),typeof l?.error_code=="string"&&l.error_code===mg){let p=typeof l?.last4=="string"?l.last4:"",m=typeof l?.brand=="string"?l.brand:"card",f=yg(l?.reenroll_url),_=p?`${m} ending in ${p}`:"your card";throw new Error(`Please re-add ${_} to keep payments running. Open: ${f}`)}let d=_o(l?.error_code);if(d)throw new Ut(l?.error||"Top-up status pending \u2014 check transaction_history in 5 minutes or contact support.",d,{transactionId:typeof l?.transactionId=="string"?l.transactionId:void 0,retryable:!!l?.retryable,reconciliationRequired:l?.reconciliation_required!==!1});if(l?.declined){let p=Number(l.retryAfter??u.headers.get("Retry-After"));throw new re(l.error||"Your card was declined.",!!l.retryable,l.code,l.reason,l.payment_error_class,l.correlation_id,l.transactionId,Number.isFinite(p)&&p>0?p:void 0)}if(u.status===402){let p=l?.error||"Gateway returned 402",m=typeof l?.error_code=="string"?l.error_code:"";throw m==="SPENDING_LIMIT_EXCEEDED"||m==="DAILY_LIMIT_EXCEEDED"||m==="PER_TXN_LIMIT_EXCEEDED"?new Error(`${p}. Check your limits with get_status or run: visa-cli update-spending-controls`):new Error(p)}throw $n(u.status,l)}return l}async shortcut(t,r,n,s,i){return this.request("POST",`/v1/shortcuts/${encodeURIComponent(t)}`,r,n,s,i)}async shortcutWithSession(t,r,n,s,i,o){let a=`/v1/shortcuts/${encodeURIComponent(t)}`,c=await this.getSessionToken();if(!c)throw new Error(Fn());let u={Authorization:`Bearer ${c}`,"X-Visa-CLI-Version":Dt,"X-Source":"cli","Content-Type":"application/json"};o&&(u["X-Visa-Meta-Tool"]=o);let l={...r,...n};i&&(l.user_context=i.replace(/[\r\n\0]/g," ").slice(0,1e3));let d;try{d=await we(`${this.baseUrl}${a}`,{method:"POST",headers:u,body:JSON.stringify(l),timeoutMs:s})}catch(f){throw new Error(Zr(f))}if(this.parseServerSignals(d),d.status===401)throw await Un(d);if(d.status===429){let f=d.headers.get("Retry-After")||"3";throw new Error(`Rate limited \u2014 wait ${f}s. Tip: use the batch tool to combine multiple requests into one.`)}let p=d.headers.get("X-Voucher-Receipt"),m;try{m=await d.json()}catch{throw d.status===500?new Error(`Server error on ${a}. Try again or check https://visacli.sh for status.`):d.status===503?new Error("Visa CLI is temporarily unavailable. Check https://visacli.sh for status."):new Error(`Unexpected response from ${a}. Try again.`)}if(!d.ok){if(d.status===500)throw new Error(`Server error on ${a}. Try again or check https://visacli.sh for status.`);if(this.throwIfAttestationDrift(m),d.status===503){if(m?.error_code==="SESSION_LOCK_CONTENDED"){let S=Number(d.headers.get("Retry-After"))||1;throw new gt(m?.message||m?.error||"Session budget is being modified by another request. Retry shortly.",S,d.status)}throw new Error(Dn(m))}let f=bg(m?.error_code);if(f||d.status===410){let S=f??"BUDGET_CLOSED";throw new Xr(m?.message||m?.error||"Your session was invalidated by the server.",S,{budgetId:r.session_budget_id,status:d.status})}if(m?.declined){let S=Number(m.retryAfter??d.headers.get("Retry-After"));throw new re(m.error||"Your card was declined.",!!m.retryable,m.code,m.reason,m.payment_error_class,m.correlation_id,m.transactionId,Number.isFinite(S)&&S>0?S:void 0)}let _=_o(m?.error_code);throw _?new Ut(m?.error||"Top-up status pending \u2014 check transaction_history in 5 minutes or contact support.",_,{transactionId:typeof m?.transactionId=="string"?m.transactionId:void 0,retryable:!!m?.retryable,reconciliationRequired:m?.reconciliation_required!==!1}):$n(d.status,m)}return{data:m,voucherReceiptHeader:p}}async shortcutParentless(t,r,n,s,i,o){let a=`/v1/shortcuts/${encodeURIComponent(t)}`,c=await this.getSessionToken();if(!c)throw new Error(Fn());let u={Authorization:`Bearer ${c}`,"X-Visa-CLI-Version":Dt,"X-Source":"cli","Content-Type":"application/json"};o&&(u["X-Visa-Meta-Tool"]=o);let l={...n,...r.attestation?{attestation:r.attestation}:{},nonce:r.nonce,approved_max_cents:r.approved_max_cents,idempotency_key:r.idempotency_key,...r.stream===!0?{stream:!0}:{}};i&&(l.user_context=i.replace(/[\r\n\0]/g," ").slice(0,1e3));let d;try{d=await we(`${this.baseUrl}${a}`,{method:"POST",headers:u,body:JSON.stringify(l),timeoutMs:s})}catch(f){throw new Error(Zr(f))}if(this.parseServerSignals(d),d.status===401)throw await Un(d);if(d.status===429){let f=d.headers.get("Retry-After")||"3";throw new Error(`Rate limited \u2014 wait ${f}s. Tip: use the batch tool to combine multiple requests into one.`)}let p=d.headers.get("X-Voucher-Receipt"),m;try{m=await d.json()}catch{throw d.status===500?new Error(`Server error on ${a}. Try again or check https://visacli.sh for status.`):d.status===503?new Error("Visa CLI is temporarily unavailable. Check https://visacli.sh for status."):d.status===404?new Je("Parentless single-call is not available on this server.",{status:404}):new Error(`Unexpected response from ${a}. Try again.`)}if(!d.ok){if(d.status===500)throw new Error(`Server error on ${a}. Try again or check https://visacli.sh for status.`);this.throwIfAttestationDrift(m);let f=typeof m?.error_code=="string"?m.error_code:void 0;if(d.status===410&&f==="DIRECT_SHORTCUT_CARD_SURFACE_RETIRED")throw new Je(m?.error||"Parentless single-call is not enabled on this server.",{status:d.status,serverErrorCode:f});if(d.status===503){if(m?.error_code==="SESSION_LOCK_CONTENDED"){let S=Number(d.headers.get("Retry-After"))||1;throw new gt(m?.message||m?.error||"Session budget is being modified by another request. Retry shortly.",S,d.status)}throw new Error(Dn(m))}if(m?.declined){let S=Number(m.retryAfter??d.headers.get("Retry-After"));throw new re(m.error||"Your card was declined.",!!m.retryable,m.code,m.reason,m.payment_error_class,m.correlation_id,m.transactionId,Number.isFinite(S)&&S>0?S:void 0)}let _=_o(m?.error_code);throw _?new Ut(m?.error||"Top-up status pending \u2014 check transaction_history in 5 minutes or contact support.",_,{transactionId:typeof m?.transactionId=="string"?m.transactionId:void 0,retryable:!!m?.retryable,reconciliationRequired:m?.reconciliation_required!==!1}):$n(d.status,m)}return{data:m,voucherReceiptHeader:p}}async batchOpen(t){let r="/v1/batch/open",n=await this.getSessionToken();if(!n)throw new Error(Fn());let s={Authorization:`Bearer ${n}`,"X-Visa-CLI-Version":Dt,"X-Source":"cli","Content-Type":"application/json"},i={...t.attestation?{attestation:t.attestation}:{},nonce:t.nonce,approved_total_cents:t.approved_total_cents,batch_id:t.batch_id},o;try{o=await we(`${this.baseUrl}${r}`,{method:"POST",headers:s,body:JSON.stringify(i),timeoutMs:void 0})}catch(l){throw new Error(Zr(l))}if(this.parseServerSignals(o),o.status===401)throw await Un(o);if(o.status===429){let l=o.headers.get("Retry-After")||"3";throw new Error(`Rate limited \u2014 wait ${l}s before opening another batch.`)}let a;try{a=await o.json()}catch{throw o.status===500?new Error(`Server error on ${r}. Try again or check https://visacli.sh for status.`):o.status===503?new Error("Visa CLI is temporarily unavailable. Check https://visacli.sh for status."):o.status===404?new Je("Parentless batch is not available on this server.",{status:404}):new Error(`Unexpected response from ${r}. Try again.`)}if(!o.ok){if(o.status===500)throw new Error(`Server error on ${r}. Try again or check https://visacli.sh for status.`);this.throwIfAttestationDrift(a);let l=typeof a?.error_code=="string"?a.error_code:void 0;if(o.status===410&&l==="DIRECT_SHORTCUT_CARD_SURFACE_RETIRED")throw new Je(a?.error||"Parentless batch is not enabled on this server.",{status:o.status,serverErrorCode:l});if(o.status===503)throw new Error(Dn(a));if(a?.declined){let d=Number(a.retryAfter??o.headers.get("Retry-After"));throw new re(a.error||"Your card was declined.",!!a.retryable,a.code,a.reason,a.payment_error_class,a.correlation_id,a.transactionId,Number.isFinite(d)&&d>0?d:void 0)}throw $n(o.status,a)}let c=a?.parent_spend_execution_id??a?.batch_parent_id??a?.parent_id??a?.spend_execution_id,u=a?.idempotency_scope??a?.idempotency_key_scope??t.batch_id;if(typeof c!="string"||c.length===0)throw new Error(`Batch open returned no parent id from ${r}. Try again.`);return{batch_parent_id:c,idempotency_scope:String(u)}}async shortcutParentlessBatchItem(t,r,n,s,i,o){let a=`/v1/shortcuts/${encodeURIComponent(t)}`,c=await this.getSessionToken();if(!c)throw new Error(Fn());let u={Authorization:`Bearer ${c}`,"X-Visa-CLI-Version":Dt,"X-Source":"cli","Content-Type":"application/json"};o&&(u["X-Visa-Meta-Tool"]=o);let l={...n,batch_parent_id:r.batch_parent_id,batch_id:r.batch_id,batch_index:r.batch_index,batch_request_hash:r.batch_request_hash,item_ceiling_cents:r.item_ceiling_cents,idempotency_key:r.idempotency_key,...r.stream===!0?{stream:!0}:{}};i&&(l.user_context=i.replace(/[\r\n\0]/g," ").slice(0,1e3));let d;try{d=await we(`${this.baseUrl}${a}`,{method:"POST",headers:u,body:JSON.stringify(l),timeoutMs:s})}catch(f){throw new Error(Zr(f))}if(this.parseServerSignals(d),d.status===401)throw await Un(d);if(d.status===429){let f=d.headers.get("Retry-After")||"3";throw new Error(`Rate limited \u2014 wait ${f}s. Tip: use the batch tool to combine multiple requests into one.`)}let p=d.headers.get("X-Voucher-Receipt"),m;try{m=await d.json()}catch{throw d.status===500?new Error(`Server error on ${a}. Try again or check https://visacli.sh for status.`):d.status===503?new Error("Visa CLI is temporarily unavailable. Check https://visacli.sh for status."):new Error(`Unexpected response from ${a}. Try again.`)}if(!d.ok){if(d.status===500)throw new Error(`Server error on ${a}. Try again or check https://visacli.sh for status.`);if(this.throwIfAttestationDrift(m),d.status===503){if(m?.error_code==="SESSION_LOCK_CONTENDED"){let f=Number(d.headers.get("Retry-After"))||1;throw new gt(m?.message||m?.error||"Batch parent is being modified by another request. Retry shortly.",f,d.status)}throw new Error(Dn(m))}if(m?.declined){let f=Number(m.retryAfter??d.headers.get("Retry-After"));throw new re(m.error||"Your card was declined.",!!m.retryable,m.code,m.reason,m.payment_error_class,m.correlation_id,m.transactionId,Number.isFinite(f)&&f>0?f:void 0)}throw $n(d.status,m)}return{data:m,voucherReceiptHeader:p}}async emitTelemetry(t){return this.request("POST","/v1/telemetry",{rows:t})}async catalogSearch(t,r,n,s){let i=n??"discover_tools",o=new URLSearchParams;t&&o.set("q",t),r&&o.set("category",r),s?.limit!=null&&o.set("limit",String(s.limit)),s?.offset!=null&&o.set("offset",String(s.offset));let a=o.toString();return this.request("GET",`/v1/catalog${a?`?${a}`:""}`,void 0,void 0,void 0,i)}async catalogTool(t,r){let n=r??"discover_tools";try{return await this.request("GET",`/v1/catalog/${encodeURIComponent(t)}`,void 0,void 0,void 0,n)}catch{return null}}async discoverMerchantRoutes(t){try{return await this.request("GET",`/v1/platform/discover/${encodeURIComponent(t)}`)}catch{return null}}async listPublicMerchants(){try{let t=await we(`${this.baseUrl}/v1/platform/merchants/public`,{method:"GET",timeoutMs:8e3});if(!t.ok)return[];let r=await t.json();return Array.isArray(r.merchants)?r.merchants:[]}catch{return[]}}async getPublicMerchantDiscover(t){try{let r=await we(`${this.baseUrl}/v1/platform/discover/${encodeURIComponent(t)}`,{method:"GET",timeoutMs:8e3});return r.ok?await r.json():null}catch{return null}}async paymentPreview(t,r){return this.request("POST","/v1/payment-preview",t,void 0,r)}async getBalance(){return this.request("GET","/v1/balance")}async topupBalance(t){return this.request("POST","/v1/balance/topup",t)}async createEnrollCode(){return this.request("POST","/v1/enroll-code")}async getAutoTopup(){let t=await this.getBalance();return{success:t.success,targetCents:t.autoTopupCents??null,thresholdCents:t.autoTopupThresholdCents??0}}async disableAutoTopup(){return this.request("PATCH","/v1/balance/auto-topup",{auto_topup_cents:null})}async createSessionBudget(t){return this.request("POST","/v1/session-budget/create",{...t,mode:"prepaid"})}async closeSession(t){return this.request("POST","/v1/session/close",{session_budget_id:t})}async getSessionBudget(t){return this.request("GET",`/v1/session-budget/${encodeURIComponent(t)}`)}async getSessionLedger(t){return this.request("GET",`/v1/session/${encodeURIComponent(t)}/ledger`)}async getStatus(t){return this.request("GET","/v1/status",void 0,void 0,t)}async getFeatureFlags(){return this.request("GET","/v1/feature-flags")}async getVisaSmi(t,r){return this.request("POST","/v1/visa/smi",t,6e4,r)}async getTransactions(t,r){let n=new URLSearchParams;t?.limit!=null&&n.set("limit",String(t.limit)),t?.offset!=null&&n.set("offset",String(t.offset));let s=n.toString(),i=s?`/v1/transactions?${s}`:"/v1/transactions";return this.request("GET",i,void 0,void 0,r)}async updateSpendingControls(t,r){return this.request("POST","/v1/spending-controls",t,void 0,r)}async removeCard(t,r,n){return this.request("DELETE",`/v1/cards/${encodeURIComponent(String(t))}`,r,void 0,n)}async setDefaultCard(t,r,n){return this.request("POST",`/v1/cards/${encodeURIComponent(String(t))}/default`,r,void 0,n)}async getAttestationChallenge(){return this.request("GET","/v1/attestation-challenge")}async registerAttestationKey(t,r){return this.request("POST","/v1/attestation-key",{publicKey:t,...r?{attestation:r}:{}})}async startAttestationRecovery(t,r){return this.request("POST","/v1/attestation-key/recovery/start",{state:t},void 0,r)}async setBiometricPreference(t,r){return this.request("POST","/v1/biometric-preference",{...t,confirm:!0},void 0,r)}async getPendingWebAuthenticators(t){return this.request("GET","/v1/webauthn/pending",void 0,void 0,t)}async authorizeWebAuthenticator(t,r){return this.request("POST","/v1/webauthn/authorize",t,void 0,r)}async logout(t,r){return this.request("POST","/v1/logout",t,void 0,r)}async feedback(t,r,n){return this.request("POST","/v1/feedback",{message:t,...r&&{transaction_id:r}},void 0,n)}async createAppApiKey(t){return this.request("POST","/v1/api/keys",t)}async listAppApiKeys(t){let r=new URLSearchParams;t?.limit!=null&&r.set("limit",String(t.limit)),t?.startingAfter!=null&&r.set("starting_after",String(t.startingAfter)),t?.endingBefore!=null&&r.set("ending_before",String(t.endingBefore));let n=r.toString();return this.request("GET",n?`/v1/api/keys?${n}`:"/v1/api/keys")}async listAllAppApiKeys(){let t=[],r=new Set,n,s=null,i=0;for(;;){let o=await this.listAppApiKeys({limit:100,...n!==void 0?{startingAfter:n}:{}});if(i+=1,s=o,t.push(...o.keys??[]),!o.has_more)break;if(o.next_cursor==null)throw new Error("API key pagination response did not include next_cursor.");if(r.has(o.next_cursor))throw new Error("API key pagination cursor did not advance.");r.add(o.next_cursor),n=o.next_cursor}return{...s??{success:!0,keys:[]},keys:t,limit:100,has_more:!1,next_cursor:null,previous_cursor:null,pages:i}}async revokeAppApiKey(t){return this.request("DELETE",`/v1/api/keys/${encodeURIComponent(String(t))}`)}async feedSubmit(t){return this.request("POST","/v1/feed",t)}async feedList(t){let r=new URLSearchParams;t?.tab&&r.set("tab",t.tab),t?.limit&&r.set("limit",String(t.limit)),t?.offset&&r.set("offset",String(t.offset));let n=r.toString();return this.request("GET",`/v1/feed${n?"?"+n:""}`)}async feedVote(t,r){return this.request("POST",`/v1/feed/${encodeURIComponent(t)}/vote`,{direction:r})}async feedApprove(t){return this.request("POST",`/v1/feed/${encodeURIComponent(t)}/approve`)}async feedDelete(t){return this.request("DELETE",`/v1/feed/${encodeURIComponent(t)}`)}async feedPending(){return this.request("GET","/v1/feed/pending")}async submitFeedback(t,r,n){return this.request("POST","/v1/feedback",{message:t,...r&&{transaction_id:r}},void 0,n)}async getFeedback(t,r){let n=new URLSearchParams;t&&n.set("limit",String(t));let s=n.toString();return this.request("GET",`/v1/feedback${s?"?"+s:""}`,void 0,void 0,r)}async submitRatedFeedback(t){return this.request("POST","/v1/feedback",t)}};var h={};Pn(h,{BRAND:()=>Gg,DIRTY:()=>pr,EMPTY_PATH:()=>Tg,INVALID:()=>O,NEVER:()=>Ih,OK:()=>me,ParseStatus:()=>ue,Schema:()=>$,ZodAny:()=>jt,ZodArray:()=>vt,ZodBigInt:()=>gr,ZodBoolean:()=>hr,ZodBranded:()=>jn,ZodCatch:()=>Ar,ZodDate:()=>yr,ZodDefault:()=>kr,ZodDiscriminatedUnion:()=>$s,ZodEffects:()=>Ne,ZodEnum:()=>Tr,ZodError:()=>Te,ZodFirstPartyTypeKind:()=>N,ZodFunction:()=>Fs,ZodIntersection:()=>wr,ZodIssueCode:()=>v,ZodLazy:()=>Sr,ZodLiteral:()=>xr,ZodMap:()=>an,ZodNaN:()=>ln,ZodNativeEnum:()=>Er,ZodNever:()=>qe,ZodNull:()=>br,ZodNullable:()=>tt,ZodNumber:()=>mr,ZodObject:()=>Ee,ZodOptional:()=>Me,ZodParsedType:()=>T,ZodPipeline:()=>qn,ZodPromise:()=>qt,ZodReadonly:()=>Cr,ZodRecord:()=>Ds,ZodSchema:()=>$,ZodSet:()=>cn,ZodString:()=>Bt,ZodSymbol:()=>sn,ZodTransformer:()=>Ne,ZodTuple:()=>et,ZodType:()=>$,ZodUndefined:()=>_r,ZodUnion:()=>vr,ZodUnknown:()=>bt,ZodVoid:()=>on,addIssueToContext:()=>x,any:()=>th,array:()=>ih,bigint:()=>Xg,boolean:()=>hl,coerce:()=>Rh,custom:()=>pl,date:()=>Zg,datetimeRegex:()=>dl,defaultErrorMap:()=>yt,discriminatedUnion:()=>lh,effect:()=>wh,enum:()=>_h,function:()=>gh,getErrorMap:()=>tn,getParsedType:()=>Qe,instanceof:()=>Yg,intersection:()=>uh,isAborted:()=>Ls,isAsync:()=>rn,isDirty:()=>Us,isValid:()=>Ft,late:()=>Wg,lazy:()=>hh,literal:()=>yh,makeIssue:()=>Bn,map:()=>ph,nan:()=>zg,nativeEnum:()=>bh,never:()=>nh,null:()=>eh,nullable:()=>xh,number:()=>gl,object:()=>oh,objectUtil:()=>bo,oboolean:()=>Ch,onumber:()=>Ah,optional:()=>Sh,ostring:()=>kh,pipeline:()=>Eh,preprocess:()=>Th,promise:()=>vh,quotelessJson:()=>wg,record:()=>fh,set:()=>mh,setErrorMap:()=>xg,strictObject:()=>ah,string:()=>ml,symbol:()=>Jg,transformer:()=>wh,tuple:()=>dh,undefined:()=>Qg,union:()=>ch,unknown:()=>rh,util:()=>D,void:()=>sh});var D;(function(e){e.assertEqual=s=>{};function t(s){}e.assertIs=t;function r(s){throw new Error}e.assertNever=r,e.arrayToEnum=s=>{let i={};for(let o of s)i[o]=o;return i},e.getValidEnumValues=s=>{let i=e.objectKeys(s).filter(a=>typeof s[s[a]]!="number"),o={};for(let a of i)o[a]=s[a];return e.objectValues(o)},e.objectValues=s=>e.objectKeys(s).map(function(i){return s[i]}),e.objectKeys=typeof Object.keys=="function"?s=>Object.keys(s):s=>{let i=[];for(let o in s)Object.prototype.hasOwnProperty.call(s,o)&&i.push(o);return i},e.find=(s,i)=>{for(let o of s)if(i(o))return o},e.isInteger=typeof Number.isInteger=="function"?s=>Number.isInteger(s):s=>typeof s=="number"&&Number.isFinite(s)&&Math.floor(s)===s;function n(s,i=" | "){return s.map(o=>typeof o=="string"?`'${o}'`:o).join(i)}e.joinValues=n,e.jsonStringifyReplacer=(s,i)=>typeof i=="bigint"?i.toString():i})(D||(D={}));var bo;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(bo||(bo={}));var T=D.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Qe=e=>{switch(typeof e){case"undefined":return T.undefined;case"string":return T.string;case"number":return Number.isNaN(e)?T.nan:T.number;case"boolean":return T.boolean;case"function":return T.function;case"bigint":return T.bigint;case"symbol":return T.symbol;case"object":return Array.isArray(e)?T.array:e===null?T.null:e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?T.promise:typeof Map<"u"&&e instanceof Map?T.map:typeof Set<"u"&&e instanceof Set?T.set:typeof Date<"u"&&e instanceof Date?T.date:T.object;default:return T.unknown}};var v=D.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),wg=e=>JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:"),Te=class e extends Error{get errors(){return this.issues}constructor(t){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=t}format(t){let r=t||function(i){return i.message},n={_errors:[]},s=i=>{for(let o of i.issues)if(o.code==="invalid_union")o.unionErrors.map(s);else if(o.code==="invalid_return_type")s(o.returnTypeError);else if(o.code==="invalid_arguments")s(o.argumentsError);else if(o.path.length===0)n._errors.push(r(o));else{let a=n,c=0;for(;c<o.path.length;){let u=o.path[c];c===o.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(o))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return s(this),n}static assert(t){if(!(t instanceof e))throw new Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,D.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(t=r=>r.message){let r={},n=[];for(let s of this.issues)if(s.path.length>0){let i=s.path[0];r[i]=r[i]||[],r[i].push(t(s))}else n.push(t(s));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};Te.create=e=>new Te(e);var Sg=(e,t)=>{let r;switch(e.code){case v.invalid_type:e.received===T.undefined?r="Required":r=`Expected ${e.expected}, received ${e.received}`;break;case v.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,D.jsonStringifyReplacer)}`;break;case v.unrecognized_keys:r=`Unrecognized key(s) in object: ${D.joinValues(e.keys,", ")}`;break;case v.invalid_union:r="Invalid input";break;case v.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${D.joinValues(e.options)}`;break;case v.invalid_enum_value:r=`Invalid enum value. Expected ${D.joinValues(e.options)}, received '${e.received}'`;break;case v.invalid_arguments:r="Invalid function arguments";break;case v.invalid_return_type:r="Invalid function return type";break;case v.invalid_date:r="Invalid date";break;case v.invalid_string:typeof e.validation=="object"?"includes"in e.validation?(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${e.validation.position}`)):"startsWith"in e.validation?r=`Invalid input: must start with "${e.validation.startsWith}"`:"endsWith"in e.validation?r=`Invalid input: must end with "${e.validation.endsWith}"`:D.assertNever(e.validation):e.validation!=="regex"?r=`Invalid ${e.validation}`:r="Invalid";break;case v.too_small:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="bigint"?r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`:r="Invalid input";break;case v.too_big:e.type==="array"?r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`:e.type==="string"?r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`:e.type==="number"?r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="bigint"?r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`:e.type==="date"?r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`:r="Invalid input";break;case v.custom:r="Invalid input";break;case v.invalid_intersection_types:r="Intersection results could not be merged";break;case v.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case v.not_finite:r="Number must be finite";break;default:r=t.defaultError,D.assertNever(e)}return{message:r}},yt=Sg;var ol=yt;function xg(e){ol=e}function tn(){return ol}var Bn=e=>{let{data:t,path:r,errorMaps:n,issueData:s}=e,i=[...r,...s.path||[]],o={...s,path:i};if(s.message!==void 0)return{...s,path:i,message:s.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(o,{data:t,defaultError:a}).message;return{...s,path:i,message:a}},Tg=[];function x(e,t){let r=tn(),n=Bn({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===yt?void 0:yt].filter(s=>!!s)});e.common.issues.push(n)}var ue=class e{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(t,r){let n=[];for(let s of r){if(s.status==="aborted")return O;s.status==="dirty"&&t.dirty(),n.push(s.value)}return{status:t.value,value:n}}static async mergeObjectAsync(t,r){let n=[];for(let s of r){let i=await s.key,o=await s.value;n.push({key:i,value:o})}return e.mergeObjectSync(t,n)}static mergeObjectSync(t,r){let n={};for(let s of r){let{key:i,value:o}=s;if(i.status==="aborted"||o.status==="aborted")return O;i.status==="dirty"&&t.dirty(),o.status==="dirty"&&t.dirty(),i.value!=="__proto__"&&(typeof o.value<"u"||s.alwaysSet)&&(n[i.value]=o.value)}return{status:t.value,value:n}}},O=Object.freeze({status:"aborted"}),pr=e=>({status:"dirty",value:e}),me=e=>({status:"valid",value:e}),Ls=e=>e.status==="aborted",Us=e=>e.status==="dirty",Ft=e=>e.status==="valid",rn=e=>typeof Promise<"u"&&e instanceof Promise;var R;(function(e){e.errToObj=t=>typeof t=="string"?{message:t}:t||{},e.toString=t=>typeof t=="string"?t:t?.message})(R||(R={}));var Oe=class{constructor(t,r,n,s){this._cachedPath=[],this.parent=t,this.data=r,this._path=n,this._key=s}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},al=(e,t)=>{if(Ft(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Te(e.common.issues);return this._error=r,this._error}}};function L(e){if(!e)return{};let{errorMap:t,invalid_type_error:r,required_error:n,description:s}=e;if(t&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:s}:{errorMap:(o,a)=>{let{message:c}=e;return o.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:o.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:s}}var $=class{get description(){return this._def.description}_getType(t){return Qe(t.data)}_getOrReturnCtx(t,r){return r||{common:t.parent.common,data:t.data,parsedType:Qe(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}_processInputParams(t){return{status:new ue,ctx:{common:t.parent.common,data:t.data,parsedType:Qe(t.data),schemaErrorMap:this._def.errorMap,path:t.path,parent:t.parent}}}_parseSync(t){let r=this._parse(t);if(rn(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(t){let r=this._parse(t);return Promise.resolve(r)}parse(t,r){let n=this.safeParse(t,r);if(n.success)return n.data;throw n.error}safeParse(t,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:Qe(t)},s=this._parseSync({data:t,path:n.path,parent:n});return al(n,s)}"~validate"(t){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:Qe(t)};if(!this["~standard"].async)try{let n=this._parseSync({data:t,path:[],parent:r});return Ft(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:t,path:[],parent:r}).then(n=>Ft(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(t,r){let n=await this.safeParseAsync(t,r);if(n.success)return n.data;throw n.error}async safeParseAsync(t,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:t,parsedType:Qe(t)},s=this._parse({data:t,path:n.path,parent:n}),i=await(rn(s)?s:Promise.resolve(s));return al(n,i)}refine(t,r){let n=s=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(s):r;return this._refinement((s,i)=>{let o=t(s),a=()=>i.addIssue({code:v.custom,...n(s)});return typeof Promise<"u"&&o instanceof Promise?o.then(c=>c?!0:(a(),!1)):o?!0:(a(),!1)})}refinement(t,r){return this._refinement((n,s)=>t(n)?!0:(s.addIssue(typeof r=="function"?r(n,s):r),!1))}_refinement(t){return new Ne({schema:this,typeName:N.ZodEffects,effect:{type:"refinement",refinement:t}})}superRefine(t){return this._refinement(t)}constructor(t){this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Me.create(this,this._def)}nullable(){return tt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return vt.create(this)}promise(){return qt.create(this,this._def)}or(t){return vr.create([this,t],this._def)}and(t){return wr.create(this,t,this._def)}transform(t){return new Ne({...L(this._def),schema:this,typeName:N.ZodEffects,effect:{type:"transform",transform:t}})}default(t){let r=typeof t=="function"?t:()=>t;return new kr({...L(this._def),innerType:this,defaultValue:r,typeName:N.ZodDefault})}brand(){return new jn({typeName:N.ZodBranded,type:this,...L(this._def)})}catch(t){let r=typeof t=="function"?t:()=>t;return new Ar({...L(this._def),innerType:this,catchValue:r,typeName:N.ZodCatch})}describe(t){let r=this.constructor;return new r({...this._def,description:t})}pipe(t){return qn.create(this,t)}readonly(){return Cr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},Eg=/^c[^\s-]{8,}$/i,kg=/^[0-9a-z]+$/,Ag=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Cg=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,Rg=/^[a-z0-9_-]{21}$/i,Ig=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Pg=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,Mg=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Og="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",vo,Ng=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Lg=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,Ug=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,$g=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Dg=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Fg=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,ll="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",Bg=new RegExp(`^${ll}$`);function ul(e){let t="[0-5]\\d";e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision==null&&(t=`${t}(\\.\\d+)?`);let r=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${r}`}function jg(e){return new RegExp(`^${ul(e)}$`)}function dl(e){let t=`${ll}T${ul(e)}`,r=[];return r.push(e.local?"Z?":"Z"),e.offset&&r.push("([+-]\\d{2}:?\\d{2})"),t=`${t}(${r.join("|")})`,new RegExp(`^${t}$`)}function qg(e,t){return!!((t==="v4"||!t)&&Ng.test(e)||(t==="v6"||!t)&&Ug.test(e))}function Hg(e,t){if(!Ig.test(e))return!1;try{let[r]=e.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),s=JSON.parse(atob(n));return!(typeof s!="object"||s===null||"typ"in s&&s?.typ!=="JWT"||!s.alg||t&&s.alg!==t)}catch{return!1}}function Vg(e,t){return!!((t==="v4"||!t)&&Lg.test(e)||(t==="v6"||!t)&&$g.test(e))}var Bt=class e extends ${_parse(t){if(this._def.coerce&&(t.data=String(t.data)),this._getType(t)!==T.string){let i=this._getOrReturnCtx(t);return x(i,{code:v.invalid_type,expected:T.string,received:i.parsedType}),O}let n=new ue,s;for(let i of this._def.checks)if(i.kind==="min")t.data.length<i.value&&(s=this._getOrReturnCtx(t,s),x(s,{code:v.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="max")t.data.length>i.value&&(s=this._getOrReturnCtx(t,s),x(s,{code:v.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!1,message:i.message}),n.dirty());else if(i.kind==="length"){let o=t.data.length>i.value,a=t.data.length<i.value;(o||a)&&(s=this._getOrReturnCtx(t,s),o?x(s,{code:v.too_big,maximum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}):a&&x(s,{code:v.too_small,minimum:i.value,type:"string",inclusive:!0,exact:!0,message:i.message}),n.dirty())}else if(i.kind==="email")Mg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"email",code:v.invalid_string,message:i.message}),n.dirty());else if(i.kind==="emoji")vo||(vo=new RegExp(Og,"u")),vo.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"emoji",code:v.invalid_string,message:i.message}),n.dirty());else if(i.kind==="uuid")Cg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"uuid",code:v.invalid_string,message:i.message}),n.dirty());else if(i.kind==="nanoid")Rg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"nanoid",code:v.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid")Eg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"cuid",code:v.invalid_string,message:i.message}),n.dirty());else if(i.kind==="cuid2")kg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"cuid2",code:v.invalid_string,message:i.message}),n.dirty());else if(i.kind==="ulid")Ag.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"ulid",code:v.invalid_string,message:i.message}),n.dirty());else if(i.kind==="url")try{new URL(t.data)}catch{s=this._getOrReturnCtx(t,s),x(s,{validation:"url",code:v.invalid_string,message:i.message}),n.dirty()}else i.kind==="regex"?(i.regex.lastIndex=0,i.regex.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"regex",code:v.invalid_string,message:i.message}),n.dirty())):i.kind==="trim"?t.data=t.data.trim():i.kind==="includes"?t.data.includes(i.value,i.position)||(s=this._getOrReturnCtx(t,s),x(s,{code:v.invalid_string,validation:{includes:i.value,position:i.position},message:i.message}),n.dirty()):i.kind==="toLowerCase"?t.data=t.data.toLowerCase():i.kind==="toUpperCase"?t.data=t.data.toUpperCase():i.kind==="startsWith"?t.data.startsWith(i.value)||(s=this._getOrReturnCtx(t,s),x(s,{code:v.invalid_string,validation:{startsWith:i.value},message:i.message}),n.dirty()):i.kind==="endsWith"?t.data.endsWith(i.value)||(s=this._getOrReturnCtx(t,s),x(s,{code:v.invalid_string,validation:{endsWith:i.value},message:i.message}),n.dirty()):i.kind==="datetime"?dl(i).test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{code:v.invalid_string,validation:"datetime",message:i.message}),n.dirty()):i.kind==="date"?Bg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{code:v.invalid_string,validation:"date",message:i.message}),n.dirty()):i.kind==="time"?jg(i).test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{code:v.invalid_string,validation:"time",message:i.message}),n.dirty()):i.kind==="duration"?Pg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"duration",code:v.invalid_string,message:i.message}),n.dirty()):i.kind==="ip"?qg(t.data,i.version)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"ip",code:v.invalid_string,message:i.message}),n.dirty()):i.kind==="jwt"?Hg(t.data,i.alg)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"jwt",code:v.invalid_string,message:i.message}),n.dirty()):i.kind==="cidr"?Vg(t.data,i.version)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"cidr",code:v.invalid_string,message:i.message}),n.dirty()):i.kind==="base64"?Dg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"base64",code:v.invalid_string,message:i.message}),n.dirty()):i.kind==="base64url"?Fg.test(t.data)||(s=this._getOrReturnCtx(t,s),x(s,{validation:"base64url",code:v.invalid_string,message:i.message}),n.dirty()):D.assertNever(i);return{status:n.value,value:t.data}}_regex(t,r,n){return this.refinement(s=>t.test(s),{validation:r,code:v.invalid_string,...R.errToObj(n)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(t){return this._addCheck({kind:"email",...R.errToObj(t)})}url(t){return this._addCheck({kind:"url",...R.errToObj(t)})}emoji(t){return this._addCheck({kind:"emoji",...R.errToObj(t)})}uuid(t){return this._addCheck({kind:"uuid",...R.errToObj(t)})}nanoid(t){return this._addCheck({kind:"nanoid",...R.errToObj(t)})}cuid(t){return this._addCheck({kind:"cuid",...R.errToObj(t)})}cuid2(t){return this._addCheck({kind:"cuid2",...R.errToObj(t)})}ulid(t){return this._addCheck({kind:"ulid",...R.errToObj(t)})}base64(t){return this._addCheck({kind:"base64",...R.errToObj(t)})}base64url(t){return this._addCheck({kind:"base64url",...R.errToObj(t)})}jwt(t){return this._addCheck({kind:"jwt",...R.errToObj(t)})}ip(t){return this._addCheck({kind:"ip",...R.errToObj(t)})}cidr(t){return this._addCheck({kind:"cidr",...R.errToObj(t)})}datetime(t){return typeof t=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:t}):this._addCheck({kind:"datetime",precision:typeof t?.precision>"u"?null:t?.precision,offset:t?.offset??!1,local:t?.local??!1,...R.errToObj(t?.message)})}date(t){return this._addCheck({kind:"date",message:t})}time(t){return typeof t=="string"?this._addCheck({kind:"time",precision:null,message:t}):this._addCheck({kind:"time",precision:typeof t?.precision>"u"?null:t?.precision,...R.errToObj(t?.message)})}duration(t){return this._addCheck({kind:"duration",...R.errToObj(t)})}regex(t,r){return this._addCheck({kind:"regex",regex:t,...R.errToObj(r)})}includes(t,r){return this._addCheck({kind:"includes",value:t,position:r?.position,...R.errToObj(r?.message)})}startsWith(t,r){return this._addCheck({kind:"startsWith",value:t,...R.errToObj(r)})}endsWith(t,r){return this._addCheck({kind:"endsWith",value:t,...R.errToObj(r)})}min(t,r){return this._addCheck({kind:"min",value:t,...R.errToObj(r)})}max(t,r){return this._addCheck({kind:"max",value:t,...R.errToObj(r)})}length(t,r){return this._addCheck({kind:"length",value:t,...R.errToObj(r)})}nonempty(t){return this.min(1,R.errToObj(t))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(t=>t.kind==="datetime")}get isDate(){return!!this._def.checks.find(t=>t.kind==="date")}get isTime(){return!!this._def.checks.find(t=>t.kind==="time")}get isDuration(){return!!this._def.checks.find(t=>t.kind==="duration")}get isEmail(){return!!this._def.checks.find(t=>t.kind==="email")}get isURL(){return!!this._def.checks.find(t=>t.kind==="url")}get isEmoji(){return!!this._def.checks.find(t=>t.kind==="emoji")}get isUUID(){return!!this._def.checks.find(t=>t.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(t=>t.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(t=>t.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(t=>t.kind==="cuid2")}get isULID(){return!!this._def.checks.find(t=>t.kind==="ulid")}get isIP(){return!!this._def.checks.find(t=>t.kind==="ip")}get isCIDR(){return!!this._def.checks.find(t=>t.kind==="cidr")}get isBase64(){return!!this._def.checks.find(t=>t.kind==="base64")}get isBase64url(){return!!this._def.checks.find(t=>t.kind==="base64url")}get minLength(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxLength(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};Bt.create=e=>new Bt({checks:[],typeName:N.ZodString,coerce:e?.coerce??!1,...L(e)});function Kg(e,t){let r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,s=r>n?r:n,i=Number.parseInt(e.toFixed(s).replace(".","")),o=Number.parseInt(t.toFixed(s).replace(".",""));return i%o/10**s}var mr=class e extends ${constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(t){if(this._def.coerce&&(t.data=Number(t.data)),this._getType(t)!==T.number){let i=this._getOrReturnCtx(t);return x(i,{code:v.invalid_type,expected:T.number,received:i.parsedType}),O}let n,s=new ue;for(let i of this._def.checks)i.kind==="int"?D.isInteger(t.data)||(n=this._getOrReturnCtx(t,n),x(n,{code:v.invalid_type,expected:"integer",received:"float",message:i.message}),s.dirty()):i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),x(n,{code:v.too_small,minimum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),s.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),x(n,{code:v.too_big,maximum:i.value,type:"number",inclusive:i.inclusive,exact:!1,message:i.message}),s.dirty()):i.kind==="multipleOf"?Kg(t.data,i.value)!==0&&(n=this._getOrReturnCtx(t,n),x(n,{code:v.not_multiple_of,multipleOf:i.value,message:i.message}),s.dirty()):i.kind==="finite"?Number.isFinite(t.data)||(n=this._getOrReturnCtx(t,n),x(n,{code:v.not_finite,message:i.message}),s.dirty()):D.assertNever(i);return{status:s.value,value:t.data}}gte(t,r){return this.setLimit("min",t,!0,R.toString(r))}gt(t,r){return this.setLimit("min",t,!1,R.toString(r))}lte(t,r){return this.setLimit("max",t,!0,R.toString(r))}lt(t,r){return this.setLimit("max",t,!1,R.toString(r))}setLimit(t,r,n,s){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:R.toString(s)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(t){return this._addCheck({kind:"int",message:R.toString(t)})}positive(t){return this._addCheck({kind:"min",value:0,inclusive:!1,message:R.toString(t)})}negative(t){return this._addCheck({kind:"max",value:0,inclusive:!1,message:R.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:0,inclusive:!0,message:R.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:0,inclusive:!0,message:R.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:R.toString(r)})}finite(t){return this._addCheck({kind:"finite",message:R.toString(t)})}safe(t){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:R.toString(t)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:R.toString(t)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}get isInt(){return!!this._def.checks.find(t=>t.kind==="int"||t.kind==="multipleOf"&&D.isInteger(t.value))}get isFinite(){let t=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(t===null||n.value<t)&&(t=n.value)}return Number.isFinite(r)&&Number.isFinite(t)}};mr.create=e=>new mr({checks:[],typeName:N.ZodNumber,coerce:e?.coerce||!1,...L(e)});var gr=class e extends ${constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(t){if(this._def.coerce)try{t.data=BigInt(t.data)}catch{return this._getInvalidInput(t)}if(this._getType(t)!==T.bigint)return this._getInvalidInput(t);let n,s=new ue;for(let i of this._def.checks)i.kind==="min"?(i.inclusive?t.data<i.value:t.data<=i.value)&&(n=this._getOrReturnCtx(t,n),x(n,{code:v.too_small,type:"bigint",minimum:i.value,inclusive:i.inclusive,message:i.message}),s.dirty()):i.kind==="max"?(i.inclusive?t.data>i.value:t.data>=i.value)&&(n=this._getOrReturnCtx(t,n),x(n,{code:v.too_big,type:"bigint",maximum:i.value,inclusive:i.inclusive,message:i.message}),s.dirty()):i.kind==="multipleOf"?t.data%i.value!==BigInt(0)&&(n=this._getOrReturnCtx(t,n),x(n,{code:v.not_multiple_of,multipleOf:i.value,message:i.message}),s.dirty()):D.assertNever(i);return{status:s.value,value:t.data}}_getInvalidInput(t){let r=this._getOrReturnCtx(t);return x(r,{code:v.invalid_type,expected:T.bigint,received:r.parsedType}),O}gte(t,r){return this.setLimit("min",t,!0,R.toString(r))}gt(t,r){return this.setLimit("min",t,!1,R.toString(r))}lte(t,r){return this.setLimit("max",t,!0,R.toString(r))}lt(t,r){return this.setLimit("max",t,!1,R.toString(r))}setLimit(t,r,n,s){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:r,inclusive:n,message:R.toString(s)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:R.toString(t)})}negative(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:R.toString(t)})}nonpositive(t){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:R.toString(t)})}nonnegative(t){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:R.toString(t)})}multipleOf(t,r){return this._addCheck({kind:"multipleOf",value:t,message:R.toString(r)})}get minValue(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t}get maxValue(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t}};gr.create=e=>new gr({checks:[],typeName:N.ZodBigInt,coerce:e?.coerce??!1,...L(e)});var hr=class extends ${_parse(t){if(this._def.coerce&&(t.data=!!t.data),this._getType(t)!==T.boolean){let n=this._getOrReturnCtx(t);return x(n,{code:v.invalid_type,expected:T.boolean,received:n.parsedType}),O}return me(t.data)}};hr.create=e=>new hr({typeName:N.ZodBoolean,coerce:e?.coerce||!1,...L(e)});var yr=class e extends ${_parse(t){if(this._def.coerce&&(t.data=new Date(t.data)),this._getType(t)!==T.date){let i=this._getOrReturnCtx(t);return x(i,{code:v.invalid_type,expected:T.date,received:i.parsedType}),O}if(Number.isNaN(t.data.getTime())){let i=this._getOrReturnCtx(t);return x(i,{code:v.invalid_date}),O}let n=new ue,s;for(let i of this._def.checks)i.kind==="min"?t.data.getTime()<i.value&&(s=this._getOrReturnCtx(t,s),x(s,{code:v.too_small,message:i.message,inclusive:!0,exact:!1,minimum:i.value,type:"date"}),n.dirty()):i.kind==="max"?t.data.getTime()>i.value&&(s=this._getOrReturnCtx(t,s),x(s,{code:v.too_big,message:i.message,inclusive:!0,exact:!1,maximum:i.value,type:"date"}),n.dirty()):D.assertNever(i);return{status:n.value,value:new Date(t.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(t,r){return this._addCheck({kind:"min",value:t.getTime(),message:R.toString(r)})}max(t,r){return this._addCheck({kind:"max",value:t.getTime(),message:R.toString(r)})}get minDate(){let t=null;for(let r of this._def.checks)r.kind==="min"&&(t===null||r.value>t)&&(t=r.value);return t!=null?new Date(t):null}get maxDate(){let t=null;for(let r of this._def.checks)r.kind==="max"&&(t===null||r.value<t)&&(t=r.value);return t!=null?new Date(t):null}};yr.create=e=>new yr({checks:[],coerce:e?.coerce||!1,typeName:N.ZodDate,...L(e)});var sn=class extends ${_parse(t){if(this._getType(t)!==T.symbol){let n=this._getOrReturnCtx(t);return x(n,{code:v.invalid_type,expected:T.symbol,received:n.parsedType}),O}return me(t.data)}};sn.create=e=>new sn({typeName:N.ZodSymbol,...L(e)});var _r=class extends ${_parse(t){if(this._getType(t)!==T.undefined){let n=this._getOrReturnCtx(t);return x(n,{code:v.invalid_type,expected:T.undefined,received:n.parsedType}),O}return me(t.data)}};_r.create=e=>new _r({typeName:N.ZodUndefined,...L(e)});var br=class extends ${_parse(t){if(this._getType(t)!==T.null){let n=this._getOrReturnCtx(t);return x(n,{code:v.invalid_type,expected:T.null,received:n.parsedType}),O}return me(t.data)}};br.create=e=>new br({typeName:N.ZodNull,...L(e)});var jt=class extends ${constructor(){super(...arguments),this._any=!0}_parse(t){return me(t.data)}};jt.create=e=>new jt({typeName:N.ZodAny,...L(e)});var bt=class extends ${constructor(){super(...arguments),this._unknown=!0}_parse(t){return me(t.data)}};bt.create=e=>new bt({typeName:N.ZodUnknown,...L(e)});var qe=class extends ${_parse(t){let r=this._getOrReturnCtx(t);return x(r,{code:v.invalid_type,expected:T.never,received:r.parsedType}),O}};qe.create=e=>new qe({typeName:N.ZodNever,...L(e)});var on=class extends ${_parse(t){if(this._getType(t)!==T.undefined){let n=this._getOrReturnCtx(t);return x(n,{code:v.invalid_type,expected:T.void,received:n.parsedType}),O}return me(t.data)}};on.create=e=>new on({typeName:N.ZodVoid,...L(e)});var vt=class e extends ${_parse(t){let{ctx:r,status:n}=this._processInputParams(t),s=this._def;if(r.parsedType!==T.array)return x(r,{code:v.invalid_type,expected:T.array,received:r.parsedType}),O;if(s.exactLength!==null){let o=r.data.length>s.exactLength.value,a=r.data.length<s.exactLength.value;(o||a)&&(x(r,{code:o?v.too_big:v.too_small,minimum:a?s.exactLength.value:void 0,maximum:o?s.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:s.exactLength.message}),n.dirty())}if(s.minLength!==null&&r.data.length<s.minLength.value&&(x(r,{code:v.too_small,minimum:s.minLength.value,type:"array",inclusive:!0,exact:!1,message:s.minLength.message}),n.dirty()),s.maxLength!==null&&r.data.length>s.maxLength.value&&(x(r,{code:v.too_big,maximum:s.maxLength.value,type:"array",inclusive:!0,exact:!1,message:s.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((o,a)=>s.type._parseAsync(new Oe(r,o,r.path,a)))).then(o=>ue.mergeArray(n,o));let i=[...r.data].map((o,a)=>s.type._parseSync(new Oe(r,o,r.path,a)));return ue.mergeArray(n,i)}get element(){return this._def.type}min(t,r){return new e({...this._def,minLength:{value:t,message:R.toString(r)}})}max(t,r){return new e({...this._def,maxLength:{value:t,message:R.toString(r)}})}length(t,r){return new e({...this._def,exactLength:{value:t,message:R.toString(r)}})}nonempty(t){return this.min(1,t)}};vt.create=(e,t)=>new vt({type:e,minLength:null,maxLength:null,exactLength:null,typeName:N.ZodArray,...L(t)});function nn(e){if(e instanceof Ee){let t={};for(let r in e.shape){let n=e.shape[r];t[r]=Me.create(nn(n))}return new Ee({...e._def,shape:()=>t})}else return e instanceof vt?new vt({...e._def,type:nn(e.element)}):e instanceof Me?Me.create(nn(e.unwrap())):e instanceof tt?tt.create(nn(e.unwrap())):e instanceof et?et.create(e.items.map(t=>nn(t))):e}var Ee=class e extends ${constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let t=this._def.shape(),r=D.objectKeys(t);return this._cached={shape:t,keys:r},this._cached}_parse(t){if(this._getType(t)!==T.object){let u=this._getOrReturnCtx(t);return x(u,{code:v.invalid_type,expected:T.object,received:u.parsedType}),O}let{status:n,ctx:s}=this._processInputParams(t),{shape:i,keys:o}=this._getCached(),a=[];if(!(this._def.catchall instanceof qe&&this._def.unknownKeys==="strip"))for(let u in s.data)o.includes(u)||a.push(u);let c=[];for(let u of o){let l=i[u],d=s.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new Oe(s,d,s.path,u)),alwaysSet:u in s.data})}if(this._def.catchall instanceof qe){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:s.data[l]}});else if(u==="strict")a.length>0&&(x(s,{code:v.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let l of a){let d=s.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new Oe(s,d,s.path,l)),alwaysSet:l in s.data})}}return s.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,p=await l.value;u.push({key:d,value:p,alwaysSet:l.alwaysSet})}return u}).then(u=>ue.mergeObjectSync(n,u)):ue.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(t){return R.errToObj,new e({...this._def,unknownKeys:"strict",...t!==void 0?{errorMap:(r,n)=>{let s=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:R.errToObj(t).message??s}:{message:s}}}:{}})}strip(){return new e({...this._def,unknownKeys:"strip"})}passthrough(){return new e({...this._def,unknownKeys:"passthrough"})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:N.ZodObject})}setKey(t,r){return this.augment({[t]:r})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let r={};for(let n of D.objectKeys(t))t[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}omit(t){let r={};for(let n of D.objectKeys(this.shape))t[n]||(r[n]=this.shape[n]);return new e({...this._def,shape:()=>r})}deepPartial(){return nn(this)}partial(t){let r={};for(let n of D.objectKeys(this.shape)){let s=this.shape[n];t&&!t[n]?r[n]=s:r[n]=s.optional()}return new e({...this._def,shape:()=>r})}required(t){let r={};for(let n of D.objectKeys(this.shape))if(t&&!t[n])r[n]=this.shape[n];else{let i=this.shape[n];for(;i instanceof Me;)i=i._def.innerType;r[n]=i}return new e({...this._def,shape:()=>r})}keyof(){return fl(D.objectKeys(this.shape))}};Ee.create=(e,t)=>new Ee({shape:()=>e,unknownKeys:"strip",catchall:qe.create(),typeName:N.ZodObject,...L(t)});Ee.strictCreate=(e,t)=>new Ee({shape:()=>e,unknownKeys:"strict",catchall:qe.create(),typeName:N.ZodObject,...L(t)});Ee.lazycreate=(e,t)=>new Ee({shape:e,unknownKeys:"strip",catchall:qe.create(),typeName:N.ZodObject,...L(t)});var vr=class extends ${_parse(t){let{ctx:r}=this._processInputParams(t),n=this._def.options;function s(i){for(let a of i)if(a.result.status==="valid")return a.result;for(let a of i)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let o=i.map(a=>new Te(a.ctx.common.issues));return x(r,{code:v.invalid_union,unionErrors:o}),O}if(r.common.async)return Promise.all(n.map(async i=>{let o={...r,common:{...r.common,issues:[]},parent:null};return{result:await i._parseAsync({data:r.data,path:r.path,parent:o}),ctx:o}})).then(s);{let i,o=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!i&&(i={result:l,ctx:u}),u.common.issues.length&&o.push(u.common.issues)}if(i)return r.common.issues.push(...i.ctx.common.issues),i.result;let a=o.map(c=>new Te(c));return x(r,{code:v.invalid_union,unionErrors:a}),O}}get options(){return this._def.options}};vr.create=(e,t)=>new vr({options:e,typeName:N.ZodUnion,...L(t)});var _t=e=>e instanceof Sr?_t(e.schema):e instanceof Ne?_t(e.innerType()):e instanceof xr?[e.value]:e instanceof Tr?e.options:e instanceof Er?D.objectValues(e.enum):e instanceof kr?_t(e._def.innerType):e instanceof _r?[void 0]:e instanceof br?[null]:e instanceof Me?[void 0,..._t(e.unwrap())]:e instanceof tt?[null,..._t(e.unwrap())]:e instanceof jn||e instanceof Cr?_t(e.unwrap()):e instanceof Ar?_t(e._def.innerType):[],$s=class e extends ${_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==T.object)return x(r,{code:v.invalid_type,expected:T.object,received:r.parsedType}),O;let n=this.discriminator,s=r.data[n],i=this.optionsMap.get(s);return i?r.common.async?i._parseAsync({data:r.data,path:r.path,parent:r}):i._parseSync({data:r.data,path:r.path,parent:r}):(x(r,{code:v.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),O)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,r,n){let s=new Map;for(let i of r){let o=_t(i.shape[t]);if(!o.length)throw new Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let a of o){if(s.has(a))throw new Error(`Discriminator property ${String(t)} has duplicate value ${String(a)}`);s.set(a,i)}}return new e({typeName:N.ZodDiscriminatedUnion,discriminator:t,options:r,optionsMap:s,...L(n)})}};function wo(e,t){let r=Qe(e),n=Qe(t);if(e===t)return{valid:!0,data:e};if(r===T.object&&n===T.object){let s=D.objectKeys(t),i=D.objectKeys(e).filter(a=>s.indexOf(a)!==-1),o={...e,...t};for(let a of i){let c=wo(e[a],t[a]);if(!c.valid)return{valid:!1};o[a]=c.data}return{valid:!0,data:o}}else if(r===T.array&&n===T.array){if(e.length!==t.length)return{valid:!1};let s=[];for(let i=0;i<e.length;i++){let o=e[i],a=t[i],c=wo(o,a);if(!c.valid)return{valid:!1};s.push(c.data)}return{valid:!0,data:s}}else return r===T.date&&n===T.date&&+e==+t?{valid:!0,data:e}:{valid:!1}}var wr=class extends ${_parse(t){let{status:r,ctx:n}=this._processInputParams(t),s=(i,o)=>{if(Ls(i)||Ls(o))return O;let a=wo(i.value,o.value);return a.valid?((Us(i)||Us(o))&&r.dirty(),{status:r.value,value:a.data}):(x(n,{code:v.invalid_intersection_types}),O)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([i,o])=>s(i,o)):s(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};wr.create=(e,t,r)=>new wr({left:e,right:t,typeName:N.ZodIntersection,...L(r)});var et=class e extends ${_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==T.array)return x(n,{code:v.invalid_type,expected:T.array,received:n.parsedType}),O;if(n.data.length<this._def.items.length)return x(n,{code:v.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),O;!this._def.rest&&n.data.length>this._def.items.length&&(x(n,{code:v.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let i=[...n.data].map((o,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new Oe(n,o,n.path,a)):null}).filter(o=>!!o);return n.common.async?Promise.all(i).then(o=>ue.mergeArray(r,o)):ue.mergeArray(r,i)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};et.create=(e,t)=>{if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new et({items:e,typeName:N.ZodTuple,rest:null,...L(t)})};var Ds=class e extends ${get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==T.object)return x(n,{code:v.invalid_type,expected:T.object,received:n.parsedType}),O;let s=[],i=this._def.keyType,o=this._def.valueType;for(let a in n.data)s.push({key:i._parse(new Oe(n,a,n.path,a)),value:o._parse(new Oe(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?ue.mergeObjectAsync(r,s):ue.mergeObjectSync(r,s)}get element(){return this._def.valueType}static create(t,r,n){return r instanceof $?new e({keyType:t,valueType:r,typeName:N.ZodRecord,...L(n)}):new e({keyType:Bt.create(),valueType:t,typeName:N.ZodRecord,...L(r)})}},an=class extends ${get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==T.map)return x(n,{code:v.invalid_type,expected:T.map,received:n.parsedType}),O;let s=this._def.keyType,i=this._def.valueType,o=[...n.data.entries()].map(([a,c],u)=>({key:s._parse(new Oe(n,a,n.path,[u,"key"])),value:i._parse(new Oe(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of o){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return O;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of o){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return O;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};an.create=(e,t,r)=>new an({valueType:t,keyType:e,typeName:N.ZodMap,...L(r)});var cn=class e extends ${_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.parsedType!==T.set)return x(n,{code:v.invalid_type,expected:T.set,received:n.parsedType}),O;let s=this._def;s.minSize!==null&&n.data.size<s.minSize.value&&(x(n,{code:v.too_small,minimum:s.minSize.value,type:"set",inclusive:!0,exact:!1,message:s.minSize.message}),r.dirty()),s.maxSize!==null&&n.data.size>s.maxSize.value&&(x(n,{code:v.too_big,maximum:s.maxSize.value,type:"set",inclusive:!0,exact:!1,message:s.maxSize.message}),r.dirty());let i=this._def.valueType;function o(c){let u=new Set;for(let l of c){if(l.status==="aborted")return O;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>i._parse(new Oe(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>o(c)):o(a)}min(t,r){return new e({...this._def,minSize:{value:t,message:R.toString(r)}})}max(t,r){return new e({...this._def,maxSize:{value:t,message:R.toString(r)}})}size(t,r){return this.min(t,r).max(t,r)}nonempty(t){return this.min(1,t)}};cn.create=(e,t)=>new cn({valueType:e,minSize:null,maxSize:null,typeName:N.ZodSet,...L(t)});var Fs=class e extends ${constructor(){super(...arguments),this.validate=this.implement}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==T.function)return x(r,{code:v.invalid_type,expected:T.function,received:r.parsedType}),O;function n(a,c){return Bn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,tn(),yt].filter(u=>!!u),issueData:{code:v.invalid_arguments,argumentsError:c}})}function s(a,c){return Bn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,tn(),yt].filter(u=>!!u),issueData:{code:v.invalid_return_type,returnTypeError:c}})}let i={errorMap:r.common.contextualErrorMap},o=r.data;if(this._def.returns instanceof qt){let a=this;return me(async function(...c){let u=new Te([]),l=await a._def.args.parseAsync(c,i).catch(m=>{throw u.addIssue(n(c,m)),u}),d=await Reflect.apply(o,this,l);return await a._def.returns._def.type.parseAsync(d,i).catch(m=>{throw u.addIssue(s(d,m)),u})})}else{let a=this;return me(function(...c){let u=a._def.args.safeParse(c,i);if(!u.success)throw new Te([n(c,u.error)]);let l=Reflect.apply(o,this,u.data),d=a._def.returns.safeParse(l,i);if(!d.success)throw new Te([s(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:et.create(t).rest(bt.create())})}returns(t){return new e({...this._def,returns:t})}implement(t){return this.parse(t)}strictImplement(t){return this.parse(t)}static create(t,r,n){return new e({args:t||et.create([]).rest(bt.create()),returns:r||bt.create(),typeName:N.ZodFunction,...L(n)})}},Sr=class extends ${get schema(){return this._def.getter()}_parse(t){let{ctx:r}=this._processInputParams(t);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};Sr.create=(e,t)=>new Sr({getter:e,typeName:N.ZodLazy,...L(t)});var xr=class extends ${_parse(t){if(t.data!==this._def.value){let r=this._getOrReturnCtx(t);return x(r,{received:r.data,code:v.invalid_literal,expected:this._def.value}),O}return{status:"valid",value:t.data}}get value(){return this._def.value}};xr.create=(e,t)=>new xr({value:e,typeName:N.ZodLiteral,...L(t)});function fl(e,t){return new Tr({values:e,typeName:N.ZodEnum,...L(t)})}var Tr=class e extends ${_parse(t){if(typeof t.data!="string"){let r=this._getOrReturnCtx(t),n=this._def.values;return x(r,{expected:D.joinValues(n),received:r.parsedType,code:v.invalid_type}),O}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(t.data)){let r=this._getOrReturnCtx(t),n=this._def.values;return x(r,{received:r.data,code:v.invalid_enum_value,options:n}),O}return me(t.data)}get options(){return this._def.values}get enum(){let t={};for(let r of this._def.values)t[r]=r;return t}get Values(){let t={};for(let r of this._def.values)t[r]=r;return t}get Enum(){let t={};for(let r of this._def.values)t[r]=r;return t}extract(t,r=this._def){return e.create(t,{...this._def,...r})}exclude(t,r=this._def){return e.create(this.options.filter(n=>!t.includes(n)),{...this._def,...r})}};Tr.create=fl;var Er=class extends ${_parse(t){let r=D.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(t);if(n.parsedType!==T.string&&n.parsedType!==T.number){let s=D.objectValues(r);return x(n,{expected:D.joinValues(s),received:n.parsedType,code:v.invalid_type}),O}if(this._cache||(this._cache=new Set(D.getValidEnumValues(this._def.values))),!this._cache.has(t.data)){let s=D.objectValues(r);return x(n,{received:n.data,code:v.invalid_enum_value,options:s}),O}return me(t.data)}get enum(){return this._def.values}};Er.create=(e,t)=>new Er({values:e,typeName:N.ZodNativeEnum,...L(t)});var qt=class extends ${unwrap(){return this._def.type}_parse(t){let{ctx:r}=this._processInputParams(t);if(r.parsedType!==T.promise&&r.common.async===!1)return x(r,{code:v.invalid_type,expected:T.promise,received:r.parsedType}),O;let n=r.parsedType===T.promise?r.data:Promise.resolve(r.data);return me(n.then(s=>this._def.type.parseAsync(s,{path:r.path,errorMap:r.common.contextualErrorMap})))}};qt.create=(e,t)=>new qt({type:e,typeName:N.ZodPromise,...L(t)});var Ne=class extends ${innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===N.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(t){let{status:r,ctx:n}=this._processInputParams(t),s=this._def.effect||null,i={addIssue:o=>{x(n,o),o.fatal?r.abort():r.dirty()},get path(){return n.path}};if(i.addIssue=i.addIssue.bind(i),s.type==="preprocess"){let o=s.transform(n.data,i);if(n.common.async)return Promise.resolve(o).then(async a=>{if(r.value==="aborted")return O;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?O:c.status==="dirty"?pr(c.value):r.value==="dirty"?pr(c.value):c});{if(r.value==="aborted")return O;let a=this._def.schema._parseSync({data:o,path:n.path,parent:n});return a.status==="aborted"?O:a.status==="dirty"?pr(a.value):r.value==="dirty"?pr(a.value):a}}if(s.type==="refinement"){let o=a=>{let c=s.refinement(a,i);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?O:(a.status==="dirty"&&r.dirty(),o(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?O:(a.status==="dirty"&&r.dirty(),o(a.value).then(()=>({status:r.value,value:a.value}))))}if(s.type==="transform")if(n.common.async===!1){let o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Ft(o))return O;let a=s.transform(o.value,i);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>Ft(o)?Promise.resolve(s.transform(o.value,i)).then(a=>({status:r.value,value:a})):O);D.assertNever(s)}};Ne.create=(e,t,r)=>new Ne({schema:e,typeName:N.ZodEffects,effect:t,...L(r)});Ne.createWithPreprocess=(e,t,r)=>new Ne({schema:t,effect:{type:"preprocess",transform:e},typeName:N.ZodEffects,...L(r)});var Me=class extends ${_parse(t){return this._getType(t)===T.undefined?me(void 0):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};Me.create=(e,t)=>new Me({innerType:e,typeName:N.ZodOptional,...L(t)});var tt=class extends ${_parse(t){return this._getType(t)===T.null?me(null):this._def.innerType._parse(t)}unwrap(){return this._def.innerType}};tt.create=(e,t)=>new tt({innerType:e,typeName:N.ZodNullable,...L(t)});var kr=class extends ${_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return r.parsedType===T.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};kr.create=(e,t)=>new kr({innerType:e,typeName:N.ZodDefault,defaultValue:typeof t.default=="function"?t.default:()=>t.default,...L(t)});var Ar=class extends ${_parse(t){let{ctx:r}=this._processInputParams(t),n={...r,common:{...r.common,issues:[]}},s=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return rn(s)?s.then(i=>({status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Te(n.common.issues)},input:n.data})})):{status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Te(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Ar.create=(e,t)=>new Ar({innerType:e,typeName:N.ZodCatch,catchValue:typeof t.catch=="function"?t.catch:()=>t.catch,...L(t)});var ln=class extends ${_parse(t){if(this._getType(t)!==T.nan){let n=this._getOrReturnCtx(t);return x(n,{code:v.invalid_type,expected:T.nan,received:n.parsedType}),O}return{status:"valid",value:t.data}}};ln.create=e=>new ln({typeName:N.ZodNaN,...L(e)});var Gg=Symbol("zod_brand"),jn=class extends ${_parse(t){let{ctx:r}=this._processInputParams(t),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},qn=class e extends ${_parse(t){let{status:r,ctx:n}=this._processInputParams(t);if(n.common.async)return(async()=>{let i=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?O:i.status==="dirty"?(r.dirty(),pr(i.value)):this._def.out._parseAsync({data:i.value,path:n.path,parent:n})})();{let s=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?O:s.status==="dirty"?(r.dirty(),{status:"dirty",value:s.value}):this._def.out._parseSync({data:s.value,path:n.path,parent:n})}}static create(t,r){return new e({in:t,out:r,typeName:N.ZodPipeline})}},Cr=class extends ${_parse(t){let r=this._def.innerType._parse(t),n=s=>(Ft(s)&&(s.value=Object.freeze(s.value)),s);return rn(r)?r.then(s=>n(s)):n(r)}unwrap(){return this._def.innerType}};Cr.create=(e,t)=>new Cr({innerType:e,typeName:N.ZodReadonly,...L(t)});function cl(e,t){let r=typeof e=="function"?e(t):typeof e=="string"?{message:e}:e;return typeof r=="string"?{message:r}:r}function pl(e,t={},r){return e?jt.create().superRefine((n,s)=>{let i=e(n);if(i instanceof Promise)return i.then(o=>{if(!o){let a=cl(t,n),c=a.fatal??r??!0;s.addIssue({code:"custom",...a,fatal:c})}});if(!i){let o=cl(t,n),a=o.fatal??r??!0;s.addIssue({code:"custom",...o,fatal:a})}}):jt.create()}var Wg={object:Ee.lazycreate},N;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(N||(N={}));var Yg=(e,t={message:`Input not instance of ${e.name}`})=>pl(r=>r instanceof e,t),ml=Bt.create,gl=mr.create,zg=ln.create,Xg=gr.create,hl=hr.create,Zg=yr.create,Jg=sn.create,Qg=_r.create,eh=br.create,th=jt.create,rh=bt.create,nh=qe.create,sh=on.create,ih=vt.create,oh=Ee.create,ah=Ee.strictCreate,ch=vr.create,lh=$s.create,uh=wr.create,dh=et.create,fh=Ds.create,ph=an.create,mh=cn.create,gh=Fs.create,hh=Sr.create,yh=xr.create,_h=Tr.create,bh=Er.create,vh=qt.create,wh=Ne.create,Sh=Me.create,xh=tt.create,Th=Ne.createWithPreprocess,Eh=qn.create,kh=()=>ml().optional(),Ah=()=>gl().optional(),Ch=()=>hl().optional(),Rh={string:(e=>Bt.create({...e,coerce:!0})),number:(e=>mr.create({...e,coerce:!0})),boolean:(e=>hr.create({...e,coerce:!0})),bigint:(e=>gr.create({...e,coerce:!0})),date:(e=>yr.create({...e,coerce:!0}))};var Ih=O;var Ph=/^[A-Za-z0-9._-]+$/,Mh=/^[A-Za-z0-9._-]+(\|[A-Za-z0-9._-]+)*$/,yl=new Set([".",".."]),ve=class extends Error{pattern;constructor(t,r){super(`Invalid freeReadPathPattern ${JSON.stringify(r)}: ${t}`),this.pattern=r,this.name="FreePathPatternError"}};function Oh(e,t){if(e==="*")return{raw:e,kind:"single"};if(e==="**")return{raw:e,kind:"multi"};if(e.startsWith("(")){let r=e.endsWith(")?"),n=e.endsWith(")");if(!r&&!n)throw new ve(`malformed alternation segment ${JSON.stringify(e)}`,t);let s=r?e.slice(1,-2):e.slice(1,-1);if(!Mh.test(s))throw new ve(`malformed alternation segment ${JSON.stringify(e)}`,t);let i=s.split("|");if(i.some(o=>yl.has(o)))throw new ve(`alternation segment ${JSON.stringify(e)} may not contain '.' or '..'`,t);return{raw:e,kind:r?"alt-optional":"alt",alternatives:i}}if(Ph.test(e)){if(yl.has(e))throw new ve(`literal segment ${JSON.stringify(e)} is not permitted`,t);return{raw:e,kind:"literal"}}throw new ve(`segment ${JSON.stringify(e)} must be '*', '**', a [A-Za-z0-9._-]+ literal, or (a|b) alternation`,t)}function Nh(e){if(typeof e!="string"||e.length===0)throw new ve("must be a non-empty string",String(e));if(!e.startsWith("/"))throw new ve("must start with '/'",e);if(e.slice(1).includes("//"))throw new ve("empty segments ('//') are not permitted",e);if(e.length>1&&e.endsWith("/"))throw new ve("must not end with '/'",e);let r=e.slice(1).split("/").map(i=>Oh(i,e));if(r.filter(i=>i.kind==="multi").length>1)throw new ve("at most one '**' is permitted per pattern",e);if(r[0]?.kind==="multi")throw new ve("'**' may not be the first segment (a literal prefix anchor is required)",e);let s=r.findIndex(i=>i.kind==="alt-optional");if(s!==-1&&s!==r.length-1)throw new ve("optional alternation '(...)?' is only allowed as the final segment",e);return r}function So(e){Nh(e)}var _l=["tempo","mpp_self","merchant_self"],bl=["catalog_static","fal_direct","fal_queue","openrouter_chat","openrouter_image","platform_proxy","tempo_gateway","x402_gateway"],vl=["image","audio","queued_audio","video","queued_video","model_3d","llm","transcription","utility"],wl=["images[0].url","image.url","audio.url","audio_file.url","audio_url","video.url","model_mesh.url","text","choices[0].message.content","choices[0].message.images[0].image_url.url","request_id"];var To=h.object({inputPerMillion:h.number().positive(),outputPerMillion:h.number().positive(),contextWindow:h.number().int().positive().optional(),maxOutput:h.number().int().positive().optional(),perRequestFeeCents:h.number().nonnegative().optional()}),Lh=h.object({strategy:h.enum(["flat","token","band"]).optional(),pricingModel:h.enum(["per-call","per-token","band"]).optional(),priceCents:h.number().nonnegative().optional(),currency:h.string().optional(),display:h.string().optional(),estimate:h.boolean().optional(),source:h.string().optional(),priceBand:h.record(h.unknown()).optional(),tokenPricing:To.optional()}).passthrough(),Eo=h.discriminatedUnion("type",[h.object({type:h.literal("shortcut"),routedPath:h.string().min(1).startsWith("/")}),h.object({type:h.literal("custom"),merchantSlug:h.string().min(1),subPath:h.string().optional()}),h.object({type:h.literal("local"),fn:h.string().min(1)}),h.object({type:h.literal("read")})]),ko=h.object({amount:h.number().nonnegative(),currency:h.string().length(3).optional(),display:h.string().optional(),free:h.boolean().optional(),batchDiscount:h.number().min(0).max(100).optional()}),Sl=h.object({attestation:h.boolean().optional(),rateLimitMs:h.number().positive().optional()}),xl=h.object({displayName:h.string().optional(),feedbackEligible:h.boolean().optional(),suggestionEligible:h.boolean().optional(),batchable:h.boolean().optional()}),Tl=h.object({enabled:h.boolean().optional(),gatewayPath:h.string().min(1).startsWith("/").optional(),method:h.enum(["GET","POST","PUT","PATCH","DELETE"]).optional(),timeoutMs:h.number().int().positive().max(12e4).optional()}).strict(),Uh=h.enum(["image","video","audio","3d","llm","upscale","tts","transcription","utility","onchain"]),$h=120,Dh=120,Fh=1200,Bh=/^[^\u0000-\u001F\u007F]+$/;function xo(e,t){return h.string().min(1).max(e).regex(Bh,`${t} must not contain control characters`)}var Ao={id:h.string().min(1),name:xo($h,"name"),description:xo(Fh,"description"),provider:h.string().min(1),model:h.string().min(1),category:Uh,priceCents:h.number().nonnegative(),inputSchema:h.record(h.unknown()),gatewayUrl:h.string().min(1),merchantName:xo(Dh,"merchantName"),isAsync:h.boolean().optional(),pollUrl:h.string().optional(),pollInterval:h.number().positive().optional(),pollTimeout:h.number().positive().optional(),tags:h.array(h.string()).optional(),tokenPricing:To.optional(),priceDisplay:h.string().optional(),pricingModel:h.enum(["per-call","per-token","band"]).optional(),pricingInfo:Lh.optional(),status:h.enum(["available","unavailable"]).optional(),handler:Eo.optional(),pricing:ko.optional(),security:Sl.optional(),engagement:xl.optional(),gatewayConfig:Tl.optional(),freeReadPathPattern:h.string().optional().superRefine((e,t)=>{if(e!==void 0)try{So(e)}catch(r){t.addIssue({code:h.ZodIssueCode.custom,message:r instanceof Error?r.message:String(r)})}}),enabled:h.boolean().optional(),beta:h.boolean().optional(),deprecated:h.boolean().optional(),internal:h.boolean().optional(),employeeOnly:h.boolean().optional(),employeeOnlyRolloutFlag:h.string().min(1).max(100).optional(),replacementTool:h.string().optional(),minCliVersion:h.string().optional(),sunsetAt:h.string().optional(),rail:h.enum(_l).optional(),executionKind:h.enum(bl).optional(),resultKind:h.enum(vl).optional(),extractionMode:h.enum(wl).optional(),pricingStrategy:h.enum(["flat","token","band"]).optional()},El=h.object({...Ao,dispatch:h.literal("routed"),routedPath:h.string().min(1).startsWith("/")}).strict(),kl=h.object({...Ao,dispatch:h.literal("enveloped")}).strict(),Al=h.object({...Ao,handler:Eo,pricing:ko}).strict(),Cl=h.union([h.discriminatedUnion("dispatch",[El,kl]),Al]);var Co=/^[a-z0-9][a-z0-9_-]*$/;var Hh="https://fal.run",Ml="https://openrouter.mpp.tempo.xyz",Io=1024,js=8192,Vh=4096,Kh=10;function Gh(e){return e>=Kh?Vh:js}function Ol(e,t){let r=typeof e=="number"&&Number.isFinite(e)&&e>0?Math.floor(e):Io;return Math.min(r,t)}var Wh=["num_images","num_outputs","num_samples","num_videos","batch_size","n"];function Nl(e){for(let t of Wh)delete e[t];return e}function Yh(e){let{attestation:t,tool_id:r,...n}=e;return Nl(n)}var Hn=new Set(["21:9","16:9","3:2","5:4","4:3","1:1","4:5","3:4","2:3","9:16","9:21"]),Po=/^\d{1,2}:\d{1,2}$/,Rl={"1:1":"square_hd","16:9":"landscape_16_9","9:16":"portrait_16_9","4:3":"landscape_4_3","3:4":"portrait_4_3"};function Bs(e){let{attestation:t,tool_id:r,aspect_ratio:n,image_size:s,...i}=e,o=Nl({...i});return typeof s=="string"&&s.length>0?(o.image_size=s,o):(typeof n=="string"&&Rl[n]&&(o.image_size=Rl[n]),o)}function zh(e){let{attestation:t,tool_id:r,...n}=e;return n}function Il(e){let t={chain:e.chain,token_address:e.token_address};if(e.start_timestamp){let r=e.end_timestamp||new Date().toISOString(),n=e.time_granularity;if(!n){let s=new Date(e.start_timestamp).getTime();(new Date(r).getTime()-s)/(1e3*60*60*24)<=2?n="1h":n="1d"}return{addresses:[t],start_timestamp:e.start_timestamp,end_timestamp:r,time_granularity:n}}return[t]}function Xh(e,t,r,n,s,i,o,a,c){return{id:e,name:t,description:r,provider:n,model:s.replace(/^\//,""),category:i,gatewayUrl:`https://${n}${s}`,merchantName:t,inputSchema:a,handler:{type:"custom",merchantSlug:n,subPath:s},pricing:{amount:o,currency:"USD",display:`$${(o/100).toFixed(2)}`},priceCents:o,tags:[],...c}}function Zh(e,t,r,n,s,i,o,a){return Xh(e,t,r,"suno-ai",n,s,i,o,{merchantName:"Suno AI",...a})}function ne(e,t,r,n,s,i,o,a){return{dispatch:"routed",id:e,name:t,description:r,provider:"fal",model:n,category:s,priceCents:i,inputSchema:o,routedPath:`/api/v1/fal/${n}`,gatewayUrl:`${Hh}/${n}`,merchantName:"fal.ai",buildBody:Yh,tags:[],...a}}function Ll(e,t=js){return r=>{let{attestation:n,tool_id:s,model:i,prompt:o,system_prompt:a,max_tokens:c,max_completion_tokens:u,n:l,messages:d,temperature:p,...m}=r;return typeof i=="string"&&i.length>0&&i!==e&&console.warn("[catalog] openrouterBuildBody: caller model override ignored",{catalogModel:e,callerModel:i}),{messages:Array.isArray(d)?d:[...a?[{role:"system",content:a}]:[],{role:"user",content:o}],temperature:p??.7,...m,model:e,max_tokens:Ol(c??u,t),usage:{include:!0}}}}function Ul(e,t=js){return r=>{let{attestation:n,tool_id:s,prompt:i,image_url:o,aspect_ratio:a,max_tokens:c,max_completion_tokens:u,n:l,model:d,messages:p,image_config:m,temperature:f,..._}=r,S=[{type:"text",text:i}];return typeof o=="string"&&o.length>0&&S.push({type:"image_url",image_url:{url:o}}),{messages:Array.isArray(p)?p:[{role:"user",content:S}],temperature:f??.7,..._,model:e,...typeof a=="string"&&a.length>0?{image_config:{aspect_ratio:a}}:{},max_tokens:Ol(c??u,t),usage:{include:!0}}}}function J(e,t,r,n,s,i,o){let a=o?.maxOutputTokens??Gh(i),c=o?.perRequestFeeCents??0,u=500/1e6*s*100,l=500/1e6*i*100,d=Math.max(1,Math.ceil(u+l+c)),{perRequestFeeCents:p,maxOutputTokens:m,...f}=o??{};return{dispatch:"routed",id:e,name:t,description:r,provider:"openrouter",model:n,category:"llm",priceCents:d,inputSchema:{type:"object",properties:{prompt:{type:"string",description:"The prompt or question to send to the model"},system_prompt:{type:"string",description:"Optional system prompt to set model behavior"},max_tokens:{type:"integer",description:`Maximum tokens in response (default: ${Io}); values above ${a} are clamped to ${a}`,minimum:1,maximum:a},temperature:{type:"number",description:"Sampling temperature 0-2 (default: 0.7)",minimum:0,maximum:2}},required:["prompt"]},routedPath:"/api/v1/chat/completions",gatewayUrl:`${Ml}/v1/chat/completions`,merchantName:"OpenRouter",buildBody:Ll(n,a),tags:["llm","chat","text"],tokenPricing:{inputPerMillion:s,outputPerMillion:i,...c>0?{perRequestFeeCents:c}:{}},...f}}function Ro(e,t,r,n,s,i){let o=i?.maxOutputTokens??js,{maxOutputTokens:a,...c}=i??{};return{dispatch:"routed",id:e,name:t,description:r,provider:"openrouter",model:n,category:"image",pricingStrategy:"band",priceCents:s,inputSchema:{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate or edit"},image_url:{type:"string",description:"Optional source image URL for edits"},aspect_ratio:{type:"string",description:"Aspect ratio (e.g. 16:9, 1:1, 9:16)",default:"1:1"},max_tokens:{type:"integer",description:`Maximum text tokens in response metadata (default: ${Io}); values above ${o} are clamped to ${o}`,minimum:1,maximum:o},temperature:{type:"number",description:"Sampling temperature 0-2 (default: 0.7)",minimum:0,maximum:2}},required:["prompt"]},routedPath:"/api/v1/chat/completions",gatewayUrl:`${Ml}/v1/chat/completions`,merchantName:"OpenRouter",buildBody:Ul(n,o),tags:["image","gemini","google","nano-banana","edit"],tokenPricing:{inputPerMillion:.3,outputPerMillion:2.5},...c}}var Mo=[ne("fal-flux-pro-ultra","FLUX Pro Ultra","Highest quality image generation. Best for detailed, photorealistic images.","fal-ai/flux-pro/v1.1-ultra","image",6,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"},aspect_ratio:{type:"string",description:"Aspect ratio (e.g. 16:9, 1:1, 9:16)",default:"16:9"}},required:["prompt"]},{tags:["image","flux","photorealistic","high-quality"]}),ne("fal-flux-pro","FLUX Pro","Fast, high-quality image generation. Good balance of speed and quality.","fal-ai/flux-pro/v1.1","image",4,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"},aspect_ratio:{type:"string",description:"Aspect ratio (e.g. 16:9, 1:1, 9:16)",default:"16:9"}},required:["prompt"]},{tags:["image","flux","fast"],buildBody:Bs}),ne("fal-flux-dev","FLUX Dev","Open-source image generation. Cheaper, good for experimentation.","fal-ai/flux/dev","image",3,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"},aspect_ratio:{type:"string",description:"Aspect ratio",default:"16:9"}},required:["prompt"]},{tags:["image","flux","open-source","cheap"],buildBody:Bs}),ne("fal-flux-schnell","FLUX Schnell","Fastest image generation. Ultra-cheap, great for drafts and iteration.","fal-ai/flux/schnell","image",1,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"},aspect_ratio:{type:"string",description:"Aspect ratio",default:"16:9"}},required:["prompt"]},{tags:["image","flux","fast","cheap","draft"],buildBody:Bs}),ne("fal-recraft-v3","Recraft V3","Design-focused image generation. Great for illustrations, icons, and graphic design.","fal-ai/recraft/v3/text-to-image","image",5,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"},style:{type:"string",description:"Style preset: realistic_image, digital_illustration, vector_illustration, icon"}},required:["prompt"]},{tags:["image","design","illustration","icon","vector"]}),Ro("or-gemini-nano-banana","Nano Banana","Google Gemini 2.5 Flash Image via OpenRouter for image generation and edits.","google/gemini-2.5-flash-image",4),Ro("or-gemini-nano-banana-2","Nano Banana 2","Google Gemini 3.1 Flash Image Preview via OpenRouter for fast image generation and edits.","google/gemini-3.1-flash-image-preview",5,{tags:["image","gemini","google","nano-banana","edit","fast"],tokenPricing:{inputPerMillion:.5,outputPerMillion:3}}),Ro("or-gemini-nano-banana-pro","Nano Banana Pro","Google Gemini 3 Pro Image Preview via OpenRouter for professional image generation, edits, and text rendering.","google/gemini-3-pro-image-preview",8,{tags:["image","gemini","google","nano-banana","pro","text-rendering"],tokenPricing:{inputPerMillion:2,outputPerMillion:12}}),ne("fal-ideogram-v2","Ideogram V2","Excellent text rendering in images. Best for logos, posters, and text-heavy visuals.","fal-ai/ideogram/v2","image",8,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"},aspect_ratio:{type:"string",description:"Aspect ratio",default:"1:1"}},required:["prompt"]},{tags:["image","text-rendering","logo","poster","typography"]}),ne("fal-ideogram-v2-turbo","Ideogram V2 Turbo","Fast text rendering in images. Good balance of speed and text accuracy.","fal-ai/ideogram/v2/turbo","image",5,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"},aspect_ratio:{type:"string",description:"Aspect ratio",default:"1:1"}},required:["prompt"]},{tags:["image","text-rendering","fast"]}),ne("fal-fast-sdxl","Fast SDXL","Ultra-fast Stable Diffusion. 4-step inference, cheapest option.","fal-ai/fast-sdxl","image",1,{type:"object",properties:{prompt:{type:"string",description:"Text description of the image to generate"}},required:["prompt"]},{tags:["image","stable-diffusion","fast","cheap"]}),ne("fal-wan-video","Wan Video","Text-to-video generation. Create short video clips from text descriptions.","fal-ai/wan/v2.1/1.3b/text-to-video","video",10,{type:"object",properties:{prompt:{type:"string",description:"Text description of the video to generate"},num_frames:{type:"number",description:"Number of frames (default: 81)"}},required:["prompt"]},{tags:["video","text-to-video","wan"]}),ne("fal-minimax-video","MiniMax Video","High-quality video generation with excellent motion and coherence.","fal-ai/minimax-video/video-01-live","video",15,{type:"object",properties:{prompt:{type:"string",description:"Text description of the video to generate"}},required:["prompt"]},{tags:["video","text-to-video","high-quality"]}),ne("fal-kling-video","Kling Video","Professional video generation with cinematic quality.","fal-ai/kling-video/v2/master/text-to-video","video",20,{type:"object",properties:{prompt:{type:"string",description:"Text description of the video to generate"},duration:{type:"string",description:"Duration: 5 or 10 seconds",default:"5"},aspect_ratio:{type:"string",description:"Aspect ratio",default:"16:9"}},required:["prompt"]},{tags:["video","text-to-video","cinematic","professional"]}),ne("fal-kling-i2v","Kling Image-to-Video","Animate a still image into a 5\u201310s video clip. Cinematic motion quality.","fal-ai/kling-video/v1.6/standard/image-to-video","video",35,{type:"object",properties:{image_url:{type:"string",description:"URL of the source image (jpg, png, webp, gif, avif)"},prompt:{type:"string",description:"Text description of the motion to animate"},duration:{type:"string",description:"Duration: 5 or 10 seconds",default:"5"},aspect_ratio:{type:"string",description:"Aspect ratio (e.g. 16:9, 9:16, 1:1)",default:"16:9"},negative_prompt:{type:"string",description:"Elements to avoid in the generated motion"},cfg_scale:{type:"number",description:"Classifier-free guidance (default 0.5)",default:.5}},required:["image_url","prompt"]},{tags:["video","image-to-video","kling","cinematic"]}),ne("fal-stable-audio","Stable Audio","Generate sound effects and ambient audio from text descriptions.","fal-ai/stable-audio","audio",4,{type:"object",properties:{prompt:{type:"string",description:"Description of the audio to generate"},seconds_total:{type:"number",description:"Duration in seconds (max 47)",default:30}},required:["prompt"]},{tags:["audio","sound-effects","ambient"]}),ne("fal-ace-step-music","ACE-Step Music","Generate full music tracks from a prompt, with optional vocals or instrumentals.","fal-ai/ace-step/prompt-to-audio","audio",2,{type:"object",properties:{prompt:{type:"string",description:"Description of the song, genre, mood, instruments, and lyrics direction"},instrumental:{type:"boolean",description:"Generate instrumental music without vocals",default:!1},duration:{type:"number",description:"Duration in seconds",default:60}},required:["prompt"]},{tags:["music","song","vocals","instrumental","ace-step"]}),Zh("suno-music","Suno Music","AI music generation. Create full songs with vocals or instrumentals.","/suno/generate-music","audio",10,{type:"object",properties:{prompt:{type:"string",description:"Description of the song (genre, mood, instruments)"},instrumental:{type:"boolean",description:"Instrumental only, no vocals",default:!1}},required:["prompt"]},{isAsync:!0,pollUrl:"https://api.sunoapi.org/suno/get-music-status",deprecated:!0,tags:["music","song","vocals","instrumental"],buildBody:e=>{let{attestation:t,tool_id:r,prompt:n,instrumental:s,...i}=e;return{prompt:n,customMode:!1,instrumental:typeof s=="boolean"?s:!1,model:"V4",...i}}}),ne("fal-trellis-3d","Trellis 3D","Generate 3D models from images. Upload a photo, get a 3D asset.","fal-ai/trellis","3d",8,{type:"object",properties:{image_url:{type:"string",description:"URL of the image to convert to 3D"}},required:["image_url"]},{tags:["3d","model","image-to-3d"]}),ne("fal-aura-sr","Aura SR","Upscale images to higher resolution. 4x upscaling with detail enhancement.","fal-ai/aura-sr","upscale",3,{type:"object",properties:{image_url:{type:"string",description:"URL of the image to upscale"}},required:["image_url"]},{tags:["upscale","super-resolution","enhance"]}),ne("fal-metavoice","MetaVoice Voice Cloning","Voice cloning TTS \u2014 clone any voice from an audio sample. Provide text and a voice sample URL.","fal-ai/metavoice-v1","tts",3,{type:"object",properties:{text:{type:"string",description:"Text to convert to speech"},audio_url:{type:"string",description:"URL of the voice sample to clone"}},required:["text","audio_url"]},{tags:["tts","voice","voice-cloning","speech"]}),ne("fal-whisper","Whisper Transcription","Transcribe audio to text. Supports multiple languages.","fal-ai/whisper","transcription",2,{type:"object",properties:{audio_url:{type:"string",description:"URL of the audio to transcribe"},language:{type:"string",description:"Language code (e.g. en, es, fr)"}},required:["audio_url"]},{tags:["transcription","speech-to-text","whisper"]}),J("or-gpt-4o","GPT-4o","OpenAI's flagship multimodal model. Best for complex reasoning and analysis.","openai/gpt-4o",2.5,10,{tags:["llm","gpt","openai","multimodal","reasoning"]}),J("or-gpt-55","GPT-5.5","OpenAI frontier model for complex professional reasoning, coding, and long-context analysis.","openai/gpt-5.5",5,30,{tags:["llm","gpt","openai","frontier","reasoning","coding","long-context"]}),J("or-gpt-55-pro","GPT-5.5 Pro","OpenAI high-capability frontier model optimized for deep reasoning and high-stakes workloads.","openai/gpt-5.5-pro",30,180,{tags:["llm","gpt","openai","frontier","pro","deep-reasoning","coding","long-context"]}),J("or-gpt-4o-mini","GPT-4o Mini","Fast, affordable GPT-4o. Great for everyday tasks, chat, and simple analysis.","openai/gpt-4o-mini",.15,.6,{tags:["llm","gpt","openai","fast","cheap"]}),J("or-claude-opus-4-8","Claude Opus 4.8","Anthropic's newest flagship. 1M context, strongest reasoning + coding.","anthropic/claude-opus-4.8",15,75,{tags:["llm","claude","anthropic","reasoning","coding","newest"]}),J("or-claude-opus","Claude Opus 4.7","Anthropic's most capable model. 1M context, reasoning, best for complex tasks.","anthropic/claude-opus-4.7",15,75,{tags:["llm","claude","anthropic","reasoning","coding"]}),J("or-claude-sonnet","Claude Sonnet 4.6","Anthropic's best balance of intelligence and speed. Excellent for coding and analysis.","anthropic/claude-sonnet-4.6",3,15,{tags:["llm","claude","anthropic","coding","analysis"]}),J("or-claude-opus-fast","Claude Opus 4.8 Fast","Fast Opus variant with lower latency.","anthropic/claude-opus-4.8-fast",10,50,{tags:["llm","claude","anthropic","fast"]}),J("or-claude-haiku","Claude Haiku 4.5","Anthropic's fastest model. Great for quick tasks, chat, and simple reasoning.","anthropic/claude-haiku-4.5",1,5,{tags:["llm","claude","anthropic","fast"]}),J("or-gemini-pro","Gemini 2.5 Flash","Google's fast multimodal model. Good for general tasks with long context.","google/gemini-2.5-flash",.3,2.5,{tags:["llm","gemini","google","multimodal","fast","cheap"]}),J("or-gemini-3-flash","Gemini 3 Flash","Google's high-speed thinking model for agentic workflows, coding, and multimodal tasks.","google/gemini-3-flash-preview",.5,3,{tags:["llm","gemini","google","agentic","coding","fast"]}),J("or-gemini-3-pro","Gemini 3.1 Pro","Google's flagship frontier model for deep reasoning, multimodal analysis, and agentic coding.","google/gemini-3.1-pro-preview",2,12,{tags:["llm","gemini","google","reasoning","coding","multimodal"]}),J("or-gemini-35-flash","Gemini 3.5 Flash","Google frontier Flash model for multimodal reasoning, coding, and parallel agentic workflows.","google/gemini-3.5-flash",1.5,9,{tags:["llm","gemini","google","frontier","multimodal","reasoning","coding","fast"]}),J("or-gemini-3-lite","Gemini 3.1 Flash Lite","Google's efficient multimodal model optimized for low-latency, high-volume agent workloads.","google/gemini-3.1-flash-lite",.25,1.5,{tags:["llm","gemini","google","fast","cheap","multimodal"]}),J("or-llama-70b","Llama 3.3 70B","Meta's best open model. Strong reasoning, fully open-source.","meta-llama/llama-3.3-70b-instruct",.3,.4,{tags:["llm","llama","meta","open-source","reasoning"]}),J("or-llama-8b","Llama 3.1 8B","Fast, lightweight open model. Great for simple tasks at minimal cost.","meta-llama/llama-3.1-8b-instruct",.05,.08,{tags:["llm","llama","meta","open-source","fast","cheap"]}),J("or-mistral-large","Mistral Large","Mistral's flagship model. Strong at multilingual and European languages.","mistralai/mistral-large-2512",.5,1.5,{tags:["llm","mistral","multilingual","european"]}),J("or-mistral-small","Mistral Small","Fast, efficient Mistral model. Good for everyday tasks.","mistralai/mistral-small-3.1-24b-instruct",.1,.3,{tags:["llm","mistral","fast","cheap"]}),J("or-deepseek-chat","DeepSeek Chat V3","Strong reasoning model at very low cost. Excellent for coding and math.","deepseek/deepseek-chat-v3-0324",.3,.88,{tags:["llm","deepseek","coding","math","cheap","reasoning"]}),J("or-deepseek-r1","DeepSeek R1","Advanced reasoning model with chain-of-thought. Best for complex problems.","deepseek/deepseek-r1",.55,2.19,{tags:["llm","deepseek","reasoning","chain-of-thought","math"]}),J("or-qwen-72b","Qwen 2.5 72B","Alibaba's large model. Strong at coding, math, and multilingual tasks.","qwen/qwen-2.5-72b-instruct",.3,.4,{tags:["llm","qwen","alibaba","coding","multilingual"]}),J("or-phi-4","Phi-4","Microsoft's compact reasoning model. Punches above its weight for size.","microsoft/phi-4",.07,.14,{tags:["llm","phi","microsoft","compact","cheap","reasoning"]}),J("or-perplexity-sonar","Perplexity Sonar","Search-augmented LLM. Answers with real-time web sources and citations.","perplexity/sonar",1,1,{perRequestFeeCents:.5,tags:["llm","perplexity","search","web","citations","real-time"]}),{dispatch:"enveloped",id:"query_onchain_prices",name:"Query On-Chain Prices",description:"Query real-time or historical on-chain token prices via Allium. Use this for current prices, price history over any date range, price trends, comparisons between time periods, and analytics like monthly/weekly price charts. Supports hourly and daily granularity.",provider:"allium",model:"allium-prices",category:"onchain",priceCents:1,inputSchema:{type:"object",properties:{chain:{type:"string",description:"Chain name (e.g. ethereum, solana, base, polygon)"},token_address:{type:"string",description:"Token contract address. Use the native token address for chain-native assets (e.g. ETH, SOL)."},start_timestamp:{type:"string",description:"ISO 8601 timestamp for historical range start (e.g. '2024-01-01T00:00:00Z'). Omit for current price only."},end_timestamp:{type:"string",description:"ISO 8601 timestamp for historical range end. Defaults to now if start_timestamp is set."},time_granularity:{type:"string",description:"Data resolution: '1h' (hourly) or '1d' (daily). Auto-selected based on date range if omitted."}},required:["chain","token_address"]},gatewayUrl:"https://agents.allium.so/api/v1/developer/prices",merchantName:"Allium",internal:!0,executionKind:"x402_gateway",resultKind:"utility",gatewayConfig:{enabled:!1,gatewayPath:"/gateway",method:"POST",timeoutMs:3e4},buildUrl:e=>e.start_timestamp?"https://agents.allium.so/api/v1/developer/prices/history":"https://agents.allium.so/api/v1/developer/prices",buildBody:Il,tags:["onchain","prices","allium","crypto"]},{dispatch:"enveloped",id:"parallel-search-tempo",name:"Parallel Search (Tempo)",description:"Internal Tempo gateway route for Parallel's paid search endpoint.",provider:"parallel",model:"search",category:"utility",priceCents:1,inputSchema:{type:"object",properties:{query:{type:"string",description:"Search query. Mapped by Parallel to objective when provided."},objective:{type:"string",description:"Search objective. Use with search_queries for advanced requests."},search_queries:{type:"array",items:{type:"string"},description:"Optional explicit search query list."},mode:{type:"string",enum:["one-shot","fast"],description:"Parallel search mode.",default:"one-shot"}},anyOf:[{required:["query"]},{required:["objective"]}]},gatewayUrl:"https://parallelmpp.dev/api/search",merchantName:"Parallel",internal:!0,rail:"tempo",executionKind:"tempo_gateway",resultKind:"utility",gatewayConfig:{enabled:!1,gatewayPath:"/gateway",method:"POST",timeoutMs:3e4},buildBody:zh,tags:["search","parallel","tempo","internal"]},{dispatch:"enveloped",id:"generate_image_card",name:"Generate Image (Ultra)",description:"Generate a high-quality AI image (FLUX Pro Ultra, 2K, ~$0.06).",provider:"fal",model:"fal-ai/flux-pro/v1.1-ultra",category:"image",priceCents:6,inputSchema:{type:"object",properties:{prompt:{type:"string",description:"Text description of the image"},aspect_ratio:{type:"string",description:"Aspect ratio (e.g. 16:9, 1:1, 9:16)",default:"16:9"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/fal-ai/flux-pro/v1.1-ultra",merchantName:"fal.ai",deprecated:!0,replacementTool:"fal-flux-pro-ultra",buildBody:e=>{let t={prompt:e.prompt};return e.aspect_ratio&&(t.aspect_ratio=e.aspect_ratio),t},tags:["image","flux","ultra","legacy"]},{dispatch:"enveloped",id:"generate_image_fast_card",name:"Generate Image (Fast)",description:"Generate an AI image (FLUX Pro v1.1, 1K, ~$0.04).",provider:"fal",model:"fal-ai/flux-pro/v1.1",category:"image",priceCents:4,inputSchema:{type:"object",properties:{prompt:{type:"string",description:"Text description of the image"},aspect_ratio:{type:"string",description:"Aspect ratio",default:"16:9"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/fal-ai/flux-pro/v1.1",merchantName:"fal.ai",deprecated:!0,replacementTool:"fal-flux-pro",buildBody:e=>Bs({prompt:e.prompt,aspect_ratio:e.aspect_ratio}),tags:["image","flux","legacy"]},{dispatch:"enveloped",id:"generate_image_schnell_card",name:"Generate Image (Cheap)",description:"Cheap, fast FLUX image generation (~$0.01).",provider:"fal",model:"fal-ai/flux/schnell",category:"image",priceCents:1,inputSchema:{type:"object",properties:{prompt:{type:"string"},image_size:{type:"string"},num_inference_steps:{type:"number"},seed:{type:"number"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/fal-ai/flux/schnell",merchantName:"fal.ai",deprecated:!0,replacementTool:"fal-flux-schnell",buildBody:e=>{let t={prompt:e.prompt};return e.image_size&&(t.image_size=e.image_size),e.num_inference_steps!==void 0&&(t.num_inference_steps=e.num_inference_steps),e.seed!==void 0&&(t.seed=e.seed),t},tags:["image","flux","schnell","legacy"]},{dispatch:"enveloped",id:"generate_image_recraft_card",name:"Generate Image (Recraft)",description:"Recraft V3 image generation with style control.",provider:"fal",model:"fal-ai/recraft-v3",category:"image",priceCents:5,inputSchema:{type:"object",properties:{prompt:{type:"string"},style:{type:"string"},image_size:{type:"string"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/fal-ai/recraft-v3",merchantName:"fal.ai",deprecated:!0,replacementTool:"fal-recraft-v3",buildBody:e=>{let t={prompt:e.prompt};return e.style&&(t.style=e.style),e.image_size&&(t.image_size=e.image_size),t},tags:["image","recraft","legacy"]},{dispatch:"enveloped",id:"generate_image_ideogram_card",name:"Generate Image (Ideogram)",description:"Ideogram V2 image generation, strong with text rendering.",provider:"fal",model:"fal-ai/ideogram/v2",category:"image",priceCents:8,inputSchema:{type:"object",properties:{prompt:{type:"string"},aspect_ratio:{type:"string"},style_type:{type:"string"},negative_prompt:{type:"string"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/fal-ai/ideogram/v2",merchantName:"fal.ai",deprecated:!0,replacementTool:"fal-ideogram-v2",buildBody:e=>{let t={prompt:e.prompt};return e.aspect_ratio&&(t.aspect_ratio=e.aspect_ratio),e.style_type&&(t.style_type=e.style_type),e.negative_prompt&&(t.negative_prompt=e.negative_prompt),t},tags:["image","ideogram","text","legacy"]},ne("upscale_image_card","Upscale Image","Upscale an image using ESRGAN.","fal-ai/esrgan","upscale",2,{type:"object",properties:{image_url:{type:"string"},scale:{type:"number"}},required:["image_url"]},{buildBody:e=>{let t={image_url:e.image_url};return e.scale!==void 0&&(t.scale=e.scale),t},tags:["upscale","esrgan"],deprecated:!0,replacementTool:"fal-aura-sr"}),ne("edit_image_seed_card","Edit Image (SeedEdit)","Inpaint/edit an image with a prompt using SeedEdit.","fal-ai/bytedance/seededit","image",5,{type:"object",properties:{image_url:{type:"string"},prompt:{type:"string"},seed:{type:"number"}},required:["image_url","prompt"]},{buildBody:e=>{let t={image_url:e.image_url,prompt:e.prompt};return e.seed!==void 0&&(t.seed=e.seed),t},tags:["image","edit","inpaint","seededit"],deprecated:!0,replacementTool:"or-gemini-nano-banana"}),{dispatch:"enveloped",id:"generate_video_tempo_card",name:"Generate Video (Grok)",description:"Generate a video from a text prompt using Grok Imagine Video.",provider:"fal",model:"xai/grok-imagine-video/text-to-video",category:"video",priceCents:30,inputSchema:{type:"object",properties:{prompt:{type:"string"},aspect_ratio:{type:"string"},duration:{type:"number"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/xai/grok-imagine-video/text-to-video",merchantName:"Grok Video via fal.ai",deprecated:!0,replacementTool:"fal-minimax-video",buildBody:e=>{let t={prompt:e.prompt};return e.aspect_ratio&&(t.aspect_ratio=e.aspect_ratio),e.duration&&(t.duration=e.duration),t},tags:["video","grok","legacy"]},{dispatch:"enveloped",id:"generate_video_kling_card",name:"Generate Video (Kling)",description:"Generate a video using Kling v1.6 (async, ~$0.40).",provider:"fal",model:"fal-ai/kling-video/v1.6/standard/text-to-video",category:"video",priceCents:40,inputSchema:{type:"object",properties:{prompt:{type:"string"},negative_prompt:{type:"string"},aspect_ratio:{type:"string"},duration:{type:"number"},seed:{type:"number"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/queue/fal-ai/kling-video/v1.6/standard/text-to-video",merchantName:"Kling via fal.ai",deprecated:!0,replacementTool:"fal-kling-video",buildBody:e=>{let t={prompt:e.prompt};return e.negative_prompt&&(t.negative_prompt=e.negative_prompt),e.aspect_ratio&&(t.aspect_ratio=e.aspect_ratio),e.duration&&(t.duration=e.duration),e.seed!==void 0&&(t.seed=e.seed),t},tags:["video","kling","legacy"]},{dispatch:"enveloped",id:"generate_video_wan_card",name:"Generate Video (Wan)",description:"Generate a video using Wan T2V (async, ~$0.25).",provider:"fal",model:"fal-ai/wan/t2v-1.3b",category:"video",priceCents:25,inputSchema:{type:"object",properties:{prompt:{type:"string"},negative_prompt:{type:"string"},aspect_ratio:{type:"string"},seed:{type:"number"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/queue/fal-ai/wan/t2v-1.3b",merchantName:"Wan T2V via fal.ai",deprecated:!0,replacementTool:"fal-wan-video",buildBody:e=>{let t={prompt:e.prompt};return e.negative_prompt&&(t.negative_prompt=e.negative_prompt),e.aspect_ratio&&(t.aspect_ratio=e.aspect_ratio),e.seed!==void 0&&(t.seed=e.seed),t},tags:["video","wan","legacy"]},{dispatch:"enveloped",id:"generate_video_minimax_card",name:"Generate Video (MiniMax)",description:"Generate a video using MiniMax (async, ~$0.35).",provider:"fal",model:"fal-ai/minimax/video-01",category:"video",priceCents:35,inputSchema:{type:"object",properties:{prompt:{type:"string"},aspect_ratio:{type:"string"},seed:{type:"number"}},required:["prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/queue/fal-ai/minimax/video-01",merchantName:"MiniMax via fal.ai",deprecated:!0,replacementTool:"fal-minimax-video",buildBody:e=>{let t={prompt:e.prompt};return e.aspect_ratio&&(t.aspect_ratio=e.aspect_ratio),e.seed!==void 0&&(t.seed=e.seed),t},tags:["video","minimax","legacy"]},{id:"check_fal_status",name:"Check fal Async Job Status",description:"Poll an async fal.ai queue job for completion. Free.",provider:"fal",model:"queue-status",category:"image",priceCents:0,inputSchema:{type:"object",properties:{model_path:{type:"string",description:"Model path (e.g. fal-ai/kling-video/v1.6/standard/text-to-video)"},request_id:{type:"string"}},required:["model_path","request_id"]},gatewayUrl:"https://fal.mpp.tempo.xyz/queue",merchantName:"fal.ai",handler:{type:"local",fn:"check_fal_status"},pricing:{amount:0,currency:"USD",display:"$0.00",free:!0},freeReadPathPattern:"/api/v1/fal/**/requests/*/(status)?",tags:["status","fal","async"]},{dispatch:"enveloped",id:"generate_3d_card",name:"Generate 3D Model",description:"Generate a 3D mesh from a text prompt using Meshy (async, ~$0.50).",provider:"fal",model:"fal-ai/meshy-ai/text-to-3d",category:"3d",priceCents:50,inputSchema:{type:"object",properties:{object_prompt:{type:"string"},style_prompt:{type:"string"},negative_prompt:{type:"string"},art_style:{type:"string"},seed:{type:"number"}},required:["object_prompt"]},gatewayUrl:"https://fal.mpp.tempo.xyz/queue/fal-ai/meshy-ai/text-to-3d",merchantName:"Meshy via fal.ai",deprecated:!0,replacementTool:"fal-trellis-3d",buildBody:e=>{let t={object_prompt:e.object_prompt};return e.style_prompt&&(t.style_prompt=e.style_prompt),e.negative_prompt&&(t.negative_prompt=e.negative_prompt),e.art_style&&(t.art_style=e.art_style),e.seed!==void 0&&(t.seed=e.seed),t},tags:["3d","mesh","meshy","legacy"]},{dispatch:"enveloped",id:"generate_speech_card",name:"Generate Speech",description:"Text-to-speech using F5-TTS with optional voice cloning.",provider:"fal",model:"fal-ai/f5-tts",category:"tts",priceCents:3,inputSchema:{type:"object",properties:{gen_text:{type:"string",description:"Text to synthesize"},ref_audio_url:{type:"string",description:"Reference audio URL (for voice cloning)"},ref_text:{type:"string",description:"Transcription of ref audio"},remove_silence:{type:"boolean"}},required:["gen_text"]},gatewayUrl:"https://fal.mpp.tempo.xyz/fal-ai/f5-tts",merchantName:"fal.ai",buildBody:e=>{let t={gen_text:e.gen_text};return e.ref_audio_url&&(t.ref_audio_url=e.ref_audio_url),e.ref_text&&(t.ref_text=e.ref_text),e.remove_silence!==void 0&&(t.remove_silence=e.remove_silence),t},deprecated:!0,replacementTool:"fal-metavoice",tags:["tts","speech","f5-tts","legacy"]},{dispatch:"enveloped",id:"generate_music_tempo_card",name:"Generate Music (Suno) \u2014 retired",description:"[Retired] Suno music generation. Use `generate_music` (ACE-Step) instead.",enabled:!1,sunsetAt:"2026-06-25",provider:"suno",model:"suno-v4",category:"audio",priceCents:50,inputSchema:{type:"object",properties:{prompt:{type:"string"},instrumental:{type:"boolean"},model:{type:"string",default:"V4"}},required:["prompt"]},gatewayUrl:"https://suno.mpp.paywithlocus.com/suno/generate-music",merchantName:"Suno via Tempo",buildBody:e=>({prompt:e.prompt,customMode:!1,instrumental:e.instrumental??!1,model:e.model||"V4"}),isAsync:!0,pollUrl:"https://suno.mpp.paywithlocus.com/suno/get-music-status",pollInterval:15e3,pollTimeout:3e5,deprecated:!0,replacementTool:"fal-ace-step-music",tags:["music","audio","suno","async","legacy"]},{dispatch:"enveloped",id:"check_music_status_tempo_card",name:"Check Music Status (Suno) \u2014 retired",description:"[Retired] Suno status poll. No replacement; ACE-Step jobs poll via `check_fal_status`.",enabled:!1,sunsetAt:"2026-06-25",provider:"suno",model:"suno-status",category:"audio",priceCents:0,inputSchema:{type:"object",properties:{taskId:{type:"string"}},required:["taskId"]},gatewayUrl:"https://suno.mpp.paywithlocus.com/suno/get-music-status",merchantName:"Suno Status",buildBody:e=>({taskId:e.taskId}),deprecated:!0,tags:["music","status","suno","legacy"]},{dispatch:"enveloped",id:"query_onchain_prices_card",name:"Query On-Chain Prices",description:"Query real-time or historical on-chain token prices via Allium. Use this for current prices, price history over any date range, price trends, comparisons between time periods, and analytics like monthly/weekly price charts. Supports hourly, daily, and weekly granularity.",provider:"allium",model:"allium-prices",category:"llm",priceCents:1,inputSchema:{type:"object",properties:{chain:{type:"string",description:"Chain name (e.g. ethereum, solana, base, polygon)"},token_address:{type:"string",description:"Token contract address. Use the native token address for chain-native assets (e.g. ETH, SOL)."},start_timestamp:{type:"string",description:"ISO 8601 timestamp for historical range start (e.g. '2024-01-01T00:00:00Z'). Omit for current price only."},end_timestamp:{type:"string",description:"ISO 8601 timestamp for historical range end. Defaults to now if start_timestamp is set."},time_granularity:{type:"string",description:"Data resolution: '1h' (hourly), '1d' (daily), or '1w' (weekly). Auto-selected based on date range if omitted."}},required:["chain","token_address"]},gatewayUrl:"https://agents.allium.so/api/v1/developer/prices",merchantName:"Allium",deprecated:!0,replacementTool:"query_onchain_prices",buildUrl:e=>e.start_timestamp?"https://agents.allium.so/api/v1/developer/prices/history":"https://agents.allium.so/api/v1/developer/prices",buildBody:Il,tags:["onchain","prices","allium","crypto","legacy"]}];function Rr(e){return Mo.find(t=>t.id===e)}var $l=1,Dl=["pick_one","fan_out"],Fl=["concat","dedupe_by_url","top_k_by_score"],ey=8,ty=h.object({type:h.string().min(1),description:h.string().min(1),enum:h.array(h.string()).optional(),default:h.unknown().optional(),minimum:h.number().optional(),maximum:h.number().optional()}),ry=h.object({toolId:h.string().min(1),notes:h.string().min(1)}),ny=h.string().regex(/^[a-z0-9_-]{1,32}$/,"tier key must be 1-32 chars [a-z0-9_-]"),sy=h.object({providers:h.array(h.string().min(1)).min(1).max(ey),merge:h.enum(Fl),maxResults:h.number().int().positive().optional()}),Bl=h.object({mode:h.enum(Dl).default("pick_one"),intro:h.string().min(1),defaultTier:h.string().min(1),tiers:h.record(ny,ry).refine(e=>Object.keys(e).length>0,{message:"must have at least one tier"}),fanOut:sy.optional(),guidance:h.string().min(1),inputProperties:h.record(h.string(),ty),required:h.array(h.string())}).refine(e=>e.tiers[e.defaultTier]!==void 0,{message:"defaultTier must exist in tiers",path:["defaultTier"]}).refine(e=>e.mode!=="fan_out"||e.fanOut!==void 0,{message:"fan_out mode requires fanOut config",path:["fanOut"]}).refine(e=>e.required.every(t=>t in e.inputProperties),{message:"required entries must exist in inputProperties",path:["required"]}),jl=h.object({version:h.literal($l),generatedAt:h.string().datetime(),tools:h.record(h.string().regex(Co,"tool name must match MCP naming rules"),Bl).refine(e=>Object.keys(e).length>0,{message:"manifest must have at least one tool"})});function Oo(e){let t=jl.safeParse(e);return t.success?{valid:!0,manifest:t.data}:{valid:!1,errors:t.error.issues.map(r=>`${r.path.join(".")}: ${r.message}`)}}function No(e){return!e||typeof e!="object"||Array.isArray(e)?null:e}function Lo(e,t){return Array.isArray(e.type)?e.type.includes(t):e.type===t}function iy(e){return!!e.properties&&Object.keys(e.properties).length>0}function Uo(e){let t=No(e);if(!t||t.type!==void 0&&!Lo(t,"object"))return!0;let r=Array.isArray(t.required)?t.required:[];return!iy(t)&&r.length===0&&t.additionalProperties!==!1}function $o(e,t,r){let n=No(e);if(!n||n.type!==void 0&&!Lo(n,"object"))return`Input schema is unavailable for ${r}.`;let s=n.properties??{};if(n.additionalProperties!==!0){for(let o of Object.keys(t))if(!Object.prototype.hasOwnProperty.call(s,o)){let a=Object.keys(s),c=a.length>0?` Expected: ${a.join(", ")}.`:"";return`Unknown parameter "${o}" for ${r}.${c}`}}let i=(n.required??[]).filter(o=>!Object.prototype.hasOwnProperty.call(t,o)||t[o]===void 0);if(i.length>1)return`${i.join(", ")} are required for ${r}.`;for(let o of n.required??[]){if(!Object.prototype.hasOwnProperty.call(t,o)||t[o]===void 0)return`${o} is required for ${r}.`;if(t[o]===null)return`${o} cannot be null.`;if(typeof t[o]=="string"&&t[o].trim()==="")return`${o} cannot be empty.`}for(let[o,a]of Object.entries(t)){let c=s[o];if(!c||a===void 0||a===null)continue;let u=Vn(o,a,c);if(u)return u}return null}var oy=[{type:"integer",matches:e=>typeof e=="number"&&Number.isInteger(e),phrase:"an integer"},{type:"number",matches:e=>typeof e=="number"&&Number.isFinite(e),phrase:"a number"},{type:"string",matches:e=>typeof e=="string",phrase:"a string"},{type:"boolean",matches:e=>typeof e=="boolean",phrase:"a boolean"},{type:"array",matches:e=>Array.isArray(e),phrase:"an array"},{type:"object",matches:e=>typeof e=="object"&&e!==null&&!Array.isArray(e),phrase:"an object"}];function ay(e,t){let n=(Array.isArray(t.type)?t.type:t.type!==void 0?[t.type]:[]).flatMap(i=>oy.filter(o=>o.type===i)),s=new Set(n.filter(i=>i.matches(e)).map(i=>i.type));return{declared:n,matched:s}}function Vn(e,t,r){if(r.enum&&!r.enum.includes(t))return`${e} must be one of: ${r.enum.map(String).join(", ")}.`;let{declared:n,matched:s}=ay(t,r);if(n.length>0&&s.size===0)return`${e} must be ${n.map(i=>i.phrase).join(" or ")}.`;if(s.has("string")&&typeof t=="string"){if(t.trim()==="")return`${e} cannot be empty.`;if(r.minLength!==void 0&&t.length<r.minLength)return`${e} is too short.`;if(r.maxLength!==void 0&&t.length>r.maxLength)return`${e} is too long.`}if(typeof t=="number"){if(r.minimum!==void 0&&t<r.minimum)return`${e} must be at least ${r.minimum}.`;if(r.maximum!==void 0&&t>r.maximum)return`${e} must be at most ${r.maximum}.`}return null}function ql(e,t){let r={unknown_params:[],missing_required:[],invalid_params:[]},n=No(e);if(!n||n.type!==void 0&&!Lo(n,"object"))return r;let s=n.properties??{};if(n.additionalProperties!==!0)for(let o of Object.keys(t))Object.prototype.hasOwnProperty.call(s,o)||r.unknown_params.push(o);let i=new Set;for(let o of n.required??[])!Object.prototype.hasOwnProperty.call(t,o)||t[o]===void 0?r.missing_required.push(o):(t[o]===null||typeof t[o]=="string"&&t[o].trim()==="")&&i.add(o);for(let[o,a]of Object.entries(t)){let c=s[o];!c||a===void 0||a===null||Vn(o,a,c)&&i.add(o)}return r.invalid_params=[...i],r}function qs(e,t,r){if(Uo(e))return{success:!1,error_code:"SCHEMA_UNAVAILABLE",code:"SCHEMA_UNAVAILABLE",error:`Cannot run paid platform tool '${r}' because its input schema is unavailable. Ask the provider to publish a request schema before running this paid direct tool.`,tool_id:r};let n=$o(e,t,r);return n?{success:!1,error_code:"INVALID_TOOL_PARAMS",code:"INVALID_TOOL_PARAMS",error:n,message:n,tool_id:r,violations:ql(e,t)}:null}var Gi=U(Kn());var Bo=require("child_process"),du=require("util"),fu=U(require("crypto")),G=U(require("fs")),pu=U(require("os")),ge=U(require("path"));xe();var Xl=U(require("crypto"));var xt="6820f6e91b762e645c9bf020c0d3673bb99d4a25a824880c0d548e10bb9bc7b1";var Zl="VISA_ALLOW_INSECURE_MOCKS",Wl,Yl,zl;function Do(e){return`${e}-${Xl.randomBytes(24).toString("base64url")}`}function Jl(e=process.env){return e.NODE_ENV==="test"||e[Zl]==="true"}function Ht(e=process.env){return e.VISA_MOCK_KEYCHAIN==="true"&&Jl(e)}function Gn(e=process.env){return e.VISA_MOCK_TOUCHID==="true"&&Jl(e)}function Fo(){return`Set ${Zl}=true only for local debugging; it enables insecure mock credential hooks outside NODE_ENV=test.`}function Ql(){return Wl??=Do("mock-session"),Wl}function eu(e=process.env){return e.NODE_ENV==="test"?xt:(Yl??=Do("mock-rc"),Yl)}function tu(){return zl??=Do("mock-signature"),zl}var rt=(0,du.promisify)(Bo.execFile),Oy=6e4,Ny=()=>process.platform==="darwin",Pr=()=>process.platform==="win32",Vt=ge.join(pu.homedir(),".visa-mcp","bin"),Ir=ge.join(Vt,"Visa CLI"),Tt=ge.join(Vt,"visa-keychain-win.exe"),mu=ge.join(__dirname,"..","native"),ru="6",nu=ge.join(Vt,"visa-keychain.version"),su=ge.join(Vt,"visa-keychain.sha256"),iu="1",ou=ge.join(Vt,"visa-keychain-win.version"),au=ge.join(Vt,"visa-keychain-win.sha256"),gu=[ge.join(mu,"bin","win32-x64","visa-keychain-win.exe"),ge.resolve(__dirname,"..","..","native","bin","win32-x64","visa-keychain-win.exe"),ge.resolve(__dirname,"..","native","bin","win32-x64","visa-keychain-win.exe")];function Vs(e){let t=G.readFileSync(e);return fu.createHash("sha256").update(t).digest("hex")}function Ly(e){let t=e.trim();if(t.startsWith("OK:"))return t.slice(3);if(t==="OK")return;let r=t.startsWith("ERROR:")?t.slice(6):"Unknown error";throw new Error(r)}function cu(e){let t=typeof e?.message=="string"?e.message:"";return e?.code==="ETIMEDOUT"||e?.killed===!0||/timed out|timeout/i.test(t)}function lu(e){let t=Math.max(1,Math.round(e/1e3));return new Error(`Timed out waiting for Touch ID/device approval after ${t}s.`)}async function hu(){try{if(G.readFileSync(nu,"utf-8").trim()===ru&&G.existsSync(Ir)){let n=G.readFileSync(su,"utf-8").trim();if(Vs(Ir)!==n)g.warn("binary:hash-mismatch",{message:"Binary hash mismatch \u2014 possible tampering detected. Recompiling from source."}),G.unlinkSync(Ir);else return Ir}}catch{}let e=ge.join(mu,"visa-keychain.m");if(G.existsSync(e)||(e=ge.resolve(__dirname,"..","..","native","visa-keychain.m")),G.existsSync(e)||(e=ge.resolve(__dirname,"..","native","visa-keychain.m")),!G.existsSync(e))throw new Error("visa-keychain.m source not found. Reinstall Visa CLI.");G.mkdirSync(Vt,{recursive:!0,mode:448});try{await rt("clang",["-framework","Security","-framework","LocalAuthentication","-framework","Foundation","-framework","AppKit","-o",Ir,e],{timeout:3e4})}catch(r){throw r.code==="ENOENT"?new Error("Xcode Command Line Tools required. Install: xcode-select --install"):r}let t=Vs(Ir);return G.writeFileSync(su,t,{mode:384}),G.writeFileSync(nu,ru,{mode:384}),Ir}function yu(){for(let e of gu)if(G.existsSync(e))return e;return null}async function Wn(){try{if(G.readFileSync(ou,"utf-8").trim()===iu&&G.existsSync(Tt)){let n=G.readFileSync(au,"utf-8").trim();if(Vs(Tt)!==n)g.warn("binary:hash-mismatch:win32",{message:"Windows binary hash mismatch. Redeploying."}),G.unlinkSync(Tt);else return Tt}}catch{}let e=yu();if(!e)throw new Error(`visa-keychain-win.exe not found in package. Reinstall @visa/cli.
12
- If building from source, run native/build-win.bat first.`);G.mkdirSync(Vt,{recursive:!0}),G.copyFileSync(e,Tt);let t=Vs(Tt);return G.writeFileSync(au,t,{mode:384}),G.writeFileSync(ou,iu,{mode:384}),Tt}async function Uy(){return Pr()?Wn():hu()}var Ks="visa-cli",Gs="attestation-key";async function $y(e){try{await rt("security",["delete-generic-password","-s",Ks,"-a",Gs],{timeout:5e3})}catch{}await rt("security",["add-generic-password","-s",Ks,"-a",Gs,"-w",e],{timeout:5e3})}function Dy(e){let t=typeof e?.code=="number"?e.code:void 0,r=typeof e?.stderr=="string"?e.stderr:"",n=typeof e?.stdout=="string"?e.stdout:"",s=[r,n,e?.message].filter(Boolean).join(" ").trim();return t===44||/could not be found|item(?: was)? not found|no such keychain item|not found/i.test(s)?{state:"absent",usable:!1,message:"No local attestation key was found."}:/user interaction is not allowed|user canceled|user cancelled|authorization failed|interaction not allowed|keychain.*locked|denied|not authorized/i.test(s)?{state:"denied",usable:!1,message:"The local attestation key exists but Keychain access was denied or unavailable."}:{state:"error",usable:!1,message:s||"Could not read the local attestation key from Keychain."}}async function Fy(){try{let{stdout:e}=await rt("security",["find-generic-password","-s",Ks,"-a",Gs,"-w"],{timeout:5e3}),t=e.trim();return t?{key:t,status:{state:"present",usable:!0}}:{key:null,status:{state:"absent",usable:!1,message:"No local attestation key was found."}}}catch(e){return{key:null,status:Dy(e)}}}async function _u(){let e=await Fy();if(e.key)return e.key;if(e.status.state==="absent")return null;throw new Error(e.status.message||"Could not read the local attestation key from Keychain.")}async function bu(e){let t=await Uy(),r;try{r=(await rt(t,e,{timeout:6e4})).stdout}catch(n){r=n.stdout||"";let s=r.trim();throw s.startsWith("ERROR:")?new Error(s.slice(6)):new Error(n.stderr?.trim()||n.message||"Unknown error")}return Ly(r)}var uu=!1;function By(){if(!Pr())return!1;try{return G.existsSync(Tt)||yu()!==null?!0:(uu||(uu=!0,g.warn("binary:missing:win32",{message:"visa-keychain-win.exe not found; Windows Hello attestation unavailable on this install.",binPath:Tt,searchedPrebuiltPaths:gu})),!1)}catch{return!1}}function Ve(){return Gn()||Ny()?!0:Pr()?By():!1}async function vu(){if(Pr()){let s=await Wn(),{stdout:i}=await rt(s,["generate-key"],{timeout:3e4}),o=i.trim();if(o.startsWith("OK:"))return o.slice(3);throw new Error(o.startsWith("ERROR:")?o.slice(6):"Key generation failed")}let e=await bu(["generate-key"]);if(!e)throw new Error("Key generation returned no output");let t=e.indexOf(":");if(t<0)throw new Error("Unexpected generate-key output format");let r=e.slice(0,t),n=e.slice(t+1);return await $y(r),n}async function wu(){if(Pr())try{let e=await Wn(),{stdout:t}=await rt(e,["public-key"],{timeout:1e4});return t.trim().startsWith("OK:")}catch{return!1}return await _u()!==null}async function Su(e,t,r={}){if(Gn())return Promise.resolve(tu());let n=r.timeoutMs??Oy;if(Pr()){let a=await Wn(),c=["sign",e];t&&c.push(t);let u;try{u=(await rt(a,c,{timeout:n})).stdout}catch(d){throw cu(d)?lu(n):d}let l=u.trim();if(l.startsWith("OK:"))return l.slice(3);throw new Error(l.startsWith("ERROR:")?l.slice(6):"Unknown error")}let s=await _u();if(!s)throw new Error("Attestation key not found. Run setup to generate a new key.");let i=await hu(),o=["sign",e];return t&&o.push(t),new Promise((a,c)=>{let u=(0,Bo.execFile)(i,o,{timeout:n},(l,d)=>{let p=(d||"").trim();if(l){p.startsWith("ERROR:")?c(new Error(p.slice(6))):cu(l)?c(lu(n)):c(new Error(l.stderr?.trim()||l.message||"Unknown error"));return}p.startsWith("OK:")?a(p.slice(3)):c(new Error(p.startsWith("ERROR:")?p.slice(6):"Unknown error"))});u.stdin.write(s),u.stdin.end()})}async function xu(){if(Pr()){try{let e=await Wn();await rt(e,["delete-key"],{timeout:1e4})}catch{}return}try{await rt("security",["delete-generic-password","-s",Ks,"-a",Gs],{timeout:5e3})}catch{}try{await bu(["delete-key"])}catch{}}var Xs=require("child_process"),Tu=require("util"),Gt=U(require("fs")),Zs=U(require("os")),Vo=U(require("path"));var nt=(0,Tu.promisify)(Xs.execFile),Ko=Vo.join(Zs.homedir(),".visa-mcp"),Yn=Vo.join(Ko,"session-token"),Le="visa-cli",Kt="session-token",Ys="rc-access",jy=5e3,zs=class extends Error{constructor(t){super(t),this.name="CredentialAccessError"}};function qy(e){let t=e;return[t?.message,t?.stderr].filter(r=>typeof r=="string").join(`
12
+ If building from source, run native/build-win.bat first.`);G.mkdirSync(Vt,{recursive:!0}),G.copyFileSync(e,Tt);let t=Vs(Tt);return G.writeFileSync(au,t,{mode:384}),G.writeFileSync(ou,iu,{mode:384}),Tt}async function Uy(){return Pr()?Wn():hu()}var Ks="visa-cli",Gs="attestation-key";async function $y(e){try{await rt("security",["delete-generic-password","-s",Ks,"-a",Gs],{timeout:5e3})}catch{}await rt("security",["add-generic-password","-s",Ks,"-a",Gs,"-w",e],{timeout:5e3})}function Dy(e){let t=typeof e?.code=="number"?e.code:void 0,r=typeof e?.stderr=="string"?e.stderr:"",n=typeof e?.stdout=="string"?e.stdout:"",s=[r,n,e?.message].filter(Boolean).join(" ").trim();return t===44||/could not be found|item(?: was)? not found|no such keychain item|not found/i.test(s)?{state:"absent",usable:!1,message:"No local attestation key was found."}:/user interaction is not allowed|user canceled|user cancelled|authorization failed|interaction not allowed|keychain.*locked|denied|not authorized/i.test(s)?{state:"denied",usable:!1,message:"The local attestation key exists but Keychain access was denied or unavailable."}:{state:"error",usable:!1,message:s||"Could not read the local attestation key from Keychain."}}async function Fy(){try{let{stdout:e}=await rt("security",["find-generic-password","-s",Ks,"-a",Gs,"-w"],{timeout:5e3}),t=e.trim();return t?{key:t,status:{state:"present",usable:!0}}:{key:null,status:{state:"absent",usable:!1,message:"No local attestation key was found."}}}catch(e){return{key:null,status:Dy(e)}}}async function _u(){let e=await Fy();if(e.key)return e.key;if(e.status.state==="absent")return null;throw new Error(e.status.message||"Could not read the local attestation key from Keychain.")}async function bu(e){let t=await Uy(),r;try{r=(await rt(t,e,{timeout:6e4})).stdout}catch(n){r=n.stdout||"";let s=r.trim();throw s.startsWith("ERROR:")?new Error(s.slice(6)):new Error(n.stderr?.toString().trim()||n.message||"Unknown error")}return Ly(r)}var uu=!1;function By(){if(!Pr())return!1;try{return G.existsSync(Tt)||yu()!==null?!0:(uu||(uu=!0,g.warn("binary:missing:win32",{message:"visa-keychain-win.exe not found; Windows Hello attestation unavailable on this install.",binPath:Tt,searchedPrebuiltPaths:gu})),!1)}catch{return!1}}function Ve(){return Gn()||Ny()?!0:Pr()?By():!1}async function vu(){if(Pr()){let s=await Wn(),{stdout:i}=await rt(s,["generate-key"],{timeout:3e4}),o=i.trim();if(o.startsWith("OK:"))return o.slice(3);throw new Error(o.startsWith("ERROR:")?o.slice(6):"Key generation failed")}let e=await bu(["generate-key"]);if(!e)throw new Error("Key generation returned no output");let t=e.indexOf(":");if(t<0)throw new Error("Unexpected generate-key output format");let r=e.slice(0,t),n=e.slice(t+1);return await $y(r),n}async function wu(){if(Pr())try{let e=await Wn(),{stdout:t}=await rt(e,["public-key"],{timeout:1e4});return t.trim().startsWith("OK:")}catch{return!1}return await _u()!==null}async function Su(e,t,r={}){if(Gn())return Promise.resolve(tu());let n=r.timeoutMs??Oy;if(Pr()){let a=await Wn(),c=["sign",e];t&&c.push(t);let u;try{u=(await rt(a,c,{timeout:n})).stdout}catch(d){throw cu(d)?lu(n):d}let l=u.trim();if(l.startsWith("OK:"))return l.slice(3);throw new Error(l.startsWith("ERROR:")?l.slice(6):"Unknown error")}let s=await _u();if(!s)throw new Error("Attestation key not found. Run setup to generate a new key.");let i=await hu(),o=["sign",e];return t&&o.push(t),new Promise((a,c)=>{let u=(0,Bo.execFile)(i,o,{timeout:n},(l,d)=>{let p=(d||"").trim();if(l){p.startsWith("ERROR:")?c(new Error(p.slice(6))):cu(l)?c(lu(n)):c(new Error(l.stderr?.toString().trim()||l.message||"Unknown error"));return}p.startsWith("OK:")?a(p.slice(3)):c(new Error(p.startsWith("ERROR:")?p.slice(6):"Unknown error"))});u.stdin.write(s),u.stdin.end()})}async function xu(){if(Pr()){try{let e=await Wn();await rt(e,["delete-key"],{timeout:1e4})}catch{}return}try{await rt("security",["delete-generic-password","-s",Ks,"-a",Gs],{timeout:5e3})}catch{}try{await bu(["delete-key"])}catch{}}var Xs=require("child_process"),Tu=require("util"),Gt=U(require("fs")),Zs=U(require("os")),Vo=U(require("path"));var nt=(0,Tu.promisify)(Xs.execFile),Ko=Vo.join(Zs.homedir(),".visa-mcp"),Yn=Vo.join(Ko,"session-token"),Le="visa-cli",Kt="session-token",Ys="rc-access",jy=5e3,zs=class extends Error{constructor(t){super(t),this.name="CredentialAccessError"}};function qy(e){let t=e;return[t?.message,t?.stderr].filter(r=>typeof r=="string").join(`
13
13
  `)}function Eu(e){let t=e;if(t?.code==="EPERM"||t?.code==="EACCES")return!0;let r=qy(e).toLowerCase();return r.includes("operation not permitted")||r.includes("permission denied")}async function Hy(){try{let{stdout:e}=await nt("security",["find-generic-password","-s",Le,"-a",Kt,"-w"],{timeout:5e3});return e.trim()||null}catch(e){if(Eu(e))throw new zs("Unable to read Visa CLI credentials from macOS Keychain. In sandboxed agents such as Codex, rerun with keychain access or run this command outside the sandbox.");return null}}async function Vy(e){try{try{await nt("security",["delete-generic-password","-s",Le,"-a",Kt],{timeout:5e3})}catch{}return await nt("security",["add-generic-password","-s",Le,"-a",Kt,"-w",e],{timeout:5e3}),!0}catch{return!1}}async function Ky(){try{await nt("security",["delete-generic-password","-s",Le,"-a",Kt],{timeout:5e3})}catch{}}async function Gy(){if(!Go())return null;try{let{stdout:e}=await nt("secret-tool",["lookup","service",Le,"account",Kt],{timeout:5e3});return e.trim()||null}catch{return null}}async function Wy(e){if(!Go())return!1;try{let t=(0,Xs.execFile)("secret-tool",["store","--label",`${Le} ${Kt}`,"service",Le,"account",Kt]);return t.stdin?(t.stdin.write(e),t.stdin.end(),await Promise.race([new Promise((r,n)=>{t.on("exit",s=>s===0?r():n(new Error(`secret-tool exited ${s}`))),t.on("error",n)}),new Promise((r,n)=>setTimeout(()=>{t.kill(),n(new Error("secret-tool timed out"))},jy))]),!0):!1}catch{return!1}}async function Yy(){if(Go())try{await nt("secret-tool",["clear","service",Le,"account",Kt],{timeout:5e3})}catch{}}function Go(){return!!process.env.DBUS_SESSION_BUS_ADDRESS}async function zy(){try{let{stdout:e}=await nt("security",["find-generic-password","-s",Le,"-a",Ys,"-w"],{timeout:5e3});return e.trim()||null}catch{return null}}async function Xy(e){try{try{await nt("security",["delete-generic-password","-s",Le,"-a",Ys],{timeout:5e3})}catch{}await nt("security",["add-generic-password","-s",Le,"-a",Ys,"-w",e],{timeout:5e3})}catch{}}async function Zy(){try{await nt("security",["delete-generic-password","-s",Le,"-a",Ys],{timeout:5e3})}catch{}}function qo(){try{return Gt.readFileSync(Yn,"utf-8").trim()||null}catch(e){if(Eu(e))throw new zs(`Unable to read Visa CLI credentials from ${Yn}. Check file permissions or rerun with access to the Visa CLI credential directory.`);return null}}function ku(e){Gt.mkdirSync(Ko,{recursive:!0,mode:448}),Gt.writeFileSync(Yn,e,{mode:384}),process.platform==="win32"&&Jy(Yn)}function Ho(){try{Gt.unlinkSync(Yn)}catch{}}function Jy(e){try{let t=Zs.userInfo().username;(0,Xs.execFile)("icacls",[e,"/inheritance:r","/grant:r",`${t}:F`],{timeout:5e3},r=>{r&&console.error(`[visa-cli] icacls ACL restriction failed: ${r.message}`)})}catch(t){console.error(`[visa-cli] Failed to invoke icacls: ${t instanceof Error?t.message:String(t)}`)}}function jo(){switch(process.platform){case"darwin":return{get:Hy,store:Vy,delete:Ky};case"linux":return{get:Gy,store:Wy,delete:Yy};default:return{get:async()=>qo(),store:async e=>{try{return ku(e),!0}catch{return!1}},delete:async()=>Ho(),storesInSessionFile:!0}}}var Re=class{static async getSessionToken(){if(Ht())return Promise.resolve(Ql());let t=jo(),r=await t.get();if(r)return r;let n=qo();return n?(await t.store(n),n):null}static async saveSessionToken(t){if(Ht())return;let r=jo();if(await r.store(t)){if(await r.get()===t){r.storesInSessionFile||Ho();return}await r.delete()}if(ku(t),qo()!==t)throw new Error("Failed to persist session token. "+(process.platform==="darwin"?'Check Keychain Access permissions for "visa-cli".':`Ensure ${Ko} is writable.`))}static async getRcAccessToken(){return Ht()?eu():zy()}static async saveRcAccessToken(t){Ht()||await Xy(t)}static async deleteSessionToken(){if(Ht())return;await jo().delete(),Ho()}static async clearAll(){await this.deleteSessionToken(),await Zy()}};xe();var Qy=["generate_image_card","generate_image_fast_card","generate_video_tempo_card","generate_music_tempo_card","check_music_status_tempo_card","query_onchain_prices_card"],e_=[...Qy.map(e=>({id:`legacy.${e}`,match:{kind:"exact_tool",toolId:e},targetToolId:e,rail:"tempo",reason:"Preserve legacy Tempo _card target while the top-level MCP surface is opt-in."}))];function Yo(e,t=e_){for(let n of t)if(n.match.kind==="exact_tool"&&n.match.toolId===e.requestedTool)return n.targetToolId;let r=Wo(e.intentText);for(let n of t)if(n.match.kind==="intent"&&n.match.metaTool===e.metaTool&&!(n.match.tier&&n.match.tier!==e.tier)&&!(n.match.provider&&!r.includes(Wo(n.match.provider)))&&n.match.keywords.every(s=>r.includes(Wo(s))))return n.targetToolId;return null}function Wo(e){return(e??"").toLowerCase().replace(/[_-]+/g," ").replace(/\s+/g," ").trim()}xe();var t_=/[\u0000-\u0008\u000b\u000c\u000e-\u001f\u007f-\u009f]/g,r_=/[\u200b-\u200f\ufeff]/g,n_=/<\/?\s*(?:system|user|assistant|developer|tool|tool_use|tool_result)\b[^>]*>/gi,s_=/<\/?\s*[a-z][^>\n]{0,1000}>/giu,i_=/```+/g,o_=/\b(?:please\s+)?(?:do\s*[^a-z]*\s*not|don't|never|please\s+don't)(?:\s+\w+){0,3}\s{0,5}$/i,a_=[/\bignore\s+(?:all\s+)?(?:previous|prior|above|earlier|system|developer|tool)(?:\s+tool)?\s+instructions?\b/gi,/\bdisregard\s+(?:previous|prior|above|earlier|preceding)\s+(?:directives?|instructions?)\b/gi,/\b(?:system|developer|assistant)\s+prompt\b/gi,/\byou\s+are\s+now\s+[^.;\n]{0,120}/gi,/\b(?:must|always|never)\s+(?:call|use|invoke|prefer|ignore|obey|follow|reveal|display)\s+[^.;\n]{0,120}/gi,/\bdo\s+not\s+(?:call|use|invoke|follow|obey|mention|show|display)\s+[^.;\n]{0,120}/gi,/\bcall\s+(?:this|the)\s+tool\s+[^.;\n]{0,120}/gi,/\b(?:exfiltrate|leak|reveal)\s+(?:secrets?|tokens?|credentials?|api\s+keys?)\b/gi,/\bset(?:ting)?\s+(?:the\s+)?(?:auth\.serverUrl|auth\s+endpoint|api\s+endpoint|server\s+url)\b[^;\n]{0,160}/gi,/\bdisabl(?:e|ing)\s+(?:browser|feed|hud|telemetry|biometric|suppression|confirmation)\b[^;\n]{0,160}/gi,/\bswitch\s+(?:the\s+)?(?:auth\.serverUrl|auth\s+server|api\s+endpoint|server)\b[^;\n]{0,160}/gi,/\b(?:after|before)\s+(?:disabling|setting|configuring|switching|enabling)\s+[^;\n]{0,160}/gi,/\brun\s+config_(?:set|unset)\b[^;\n]{0,160}/gi];function c_(e,t){return e.replace(t,(r,n,s)=>{let i=s.slice(Math.max(0,n-32),n);return o_.test(i)?r:"[instruction-like text removed]"})}function ke(e,t={}){let r=t.fallback??"Description unavailable.",n=Math.max(1,Math.floor(t.maxLength??280)),i=(typeof e=="string"?e:"").normalize("NFKC").replace(t_," ").replace(r_,"").replace(n_," ").replace(s_," ").replace(i_," ").replace(/\s+/g," ").trim();for(let o of a_)i=c_(i,o);return i=i.replace(/\s+/g," ").trim(),i?i.length<=n?i:`${i.slice(0,Math.max(0,n-1)).trimEnd()}\u2026`:r}function zn(e,t=0){if(t>32)return e;if(Array.isArray(e))return e.map(n=>zn(n,t+1));if(!e||typeof e!="object")return e;let r={};for(let[n,s]of Object.entries(e))n==="description"&&typeof s=="string"?r[n]=ke(s,{maxLength:220}):r[n]=zn(s,t+1);return r}je();var Js={generate_image:{intro:'Generate an AI image from a text prompt \u2014 useful for hero shots, marketing assets, social posts, blog covers, app mockups, or any time the user asks for art, a logo, an icon, a thumbnail, or "a picture of \u2026". From $0.01 (fast) to $0.06 (pro), returns a hosted PNG/JPG URL. Default tier: balanced ($0.04, 1K, ~10s).',tiers:{balanced:{toolId:"fal-flux-pro",notes:"FLUX Pro v1.1, 1K, ~10s (DEFAULT \u2014 good quality/speed tradeoff)"},fast:{toolId:"fal-flux-schnell",notes:"FLUX Schnell, 1K, ~3s (drafts, iteration, cheapest)"},pro:{toolId:"fal-flux-pro-ultra",notes:"FLUX Pro Ultra, 2K, ~30s (hero images, detail)"},text_heavy:{toolId:"fal-ideogram-v2",notes:"Ideogram V2 \u2014 best when the image contains rendered text/logos"},vector:{toolId:"fal-recraft-v3",notes:"Recraft V3 \u2014 vector/flat/illustration styles"}},guidance:"If the user didn't specify a tier, pick 'balanced' unless the prompt clearly signals otherwise (text \u2192 text_heavy, logo/icon \u2192 vector, quick test \u2192 fast, hero/print \u2192 pro).",inputProperties:{prompt:{type:"string",description:"Text description of the image to generate."},aspect_ratio:{type:"string",description:'Aspect ratio, e.g. "16:9", "1:1", "9:16".',default:"16:9"}},required:["prompt"]},generate_video:{intro:'Generate a short AI video from a text prompt \u2014 useful for product demos, social clips, mood reels, ad concepts, or any "make me a video of \u2026" request. $0.10\u2013$0.40 per ~6s clip depending on tier. Async: returns a request_id; use execute_tool with tool_id "check_fal_status" to resolve it (60\u2013180s).',tiers:{balanced:{toolId:"fal-minimax-video",notes:"MiniMax \u2014 good quality/price balance (DEFAULT)"},fast:{toolId:"fal-wan-video",notes:"Wan \u2014 cheapest, shorter clips"},pro:{toolId:"fal-kling-video",notes:"Kling \u2014 highest quality, cinematic"}},guidance:'Show the tier menu with prices unless the user specified one. Videos take 60-180s to generate and are processed asynchronously. The response includes a request_id and model_path. Poll with execute_tool using tool_id "check_fal_status" and the exact request_id/model_path returned by the async response. Do not substitute the catalog model path manually. Do not poll more than once per 30 seconds.',inputProperties:{prompt:{type:"string",description:"Text description of the video scene."},aspect_ratio:{type:"string",description:'Aspect ratio, e.g. "16:9" or "9:16".',default:"16:9"}},required:["prompt"]},generate_music:{intro:'Generate an original music track from a prompt via ACE-Step. ~$0.02 for the default 60s track. Use for songs, backing tracks, jingles, vocal music, instrumental music, or any "make a song/music/track" request. Takes ~60-90s and may return a request_id to poll with check_fal_status. For SFX, chimes, ambient beds, or TTS, use generate_audio instead.',tiers:{ace_step:{toolId:"fal-ace-step-music",notes:"ACE-Step \u2014 prompt-to-music with vocals or instrumentals"}},guidance:"Use for songs and music tracks. Takes ~60-90s and may return a request_id to poll with check_fal_status. For sound effects, chimes, ambient beds, or TTS, use generate_audio instead.",inputProperties:{prompt:{type:"string",description:"Musical style, mood, instruments, subject, and lyrics direction."},instrumental:{type:"boolean",description:"True for instrumental music with no vocals; false for vocal tracks.",default:!1},duration:{type:"number",description:"Duration in seconds.",default:60}},required:["prompt"]},generate_audio:{intro:'Generate sound effects from a text prompt (sfx tier \u2014 default), or voice-cloned speech from text + a reference audio URL (tts tier). $0.03\u2013$0.04. Use for SFX, chimes, UI sounds, ambient audio (default sfx), or voice cloning when a reference audio URL is available (pass tier:"tts"). Default tier is sfx; pass tier:"tts" for voice cloning.',tiers:{sfx:{toolId:"fal-stable-audio",notes:"Stable Audio \u2014 sound effects and ambient from a prompt"},tts:{toolId:"fal-metavoice",notes:"MetaVoice \u2014 voice cloning TTS (requires a voice sample URL)"}},guidance:'Default tier is sfx: pass prompt describing the sound. For tts (voice cloning): pass tier:"tts" + text + audio_url.',inputProperties:{prompt:{type:"string",description:"Description of sound to generate (sfx tier, default)."},text:{type:"string",description:"Text to speak aloud (tts tier)."},audio_url:{type:"string",description:"URL of a voice sample to clone (tts tier, required for voice cloning)."}},required:[]},generate_3d:{intro:"Generate a 3D mesh (GLB) from an image URL via Trellis. ~$0.08, ~30\u201360s. Use when the user shares an image and asks for a 3D model, asset, AR-ready mesh, or game-ready GLB.",tiers:{trellis:{toolId:"fal-trellis-3d",notes:"Trellis \u2014 image-to-3D, returns a GLB mesh URL"}},guidance:"Pass an image URL. Takes ~30-60s. Returns a downloadable 3D mesh URL.",inputProperties:{image_url:{type:"string",description:"URL of the image to convert to a 3D model."}},required:["image_url"]},upscale_image:{intro:'Upscale an image to 4\xD7 resolution via Aura SR (preserves detail without hallucination). ~$0.03. Use whenever the user shares a low-res image and asks to "upscale", "make this higher resolution", "4x this", "enhance", or to print/export at larger size.',tiers:{aura:{toolId:"fal-aura-sr",notes:"Aura SR \u2014 default; preserves detail without hallucination"}},guidance:"Pass the existing image URL. Returns an upscaled version.",inputProperties:{image_url:{type:"string",description:"URL of the image to upscale."}},required:["image_url"]},transcribe_audio:{intro:'Transcribe speech in an audio or video file (URL) to text via OpenAI Whisper. ~$0.02 per file, multilingual, handles long files. Use whenever the user asks to "transcribe this", "what does this audio say", "make subtitles", "convert this to text", or shares an audio/video URL with no other clear intent.',tiers:{whisper:{toolId:"fal-whisper",notes:"OpenAI Whisper \u2014 fast, multilingual"}},guidance:"Pass the URL. Returns the transcript text.",inputProperties:{audio_url:{type:"string",description:"URL of the audio or video file to transcribe."}},required:["audio_url"]},run_llm:{intro:"Run a text prompt through a different LLM (GPT-4o-mini, Claude Sonnet, DeepSeek R1/V3, Perplexity Sonar with web search, or Llama 70B). Token-metered, typically ~$0.01\u2013$0.10 per call. Use for: web-grounded answers (search tier), second-opinion reasoning (reasoning tier), code generation in a different family (coding tier), deep math/logic (deep_reasoning tier), or fast cheap text cleanup (fast tier). Pair with batch for multi-model councils.",tiers:{fast:{toolId:"or-gpt-4o-mini",notes:"GPT-4o Mini. Fastest, cheapest, good general-purpose (DEFAULT)"},reasoning:{toolId:"or-claude-sonnet",notes:"Claude Sonnet. Strong reasoning, long-context. Warn user it is materially pricier than `fast`."},frontier_anthropic:{toolId:"or-claude-opus",notes:"Claude Opus 4.7. Anthropic frontier model for complex tasks."},deep_reasoning:{toolId:"or-deepseek-r1",notes:"DeepSeek R1. Deep chain-of-thought reasoning, mid-range pricing."},search:{toolId:"or-perplexity-sonar",notes:"Perplexity Sonar. Search-augmented, web-grounded with citations."},open_source:{toolId:"or-llama-70b",notes:"Llama 3.3 70B. Open-source large model."},coding:{toolId:"or-deepseek-chat",notes:"DeepSeek Chat V3. Strong at code generation."}},guidance:"Pick based on the user's need: fast (most questions, cheapest), reasoning (complex analysis; warn user it is materially pricier than fast), frontier_anthropic (Claude Opus, highest quality Anthropic tier; warn user it is materially pricier), search (questions about current events), coding (code generation), deep_reasoning (hard math/logic problems).",inputProperties:{prompt:{type:"string",description:"The user query."},system_prompt:{type:"string",description:"Optional system prompt to set model behavior."},max_tokens:{type:"number",description:"Maximum output tokens.",default:1024,minimum:1,maximum:8192},temperature:{type:"number",description:"Sampling temperature \u2014 0 is deterministic, higher is more creative.",default:.7,minimum:0,maximum:2}},required:["prompt"]}};function Ru(e,t){let r=st[e];if(!r)throw new Error(`Unknown meta-tool: ${e}`);let n=[r.intro,"","Tiers:"];for(let[s,i]of Object.entries(r.tiers)){let o=l_(i,t);n.push(` - ${s.padEnd(15)} ${o.padStart(6)} ${i.notes}`)}return r.mode==="fan_out"&&r.fanOut&&n.push("",`Queries ${r.fanOut.providers.length} providers in parallel and merges results.`),n.push("",r.guidance),n.join(`
14
14
  `)}function l_(e,t){let r=t?.get(e.toolId);return r?.priceDisplay?r.priceDisplay:"price shown at checkout"}function Iu(e){let t=st[e];if(!t)throw new Error(`Unknown meta-tool: ${e}`);let r=Object.keys(t.tiers),n=Object.values(t.tiers).map(o=>o.toolId),s=t.mode==="fan_out",i={tier:{type:"string",enum:r,default:r[0],description:`Quality/style tier. Default: ${r[0]}.`},...t.inputProperties};return s||(i.tool_id={type:"string",enum:n,description:`Optional: pin to a specific catalog tool_id (advanced override). Takes precedence over tier. Valid values: ${n.join(", ")}.`}),{type:"object",properties:i,required:t.required??[]}}function Qs(e,t,r){if(!dn(e))return u_(e,r);let n=st[e];if(!n)return e;let s=Object.keys(n.tiers),i=t||s[0],o=d_(e,i,r);return o||f_(e,n,i,s)}function u_(e,t){return Yo({requestedTool:e,intentText:t})??e}function d_(e,t,r){return Yo({requestedTool:e,metaTool:e,tier:t,intentText:r})}function f_(e,t,r,n){let s=t.tiers[r];if(!s)throw new Error(`Unknown tier '${r}' for ${e}. Valid tiers: ${n.join(", ")}`);return s.toolId}var p_=new Set(["generate_image","generate_video","generate_music","run_llm"]),m_=new Set(["generate_image","generate_video"]);function Xo(e,t){if(p_.has(e)){let r=t.prompt;if(r==null||typeof r=="string"&&r.trim().length===0)throw new Error("A prompt is required. Provide a description of what you want to generate.")}if(m_.has(e)&&t.aspect_ratio!==void 0&&t.aspect_ratio!==null){let r=String(t.aspect_ratio);if(!Po.test(r))throw new Error(`Invalid aspect_ratio "${r}". Must be in N:M format. Valid values: ${[...Hn].join(", ")}`);if(!Hn.has(r))throw new Error(`Invalid aspect_ratio "${r}". Valid values: ${[...Hn].join(", ")}`)}}async function Pu(e,t,r){Xo(e,t);let n=st[e];if(!n)throw new Error(`Unknown meta-tool: ${e}`);let{tier:s,tool_id:i,...o}=t;if((n.mode??"pick_one")==="fan_out")return __(e,n,o,r);let c=g_({metaTool:e,spec:n,requestedToolId:i,tier:t.tier,intentText:t.prompt??r}),u=y_(e,c,o);return j.executeTool({tool_id:c,...u},r,e)}function g_(e){let{metaTool:t,spec:r,requestedToolId:n,tier:s,intentText:i}=e;if(typeof n=="string"&&n.length>0){let o=new Set(Object.values(r.tiers).map(a=>a.toolId));if(!o.has(n)){let a=Object.keys(r.tiers).join("|"),c=h_(n,t),u=c?` That tool_id is routed by "${c}" \u2014 did you mean to call ${c} instead?`:"";throw new Error(`tool_id "${n}" is not a routable target for ${t}. Valid tool_ids: ${[...o].join(", ")}. Or omit tool_id and pass tier=<${a}>.${u}`)}return n}return Qs(t,typeof s=="string"?s:void 0,i)}function h_(e,t){for(let[r,n]of Object.entries(st))if(r!==t){for(let s of Object.values(n.tiers))if(s.toolId===e)return r}return null}function y_(e,t,r){let s=Rr(t)?.inputSchema?.properties;if(!s)return r;let i=[],o={};for(let[a,c]of Object.entries(r))Object.prototype.hasOwnProperty.call(s,a)?o[a]=c:i.push(a);return i.length>0&&g.info("meta-tool:drop-unsupported-params",{metaTool:e,toolId:t,params:i}),o}async function __(e,t,r,n){let s=t.fanOut;if(!s)throw new Error(`Meta-tool "${e}" has mode "fan_out" but no fanOut config`);let i=await Promise.allSettled(s.providers.map(c=>j.executeTool({tool_id:c,...r},n,e))),o=[],a=[];for(let c=0;c<i.length;c++){let u=i[c];if(u.status==="fulfilled")o.push(u.value);else{let l=s.providers[c];a.push(l),g.debug?.("meta-tool:fan-out:provider-failed",{metaTool:e,provider:l,error:u.reason?.message??String(u.reason)})}}if(o.length===0)throw new Error(`All ${s.providers.length} providers failed for ${e}: ${a.join(", ")}`);return b_(o,s.merge,s.maxResults,{providerCount:s.providers.length,succeededCount:o.length,failedProviders:a.length>0?a:void 0})}function zo(e){if(Array.isArray(e))return e;if(e&&typeof e=="object"&&"results"in e){let t=e.results;if(Array.isArray(t))return t}return[e]}function b_(e,t,r,n){let s;switch(t){case"concat":s=e.flatMap(zo);break;case"dedupe_by_url":{let i=e.flatMap(zo),o=new Set;s=i.filter(a=>{let c=a?.url;return typeof c!="string"?!0:o.has(c)?!1:(o.add(c),!0)});break}case"top_k_by_score":{s=[...e.flatMap(zo)].sort((o,a)=>{let c=typeof o?.score=="number"?o.score:0;return(typeof a?.score=="number"?a.score:0)-c});break}default:{let i=t;throw new Error(`Unsupported merge strategy: ${i}`)}}return r!==void 0&&s.length>r&&(s=s.slice(0,r)),{results:s,...n}}var st=Js;function Au(e,t,r){let s=ke(e,{maxLength:80,fallback:`tier_${t+1}`}).toLowerCase().replace(/[^a-z0-9_-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,32)||`tier_${t+1}`,i=s,o=2;for(;r.has(i);){let a=`_${o}`;i=`${s.slice(0,32-a.length)}${a}`,o+=1}return r.add(i),i}function v_(e){let t={},r=new Map,n=new Set;for(let[i,o]of Object.keys(e.tiers).entries())r.set(o,Au(o,i,n));let s=r.get(e.defaultTier);s&&e.tiers[e.defaultTier]&&(t[s]=Cu(e.tiers[e.defaultTier]));for(let[i,o]of Object.entries(e.tiers))if(i!==e.defaultTier){let a=r.get(i)??Au(i,Object.keys(t).length,n);t[a]=Cu(o)}return{intro:ke(e.intro),mode:e.mode,tiers:t,fanOut:e.fanOut,guidance:ke(e.guidance),inputProperties:w_(e.inputProperties),required:e.required}}function Cu(e){return{...e,notes:ke(e.notes,{maxLength:180,fallback:"Tier details unavailable."})}}function w_(e){let t={};for(let[r,n]of Object.entries(e))t[r]={...n,description:ke(n.description,{maxLength:220,fallback:"Input value."}),enum:n.enum?.map(s=>ke(s,{maxLength:80,fallback:"value"}))};return t}function Mu(e){if(!e){st=Js;return}try{st=S_(e)}catch(t){g.debug?.("manifest:apply:failed",{error:t?.message??String(t)}),st=Js}}function S_(e){let t={};for(let[r,n]of Object.entries(e.tools))t[r]=v_(n);return t}function Ou(){return Object.keys(st)}function dn(e){return e in st}var Xn=Object.keys(Js);function Nu(e=process.env,t=process.platform){return e.VISA_CLI_NO_BROWSER==="1"||e.VISA_CLI_NO_BROWSER==="true"?{headless:!0,reason:"VISA_CLI_NO_BROWSER is set"}:e.CI==="true"||e.CI==="1"?{headless:!0,reason:"CI environment detected"}:e.SSH_CONNECTION||e.SSH_TTY?{headless:!0,reason:"SSH session detected"}:t==="linux"&&!e.DISPLAY&&!e.WAYLAND_DISPLAY?{headless:!0,reason:"Linux with no $DISPLAY or $WAYLAND_DISPLAY"}:{headless:!1}}function ei(e){if(typeof e!="string"||e.length===0)return null;let t;try{t=new URL(e)}catch{return null}return t.protocol!=="https:"&&t.protocol!=="http:"?null:t.toString()}function Lu(e,t){let r=ei(e);if(!r)return null;let n,s;try{n=new URL(r),s=new URL(t)}catch{return null}return n.origin===s.origin?r:null}function x_(e,t){return t==="darwin"?{cmd:"open",args:[e]}:t==="win32"?{cmd:"rundll32.exe",args:["url.dll,FileProtocolHandler",e]}:t==="linux"?{cmd:"xdg-open",args:[e]}:null}function Uu(e,t=process.platform){let r=ei(e);return r?x_(r,t):null}function Zo(e=process.env){let t=e.VISA_DRY_RUN;return t==="true"||t==="1"||t==="mock"?"mock":t==="preflight"?"preflight":null}function $u(e=process.env){return Zo(e)!==null}var T_=new Set(["false","0","no","off","disable","disabled"]),E_=new Set(["true","1","yes","on","enable","enabled"]);function Du(e){let t=(e??"").trim().toLowerCase();return t?T_.has(t)?!1:!!E_.has(t):!0}function Fu(e=process.env){return Du(e.VISA_CLI_PARENTLESS_SINGLE_CALL)}function Bu(e=process.env){return Du(e.VISA_CLI_PARENTLESS_BATCH)}var jp=require("child_process"),oe=U(require("crypto")),ze=U(require("fs")),ms=U(require("os")),Wi=U(require("path"));var it=U(require("fs")),ti=U(require("os")),Ke=U(require("path"));var k_="# >>> visa-cli shell hud v2 >>>",A_="# <<< visa-cli shell hud v2 <<<",C_="# >>> visa-cli shell hud >>>",R_="# <<< visa-cli shell hud <<<";function I_(e){let t=e??process.env.SHELL;if(!t)return null;let r=Ke.basename(t.replace(/\\/g,"/")).toLowerCase();return r==="zsh"?"zsh":r==="bash"?"bash":r==="pwsh"||r==="pwsh.exe"||r==="powershell"||r==="powershell.exe"?"powershell":null}function P_(e){let t=U_();if(e==="zsh")return Ke.join(t,".zshrc");if(e==="bash")return Ke.join(t,".bashrc");let r=(process.platform==="win32","PowerShell");return Ke.join(t,"Documents",r,"Microsoft.PowerShell_profile.ps1")}function M_(e){return e.includes("_visa_cli_shell_hud_precmd")||e.includes("visa-cli config shell-hud refresh")||e.includes("shell-hud.line")||e.includes("__visa_cli_original_prompt")||e.includes("function global:prompt")}function O_(e,t,r){let n=new RegExp(`(^|\\n)([ \\t]*${ju(t)}[ \\t]*\\r?\\n)([\\s\\S]*?)(\\r?\\n[ \\t]*${ju(r)}[ \\t]*)(?=\\r?\\n|$)(\\r?\\n)?`,"g");return e.replace(n,(s,i,o,a,c,u,l)=>{if(!M_(a))return s;let d=l>0?e[l-1]:"";return i===`
15
15
  `&&d!==`
16
16
  `?`
17
- `:""})}function N_(e){let t=e;for(let[r,n]of[[k_,A_],[C_,R_]])t=O_(t,r,n);return t.trimEnd()}function L_(e){return N_(e)!==e.trimEnd()}function ri(e=I_()){if(!e)return!1;try{let t=P_(e),r=it.readFileSync(t,"utf-8");return L_(r)}catch{return!1}}function ju(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function U_(){let e=ti.homedir();if(!e||!Ke.isAbsolute(e))throw new Error("unable to determine a valid home directory");return Ke.resolve(e)}var lE=1440*60*1e3;var $_="# visa-cli-hud-v1";function qu(e){return typeof e!="string"?!1:e.includes($_)?!0:e.includes("visa-cli")&&e.includes("statusline")}var ni=U(require("fs")),Hu=U(require("os")),Jo=U(require("path")),D_=[{prefix:"iVBORw0KGgo",sig:{mime:"image/png",ext:"png"}},{prefix:"/9j/",sig:{mime:"image/jpeg",ext:"jpg"}},{prefix:"R0lGOD",sig:{mime:"image/gif",ext:"gif"}},{prefix:"UklGR",sig:{mime:"image/webp",ext:"webp"}}],F_=/^data:(image\/(png|jpeg|jpg|gif|webp));base64,([A-Za-z0-9+/=]+)$/;function Qo(e){if(typeof e!="string"||e.length===0)return null;let t=e.trim(),r=F_.exec(t);if(r){let s=r[2]==="jpg"?"jpeg":r[2],i=s==="png"?{mime:"image/png",ext:"png"}:s==="jpeg"?{mime:"image/jpeg",ext:"jpg"}:s==="gif"?{mime:"image/gif",ext:"gif"}:{mime:"image/webp",ext:"webp"};return{base64:r[3],sig:i}}if(!/^[A-Za-z0-9+/=\s]+$/.test(t)||t.length<64)return null;let n=t.replace(/\s+/g,"");for(let{prefix:s,sig:i}of D_)if(n.startsWith(s))return{base64:n,sig:i};return null}function Vu(e,t={}){let r=t.outputDir??Jo.join(Hu.tmpdir(),"visa-cli");ni.mkdirSync(r,{recursive:!0});let n=(t.tag??"media").toLowerCase().replace(/[^a-z0-9-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,48)||"media",s=new Date().toISOString().replace(/[:.]/g,"-"),i=Jo.join(r,`${n}-${s}.${e.sig.ext}`),o=Buffer.from(e.base64,"base64");return ni.writeFileSync(i,o,{mode:384}),{filePath:i,bytes:o.length,mime:e.sig.mime}}function ot(e,t={}){if(!e||typeof e!="object")return e;let r=e,n=t.tag??(typeof r.merchantName=="string"?r.merchantName:"media"),s=r.content?.[0]?.text,i=typeof s=="string"?Qo(s):null,o=Array.isArray(r.urls)?r.urls[0]:void 0,c=typeof o=="string"&&o.startsWith("data:")?Qo(o):null;if(!i&&!c)return e;let u=i??c,l=i?"content":"urls",d;try{d=Vu(u,{tag:B_(n,r)})}catch(m){return{...r,_inline_media_warning:`Failed to persist inline media to disk: ${m instanceof Error?m.message:String(m)}`}}let p={...r,filePath:d.filePath,mime:d.mime,bytes:d.bytes};return l==="urls"?p.urls=void 0:(p.content=Array.isArray(r.content)?[...r.content]:[{}],p.content[0]={...p.content[0]??{},text:`[inline media saved to ${d.filePath}]`}),p}function B_(e,t){let r=typeof t.transactionId=="string"?t.transactionId:typeof t.transaction_id=="string"?t.transaction_id:null;return r?`${e}-${r}`:e}xe();var ea=!1;async function Ku(e,t,r){try{return await t()}catch(n){if(!(n.message==="Invalid signature"||n.code==="ATTESTATION_KEY_DRIFT"||n.error_code==="ATTESTATION_KEY_DRIFT"||n.name==="AttestationDriftError")||!Ve())throw n;if(g.warn("attestation:key-mismatch",{action:"browser-recovery"}),r){if(ea)throw g.warn("attestation:browser-recovery-suppressed",{reason:"already-attempted-in-process"}),n;ea=!0,g.info("attestation:starting-browser-recovery");try{let i=await r();if(!i.success)throw g.error("attestation:browser-recovery-failed",{message:i.message}),n;let o=await vu();await e.registerAttestationKey(o),await e.setBiometricPreference({required:!0}),g.info("attestation:requirement-restored-after-recovery",{surface:"retry"}),g.info("attestation:key-reregistered-after-recovery");let a=await t();return ea=!1,a}catch(i){throw g.error("attestation:recovery-failure",{error:i.message}),n}}throw n}}function fn(e){return e?typeof e.hasAnyAttestationKey=="boolean"?e.hasAnyAttestationKey:typeof e.hasAttestationKey=="boolean"?e.hasAttestationKey:!0:!1}async function Gu(e,t){if(!Ve())return{ok:!1,code:"TOUCH_ID_UNAVAILABLE",message:"Touch ID is not available in this process. Run `visa-cli setup` from an interactive macOS terminal before enabling Touch ID."};if(!await wu())return{ok:!1,code:"LOCAL_ATTESTATION_KEY_MISSING",message:"No local attestation key found on this device. Run `visa-cli setup` before enabling Touch ID; otherwise payments and biometric off can require a key this device cannot produce."};let r=await e.getStatus(t);return fn(r)?{ok:!0,status:r}:{ok:!1,code:"SERVER_ATTESTATION_KEY_MISSING",message:"No server attestation key is registered for this account. Run `visa-cli setup` before enabling Touch ID."}}function j_(e){return new Promise(t=>setTimeout(t,e))}function Wu(e){if(typeof e=="number"&&Number.isFinite(e)&&e>0)return e*1e3;if(typeof e!="string"||e.trim()==="")return null;let t=Number(e);if(Number.isFinite(t)&&t>0)return t*1e3;let r=Date.parse(e);return Number.isFinite(r)?Math.max(r-Date.now(),0):null}function Yu(e){return!Number.isFinite(e)||e===null||e<=0?1e3:Math.min(Math.max(Math.ceil(e),1e3),3e4)}async function q_(e,t=Math.random()*250){let r=s=>Math.min(s+Math.max(0,Math.ceil(t)),3e4);if(!e||e.status!==429)return r(1e3);let n=Wu(e.headers?.get("Retry-After"));if(n!==null)return r(Yu(n));if(typeof e.json=="function")try{let s=await e.json();return r(Yu(Wu(s?.retryAfter)))}catch{return r(1e3)}return r(1e3)}async function ta(e,t){let r=await q_(e);return t?.(r),await j_(r),r}je();var zu="3.4.8-rc.1";function ra(e,t){return t?{kind:"env",var:e}:{kind:"default"}}function si(e,t,r){let n=process.env[e];if(n!==void 0)return{value:r==="opt-in"?n==="true":n!=="false",source:{kind:"env",var:e}};let s=Qr(t);return s!==void 0?{value:s,source:{kind:"settings"}}:{value:r!=="opt-in",source:{kind:"default"}}}function Ie(e){return e==null?"\u2014":e?"yes":"no"}function ii(e){return e==null?"\u2014":`$${e.toFixed(2)}`}function H_(e){return e==null?"\u2014":`$${(e/100).toFixed(2)}`}function V_(){let e=process.env.VISA_CREDIT_SESSION_CAP_CENTS;if(e!==void 0){let r=Number(e);if(Number.isFinite(r)&&r>=10&&r<=1e4)return{value:Math.floor(r),source:{kind:"env",var:"VISA_CREDIT_SESSION_CAP_CENTS"}}}let t=yo("credit.sessionCapCents");return t!==void 0&&t>=10&&t<=1e4?{value:Math.floor(t),source:{kind:"settings"}}:{value:ho,source:{kind:"default"}}}async function Xu(e){let t=null,r=null;try{t=await e.api.getStatus()}catch(y){r=y?.message||"unknown error"}let n=[],s=process.env.VISA_AUTH_URL,i=Ms("auth.serverUrl"),o=le(),a=s!==void 0&&s!==""?{kind:"env",var:"VISA_AUTH_URL"}:i!==void 0?{kind:"settings"}:{kind:"default"};n.push({key:"auth.serverUrl",value:o,formatted:o,source:a,hint:a.kind==="default"?"Persist with `visa-cli config set auth.serverUrl <url>` (or set VISA_AUTH_URL for one-off overrides).":void 0}),n.push({key:"account.enrolled",value:t?.enrolled??null,formatted:Ie(t?.enrolled),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),t?.githubUser&&n.push({key:"account.githubUser",value:t.githubUser,formatted:t.githubUser,source:{kind:"server"}}),t?.userId&&n.push({key:"account.userId",value:t.userId,formatted:t.userId,source:{kind:"server"},hint:"Opaque stable account id used for account-scoped local credentials."});let c=t?t.attestationRequired!==!1:void 0;n.push({key:"biometric.required",value:c,formatted:Ie(c),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"},hint:c===!1?"Touch ID prompts are suppressed. Re-enable with `visa-cli config biometric on`.":void 0}),n.push({key:"biometric.keyRegistered",value:t?.hasAttestationKey??null,formatted:Ie(t?.hasAttestationKey),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"biometric.deviceAvailable",value:Ve(),formatted:Ie(Ve()),source:{kind:"device"}});let u=t?.spendingControls,l=u?u.max_transaction_amount??u.maxTransactionAmount??null:null,d=u?u.daily_limit??u.dailyLimit??null:null;n.push({key:"spending.maxPerTxn",value:l,formatted:ii(l),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"spending.dailyLimit",value:d,formatted:ii(d),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"spending.dailySpent",value:t?.dailySpent??null,formatted:ii(t?.dailySpent),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"spending.dailyRemaining",value:t?.dailyRemaining??null,formatted:ii(t?.dailyRemaining),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"cards.count",value:t?.cardCount??null,formatted:t?.cardCount!=null?String(t.cardCount):"\u2014",source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}});let p=t?.cards?.find(y=>y.isDefault)??t?.cards?.[0];p&&n.push({key:"cards.default",value:{brand:p.brand??null,last4:p.last4},formatted:`${p.brand||"card"} \u2022\u2022\u2022\u2022 ${p.last4}`,source:{kind:"server"}});let m=V_();n.push({key:"credit.sessionCapCents",value:m.value,formatted:H_(m.value),source:m.source});let f=Os();f.length>0&&n.push({key:"settings.retired",value:f.map(y=>y.key),formatted:f.map(y=>y.key).join(", "),source:{kind:"settings"},hint:`Ignored retired settings found. Remove with: ${f.map(y=>`visa-cli config unset ${y.key}`).join(" && ")}`});let _=si("VISA_SUPPRESS_BROWSER","ui.suppressBrowser","opt-in");n.push({key:"ui.suppressBrowser",value:_.value,formatted:Ie(_.value),source:_.source,hint:"Persist with `visa-cli config set ui.suppressBrowser true` to stop auto-opening result URLs."});let S=si("VISA_SUPPRESS_FEED","ui.suppressFeed","opt-in");n.push({key:"ui.suppressFeed",value:S.value,formatted:Ie(S.value),source:S.source});let I=As(),b;process.env.VISA_CLI_NO_UPDATE_CHECK?b={kind:"env",var:"VISA_CLI_NO_UPDATE_CHECK"}:process.env.CI?b={kind:"env",var:"CI"}:process.env.NODE_ENV==="test"?b={kind:"env",var:"NODE_ENV"}:b={kind:"default"},n.push({key:"ui.updateCheck",value:!I,formatted:Ie(!I),source:b});let P=si("VISA_META_TOOLS","tools.meta","opt-in");n.push({key:"tools.meta",value:P.value,formatted:Ie(P.value),source:P.source,hint:"Meta-tools are deprecated and off by default. Re-enable with `visa-cli config set tools.meta true`. Restart Claude Code for changes to take effect."});let M=si("VISA_DISCOVER_TOOLS","tools.discover","opt-out");n.push({key:"tools.discover",value:M.value,formatted:Ie(M.value),source:M.source});let q=process.env.VISA_DRY_RUN,B=$u();if(n.push({key:"tools.dryRun",value:B,formatted:Ie(B),source:q===void 0?{kind:"default"}:{kind:"env",var:"VISA_DRY_RUN"},hint:"VISA_DRY_RUN=true|1|mock returns deterministic paid-tool fixtures (no card, no upstream). VISA_DRY_RUN=preflight makes a real zero-cost OpenRouter call for LLM tools (image/video still mocked)."}),n.push({key:"client.version",value:zu,formatted:zu,source:{kind:"default"}}),e.includeDev){let y=process.env.VISA_MOCK_KEYCHAIN,w=Ht();n.push({key:"dev.mockKeychain",value:w,formatted:Ie(w),source:ra("VISA_MOCK_KEYCHAIN",!!y),hint:Fo()});let V=process.env.VISA_MOCK_TOUCHID,ee=Gn();n.push({key:"dev.mockTouchid",value:ee,formatted:Ie(ee),source:ra("VISA_MOCK_TOUCHID",!!V),hint:Fo()});let H=process.env.VISA_CLI_DEBUG;n.push({key:"dev.debug",value:!!H,formatted:Ie(!!H),source:ra("VISA_CLI_DEBUG",!!H)})}return{entries:n,statusError:r}}function Zu(e){if(e<=0)return null;let t=(e/100).toFixed(2);return{_credits_prompt:{message:`You've got $${t} in free credits \u2014 enough for about ${Math.floor(e/6)} images. Try something now, or save them for later.`,balanceUsd:t,examples:[{tool:"generate_image",cost:"$0.06",what:"an AI image"},{tool:"run_llm",cost:"token-priced",what:"a quick model call"},{tool:"generate_music",cost:"$0.02",what:"a music track"}]}}}je();xe();var Wt=require("fs"),Qu=require("os"),na=require("path"),K_=(0,na.join)((0,Qu.homedir)(),".visa-mcp"),Ju=(0,na.join)(K_,"mcp-session-budget.json");function oi(){try{(0,Wt.existsSync)(Ju)&&(0,Wt.unlinkSync)(Ju)}catch{}}var ia=require("crypto"),Ge=U(Kn()),Or=null,Pe=0,zt=0,Ae=0,Yt=null,oa=null,aa=null,Mr=Promise.resolve();function G_(e){return Number((0,Ge.fromCents)(e))}function td(e){return(0,Ge.toCents)((0,Ge.micros)(BigInt(e)))}function ed(e){return(0,Ge.toWire)((0,Ge.fromCents)(e))}function sa(e){return typeof e=="number"&&Number.isSafeInteger(e)&&e>=0}function ai(e){return typeof e=="string"&&/^\d+$/.test(e)}var W_=43,Y_=new RegExp(`^[A-Za-z0-9_-]{${W_}}$`);function z_(e){return typeof e=="string"&&Y_.test(e)}function X_(e){return!(e.status!=="accepted"||typeof e.session_id!="string"||e.session_id.length===0||Or&&e.session_id!==Or||typeof e.nonce!="string"||e.nonce.length===0||!z_(e.server_signature)||!sa(e.cumulative)||!sa(e.remaining)||!sa(e.delta)||e.cumulative<Pe||Ae>0&&e.cumulative>Ae||Ae>0&&e.remaining>Ae||e.cumulative_micros!==void 0&&!ai(e.cumulative_micros)||e.remaining_micros!==void 0&&!ai(e.remaining_micros)||e.delta_micros!==void 0&&!ai(e.delta_micros)||e.reserved_micros!==void 0&&!ai(e.reserved_micros))}function Et(e){Or=e,Pe=0,zt=0,Ae=0,Yt=null,oa=null,aa=null,Mr=Promise.resolve()}function Zn(e){Ae=Math.max(0,Math.floor(e))}function ca(){return Or}function la(e){if(!Or)return null;let t=Pe+zt;return Ae>0&&t>Ae&&(t=Ae),{session_budget_id:Or,cumulative_micros:G_(t),nonce:(0,ia.randomUUID)(),idempotency_key:e||(0,ia.randomUUID)()}}function Jn(e){if(!e)return null;let t;try{t=Buffer.from(e,"base64").toString("utf-8")}catch{return null}let r;try{r=JSON.parse(t)}catch{return null}if(!r||typeof r!="object")return null;let n=r;return X_(n)?(Pe=Math.max(Pe,n.cumulative),zt=0,Yt=n,n):null}function rd(){return Yt}function ua(e){let t=td(e.cumulative_micros);Pe=Math.max(Pe,t),zt=0;let r={status:"accepted",session_id:e.session_budget_id,cumulative:Pe,remaining:Math.max(0,Ae-Pe),delta:0,cumulative_micros:ed(Pe),remaining_micros:ed(Math.max(0,Ae-Pe)),delta_micros:"0",nonce:e.nonce};return Yt=r,r}function Qn(e){if(!e||typeof e!="object")return;let t=e.cumulative_micros;if(typeof t!="string"||!/^\d+$/.test(t))return;let r;try{r=BigInt(t)}catch{return}if(r<0n)return;let n=(0,Ge.toCents)((0,Ge.micros)(r));if(!Number.isFinite(n)||n<0)return;oa=t;let s=e,i=typeof s.session_id=="string"?s.session_id:Or??"";Yt?(typeof s.remaining_micros=="string"&&/^\d+$/.test(s.remaining_micros)&&(Yt.remaining_micros=s.remaining_micros),typeof s.charged_micros=="string"&&/^\d+$/.test(s.charged_micros)&&(Yt.delta_micros=s.charged_micros)):Yt={session_id:i,cumulative:n,remaining:0,delta:0,nonce:typeof s.transaction_id=="string"?s.transaction_id:"",remaining_micros:typeof s.remaining_micros=="string"&&/^\d+$/.test(s.remaining_micros)?s.remaining_micros:void 0,delta_micros:typeof s.charged_micros=="string"&&/^\d+$/.test(s.charged_micros)?s.charged_micros:void 0}}function nd(e){let t=e.receipt??null;aa={toolName:e.toolName,resolvedToolId:e.resolvedToolId,estimatedAmountCents:Math.max(0,Math.ceil(e.estimatedAmountCents)),voucherCumulativeCents:td(e.voucher.cumulative_micros),estimatedCumulativeCents:ci(),receiptDeltaCents:typeof t?.delta=="number"?t.delta:null,receiptCumulativeCents:typeof t?.cumulative=="number"?t.cumulative:null,receiptRemainingCents:typeof t?.remaining=="number"?t.remaining:null,receiptDeltaMicros:typeof t?.delta_micros=="string"?t.delta_micros:null,receiptCumulativeMicros:typeof t?.cumulative_micros=="string"?t.cumulative_micros:null,receiptRemainingMicros:typeof t?.remaining_micros=="string"?t.remaining_micros:null,recordedAt:new Date().toISOString()}}function sd(){return aa}function id(){return Pe}function od(){return oa}function ci(){let e=Pe+zt;return Ae>0&&e>Ae&&(e=Ae),e}function da(e){if(!Number.isFinite(e)||e<=0)return Promise.resolve();let t=Math.ceil(e);return Mr=Mr.then(()=>{zt+=t}),Mr}function es(e){if(!Number.isFinite(e)||e<=0)return Promise.resolve();let t=Math.ceil(e);return Mr=Mr.then(()=>{zt=Math.max(0,zt-t)}),Mr}var Z_=10,J_=1,te=null,ad=Promise.resolve();function fa(e){let t=ad.catch(()=>{}).then(e);return ad=t.then(()=>{},()=>{}),t}var ie=class extends Error{balanceCents;minRequiredCents;constructor(t,r){super(`Prepaid balance is $${(t/100).toFixed(2)}; at least $${(r/100).toFixed(2)} required to open a credit session. Top up via the buy_credits tool first.`),this.name="InsufficientBalanceError"}};async function pa(e,t,r){return fa(()=>cd(e,t,r))}async function cd(e,t,r){if(oi(),te&&new Date(te.expiresAt).getTime()>Date.now())return ca()!==te.budgetId&&(Et(te.budgetId),Zn(te.totalCents)),g.info("mcp-session:active-hit",{budgetId:te.budgetId,tool:r.toolName,remainingEstimatedCents:te.totalCents-ci()}),{budgetId:te.budgetId,isFresh:!1,totalCents:te.totalCents,requestedCapCents:te.totalCents,appliedCapCents:te.totalCents,clampedReason:null};te&&(te=null,Et(null));let n=await e.getBalance();if(!n.success)throw new Error(`Could not read balance: ${n.error||"unknown error"}`);let s=r.sessionKind??"explicit",i=s==="one_shot"?J_:Z_,o=Math.max(i,Math.ceil(r.minRequiredCents??i));if(n.balanceCents<o)throw new ie(n.balanceCents,o);let a=r.capCentsOverride??il(),c=Math.min(a,n.balanceCents),u=c<a?"balance":null,l=await t("session_create",c,"Visa CLI Session",`open credit-model session with $${(c/100).toFixed(2)} cap`,r.userContext),d=await e.createSessionBudget({total_cents:c,session_kind:s,...l?{attestation:l}:{}});if(!d.success||!d.budget){let m=d.error||"unknown error";throw new Error(`Failed to open credit session: ${m}`)}let p={budgetId:d.budget.id,expiresAt:d.budget.expiresAt,totalCents:d.budget.totalCents,createdAt:d.budget.createdAt};return te=p,Et(p.budgetId),Zn(p.totalCents),g.info("mcp-session:opened",{budgetId:p.budgetId,capCents:p.totalCents,requestedCapCents:a,clampedReason:u,sessionKind:s,expiresAt:p.expiresAt,tool:r.toolName}),{budgetId:p.budgetId,isFresh:!0,totalCents:p.totalCents,requestedCapCents:a,appliedCapCents:p.totalCents,clampedReason:u}}async function ld(e,t,r){return fa(async()=>{let s=Xt()?await ud(e):null,i=await cd(e,t,r);return{budgetId:i.budgetId,totalCents:i.totalCents,closedPrevious:s,requestedCapCents:i.requestedCapCents,appliedCapCents:i.appliedCapCents,clampedReason:i.clampedReason}})}async function ud(e){let r=Xt()?.budgetId??ca(),n=!1,s,i;if(r)try{let o=await e.closeSession(r);n=!!o?.success,typeof o?.finalCumulativeCents=="number"&&(s=o.finalCumulativeCents),typeof o?.finalCumulativeMicros=="string"&&(i=o.finalCumulativeMicros)}catch(o){g.warn("mcp-session:close-server-failed",{budgetId:r,error:o?.message||String(o)})}return oi(),te=null,Et(null),{closedServerSide:n,budgetId:r,finalCumulativeCents:s,finalCumulativeMicros:i}}async function li(e){return fa(()=>ud(e))}function Xt(){return oi(),te?new Date(te.expiresAt).getTime()<=Date.now()?(te=null,Et(null),null):{budgetId:te.budgetId,totalCents:te.totalCents,lastReceiptCumulative:id(),lastReceiptCumulativeMicros:rd()?.cumulative_micros??null,ledgerReceiptCumulativeMicros:od(),estimatedCumulative:ci(),lastToolSpend:sd(),expiresAt:te.expiresAt}:null}var fd=U(Kn()),dd=10000n;function Q_(e){return e<=0n?0:Number((e+dd-1n)/dd)}function pd(e){return Q_((0,fd.fromUsd)(e))}var ui=U(Kn()),eb=/^(?:0|[1-9]\d*)(?:\.\d{1,2})?$/;function md(e){if(typeof e!="string"||!eb.test(e))return{ok:!1,error:"amount must be a USD amount with at most two decimal places"};let[t,r=""]=e.split("."),n=BigInt(t)*100n+BigInt(r.padEnd(2,"0"));if(n>BigInt(Number.MAX_SAFE_INTEGER))return{ok:!1,error:"amount is too large"};let s=Number(n);return s<=0?{ok:!1,error:"amount must be greater than $0.00"}:{ok:!0,cents:s,displayUsd:(0,ui.toDisplay)((0,ui.fromCents)(s),{symbol:""})}}var gd="Buying credits requires local biometric attestation from a Touch ID-capable Mac or a Windows Hello-capable PC running the Visa CLI. This device cannot create the required attestation, so no card charge was attempted. Credits are account-level, so you can top up this account from any interactive biometric-capable CLI, then use the balance from this remote server.",hd="Tell the user that buying credits requires a local CLI/MCP process with Touch ID (Mac) or Windows Hello (PC) today. Credits are account-level: suggest topping up the same account from any interactive biometric-capable CLI, then continuing on this remote server. Do not retry buy_credits from this process; it cannot produce the required card-charge attestation.";je();var Cp=Promise.resolve();function aw(e,t){if(e)try{let r=(0,Gi.fromWire)(e),n=r%10000n===0n?2:6;return(0,Gi.toDisplay)(r,{decimals:n})}catch{}return`$${(t/100).toFixed(2)}`}var Rp=!1,Ip=!1,Pp=!1;function Yi(e){let t=Cp.catch(()=>{}).then(e);return Cp=t.then(()=>{},()=>{}),t}async function qp(e){let t=await ae(()=>pa(C,De,{toolName:e.toolId,userContext:e.userContext}));await da(e.estimatedAmountCents);let r=la(e.idempotencyKey);if(!r)throw await es(e.estimatedAmountCents),new Error(`Internal: failed to mint voucher for active session ${t.budgetId}`);let n=await gw(),s,i,o=async()=>C.shortcutWithSession(e.toolId,r,e.toolParams,e.timeoutMs,e.userContext,e.metaTool);try{try{({data:s,voucherReceiptHeader:i}=await o())}catch(l){if(l instanceof gt){let d=Math.min(Math.max(l.retryAfterSecs,0),5)*1e3;g.warn("mcp-session:lock-contended-retrying",{tool:e.toolId,retryAfterSecs:l.retryAfterSecs}),await new Promise(p=>setTimeout(p,d)),{data:s,voucherReceiptHeader:i}=await o()}else throw l}}catch(l){if(await es(e.estimatedAmountCents),l instanceof Xr){if(g.warn("mcp-session:server-invalidated-budget",{code:l.code,budgetId:l.budgetId??t.budgetId,tool:e.toolId}),await li(C),process.env.VISA_REQUIRE_EXPLICIT_SESSION==="true")throw new Error(`Your session was closed by another process (${l.code}). Restart MCP or run start_session again.`);return Pp||(Pp=!0,console.error(`[visa-cli] Your session was closed by another process; reopened automatically as pay-as-you-go.
18
- To require an explicit session approval instead, set VISA_REQUIRE_EXPLICIT_SESSION=true.`)),g.info("mcp-session:falling-back-to-payg",{code:l.code,tool:e.toolId}),Hp(e)}throw l instanceof gt?(g.warn("mcp-session:lock-contended-give-up",{tool:e.toolId}),new Error("Another paid call is currently in progress on this session. Wait a moment and try again.")):l}let a=Jn(i)??(r?ua(r):null);if(Qn(s?.receipt_v2),nd({toolName:e.metaTool??e.toolId,resolvedToolId:e.toolId,estimatedAmountCents:e.estimatedAmountCents,voucher:r,receipt:a}),Ec(s))return ot(s);let c=await Tc();if(e.idempotencyKey&&kc(s,c,e.idempotencyKey))return ot(s);let u=c?fs(c):null;return ot(Ac(s,n,u))}function $e(e){return{success:!1,error:e.message,error_code:"INSUFFICIENT_BALANCE",balanceCents:e.balanceCents,suggestedTool:"buy_credits"}}function Hi(e){if(e===null||typeof e!="object"){let r=JSON.stringify(e);return r===void 0?String(e):r}return Array.isArray(e)?`[${e.map(Hi).join(",")}]`:`{${Object.entries(e).sort(([r],[n])=>r.localeCompare(n)).map(([r,n])=>`${JSON.stringify(r)}:${Hi(n)}`).join(",")}}`}function xc(e,t,r,n){let s=oe.createHash("sha256").update(`${r}:${Hi(n)}`).digest("hex").slice(0,24);return`batch:${e}:${t}:${s}`}function cw(e,t){return`${e}:${t}`}function lw(e){if(e==null)return;let t=String(e);if(t.length!==0)return t.startsWith("ledger_")?t:/^\d+$/.test(t)?`ledger_${t}`:t}function Vi(e,t,r){let n=r?.amountMicros??r?.amount_micros??r?.charged_micros??r?.receipt_v2?.charged_micros??r?.receipt_v2?.actual_micros,s=Ye(n),i=s!==null?s.toString():void 0,o=r?.transaction_id??r?.transactionId??r?.receipt_v2?.transaction_id,a=lw(r?.ledger_id??r?.ledgerId??r?.receipt_v2?.ledger_id),c=o!=null?String(o):a;return{batch_id:e,item_id:cw(e,t),index:t,...c!==void 0?{transaction_id:c}:{},...a!==void 0?{ledger_id:a}:{},...i?{amountMicros:i,amount_micros:i,cost_micros:i}:{}}}async function Hp(e){return ae(()=>dw(e))}async function Vp(e,t,r){if(Ec(e))return ot(e);let n=await Tc();if(r&&kc(e,n,r))return ot(e);let s=n?fs(n):null;return ot(Ac(e,t,s))}async function uw(e){let t=e.cap,r=`spend up to $${(e.estimatedAmountCents/100).toFixed(2)} on ${e.toolId} (call cap $${(t/100).toFixed(2)})`,n=await De("shortcut_call",t,e.toolId,r,e.userContext);g.info("parentless-single-call:attempt",{tool:e.toolId,approvedMaxCents:t,attested:!!n});let s=n?.nonce??(await C.getAttestationChallenge()).nonce,{data:i,voucherReceiptHeader:o}=await C.shortcutParentless(e.toolId,{...n?{attestation:n}:{},nonce:s,approved_max_cents:t,idempotency_key:e.idempotencyKey},e.toolParams,e.timeoutMs,e.userContext,e.metaTool);return Jn(o),Qn(i?.receipt_v2),g.info("parentless-single-call:completed",{tool:e.toolId}),Vp(i,e.beforeBalanceMicros,e.idempotencyKey)}async function dw(e){let t=Math.max(1,Math.ceil(e.estimatedAmountCents)),r=await C.getBalance();if(!r.success)throw new Error(`Could not read balance: ${r.error||"unknown error"}`);if(r.balanceCents<t)throw new ie(r.balanceCents,t);let n=t,s=fs(r);if(Fu()&&!Rp){let l=e.idempotencyKey??oe.randomUUID();try{return await uw({toolId:e.toolId,toolParams:e.toolParams,estimatedAmountCents:e.estimatedAmountCents,cap:n,beforeBalanceMicros:s,userContext:e.userContext,metaTool:e.metaTool,timeoutMs:e.timeoutMs,idempotencyKey:l})}catch(d){if(d instanceof Je)Rp=!0,g.info("parentless-single-call:falling-back-to-session",{tool:e.toolId,status:d.status,serverErrorCode:d.serverErrorCode});else throw d}}let i=`spend up to $${(e.estimatedAmountCents/100).toFixed(2)} on ${e.toolId} (session cap $${(n/100).toFixed(2)})`,o=await De("session_create",n,"Visa CLI Session",i,e.userContext),a=await C.createSessionBudget({total_cents:n,session_kind:"one_shot",...o?{attestation:o}:{}});if(!a.success||!a.budget)throw new Error(`Failed to open on-demand session: ${a.error||"unknown error"}`);let c=a.budget.id;Et(c),Zn(a.budget.totalCents),g.info("on-demand-session:opened",{budgetId:c,capCents:a.budget.totalCents,tool:e.toolId});let u=!1;try{await da(e.estimatedAmountCents);let l=la(e.idempotencyKey);if(!l)throw await es(e.estimatedAmountCents),new Error(`Internal: mintVoucher returned null after on-demand session-open ${c}`);let{data:d,voucherReceiptHeader:p}=await C.shortcutWithSession(e.toolId,l,e.toolParams,e.timeoutMs,e.userContext,e.metaTool);if(Jn(p)||ua(l),u=!0,Qn(d?.receipt_v2),Ec(d))return ot(d);let m=await Tc();if(e.idempotencyKey&&kc(d,m,e.idempotencyKey))return ot(d);let f=m?fs(m):null;return ot(Ac(d,s,f))}catch(l){throw u||await es(e.estimatedAmountCents),l}finally{try{await C.closeSession(c)}catch(l){g.warn("on-demand-session:close-failed",{budgetId:c,error:l?.message||String(l)})}Et(null),g.info("on-demand-session:closed",{budgetId:c,tool:e.toolId})}}async function lr(e){return Yi(async()=>Xt()?qp(e):Hp(e))}function zi(){return le()}var C=new Ns(()=>Re.getSessionToken());function Ye(e){if(typeof e!="string"||!/^-?\d+$/.test(e))return null;try{return BigInt(e)}catch{return null}}function fs(e){return Ye(e.balanceMicros)??BigInt(e.balanceCents)*10000n}function fw(e){if(e<0n&&(e=0n),e>=1000000n){let n=(e+5000n)/10000n,s=n/100n,i=n%100n;return`$${s.toString()}.${i.toString().padStart(2,"0")}`}let t=e%1000000n;return t===0n?"$0.00":`$0.${t.toString().padStart(6,"0").replace(/0+$/,"")}`}function pw(e){let t=Ye(e.ledgerReceiptCumulativeMicros);if(t!==null)return{micros:t,source:"ledgerReceiptCumulativeMicros"};let r=Ye(e.lastReceiptCumulativeMicros);if(r!==null)return{micros:r,source:"lastReceiptCumulativeMicros"};let n=Ye(e.lastToolSpend?.receiptCumulativeMicros);return n!==null?{micros:n,source:"lastToolSpend.receiptCumulativeMicros"}:{micros:BigInt(Math.max(0,e.estimatedCumulative))*10000n,source:"estimatedCumulativeCents"}}function ds(e,t="INVALID_TOOL_PARAMS",r){return{success:!1,error_code:t,code:t,error:e,message:e,...r??{}}}function mw(e){return{success:!1,error_code:"TOOL_EXECUTION_FAILED",code:"TOOL_EXECUTION_FAILED",error:e.message||"Tool execution failed.",message:e.message||"Tool execution failed.",tool_id:e.toolId,surface:e.surface,merchantName:e.merchantName,amount:e.amount,payment_finalized:!1,charged:!1}}async function gw(){try{let e=await C.getBalance();return e.success?fs(e):null}catch{return null}}async function Tc(){try{let e=await C.getBalance();return e.success?e:null}catch{return null}}function Ec(e){if(!e||e.success===!1)return!1;let t=Ye(e.receipt_v2?.charged_micros??e.receipt_v2?.actual_micros),r=Ye(e.amountMicros??e.amount_micros??e.charged_micros),n=t??r;if(n===null||n<=0n)return!1;let s=n.toString();return e.amountMicros??=s,e.amount_micros??=s,e.charged_micros??=s,(typeof e.amount!="number"||e.amount<=0)&&(e.amount=Number(n)/1e6),!0}function kc(e,t,r){if(!e||e.success===!1||!t||!Array.isArray(t.ledger))return!1;let n=t.ledger.find(a=>a.idempotencyKey===r);if(!n)return!1;let s=Ye(n.deltaMicros)??BigInt(n.deltaCents)*10000n,i=s<0n?-s:s;if(i<=0n)return!1;let o=i.toString();return e.amountMicros??=o,e.amount_micros??=o,e.charged_micros??=o,(typeof e.amount!="number"||e.amount<=0)&&(e.amount=Number(i)/1e6),!0}function Ac(e,t,r){if(!e||e.success===!1||t===null||r===null)return e;let n=t-r;if(n<=0n)return e;let s=n.toString();return e.amountMicros??=s,e.amount_micros??=s,(typeof e.amount!="number"||e.amount<=0)&&(e.amount=Number(n)/1e6),e}var hw="3.4.8-rc.1",Gk=["","","You're ready to go! Try:","","Core:",'\u2022 "Show my account status" \u2192 get_status','\u2022 "List my enrolled cards" \u2192 get_cards','\u2022 "Show my paid tool use history" \u2192 transaction_history','\u2022 "Set my daily top-up limit to $50" \u2192 update_spending_controls','\u2022 "Generate 3 variations in parallel" \u2192 batch',"","Tool catalog:",'\u2022 "Find an image upscaler" \u2192 discover_tools','\u2022 "Generate an image of a sunset over Tokyo" \u2192 discover_tools \u2192 execute_tool','\u2022 "Make a 4-second video of a penguin juggling" \u2192 discover_tools \u2192 execute_tool','\u2022 "Make a song about coding late at night" \u2192 discover_tools \u2192 execute_tool','\u2022 "Run a reasoning model on this prompt" \u2192 discover_tools \u2192 execute_tool','\u2022 "Run fal-aura-sr on this URL" \u2192 execute_tool'].join(`
17
+ `:""})}function N_(e){let t=e;for(let[r,n]of[[k_,A_],[C_,R_]])t=O_(t,r,n);return t.trimEnd()}function L_(e){return N_(e)!==e.trimEnd()}function ri(e=I_()){if(!e)return!1;try{let t=P_(e),r=it.readFileSync(t,"utf-8");return L_(r)}catch{return!1}}function ju(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function U_(){let e=ti.homedir();if(!e||!Ke.isAbsolute(e))throw new Error("unable to determine a valid home directory");return Ke.resolve(e)}var lE=1440*60*1e3;var $_="# visa-cli-hud-v1";function qu(e){return typeof e!="string"?!1:e.includes($_)?!0:e.includes("visa-cli")&&e.includes("statusline")}var ni=U(require("fs")),Hu=U(require("os")),Jo=U(require("path")),D_=[{prefix:"iVBORw0KGgo",sig:{mime:"image/png",ext:"png"}},{prefix:"/9j/",sig:{mime:"image/jpeg",ext:"jpg"}},{prefix:"R0lGOD",sig:{mime:"image/gif",ext:"gif"}},{prefix:"UklGR",sig:{mime:"image/webp",ext:"webp"}}],F_=/^data:(image\/(png|jpeg|jpg|gif|webp));base64,([A-Za-z0-9+/=]+)$/;function Qo(e){if(typeof e!="string"||e.length===0)return null;let t=e.trim(),r=F_.exec(t);if(r){let s=r[2]==="jpg"?"jpeg":r[2],i=s==="png"?{mime:"image/png",ext:"png"}:s==="jpeg"?{mime:"image/jpeg",ext:"jpg"}:s==="gif"?{mime:"image/gif",ext:"gif"}:{mime:"image/webp",ext:"webp"};return{base64:r[3],sig:i}}if(!/^[A-Za-z0-9+/=\s]+$/.test(t)||t.length<64)return null;let n=t.replace(/\s+/g,"");for(let{prefix:s,sig:i}of D_)if(n.startsWith(s))return{base64:n,sig:i};return null}function Vu(e,t={}){let r=t.outputDir??Jo.join(Hu.tmpdir(),"visa-cli");ni.mkdirSync(r,{recursive:!0});let n=(t.tag??"media").toLowerCase().replace(/[^a-z0-9-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,48)||"media",s=new Date().toISOString().replace(/[:.]/g,"-"),i=Jo.join(r,`${n}-${s}.${e.sig.ext}`),o=Buffer.from(e.base64,"base64");return ni.writeFileSync(i,o,{mode:384}),{filePath:i,bytes:o.length,mime:e.sig.mime}}function ot(e,t={}){if(!e||typeof e!="object")return e;let r=e,n=t.tag??(typeof r.merchantName=="string"?r.merchantName:"media"),s=r.content?.[0]?.text,i=typeof s=="string"?Qo(s):null,o=Array.isArray(r.urls)?r.urls[0]:void 0,c=typeof o=="string"&&o.startsWith("data:")?Qo(o):null;if(!i&&!c)return e;let u=i??c,l=i?"content":"urls",d;try{d=Vu(u,{tag:B_(n,r)})}catch(m){return{...r,_inline_media_warning:`Failed to persist inline media to disk: ${m instanceof Error?m.message:String(m)}`}}let p={...r,filePath:d.filePath,mime:d.mime,bytes:d.bytes};return l==="urls"?p.urls=void 0:(p.content=Array.isArray(r.content)?[...r.content]:[{}],p.content[0]={...p.content[0]??{},text:`[inline media saved to ${d.filePath}]`}),p}function B_(e,t){let r=typeof t.transactionId=="string"?t.transactionId:typeof t.transaction_id=="string"?t.transaction_id:null;return r?`${e}-${r}`:e}xe();var ea=!1;async function Ku(e,t,r){try{return await t()}catch(n){if(!(n.message==="Invalid signature"||n.code==="ATTESTATION_KEY_DRIFT"||n.error_code==="ATTESTATION_KEY_DRIFT"||n.name==="AttestationDriftError")||!Ve())throw n;if(g.warn("attestation:key-mismatch",{action:"browser-recovery"}),r){if(ea)throw g.warn("attestation:browser-recovery-suppressed",{reason:"already-attempted-in-process"}),n;ea=!0,g.info("attestation:starting-browser-recovery");try{let i=await r();if(!i.success)throw g.error("attestation:browser-recovery-failed",{message:i.message}),n;let o=await vu();await e.registerAttestationKey(o),await e.setBiometricPreference({required:!0}),g.info("attestation:requirement-restored-after-recovery",{surface:"retry"}),g.info("attestation:key-reregistered-after-recovery");let a=await t();return ea=!1,a}catch(i){throw g.error("attestation:recovery-failure",{error:i.message}),n}}throw n}}function fn(e){return e?typeof e.hasAnyAttestationKey=="boolean"?e.hasAnyAttestationKey:typeof e.hasAttestationKey=="boolean"?e.hasAttestationKey:!0:!1}async function Gu(e,t){if(!Ve())return{ok:!1,code:"TOUCH_ID_UNAVAILABLE",message:"Touch ID is not available in this process. Run `visa-cli setup` from an interactive macOS terminal before enabling Touch ID."};if(!await wu())return{ok:!1,code:"LOCAL_ATTESTATION_KEY_MISSING",message:"No local attestation key found on this device. Run `visa-cli setup` before enabling Touch ID; otherwise payments and biometric off can require a key this device cannot produce."};let r=await e.getStatus(t);return fn(r)?{ok:!0,status:r}:{ok:!1,code:"SERVER_ATTESTATION_KEY_MISSING",message:"No server attestation key is registered for this account. Run `visa-cli setup` before enabling Touch ID."}}function j_(e){return new Promise(t=>setTimeout(t,e))}function Wu(e){if(typeof e=="number"&&Number.isFinite(e)&&e>0)return e*1e3;if(typeof e!="string"||e.trim()==="")return null;let t=Number(e);if(Number.isFinite(t)&&t>0)return t*1e3;let r=Date.parse(e);return Number.isFinite(r)?Math.max(r-Date.now(),0):null}function Yu(e){return!Number.isFinite(e)||e===null||e<=0?1e3:Math.min(Math.max(Math.ceil(e),1e3),3e4)}async function q_(e,t=Math.random()*250){let r=s=>Math.min(s+Math.max(0,Math.ceil(t)),3e4);if(!e||e.status!==429)return r(1e3);let n=Wu(e.headers?.get("Retry-After"));if(n!==null)return r(Yu(n));if(typeof e.json=="function")try{let s=await e.json();return r(Yu(Wu(s?.retryAfter)))}catch{return r(1e3)}return r(1e3)}async function ta(e,t){let r=await q_(e);return t?.(r),await j_(r),r}je();var zu="3.4.8-rc.2";function ra(e,t){return t?{kind:"env",var:e}:{kind:"default"}}function si(e,t,r){let n=process.env[e];if(n!==void 0)return{value:r==="opt-in"?n==="true":n!=="false",source:{kind:"env",var:e}};let s=Qr(t);return s!==void 0?{value:s,source:{kind:"settings"}}:{value:r!=="opt-in",source:{kind:"default"}}}function Ie(e){return e==null?"\u2014":e?"yes":"no"}function ii(e){return e==null?"\u2014":`$${e.toFixed(2)}`}function H_(e){return e==null?"\u2014":`$${(e/100).toFixed(2)}`}function V_(){let e=process.env.VISA_CREDIT_SESSION_CAP_CENTS;if(e!==void 0){let r=Number(e);if(Number.isFinite(r)&&r>=10&&r<=1e4)return{value:Math.floor(r),source:{kind:"env",var:"VISA_CREDIT_SESSION_CAP_CENTS"}}}let t=yo("credit.sessionCapCents");return t!==void 0&&t>=10&&t<=1e4?{value:Math.floor(t),source:{kind:"settings"}}:{value:ho,source:{kind:"default"}}}async function Xu(e){let t=null,r=null;try{t=await e.api.getStatus()}catch(y){r=y?.message||"unknown error"}let n=[],s=process.env.VISA_AUTH_URL,i=Ms("auth.serverUrl"),o=le(),a=s!==void 0&&s!==""?{kind:"env",var:"VISA_AUTH_URL"}:i!==void 0?{kind:"settings"}:{kind:"default"};n.push({key:"auth.serverUrl",value:o,formatted:o,source:a,hint:a.kind==="default"?"Persist with `visa-cli config set auth.serverUrl <url>` (or set VISA_AUTH_URL for one-off overrides).":void 0}),n.push({key:"account.enrolled",value:t?.enrolled??null,formatted:Ie(t?.enrolled),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),t?.githubUser&&n.push({key:"account.githubUser",value:t.githubUser,formatted:t.githubUser,source:{kind:"server"}}),t?.userId&&n.push({key:"account.userId",value:t.userId,formatted:t.userId,source:{kind:"server"},hint:"Opaque stable account id used for account-scoped local credentials."});let c=t?t.attestationRequired!==!1:void 0;n.push({key:"biometric.required",value:c,formatted:Ie(c),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"},hint:c===!1?"Touch ID prompts are suppressed. Re-enable with `visa-cli config biometric on`.":void 0}),n.push({key:"biometric.keyRegistered",value:t?.hasAttestationKey??null,formatted:Ie(t?.hasAttestationKey),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"biometric.deviceAvailable",value:Ve(),formatted:Ie(Ve()),source:{kind:"device"}});let u=t?.spendingControls,l=u?u.max_transaction_amount??u.maxTransactionAmount??null:null,d=u?u.daily_limit??u.dailyLimit??null:null;n.push({key:"spending.maxPerTxn",value:l,formatted:ii(l),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"spending.dailyLimit",value:d,formatted:ii(d),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"spending.dailySpent",value:t?.dailySpent??null,formatted:ii(t?.dailySpent),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"spending.dailyRemaining",value:t?.dailyRemaining??null,formatted:ii(t?.dailyRemaining),source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}}),n.push({key:"cards.count",value:t?.cardCount??null,formatted:t?.cardCount!=null?String(t.cardCount):"\u2014",source:t?{kind:"server"}:{kind:"unknown",reason:r||"offline"}});let p=t?.cards?.find(y=>y.isDefault)??t?.cards?.[0];p&&n.push({key:"cards.default",value:{brand:p.brand??null,last4:p.last4},formatted:`${p.brand||"card"} \u2022\u2022\u2022\u2022 ${p.last4}`,source:{kind:"server"}});let m=V_();n.push({key:"credit.sessionCapCents",value:m.value,formatted:H_(m.value),source:m.source});let f=Os();f.length>0&&n.push({key:"settings.retired",value:f.map(y=>y.key),formatted:f.map(y=>y.key).join(", "),source:{kind:"settings"},hint:`Ignored retired settings found. Remove with: ${f.map(y=>`visa-cli config unset ${y.key}`).join(" && ")}`});let _=si("VISA_SUPPRESS_BROWSER","ui.suppressBrowser","opt-in");n.push({key:"ui.suppressBrowser",value:_.value,formatted:Ie(_.value),source:_.source,hint:"Persist with `visa-cli config set ui.suppressBrowser true` to stop auto-opening result URLs."});let S=si("VISA_SUPPRESS_FEED","ui.suppressFeed","opt-in");n.push({key:"ui.suppressFeed",value:S.value,formatted:Ie(S.value),source:S.source});let I=As(),b;process.env.VISA_CLI_NO_UPDATE_CHECK?b={kind:"env",var:"VISA_CLI_NO_UPDATE_CHECK"}:process.env.CI?b={kind:"env",var:"CI"}:process.env.NODE_ENV==="test"?b={kind:"env",var:"NODE_ENV"}:b={kind:"default"},n.push({key:"ui.updateCheck",value:!I,formatted:Ie(!I),source:b});let P=si("VISA_META_TOOLS","tools.meta","opt-in");n.push({key:"tools.meta",value:P.value,formatted:Ie(P.value),source:P.source,hint:"Meta-tools are deprecated and off by default. Re-enable with `visa-cli config set tools.meta true`. Restart Claude Code for changes to take effect."});let M=si("VISA_DISCOVER_TOOLS","tools.discover","opt-out");n.push({key:"tools.discover",value:M.value,formatted:Ie(M.value),source:M.source});let q=process.env.VISA_DRY_RUN,B=$u();if(n.push({key:"tools.dryRun",value:B,formatted:Ie(B),source:q===void 0?{kind:"default"}:{kind:"env",var:"VISA_DRY_RUN"},hint:"VISA_DRY_RUN=true|1|mock returns deterministic paid-tool fixtures (no card, no upstream). VISA_DRY_RUN=preflight makes a real zero-cost OpenRouter call for LLM tools (image/video still mocked)."}),n.push({key:"client.version",value:zu,formatted:zu,source:{kind:"default"}}),e.includeDev){let y=process.env.VISA_MOCK_KEYCHAIN,w=Ht();n.push({key:"dev.mockKeychain",value:w,formatted:Ie(w),source:ra("VISA_MOCK_KEYCHAIN",!!y),hint:Fo()});let V=process.env.VISA_MOCK_TOUCHID,ee=Gn();n.push({key:"dev.mockTouchid",value:ee,formatted:Ie(ee),source:ra("VISA_MOCK_TOUCHID",!!V),hint:Fo()});let H=process.env.VISA_CLI_DEBUG;n.push({key:"dev.debug",value:!!H,formatted:Ie(!!H),source:ra("VISA_CLI_DEBUG",!!H)})}return{entries:n,statusError:r}}function Zu(e){if(e<=0)return null;let t=(e/100).toFixed(2);return{_credits_prompt:{message:`You've got $${t} in free credits \u2014 enough for about ${Math.floor(e/6)} images. Try something now, or save them for later.`,balanceUsd:t,examples:[{tool:"generate_image",cost:"$0.06",what:"an AI image"},{tool:"run_llm",cost:"token-priced",what:"a quick model call"},{tool:"generate_music",cost:"$0.02",what:"a music track"}]}}}je();xe();var Wt=require("fs"),Qu=require("os"),na=require("path"),K_=(0,na.join)((0,Qu.homedir)(),".visa-mcp"),Ju=(0,na.join)(K_,"mcp-session-budget.json");function oi(){try{(0,Wt.existsSync)(Ju)&&(0,Wt.unlinkSync)(Ju)}catch{}}var ia=require("crypto"),Ge=U(Kn()),Or=null,Pe=0,zt=0,Ae=0,Yt=null,oa=null,aa=null,Mr=Promise.resolve();function G_(e){return Number((0,Ge.fromCents)(e))}function td(e){return(0,Ge.toCents)((0,Ge.micros)(BigInt(e)))}function ed(e){return(0,Ge.toWire)((0,Ge.fromCents)(e))}function sa(e){return typeof e=="number"&&Number.isSafeInteger(e)&&e>=0}function ai(e){return typeof e=="string"&&/^\d+$/.test(e)}var W_=43,Y_=new RegExp(`^[A-Za-z0-9_-]{${W_}}$`);function z_(e){return typeof e=="string"&&Y_.test(e)}function X_(e){return!(e.status!=="accepted"||typeof e.session_id!="string"||e.session_id.length===0||Or&&e.session_id!==Or||typeof e.nonce!="string"||e.nonce.length===0||!z_(e.server_signature)||!sa(e.cumulative)||!sa(e.remaining)||!sa(e.delta)||e.cumulative<Pe||Ae>0&&e.cumulative>Ae||Ae>0&&e.remaining>Ae||e.cumulative_micros!==void 0&&!ai(e.cumulative_micros)||e.remaining_micros!==void 0&&!ai(e.remaining_micros)||e.delta_micros!==void 0&&!ai(e.delta_micros)||e.reserved_micros!==void 0&&!ai(e.reserved_micros))}function Et(e){Or=e,Pe=0,zt=0,Ae=0,Yt=null,oa=null,aa=null,Mr=Promise.resolve()}function Zn(e){Ae=Math.max(0,Math.floor(e))}function ca(){return Or}function la(e){if(!Or)return null;let t=Pe+zt;return Ae>0&&t>Ae&&(t=Ae),{session_budget_id:Or,cumulative_micros:G_(t),nonce:(0,ia.randomUUID)(),idempotency_key:e||(0,ia.randomUUID)()}}function Jn(e){if(!e)return null;let t;try{t=Buffer.from(e,"base64").toString("utf-8")}catch{return null}let r;try{r=JSON.parse(t)}catch{return null}if(!r||typeof r!="object")return null;let n=r;return X_(n)?(Pe=Math.max(Pe,n.cumulative),zt=0,Yt=n,n):null}function rd(){return Yt}function ua(e){let t=td(e.cumulative_micros);Pe=Math.max(Pe,t),zt=0;let r={status:"accepted",session_id:e.session_budget_id,cumulative:Pe,remaining:Math.max(0,Ae-Pe),delta:0,cumulative_micros:ed(Pe),remaining_micros:ed(Math.max(0,Ae-Pe)),delta_micros:"0",nonce:e.nonce};return Yt=r,r}function Qn(e){if(!e||typeof e!="object")return;let t=e.cumulative_micros;if(typeof t!="string"||!/^\d+$/.test(t))return;let r;try{r=BigInt(t)}catch{return}if(r<0n)return;let n=(0,Ge.toCents)((0,Ge.micros)(r));if(!Number.isFinite(n)||n<0)return;oa=t;let s=e,i=typeof s.session_id=="string"?s.session_id:Or??"";Yt?(typeof s.remaining_micros=="string"&&/^\d+$/.test(s.remaining_micros)&&(Yt.remaining_micros=s.remaining_micros),typeof s.charged_micros=="string"&&/^\d+$/.test(s.charged_micros)&&(Yt.delta_micros=s.charged_micros)):Yt={session_id:i,cumulative:n,remaining:0,delta:0,nonce:typeof s.transaction_id=="string"?s.transaction_id:"",remaining_micros:typeof s.remaining_micros=="string"&&/^\d+$/.test(s.remaining_micros)?s.remaining_micros:void 0,delta_micros:typeof s.charged_micros=="string"&&/^\d+$/.test(s.charged_micros)?s.charged_micros:void 0}}function nd(e){let t=e.receipt??null;aa={toolName:e.toolName,resolvedToolId:e.resolvedToolId,estimatedAmountCents:Math.max(0,Math.ceil(e.estimatedAmountCents)),voucherCumulativeCents:td(e.voucher.cumulative_micros),estimatedCumulativeCents:ci(),receiptDeltaCents:typeof t?.delta=="number"?t.delta:null,receiptCumulativeCents:typeof t?.cumulative=="number"?t.cumulative:null,receiptRemainingCents:typeof t?.remaining=="number"?t.remaining:null,receiptDeltaMicros:typeof t?.delta_micros=="string"?t.delta_micros:null,receiptCumulativeMicros:typeof t?.cumulative_micros=="string"?t.cumulative_micros:null,receiptRemainingMicros:typeof t?.remaining_micros=="string"?t.remaining_micros:null,recordedAt:new Date().toISOString()}}function sd(){return aa}function id(){return Pe}function od(){return oa}function ci(){let e=Pe+zt;return Ae>0&&e>Ae&&(e=Ae),e}function da(e){if(!Number.isFinite(e)||e<=0)return Promise.resolve();let t=Math.ceil(e);return Mr=Mr.then(()=>{zt+=t}),Mr}function es(e){if(!Number.isFinite(e)||e<=0)return Promise.resolve();let t=Math.ceil(e);return Mr=Mr.then(()=>{zt=Math.max(0,zt-t)}),Mr}var Z_=10,J_=1,te=null,ad=Promise.resolve();function fa(e){let t=ad.catch(()=>{}).then(e);return ad=t.then(()=>{},()=>{}),t}var ie=class extends Error{balanceCents;minRequiredCents;constructor(t,r){super(`Prepaid balance is $${(t/100).toFixed(2)}; at least $${(r/100).toFixed(2)} required to open a credit session. Top up via the buy_credits tool first.`),this.name="InsufficientBalanceError"}};async function pa(e,t,r){return fa(()=>cd(e,t,r))}async function cd(e,t,r){if(oi(),te&&new Date(te.expiresAt).getTime()>Date.now())return ca()!==te.budgetId&&(Et(te.budgetId),Zn(te.totalCents)),g.info("mcp-session:active-hit",{budgetId:te.budgetId,tool:r.toolName,remainingEstimatedCents:te.totalCents-ci()}),{budgetId:te.budgetId,isFresh:!1,totalCents:te.totalCents,requestedCapCents:te.totalCents,appliedCapCents:te.totalCents,clampedReason:null};te&&(te=null,Et(null));let n=await e.getBalance();if(!n.success)throw new Error(`Could not read balance: ${n.error||"unknown error"}`);let s=r.sessionKind??"explicit",i=s==="one_shot"?J_:Z_,o=Math.max(i,Math.ceil(r.minRequiredCents??i));if(n.balanceCents<o)throw new ie(n.balanceCents,o);let a=r.capCentsOverride??il(),c=Math.min(a,n.balanceCents),u=c<a?"balance":null,l=await t("session_create",c,"Visa CLI Session",`open credit-model session with $${(c/100).toFixed(2)} cap`,r.userContext),d=await e.createSessionBudget({total_cents:c,session_kind:s,...l?{attestation:l}:{}});if(!d.success||!d.budget){let m=d.error||"unknown error";throw new Error(`Failed to open credit session: ${m}`)}let p={budgetId:d.budget.id,expiresAt:d.budget.expiresAt,totalCents:d.budget.totalCents,createdAt:d.budget.createdAt};return te=p,Et(p.budgetId),Zn(p.totalCents),g.info("mcp-session:opened",{budgetId:p.budgetId,capCents:p.totalCents,requestedCapCents:a,clampedReason:u,sessionKind:s,expiresAt:p.expiresAt,tool:r.toolName}),{budgetId:p.budgetId,isFresh:!0,totalCents:p.totalCents,requestedCapCents:a,appliedCapCents:p.totalCents,clampedReason:u}}async function ld(e,t,r){return fa(async()=>{let s=Xt()?await ud(e):null,i=await cd(e,t,r);return{budgetId:i.budgetId,totalCents:i.totalCents,closedPrevious:s,requestedCapCents:i.requestedCapCents,appliedCapCents:i.appliedCapCents,clampedReason:i.clampedReason}})}async function ud(e){let r=Xt()?.budgetId??ca(),n=!1,s,i;if(r)try{let o=await e.closeSession(r);n=!!o?.success,typeof o?.finalCumulativeCents=="number"&&(s=o.finalCumulativeCents),typeof o?.finalCumulativeMicros=="string"&&(i=o.finalCumulativeMicros)}catch(o){g.warn("mcp-session:close-server-failed",{budgetId:r,error:o?.message||String(o)})}return oi(),te=null,Et(null),{closedServerSide:n,budgetId:r,finalCumulativeCents:s,finalCumulativeMicros:i}}async function li(e){return fa(()=>ud(e))}function Xt(){return oi(),te?new Date(te.expiresAt).getTime()<=Date.now()?(te=null,Et(null),null):{budgetId:te.budgetId,totalCents:te.totalCents,lastReceiptCumulative:id(),lastReceiptCumulativeMicros:rd()?.cumulative_micros??null,ledgerReceiptCumulativeMicros:od(),estimatedCumulative:ci(),lastToolSpend:sd(),expiresAt:te.expiresAt}:null}var fd=U(Kn()),dd=10000n;function Q_(e){return e<=0n?0:Number((e+dd-1n)/dd)}function pd(e){return Q_((0,fd.fromUsd)(e))}var ui=U(Kn()),eb=/^(?:0|[1-9]\d*)(?:\.\d{1,2})?$/;function md(e){if(typeof e!="string"||!eb.test(e))return{ok:!1,error:"amount must be a USD amount with at most two decimal places"};let[t,r=""]=e.split("."),n=BigInt(t)*100n+BigInt(r.padEnd(2,"0"));if(n>BigInt(Number.MAX_SAFE_INTEGER))return{ok:!1,error:"amount is too large"};let s=Number(n);return s<=0?{ok:!1,error:"amount must be greater than $0.00"}:{ok:!0,cents:s,displayUsd:(0,ui.toDisplay)((0,ui.fromCents)(s),{symbol:""})}}var gd="Buying credits requires local biometric attestation from a Touch ID-capable Mac or a Windows Hello-capable PC running the Visa CLI. This device cannot create the required attestation, so no card charge was attempted. Credits are account-level, so you can top up this account from any interactive biometric-capable CLI, then use the balance from this remote server.",hd="Tell the user that buying credits requires a local CLI/MCP process with Touch ID (Mac) or Windows Hello (PC) today. Credits are account-level: suggest topping up the same account from any interactive biometric-capable CLI, then continuing on this remote server. Do not retry buy_credits from this process; it cannot produce the required card-charge attestation.";je();var Cp=Promise.resolve();function aw(e,t){if(e)try{let r=(0,Gi.fromWire)(e),n=r%10000n===0n?2:6;return(0,Gi.toDisplay)(r,{decimals:n})}catch{}return`$${(t/100).toFixed(2)}`}var Rp=!1,Ip=!1,Pp=!1;function Yi(e){let t=Cp.catch(()=>{}).then(e);return Cp=t.then(()=>{},()=>{}),t}async function qp(e){let t=await ae(()=>pa(C,De,{toolName:e.toolId,userContext:e.userContext}));await da(e.estimatedAmountCents);let r=la(e.idempotencyKey);if(!r)throw await es(e.estimatedAmountCents),new Error(`Internal: failed to mint voucher for active session ${t.budgetId}`);let n=await gw(),s,i,o=async()=>C.shortcutWithSession(e.toolId,r,e.toolParams,e.timeoutMs,e.userContext,e.metaTool);try{try{({data:s,voucherReceiptHeader:i}=await o())}catch(l){if(l instanceof gt){let d=Math.min(Math.max(l.retryAfterSecs,0),5)*1e3;g.warn("mcp-session:lock-contended-retrying",{tool:e.toolId,retryAfterSecs:l.retryAfterSecs}),await new Promise(p=>setTimeout(p,d)),{data:s,voucherReceiptHeader:i}=await o()}else throw l}}catch(l){if(await es(e.estimatedAmountCents),l instanceof Xr){if(g.warn("mcp-session:server-invalidated-budget",{code:l.code,budgetId:l.budgetId??t.budgetId,tool:e.toolId}),await li(C),process.env.VISA_REQUIRE_EXPLICIT_SESSION==="true")throw new Error(`Your session was closed by another process (${l.code}). Restart MCP or run start_session again.`);return Pp||(Pp=!0,console.error(`[visa-cli] Your session was closed by another process; reopened automatically as pay-as-you-go.
18
+ To require an explicit session approval instead, set VISA_REQUIRE_EXPLICIT_SESSION=true.`)),g.info("mcp-session:falling-back-to-payg",{code:l.code,tool:e.toolId}),Hp(e)}throw l instanceof gt?(g.warn("mcp-session:lock-contended-give-up",{tool:e.toolId}),new Error("Another paid call is currently in progress on this session. Wait a moment and try again.")):l}let a=Jn(i)??(r?ua(r):null);if(Qn(s?.receipt_v2),nd({toolName:e.metaTool??e.toolId,resolvedToolId:e.toolId,estimatedAmountCents:e.estimatedAmountCents,voucher:r,receipt:a}),Ec(s))return ot(s);let c=await Tc();if(e.idempotencyKey&&kc(s,c,e.idempotencyKey))return ot(s);let u=c?fs(c):null;return ot(Ac(s,n,u))}function $e(e){return{success:!1,error:e.message,error_code:"INSUFFICIENT_BALANCE",balanceCents:e.balanceCents,suggestedTool:"buy_credits"}}function Hi(e){if(e===null||typeof e!="object"){let r=JSON.stringify(e);return r===void 0?String(e):r}return Array.isArray(e)?`[${e.map(Hi).join(",")}]`:`{${Object.entries(e).sort(([r],[n])=>r.localeCompare(n)).map(([r,n])=>`${JSON.stringify(r)}:${Hi(n)}`).join(",")}}`}function xc(e,t,r,n){let s=oe.createHash("sha256").update(`${r}:${Hi(n)}`).digest("hex").slice(0,24);return`batch:${e}:${t}:${s}`}function cw(e,t){return`${e}:${t}`}function lw(e){if(e==null)return;let t=String(e);if(t.length!==0)return t.startsWith("ledger_")?t:/^\d+$/.test(t)?`ledger_${t}`:t}function Vi(e,t,r){let n=r?.amountMicros??r?.amount_micros??r?.charged_micros??r?.receipt_v2?.charged_micros??r?.receipt_v2?.actual_micros,s=Ye(n),i=s!==null?s.toString():void 0,o=r?.transaction_id??r?.transactionId??r?.receipt_v2?.transaction_id,a=lw(r?.ledger_id??r?.ledgerId??r?.receipt_v2?.ledger_id),c=o!=null?String(o):a;return{batch_id:e,item_id:cw(e,t),index:t,...c!==void 0?{transaction_id:c}:{},...a!==void 0?{ledger_id:a}:{},...i?{amountMicros:i,amount_micros:i,cost_micros:i}:{}}}async function Hp(e){return ae(()=>dw(e))}async function Vp(e,t,r){if(Ec(e))return ot(e);let n=await Tc();if(r&&kc(e,n,r))return ot(e);let s=n?fs(n):null;return ot(Ac(e,t,s))}async function uw(e){let t=e.cap,r=`spend up to $${(e.estimatedAmountCents/100).toFixed(2)} on ${e.toolId} (call cap $${(t/100).toFixed(2)})`,n=await De("shortcut_call",t,e.toolId,r,e.userContext);g.info("parentless-single-call:attempt",{tool:e.toolId,approvedMaxCents:t,attested:!!n});let s=n?.nonce??(await C.getAttestationChallenge()).nonce,{data:i,voucherReceiptHeader:o}=await C.shortcutParentless(e.toolId,{...n?{attestation:n}:{},nonce:s,approved_max_cents:t,idempotency_key:e.idempotencyKey},e.toolParams,e.timeoutMs,e.userContext,e.metaTool);return Jn(o),Qn(i?.receipt_v2),g.info("parentless-single-call:completed",{tool:e.toolId}),Vp(i,e.beforeBalanceMicros,e.idempotencyKey)}async function dw(e){let t=Math.max(1,Math.ceil(e.estimatedAmountCents)),r=await C.getBalance();if(!r.success)throw new Error(`Could not read balance: ${r.error||"unknown error"}`);if(r.balanceCents<t)throw new ie(r.balanceCents,t);let n=t,s=fs(r);if(Fu()&&!Rp){let l=e.idempotencyKey??oe.randomUUID();try{return await uw({toolId:e.toolId,toolParams:e.toolParams,estimatedAmountCents:e.estimatedAmountCents,cap:n,beforeBalanceMicros:s,userContext:e.userContext,metaTool:e.metaTool,timeoutMs:e.timeoutMs,idempotencyKey:l})}catch(d){if(d instanceof Je)Rp=!0,g.info("parentless-single-call:falling-back-to-session",{tool:e.toolId,status:d.status,serverErrorCode:d.serverErrorCode});else throw d}}let i=`spend up to $${(e.estimatedAmountCents/100).toFixed(2)} on ${e.toolId} (session cap $${(n/100).toFixed(2)})`,o=await De("session_create",n,"Visa CLI Session",i,e.userContext),a=await C.createSessionBudget({total_cents:n,session_kind:"one_shot",...o?{attestation:o}:{}});if(!a.success||!a.budget)throw new Error(`Failed to open on-demand session: ${a.error||"unknown error"}`);let c=a.budget.id;Et(c),Zn(a.budget.totalCents),g.info("on-demand-session:opened",{budgetId:c,capCents:a.budget.totalCents,tool:e.toolId});let u=!1;try{await da(e.estimatedAmountCents);let l=la(e.idempotencyKey);if(!l)throw await es(e.estimatedAmountCents),new Error(`Internal: mintVoucher returned null after on-demand session-open ${c}`);let{data:d,voucherReceiptHeader:p}=await C.shortcutWithSession(e.toolId,l,e.toolParams,e.timeoutMs,e.userContext,e.metaTool);if(Jn(p)||ua(l),u=!0,Qn(d?.receipt_v2),Ec(d))return ot(d);let m=await Tc();if(e.idempotencyKey&&kc(d,m,e.idempotencyKey))return ot(d);let f=m?fs(m):null;return ot(Ac(d,s,f))}catch(l){throw u||await es(e.estimatedAmountCents),l}finally{try{await C.closeSession(c)}catch(l){g.warn("on-demand-session:close-failed",{budgetId:c,error:l?.message||String(l)})}Et(null),g.info("on-demand-session:closed",{budgetId:c,tool:e.toolId})}}async function lr(e){return Yi(async()=>Xt()?qp(e):Hp(e))}function zi(){return le()}var C=new Ns(()=>Re.getSessionToken());function Ye(e){if(typeof e!="string"||!/^-?\d+$/.test(e))return null;try{return BigInt(e)}catch{return null}}function fs(e){return Ye(e.balanceMicros)??BigInt(e.balanceCents)*10000n}function fw(e){if(e<0n&&(e=0n),e>=1000000n){let n=(e+5000n)/10000n,s=n/100n,i=n%100n;return`$${s.toString()}.${i.toString().padStart(2,"0")}`}let t=e%1000000n;return t===0n?"$0.00":`$0.${t.toString().padStart(6,"0").replace(/0+$/,"")}`}function pw(e){let t=Ye(e.ledgerReceiptCumulativeMicros);if(t!==null)return{micros:t,source:"ledgerReceiptCumulativeMicros"};let r=Ye(e.lastReceiptCumulativeMicros);if(r!==null)return{micros:r,source:"lastReceiptCumulativeMicros"};let n=Ye(e.lastToolSpend?.receiptCumulativeMicros);return n!==null?{micros:n,source:"lastToolSpend.receiptCumulativeMicros"}:{micros:BigInt(Math.max(0,e.estimatedCumulative))*10000n,source:"estimatedCumulativeCents"}}function ds(e,t="INVALID_TOOL_PARAMS",r){return{success:!1,error_code:t,code:t,error:e,message:e,...r??{}}}function mw(e){return{success:!1,error_code:"TOOL_EXECUTION_FAILED",code:"TOOL_EXECUTION_FAILED",error:e.message||"Tool execution failed.",message:e.message||"Tool execution failed.",tool_id:e.toolId,surface:e.surface,merchantName:e.merchantName,amount:e.amount,payment_finalized:!1,charged:!1}}async function gw(){try{let e=await C.getBalance();return e.success?fs(e):null}catch{return null}}async function Tc(){try{let e=await C.getBalance();return e.success?e:null}catch{return null}}function Ec(e){if(!e||e.success===!1)return!1;let t=Ye(e.receipt_v2?.charged_micros??e.receipt_v2?.actual_micros),r=Ye(e.amountMicros??e.amount_micros??e.charged_micros),n=t??r;if(n===null||n<=0n)return!1;let s=n.toString();return e.amountMicros??=s,e.amount_micros??=s,e.charged_micros??=s,(typeof e.amount!="number"||e.amount<=0)&&(e.amount=Number(n)/1e6),!0}function kc(e,t,r){if(!e||e.success===!1||!t||!Array.isArray(t.ledger))return!1;let n=t.ledger.find(a=>a.idempotencyKey===r);if(!n)return!1;let s=Ye(n.deltaMicros)??BigInt(n.deltaCents)*10000n,i=s<0n?-s:s;if(i<=0n)return!1;let o=i.toString();return e.amountMicros??=o,e.amount_micros??=o,e.charged_micros??=o,(typeof e.amount!="number"||e.amount<=0)&&(e.amount=Number(i)/1e6),!0}function Ac(e,t,r){if(!e||e.success===!1||t===null||r===null)return e;let n=t-r;if(n<=0n)return e;let s=n.toString();return e.amountMicros??=s,e.amount_micros??=s,(typeof e.amount!="number"||e.amount<=0)&&(e.amount=Number(n)/1e6),e}var hw="3.4.8-rc.2",Gk=["","","You're ready to go! Try:","","Core:",'\u2022 "Show my account status" \u2192 get_status','\u2022 "List my enrolled cards" \u2192 get_cards','\u2022 "Show my paid tool use history" \u2192 transaction_history','\u2022 "Set my daily top-up limit to $50" \u2192 update_spending_controls','\u2022 "Generate 3 variations in parallel" \u2192 batch',"","Tool catalog:",'\u2022 "Find an image upscaler" \u2192 discover_tools','\u2022 "Generate an image of a sunset over Tokyo" \u2192 discover_tools \u2192 execute_tool','\u2022 "Make a 4-second video of a penguin juggling" \u2192 discover_tools \u2192 execute_tool','\u2022 "Make a song about coding late at night" \u2192 discover_tools \u2192 execute_tool','\u2022 "Run a reasoning model on this prompt" \u2192 discover_tools \u2192 execute_tool','\u2022 "Run fal-aura-sr on this URL" \u2192 execute_tool'].join(`
19
19
  `);function Xe(e){if(!e||typeof e!="string")return{opened:!1,blockedReason:"invalid_url"};let t=ei(e);if(!t)return{opened:!1,blockedReason:"invalid_url"};if(rl())return{opened:!1,url:t,blockedReason:"suppressed"};let r=Nu();if(r.headless)return g.info(`Browser auto-open skipped (${r.reason}). URL: ${t}`),{opened:!1,url:t,blockedReason:"headless"};let n=Lu(t,zi());if(!n)return g.info(`Browser auto-open skipped (non-internal host). URL: ${t}`),{opened:!1,url:t,blockedReason:"non_internal_host"};let s=Uu(n);return s?((0,jp.execFile)(s.cmd,s.args,i=>{i&&g.warn(`Browser open failed: ${i.message}. URL: ${n}`)}),{opened:!0,url:n}):(g.info(`No browser command for platform "${ms.platform()}". URL: ${n}`),{opened:!1,url:n,blockedReason:"unsupported_platform"})}async function ae(e){return Ku(C,e,Qp)}var Kp="get_cards",Gp="set_default_card";function yw(e,t=60){return`The processor returned a transient decline (code ${e??"unknown"}). This is not a permanent failure \u2014 it usually clears within ~${t} seconds and is most often triggered by rapid successive charges on the same card. Tell the user the call was temporarily declined and that you will retry shortly, then wait at least ${t} seconds before retrying the SAME call exactly once. Do not retry more than once. Do not assume the user has run out of funds. IMPORTANT: If the retry also fails, do NOT retry again \u2014 instead tell the user their default card may be temporarily locked by the processor and suggest switching to a different card. They can run '${Kp}' to see enrolled cards and '${Gp}' to switch, then retry the original request.`}function _w(e,t){return`The processor returned a non-retryable decline (code ${e??"unknown"}). Stop the current task and tell the user their card was declined for ${t||"the merchant"}. Suggest they check their card status or available balance. If they want to try a different default card, they can run '${Kp}' to see enrolled cards and '${Gp}' to switch. Do not retry automatically.`}function Ze(e,t){let r=e.retryable?yw(e.code,e.retryAfter):_w(e.code,t.merchantName);return{success:!1,declined:!0,retryable:e.retryable,code:e.code,reason:e.reason,payment_error_class:e.paymentErrorClass,correlation_id:e.correlationId,transactionId:e.transactionId,retryAfter:e.retryAfter,merchantName:t.merchantName,amount:t.amount,message:e.message,agent_guidance:r}}function bw(e){return{success:!1,error:e.message,error_code:e.code,transactionId:e.transactionId,reconciliation_required:e.reconciliationRequired,retryable:e.retryable,agent_guidance:"The top-up charge outcome is ambiguous. Tell the user not to retry with a new idempotency key or start another top-up. They should check transaction_history in a few minutes or contact support with the transactionId."}}var En=null,vw=3e4;function Wp(){En=null}var cr=class extends Error{constructor(r){super(`${Ki()} attestation is required for this action, but it is not available in this MCP process. `+Cc());this.context=r;this.name="AttestationUnavailableError"}context;code="BIOMETRIC_UNAVAILABLE"};function Xi(e,t){return{success:!1,error:e.code,message:e.message,action:t,agent_guidance:`Biometric attestation is required for ${t}, but this MCP process cannot create a local attestation. `+Cc()+" Do not retry this MCP tool until the user has completed the interactive step or changed their biometric policy."}}function ww(){return{success:!1,error:"BIOMETRIC_UNAVAILABLE",error_code:"BIOMETRIC_UNAVAILABLE",action:"buy_credits",message:gd,agent_guidance:hd}}function Ki(){return process.platform==="darwin"?"Touch ID":"local biometric"}function Cc(){return process.platform==="darwin"?"Run the action from an interactive terminal with Touch ID access, or call auth_recovery to re-sync a drifted local attestation key, or use reset with confirm:true to clear stale server biometric state through GitHub re-authentication.":"This platform cannot create Visa CLI Touch ID attestations. Call auth_recovery to re-sync a drifted local attestation key, or use reset with confirm:true to clear stale server biometric state through GitHub re-authentication."}async function Sw(e){let t=Date.now();if(En&&En.expiresAt>t)return{required:En.required,hasRegisteredKey:En.hasRegisteredKey};try{let r=await C.getStatus(e),n=fn(r),s=r.attestationRequired!==!1;return En={required:s,hasRegisteredKey:n,expiresAt:t+vw},{required:s,hasRegisteredKey:n}}catch{return{required:!0,hasRegisteredKey:!0}}}async function De(e,t,r,n,s,i){if(!i?.forceRequired){let o=await Sw(s);if(!o.required){g.info("attestation:skipped-by-server-policy",{context:e});return}if(!o.hasRegisteredKey){g.info("attestation:skipped-no-registered-key",{context:e});return}}if(!Ve())throw g.warn("attestation:unavailable",{context:e}),new cr(e);g.info("attestation:attempt",{context:e,amount:t,merchant:r});try{let{nonce:o}=await C.getAttestationChallenge(),a=Buffer.from(JSON.stringify({nonce:o,amount:t,merchant:r,context:e})).toString("base64");g.info("touchid:prompt",{context:e,amount:t,merchant:r});let c=await Su(a,n);return g.info("attestation:success",{context:e,amount:t,merchant:r}),{signature:c,nonce:o,amount:t,merchant:r}}catch(o){throw/cancel|dismiss/i.test(o.message??"")?(g.warn("attestation:cancelled",{context:e,merchant:r}),new Error("Touch ID was cancelled or dismissed. For automated environments (CI, scripts, MCP hooks without user present), run `visa-cli config biometric off` to enable paid calls without Touch ID.")):(g.error("attestation:failure",{context:e,amount:t,merchant:r,error:o.message}),o)}}var Mp="[dry-run] https://placeholder.visa-cli.dev/image.png",xw=new Set(["generate_image_card","generate_image_fast_card","generate_image_schnell_card","generate_image_recraft_card","generate_image_ideogram_card","edit_image_seed_card","fal-flux-pro-ultra","fal-flux-pro","fal-flux-dev","fal-flux-schnell","fal-ideogram-v2","fal-ideogram-v2-turbo","fal-recraft-v3","fal-fast-sdxl"]),Tw=new Set(["generate_video_tempo_card","generate_video_kling_card","generate_video_wan_card","generate_video_minimax_card","fal-kling-video","fal-wan-video","fal-kling-i2v","fal-minimax-video"]);function Ew(e,t){return t==="run_llm"||e.startsWith("or-")?"llm":t==="generate_image"||xw.has(e)?"image":t==="generate_video"||Tw.has(e)?"video":kw(e)?"media":null}function kw(e){let t=Rr(e);return t?!Zi(t):!1}function Aw(e){return(typeof e.prompt=="string"?e.prompt:"").slice(0,100)}function Cw(e){return e==="llm"?"OpenRouter":"fal.ai"}function kn(e,t,r,n){let s={success:!0,transactionId:`dry-run:${n??t}`,amount:0,rail:"dry_run",merchantName:Cw(e),dry_run:!0,metadata:{dry_run:!0}};if(e==="llm"){let o=`[dry-run] echo: ${Aw(r)}`;return{...s,content:o,data:{content:o,model:t,dry_run:!0}}}return{...s,urls:[Mp],data:{[e==="video"?"videoUrl":e==="image"?"imageUrl":"url"]:Mp,metadata:{dry_run:!0}}}}async function vc(e){let t=e.mode??"mock",r=t==="preflight"?"/v1/telemetry/preflight":"/v1/telemetry/dry-run",n=t==="preflight"?"preflight":null;try{await C.emitTelemetry([{id:oe.randomUUID(),timestamp:new Date().toISOString(),tool_name:e.toolName,user_prompt:e.userContext??"",tool_params:JSON.stringify(e.toolParams),result_success:!0,result_error:null,result_json:JSON.stringify(e.result),payment_rail:n,payment_amount:0,payment_currency:"USD",merchant_name:e.result.merchantName,transaction_id:e.result.transactionId,tx_hash:null,protocol:null,http_status:200,duration_ms:Math.max(0,Date.now()-e.startedAt),source:"cli",event_kind:"mcp_tool",endpoint:r,resolved_model:e.resolvedModel,session_budget_id:null}])}catch(s){g.warn("dry_run:telemetry_failed",{tool:e.toolName,error:s?.message||String(s),mode:t})}}var Rw="https://openrouter.ai/api/v1/chat/completions",Iw="openrouter/free",Pw=50,Mw=15e3;function Ow(e){let t=[e.prompt,e.user_prompt,e.input,e.text];for(let r of t)if(typeof r=="string"&&r.trim().length>0)return r;return"preflight"}async function Nw(e,t,r){let n=process.env.OPENROUTER_API_KEY;if(!n)return g.warn("preflight:no_openrouter_key_falling_back_to_mock",{tool:e}),{result:kn("llm",e,t,r),degraded:!0,resolvedModel:null};let s=Ow(t),i;try{i=await we(Rw,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json","HTTP-Referer":"https://visacli.sh/preflight","X-Title":"Visa CLI Preflight"},body:JSON.stringify({model:Iw,messages:[{role:"user",content:s}],max_tokens:Pw}),timeoutMs:Mw})}catch(l){return g.warn("preflight:openrouter_network_error_falling_back_to_mock",{tool:e,error:l?.message||String(l)}),{result:kn("llm",e,t,r),degraded:!0,resolvedModel:null}}if(!i.ok){let l=await i.text().catch(()=>"");return g.warn("preflight:openrouter_http_error_falling_back_to_mock",{tool:e,status:i.status,bodyExcerpt:l.slice(0,200)}),{result:kn("llm",e,t,r),degraded:!0,resolvedModel:null}}let o;try{o=await i.json()}catch(l){return g.warn("preflight:openrouter_invalid_json_falling_back_to_mock",{tool:e,error:l?.message||String(l)}),{result:kn("llm",e,t,r),degraded:!0,resolvedModel:null}}let a=typeof o?.choices?.[0]?.message?.content=="string"?o.choices[0].message.content:"",c=typeof o?.model=="string"?o.model:null;return{result:{success:!0,transactionId:`preflight:${r??e}`,amount:0,rail:"preflight",merchantName:"OpenRouter",dry_run:!0,preflight:!0,metadata:{dry_run:!0,preflight:!0,model_used:c},content:a,data:{content:a,model:c??e,dry_run:!0,preflight:!0}},degraded:!1,resolvedModel:c}}async function gs(e,t,r,n){let s=Zo();if(!s)return null;let i=Ew(e,n);if(!i)return null;let o=Date.now();if(s==="mock"){let u=kn(i,e,t,n);return await vc({toolName:n??e,resolvedModel:n&&n!==e?e:null,toolParams:t,result:u,userContext:r,startedAt:o,mode:"mock"}),g.info("dry_run:payment_intercepted",{tool:e,metaTool:n,kind:i,mode:s}),u}if(i!=="llm"){g.warn("preflight:not_supported_for_kind_falling_back_to_mock",{tool:e,kind:i});let u=kn(i,e,t,n);return await vc({toolName:n??e,resolvedModel:n&&n!==e?e:null,toolParams:t,result:u,userContext:r,startedAt:o,mode:"preflight"}),u}let{result:a,resolvedModel:c}=await Nw(e,t,n);return await vc({toolName:n??e,resolvedModel:c??(n&&n!==e?e:null),toolParams:t,result:a,userContext:r,startedAt:o,mode:"preflight"}),g.info("dry_run:payment_intercepted",{tool:e,metaTool:n,kind:i,mode:s}),a}async function Ot(e,t,r,n){let s=await C.paymentPreview({tool:e,url:t,...n&&Object.keys(n).length>0?{params:n}:{}},r);if(!s||!s.merchantName||s.amount===void 0||s.amount===null||s.amount<0)throw new Error("Could not determine payment amount and merchant. Try again.");if(!Number.isFinite(s.amount)||s.amount<0||s.amount>999999)throw new Error(`Invalid payment amount: ${s.amount}. Payment rejected for safety.`);return s}function Nt(e){return pd(e.amount)}function Lw(e,t,r){return r.has(e.resolvedTool)?0:Math.max(1,Nt(t[e.resolvedTool]))}function Uw(){return Wi.join(ms.homedir(),".visa-mcp","allium-results")}var Wk=16*1024,Yk=50*1024*1024;function $w(){let e=Uw();try{if(!ze.existsSync(e))return{file_count:0,size_bytes:0,path:e};let t=ze.readdirSync(e),r=0,n=0;for(let s of t)try{let i=ze.statSync(Wi.join(e,s));i.isFile()&&(r+=i.size,n++)}catch{}return{file_count:n,size_bytes:r,path:e}}catch(t){return g.warn("allium:disk_usage_error",{error:t.message}),{file_count:0,size_bytes:0,path:e}}}var Op=3600*1e3,wc=0;function Dw(e){let t=e instanceof Error?e.message:String(e);return/Unexpected response from \/v1\/feed/.test(t)}async function hs(e){if(!nl()&&!(Date.now()<wc))try{if(!await Re.getSessionToken())return;await C.feedSubmit({prompt:e.prompt,tool:e.tool,media_url:e.mediaUrl,media_type:e.mediaType,cost:e.cost,transaction_id:e.transactionId,auto:!0,...e.userContext&&{user_context:e.userContext}}),g.info("feed:submitted",{tool:e.tool,mediaType:e.mediaType,transactionId:e.transactionId})}catch(t){if(Dw(t)){let r=wc===0;wc=Date.now()+Op,r&&g.debug?.("feed:endpoint-unavailable",{tool:e.tool,backoff_ms:Op});return}g.warn("feed:submit-failed",{tool:e.tool,error:t?.message||String(t)})}}async function Fw(e,t){let r=(e.state||"").trim().toUpperCase(),n=(e.county||"").trim(),s=(e.start_date||"").trim(),i=(e.end_date||s).trim();if(!/^[A-Z]{2}$/.test(r))throw new Error('state must be a 2-letter US state code (e.g. "VA").');if(!n)throw new Error("county is required.");if(!/^\d{4}-\d{2}$/.test(s))throw new Error('start_date must be YYYY-MM (e.g. "2025-08").');if(i&&!/^\d{4}-\d{2}$/.test(i))throw new Error("end_date must be YYYY-MM.");let o="Visa SMI",a=.1,c=`Pay $0.10 to ${o} for SMI data (${r} / ${n})`;g.info("payment:attempt",{tool:"get_visa_smi",amount:a,merchant:o});try{return await ae(async()=>{let u=await De("get_visa_smi",a,o,c),l=await C.getVisaSmi({state:r,county:n,start_date:s,end_date:i,attestation:u,idempotencyKey:oe.randomUUID()},t);return l.success?g.info("payment:success",{tool:"get_visa_smi",merchant:o,charged_cents:l.charged_cents}):g.warn("payment:declined",{tool:"get_visa_smi",merchant:o,message:l.error}),l})}catch(u){if(u instanceof re)return g.warn("payment:declined",{tool:"get_visa_smi",merchant:o,code:u.code,retryable:u.retryable}),Ze(u,{amount:a,merchantName:o,description:"Visa SMI data"});throw g.error("payment:failure",{tool:"get_visa_smi",merchant:o,error:u.message}),u}}async function Bw(e,t){if(!e.prompt||!e.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let r=await gs("generate_image_card",e,t);if(r)return r;let n=await Ot("generate_image_card",void 0,t),s=oe.randomUUID();g.info("payment:attempt",{tool:"generate_image_card",amount:n.amount,merchant:n.merchantName});try{return await ae(async()=>{let i;try{i=await lr({toolId:"generate_image_card",toolParams:e,estimatedAmountCents:Nt(n),userContext:t,timeoutMs:12e4,idempotencyKey:s})}catch(o){if(o instanceof ie)return $e(o);throw o}return g.info("payment:success",{tool:"generate_image_card",amount:n.amount,merchant:n.merchantName,mode:"session"}),i.urls?.length?(i.urls.forEach(o=>Xe(o)),hs({prompt:e.prompt,tool:"generate_image_card",mediaUrl:i.urls[0],mediaType:"image",cost:i.amount??n.amount,transactionId:i.transactionId,userContext:t})):g.warn("generation:no-urls",{tool:"generate_image_card",resultKeys:Object.keys(i||{})}),i})}catch(i){if(i instanceof re)return g.warn("payment:declined",{tool:"generate_image_card",amount:n.amount,merchant:n.merchantName,code:i.code,retryable:i.retryable}),Ze(i,n);throw Lt(i,{tool:"generate_image_card",amount:n.amount,merchant:n.merchantName}),i}}async function jw(e,t){if(!e.prompt||!e.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let r=await gs("generate_image_fast_card",e,t);if(r)return r;let n=await Ot("generate_image_fast_card",void 0,t),s=oe.randomUUID();g.info("payment:attempt",{tool:"generate_image_fast_card",amount:n.amount,merchant:n.merchantName});try{return await ae(async()=>{let i;try{i=await lr({toolId:"generate_image_fast_card",toolParams:e,estimatedAmountCents:Nt(n),userContext:t,timeoutMs:6e4,idempotencyKey:s})}catch(o){if(o instanceof ie)return $e(o);throw o}return g.info("payment:success",{tool:"generate_image_fast_card",amount:n.amount,merchant:n.merchantName,mode:"session"}),i.urls?.length?(i.urls.forEach(o=>Xe(o)),hs({prompt:e.prompt,tool:"generate_image_fast_card",mediaUrl:i.urls[0],mediaType:"image",cost:i.amount??n.amount,transactionId:i.transactionId,userContext:t})):g.warn("generation:no-urls",{tool:"generate_image_fast_card",resultKeys:Object.keys(i||{})}),i})}catch(i){if(i instanceof re)return g.warn("payment:declined",{tool:"generate_image_fast_card",amount:n.amount,merchant:n.merchantName,code:i.code,retryable:i.retryable}),Ze(i,n);throw Lt(i,{tool:"generate_image_fast_card",amount:n.amount,merchant:n.merchantName}),i}}async function qw(e,t){if(!e.prompt||!e.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let r=await gs("generate_video_tempo_card",e,t);if(r)return r;let n=await Ot("generate_video_tempo_card",void 0,t),s=oe.randomUUID();g.info("payment:attempt",{tool:"generate_video_tempo_card",amount:n.amount,merchant:n.merchantName});try{return await ae(async()=>{let i;try{i=await lr({toolId:"generate_video_tempo_card",toolParams:e,estimatedAmountCents:Nt(n),userContext:t,timeoutMs:12e4,idempotencyKey:s})}catch(o){if(o instanceof ie)return $e(o);throw o}return g.info("payment:success",{tool:"generate_video_tempo_card",amount:n.amount,merchant:n.merchantName,mode:"session"}),i.urls?.length?(i.urls.forEach(o=>Xe(o)),hs({prompt:e.prompt,tool:"generate_video_tempo_card",mediaUrl:i.urls[0],mediaType:"video",cost:i.amount??n.amount,transactionId:i.transactionId,userContext:t})):g.warn("generation:no-urls",{tool:"generate_video_tempo_card",resultKeys:Object.keys(i||{})}),i})}catch(i){if(i instanceof re)return g.warn("payment:declined",{tool:"generate_video_tempo_card",amount:n.amount,merchant:n.merchantName,code:i.code,retryable:i.retryable}),Ze(i,n);throw Lt(i,{tool:"generate_video_tempo_card",amount:n.amount,merchant:n.merchantName}),i}}async function Hw(e,t){if(!e.prompt||!e.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let r=await Ot("generate_music_tempo_card",void 0,t),n=oe.randomUUID();g.info("payment:attempt",{tool:"generate_music_tempo_card",amount:r.amount,merchant:r.merchantName});try{return await ae(async()=>{let s;try{s=await lr({toolId:"generate_music_tempo_card",toolParams:e,estimatedAmountCents:Nt(r),userContext:t,timeoutMs:36e4,idempotencyKey:n})}catch(i){if(i instanceof ie)return $e(i);throw i}return g.info("payment:success",{tool:"generate_music_tempo_card",amount:r.amount,merchant:r.merchantName,mode:"session"}),s.urls?.length&&s.status!=="processing"?(s.urls.forEach(i=>Xe(i)),hs({prompt:e.prompt,tool:"generate_music_tempo_card",mediaUrl:s.urls[0],mediaType:"audio",cost:s.amount??r.amount,transactionId:s.transactionId,userContext:t})):s.urls?.length&&s.status==="processing"?(s._preliminary_urls=s.urls,delete s.urls,g.info("generation:processing",{tool:"generate_music_tempo_card",note:"URLs withheld until status is completed"})):g.warn("generation:no-urls",{tool:"generate_music_tempo_card",resultKeys:Object.keys(s||{})}),s})}catch(s){if(s instanceof re)return g.warn("payment:declined",{tool:"generate_music_tempo_card",amount:r.amount,merchant:r.merchantName,code:s.code,retryable:s.retryable}),Ze(s,r);throw Lt(s,{tool:"generate_music_tempo_card",amount:r.amount,merchant:r.merchantName}),s}}async function Vw(e,t){let r=await Ot("check_music_status_tempo_card",void 0,t),n=oe.randomUUID();g.info("payment:attempt",{tool:"check_music_status_tempo_card",amount:r.amount,merchant:r.merchantName});try{return await ae(async()=>{let s;try{s=await lr({toolId:"check_music_status_tempo_card",toolParams:e,estimatedAmountCents:Nt(r),userContext:t,timeoutMs:3e4,idempotencyKey:n})}catch(i){if(i instanceof ie)return $e(i);throw i}return g.info("payment:success",{tool:"check_music_status_tempo_card",amount:r.amount,merchant:r.merchantName,mode:"session"}),s.urls?.length&&s.urls.forEach(i=>Xe(i)),s})}catch(s){if(s instanceof re)return g.warn("payment:declined",{tool:"check_music_status_tempo_card",amount:r.amount,merchant:r.merchantName,code:s.code,retryable:s.retryable}),Ze(s,r);throw Lt(s,{tool:"check_music_status_tempo_card",amount:r.amount,merchant:r.merchantName}),s}}async function Kw(e,t){if(!e.chain||!e.chain.trim())throw new Error('A chain is required (e.g., "ethereum", "solana").');if(!e.token_address||!e.token_address.trim())throw new Error("A token address is required. Provide the contract address for the token.");let r=await Ot("query_onchain_prices",void 0,t),n=oe.randomUUID();g.info("payment:attempt",{tool:"query_onchain_prices",amount:r.amount,merchant:r.merchantName});try{return await ae(async()=>{let s;try{s=await lr({toolId:"query_onchain_prices",toolParams:e,estimatedAmountCents:Nt(r),userContext:t,timeoutMs:3e4,idempotencyKey:n})}catch(i){if(i instanceof ie)return $e(i);throw i}if(g.info("payment:success",{tool:"query_onchain_prices",amount:r.amount,merchant:r.merchantName,mode:"session"}),Array.isArray(s?.data))s.data=s.data.map(i=>{if("mint"in i&&!("address"in i)){let{mint:o,...a}=i;return{address:o,...a}}return i});else if(s&&"mint"in s&&!("address"in s)){let{mint:i,...o}=s;return{address:i,...o}}return s})}catch(s){if(s instanceof re)return g.warn("payment:declined",{tool:"query_onchain_prices",amount:r.amount,merchant:r.merchantName,code:s.code,retryable:s.retryable}),Ze(s,r);throw Lt(s,{tool:"query_onchain_prices",amount:r.amount,merchant:r.merchantName}),s}}var Gw=["generate_music_tempo_card"],Tn=10,Np=5,Lp=new Map;function Up(e){let t=Lp.get(e);if(t!==void 0)return t;let n=Rr(e)?.isAsync===!0||Gw.includes(e);return Lp.set(e,n),n}var Ww=36e4,Yw=18e4,zw=15e3,Xw=12e4,Zw=2e3;function Sc(e,t){return{success:!1,error_code:e,code:e,error:t,message:t}}function Jw(e,t){return oe.createHash("sha256").update(`${e}:${Hi(t)}`).digest("hex")}function Qw(e){let{results:t,batchId:r,index:n,item:s,itemResult:i,preview:o,isFree:a,catalogName:c}=e;a&&i&&typeof i=="object"&&!Array.isArray(i)&&i.merchantName==null&&(i.merchantName=c??s.resolvedTool),t.push({success:i?.success!==!1,tool:s.resolvedTool,...i,...Vi(r,n,i)});let u=0,l=0n;if(i?.success!==!1){let d=Ye(i?.amountMicros??i?.amount_micros),p=typeof i?.amount=="number"?i.amount:o?.amount??0;d!==null&&d>0n?l+=d:l+=BigInt(Math.round(p*1e6)),u+=p}return i?.urls&&i.urls.forEach(d=>Xe(d)),{deltaCharged:u,deltaMicros:l}}function eS(e){let{results:t,resolvedItems:r,uniqueTools:n,isHomogeneous:s,primaryTool:i,merchantNames:o,totalAmount:a,totalCharged:c,totalChargedMicros:u,batchId:l,mode:d}=e,p=t.filter(I=>I?.success===!1).length,m=t.length-p,f=t.flatMap(I=>Array.isArray(I?.urls)?I.urls:[]),_=u>0n?Number(u)/1e6:Math.round((c+Number.EPSILON)*100)/100,S=m===0?"failure":p===0?"success":"partial";return g.info("payment:success",{tool:"batch",batchTool:i,count:r.length,totalAmount:a,totalCharged:_,merchant:o,successCount:m,failedCount:p,outcome:S,mode:d,batchId:l}),{success:m>0,outcome:S,batch_id:l,tool:s?n[0]:i,count:r.length,successCount:m,failedCount:p,totalCharged:_,...u>0n?{totalChargedMicros:u.toString(),amountMicros:u.toString(),amount_micros:u.toString()}:{},merchantName:o,results:t,...f.length?{urls:f}:{}}}async function tS(e){let{resolvedItems:t,previews:r,freeTools:n,catalogEntries:s,itemCeilingCents:i,batchCeilingCents:o,uniqueTools:a,isHomogeneous:c,primaryTool:u,merchantNames:l,totalAmount:d,timeoutMs:p,batchId:m,userContext:f}=e,_=o,S=await C.getBalance();if(!S.success)throw new Error(`Could not read balance: ${S.error||"unknown error"}`);if(S.balanceCents<_)throw new ie(S.balanceCents,_);let I=`batch-${m}`,b=`spend up to $${(_/100).toFixed(2)} across a batch of ${t.length}`,{batchParentId:P}=await ae(async()=>{let y=await De("batch_open",_,I,b,f,{forceRequired:!0}),w=y?.nonce??(await C.getAttestationChallenge()).nonce;g.info("parentless-batch:open-attempt",{batchTool:u,count:t.length,approvedTotalCents:_,attested:!!y});let{batch_parent_id:V}=await C.batchOpen({...y?{attestation:y}:{},nonce:w,approved_total_cents:_,batch_id:m});return{batchParentId:V}});g.info("parentless-batch:opened",{batchTool:u,count:t.length,batchParentId:P});let M=[],q=0,B=0n;try{for(let y=0;y<t.length;y+=1){let w=t[y],V=r[w.resolvedTool],ee=n.has(w.resolvedTool);try{let H;if(ee)H=await C.shortcut(w.resolvedTool,w.params,p,f,"batch");else{let{data:K,voucherReceiptHeader:Rn}=await C.shortcutParentlessBatchItem(w.resolvedTool,{batch_parent_id:P,batch_id:m,batch_index:y,batch_request_hash:Jw(w.resolvedTool,w.params),item_ceiling_cents:i[y],idempotency_key:xc(m,y,w.resolvedTool,w.params)},w.params,p,f,"batch");Jn(Rn),Qn(K?.receipt_v2),H=await Vp(K,null,xc(m,y,w.resolvedTool,w.params))}let{deltaCharged:ce,deltaMicros:Y}=Qw({results:M,batchId:m,index:y,item:w,itemResult:H,preview:V,isFree:ee,catalogName:s[w.resolvedTool]?.name});q+=ce,B+=Y}catch(H){if(H instanceof ie&&M.length===0)return $e(H);g.warn("payment:batch-item-failed",{tool:w.resolvedTool,index:y,error:H?.message||String(H)}),M.push({success:!1,tool:w.resolvedTool,...Vi(m,y),error:H?.message||String(H)})}}return eS({results:M,resolvedItems:t,uniqueTools:a,isHomogeneous:c,primaryTool:u,merchantNames:l,totalAmount:d,totalCharged:q,totalChargedMicros:B,batchId:m,mode:"parentless"})}catch(y){if(y instanceof re)return g.warn("payment:declined",{tool:"batch",batchTool:u,count:t.length,totalAmount:d,merchant:l,code:y.code,retryable:y.retryable}),Ze(y,{amount:d,merchantName:l});throw Lt(y,{tool:"batch",batchTool:u,count:t.length,totalAmount:d,merchant:l}),y}}async function rS(e,t){let r;if(Array.isArray(e.requests)&&e.requests.length>Tn)return{success:!1,error_code:"BATCH_TOO_LARGE",error:`Batch limited to ${Tn} items. Please split into smaller batches.`};if(e.requests?.some(y=>y.tool||y.tool_id)&&e.requests)r=e.requests.map(y=>{let w=y.tool||y.tool_id||e.tool;if(!w)throw new Error("Each request must specify tool or tool_id, or set tool at the top level.");let V=Qs(w,y.tier||e.tier,y.prompt??t),{tool:ee,tool_id:H,tier:ce,params:Y,...K}=y,Rn=Y&&typeof Y=="object"?{...Y,...K}:K;return{resolvedTool:V,params:Rn}});else if(e.tool){let y=Qs(e.tool,e.tier,e.params?.prompt??t);if(e.count!==void 0){if(!Number.isSafeInteger(e.count)||e.count<1)return Sc("BATCH_INVALID_COUNT","Batch count must be a positive integer.");if(e.count>Tn)return{success:!1,error_code:"BATCH_TOO_LARGE",error:`Batch limited to ${Tn} items. Please split into smaller batches.`}}r=(e.requests||(e.count!==void 0&&e.params?Array.from({length:e.count},()=>({...e.params})):[])).map(V=>({resolvedTool:y,params:V}))}else return Sc("BATCH_MISSING_TOOL","Batch requires a top-level tool or per-request tool/tool_id.");if(r.length===0)return Sc("BATCH_EMPTY","Batch requires at least one item.");if(r.length>Tn)return{success:!1,error_code:"BATCH_TOO_LARGE",error:`Batch limited to ${Tn} items. Please split into smaller batches.`};if([...new Set(r.map(y=>y.resolvedTool))].some(Up)&&r.length>Np)return{success:!1,error_code:"BATCH_TOO_LARGE",error:`Async batch limited to ${Np} items. Please use multiple batches for more.`};let o=[...new Set(r.map(y=>y.resolvedTool))],a=o.length===1,c={};for(let y of o)c[y]=await em(y);let u=new Set(o.filter(y=>c[y]&&Zi(c[y]))),l={};for(let y of o)u.has(y)||(l[y]=await Ot(y,void 0,t));let d=0;for(let y of r)d+=l[y.resolvedTool]?.amount??0;let p=r.map(y=>Lw(y,l,u)),m=p.reduce((y,w)=>y+w,0),f=[...new Set([...Object.values(l).map(y=>y.merchantName),...o.filter(y=>u.has(y)).map(y=>c[y]?.name??y)])].join(", "),_=a?o[0]:"mixed";g.info("payment:attempt",{tool:"batch",batchTool:_,count:r.length,totalAmount:d,merchant:f,heterogeneous:!a});let S=r.some(y=>Up(y.resolvedTool)),I=r.some(y=>y.resolvedTool.startsWith("or-")||y.resolvedTool==="run_llm"||y.resolvedTool==="execute_tool"),b=S?Ww:I?Yw+r.length*zw:Xw+r.length*Zw,P=oe.randomUUID(),M=[],q=0,B=0n;return Yi(async()=>{let y=!Xt();if(Bu()&&!Ip&&y&&m>0)try{return await tS({resolvedItems:r,previews:l,freeTools:u,catalogEntries:c,itemCeilingCents:p,batchCeilingCents:m,uniqueTools:o,isHomogeneous:a,primaryTool:_,merchantNames:f,totalAmount:d,timeoutMs:b,batchId:P,userContext:t})}catch(w){if(w instanceof Je)Ip=!0,g.info("parentless-batch:falling-back-to-session",{batchTool:_,count:r.length,status:w.status,serverErrorCode:w.serverErrorCode});else{if(w instanceof ie)return $e(w);throw w}}if(y&&m>0)try{let w=m;await ae(()=>pa(C,De,{toolName:"batch",userContext:t,sessionKind:"one_shot",minRequiredCents:w,capCentsOverride:w}))}catch(w){return w instanceof ie?$e(w):(g.warn("payment:batch-prewarm-failed",{batchTool:_,count:r.length,error:w?.message||String(w)}),{success:!1,error_code:"BATCH_AUTH_FAILED",error:w?.message||"Failed to authenticate batch session",tool:_,count:r.length,failedCount:r.length,results:[]})}try{for(let Y=0;Y<r.length;Y+=1){let K=r[Y],Rn=l[K.resolvedTool];try{let Q=u.has(K.resolvedTool)?await C.shortcut(K.resolvedTool,K.params,b,t,"batch"):await qp({toolId:K.resolvedTool,toolParams:K.params,estimatedAmountCents:p[Y],userContext:t,metaTool:"batch",timeoutMs:b,idempotencyKey:xc(P,Y,K.resolvedTool,K.params)});if(u.has(K.resolvedTool)&&Q&&typeof Q=="object"&&!Array.isArray(Q)&&Q.merchantName==null&&(Q.merchantName=c[K.resolvedTool]?.name??K.resolvedTool),M.push({success:Q?.success!==!1,tool:K.resolvedTool,...Q,...Vi(P,Y,Q)}),Q?.success!==!1){let In=Ye(Q?.amountMicros??Q?.amount_micros),jc=typeof Q?.amount=="number"?Q.amount:Rn?.amount??0;In!==null&&In>0n?B+=In:B+=BigInt(Math.round(jc*1e6)),q+=jc}Q?.urls&&Q.urls.forEach(In=>Xe(In))}catch(Q){if(Q instanceof ie&&M.length===0)return $e(Q);g.warn("payment:batch-item-failed",{tool:K.resolvedTool,index:Y,error:Q?.message||String(Q)}),M.push({success:!1,tool:K.resolvedTool,...Vi(P,Y),error:Q?.message||String(Q)})}}let w=M.filter(Y=>Y?.success===!1).length,V=M.length-w,ee=M.flatMap(Y=>Array.isArray(Y?.urls)?Y.urls:[]),H=B>0n?Number(B)/1e6:Math.round((q+Number.EPSILON)*100)/100,ce=V===0?"failure":w===0?"success":"partial";return g.info("payment:success",{tool:"batch",batchTool:_,count:r.length,totalAmount:d,totalCharged:H,merchant:f,successCount:V,failedCount:w,outcome:ce,mode:"session",batchId:P}),{success:V>0,outcome:ce,batch_id:P,tool:a?o[0]:_,count:r.length,successCount:V,failedCount:w,totalCharged:H,...B>0n?{totalChargedMicros:B.toString(),amountMicros:B.toString(),amount_micros:B.toString()}:{},merchantName:f,results:M,...ee.length?{urls:ee}:{}}}catch(w){if(w instanceof re)return g.warn("payment:declined",{tool:"batch",batchTool:_,count:r.length,totalAmount:d,merchant:f,code:w.code,retryable:w.retryable}),Ze(w,{amount:d,merchantName:f});throw Lt(w,{tool:"batch",batchTool:_,count:r.length,totalAmount:d,merchant:f}),w}finally{if(y){let w=await li(C);g.info("batch-session:closed",{budgetId:w.budgetId,closedServerSide:w.closedServerSide})}}})}function nS(){let e=!1,t;try{let n=Wi.join(ms.homedir(),".claude","settings.json");if(ze.existsSync(n)){let s=JSON.parse(ze.readFileSync(n,"utf-8")),i=typeof s.statusLine=="object"?s.statusLine.command:"";e=qu(i)}}catch{}let r=ri();return r||(t="visa-cli config hud enable"),{statusLine:e,shellHud:r,...t?{shellHudSetup:t}:{}}}async function sS(e){let[t,r]=await Promise.all([C.getStatus(e),C.getBalance().catch(i=>(g.warn("get_status:balance_fetch_failed",{error:i?.message||String(i)}),null))]);typeof t?.dailyRemaining=="number"&&(t.dailyRemaining=Math.round(t.dailyRemaining*100)/100);let n=$w();n.file_count>0&&(t.alliumResultsOnDisk=n),t.hud=nS(),!t.hud.statusLine&&!t.hud.shellHud&&(t._hud_nudge="The user has no HUD surfaces enabled. Mention once, naturally, that they can enable a live spend dashboard with `visa-cli config hud enable` \u2014 it shows balance, active tools, and spend on every prompt."),t.version=hw,Array.isArray(t.cards)&&(t.cards=t.cards.map(i=>({...i,displayName:Rc(i)})),t.cardIdGuidance="cardId values are opaque tool parameters only; refer to cards by brand and last four digits."),r&&r.success&&(t.balanceCents=r.balanceCents,t.balanceMicros=r.balanceMicros,t.amountUsd=r.amountUsd);let s=Xt();if(t.sessionMode=!!s,s){let i=Math.max(0,s.totalCents-s.estimatedCumulative);t.activeSession={budgetId:s.budgetId,capCents:s.totalCents,capUsd:s.totalCents/100,lastReceiptCumulativeCents:s.lastReceiptCumulative,estimatedCumulativeCents:s.estimatedCumulative,spentCents:s.estimatedCumulative,spentUsd:s.estimatedCumulative/100,estimatedRemainingCents:i,estimatedRemainingUsd:i/100,...s.lastToolSpend?{lastToolSpend:{toolName:s.lastToolSpend.toolName,resolvedToolId:s.lastToolSpend.resolvedToolId,estimatedAmountCents:s.lastToolSpend.estimatedAmountCents,estimatedAmountUsd:s.lastToolSpend.estimatedAmountCents/100,voucherCumulativeCents:s.lastToolSpend.voucherCumulativeCents,estimatedCumulativeCents:s.lastToolSpend.estimatedCumulativeCents,receiptDeltaCents:s.lastToolSpend.receiptDeltaCents,receiptCumulativeCents:s.lastToolSpend.receiptCumulativeCents,receiptRemainingCents:s.lastToolSpend.receiptRemainingCents,recordedAt:s.lastToolSpend.recordedAt}}:{},expiresAt:s.expiresAt}}return t}function Rc(e){let t=typeof e.brand=="string"&&e.brand.trim().length>0?e.brand.trim():"card",r=t.charAt(0).toUpperCase()+t.slice(1).toLowerCase(),n=typeof e.last4=="string"&&e.last4.trim().length>0?e.last4.trim():"unknown",s=e.isDefault===!0?" (default)":"";return`${r} ending in ${n}${s}`}async function Yp(e,t){try{let n=((await C.getStatus(t)).cards||[]).find(s=>s?.id===e);if(n)return Rc(n)}catch(r){g.warn("cards:display_name_lookup_failed",{cardId:e,error:r?.message||String(r)})}return"selected card"}async function iS(e){let r=(await C.getStatus(e)).cards||[];return r.length===0?{cards:[],message:"No cards enrolled. Use the add_card tool to add a payment card."}:r.some(s=>!Number.isInteger(s?.id)||s.id<=0)?{success:!1,cards:[],message:"Card action handles are unavailable right now, so remove_card and set_default_card are temporarily disabled."}:{cards:r.map(s=>({...s,displayName:Rc(s)})),message:"Use cardId only as an opaque tool parameter. When speaking to the user, refer to cards by brand and last four digits, not by card id."}}async function oS(e,t){return await C.getTransactions({limit:e.limit,offset:e.offset},t)}async function aS(e,t){return await C.feedback(e.message,e.transaction_id,t)}async function cS(e,t){if(typeof e.confirm!="boolean"||e.confirm!==!0)return Wr("MISSING_CONFIRMATION","Please confirm by setting confirm: true to charge your enrolled card for credits.");if(!e.amount||!Number.isFinite(e.amount)||e.amount<=0)return{success:!1,error:"amount must be a positive number in USD (e.g. 5.00)"};let r=md(String(e.amount));if(r.ok===!1)return{success:!1,error:r.error};let n=r.cents,s=n/100,i=oe.randomUUID();g.info("buy_credits:attempt",{amountCents:n});try{return await ae(async()=>{let o=await De("balance-topup",s,"Visa CLI Balance",`top up balance with $${r.displayUsd}`,t,{forceRequired:!0}),a=await C.topupBalance({amount_cents:n,idempotency_key:i,attestation:o});if(a.success){g.info("buy_credits:success",{amountCents:n,balanceCents:a.balanceCents,balanceMicros:a.balanceMicros});let c=aw(a.balanceMicros,a.balanceCents??0),u=(n/100).toFixed(2);return{...a,amount:n/100,amountMicros:String(n*1e4),merchantName:"Visa CLI Balance",message:`Added $${u} \u2014 balance is now ${c}`}}return g.warn("buy_credits:failed",{amountCents:n,error:a.error}),a})}catch(o){if(o instanceof cr)return ww();if(o instanceof Ut)return g.warn("buy_credits:ambiguous",{amountCents:n,code:o.code,transactionId:o.transactionId}),bw(o);throw g.error("buy_credits:failure",{amountCents:n,error:o.message}),o}}function Wr(e,t){return{success:!1,error:t,code:e,message:t}}async function lS(e,t){if(typeof e.confirm!="boolean"||e.confirm!==!0)return Wr("MISSING_CONFIRMATION","Please confirm by setting confirm: true to update spending controls.");if(e.maxTransactionAmount!==void 0&&(typeof e.maxTransactionAmount!="number"||!Number.isFinite(e.maxTransactionAmount)||e.maxTransactionAmount<.01))return Wr("INVALID_VALUE","maxTransactionAmount must be at least $0.01");if(e.dailyLimit!==void 0&&(typeof e.dailyLimit!="number"||!Number.isFinite(e.dailyLimit)||e.dailyLimit<1))return Wr("INVALID_VALUE","dailyLimit must be at least $1");if(e.maxTransactionAmount!==void 0&&e.dailyLimit!==void 0&&e.maxTransactionAmount>e.dailyLimit)return Wr("INVALID_VALUE","maxTransactionAmount cannot exceed dailyLimit");g.info("spending_controls:update",{maxTransactionAmount:e.maxTransactionAmount,dailyLimit:e.dailyLimit});try{return await ae(async()=>{let r=await De("spending-controls",0,"","update spending controls"),n=await C.updateSpendingControls({maxTransactionAmount:e.maxTransactionAmount,dailyLimit:e.dailyLimit,confirm:!0,attestation:r},t);return g.info("spending_controls:success",{maxTransactionAmount:e.maxTransactionAmount,dailyLimit:e.dailyLimit}),n})}catch(r){if(g.error("spending_controls:failure",{error:r.message}),r instanceof cr)return Xi(r,"update_spending_controls");if(String(r?.message||r).includes("Attestation required"))return Wr("ATTESTATION_REQUIRED","Changing spending controls requires local attestation, even when payment biometric prompts are disabled.");throw r}}async function uS(e){let t=await Xu({api:C,includeDev:!!e.includeDev});return{config:t.entries.map(r=>({key:r.key,value:r.value,source:r.source,hint:r.hint})),statusError:t.statusError}}var Ic=new Set(["auth.serverUrl"]);function ps(){return Object.keys(Nn).filter(e=>!Ic.has(e)).sort()}function zp(e,t){let r=t==="set"?`visa-cli config set ${e}=<value>`:`visa-cli config unset ${e}`;return{success:!1,error:`${e} cannot be changed via MCP. Run \`${r}\` directly from a shell instead.`,code:"MCP_FORBIDDEN_KEY",reason:"auth-trust-boundary key \u2014 a prompt-injected agent could redirect bearer-auth API calls to an attacker host (codex CLI-001 #752).",settableKeys:ps()}}async function dS(e){if(!e.key||typeof e.key!="string")return{success:!1,error:"key is required. Call config_list first to see available keys."};if(e.value===void 0)return{success:!1,error:"value is required. Use config_unset to remove a setting."};if(Ic.has(e.key))return g.warn("config:set:rejected:mcp-forbidden",{key:e.key}),zp(e.key,"set");g.info("config:set",{key:e.key});try{let t=el(e.key,e.value);return g.info("config:set:success",{key:t.key,requiresRestart:t.requiresRestart}),{success:!0,key:t.key,value:t.value,requiresRestart:t.requiresRestart,path:t.path,message:t.requiresRestart?`Saved ${t.key}. Restart Claude Code for the change to take effect.`:`Saved ${t.key}.`}}catch(t){let r=t instanceof ht?"UNKNOWN_KEY":t instanceof dr?"SERVER_CONTROLLED":t instanceof Jr?"RETIRED_KEY":"INVALID_VALUE",n=t instanceof ht?`Unknown setting "${e.key}". MCP-settable keys: ${ps().join(", ")}. For auth.serverUrl, use the shell command instead.`:t.message;return g.warn("config:set:rejected",{key:e.key,code:r,error:n}),{success:!1,error:n,code:r,settableKeys:ps()}}}async function fS(e){if(!e.key||typeof e.key!="string")return{success:!1,error:"key is required. Call config_list first to see which keys are currently set via settings.json."};if(Ic.has(e.key))return g.warn("config:unset:rejected:mcp-forbidden",{key:e.key}),zp(e.key,"unset");g.info("config:unset",{key:e.key});try{let t=tl(e.key);return g.info("config:unset:success",{key:t.key,removed:t.removed}),{success:!0,key:t.key,removed:t.removed,requiresRestart:t.requiresRestart,path:t.path,message:t.removed?t.requiresRestart?`Removed ${t.key}. Restart Claude Code for the change to take effect.`:`Removed ${t.key}.`:`${t.key} was not set in settings.json \u2014 nothing to remove.`}}catch(t){let r=t instanceof ht?"UNKNOWN_KEY":t instanceof dr?"SERVER_CONTROLLED":t instanceof Jr?"RETIRED_KEY":"INVALID_VALUE",n=t instanceof ht?`Unknown setting "${e.key}". MCP-settable keys: ${ps().join(", ")}. For auth.serverUrl, use the shell command instead.`:t.message;return g.warn("config:unset:rejected",{key:e.key,code:r,error:n}),{success:!1,error:n,code:r,settableKeys:ps()}}}async function pS(e){let t=await C.getStatus(e),r=t.attestationRequired!==!1,n=fn(t),s=Ve(),i=r?n?s?`${Ki()} is REQUIRED for payments.`:`Biometric attestation is required and a key is registered, but ${Ki()} is not available in this process. ${Cc()}`:"Biometric attestation is enabled on the account, but no attestation key is registered. Payments on this device proceed without a biometric signature; processor declines such as INVALID_OR_MISSING_CONFIG are card/account configuration issues, not something biometric setup fixes.":"Biometric attestation is NOT required for payments. Payments will proceed without biometric confirmation.";return{required:r,hasAttestationKey:!!t.hasAttestationKey,hasTelegramAttestationKey:!!t.hasTelegramAttestationKey,hasAnyAttestationKey:n,touchIdAvailable:s,platform:process.platform,effectiveRequiredOnThisDevice:r&&n&&s,canDisableFromThisDevice:!r||!n||s,message:i}}async function mS(e){g.info("biometric:on");let t=await Gu(C,e);if(t.ok===!1)return{success:!1,error:t.code,error_code:t.code,message:t.message,agent_guidance:`${t.message} Do not call biometric_on again until the user has completed setup in an interactive terminal.`};let r=await C.setBiometricPreference({required:!0},e);return r.success?(Wp(),{success:!0,required:!0,message:"Touch ID is now REQUIRED for payments."}):{success:!1,error:r.error||"unknown error"}}async function gS(e,t){if(typeof e.confirm!="boolean"||e.confirm!==!0)return Wr("MISSING_CONFIRMATION","Please confirm by setting confirm: true. Disabling Touch ID is a security downgrade \u2014 the user will be prompted for one final Touch ID confirmation before the change takes effect.");g.info("biometric:off");try{return await ae(async()=>{let r=await C.getStatus(t),n;if(fn(r)&&(n=await De("biometric-preference",0,"","disable Touch ID requirement"),!n))throw new Error(`${Ki()} confirmation required to disable \u2014 not available on this device.`);let s=await C.setBiometricPreference({required:!1,attestation:n},t);if(!s.success)throw new Error(s.error||"unknown error");return Wp(),{success:!0,required:!1,message:"Touch ID is no longer required for payments."}})}catch(r){if(g.error("biometric:off:failure",{error:r.message}),r instanceof cr)return Xi(r,"biometric_off");throw r}}var $p=3e4,hS=3e5;async function Xp(e,t,r="login"){let n=oe.randomUUID(),s=`${e}${e.includes("?")?"&":"?"}state=${n}`,i=Xe(s);return!i.opened&&i.blockedReason!=="non_internal_host"&&i.blockedReason!=="invalid_url"?Zp(s,i,r):i.opened?{...await Jp(n,t,r),browserUrl:s}:{success:!1,browserUrl:s,message:`Could not open the browser URL safely. Please check the configured auth server and try again. URL: ${s}`}}function Zp(e,t,r){let n=r==="enrollment"?"card enrollment":r==="attestation-recovery"?"biometric reset":"login",s=t.blockedReason==="suppressed"?"browser auto-open is suppressed":t.blockedReason==="headless"?"this process appears to be headless":t.blockedReason==="unsupported_platform"?"this platform has no configured browser opener":"browser auto-open is unavailable";return{success:!1,requiresBrowser:!0,browserUrl:e,message:`Browser auto-open was skipped because ${s}. Open this URL to continue ${n}: ${e}`}}async function Jp(e,t,r="login"){let n=Date.now()+hS;for(;Date.now()<n;)try{let i=await fetch(`${zi()}/v1/auth-status`,{method:"POST",headers:{"Content-Type":"application/json","X-Source":"cli"},body:JSON.stringify({state:e,timeout:$p,...t&&{user_context:t}}),signal:AbortSignal.timeout($p+5e3)});if(!i.ok){await ta(i,a=>{g.warn("auth_status:retry_after_http_error",{status:i.status,delayMs:a})});continue}let o=await i.json();if(o.status==="pending")continue;if(o.status==="expired")return{success:!1,message:"Session expired. Please try again."};if(o.status==="error")return{success:!1,message:o.error||"Authentication failed. Please try again."};if(o.status==="complete"){if(r==="attestation-recovery"||o.attestationCleared)return g.info("auth:attestation_recovery_complete",{user:o.user||""}),{success:!0,message:"Server-side biometric state cleared. Run visa-cli setup to register a fresh key before reenabling Touch ID."};let a=o.welcomeBonusCents??0,c=Zu(a);if(r!=="enrollment"&&o.sessionToken){await Re.saveSessionToken(o.sessionToken);let l=o.user||"",d=o.last4||"****";return g.info("auth:login_complete",{user:l,last4:d,bonusCents:a}),{success:!0,message:`Signed in as ${l}. Card ending in ${d} enrolled and ready for payments.`,...c||{}}}let u=o.last4||"****";return g.info("auth:card_added",{last4:u,bonusCents:a}),{success:!0,message:`Card ending in ${u} enrolled and ready for payments.`,...c||{}}}}catch{await ta(void 0,i=>{g.warn("auth_status:retry_after_network_error",{delayMs:i})})}return{success:!1,message:r==="enrollment"?"Card enrollment timed out. Please try again.":r==="attestation-recovery"?"Biometric reset timed out. Please try reset again.":"Login timed out. Please try again."}}async function Qp(e){let t=oe.randomUUID(),r;try{r=await C.startAttestationRecovery(t,e)}catch(i){return{success:!1,message:`Could not start biometric reset: ${i?.message||"unknown error"}`}}if(!r.success||!r.recoveryUrl)return{success:!1,message:r.error||"Could not start biometric reset. Please try again."};let n=Xe(r.recoveryUrl);return!n.opened&&n.blockedReason!=="non_internal_host"&&n.blockedReason!=="invalid_url"?Zp(r.recoveryUrl,n,"attestation-recovery"):n.opened?{...await Jp(t,e,"attestation-recovery"),browserUrl:r.recoveryUrl}:{success:!1,browserUrl:r.recoveryUrl,message:`Could not open the browser URL safely. Please check the configured auth server and try again. URL: ${r.recoveryUrl}`}}async function yS(e,t){if(typeof e.confirm!="boolean"||e.confirm!==!0)return{success:!1,message:"Please confirm by setting confirm: true to remove this card."};let r=e.cardId;if(!Number.isInteger(r)||r<=0)return{success:!1,message:"cardId must be a positive integer. Call get_cards to get the opaque cardId for the card you want to remove."};g.info("cards:remove_attempt",{cardId:r});let n=`remove-card:${r}`,s=`remove ${await Yp(r,t)}`;try{return await ae(async()=>{let i=await De(n,0,"",s,t,{forceRequired:!0}),o=await C.removeCard(r,{attestation:i},t);return g.info("cards:remove_success",{cardId:r,promotedId:o?.promotedId??null}),o})}catch(i){if(g.error("cards:remove_failure",{cardId:r,error:i.message}),i instanceof cr)return Xi(i,"remove_card");throw i}}async function _S(e,t){let r=e.cardId;if(!Number.isInteger(r)||r<=0)return{success:!1,message:"cardId must be a positive integer. Call get_cards to get the opaque cardId for the card you want to make default."};g.info("cards:set_default_attempt",{cardId:r});let n=`set-default-card:${r}`,s=`set ${await Yp(r,t)} as default`;try{return await ae(async()=>{let i=await De(n,0,"",s,t,{forceRequired:!0}),o=await C.setDefaultCard(r,{attestation:i},t);return g.info("cards:set_default_success",{cardId:r}),o})}catch(i){if(g.error("cards:set_default_failure",{cardId:r,error:i.message}),i instanceof cr)return Xi(i,"set_default_card");throw i}}async function bS(e){return g.info("auth:login_attempt"),Xp(`${zi()}/login`,e)}function vS(e){if(e.capCents!==void 0){let t=Number(e.capCents);if(!Number.isFinite(t)||t<10||t>1e4)throw new Error("capCents must be between 10 ($0.10) and 10000 ($100)");return Math.floor(t)}if(e.capUsd!==void 0){let t=Number(e.capUsd);if(!Number.isFinite(t)||t<.1||t>100)throw new Error("capUsd must be between 0.10 and 100");return Math.floor(t*100)}}async function wS(e={},t){let r;try{r=vS(e)}catch(n){return{success:!1,error:n?.message||String(n)}}return Yi(async()=>{let n=await ae(()=>ld(C,De,{toolName:"start_session",userContext:t,capCentsOverride:r}));g.info("session:started",{budgetId:n.budgetId,totalCents:n.totalCents,requestedCapCents:n.requestedCapCents,appliedCapCents:n.appliedCapCents,clampedReason:n.clampedReason,closedPrevious:n.closedPrevious});let s=(n.appliedCapCents/100).toFixed(2),i=(n.requestedCapCents/100).toFixed(2),o=`Session started with a $${s} cap. Paid calls will use this approval window until you close it, it expires, or this MCP process restarts.`,a=n.clampedReason==="balance"?`${o} Note: requested cap of $${i} was clamped to your prepaid balance of $${s}. Run buy_credits to top up if you need a larger session.`:o;return{success:!0,budgetId:n.budgetId,totalCents:n.totalCents,amountUsd:n.totalCents/100,requestedCapCents:n.requestedCapCents,appliedCapCents:n.appliedCapCents,clampedReason:n.clampedReason,closedPrevious:n.closedPrevious,message:a}})}async function SS(){let e=Xt();if(!e)return{success:!0,active:!1,message:"No active explicit approval window. Paid calls use a one-shot session in pay-as-you-go mode; see transaction_history for records."};let t=Math.max(0,e.totalCents-e.estimatedCumulative);return{success:!0,active:!0,budgetId:e.budgetId,totalCents:e.totalCents,estimatedCumulativeCents:e.estimatedCumulative,estimatedRemainingCents:t,expiresAt:e.expiresAt,lastToolSpend:e.lastToolSpend,message:`Active explicit approval window: about $${(t/100).toFixed(2)} remaining of $${(e.totalCents/100).toFixed(2)}.`}}async function xS(){return Yi(async()=>{let e=Xt();if(!e)return{success:!0,message:"No active explicit approval window to close. Paid calls remain pay-as-you-go.",closed:!1};let t=await li(C);g.info("session:closed",{budgetId:t.budgetId,closedServerSide:t.closedServerSide});let r=pw(e),n=Ye(t.finalCumulativeMicros),s=n??(typeof t.finalCumulativeCents=="number"?BigInt(Math.max(0,t.finalCumulativeCents))*10000n:r.micros),i=Number(s/10000n);return g.info("session:closed:final-spend",{budgetId:t.budgetId,closedServerSide:t.closedServerSide,finalSpendMicros:s.toString(),finalSpendCents:i,finalSpendSource:n!==null?"server.finalCumulativeMicros":typeof t.finalCumulativeCents=="number"?"server.finalCumulativeCents":r.source,totalCents:e.totalCents}),{success:!0,closed:!0,closedServerSide:t.closedServerSide,budgetId:t.budgetId,finalEstimatedCumulativeCents:i,finalEstimatedCumulativeMicros:s.toString(),totalCents:e.totalCents,message:t.closedServerSide?`Explicit approval window closed. Spent ${fw(s)} of $${(e.totalCents/100).toFixed(2)} cap. Future paid calls are pay-as-you-go until you start a new explicit approval window.`:"Explicit approval window cleared locally; server-side close call did not succeed (likely already closed). Future paid calls are pay-as-you-go until you start a new explicit approval window."}})}async function TS(e){if(g.info("auth:add_card_attempt"),!await Re.getSessionToken())return{success:!1,message:"Not logged in. Sign up at https://visacli.sh or call the login tool first."};let{code:r}=await C.createEnrollCode();return Xp(`${zi()}/enroll-card?code=${encodeURIComponent(r)}`,e,"enrollment")}async function Dp(){if(await Re.clearAll(),Ve())try{await xu()}catch{}}async function ES(e,t){if(typeof e.confirm!="boolean"||e.confirm!==!0)return{success:!1,message:"Please confirm by setting confirm: true to reset"};if(g.info("reset:attempt"),e.localOnly)return await Dp(),g.info("reset:success",{localOnly:!0}),{success:!0,message:"Device reset locally. Local credentials and keys have been removed; server-side session and biometric state were not changed. Use the login tool or visa-cli setup to sign in with the GitHub account you want to use."};let r=!1;try{let n=await C.getStatus(t);if(n&&fn(n)){let s=await Qp(t);if(!s.success)return s;r=!0}}catch(n){let s=n?.message||"unknown error";if(!/not logged in|session.*expired|no local credentials/i.test(s))return{success:!1,message:`Could not check server biometric state: ${s}`};g.warn("reset:server_attestation_status_unavailable",{error:s})}try{await C.logout(void 0,t)}catch{}return await Dp(),g.info("reset:success"),{success:!0,message:r?"Device reset. Server-side biometric state and local credentials have been cleared. Use the login tool or visa-cli setup to re-enroll.":"Device reset. Local credentials and keys have been removed. Use the login tool or visa-cli setup to re-enroll."}}async function kS(e){let t=e.query?.trim()||void 0,r=e.category?.trim()||void 0,n=!t&&!r;g.info("catalog:discover",{query:t,category:r,browseAll:n});try{let i=(await C.catalogSearch(t,r)).tools||[];if(i.length===0)return{content:[{type:"text",text:n?"The tool catalog is currently empty.":`No tools found for "${t||r}". Try a different search term.`}]};if(n){let a={};for(let u of i){let l=u.category||"other";(a[l]??=[]).push(u)}let c=Object.keys(a).sort().map(u=>{let l=a[u].map((p,m)=>`${m+1}. **${p.name}** (${p.id})
20
20
  ${p.description}
21
21
  Provider: ${p.provider} | Price: ${Fp(p)}${Bp(p)}