@visa/cli 1.9.3-rc.0 → 1.10.0-rc.0

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,9 +1,9 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var Gn=Object.create;var Xt=Object.defineProperty;var Yn=Object.getOwnPropertyDescriptor;var Jn=Object.getOwnPropertyNames;var Xn=Object.getPrototypeOf,Qn=Object.prototype.hasOwnProperty;var es=(r,e)=>()=>(r&&(e=r(r=0)),e);var ts=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Er=(r,e)=>{for(var t in e)Xt(r,t,{get:e[t],enumerable:!0})},rs=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Jn(e))!Qn.call(r,s)&&s!==t&&Xt(r,s,{get:()=>e[s],enumerable:!(n=Yn(e,s))||n.enumerable});return r};var R=(r,e,t)=>(t=r!=null?Gn(Xn(r)):{},rs(e||!r||!r.__esModule?Xt(t,"default",{value:r,enumerable:!0}):t,r));var Ar={};Er(Ar,{fetchWithTimeout:()=>Qt});async function Qt(r,e){let t=e?.timeoutMs??3e4,n=new AbortController,s=setTimeout(()=>n.abort(),t);try{let{timeoutMs:a,...i}=e??{};return await fetch(r,{...i,signal:n.signal})}finally{clearTimeout(s)}}var er=es(()=>{"use strict"});var qn=ts((Rc,Xi)=>{Xi.exports={name:"@visa/cli",version:"1.9.3-rc.0",description:"AI-powered payments for Claude Code",bin:{"visa-cli":"./bin/visa-cli.js"},scripts:{build:"tsc --noEmit && node esbuild.config.js",dev:"tsc --watch",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"},devDependencies:{"@visa-cli/tools":"workspace:*","@changesets/changelog-git":"^0.2.1","@changesets/cli":"^2.31.0","@types/jest":"^30.0.0","@types/node":"^25.6.0","@typescript-eslint/eslint-plugin":"^8.59.0","@typescript-eslint/parser":"^8.59.0","@types/express":"^5.0.0",esbuild:"^0.27.4",express:"^4.21.0",eslint:"^10.0.2","eslint-config-prettier":"^10.1.8",jest:"^29.7.0",prettier:"^3.8.3","ts-jest":"^29.2.0",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","native/visa-keychain.m","server.json","README.md","LICENSE"]}});var Fn=require("@modelcontextprotocol/sdk/server/index.js"),Bn=require("@modelcontextprotocol/sdk/server/stdio.js"),ie=require("@modelcontextprotocol/sdk/types.js");er();var ns=/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/;function Tt(r,e){let t=Cr(r),n=Cr(e);if(!t||!n)return!1;for(let s=0;s<3;s++)if(t.main[s]!==n.main[s])return t.main[s]>n.main[s];return t.pre&&!n.pre?!1:!t.pre&&n.pre?!0:!t.pre&&!n.pre?!1:ss(t.pre,n.pre)>0}function Cr(r){if(typeof r!="string")return null;let t=r.trim().replace(/^v/,"").match(ns);return t?{main:[Number(t[1]),Number(t[2]),Number(t[3])],pre:t[4]??null}:null}function ss(r,e){let t=r.split("."),n=e.split("."),s=Math.max(t.length,n.length);for(let a=0;a<s;a++){if(a>=t.length)return-1;if(a>=n.length)return 1;let i=t[a],o=n[a],c=/^\d+$/.test(i),u=/^\d+$/.test(o);if(c&&u){let d=Number(i)-Number(o);if(d!==0)return d}else{if(c)return-1;if(u)return 1;if(i<o)return-1;if(i>o)return 1}}return 0}function Ge(){return!!(Or(process.env.VISA_CLI_NO_UPDATE_CHECK)||Or(process.env.CI)||process.env.NODE_ENV==="test")}function Or(r){if(r===void 0)return!1;let e=r.trim().toLowerCase();return!(e===""||e==="0"||e==="false"||e==="no"||e==="off")}var ge=R(require("fs")),Lr=R(require("path"));var It=R(require("fs")),Pr=R(require("path")),Nr=R(require("os"));var tr=Pr.join(Nr.homedir(),".visa-mcp"),Y=class{static ensureConfigDir(){It.existsSync(tr)||It.mkdirSync(tr,{recursive:!0,mode:448})}static getConfigDir(){return tr}static TOOL_STATES={login:!0,get_status:!0,get_cards:!0,add_card:!0,pay:!0,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:!0,query_onchain_prices_card:!0,generate_music_tempo_card:!0,check_music_status_tempo_card:!0,generate_image_fast_card:!0,pxlwall_card:!1,generate_video_tempo_card:!0};static loadToolStates(){return{...this.TOOL_STATES}}static getDisabledTools(){let e=new Set;for(let[t,n]of Object.entries(this.TOOL_STATES))n||e.add(t);return e}static isToolDisabled(e){return this.TOOL_STATES[e]===!1}};var as="settings.json";function Rt(){return Lr.join(Y.getConfigDir(),as)}var Ye={"auth.serverUrl":{type:"string",description:"Auth server base URL. Override for staging / self-hosted backends.",requiresRestart:!0,validate:r=>{if(typeof r!="string")throw new Error("auth.serverUrl must be a string");let e;try{e=new URL(r)}catch{throw new Error(`auth.serverUrl must be a valid URL (got: ${JSON.stringify(r)})`)}if(e.protocol!=="https:"&&e.protocol!=="http:")throw new Error(`auth.serverUrl must use http or https (got: ${e.protocol})`)}},"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_music, ...). Restart required.",requiresRestart:!0},"tools.specific":{type:"boolean",description:"Show hardcoded per-merchant tools (generate_image_card, query_onchain_prices_card, ...). Restart required.",requiresRestart:!0},"tools.discover":{type:"boolean",description:"Show the dynamic-catalog tools (discover_tools, execute_tool). Restart required.",requiresRestart:!0}};function Et(){let r=Rt();if(!ge.existsSync(r))return{};try{let e=ge.readFileSync(r,"utf-8"),t=JSON.parse(e);return!t||typeof t!="object"||Array.isArray(t)?{}:t}catch{return{}}}function $r(r){Y.ensureConfigDir();let e=Rt(),t=`${e}.tmp`,n=JSON.stringify(r,null,2)+`
3
- `;ge.writeFileSync(t,n,{mode:384}),ge.renameSync(t,e)}function rr(r){let e=Et()[r];return typeof e=="string"?e:void 0}function Ie(r){let e=Et()[r];if(typeof e=="boolean")return e;if(e==="true")return!0;if(e==="false")return!1}var Se=class extends Error{constructor(e){let t=Object.keys(Ye).sort().join(", ");super(`Unknown setting "${e}". Settable keys: ${t}. For server-controlled values (biometric.*, spending.*) use the dedicated tools (biometric_on/off, update_spending_controls).`),this.name="UnknownSettingKeyError"}},Te=class extends Error{constructor(e){let t="";e.startsWith("biometric.")?t="biometric_on / biometric_off":e.startsWith("spending.")?t="update_spending_controls":e.startsWith("cards.")?t="add_card / remove_card / set_default_card":e.startsWith("account.")&&(t="login / reset"),super(`"${e}" is a server-controlled value and cannot be set via config set. `+(t?`Use ${t} instead.`:"No client-side override is supported.")),this.name="ServerOnlySettingError"}},Ur=["biometric.","spending.","account.","cards.","biometric"];function jr(r,e){if(Ur.some(a=>r.startsWith(a)))throw new Te(r);let t=Ye[r];if(!t)throw new Se(r);let n;if(t.type==="boolean")if(typeof e=="boolean")n=e;else if(typeof e=="string"){let a=e.toLowerCase();if(a==="true")n=!0;else if(a==="false")n=!1;else throw new Error(`${r} expects true or false (got: ${JSON.stringify(e)})`)}else throw new Error(`${r} expects a boolean (got: ${typeof e})`);else{if(typeof e!="string"||e.length===0)throw new Error(`${r} expects a non-empty string`);n=e}t.validate&&t.validate(n);let s=Et();return s[r]=n,$r(s),{key:r,value:n,requiresRestart:!!t.requiresRestart,path:Rt()}}function qr(r){if(Ur.some(s=>r.startsWith(s)))throw new Te(r);let e=Ye[r];if(!e)throw new Se(r);let t=Et(),n=r in t;return n&&(delete t[r],$r(t)),{key:r,removed:n,requiresRestart:n&&!!e.requiresRestart,path:Rt()}}var is="https://auth.visacli.sh";function Je(){let r=process.env.VISA_AUTH_URL;if(r!==void 0&&r!=="")return r;let e=rr("auth.serverUrl");return e!==void 0?e:is}function Mr(){let r=process.env.VISA_SUPPRESS_BROWSER;return r!==void 0?r==="true":Ie("ui.suppressBrowser")??!1}function Dr(){let r=process.env.VISA_SUPPRESS_FEED;return r!==void 0?r==="true":Ie("ui.suppressFeed")??!1}function Xe(){let r=process.env.VISA_META_TOOLS;return r!==void 0?r!=="false":Ie("tools.meta")??!0}function Qe(){let r=process.env.VISA_SPECIFIC_TOOLS;return r!==void 0?r!=="false":Ie("tools.specific")??!0}function et(){let r=process.env.VISA_DISCOVER_TOOLS;return r!==void 0?r!=="false":Ie("tools.discover")??!0}var nr="1.9.3-rc.0",At=class{constructor(e){this.getSessionToken=e;this.baseUrl=Je()}getSessionToken;baseUrl;lastSignals={};parseServerSignals(e){if(this.lastSignals={},!Ge()){let n=e.headers.get("X-Latest-Version"),s=e.headers.get("X-Update-Message");n&&Tt(n,nr)&&(this.lastSignals.updateAvailable={version:n,message:s||`Update available: v${n}. Run: npm install -g @visa/cli && visa-cli setup`})}let t=e.headers.get("X-Feedback-Prompt");if(t)try{this.lastSignals.feedbackPrompt=JSON.parse(t)}catch{}}getClientVersion(){return nr}async request(e,t,n,s,a){let i=await this.getSessionToken();if(!i)throw new Error("Not logged in. Sign up at https://visacli.sh or run: visa-cli setup");let o={Authorization:`Bearer ${i}`};a&&(e==="GET"?o["X-User-Context"]=a.replace(/[\r\n\0]/g," ").slice(0,1e3):n={...n||{},user_context:a}),n&&(o["Content-Type"]="application/json");let c;try{c=await Qt(`${this.baseUrl}${t}`,{method:e,headers:{...o,"X-Visa-CLI-Version":nr},body:n?JSON.stringify(n):void 0,timeoutMs:s})}catch(d){throw d.name==="AbortError"||d.message?.includes("aborted")?new Error("The request timed out. The server may be under heavy load. Please try again."):new Error("Cannot reach the Visa CLI server. Check your internet connection and try again.")}if(this.parseServerSignals(c),c.status===401)throw new Error("Your session has expired. Run: visa-cli setup");if(c.status===429){let d=c.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.`)}if(c.status===503)throw new Error("Visa CLI is temporarily unavailable. Check https://visacli.sh for status.");let u;try{u=await c.json()}catch{throw c.status===500?new Error(`Server error on ${t}. Try again or check https://visacli.sh for status.`):new Error(`Unexpected response from ${t}. Try again.`)}if(!c.ok)throw c.status===500?new Error(`Server error on ${t}. Try again or check https://visacli.sh for status.`):new Error(u?.error||`Request failed (${c.status}). Try again.`);return u}async pay(e,t){return this.request("POST","/v1/pay",e,void 0,t)}async shortcut(e,t,n,s){return this.request("POST",`/v1/shortcuts/${encodeURIComponent(e)}`,t,n,s)}async batch(e,t,n){return this.request("POST","/v1/batch",e,t,n)}async catalogSearch(e,t){let n=new URLSearchParams;e&&n.set("q",e),t&&n.set("category",t);let s=n.toString();return this.request("GET",`/v1/catalog${s?`?${s}`:""}`)}async catalogTool(e){try{return await this.request("GET",`/v1/catalog/${encodeURIComponent(e)}`)}catch{return null}}async paymentPreview(e,t){return this.request("POST","/v1/payment-preview",e,void 0,t)}async getStatus(e){return this.request("GET","/v1/status",void 0,void 0,e)}async getTransactions(e){return this.request("GET","/v1/transactions",void 0,void 0,e)}async updateSpendingControls(e,t){return this.request("POST","/v1/spending-controls",e,void 0,t)}async removeCard(e,t,n){return this.request("DELETE",`/v1/cards/${encodeURIComponent(String(e))}`,t,void 0,n)}async setDefaultCard(e,t,n){return this.request("POST",`/v1/cards/${encodeURIComponent(String(e))}/default`,t,void 0,n)}async getAttestationChallenge(){return this.request("GET","/v1/attestation-challenge")}async registerAttestationKey(e){return this.request("POST","/v1/attestation-key",{publicKey:e})}async setBiometricPreference(e,t){return this.request("POST","/v1/biometric-preference",{...e,confirm:!0},void 0,t)}async logout(e,t){return this.request("POST","/v1/logout",e,void 0,t)}async feedback(e,t,n){return this.request("POST","/v1/feedback",{message:e,...t&&{transaction_id:t}},void 0,n)}async createAppApiKey(e){return this.request("POST","/v1/api/keys",e)}async listAppApiKeys(){return this.request("GET","/v1/api/keys")}async revokeAppApiKey(e){return this.request("DELETE",`/v1/api/keys/${encodeURIComponent(String(e))}`)}async feedSubmit(e){return this.request("POST","/v1/feed",e)}async feedList(e){let t=new URLSearchParams;e?.tab&&t.set("tab",e.tab),e?.limit&&t.set("limit",String(e.limit)),e?.offset&&t.set("offset",String(e.offset));let n=t.toString();return this.request("GET",`/v1/feed${n?"?"+n:""}`)}async feedVote(e,t){return this.request("POST",`/v1/feed/${encodeURIComponent(e)}/vote`,{direction:t})}async feedApprove(e){return this.request("POST",`/v1/feed/${encodeURIComponent(e)}/approve`)}async feedDelete(e){return this.request("DELETE",`/v1/feed/${encodeURIComponent(e)}`)}async feedPending(){return this.request("GET","/v1/feed/pending")}async submitFeedback(e,t,n){return this.request("POST","/v1/feedback",{message:e,...t&&{transaction_id:t}},void 0,n)}async getFeedback(e,t){let n=new URLSearchParams;e&&n.set("limit",String(e));let s=n.toString();return this.request("GET",`/v1/feedback${s?"?"+s:""}`,void 0,void 0,t)}async submitRatedFeedback(e){return this.request("POST","/v1/feedback",e)}};var cr=require("child_process"),Kr=require("util"),zr=R(require("crypto")),L=R(require("fs")),Zr=R(require("os")),Q=R(require("path"));var D=R(require("fs")),ir=R(require("path")),Vr=R(require("os")),ar=ir.join(Vr.homedir(),".visa-mcp"),dt=ir.join(ar,"mcp-server.log"),os=5*1024*1024,sr=null;function cs(){D.existsSync(ar)||D.mkdirSync(ar,{recursive:!0,mode:448})}function us(){if(!sr){if(cs(),D.existsSync(dt)&&D.statSync(dt).size>os){let e=dt+".1";D.existsSync(e)&&D.unlinkSync(e),D.renameSync(dt,e)}sr=D.createWriteStream(dt,{flags:"a"})}return sr}function Ct(r,...e){let t=new Date().toISOString(),n=e.map(a=>typeof a=="string"?a:JSON.stringify(a,null,2)).join(" "),s=`[${t}] [${r}] ${n}
2
+ "use strict";var Gn=Object.create;var Xt=Object.defineProperty;var Yn=Object.getOwnPropertyDescriptor;var Jn=Object.getOwnPropertyNames;var Xn=Object.getPrototypeOf,Qn=Object.prototype.hasOwnProperty;var es=(r,e)=>()=>(r&&(e=r(r=0)),e);var ts=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Er=(r,e)=>{for(var t in e)Xt(r,t,{get:e[t],enumerable:!0})},rs=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Jn(e))!Qn.call(r,s)&&s!==t&&Xt(r,s,{get:()=>e[s],enumerable:!(n=Yn(e,s))||n.enumerable});return r};var R=(r,e,t)=>(t=r!=null?Gn(Xn(r)):{},rs(e||!r||!r.__esModule?Xt(t,"default",{value:r,enumerable:!0}):t,r));var Ar={};Er(Ar,{fetchWithTimeout:()=>Qt});async function Qt(r,e){let t=e?.timeoutMs??3e4,n=new AbortController,s=setTimeout(()=>n.abort(),t);try{let{timeoutMs:a,...i}=e??{};return await fetch(r,{...i,signal:n.signal})}finally{clearTimeout(s)}}var er=es(()=>{"use strict"});var qn=ts((Rc,Xi)=>{Xi.exports={name:"@visa/cli",version:"1.10.0-rc.0",description:"AI-powered payments for Claude Code",bin:{"visa-cli":"./bin/visa-cli.js"},scripts:{build:"tsc --noEmit && node esbuild.config.js",dev:"tsc --watch",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"},devDependencies:{"@visa-cli/tools":"workspace:*","@changesets/changelog-git":"^0.2.1","@changesets/cli":"^2.31.0","@types/jest":"^30.0.0","@types/node":"^25.6.0","@typescript-eslint/eslint-plugin":"^8.59.0","@typescript-eslint/parser":"^8.59.0","@types/express":"^5.0.0",esbuild:"^0.27.4",express:"^4.21.0",eslint:"^10.0.2","eslint-config-prettier":"^10.1.8",jest:"^29.7.0",prettier:"^3.8.3","ts-jest":"^29.2.0",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","native/visa-keychain.m","server.json","README.md","LICENSE"]}});var Fn=require("@modelcontextprotocol/sdk/server/index.js"),Bn=require("@modelcontextprotocol/sdk/server/stdio.js"),ie=require("@modelcontextprotocol/sdk/types.js");er();var ns=/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/;function Tt(r,e){let t=Cr(r),n=Cr(e);if(!t||!n)return!1;for(let s=0;s<3;s++)if(t.main[s]!==n.main[s])return t.main[s]>n.main[s];return t.pre&&!n.pre?!1:!t.pre&&n.pre?!0:!t.pre&&!n.pre?!1:ss(t.pre,n.pre)>0}function Cr(r){if(typeof r!="string")return null;let t=r.trim().replace(/^v/,"").match(ns);return t?{main:[Number(t[1]),Number(t[2]),Number(t[3])],pre:t[4]??null}:null}function ss(r,e){let t=r.split("."),n=e.split("."),s=Math.max(t.length,n.length);for(let a=0;a<s;a++){if(a>=t.length)return-1;if(a>=n.length)return 1;let i=t[a],o=n[a],c=/^\d+$/.test(i),u=/^\d+$/.test(o);if(c&&u){let d=Number(i)-Number(o);if(d!==0)return d}else{if(c)return-1;if(u)return 1;if(i<o)return-1;if(i>o)return 1}}return 0}function Ge(){return!!(Or(process.env.VISA_CLI_NO_UPDATE_CHECK)||Or(process.env.CI)||process.env.NODE_ENV==="test")}function Or(r){if(r===void 0)return!1;let e=r.trim().toLowerCase();return!(e===""||e==="0"||e==="false"||e==="no"||e==="off")}var ge=R(require("fs")),Lr=R(require("path"));var It=R(require("fs")),Pr=R(require("path")),Nr=R(require("os"));var tr=Pr.join(Nr.homedir(),".visa-mcp"),Y=class{static ensureConfigDir(){It.existsSync(tr)||It.mkdirSync(tr,{recursive:!0,mode:448})}static getConfigDir(){return tr}static TOOL_STATES={login:!0,get_status:!0,get_cards:!0,add_card:!0,pay:!0,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:!0,query_onchain_prices_card:!0,generate_music_tempo_card:!0,check_music_status_tempo_card:!0,generate_image_fast_card:!0,pxlwall_card:!1,generate_video_tempo_card:!0};static loadToolStates(){return{...this.TOOL_STATES}}static getDisabledTools(){let e=new Set;for(let[t,n]of Object.entries(this.TOOL_STATES))n||e.add(t);return e}static isToolDisabled(e){return this.TOOL_STATES[e]===!1}};var as="settings.json";function Rt(){return Lr.join(Y.getConfigDir(),as)}var Ye={"auth.serverUrl":{type:"string",description:"Auth server base URL. Override for staging / self-hosted backends.",requiresRestart:!0,validate:r=>{if(typeof r!="string")throw new Error("auth.serverUrl must be a string");let e;try{e=new URL(r)}catch{throw new Error(`auth.serverUrl must be a valid URL (got: ${JSON.stringify(r)})`)}if(e.protocol!=="https:"&&e.protocol!=="http:")throw new Error(`auth.serverUrl must use http or https (got: ${e.protocol})`)}},"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_music, ...). Restart required.",requiresRestart:!0},"tools.specific":{type:"boolean",description:"Show hardcoded per-merchant tools (generate_image_card, query_onchain_prices_card, ...). Restart required.",requiresRestart:!0},"tools.discover":{type:"boolean",description:"Show the dynamic-catalog tools (discover_tools, execute_tool). Restart required.",requiresRestart:!0}};function Et(){let r=Rt();if(!ge.existsSync(r))return{};try{let e=ge.readFileSync(r,"utf-8"),t=JSON.parse(e);return!t||typeof t!="object"||Array.isArray(t)?{}:t}catch{return{}}}function $r(r){Y.ensureConfigDir();let e=Rt(),t=`${e}.tmp`,n=JSON.stringify(r,null,2)+`
3
+ `;ge.writeFileSync(t,n,{mode:384}),ge.renameSync(t,e)}function rr(r){let e=Et()[r];return typeof e=="string"?e:void 0}function Ie(r){let e=Et()[r];if(typeof e=="boolean")return e;if(e==="true")return!0;if(e==="false")return!1}var Se=class extends Error{constructor(e){let t=Object.keys(Ye).sort().join(", ");super(`Unknown setting "${e}". Settable keys: ${t}. For server-controlled values (biometric.*, spending.*) use the dedicated tools (biometric_on/off, update_spending_controls).`),this.name="UnknownSettingKeyError"}},Te=class extends Error{constructor(e){let t="";e.startsWith("biometric.")?t="biometric_on / biometric_off":e.startsWith("spending.")?t="update_spending_controls":e.startsWith("cards.")?t="add_card / remove_card / set_default_card":e.startsWith("account.")&&(t="login / reset"),super(`"${e}" is a server-controlled value and cannot be set via config set. `+(t?`Use ${t} instead.`:"No client-side override is supported.")),this.name="ServerOnlySettingError"}},Ur=["biometric.","spending.","account.","cards.","biometric"];function jr(r,e){if(Ur.some(a=>r.startsWith(a)))throw new Te(r);let t=Ye[r];if(!t)throw new Se(r);let n;if(t.type==="boolean")if(typeof e=="boolean")n=e;else if(typeof e=="string"){let a=e.toLowerCase();if(a==="true")n=!0;else if(a==="false")n=!1;else throw new Error(`${r} expects true or false (got: ${JSON.stringify(e)})`)}else throw new Error(`${r} expects a boolean (got: ${typeof e})`);else{if(typeof e!="string"||e.length===0)throw new Error(`${r} expects a non-empty string`);n=e}t.validate&&t.validate(n);let s=Et();return s[r]=n,$r(s),{key:r,value:n,requiresRestart:!!t.requiresRestart,path:Rt()}}function qr(r){if(Ur.some(s=>r.startsWith(s)))throw new Te(r);let e=Ye[r];if(!e)throw new Se(r);let t=Et(),n=r in t;return n&&(delete t[r],$r(t)),{key:r,removed:n,requiresRestart:n&&!!e.requiresRestart,path:Rt()}}var is="https://auth.visacli.sh";function Je(){let r=process.env.VISA_AUTH_URL;if(r!==void 0&&r!=="")return r;let e=rr("auth.serverUrl");return e!==void 0?e:is}function Mr(){let r=process.env.VISA_SUPPRESS_BROWSER;return r!==void 0?r==="true":Ie("ui.suppressBrowser")??!1}function Dr(){let r=process.env.VISA_SUPPRESS_FEED;return r!==void 0?r==="true":Ie("ui.suppressFeed")??!1}function Xe(){let r=process.env.VISA_META_TOOLS;return r!==void 0?r!=="false":Ie("tools.meta")??!0}function Qe(){let r=process.env.VISA_SPECIFIC_TOOLS;return r!==void 0?r!=="false":Ie("tools.specific")??!0}function et(){let r=process.env.VISA_DISCOVER_TOOLS;return r!==void 0?r!=="false":Ie("tools.discover")??!0}var nr="1.10.0-rc.0",At=class{constructor(e){this.getSessionToken=e;this.baseUrl=Je()}getSessionToken;baseUrl;lastSignals={};parseServerSignals(e){if(this.lastSignals={},!Ge()){let n=e.headers.get("X-Latest-Version"),s=e.headers.get("X-Update-Message");n&&Tt(n,nr)&&(this.lastSignals.updateAvailable={version:n,message:s||`Update available: v${n}. Run: npm install -g @visa/cli && visa-cli setup`})}let t=e.headers.get("X-Feedback-Prompt");if(t)try{this.lastSignals.feedbackPrompt=JSON.parse(t)}catch{}}getClientVersion(){return nr}async request(e,t,n,s,a){let i=await this.getSessionToken();if(!i)throw new Error("Not logged in. Sign up at https://visacli.sh or run: visa-cli setup");let o={Authorization:`Bearer ${i}`};a&&(e==="GET"?o["X-User-Context"]=a.replace(/[\r\n\0]/g," ").slice(0,1e3):n={...n||{},user_context:a}),n&&(o["Content-Type"]="application/json");let c;try{c=await Qt(`${this.baseUrl}${t}`,{method:e,headers:{...o,"X-Visa-CLI-Version":nr},body:n?JSON.stringify(n):void 0,timeoutMs:s})}catch(d){throw d.name==="AbortError"||d.message?.includes("aborted")?new Error("The request timed out. The server may be under heavy load. Please try again."):new Error("Cannot reach the Visa CLI server. Check your internet connection and try again.")}if(this.parseServerSignals(c),c.status===401)throw new Error("Your session has expired. Run: visa-cli setup");if(c.status===429){let d=c.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.`)}if(c.status===503)throw new Error("Visa CLI is temporarily unavailable. Check https://visacli.sh for status.");let u;try{u=await c.json()}catch{throw c.status===500?new Error(`Server error on ${t}. Try again or check https://visacli.sh for status.`):new Error(`Unexpected response from ${t}. Try again.`)}if(!c.ok)throw c.status===500?new Error(`Server error on ${t}. Try again or check https://visacli.sh for status.`):new Error(u?.error||`Request failed (${c.status}). Try again.`);return u}async pay(e,t){return this.request("POST","/v1/pay",e,void 0,t)}async shortcut(e,t,n,s){return this.request("POST",`/v1/shortcuts/${encodeURIComponent(e)}`,t,n,s)}async batch(e,t,n){return this.request("POST","/v1/batch",e,t,n)}async catalogSearch(e,t){let n=new URLSearchParams;e&&n.set("q",e),t&&n.set("category",t);let s=n.toString();return this.request("GET",`/v1/catalog${s?`?${s}`:""}`)}async catalogTool(e){try{return await this.request("GET",`/v1/catalog/${encodeURIComponent(e)}`)}catch{return null}}async paymentPreview(e,t){return this.request("POST","/v1/payment-preview",e,void 0,t)}async getStatus(e){return this.request("GET","/v1/status",void 0,void 0,e)}async getTransactions(e){return this.request("GET","/v1/transactions",void 0,void 0,e)}async updateSpendingControls(e,t){return this.request("POST","/v1/spending-controls",e,void 0,t)}async removeCard(e,t,n){return this.request("DELETE",`/v1/cards/${encodeURIComponent(String(e))}`,t,void 0,n)}async setDefaultCard(e,t,n){return this.request("POST",`/v1/cards/${encodeURIComponent(String(e))}/default`,t,void 0,n)}async getAttestationChallenge(){return this.request("GET","/v1/attestation-challenge")}async registerAttestationKey(e){return this.request("POST","/v1/attestation-key",{publicKey:e})}async setBiometricPreference(e,t){return this.request("POST","/v1/biometric-preference",{...e,confirm:!0},void 0,t)}async logout(e,t){return this.request("POST","/v1/logout",e,void 0,t)}async feedback(e,t,n){return this.request("POST","/v1/feedback",{message:e,...t&&{transaction_id:t}},void 0,n)}async createAppApiKey(e){return this.request("POST","/v1/api/keys",e)}async listAppApiKeys(){return this.request("GET","/v1/api/keys")}async revokeAppApiKey(e){return this.request("DELETE",`/v1/api/keys/${encodeURIComponent(String(e))}`)}async feedSubmit(e){return this.request("POST","/v1/feed",e)}async feedList(e){let t=new URLSearchParams;e?.tab&&t.set("tab",e.tab),e?.limit&&t.set("limit",String(e.limit)),e?.offset&&t.set("offset",String(e.offset));let n=t.toString();return this.request("GET",`/v1/feed${n?"?"+n:""}`)}async feedVote(e,t){return this.request("POST",`/v1/feed/${encodeURIComponent(e)}/vote`,{direction:t})}async feedApprove(e){return this.request("POST",`/v1/feed/${encodeURIComponent(e)}/approve`)}async feedDelete(e){return this.request("DELETE",`/v1/feed/${encodeURIComponent(e)}`)}async feedPending(){return this.request("GET","/v1/feed/pending")}async submitFeedback(e,t,n){return this.request("POST","/v1/feedback",{message:e,...t&&{transaction_id:t}},void 0,n)}async getFeedback(e,t){let n=new URLSearchParams;e&&n.set("limit",String(e));let s=n.toString();return this.request("GET",`/v1/feedback${s?"?"+s:""}`,void 0,void 0,t)}async submitRatedFeedback(e){return this.request("POST","/v1/feedback",e)}};var cr=require("child_process"),Kr=require("util"),zr=R(require("crypto")),L=R(require("fs")),Zr=R(require("os")),Q=R(require("path"));var D=R(require("fs")),ir=R(require("path")),Vr=R(require("os")),ar=ir.join(Vr.homedir(),".visa-mcp"),dt=ir.join(ar,"mcp-server.log"),os=5*1024*1024,sr=null;function cs(){D.existsSync(ar)||D.mkdirSync(ar,{recursive:!0,mode:448})}function us(){if(!sr){if(cs(),D.existsSync(dt)&&D.statSync(dt).size>os){let e=dt+".1";D.existsSync(e)&&D.unlinkSync(e),D.renameSync(dt,e)}sr=D.createWriteStream(dt,{flags:"a"})}return sr}function Ct(r,...e){let t=new Date().toISOString(),n=e.map(a=>typeof a=="string"?a:JSON.stringify(a,null,2)).join(" "),s=`[${t}] [${r}] ${n}
4
4
  `;process.stderr.write(s),us().write(s)}var l={debug:(...r)=>Ct("DEBUG",...r),info:(...r)=>Ct("INFO",...r),warn:(...r)=>Ct("WARN",...r),error:(...r)=>Ct("ERROR",...r)};var tt=(0,Kr.promisify)(cr.execFile),Nt=Q.join(Zr.homedir(),".visa-mcp","bin"),Re=Q.join(Nt,"Visa CLI"),ls=Q.join(__dirname,"..","native"),Hr="5",Fr=Q.join(Nt,"visa-keychain.version"),Br=Q.join(Nt,"visa-keychain.sha256");function Wr(r){let e=L.readFileSync(r);return zr.createHash("sha256").update(e).digest("hex")}async function Gr(){try{if(L.readFileSync(Fr,"utf-8").trim()===Hr&&L.existsSync(Re)){let n=L.readFileSync(Br,"utf-8").trim();if(Wr(Re)!==n)l.warn("binary:hash-mismatch",{message:"Binary hash mismatch \u2014 possible tampering detected. Recompiling from source."}),L.unlinkSync(Re);else return Re}}catch{}let r=Q.join(ls,"visa-keychain.m");if(L.existsSync(r)||(r=Q.resolve(__dirname,"..","..","native","visa-keychain.m")),L.existsSync(r)||(r=Q.resolve(__dirname,"..","native","visa-keychain.m")),!L.existsSync(r))throw new Error("visa-keychain.m source not found. Reinstall Visa CLI.");L.mkdirSync(Nt,{recursive:!0,mode:448});try{await tt("clang",["-framework","Security","-framework","LocalAuthentication","-framework","Foundation","-framework","AppKit","-o",Re,r],{timeout:3e4})}catch(t){throw t.code==="ENOENT"?new Error("Xcode Command Line Tools required. Install: xcode-select --install"):t}let e=Wr(Re);return L.writeFileSync(Br,e,{mode:384}),L.writeFileSync(Fr,Hr,{mode:384}),Re}async function Yr(r){let e=await Gr(),t;try{t=(await tt(e,r,{timeout:6e4})).stdout}catch(a){t=a.stdout||"";let i=t.trim();throw i.startsWith("ERROR:")?new Error(i.slice(6)):new Error(a.stderr?.trim()||a.message||"Unknown error")}let n=t.trim();if(n.startsWith("OK:"))return n.slice(3);if(n==="OK")return;let s=n.startsWith("ERROR:")?n.slice(6):"Unknown error";throw new Error(s)}var or=null;function le(){return process.env.VISA_MOCK_TOUCHID==="true"?!0:process.platform!=="darwin"?!1:or!==null?or:(or=!0,!0)}var Ot="visa-cli",Pt="attestation-key";async function ds(r){try{await tt("security",["delete-generic-password","-s",Ot,"-a",Pt],{timeout:5e3})}catch{}await tt("security",["add-generic-password","-s",Ot,"-a",Pt,"-w",r],{timeout:5e3})}async function ps(){try{let{stdout:r}=await tt("security",["find-generic-password","-s",Ot,"-a",Pt,"-w"],{timeout:5e3});return r.trim()||null}catch{return null}}async function Jr(){let r=await Yr(["generate-key"]);if(!r)throw new Error("Key generation returned no output");let e=r.indexOf(":");if(e<0)throw new Error("Unexpected generate-key output format");let t=r.slice(0,e),n=r.slice(e+1);return await ds(t),n}async function Xr(r,e){if(process.env.VISA_MOCK_TOUCHID==="true")return Promise.resolve("mock-ecdsa-signature-for-testing");let t=await ps();if(!t)throw new Error("Attestation key not found. Run setup to generate a new key.");let n=await Gr(),s=["sign",r];return e&&s.push(e),new Promise((a,i)=>{let o=(0,cr.execFile)(n,s,{timeout:6e4},(c,u)=>{let d=(u||"").trim();if(c){d.startsWith("ERROR:")?i(new Error(d.slice(6))):i(new Error(c.stderr?.trim()||c.message||"Unknown error"));return}d.startsWith("OK:")?a(d.slice(3)):i(new Error(d.startsWith("ERROR:")?d.slice(6):"Unknown error"))});o.stdin.write(t),o.stdin.end()})}async function Qr(){try{await tt("security",["delete-generic-password","-s",Ot,"-a",Pt],{timeout:5e3})}catch{}try{await Yr(["delete-key"])}catch{}}var Ut=require("child_process"),en=require("util"),_e=R(require("fs")),jt=R(require("os")),mr=R(require("path")),ee=(0,en.promisify)(Ut.execFile),fr=mr.join(jt.homedir(),".visa-mcp"),pt=mr.join(fr,"session-token"),K="visa-cli",ye="session-token",Lt="rc-access",ms=5e3,$t=class extends Error{constructor(e){super(e),this.name="CredentialAccessError"}};function fs(r){let e=r;return[e?.message,e?.stderr].filter(t=>typeof t=="string").join(`
5
5
  `)}function tn(r){let e=r;if(e?.code==="EPERM"||e?.code==="EACCES")return!0;let t=fs(r).toLowerCase();return t.includes("operation not permitted")||t.includes("permission denied")}async function hs(){try{let{stdout:r}=await ee("security",["find-generic-password","-s",K,"-a",ye,"-w"],{timeout:5e3});return r.trim()||null}catch(r){if(tn(r))throw new $t("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 gs(r){try{try{await ee("security",["delete-generic-password","-s",K,"-a",ye],{timeout:5e3})}catch{}return await ee("security",["add-generic-password","-s",K,"-a",ye,"-w",r],{timeout:5e3}),!0}catch{return!1}}async function ys(){try{await ee("security",["delete-generic-password","-s",K,"-a",ye],{timeout:5e3})}catch{}}async function _s(){if(!hr())return null;try{let{stdout:r}=await ee("secret-tool",["lookup","service",K,"account",ye],{timeout:5e3});return r.trim()||null}catch{return null}}async function vs(r){if(!hr())return!1;try{let e=(0,Ut.execFile)("secret-tool",["store","--label",`${K} ${ye}`,"service",K,"account",ye]);return e.stdin?(e.stdin.write(r),e.stdin.end(),await Promise.race([new Promise((t,n)=>{e.on("exit",s=>s===0?t():n(new Error(`secret-tool exited ${s}`))),e.on("error",n)}),new Promise((t,n)=>setTimeout(()=>{e.kill(),n(new Error("secret-tool timed out"))},ms))]),!0):!1}catch{return!1}}async function bs(){if(hr())try{await ee("secret-tool",["clear","service",K,"account",ye],{timeout:5e3})}catch{}}function hr(){return!!process.env.DBUS_SESSION_BUS_ADDRESS}async function ws(){try{let{stdout:r}=await ee("security",["find-generic-password","-s",K,"-a",Lt,"-w"],{timeout:5e3});return r.trim()||null}catch{return null}}async function ks(r){try{try{await ee("security",["delete-generic-password","-s",K,"-a",Lt],{timeout:5e3})}catch{}await ee("security",["add-generic-password","-s",K,"-a",Lt,"-w",r],{timeout:5e3})}catch{}}async function xs(){try{await ee("security",["delete-generic-password","-s",K,"-a",Lt],{timeout:5e3})}catch{}}function dr(){try{return _e.readFileSync(pt,"utf-8").trim()||null}catch(r){if(tn(r))throw new $t(`Unable to read Visa CLI credentials from ${pt}. Check file permissions or rerun with access to the Visa CLI credential directory.`);return null}}function rn(r){_e.mkdirSync(fr,{recursive:!0,mode:448}),_e.writeFileSync(pt,r,{mode:384}),process.platform==="win32"&&Ss(pt)}function pr(){try{_e.unlinkSync(pt)}catch{}}function Ss(r){try{let e=jt.userInfo().username;(0,Ut.execFile)("icacls",[r,"/inheritance:r","/grant:r",`${e}:F`],{timeout:5e3},t=>{t&&console.error(`[visa-cli] icacls ACL restriction failed: ${t.message}`)})}catch(e){console.error(`[visa-cli] Failed to invoke icacls: ${e instanceof Error?e.message:String(e)}`)}}function lr(){switch(process.platform){case"darwin":return{get:hs,store:gs,delete:ys};case"linux":return{get:_s,store:vs,delete:bs};default:return{get:async()=>dr(),store:async r=>{try{return rn(r),!0}catch{return!1}},delete:async()=>pr(),storesInSessionFile:!0}}}var U=class{static async getSessionToken(){if(process.env.VISA_MOCK_KEYCHAIN==="true")return Promise.resolve("mock-session-token-for-testing");let e=lr(),t=await e.get();if(t)return t;let n=dr();return n?(await e.store(n),n):null}static async saveSessionToken(e){if(process.env.VISA_MOCK_KEYCHAIN==="true")return;let t=lr();if(await t.store(e)){if(await t.get()===e){t.storesInSessionFile||pr();return}await t.delete()}if(rn(e),dr()!==e)throw new Error("Failed to persist session token. "+(process.platform==="darwin"?'Check Keychain Access permissions for "visa-cli".':`Ensure ${fr} is writable.`))}static async getRcAccessToken(){return process.env.VISA_MOCK_KEYCHAIN==="true"?"mock-rc-token-for-testing":ws()}static async saveRcAccessToken(e){process.env.VISA_MOCK_KEYCHAIN!=="true"&&await ks(e)}static async deleteSessionToken(){if(process.env.VISA_MOCK_KEYCHAIN==="true")return;await lr().delete(),pr()}static async clearAll(){await this.deleteSessionToken(),await xs()}};var qt={generate_image:{intro:"Generate an AI image.",tiers:{balanced:{toolId:"fal-flux-pro",priceCents:4,notes:"FLUX Pro v1.1, 1K, ~10s (DEFAULT \u2014 good quality/speed tradeoff)"},fast:{toolId:"fal-flux-schnell",priceCents:1,notes:"FLUX Schnell, 1K, ~3s (drafts, iteration, cheapest)"},pro:{toolId:"fal-flux-pro-ultra",priceCents:6,notes:"FLUX Pro Ultra, 2K, ~30s (hero images, detail)"},text_heavy:{toolId:"fal-ideogram-v2",priceCents:8,notes:"Ideogram V2 \u2014 best when the image contains rendered text/logos"},vector:{toolId:"fal-recraft-v3",priceCents:5,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 an AI video from a text prompt.",tiers:{balanced:{toolId:"fal-minimax-video",priceCents:15,notes:"MiniMax \u2014 good quality/price balance (DEFAULT)"},fast:{toolId:"fal-wan-video",priceCents:10,notes:"Wan \u2014 cheapest, shorter clips"},pro:{toolId:"fal-kling-video",priceCents:20,notes:"Kling \u2014 highest quality, cinematic"}},guidance:"Show the tier menu with prices unless the user specified one. Videos take 60-180s to generate.",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.",tiers:{suno:{toolId:"suno-music",priceCents:10,notes:"Suno v4 \u2014 songs with vocals, lyrics, full arrangement"}},guidance:"Takes ~60-90s. Returns an audio URL the user can play.",inputProperties:{prompt:{type:"string",description:"Musical style / mood / lyrics hint."},instrumental:{type:"boolean",description:"True for instrumental (no vocals), false for vocal track.",default:!1}},required:["prompt"]},generate_audio:{intro:"Generate speech or sound effects.",tiers:{tts:{toolId:"fal-metavoice",priceCents:3,notes:"MetaVoice \u2014 high-quality TTS from text"},sfx:{toolId:"fal-stable-audio",priceCents:4,notes:"Stable Audio \u2014 sound effects and ambient from a prompt"}},guidance:'Pick "tts" for spoken words, "sfx" for music-beds/effects/ambient.',inputProperties:{prompt:{type:"string",description:"Text to speak (tts) or description of sound (sfx)."}},required:["prompt"]},generate_3d:{intro:"Generate a 3D model from a text description.",tiers:{trellis:{toolId:"fal-trellis-3d",priceCents:8,notes:"Trellis \u2014 fast text-to-3D, returns a GLB mesh URL"}},guidance:"Takes ~30-60s. Returns a downloadable 3D mesh URL.",inputProperties:{prompt:{type:"string",description:"Description of the 3D object."}},required:["prompt"]},upscale_image:{intro:"Upscale an image to higher resolution.",tiers:{aura:{toolId:"fal-aura-sr",priceCents:3,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/video URL to text.",tiers:{whisper:{toolId:"fal-whisper",priceCents:2,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 an LLM (OpenRouter). Token-metered \u2014 prices below are per 1M input/output tokens. Typical 500-in/500-out prompts cost 1\u20139\xA2 depending on model.",tiers:{fast:{toolId:"or-gpt-4o-mini",priceCents:1,notes:"GPT-4o Mini \u2014 $0.15/M in \xB7 $0.60/M out. Fastest, cheapest, good general-purpose (DEFAULT)"},reasoning:{toolId:"or-claude-sonnet",priceCents:9,notes:"Claude 3.5 Sonnet \u2014 $3.00/M in \xB7 $15.00/M out. Strong reasoning, long-context. ~20x pricier than `fast`."},deep_reasoning:{toolId:"or-deepseek-r1",priceCents:2,notes:"DeepSeek R1 \u2014 $0.55/M in \xB7 $2.19/M out. Deep chain-of-thought reasoning, mid-range pricing."},search:{toolId:"or-perplexity-sonar",priceCents:1,notes:"Perplexity Sonar \u2014 $1.00/M in \xB7 $1.00/M out. Search-augmented, web-grounded with citations."},open_source:{toolId:"or-llama-70b",priceCents:1,notes:"Llama 3.3 70B \u2014 $0.30/M in \xB7 $0.40/M out. Open-source large model."},coding:{toolId:"or-deepseek-chat",priceCents:1,notes:"DeepSeek Chat V3 \u2014 $0.30/M in \xB7 $0.88/M out. Strong at code generation."}},guidance:"Pick based on the user's need: fast (most questions, cheapest), reasoning (complex analysis \u2014 WARN user it's ~$0.09/call), 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 nn(r){let e=qt[r];if(!e)throw new Error(`Unknown meta-tool: ${r}`);let t=[e.intro,"","Tiers:"];for(let[n,s]of Object.entries(e.tiers)){let a=`$${(s.priceCents/100).toFixed(2)}`;t.push(` - ${n.padEnd(15)} ${a.padStart(6)} ${s.notes}`)}return t.push("",e.guidance),t.join(`
6
- `)}function sn(r){let e=qt[r];if(!e)throw new Error(`Unknown meta-tool: ${r}`);let t=Object.keys(e.tiers);return{type:"object",properties:{tier:{type:"string",enum:t,default:t[0],description:`Quality/style tier. Default: ${t[0]}.`},...e.inputProperties},required:e.required??[]}}function Mt(r,e){if(!Ee.includes(r))return r;let t=qt[r];if(!t)return r;let n=Object.keys(t.tiers),s=e||n[0],a=t.tiers[s];if(!a)throw new Error(`Unknown tier '${s}' for ${r}. Valid tiers: ${n.join(", ")}`);return a.toolId}async function an(r,e,t){let n=Mt(r,e.tier),{tier:s,...a}=e;return C.executeTool({tool_id:n,...a},t)}var Ee=Object.keys(qt);function on(r=process.env,e=process.platform){return r.VISA_CLI_NO_BROWSER==="1"||r.VISA_CLI_NO_BROWSER==="true"?{headless:!0,reason:"VISA_CLI_NO_BROWSER is set"}:r.CI==="true"||r.CI==="1"?{headless:!0,reason:"CI environment detected"}:r.SSH_CONNECTION||r.SSH_TTY?{headless:!0,reason:"SSH session detected"}:e==="linux"&&!r.DISPLAY&&!r.WAYLAND_DISPLAY?{headless:!0,reason:"Linux with no $DISPLAY or $WAYLAND_DISPLAY"}:{headless:!1}}function cn(r,e=process.platform){return e==="darwin"?{cmd:"open",args:[r]}:e==="win32"?{cmd:"cmd",args:["/c","start","",r]}:e==="linux"?{cmd:"xdg-open",args:[r]}:null}var gt=R(require("crypto")),fn=require("child_process"),W=R(require("fs")),yt=R(require("os")),_t=R(require("path"));var Ts="# visa-cli-hud-v1";function Dt(r){return typeof r!="string"?!1:r.includes(Ts)?!0:r.includes("visa-cli")&&r.includes("statusline")}async function un(r,e){try{return await e()}catch(t){if(t.message==="Invalid signature"&&le()){l.warn("attestation:key-mismatch",{action:"reregistering"});try{let n=await Jr();await r.registerAttestationKey(n),l.info("attestation:key-reregistered")}catch(n){throw l.error("attestation:reregister-failure",{error:n.message}),t}return await e()}throw t}}var ln="1.9.3-rc.0";function gr(r,e){return e?{kind:"env",var:r}:{kind:"default"}}function Is(r,e,t){let n=process.env[r];if(n!==void 0&&n!=="")return{value:n,source:{kind:"env",var:r}};let s=rr(e);return s!==void 0?{value:s,source:{kind:"settings"}}:{value:t,source:{kind:"default"}}}function mt(r,e,t){let n=process.env[r];if(n!==void 0)return{value:t==="opt-in"?n==="true":n!=="false",source:{kind:"env",var:r}};let s=Ie(e);return s!==void 0?{value:s,source:{kind:"settings"}}:{value:t!=="opt-in",source:{kind:"default"}}}function F(r){return r==null?"\u2014":r?"yes":"no"}function Vt(r){return r==null?"\u2014":`$${r.toFixed(2)}`}async function dn(r){let e=null,t=null;try{e=await r.api.getStatus()}catch(A){t=A?.message||"unknown error"}let n=[],s=Is("VISA_AUTH_URL","auth.serverUrl","https://auth.visacli.sh");n.push({key:"auth.serverUrl",value:s.value,formatted:s.value,source:s.source,hint:s.source.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:e?.enrolled??null,formatted:F(e?.enrolled),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),e?.githubUser&&n.push({key:"account.githubUser",value:e.githubUser,formatted:e.githubUser,source:{kind:"server"}});let a=e?e.attestationRequired!==!1:void 0;n.push({key:"biometric.required",value:a,formatted:F(a),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"},hint:a===!1?"Touch ID prompts are suppressed. Re-enable with `visa-cli biometric on`.":void 0}),n.push({key:"biometric.keyRegistered",value:e?.hasAttestationKey??null,formatted:F(e?.hasAttestationKey),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"biometric.deviceAvailable",value:le(),formatted:F(le()),source:{kind:"device"}});let i=e?.spendingControls,o=i?i.max_transaction_amount??i.maxTransactionAmount??null:null,c=i?i.daily_limit??i.dailyLimit??null:null;n.push({key:"spending.maxPerTxn",value:o,formatted:Vt(o),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"spending.dailyLimit",value:c,formatted:Vt(c),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"spending.dailySpent",value:e?.dailySpent??null,formatted:Vt(e?.dailySpent),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"spending.dailyRemaining",value:e?.dailyRemaining??null,formatted:Vt(e?.dailyRemaining),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"cards.count",value:e?.cardCount??null,formatted:e?.cardCount!=null?String(e.cardCount):"\u2014",source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}});let u=e?.cards?.find(A=>A.isDefault)??e?.cards?.[0];u&&n.push({key:"cards.default",value:{brand:u.brand??null,last4:u.last4},formatted:`${u.brand||"card"} \u2022\u2022\u2022\u2022 ${u.last4}`,source:{kind:"server"}});let d=mt("VISA_SUPPRESS_BROWSER","ui.suppressBrowser","opt-in");n.push({key:"ui.suppressBrowser",value:d.value,formatted:F(d.value),source:d.source,hint:"Persist with `visa-cli config set ui.suppressBrowser true` to stop auto-opening result URLs."});let g=mt("VISA_SUPPRESS_FEED","ui.suppressFeed","opt-in");n.push({key:"ui.suppressFeed",value:g.value,formatted:F(g.value),source:g.source});let O=Ge(),y;process.env.VISA_CLI_NO_UPDATE_CHECK?y={kind:"env",var:"VISA_CLI_NO_UPDATE_CHECK"}:process.env.CI?y={kind:"env",var:"CI"}:process.env.NODE_ENV==="test"?y={kind:"env",var:"NODE_ENV"}:y={kind:"default"},n.push({key:"ui.updateCheck",value:!O,formatted:F(!O),source:y});let he=mt("VISA_META_TOOLS","tools.meta","opt-out");n.push({key:"tools.meta",value:he.value,formatted:F(he.value),source:he.source,hint:"Persist with `visa-cli config set tools.meta false`. Restart Claude Code for changes to take effect."});let w=mt("VISA_SPECIFIC_TOOLS","tools.specific","opt-out");n.push({key:"tools.specific",value:w.value,formatted:F(w.value),source:w.source});let I=mt("VISA_DISCOVER_TOOLS","tools.discover","opt-out");if(n.push({key:"tools.discover",value:I.value,formatted:F(I.value),source:I.source}),n.push({key:"client.version",value:ln,formatted:ln,source:{kind:"default"}}),r.includeDev){let A=process.env.VISA_MOCK_KEYCHAIN;n.push({key:"dev.mockKeychain",value:A==="true",formatted:F(A==="true"),source:gr("VISA_MOCK_KEYCHAIN",!!A)});let M=process.env.VISA_MOCK_TOUCHID;n.push({key:"dev.mockTouchid",value:M==="true",formatted:F(M==="true"),source:gr("VISA_MOCK_TOUCHID",!!M)});let oe=process.env.VISA_CLI_DEBUG;n.push({key:"dev.debug",value:!!oe,formatted:F(!!oe),source:gr("VISA_CLI_DEBUG",!!oe)})}return{entries:n,statusError:t}}function Ht(){return Je()}var x=new At(()=>U.getSessionToken()),Rs="1.9.3-rc.0",Es=["generate_image","generate_video","generate_music","generate_audio","generate_3d","upscale_image","transcribe_audio","run_llm"],pn=["","","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 recent transactions" \u2192 transaction_history','\u2022 "Set my daily limit to $50" \u2192 update_spending_controls','\u2022 "Pay https://example.com/checkout" \u2192 pay','\u2022 "Generate 3 variations in parallel" \u2192 batch',"","Fast shortcuts:",'\u2022 "Generate an image of a sunset over Tokyo" \u2192 generate_image_card (~$0.06)','\u2022 "Make a fast thumbnail: minimalist cat logo" \u2192 generate_image_fast_card (~$0.04)','\u2022 "Make a 4-second video of a penguin juggling" \u2192 generate_video_tempo_card (~$0.30)','\u2022 "Make a song about coding late at night" \u2192 generate_music_tempo_card (~$0.10)','\u2022 "Check the status of my music job" \u2192 check_music_status_tempo_card','\u2022 "What is ETH on Base trading at?" \u2192 query_onchain_prices_card (~$0.02)','\u2022 "Explore stablecoin inflows on Base" \u2192 allium_explorer_card','\u2022 "Open the latest Allium result set" \u2192 allium_explorer_results_card','\u2022 "Show pxlwall campaign insights" \u2192 pxlwall_card',"","Category tools:",...Es.map(r=>`\u2022 "${r.replace(/_/g," ")}" \u2192 ${r}`),"","Tool catalog:",'\u2022 "Find an image upscaler" \u2192 discover_tools','\u2022 "Run fal-aura-sr on this URL" \u2192 execute_tool'].join(`
6
+ `)}function sn(r){let e=qt[r];if(!e)throw new Error(`Unknown meta-tool: ${r}`);let t=Object.keys(e.tiers);return{type:"object",properties:{tier:{type:"string",enum:t,default:t[0],description:`Quality/style tier. Default: ${t[0]}.`},...e.inputProperties},required:e.required??[]}}function Mt(r,e){if(!Ee.includes(r))return r;let t=qt[r];if(!t)return r;let n=Object.keys(t.tiers),s=e||n[0],a=t.tiers[s];if(!a)throw new Error(`Unknown tier '${s}' for ${r}. Valid tiers: ${n.join(", ")}`);return a.toolId}async function an(r,e,t){let n=Mt(r,e.tier),{tier:s,...a}=e;return C.executeTool({tool_id:n,...a},t)}var Ee=Object.keys(qt);function on(r=process.env,e=process.platform){return r.VISA_CLI_NO_BROWSER==="1"||r.VISA_CLI_NO_BROWSER==="true"?{headless:!0,reason:"VISA_CLI_NO_BROWSER is set"}:r.CI==="true"||r.CI==="1"?{headless:!0,reason:"CI environment detected"}:r.SSH_CONNECTION||r.SSH_TTY?{headless:!0,reason:"SSH session detected"}:e==="linux"&&!r.DISPLAY&&!r.WAYLAND_DISPLAY?{headless:!0,reason:"Linux with no $DISPLAY or $WAYLAND_DISPLAY"}:{headless:!1}}function cn(r,e=process.platform){return e==="darwin"?{cmd:"open",args:[r]}:e==="win32"?{cmd:"cmd",args:["/c","start","",r]}:e==="linux"?{cmd:"xdg-open",args:[r]}:null}var gt=R(require("crypto")),fn=require("child_process"),W=R(require("fs")),yt=R(require("os")),_t=R(require("path"));var Ts="# visa-cli-hud-v1";function Dt(r){return typeof r!="string"?!1:r.includes(Ts)?!0:r.includes("visa-cli")&&r.includes("statusline")}async function un(r,e){try{return await e()}catch(t){if(t.message==="Invalid signature"&&le()){l.warn("attestation:key-mismatch",{action:"reregistering"});try{let n=await Jr();await r.registerAttestationKey(n),l.info("attestation:key-reregistered")}catch(n){throw l.error("attestation:reregister-failure",{error:n.message}),t}return await e()}throw t}}var ln="1.10.0-rc.0";function gr(r,e){return e?{kind:"env",var:r}:{kind:"default"}}function Is(r,e,t){let n=process.env[r];if(n!==void 0&&n!=="")return{value:n,source:{kind:"env",var:r}};let s=rr(e);return s!==void 0?{value:s,source:{kind:"settings"}}:{value:t,source:{kind:"default"}}}function mt(r,e,t){let n=process.env[r];if(n!==void 0)return{value:t==="opt-in"?n==="true":n!=="false",source:{kind:"env",var:r}};let s=Ie(e);return s!==void 0?{value:s,source:{kind:"settings"}}:{value:t!=="opt-in",source:{kind:"default"}}}function F(r){return r==null?"\u2014":r?"yes":"no"}function Vt(r){return r==null?"\u2014":`$${r.toFixed(2)}`}async function dn(r){let e=null,t=null;try{e=await r.api.getStatus()}catch(A){t=A?.message||"unknown error"}let n=[],s=Is("VISA_AUTH_URL","auth.serverUrl","https://auth.visacli.sh");n.push({key:"auth.serverUrl",value:s.value,formatted:s.value,source:s.source,hint:s.source.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:e?.enrolled??null,formatted:F(e?.enrolled),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),e?.githubUser&&n.push({key:"account.githubUser",value:e.githubUser,formatted:e.githubUser,source:{kind:"server"}});let a=e?e.attestationRequired!==!1:void 0;n.push({key:"biometric.required",value:a,formatted:F(a),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"},hint:a===!1?"Touch ID prompts are suppressed. Re-enable with `visa-cli biometric on`.":void 0}),n.push({key:"biometric.keyRegistered",value:e?.hasAttestationKey??null,formatted:F(e?.hasAttestationKey),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"biometric.deviceAvailable",value:le(),formatted:F(le()),source:{kind:"device"}});let i=e?.spendingControls,o=i?i.max_transaction_amount??i.maxTransactionAmount??null:null,c=i?i.daily_limit??i.dailyLimit??null:null;n.push({key:"spending.maxPerTxn",value:o,formatted:Vt(o),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"spending.dailyLimit",value:c,formatted:Vt(c),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"spending.dailySpent",value:e?.dailySpent??null,formatted:Vt(e?.dailySpent),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"spending.dailyRemaining",value:e?.dailyRemaining??null,formatted:Vt(e?.dailyRemaining),source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}}),n.push({key:"cards.count",value:e?.cardCount??null,formatted:e?.cardCount!=null?String(e.cardCount):"\u2014",source:e?{kind:"server"}:{kind:"unknown",reason:t||"offline"}});let u=e?.cards?.find(A=>A.isDefault)??e?.cards?.[0];u&&n.push({key:"cards.default",value:{brand:u.brand??null,last4:u.last4},formatted:`${u.brand||"card"} \u2022\u2022\u2022\u2022 ${u.last4}`,source:{kind:"server"}});let d=mt("VISA_SUPPRESS_BROWSER","ui.suppressBrowser","opt-in");n.push({key:"ui.suppressBrowser",value:d.value,formatted:F(d.value),source:d.source,hint:"Persist with `visa-cli config set ui.suppressBrowser true` to stop auto-opening result URLs."});let g=mt("VISA_SUPPRESS_FEED","ui.suppressFeed","opt-in");n.push({key:"ui.suppressFeed",value:g.value,formatted:F(g.value),source:g.source});let O=Ge(),y;process.env.VISA_CLI_NO_UPDATE_CHECK?y={kind:"env",var:"VISA_CLI_NO_UPDATE_CHECK"}:process.env.CI?y={kind:"env",var:"CI"}:process.env.NODE_ENV==="test"?y={kind:"env",var:"NODE_ENV"}:y={kind:"default"},n.push({key:"ui.updateCheck",value:!O,formatted:F(!O),source:y});let he=mt("VISA_META_TOOLS","tools.meta","opt-out");n.push({key:"tools.meta",value:he.value,formatted:F(he.value),source:he.source,hint:"Persist with `visa-cli config set tools.meta false`. Restart Claude Code for changes to take effect."});let w=mt("VISA_SPECIFIC_TOOLS","tools.specific","opt-out");n.push({key:"tools.specific",value:w.value,formatted:F(w.value),source:w.source});let I=mt("VISA_DISCOVER_TOOLS","tools.discover","opt-out");if(n.push({key:"tools.discover",value:I.value,formatted:F(I.value),source:I.source}),n.push({key:"client.version",value:ln,formatted:ln,source:{kind:"default"}}),r.includeDev){let A=process.env.VISA_MOCK_KEYCHAIN;n.push({key:"dev.mockKeychain",value:A==="true",formatted:F(A==="true"),source:gr("VISA_MOCK_KEYCHAIN",!!A)});let M=process.env.VISA_MOCK_TOUCHID;n.push({key:"dev.mockTouchid",value:M==="true",formatted:F(M==="true"),source:gr("VISA_MOCK_TOUCHID",!!M)});let oe=process.env.VISA_CLI_DEBUG;n.push({key:"dev.debug",value:!!oe,formatted:F(!!oe),source:gr("VISA_CLI_DEBUG",!!oe)})}return{entries:n,statusError:t}}function Ht(){return Je()}var x=new At(()=>U.getSessionToken()),Rs="1.10.0-rc.0",Es=["generate_image","generate_video","generate_music","generate_audio","generate_3d","upscale_image","transcribe_audio","run_llm"],pn=["","","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 recent transactions" \u2192 transaction_history','\u2022 "Set my daily limit to $50" \u2192 update_spending_controls','\u2022 "Pay https://example.com/checkout" \u2192 pay','\u2022 "Generate 3 variations in parallel" \u2192 batch',"","Fast shortcuts:",'\u2022 "Generate an image of a sunset over Tokyo" \u2192 generate_image_card (~$0.06)','\u2022 "Make a fast thumbnail: minimalist cat logo" \u2192 generate_image_fast_card (~$0.04)','\u2022 "Make a 4-second video of a penguin juggling" \u2192 generate_video_tempo_card (~$0.30)','\u2022 "Make a song about coding late at night" \u2192 generate_music_tempo_card (~$0.10)','\u2022 "Check the status of my music job" \u2192 check_music_status_tempo_card','\u2022 "What is ETH on Base trading at?" \u2192 query_onchain_prices_card (~$0.02)','\u2022 "Explore stablecoin inflows on Base" \u2192 allium_explorer_card','\u2022 "Open the latest Allium result set" \u2192 allium_explorer_results_card','\u2022 "Show pxlwall campaign insights" \u2192 pxlwall_card',"","Category tools:",...Es.map(r=>`\u2022 "${r.replace(/_/g," ")}" \u2192 ${r}`),"","Tool catalog:",'\u2022 "Find an image upscaler" \u2192 discover_tools','\u2022 "Run fal-aura-sr on this URL" \u2192 execute_tool'].join(`
7
7
  `);function B(r){if(!r||typeof r!="string"||Mr())return;let e;try{e=new URL(r)}catch{return}if(e.protocol!=="https:"&&e.protocol!=="http:")return;let t=e.toString(),n=on();if(n.headless){l.info(`Browser auto-open skipped (${n.reason}). URL: ${t}`);return}let s=cn(t);if(!s){l.info(`No browser command for platform "${yt.platform()}". URL: ${t}`);return}(0,fn.execFile)(s.cmd,s.args,a=>{a&&l.warn(`Browser open failed: ${a.message}. URL: ${t}`)})}async function j(r){return un(x,r)}var ft=null,As=3e4;function hn(){ft=null}async function Cs(r){let e=Date.now();if(ft&&ft.expiresAt>e)return ft.value;try{let n=(await x.getStatus(r)).attestationRequired!==!1;return ft={value:n,expiresAt:e+As},n}catch{return!0}}async function P(r,e,t,n,s){if(!le()){l.warn("attestation:unavailable",{context:r});return}if(!await Cs(s)){l.info("attestation:skipped-by-server-policy",{context:r});return}l.info("attestation:attempt",{context:r,amount:e,merchant:t});try{let{nonce:i}=await x.getAttestationChallenge(),o=Buffer.from(JSON.stringify({nonce:i,amount:e,merchant:t,context:r})).toString("base64");l.info("touchid:prompt",{context:r,amount:e,merchant:t});let c=await Xr(o,n);return l.info("attestation:success",{context:r,amount:e,merchant:t}),{signature:c,nonce:i,amount:e,merchant:t}}catch(i){throw l.error("attestation:failure",{context:r,amount:e,merchant:t,error:i.message}),i}}async function J(r,e,t){let n=await x.paymentPreview({tool:r,url:e},t);if(!n||!n.merchantName||!n.amount||n.amount<=0)throw new Error("Could not determine payment amount and merchant. Try again.");if(!Number.isFinite(n.amount)||n.amount<0||n.amount>999999)throw new Error(`Invalid payment amount: ${n.amount}. Payment rejected for safety.`);return n}function te(r){if(r.pricingMode==="max-cap"){let e=typeof r.estimatedAmount=="number"&&r.estimatedAmount>0?` (estimated $${r.estimatedAmount.toFixed(2)})`:"";return`pay up to $${r.amount.toFixed(2)} to ${r.merchantName}${e}`}return`pay $${r.amount.toFixed(2)} to ${r.merchantName}`}function gn(){return _t.join(yt.homedir(),".visa-mcp","allium-results")}var Os=16*1024,Ps=50*1024*1024,Ns=10;function Ls(r){return r.replace(/[^A-Za-z0-9_\-]/g,"_").slice(0,128)}function $s(r,e){let t=gn();W.mkdirSync(t,{recursive:!0});let n=Ls(r),s=_t.join(t,`${n}.csv`);W.writeFileSync(s,e);let a=Buffer.byteLength(e),i=e.split(`
8
8
  `),o=i[0]??"",c=i.slice(1).filter(g=>g.length>0),u=[o,...c.slice(0,Ns)].join(`
9
9
  `),d={file_path:s,row_count:c.length,size_bytes:a,columns:o,preview:u,truncated:!0};if(a>Ps){let g=(a/1048576).toFixed(1);l.warn("allium:large_csv_written",{sessionId:r,size_bytes:a,file_path:s}),d.warning=`Wrote ${g} MB to ${s}. Delete ~/.visa-mcp/allium-results/ files you no longer need \u2014 they are never auto-cleaned.`}return d}function Us(){let r=gn();try{if(!W.existsSync(r))return{file_count:0,size_bytes:0,path:r};let e=W.readdirSync(r),t=0,n=0;for(let s of e)try{let a=W.statSync(_t.join(r,s));a.isFile()&&(t+=a.size,n++)}catch{}return{file_count:n,size_bytes:t,path:r}}catch(e){return l.warn("allium:disk_usage_error",{error:e.message}),{file_count:0,size_bytes:0,path:r}}}async function vt(r){if(!Dr())try{let e=await U.getSessionToken();if(!e)return;await fetch(`${Ht()}/v1/feed`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e}`},body:JSON.stringify({prompt:r.prompt,tool:r.tool,media_url:r.mediaUrl,media_type:r.mediaType,cost:r.cost,transaction_id:r.transactionId,auto:!0,...r.userContext&&{user_context:r.userContext}}),signal:AbortSignal.timeout(5e3)}),l.info("feed:submitted",{tool:r.tool,mediaType:r.mediaType})}catch{}}async function js(r,e){if(!r.url||!r.url.trim())throw new Error("A URL is required for payments. Provide the merchant payment endpoint.");let t=await J(void 0,r.url,e);l.info("payment:attempt",{tool:"pay",amount:t.amount,merchant:t.merchantName,url:r.url});try{return await j(async()=>{let n=await P(r.url||"pay",t.amount,t.merchantName,te(t)),s=await x.pay({url:r.url||"",merchantName:r.merchantName||"Unknown",description:r.description||"",method:r.method,body:r.body,attestation:n,idempotencyKey:gt.randomUUID()},e);return s.success?(l.info("payment:success",{tool:"pay",amount:t.amount,merchant:t.merchantName,rail:s.receipt?.rail}),s.receipt&&va(s.receipt)):l.warn("payment:declined",{tool:"pay",amount:t.amount,merchant:t.merchantName,message:s.message}),s})}catch(n){throw l.error("payment:failure",{tool:"pay",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function qs(r,e){if(!r.prompt||!r.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let t=await J("generate_image_card",void 0,e);l.info("payment:attempt",{tool:"generate_image_card",amount:t.amount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("generate_image_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("generate_image_card",{...r,attestation:n},12e4,e);return l.info("payment:success",{tool:"generate_image_card",amount:t.amount,merchant:t.merchantName}),s.urls?.length?(s.urls.forEach(a=>B(a)),vt({prompt:r.prompt,tool:"generate_image_card",mediaUrl:s.urls[0],mediaType:"image",cost:s.amount??t.amount,transactionId:s.transactionId,userContext:e})):l.warn("generation:no-urls",{tool:"generate_image_card",resultKeys:Object.keys(s||{})}),s})}catch(n){throw l.error("payment:failure",{tool:"generate_image_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function Ms(r,e){if(!r.prompt||!r.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let t=await J("generate_image_fast_card",void 0,e);l.info("payment:attempt",{tool:"generate_image_fast_card",amount:t.amount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("generate_image_fast_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("generate_image_fast_card",{...r,attestation:n},6e4,e);return l.info("payment:success",{tool:"generate_image_fast_card",amount:t.amount,merchant:t.merchantName}),s.urls?.length?(s.urls.forEach(a=>B(a)),vt({prompt:r.prompt,tool:"generate_image_fast_card",mediaUrl:s.urls[0],mediaType:"image",cost:s.amount??t.amount,transactionId:s.transactionId,userContext:e})):l.warn("generation:no-urls",{tool:"generate_image_fast_card",resultKeys:Object.keys(s||{})}),s})}catch(n){throw l.error("payment:failure",{tool:"generate_image_fast_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function Ds(r,e){if(!r.prompt||!r.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let t=await J("generate_video_tempo_card",void 0,e);l.info("payment:attempt",{tool:"generate_video_tempo_card",amount:t.amount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("generate_video_tempo_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("generate_video_tempo_card",{...r,attestation:n},12e4,e);return l.info("payment:success",{tool:"generate_video_tempo_card",amount:t.amount,merchant:t.merchantName}),s.urls?.length?(s.urls.forEach(a=>B(a)),vt({prompt:r.prompt,tool:"generate_video_tempo_card",mediaUrl:s.urls[0],mediaType:"video",cost:s.amount??t.amount,transactionId:s.transactionId,userContext:e})):l.warn("generation:no-urls",{tool:"generate_video_tempo_card",resultKeys:Object.keys(s||{})}),s})}catch(n){throw l.error("payment:failure",{tool:"generate_video_tempo_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function Vs(r,e){if(!r.prompt||!r.prompt.trim())throw new Error("A prompt is required. Provide a description of what you want to generate.");let t=await J("generate_music_tempo_card",void 0,e);l.info("payment:attempt",{tool:"generate_music_tempo_card",amount:t.amount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("generate_music_tempo_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("generate_music_tempo_card",{...r,attestation:n},36e4,e);return l.info("payment:success",{tool:"generate_music_tempo_card",amount:t.amount,merchant:t.merchantName}),s.urls?.length&&s.status!=="processing"?(s.urls.forEach(a=>B(a)),vt({prompt:r.prompt,tool:"generate_music_tempo_card",mediaUrl:s.urls[0],mediaType:"audio",cost:s.amount??t.amount,transactionId:s.transactionId,userContext:e})):s.urls?.length&&s.status==="processing"?(s._preliminary_urls=s.urls,delete s.urls,l.info("generation:processing",{tool:"generate_music_tempo_card",note:"URLs withheld until status is completed"})):l.warn("generation:no-urls",{tool:"generate_music_tempo_card",resultKeys:Object.keys(s||{})}),s})}catch(n){throw l.error("payment:failure",{tool:"generate_music_tempo_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function Hs(r,e){let t=await J("check_music_status_tempo_card",void 0,e);l.info("payment:attempt",{tool:"check_music_status_tempo_card",amount:t.amount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("check_music_status_tempo_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("check_music_status_tempo_card",{...r,attestation:n},void 0,e);return l.info("payment:success",{tool:"check_music_status_tempo_card",amount:t.amount,merchant:t.merchantName}),s.urls?.length&&s.urls.forEach(a=>B(a)),s})}catch(n){throw l.error("payment:failure",{tool:"check_music_status_tempo_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function Fs(r,e){if(!r.chain||!r.chain.trim())throw new Error('A chain is required (e.g., "ethereum", "solana").');if(!r.token_address||!r.token_address.trim())throw new Error("A token address is required. Provide the contract address for the token.");let t=await J("query_onchain_prices_card",void 0,e);l.info("payment:attempt",{tool:"query_onchain_prices_card",amount:t.amount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("query_onchain_prices_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("query_onchain_prices_card",{...r,attestation:n},void 0,e);if(l.info("payment:success",{tool:"query_onchain_prices_card",amount:t.amount,merchant:t.merchantName}),Array.isArray(s?.data))s.data=s.data.map(a=>{if("mint"in a&&!("address"in a)){let{mint:i,...o}=a;return{address:i,...o}}return a});else if(s&&"mint"in s&&!("address"in s)){let{mint:a,...i}=s;return{address:a,...i}}return s})}catch(n){throw l.error("payment:failure",{tool:"query_onchain_prices_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function Bs(r,e){if(!r.prompt||!r.prompt.trim())throw new Error("A prompt is required. Provide a natural language question about blockchain data.");let t=await J("allium_explorer_card",void 0,e);l.info("payment:attempt",{tool:"allium_explorer_card",amount:t.amount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("allium_explorer_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("allium_explorer_card",{...r,attestation:n},12e4,e);return l.info("payment:success",{tool:"allium_explorer_card",amount:t.amount,merchant:t.merchantName}),s})}catch(n){throw l.error("payment:failure",{tool:"allium_explorer_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}async function Ws(r,e){if(!r.session_id||!r.session_id.trim())throw new Error("A session_id is required. Use the session_id returned from allium_explorer_card.");let t=await J("allium_explorer_results_card",void 0,e);l.info("payment:attempt",{tool:"allium_explorer_results_card",amount:t.amount,pricingMode:t.pricingMode,estimatedAmount:t.estimatedAmount,merchant:t.merchantName});try{return await j(async()=>{let n=await P("allium_explorer_results_card",t.amount,t.merchantName,te(t)),s=await x.shortcut("allium_explorer_results_card",{...r,attestation:n},6e4,e);l.info("payment:success",{tool:"allium_explorer_results_card",amount:t.amount,actualCost:s?.actualCost,merchant:t.merchantName});let a=typeof s?.data?.results=="string"?s.data.results:void 0;if(a&&Buffer.byteLength(a)>Os){let i=$s(r.session_id,a),{results:o,...c}=s.data;return{...s,data:{...c,...i}}}return s})}catch(n){throw l.error("payment:failure",{tool:"allium_explorer_results_card",amount:t.amount,merchant:t.merchantName,error:n.message}),n}}var ht="https://pxlwall.com";async function Ks(r){if([r.shape,r.text,r.pixels].filter(Boolean).length>1)throw new Error("Provide only one of: shape, text, or pixels. Cannot combine modes.");let t,n,s=r.position||"cheapest";if(typeof s=="string"&&s.startsWith("{"))try{s=JSON.parse(s)}catch{}if(r.shape)t=`${ht}/api/agent/draw-shape`,n={shape:r.shape,color:r.color||"#ffffff",owner:r.owner,position:s},r.shape==="circle"?n.radius=r.size||10:r.shape==="rectangle"?(n.width=r.width||20,n.height=r.height||10):n.size=r.size||10;else if(r.text)t=`${ht}/api/agent/draw-text`,n={text:r.text,color:r.color||"#ffffff",owner:r.owner,position:s};else if(r.pixels){if(r.pixels.length<100)throw new Error(`Minimum 100 pixels per purchase. You requested ${r.pixels.length}.`);for(let i of r.pixels)if(i.x<0||i.x>499||i.y<0||i.y>499)throw new Error(`Pixel (${i.x},${i.y}) is out of bounds. Grid is 500x500 (coordinates 0-499).`);t=`${ht}/api/create-purchase-spec`,n={pixels:r.pixels,color:r.color||"#ffffff",owner:r.owner},r.colors&&(n.colors=r.colors)}else throw new Error("Provide one of: shape, text, or pixels.");let a=await fetch(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n),signal:AbortSignal.timeout(15e3)});if(!a.ok){let i=await a.text().catch(()=>"");throw new Error(`pxlwall spec creation failed (${a.status}): ${i}`)}return a.json()}async function zs(r,e){let t=await Ks(r),n=t.pixels?.length??r.pixels?.length??0,s="pxlwall";l.info("payment:attempt",{tool:"pxlwall_card",amount:t.totalUSD,pixelCount:n,merchant:s});try{let a=await P("pxlwall_card",t.totalUSD,s,`pay $${t.totalUSD.toFixed(2)} to ${s} for ${n} pixels`),i=await x.shortcut("pxlwall_card",{specId:t.specId,attestation:a},6e4,e);return l.info("payment:success",{tool:"pxlwall_card",merchant:s}),B(ht),i.urls?.length&&i.urls.forEach(o=>B(o)),{...i,specId:t.specId,pixelCount:n,totalUSD:t.totalUSD,canvasUrl:ht}}catch(a){throw l.error("payment:failure",{tool:"pxlwall_card",merchant:s,error:a.message}),a}}var Zs=["generate_music_tempo_card"],Gs=36e4,Ys=18e4,Js=15e3,Xs=12e4,Qs=2e3;async function ea(r,e){let t;if(r.requests?.some(w=>w.tool||w.tool_id)&&r.requests)t=r.requests.map(w=>{let I=w.tool||w.tool_id||r.tool;if(!I)throw new Error("Each request must specify tool or tool_id, or set tool at the top level.");let A=Mt(I,w.tier||r.tier),{tool:M,tool_id:oe,tier:ce,...ue}=w;return{resolvedTool:A,params:ue}});else if(r.tool){let w=Mt(r.tool,r.tier);t=(r.requests||(r.count&&r.params?Array.from({length:r.count},()=>({...r.params})):[])).map(A=>({resolvedTool:w,params:A}))}else throw new Error("Batch requires a top-level tool or per-request tool/tool_id.");if(t.length===0)throw new Error("Batch requires at least one item.");let s=[...new Set(t.map(w=>w.resolvedTool))],a=s.length===1,i={};for(let w of s)i[w]=await J(w,void 0,e);let o=0;for(let w of t)o+=i[w.resolvedTool].amount;let c=[...new Set(Object.values(i).map(w=>w.merchantName))].join(", "),u=a?s[0]:"mixed";l.info("payment:attempt",{tool:"batch",batchTool:u,count:t.length,totalAmount:o,merchant:c,heterogeneous:!a});let d=a?`pay $${o.toFixed(2)} to ${c} (${t.length} items, $${i[s[0]].amount.toFixed(2)} each)`:`pay $${o.toFixed(2)} to ${c} (${t.length} items across ${s.length} tools)`,g=a?t.map(w=>w.params):t.map(w=>({tool_id:w.resolvedTool,...w.params})),O=t.some(w=>Zs.includes(w.resolvedTool)),y=t.some(w=>w.resolvedTool.startsWith("or-")||w.resolvedTool==="run_llm"||w.resolvedTool==="execute_tool"),he=O?Gs:y?Ys+t.length*Js:Xs+t.length*Qs;try{return await j(async()=>{let w=await P(`batch:${u}`,o,c,d),I=await x.batch({tool:a?s[0]:u,requests:g,attestation:w,idempotencyKey:gt.randomUUID()},he,e);return l.info("payment:success",{tool:"batch",batchTool:u,count:t.length,totalAmount:o,merchant:c}),I.results&&I.results.forEach(A=>{A.urls&&A.urls.forEach(M=>B(M))}),I})}catch(w){throw l.error("payment:failure",{tool:"batch",batchTool:u,count:t.length,totalAmount:o,merchant:c,error:w.message}),w}}function ta(){try{let r=_t.join(yt.homedir(),".claude","settings.json");if(!W.existsSync(r))return{enabled:!1,setup:"visa-cli hud enable"};let e=JSON.parse(W.readFileSync(r,"utf-8")),t=typeof e.statusLine=="object"?e.statusLine.command:"";return Dt(t)?{enabled:!0}:e.statusLine?{enabled:!1,setup:"Another HUD is active. To switch: edit ~/.claude/settings.json \u2192 statusLine"}:{enabled:!1,setup:"visa-cli hud enable"}}catch{return{enabled:!1,setup:"visa-cli hud enable"}}}async function ra(r){let e=await x.getStatus(r);typeof e?.dailyRemaining=="number"&&(e.dailyRemaining=Math.round(e.dailyRemaining*100)/100);let t=Us();return t.file_count>0&&(e.alliumResultsOnDisk=t),e.hud=ta(),e.version=Rs,e}async function na(r){let t=(await x.getStatus(r)).cards||[];return t.length===0?{cards:[],message:"No cards enrolled. Use the add_card tool to add a payment card."}:t.some(s=>!Number.isInteger(s?.id)||s.id<=0)?{success:!1,cards:[],message:"Card ids are unavailable right now, so remove_card and set_default_card are temporarily disabled."}:{cards:t}}async function sa(r){let e=await x.getTransactions(r);return Array.isArray(e?.transactions)&&(e.transactions=e.transactions.filter(t=>!(t.tool_name==null||t.amount===0&&t.status==="failed"))),e}async function aa(r,e){return await x.feedback(r.message,r.transaction_id,e)}async function ia(r,e){if(!r.confirm)return{success:!1,message:"Please confirm by setting confirm: true to update spending controls."};l.info("spending_controls:update",{maxTransactionAmount:r.maxTransactionAmount,dailyLimit:r.dailyLimit});try{return await j(async()=>{let t=await P("spending-controls",0,"","update spending controls"),n=await x.updateSpendingControls({maxTransactionAmount:r.maxTransactionAmount,dailyLimit:r.dailyLimit,confirm:!0,attestation:t},e);return l.info("spending_controls:success",{maxTransactionAmount:r.maxTransactionAmount,dailyLimit:r.dailyLimit}),n})}catch(t){throw l.error("spending_controls:failure",{error:t.message}),t}}async function oa(r){let e=await dn({api:x,includeDev:!!r.includeDev});return{config:e.entries.map(t=>({key:t.key,value:t.value,source:t.source,hint:t.hint})),statusError:e.statusError}}async function ca(r){if(!r.key||typeof r.key!="string")return{success:!1,error:"key is required. Call config_list first to see available keys."};if(r.value===void 0)return{success:!1,error:"value is required. Use config_unset to remove a setting."};l.info("config:set",{key:r.key});try{let e=jr(r.key,r.value);return l.info("config:set:success",{key:e.key,requiresRestart:e.requiresRestart}),{success:!0,key:e.key,value:e.value,requiresRestart:e.requiresRestart,path:e.path,message:e.requiresRestart?`Saved ${e.key}. Restart Claude Code for the change to take effect.`:`Saved ${e.key}.`}}catch(e){let t=e instanceof Se?"UNKNOWN_KEY":e instanceof Te?"SERVER_CONTROLLED":"INVALID_VALUE";return l.warn("config:set:rejected",{key:r.key,code:t,error:e.message}),{success:!1,error:e.message,code:t,settableKeys:Object.keys(Ye).sort()}}}async function ua(r){if(!r.key||typeof r.key!="string")return{success:!1,error:"key is required. Call config_list first to see which keys are currently set via settings.json."};l.info("config:unset",{key:r.key});try{let e=qr(r.key);return l.info("config:unset:success",{key:e.key,removed:e.removed}),{success:!0,key:e.key,removed:e.removed,requiresRestart:e.requiresRestart,path:e.path,message:e.removed?e.requiresRestart?`Removed ${e.key}. Restart Claude Code for the change to take effect.`:`Removed ${e.key}.`:`${e.key} was not set in settings.json \u2014 nothing to remove.`}}catch(e){let t=e instanceof Se?"UNKNOWN_KEY":e instanceof Te?"SERVER_CONTROLLED":"INVALID_VALUE";return l.warn("config:unset:rejected",{key:r.key,code:t,error:e.message}),{success:!1,error:e.message,code:t,settableKeys:Object.keys(Ye).sort()}}}async function la(r){let e=await x.getStatus(r),t=e.attestationRequired!==!1;return{required:t,hasAttestationKey:!!e.hasAttestationKey,touchIdAvailable:le(),message:t?"Touch ID is REQUIRED for payments.":"Touch ID is NOT required for payments. Payments will proceed without biometric confirmation."}}async function da(r){l.info("biometric:on");let e=await x.setBiometricPreference({required:!0},r);return e.success?(hn(),{success:!0,required:!0,message:"Touch ID is now REQUIRED for payments."}):{success:!1,error:e.error||"unknown error"}}async function pa(r,e){if(!r.confirm)return{success:!1,message:"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."};l.info("biometric:off");try{return await j(async()=>{let t=await x.getStatus(e),n;if(t.hasAttestationKey&&(n=await P("biometric-preference",0,"","disable Touch ID requirement"),!n))throw new Error("Touch ID confirmation required to disable \u2014 not available on this device.");let s=await x.setBiometricPreference({required:!1,attestation:n},e);if(!s.success)throw new Error(s.error||"unknown error");return hn(),{success:!0,required:!1,message:"Touch ID is no longer required for payments."}})}catch(t){throw l.error("biometric:off:failure",{error:t.message}),t}}var mn=3e4,ma=3e5;async function yn(r,e){let t=gt.randomBytes(16).toString("hex"),n=`${r}${r.includes("?")?"&":"?"}state=${t}`;B(n);let s=Date.now()+ma;for(;Date.now()<s;)try{let a=await fetch(`${Ht()}/v1/auth-status`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({state:t,timeout:mn,...e&&{user_context:e}}),signal:AbortSignal.timeout(mn+5e3)});if(!a.ok)continue;let i=await a.json();if(i.status==="pending")continue;if(i.status==="expired")return{success:!1,message:"Session expired. Please try again."};if(i.status==="error")return{success:!1,message:i.error||"Authentication failed. Please try again."};if(i.status==="complete"){if(i.sessionToken){await U.saveSessionToken(i.sessionToken);let c=i.user||"",u=i.last4||"****";return l.info("auth:login_complete",{user:c,last4:u}),{success:!0,message:`Signed in as ${c}. Card ending in ${u} added.${pn}`}}let o=i.last4||"****";return l.info("auth:card_added",{last4:o}),{success:!0,message:`Card ending in ${o} enrolled.${pn}`}}}catch{}return{success:!1,message:"Login timed out. Please try again."}}async function fa(r,e){if(!r.confirm)return{success:!1,message:"Please confirm by setting confirm: true to remove this card."};let t=r.cardId;if(!Number.isInteger(t)||t<=0)return{success:!1,message:"cardId must be a positive integer. Call get_cards to list enrolled cards and their ids."};l.info("cards:remove_attempt",{cardId:t});let n=`remove-card:${t}`,s=`remove enrolled card #${t}`;try{return await j(async()=>{let a=await P(n,0,"",s),i=await x.removeCard(t,{attestation:a},e);return l.info("cards:remove_success",{cardId:t,promotedId:i?.promotedId??null}),i})}catch(a){throw l.error("cards:remove_failure",{cardId:t,error:a.message}),a}}async function ha(r,e){let t=r.cardId;if(!Number.isInteger(t)||t<=0)return{success:!1,message:"cardId must be a positive integer. Call get_cards to list enrolled cards and their ids."};l.info("cards:set_default_attempt",{cardId:t});let n=`set-default-card:${t}`,s=`set card #${t} as default`;try{return await j(async()=>{let a=await P(n,0,"",s),i=await x.setDefaultCard(t,{attestation:a},e);return l.info("cards:set_default_success",{cardId:t}),i})}catch(a){throw l.error("cards:set_default_failure",{cardId:t,error:a.message}),a}}async function ga(r){return l.info("auth:login_attempt"),yn(`${Ht()}/login`,r)}async function ya(r){return l.info("auth:add_card_attempt"),await U.getSessionToken()?yn(`${Ht()}/enroll`,r):{success:!1,message:"Not logged in. Sign up at https://visacli.sh or call the login tool first."}}async function _a(r,e){if(!r.confirm)return{success:!1,message:"Please confirm by setting confirm: true to reset"};l.info("reset:attempt");let t=await P("reset",0,"","reset device and remove all credentials");try{await x.logout({attestation:t},e)}catch{}if(await U.clearAll(),le())try{await Qr()}catch{}return l.info("reset:success"),{success:!0,message:"Device reset. All credentials, cards, and keys have been removed. Use the login tool to re-enroll."}}function va(r){let e=["url","resultUrl","imageUrl","audioUrl","trackUrl"];for(let t of e){let n=r[t];n&&typeof n=="string"&&n.startsWith("http")&&B(n)}Array.isArray(r.urls)&&r.urls.forEach(t=>{t&&typeof t=="string"&&t.startsWith("http")&&B(t)})}async function ba(r){if(!r.query&&!r.category)throw new Error("Provide a query (what you want to do) or category (image, video, audio, 3d, llm) to search the tool catalog.");l.info("catalog:discover",{query:r.query,category:r.category});try{let t=(await x.catalogSearch(r.query,r.category)).tools||[];if(t.length===0)return{content:[{type:"text",text:`No tools found for "${r.query||r.category}". Try a different search term.`}]};let n=t.map((s,a)=>`${a+1}. **${s.name}** (${s.id})
@@ -16,7 +16,7 @@
16
16
  ${n}
17
17
 
18
18
  Use execute_tool with the tool id and required params to run any of these.`}],_tools:t}}catch(e){throw l.error("catalog:discover:error",{error:e.message}),new Error(`Failed to search tool catalog: ${e.message}`)}}function wa(r,e){return e==="image"||e==="video"||e==="audio"?e:r?.match(/\.(mp4|webm|mov)/)?"video":"image"}async function ka(r,e){let{tool_id:t,params:n,...s}=r,a=n||s;if(!t)throw new Error("tool_id is required. Use discover_tools first to find available tools.");l.info("catalog:execute",{tool:t});let i=await J(t,void 0,e);l.info("payment:attempt",{tool:t,amount:i.amount,merchant:i.merchantName});try{return await j(async()=>{let o=await P(t,i.amount,i.merchantName,te(i)),c=await x.shortcut(t,{...a,attestation:o},12e4,e);if(l.info("payment:success",{tool:t,amount:i.amount,merchant:i.merchantName}),c.urls?.length){c.urls.forEach(d=>B(d));let u=wa(c.urls[0],c.mediaType);vt({prompt:a.prompt||`${t} execution`,tool:t,mediaUrl:c.urls[0],mediaType:u,cost:c.amount??i.amount,transactionId:c.transactionId,userContext:e})}return c})}catch(o){throw l.error("payment:failure",{tool:t,amount:i.amount,merchant:i.merchantName,error:o.message}),o}}var C=class{static async getStatus(e){return ra(e)}static async pay(e,t){return js(e,t)}static async getCards(e){return na(e)}static async transactionHistory(e){return sa(e)}static async feedback(e,t){return aa(e,t)}static async updateSpendingControls(e,t){return ia(e,t)}static async configList(e){return oa(e||{})}static async configSet(e){return ca(e||{})}static async configUnset(e){return ua(e||{})}static async biometricStatus(e){return la(e)}static async biometricOn(e){return da(e)}static async biometricOff(e,t){return pa(e,t)}static async reset(e,t){return _a(e,t)}static async login(e){return ga(e)}static async addCard(e){return ya(e)}static async removeCard(e,t){return fa(e,t)}static async setDefaultCard(e,t){return ha(e,t)}static async batch(e,t){return ea(e,t)}static async discoverTools(e){return ba(e)}static async executeTool(e,t){return ka(e,t)}static async shortcut(e,t,n){switch(e){case"generate_image_card":return qs(t,n);case"generate_image_fast_card":return Ms(t,n);case"generate_video_tempo_card":return Ds(t,n);case"generate_music_tempo_card":return Vs(t,n);case"check_music_status_tempo_card":return Hs(t,n);case"query_onchain_prices_card":return Fs(t,n);case"allium_explorer_card":return Bs(t,n);case"allium_explorer_results_card":return Ws(t,n);case"pxlwall_card":return zs(t,n);default:{l.info("payment:attempt",{tool:e});try{let s=await P(e,0,""),a=await x.shortcut(e,{...t,attestation:s},void 0,n);return l.info("payment:success",{tool:e}),a.urls?.length&&a.urls.forEach(i=>B(i)),a}catch(s){throw l.error("payment:failure",{tool:e,error:s.message}),s}}}}static async submitFeedback(e,t,n){l.info("feedback:submit",{length:e.length});try{let s=await x.submitFeedback(e,t,n);return l.info("feedback:submitted",{message:"Feedback received"}),s}catch(s){let a=s instanceof Error?s.message:"Unknown error";throw l.error("feedback:error",{error:a}),s}}static async getFeedback(e,t){l.info("feedback:list",{limit:e||20});try{let n=await x.getFeedback(e,t);return l.info("feedback:listed",{count:n?.feedback?.length||0}),n}catch(n){let s=n instanceof Error?n.message:"Unknown error";throw l.error("feedback:error",{error:s}),n}}};var yr=new Set(["generate_image_card","generate_image_fast_card","generate_video_tempo_card","generate_music_tempo_card","check_music_status_tempo_card","query_onchain_prices_card","allium_explorer_card","allium_explorer_results_card","pxlwall_card"]),_r=new Set(["discover_tools","execute_tool"]),xa=new Set(Ee);function _n(r){return yr.has(r)&&!Qe()?"VISA_SPECIFIC_TOOLS":_r.has(r)&&!et()?"VISA_DISCOVER_TOOLS":xa.has(r)&&!Xe()?"VISA_META_TOOLS":null}var vr=["pay","generate_image_card","generate_image_fast_card","generate_video_tempo_card","generate_music_tempo_card","query_onchain_prices_card","allium_explorer_card","allium_explorer_results_card"],Sa={generate_image_card:"image generation",generate_image_fast_card:"fast image generation",generate_music_tempo_card:"music generation",generate_video_tempo_card:"video generation",query_onchain_prices_card:"onchain price queries",allium_explorer_card:"blockchain data exploration",allium_explorer_results_card:"blockchain data results",pay:"payments"};function Ta(r){return Sa[r]||r}var Ae=null;async function Ft(r){if(Ae!==null)return Ae;try{let{transactions:e}=await r.getTransactions();Ae={};for(let t of e)t.status==="completed"&&(Ae[t.tool_name]=(Ae[t.tool_name]||0)+1)}catch{l.warn("feedback-prompting:cache-error",{message:"Failed to fetch transaction history for feedback prompting"}),Ae={}}return Ae}function vn(r,e,t){return vr.includes(r)?e===0?{_feedback_prompt:{message:`This was your first time using ${Ta(r)} \u2014 if you have any thoughts on the experience, I'd be happy to pass them along to the Visa CLI team.`,transaction_id:t}}:e%5===0?{_feedback_hint:{message:"Feedback? Just say how that went.",transaction_id:t}}:{}:{}}var bt=R(require("fs")),bn=R(require("path"));var Ia=5,Ra={shownCodes:[]},Ce=null;function wn(){return process.env.VISA_CLI_REFERRAL_NUDGE_FILE||bn.join(Y.getConfigDir(),"referral-nudges.json")}function Ea(){if(Ce)return Ce;try{let r=bt.readFileSync(wn(),"utf8"),e=JSON.parse(r);return Ce={shownCodes:Array.isArray(e.shownCodes)?e.shownCodes.filter(t=>typeof t=="string"):[]},Ce}catch{return Ce={...Ra},Ce}}function Aa(r){Ce=r;try{Y.ensureConfigDir(),bt.writeFileSync(wn(),JSON.stringify(r,null,2)+`
19
- `,{mode:384})}catch{}}function Ca(r){return r.trim().toLowerCase()}function kn(r,e){if(e<Ia)return{};if(!r.referralCode||!r.referralLink)return{};let t=Ca(r.referralCode);if(!t)return{};let n=Ea();return n.shownCodes.includes(t)?{}:(Aa({shownCodes:[...n.shownCodes,t]}),{_referral_prompt:{message:`Thanks for giving Visa CLI a try. Know anyone who might want to try it too? Here's your referral code: ${r.referralCode}`,referral_code:r.referralCode,referral_link:r.referralLink}})}var T={};Er(T,{BRAND:()=>ri,DIRTY:()=>Oe,EMPTY_PATH:()=>La,INVALID:()=>_,NEVER:()=>Di,OK:()=>$,ParseStatus:()=>N,Schema:()=>k,ZodAny:()=>we,ZodArray:()=>fe,ZodBigInt:()=>Ne,ZodBoolean:()=>Le,ZodBranded:()=>kt,ZodCatch:()=>We,ZodDate:()=>$e,ZodDefault:()=>Be,ZodDiscriminatedUnion:()=>Kt,ZodEffects:()=>G,ZodEnum:()=>He,ZodError:()=>V,ZodFirstPartyTypeKind:()=>v,ZodFunction:()=>Zt,ZodIntersection:()=>Me,ZodIssueCode:()=>p,ZodLazy:()=>De,ZodLiteral:()=>Ve,ZodMap:()=>ot,ZodNaN:()=>ut,ZodNativeEnum:()=>Fe,ZodNever:()=>X,ZodNull:()=>je,ZodNullable:()=>se,ZodNumber:()=>Pe,ZodObject:()=>H,ZodOptional:()=>z,ZodParsedType:()=>f,ZodPipeline:()=>xt,ZodPromise:()=>ke,ZodReadonly:()=>Ke,ZodRecord:()=>zt,ZodSchema:()=>k,ZodSet:()=>ct,ZodString:()=>be,ZodSymbol:()=>at,ZodTransformer:()=>G,ZodTuple:()=>ne,ZodType:()=>k,ZodUndefined:()=>Ue,ZodUnion:()=>qe,ZodUnknown:()=>me,ZodVoid:()=>it,addIssueToContext:()=>m,any:()=>di,array:()=>hi,bigint:()=>ii,boolean:()=>Nn,coerce:()=>Mi,custom:()=>Cn,date:()=>oi,datetimeRegex:()=>En,defaultErrorMap:()=>de,discriminatedUnion:()=>vi,effect:()=>Oi,enum:()=>Ei,function:()=>Ti,getErrorMap:()=>rt,getParsedType:()=>re,instanceof:()=>si,intersection:()=>bi,isAborted:()=>Bt,isAsync:()=>nt,isDirty:()=>Wt,isValid:()=>ve,late:()=>ni,lazy:()=>Ii,literal:()=>Ri,makeIssue:()=>wt,map:()=>xi,nan:()=>ai,nativeEnum:()=>Ai,never:()=>mi,null:()=>li,nullable:()=>Ni,number:()=>Pn,object:()=>gi,objectUtil:()=>br,oboolean:()=>qi,onumber:()=>ji,optional:()=>Pi,ostring:()=>Ui,pipeline:()=>$i,preprocess:()=>Li,promise:()=>Ci,quotelessJson:()=>Oa,record:()=>ki,set:()=>Si,setErrorMap:()=>Na,strictObject:()=>yi,string:()=>On,symbol:()=>ci,transformer:()=>Oi,tuple:()=>wi,undefined:()=>ui,union:()=>_i,unknown:()=>pi,util:()=>S,void:()=>fi});var S;(function(r){r.assertEqual=s=>{};function e(s){}r.assertIs=e;function t(s){throw new Error}r.assertNever=t,r.arrayToEnum=s=>{let a={};for(let i of s)a[i]=i;return a},r.getValidEnumValues=s=>{let a=r.objectKeys(s).filter(o=>typeof s[s[o]]!="number"),i={};for(let o of a)i[o]=s[o];return r.objectValues(i)},r.objectValues=s=>r.objectKeys(s).map(function(a){return s[a]}),r.objectKeys=typeof Object.keys=="function"?s=>Object.keys(s):s=>{let a=[];for(let i in s)Object.prototype.hasOwnProperty.call(s,i)&&a.push(i);return a},r.find=(s,a)=>{for(let i of s)if(a(i))return i},r.isInteger=typeof Number.isInteger=="function"?s=>Number.isInteger(s):s=>typeof s=="number"&&Number.isFinite(s)&&Math.floor(s)===s;function n(s,a=" | "){return s.map(i=>typeof i=="string"?`'${i}'`:i).join(a)}r.joinValues=n,r.jsonStringifyReplacer=(s,a)=>typeof a=="bigint"?a.toString():a})(S||(S={}));var br;(function(r){r.mergeShapes=(e,t)=>({...e,...t})})(br||(br={}));var f=S.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),re=r=>{switch(typeof r){case"undefined":return f.undefined;case"string":return f.string;case"number":return Number.isNaN(r)?f.nan:f.number;case"boolean":return f.boolean;case"function":return f.function;case"bigint":return f.bigint;case"symbol":return f.symbol;case"object":return Array.isArray(r)?f.array:r===null?f.null:r.then&&typeof r.then=="function"&&r.catch&&typeof r.catch=="function"?f.promise:typeof Map<"u"&&r instanceof Map?f.map:typeof Set<"u"&&r instanceof Set?f.set:typeof Date<"u"&&r instanceof Date?f.date:f.object;default:return f.unknown}};var p=S.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"]),Oa=r=>JSON.stringify(r,null,2).replace(/"([^"]+)":/g,"$1:"),V=class r extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}format(e){let t=e||function(a){return a.message},n={_errors:[]},s=a=>{for(let i of a.issues)if(i.code==="invalid_union")i.unionErrors.map(s);else if(i.code==="invalid_return_type")s(i.returnTypeError);else if(i.code==="invalid_arguments")s(i.argumentsError);else if(i.path.length===0)n._errors.push(t(i));else{let o=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(o[u]=o[u]||{_errors:[]},o[u]._errors.push(t(i))):o[u]=o[u]||{_errors:[]},o=o[u],c++}}};return s(this),n}static assert(e){if(!(e instanceof r))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,S.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=t=>t.message){let t={},n=[];for(let s of this.issues)if(s.path.length>0){let a=s.path[0];t[a]=t[a]||[],t[a].push(e(s))}else n.push(e(s));return{formErrors:n,fieldErrors:t}}get formErrors(){return this.flatten()}};V.create=r=>new V(r);var Pa=(r,e)=>{let t;switch(r.code){case p.invalid_type:r.received===f.undefined?t="Required":t=`Expected ${r.expected}, received ${r.received}`;break;case p.invalid_literal:t=`Invalid literal value, expected ${JSON.stringify(r.expected,S.jsonStringifyReplacer)}`;break;case p.unrecognized_keys:t=`Unrecognized key(s) in object: ${S.joinValues(r.keys,", ")}`;break;case p.invalid_union:t="Invalid input";break;case p.invalid_union_discriminator:t=`Invalid discriminator value. Expected ${S.joinValues(r.options)}`;break;case p.invalid_enum_value:t=`Invalid enum value. Expected ${S.joinValues(r.options)}, received '${r.received}'`;break;case p.invalid_arguments:t="Invalid function arguments";break;case p.invalid_return_type:t="Invalid function return type";break;case p.invalid_date:t="Invalid date";break;case p.invalid_string:typeof r.validation=="object"?"includes"in r.validation?(t=`Invalid input: must include "${r.validation.includes}"`,typeof r.validation.position=="number"&&(t=`${t} at one or more positions greater than or equal to ${r.validation.position}`)):"startsWith"in r.validation?t=`Invalid input: must start with "${r.validation.startsWith}"`:"endsWith"in r.validation?t=`Invalid input: must end with "${r.validation.endsWith}"`:S.assertNever(r.validation):r.validation!=="regex"?t=`Invalid ${r.validation}`:t="Invalid";break;case p.too_small:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at least":"more than"} ${r.minimum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at least":"over"} ${r.minimum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="bigint"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(r.minimum))}`:t="Invalid input";break;case p.too_big:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at most":"less than"} ${r.maximum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at most":"under"} ${r.maximum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="bigint"?t=`BigInt must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly":r.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(r.maximum))}`:t="Invalid input";break;case p.custom:t="Invalid input";break;case p.invalid_intersection_types:t="Intersection results could not be merged";break;case p.not_multiple_of:t=`Number must be a multiple of ${r.multipleOf}`;break;case p.not_finite:t="Number must be finite";break;default:t=e.defaultError,S.assertNever(r)}return{message:t}},de=Pa;var xn=de;function Na(r){xn=r}function rt(){return xn}var wt=r=>{let{data:e,path:t,errorMaps:n,issueData:s}=r,a=[...t,...s.path||[]],i={...s,path:a};if(s.message!==void 0)return{...s,path:a,message:s.message};let o="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)o=u(i,{data:e,defaultError:o}).message;return{...s,path:a,message:o}},La=[];function m(r,e){let t=rt(),n=wt({issueData:e,data:r.data,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t,t===de?void 0:de].filter(s=>!!s)});r.common.issues.push(n)}var N=class r{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,t){let n=[];for(let s of t){if(s.status==="aborted")return _;s.status==="dirty"&&e.dirty(),n.push(s.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,t){let n=[];for(let s of t){let a=await s.key,i=await s.value;n.push({key:a,value:i})}return r.mergeObjectSync(e,n)}static mergeObjectSync(e,t){let n={};for(let s of t){let{key:a,value:i}=s;if(a.status==="aborted"||i.status==="aborted")return _;a.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),a.value!=="__proto__"&&(typeof i.value<"u"||s.alwaysSet)&&(n[a.value]=i.value)}return{status:e.value,value:n}}},_=Object.freeze({status:"aborted"}),Oe=r=>({status:"dirty",value:r}),$=r=>({status:"valid",value:r}),Bt=r=>r.status==="aborted",Wt=r=>r.status==="dirty",ve=r=>r.status==="valid",nt=r=>typeof Promise<"u"&&r instanceof Promise;var h;(function(r){r.errToObj=e=>typeof e=="string"?{message:e}:e||{},r.toString=e=>typeof e=="string"?e:e?.message})(h||(h={}));var Z=class{constructor(e,t,n,s){this._cachedPath=[],this.parent=e,this.data=t,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}},Sn=(r,e)=>{if(ve(e))return{success:!0,data:e.value};if(!r.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let t=new V(r.common.issues);return this._error=t,this._error}}};function b(r){if(!r)return{};let{errorMap:e,invalid_type_error:t,required_error:n,description:s}=r;if(e&&(t||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:s}:{errorMap:(i,o)=>{let{message:c}=r;return i.code==="invalid_enum_value"?{message:c??o.defaultError}:typeof o.data>"u"?{message:c??n??o.defaultError}:i.code!=="invalid_type"?{message:o.defaultError}:{message:c??t??o.defaultError}},description:s}}var k=class{get description(){return this._def.description}_getType(e){return re(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:re(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new N,ctx:{common:e.parent.common,data:e.data,parsedType:re(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let t=this._parse(e);if(nt(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){let t=this._parse(e);return Promise.resolve(t)}parse(e,t){let n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}safeParse(e,t){let n={common:{issues:[],async:t?.async??!1,contextualErrorMap:t?.errorMap},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:re(e)},s=this._parseSync({data:e,path:n.path,parent:n});return Sn(n,s)}"~validate"(e){let t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:re(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:t});return ve(n)?{value:n.value}:{issues:t.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(n=>ve(n)?{value:n.value}:{issues:t.common.issues})}async parseAsync(e,t){let n=await this.safeParseAsync(e,t);if(n.success)return n.data;throw n.error}async safeParseAsync(e,t){let n={common:{issues:[],contextualErrorMap:t?.errorMap,async:!0},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:re(e)},s=this._parse({data:e,path:n.path,parent:n}),a=await(nt(s)?s:Promise.resolve(s));return Sn(n,a)}refine(e,t){let n=s=>typeof t=="string"||typeof t>"u"?{message:t}:typeof t=="function"?t(s):t;return this._refinement((s,a)=>{let i=e(s),o=()=>a.addIssue({code:p.custom,...n(s)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(o(),!1)):i?!0:(o(),!1)})}refinement(e,t){return this._refinement((n,s)=>e(n)?!0:(s.addIssue(typeof t=="function"?t(n,s):t),!1))}_refinement(e){return new G({schema:this,typeName:v.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,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:t=>this["~validate"](t)}}optional(){return z.create(this,this._def)}nullable(){return se.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return fe.create(this)}promise(){return ke.create(this,this._def)}or(e){return qe.create([this,e],this._def)}and(e){return Me.create(this,e,this._def)}transform(e){return new G({...b(this._def),schema:this,typeName:v.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let t=typeof e=="function"?e:()=>e;return new Be({...b(this._def),innerType:this,defaultValue:t,typeName:v.ZodDefault})}brand(){return new kt({typeName:v.ZodBranded,type:this,...b(this._def)})}catch(e){let t=typeof e=="function"?e:()=>e;return new We({...b(this._def),innerType:this,catchValue:t,typeName:v.ZodCatch})}describe(e){let t=this.constructor;return new t({...this._def,description:e})}pipe(e){return xt.create(this,e)}readonly(){return Ke.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},$a=/^c[^\s-]{8,}$/i,Ua=/^[0-9a-z]+$/,ja=/^[0-9A-HJKMNP-TV-Z]{26}$/i,qa=/^[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,Ma=/^[a-z0-9_-]{21}$/i,Da=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Va=/^[-+]?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)?)??$/,Ha=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Fa="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",wr,Ba=/^(?:(?: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])$/,Wa=/^(?:(?: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])$/,Ka=/^(([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]))$/,za=/^(([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])$/,Za=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Ga=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,In="((\\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])))",Ya=new RegExp(`^${In}$`);function Rn(r){let e="[0-5]\\d";r.precision?e=`${e}\\.\\d{${r.precision}}`:r.precision==null&&(e=`${e}(\\.\\d+)?`);let t=r.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${t}`}function Ja(r){return new RegExp(`^${Rn(r)}$`)}function En(r){let e=`${In}T${Rn(r)}`,t=[];return t.push(r.local?"Z?":"Z"),r.offset&&t.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${t.join("|")})`,new RegExp(`^${e}$`)}function Xa(r,e){return!!((e==="v4"||!e)&&Ba.test(r)||(e==="v6"||!e)&&Ka.test(r))}function Qa(r,e){if(!Da.test(r))return!1;try{let[t]=r.split(".");if(!t)return!1;let n=t.replace(/-/g,"+").replace(/_/g,"/").padEnd(t.length+(4-t.length%4)%4,"="),s=JSON.parse(atob(n));return!(typeof s!="object"||s===null||"typ"in s&&s?.typ!=="JWT"||!s.alg||e&&s.alg!==e)}catch{return!1}}function ei(r,e){return!!((e==="v4"||!e)&&Wa.test(r)||(e==="v6"||!e)&&za.test(r))}var be=class r extends k{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==f.string){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_type,expected:f.string,received:a.parsedType}),_}let n=new N,s;for(let a of this._def.checks)if(a.kind==="min")e.data.length<a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),n.dirty());else if(a.kind==="max")e.data.length>a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),n.dirty());else if(a.kind==="length"){let i=e.data.length>a.value,o=e.data.length<a.value;(i||o)&&(s=this._getOrReturnCtx(e,s),i?m(s,{code:p.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}):o&&m(s,{code:p.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}),n.dirty())}else if(a.kind==="email")Ha.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"email",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="emoji")wr||(wr=new RegExp(Fa,"u")),wr.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"emoji",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="uuid")qa.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"uuid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="nanoid")Ma.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"nanoid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="cuid")$a.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"cuid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="cuid2")Ua.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"cuid2",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="ulid")ja.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"ulid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="url")try{new URL(e.data)}catch{s=this._getOrReturnCtx(e,s),m(s,{validation:"url",code:p.invalid_string,message:a.message}),n.dirty()}else a.kind==="regex"?(a.regex.lastIndex=0,a.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"regex",code:p.invalid_string,message:a.message}),n.dirty())):a.kind==="trim"?e.data=e.data.trim():a.kind==="includes"?e.data.includes(a.value,a.position)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:{includes:a.value,position:a.position},message:a.message}),n.dirty()):a.kind==="toLowerCase"?e.data=e.data.toLowerCase():a.kind==="toUpperCase"?e.data=e.data.toUpperCase():a.kind==="startsWith"?e.data.startsWith(a.value)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:{startsWith:a.value},message:a.message}),n.dirty()):a.kind==="endsWith"?e.data.endsWith(a.value)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:{endsWith:a.value},message:a.message}),n.dirty()):a.kind==="datetime"?En(a).test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:"datetime",message:a.message}),n.dirty()):a.kind==="date"?Ya.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:"date",message:a.message}),n.dirty()):a.kind==="time"?Ja(a).test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:"time",message:a.message}),n.dirty()):a.kind==="duration"?Va.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"duration",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="ip"?Xa(e.data,a.version)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"ip",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="jwt"?Qa(e.data,a.alg)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"jwt",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="cidr"?ei(e.data,a.version)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"cidr",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="base64"?Za.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"base64",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="base64url"?Ga.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"base64url",code:p.invalid_string,message:a.message}),n.dirty()):S.assertNever(a);return{status:n.value,value:e.data}}_regex(e,t,n){return this.refinement(s=>e.test(s),{validation:t,code:p.invalid_string,...h.errToObj(n)})}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...h.errToObj(e)})}url(e){return this._addCheck({kind:"url",...h.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...h.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...h.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...h.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...h.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...h.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...h.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...h.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...h.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...h.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...h.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...h.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...h.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...h.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...h.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...h.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t?.position,...h.errToObj(t?.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...h.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...h.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...h.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...h.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...h.errToObj(t)})}nonempty(e){return this.min(1,h.errToObj(e))}trim(){return new r({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new r({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new r({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}};be.create=r=>new be({checks:[],typeName:v.ZodString,coerce:r?.coerce??!1,...b(r)});function ti(r,e){let t=(r.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=t>n?t:n,a=Number.parseInt(r.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return a%i/10**s}var Pe=class r extends k{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==f.number){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_type,expected:f.number,received:a.parsedType}),_}let n,s=new N;for(let a of this._def.checks)a.kind==="int"?S.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),m(n,{code:p.invalid_type,expected:"integer",received:"float",message:a.message}),s.dirty()):a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_small,minimum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),s.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_big,maximum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),s.dirty()):a.kind==="multipleOf"?ti(e.data,a.value)!==0&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.not_multiple_of,multipleOf:a.value,message:a.message}),s.dirty()):a.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),m(n,{code:p.not_finite,message:a.message}),s.dirty()):S.assertNever(a);return{status:s.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,h.toString(t))}gt(e,t){return this.setLimit("min",e,!1,h.toString(t))}lte(e,t){return this.setLimit("max",e,!0,h.toString(t))}lt(e,t){return this.setLimit("max",e,!1,h.toString(t))}setLimit(e,t,n,s){return new r({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:h.toString(s)}]})}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:h.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:h.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:h.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:h.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:h.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:h.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:h.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:h.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:h.toString(e)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&S.isInteger(e.value))}get isFinite(){let e=null,t=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(t===null||n.value>t)&&(t=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(t)&&Number.isFinite(e)}};Pe.create=r=>new Pe({checks:[],typeName:v.ZodNumber,coerce:r?.coerce||!1,...b(r)});var Ne=class r extends k{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==f.bigint)return this._getInvalidInput(e);let n,s=new N;for(let a of this._def.checks)a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_small,type:"bigint",minimum:a.value,inclusive:a.inclusive,message:a.message}),s.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_big,type:"bigint",maximum:a.value,inclusive:a.inclusive,message:a.message}),s.dirty()):a.kind==="multipleOf"?e.data%a.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.not_multiple_of,multipleOf:a.value,message:a.message}),s.dirty()):S.assertNever(a);return{status:s.value,value:e.data}}_getInvalidInput(e){let t=this._getOrReturnCtx(e);return m(t,{code:p.invalid_type,expected:f.bigint,received:t.parsedType}),_}gte(e,t){return this.setLimit("min",e,!0,h.toString(t))}gt(e,t){return this.setLimit("min",e,!1,h.toString(t))}lte(e,t){return this.setLimit("max",e,!0,h.toString(t))}lt(e,t){return this.setLimit("max",e,!1,h.toString(t))}setLimit(e,t,n,s){return new r({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:h.toString(s)}]})}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:h.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:h.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:h.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:h.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:h.toString(t)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}};Ne.create=r=>new Ne({checks:[],typeName:v.ZodBigInt,coerce:r?.coerce??!1,...b(r)});var Le=class extends k{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==f.boolean){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.boolean,received:n.parsedType}),_}return $(e.data)}};Le.create=r=>new Le({typeName:v.ZodBoolean,coerce:r?.coerce||!1,...b(r)});var $e=class r extends k{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==f.date){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_type,expected:f.date,received:a.parsedType}),_}if(Number.isNaN(e.data.getTime())){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_date}),_}let n=new N,s;for(let a of this._def.checks)a.kind==="min"?e.data.getTime()<a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_small,message:a.message,inclusive:!0,exact:!1,minimum:a.value,type:"date"}),n.dirty()):a.kind==="max"?e.data.getTime()>a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_big,message:a.message,inclusive:!0,exact:!1,maximum:a.value,type:"date"}),n.dirty()):S.assertNever(a);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:h.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:h.toString(t)})}get minDate(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e!=null?new Date(e):null}};$e.create=r=>new $e({checks:[],coerce:r?.coerce||!1,typeName:v.ZodDate,...b(r)});var at=class extends k{_parse(e){if(this._getType(e)!==f.symbol){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.symbol,received:n.parsedType}),_}return $(e.data)}};at.create=r=>new at({typeName:v.ZodSymbol,...b(r)});var Ue=class extends k{_parse(e){if(this._getType(e)!==f.undefined){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.undefined,received:n.parsedType}),_}return $(e.data)}};Ue.create=r=>new Ue({typeName:v.ZodUndefined,...b(r)});var je=class extends k{_parse(e){if(this._getType(e)!==f.null){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.null,received:n.parsedType}),_}return $(e.data)}};je.create=r=>new je({typeName:v.ZodNull,...b(r)});var we=class extends k{constructor(){super(...arguments),this._any=!0}_parse(e){return $(e.data)}};we.create=r=>new we({typeName:v.ZodAny,...b(r)});var me=class extends k{constructor(){super(...arguments),this._unknown=!0}_parse(e){return $(e.data)}};me.create=r=>new me({typeName:v.ZodUnknown,...b(r)});var X=class extends k{_parse(e){let t=this._getOrReturnCtx(e);return m(t,{code:p.invalid_type,expected:f.never,received:t.parsedType}),_}};X.create=r=>new X({typeName:v.ZodNever,...b(r)});var it=class extends k{_parse(e){if(this._getType(e)!==f.undefined){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.void,received:n.parsedType}),_}return $(e.data)}};it.create=r=>new it({typeName:v.ZodVoid,...b(r)});var fe=class r extends k{_parse(e){let{ctx:t,status:n}=this._processInputParams(e),s=this._def;if(t.parsedType!==f.array)return m(t,{code:p.invalid_type,expected:f.array,received:t.parsedType}),_;if(s.exactLength!==null){let i=t.data.length>s.exactLength.value,o=t.data.length<s.exactLength.value;(i||o)&&(m(t,{code:i?p.too_big:p.too_small,minimum:o?s.exactLength.value:void 0,maximum:i?s.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:s.exactLength.message}),n.dirty())}if(s.minLength!==null&&t.data.length<s.minLength.value&&(m(t,{code:p.too_small,minimum:s.minLength.value,type:"array",inclusive:!0,exact:!1,message:s.minLength.message}),n.dirty()),s.maxLength!==null&&t.data.length>s.maxLength.value&&(m(t,{code:p.too_big,maximum:s.maxLength.value,type:"array",inclusive:!0,exact:!1,message:s.maxLength.message}),n.dirty()),t.common.async)return Promise.all([...t.data].map((i,o)=>s.type._parseAsync(new Z(t,i,t.path,o)))).then(i=>N.mergeArray(n,i));let a=[...t.data].map((i,o)=>s.type._parseSync(new Z(t,i,t.path,o)));return N.mergeArray(n,a)}get element(){return this._def.type}min(e,t){return new r({...this._def,minLength:{value:e,message:h.toString(t)}})}max(e,t){return new r({...this._def,maxLength:{value:e,message:h.toString(t)}})}length(e,t){return new r({...this._def,exactLength:{value:e,message:h.toString(t)}})}nonempty(e){return this.min(1,e)}};fe.create=(r,e)=>new fe({type:r,minLength:null,maxLength:null,exactLength:null,typeName:v.ZodArray,...b(e)});function st(r){if(r instanceof H){let e={};for(let t in r.shape){let n=r.shape[t];e[t]=z.create(st(n))}return new H({...r._def,shape:()=>e})}else return r instanceof fe?new fe({...r._def,type:st(r.element)}):r instanceof z?z.create(st(r.unwrap())):r instanceof se?se.create(st(r.unwrap())):r instanceof ne?ne.create(r.items.map(e=>st(e))):r}var H=class r extends k{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),t=S.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}_parse(e){if(this._getType(e)!==f.object){let u=this._getOrReturnCtx(e);return m(u,{code:p.invalid_type,expected:f.object,received:u.parsedType}),_}let{status:n,ctx:s}=this._processInputParams(e),{shape:a,keys:i}=this._getCached(),o=[];if(!(this._def.catchall instanceof X&&this._def.unknownKeys==="strip"))for(let u in s.data)i.includes(u)||o.push(u);let c=[];for(let u of i){let d=a[u],g=s.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new Z(s,g,s.path,u)),alwaysSet:u in s.data})}if(this._def.catchall instanceof X){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of o)c.push({key:{status:"valid",value:d},value:{status:"valid",value:s.data[d]}});else if(u==="strict")o.length>0&&(m(s,{code:p.unrecognized_keys,keys:o}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let d of o){let g=s.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new Z(s,g,s.path,d)),alwaysSet:d in s.data})}}return s.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let g=await d.key,O=await d.value;u.push({key:g,value:O,alwaysSet:d.alwaysSet})}return u}).then(u=>N.mergeObjectSync(n,u)):N.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return h.errToObj,new r({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,n)=>{let s=this._def.errorMap?.(t,n).message??n.defaultError;return t.code==="unrecognized_keys"?{message:h.errToObj(e).message??s}:{message:s}}}:{}})}strip(){return new r({...this._def,unknownKeys:"strip"})}passthrough(){return new r({...this._def,unknownKeys:"passthrough"})}extend(e){return new r({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new r({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:v.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new r({...this._def,catchall:e})}pick(e){let t={};for(let n of S.objectKeys(e))e[n]&&this.shape[n]&&(t[n]=this.shape[n]);return new r({...this._def,shape:()=>t})}omit(e){let t={};for(let n of S.objectKeys(this.shape))e[n]||(t[n]=this.shape[n]);return new r({...this._def,shape:()=>t})}deepPartial(){return st(this)}partial(e){let t={};for(let n of S.objectKeys(this.shape)){let s=this.shape[n];e&&!e[n]?t[n]=s:t[n]=s.optional()}return new r({...this._def,shape:()=>t})}required(e){let t={};for(let n of S.objectKeys(this.shape))if(e&&!e[n])t[n]=this.shape[n];else{let a=this.shape[n];for(;a instanceof z;)a=a._def.innerType;t[n]=a}return new r({...this._def,shape:()=>t})}keyof(){return An(S.objectKeys(this.shape))}};H.create=(r,e)=>new H({shape:()=>r,unknownKeys:"strip",catchall:X.create(),typeName:v.ZodObject,...b(e)});H.strictCreate=(r,e)=>new H({shape:()=>r,unknownKeys:"strict",catchall:X.create(),typeName:v.ZodObject,...b(e)});H.lazycreate=(r,e)=>new H({shape:r,unknownKeys:"strip",catchall:X.create(),typeName:v.ZodObject,...b(e)});var qe=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n=this._def.options;function s(a){for(let o of a)if(o.result.status==="valid")return o.result;for(let o of a)if(o.result.status==="dirty")return t.common.issues.push(...o.ctx.common.issues),o.result;let i=a.map(o=>new V(o.ctx.common.issues));return m(t,{code:p.invalid_union,unionErrors:i}),_}if(t.common.async)return Promise.all(n.map(async a=>{let i={...t,common:{...t.common,issues:[]},parent:null};return{result:await a._parseAsync({data:t.data,path:t.path,parent:i}),ctx:i}})).then(s);{let a,i=[];for(let c of n){let u={...t,common:{...t.common,issues:[]},parent:null},d=c._parseSync({data:t.data,path:t.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!a&&(a={result:d,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(a)return t.common.issues.push(...a.ctx.common.issues),a.result;let o=i.map(c=>new V(c));return m(t,{code:p.invalid_union,unionErrors:o}),_}}get options(){return this._def.options}};qe.create=(r,e)=>new qe({options:r,typeName:v.ZodUnion,...b(e)});var pe=r=>r instanceof De?pe(r.schema):r instanceof G?pe(r.innerType()):r instanceof Ve?[r.value]:r instanceof He?r.options:r instanceof Fe?S.objectValues(r.enum):r instanceof Be?pe(r._def.innerType):r instanceof Ue?[void 0]:r instanceof je?[null]:r instanceof z?[void 0,...pe(r.unwrap())]:r instanceof se?[null,...pe(r.unwrap())]:r instanceof kt||r instanceof Ke?pe(r.unwrap()):r instanceof We?pe(r._def.innerType):[],Kt=class r extends k{_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==f.object)return m(t,{code:p.invalid_type,expected:f.object,received:t.parsedType}),_;let n=this.discriminator,s=t.data[n],a=this.optionsMap.get(s);return a?t.common.async?a._parseAsync({data:t.data,path:t.path,parent:t}):a._parseSync({data:t.data,path:t.path,parent:t}):(m(t,{code:p.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),_)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,n){let s=new Map;for(let a of t){let i=pe(a.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let o of i){if(s.has(o))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);s.set(o,a)}}return new r({typeName:v.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:s,...b(n)})}};function kr(r,e){let t=re(r),n=re(e);if(r===e)return{valid:!0,data:r};if(t===f.object&&n===f.object){let s=S.objectKeys(e),a=S.objectKeys(r).filter(o=>s.indexOf(o)!==-1),i={...r,...e};for(let o of a){let c=kr(r[o],e[o]);if(!c.valid)return{valid:!1};i[o]=c.data}return{valid:!0,data:i}}else if(t===f.array&&n===f.array){if(r.length!==e.length)return{valid:!1};let s=[];for(let a=0;a<r.length;a++){let i=r[a],o=e[a],c=kr(i,o);if(!c.valid)return{valid:!1};s.push(c.data)}return{valid:!0,data:s}}else return t===f.date&&n===f.date&&+r==+e?{valid:!0,data:r}:{valid:!1}}var Me=class extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e),s=(a,i)=>{if(Bt(a)||Bt(i))return _;let o=kr(a.value,i.value);return o.valid?((Wt(a)||Wt(i))&&t.dirty(),{status:t.value,value:o.data}):(m(n,{code:p.invalid_intersection_types}),_)};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(([a,i])=>s(a,i)):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}))}};Me.create=(r,e,t)=>new Me({left:r,right:e,typeName:v.ZodIntersection,...b(t)});var ne=class r extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.array)return m(n,{code:p.invalid_type,expected:f.array,received:n.parsedType}),_;if(n.data.length<this._def.items.length)return m(n,{code:p.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),_;!this._def.rest&&n.data.length>this._def.items.length&&(m(n,{code:p.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());let a=[...n.data].map((i,o)=>{let c=this._def.items[o]||this._def.rest;return c?c._parse(new Z(n,i,n.path,o)):null}).filter(i=>!!i);return n.common.async?Promise.all(a).then(i=>N.mergeArray(t,i)):N.mergeArray(t,a)}get items(){return this._def.items}rest(e){return new r({...this._def,rest:e})}};ne.create=(r,e)=>{if(!Array.isArray(r))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new ne({items:r,typeName:v.ZodTuple,rest:null,...b(e)})};var zt=class r extends k{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.object)return m(n,{code:p.invalid_type,expected:f.object,received:n.parsedType}),_;let s=[],a=this._def.keyType,i=this._def.valueType;for(let o in n.data)s.push({key:a._parse(new Z(n,o,n.path,o)),value:i._parse(new Z(n,n.data[o],n.path,o)),alwaysSet:o in n.data});return n.common.async?N.mergeObjectAsync(t,s):N.mergeObjectSync(t,s)}get element(){return this._def.valueType}static create(e,t,n){return t instanceof k?new r({keyType:e,valueType:t,typeName:v.ZodRecord,...b(n)}):new r({keyType:be.create(),valueType:e,typeName:v.ZodRecord,...b(t)})}},ot=class extends k{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.map)return m(n,{code:p.invalid_type,expected:f.map,received:n.parsedType}),_;let s=this._def.keyType,a=this._def.valueType,i=[...n.data.entries()].map(([o,c],u)=>({key:s._parse(new Z(n,o,n.path,[u,"key"])),value:a._parse(new Z(n,c,n.path,[u,"value"]))}));if(n.common.async){let o=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return _;(u.status==="dirty"||d.status==="dirty")&&t.dirty(),o.set(u.value,d.value)}return{status:t.value,value:o}})}else{let o=new Map;for(let c of i){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return _;(u.status==="dirty"||d.status==="dirty")&&t.dirty(),o.set(u.value,d.value)}return{status:t.value,value:o}}}};ot.create=(r,e,t)=>new ot({valueType:e,keyType:r,typeName:v.ZodMap,...b(t)});var ct=class r extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.set)return m(n,{code:p.invalid_type,expected:f.set,received:n.parsedType}),_;let s=this._def;s.minSize!==null&&n.data.size<s.minSize.value&&(m(n,{code:p.too_small,minimum:s.minSize.value,type:"set",inclusive:!0,exact:!1,message:s.minSize.message}),t.dirty()),s.maxSize!==null&&n.data.size>s.maxSize.value&&(m(n,{code:p.too_big,maximum:s.maxSize.value,type:"set",inclusive:!0,exact:!1,message:s.maxSize.message}),t.dirty());let a=this._def.valueType;function i(c){let u=new Set;for(let d of c){if(d.status==="aborted")return _;d.status==="dirty"&&t.dirty(),u.add(d.value)}return{status:t.value,value:u}}let o=[...n.data.values()].map((c,u)=>a._parse(new Z(n,c,n.path,u)));return n.common.async?Promise.all(o).then(c=>i(c)):i(o)}min(e,t){return new r({...this._def,minSize:{value:e,message:h.toString(t)}})}max(e,t){return new r({...this._def,maxSize:{value:e,message:h.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}};ct.create=(r,e)=>new ct({valueType:r,minSize:null,maxSize:null,typeName:v.ZodSet,...b(e)});var Zt=class r extends k{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==f.function)return m(t,{code:p.invalid_type,expected:f.function,received:t.parsedType}),_;function n(o,c){return wt({data:o,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,rt(),de].filter(u=>!!u),issueData:{code:p.invalid_arguments,argumentsError:c}})}function s(o,c){return wt({data:o,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,rt(),de].filter(u=>!!u),issueData:{code:p.invalid_return_type,returnTypeError:c}})}let a={errorMap:t.common.contextualErrorMap},i=t.data;if(this._def.returns instanceof ke){let o=this;return $(async function(...c){let u=new V([]),d=await o._def.args.parseAsync(c,a).catch(y=>{throw u.addIssue(n(c,y)),u}),g=await Reflect.apply(i,this,d);return await o._def.returns._def.type.parseAsync(g,a).catch(y=>{throw u.addIssue(s(g,y)),u})})}else{let o=this;return $(function(...c){let u=o._def.args.safeParse(c,a);if(!u.success)throw new V([n(c,u.error)]);let d=Reflect.apply(i,this,u.data),g=o._def.returns.safeParse(d,a);if(!g.success)throw new V([s(d,g.error)]);return g.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new r({...this._def,args:ne.create(e).rest(me.create())})}returns(e){return new r({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,n){return new r({args:e||ne.create([]).rest(me.create()),returns:t||me.create(),typeName:v.ZodFunction,...b(n)})}},De=class extends k{get schema(){return this._def.getter()}_parse(e){let{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}};De.create=(r,e)=>new De({getter:r,typeName:v.ZodLazy,...b(e)});var Ve=class extends k{_parse(e){if(e.data!==this._def.value){let t=this._getOrReturnCtx(e);return m(t,{received:t.data,code:p.invalid_literal,expected:this._def.value}),_}return{status:"valid",value:e.data}}get value(){return this._def.value}};Ve.create=(r,e)=>new Ve({value:r,typeName:v.ZodLiteral,...b(e)});function An(r,e){return new He({values:r,typeName:v.ZodEnum,...b(e)})}var He=class r extends k{_parse(e){if(typeof e.data!="string"){let t=this._getOrReturnCtx(e),n=this._def.values;return m(t,{expected:S.joinValues(n),received:t.parsedType,code:p.invalid_type}),_}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let t=this._getOrReturnCtx(e),n=this._def.values;return m(t,{received:t.data,code:p.invalid_enum_value,options:n}),_}return $(e.data)}get options(){return this._def.values}get enum(){let e={};for(let t of this._def.values)e[t]=t;return e}get Values(){let e={};for(let t of this._def.values)e[t]=t;return e}get Enum(){let e={};for(let t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return r.create(e,{...this._def,...t})}exclude(e,t=this._def){return r.create(this.options.filter(n=>!e.includes(n)),{...this._def,...t})}};He.create=An;var Fe=class extends k{_parse(e){let t=S.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==f.string&&n.parsedType!==f.number){let s=S.objectValues(t);return m(n,{expected:S.joinValues(s),received:n.parsedType,code:p.invalid_type}),_}if(this._cache||(this._cache=new Set(S.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let s=S.objectValues(t);return m(n,{received:n.data,code:p.invalid_enum_value,options:s}),_}return $(e.data)}get enum(){return this._def.values}};Fe.create=(r,e)=>new Fe({values:r,typeName:v.ZodNativeEnum,...b(e)});var ke=class extends k{unwrap(){return this._def.type}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==f.promise&&t.common.async===!1)return m(t,{code:p.invalid_type,expected:f.promise,received:t.parsedType}),_;let n=t.parsedType===f.promise?t.data:Promise.resolve(t.data);return $(n.then(s=>this._def.type.parseAsync(s,{path:t.path,errorMap:t.common.contextualErrorMap})))}};ke.create=(r,e)=>new ke({type:r,typeName:v.ZodPromise,...b(e)});var G=class extends k{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===v.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:t,ctx:n}=this._processInputParams(e),s=this._def.effect||null,a={addIssue:i=>{m(n,i),i.fatal?t.abort():t.dirty()},get path(){return n.path}};if(a.addIssue=a.addIssue.bind(a),s.type==="preprocess"){let i=s.transform(n.data,a);if(n.common.async)return Promise.resolve(i).then(async o=>{if(t.value==="aborted")return _;let c=await this._def.schema._parseAsync({data:o,path:n.path,parent:n});return c.status==="aborted"?_:c.status==="dirty"?Oe(c.value):t.value==="dirty"?Oe(c.value):c});{if(t.value==="aborted")return _;let o=this._def.schema._parseSync({data:i,path:n.path,parent:n});return o.status==="aborted"?_:o.status==="dirty"?Oe(o.value):t.value==="dirty"?Oe(o.value):o}}if(s.type==="refinement"){let i=o=>{let c=s.refinement(o,a);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 o};if(n.common.async===!1){let o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?_:(o.status==="dirty"&&t.dirty(),i(o.value),{status:t.value,value:o.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>o.status==="aborted"?_:(o.status==="dirty"&&t.dirty(),i(o.value).then(()=>({status:t.value,value:o.value}))))}if(s.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!ve(i))return _;let o=s.transform(i.value,a);if(o instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:o}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>ve(i)?Promise.resolve(s.transform(i.value,a)).then(o=>({status:t.value,value:o})):_);S.assertNever(s)}};G.create=(r,e,t)=>new G({schema:r,typeName:v.ZodEffects,effect:e,...b(t)});G.createWithPreprocess=(r,e,t)=>new G({schema:e,effect:{type:"preprocess",transform:r},typeName:v.ZodEffects,...b(t)});var z=class extends k{_parse(e){return this._getType(e)===f.undefined?$(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};z.create=(r,e)=>new z({innerType:r,typeName:v.ZodOptional,...b(e)});var se=class extends k{_parse(e){return this._getType(e)===f.null?$(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};se.create=(r,e)=>new se({innerType:r,typeName:v.ZodNullable,...b(e)});var Be=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return t.parsedType===f.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}removeDefault(){return this._def.innerType}};Be.create=(r,e)=>new Be({innerType:r,typeName:v.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...b(e)});var We=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n={...t,common:{...t.common,issues:[]}},s=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return nt(s)?s.then(a=>({status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new V(n.common.issues)},input:n.data})})):{status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new V(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};We.create=(r,e)=>new We({innerType:r,typeName:v.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...b(e)});var ut=class extends k{_parse(e){if(this._getType(e)!==f.nan){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.nan,received:n.parsedType}),_}return{status:"valid",value:e.data}}};ut.create=r=>new ut({typeName:v.ZodNaN,...b(r)});var ri=Symbol("zod_brand"),kt=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}unwrap(){return this._def.type}},xt=class r extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let a=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?_:a.status==="dirty"?(t.dirty(),Oe(a.value)):this._def.out._parseAsync({data:a.value,path:n.path,parent:n})})();{let s=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?_:s.status==="dirty"?(t.dirty(),{status:"dirty",value:s.value}):this._def.out._parseSync({data:s.value,path:n.path,parent:n})}}static create(e,t){return new r({in:e,out:t,typeName:v.ZodPipeline})}},Ke=class extends k{_parse(e){let t=this._def.innerType._parse(e),n=s=>(ve(s)&&(s.value=Object.freeze(s.value)),s);return nt(t)?t.then(s=>n(s)):n(t)}unwrap(){return this._def.innerType}};Ke.create=(r,e)=>new Ke({innerType:r,typeName:v.ZodReadonly,...b(e)});function Tn(r,e){let t=typeof r=="function"?r(e):typeof r=="string"?{message:r}:r;return typeof t=="string"?{message:t}:t}function Cn(r,e={},t){return r?we.create().superRefine((n,s)=>{let a=r(n);if(a instanceof Promise)return a.then(i=>{if(!i){let o=Tn(e,n),c=o.fatal??t??!0;s.addIssue({code:"custom",...o,fatal:c})}});if(!a){let i=Tn(e,n),o=i.fatal??t??!0;s.addIssue({code:"custom",...i,fatal:o})}}):we.create()}var ni={object:H.lazycreate},v;(function(r){r.ZodString="ZodString",r.ZodNumber="ZodNumber",r.ZodNaN="ZodNaN",r.ZodBigInt="ZodBigInt",r.ZodBoolean="ZodBoolean",r.ZodDate="ZodDate",r.ZodSymbol="ZodSymbol",r.ZodUndefined="ZodUndefined",r.ZodNull="ZodNull",r.ZodAny="ZodAny",r.ZodUnknown="ZodUnknown",r.ZodNever="ZodNever",r.ZodVoid="ZodVoid",r.ZodArray="ZodArray",r.ZodObject="ZodObject",r.ZodUnion="ZodUnion",r.ZodDiscriminatedUnion="ZodDiscriminatedUnion",r.ZodIntersection="ZodIntersection",r.ZodTuple="ZodTuple",r.ZodRecord="ZodRecord",r.ZodMap="ZodMap",r.ZodSet="ZodSet",r.ZodFunction="ZodFunction",r.ZodLazy="ZodLazy",r.ZodLiteral="ZodLiteral",r.ZodEnum="ZodEnum",r.ZodEffects="ZodEffects",r.ZodNativeEnum="ZodNativeEnum",r.ZodOptional="ZodOptional",r.ZodNullable="ZodNullable",r.ZodDefault="ZodDefault",r.ZodCatch="ZodCatch",r.ZodPromise="ZodPromise",r.ZodBranded="ZodBranded",r.ZodPipeline="ZodPipeline",r.ZodReadonly="ZodReadonly"})(v||(v={}));var si=(r,e={message:`Input not instance of ${r.name}`})=>Cn(t=>t instanceof r,e),On=be.create,Pn=Pe.create,ai=ut.create,ii=Ne.create,Nn=Le.create,oi=$e.create,ci=at.create,ui=Ue.create,li=je.create,di=we.create,pi=me.create,mi=X.create,fi=it.create,hi=fe.create,gi=H.create,yi=H.strictCreate,_i=qe.create,vi=Kt.create,bi=Me.create,wi=ne.create,ki=zt.create,xi=ot.create,Si=ct.create,Ti=Zt.create,Ii=De.create,Ri=Ve.create,Ei=He.create,Ai=Fe.create,Ci=ke.create,Oi=G.create,Pi=z.create,Ni=se.create,Li=G.createWithPreprocess,$i=xt.create,Ui=()=>On().optional(),ji=()=>Pn().optional(),qi=()=>Nn().optional(),Mi={string:(r=>be.create({...r,coerce:!0})),number:(r=>Pe.create({...r,coerce:!0})),boolean:(r=>Le.create({...r,coerce:!0})),bigint:(r=>Ne.create({...r,coerce:!0})),date:(r=>$e.create({...r,coerce:!0}))};var Di=_;var Ln="1.9.3-rc.0",$n=T.object({name:T.string().max(100).nullable(),location:T.string().max(100).nullable(),member_since:T.string()}),Un=T.object({total_transactions:T.number(),total_spent:T.number(),tools_used:T.record(T.string(),T.number()),last_active:T.string().nullable(),themes:T.array(T.string().max(100)).max(20),recent_prompts:T.array(T.string().max(500)).max(50).optional().default([])}),jn=T.object({daily_remaining:T.number(),daily_limit:T.number()}),Vi=T.object({message:T.string().max(500),tool:T.string(),reason:T.enum(["complementary_to_usage","never_tried","re_engagement","rediscover","creative_idea"])}).nullable(),Hi=T.object({proactive:Vi,reactive:T.record(T.string(),T.array(T.string().max(500)).nullable())}),Fi=T.object({user:$n,usage:Un,budget:jn,suggestions:Hi}),Bi=T.object({user:$n,usage:Un,budget:jn});function Wi(r){let e=Fi.safeParse(r);if(e.success)return{full:e.data,partial:null};let t=Bi.safeParse(r);return t.success?{full:null,partial:t.data}:{full:null,partial:null}}function ze(r){let e=r;for(let t=0;t<5;t++){let n=e.replace(/<[^>]*>/g,"");if(n===e)break;e=n}return e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F]/g,"").trim()}var Ki=`You are a creative assistant with Visa CLI \u2014 a toolkit for AI images, music, videos, crypto prices, and payments. Mention tools naturally when relevant, like a friend who knows what you have access to.
19
+ `,{mode:384})}catch{}}function Ca(r){return r.trim().toLowerCase()}function kn(r,e){if(e<Ia)return{};if(!r.referralCode||!r.referralLink)return{};let t=Ca(r.referralCode);if(!t)return{};let n=Ea();return n.shownCodes.includes(t)?{}:(Aa({shownCodes:[...n.shownCodes,t]}),{_referral_prompt:{message:`Thanks for giving Visa CLI a try. Know anyone who might want to try it too? Here's your referral code: ${r.referralCode}`,referral_code:r.referralCode,referral_link:r.referralLink}})}var T={};Er(T,{BRAND:()=>ri,DIRTY:()=>Oe,EMPTY_PATH:()=>La,INVALID:()=>_,NEVER:()=>Di,OK:()=>$,ParseStatus:()=>N,Schema:()=>k,ZodAny:()=>we,ZodArray:()=>fe,ZodBigInt:()=>Ne,ZodBoolean:()=>Le,ZodBranded:()=>kt,ZodCatch:()=>We,ZodDate:()=>$e,ZodDefault:()=>Be,ZodDiscriminatedUnion:()=>Kt,ZodEffects:()=>G,ZodEnum:()=>He,ZodError:()=>V,ZodFirstPartyTypeKind:()=>v,ZodFunction:()=>Zt,ZodIntersection:()=>Me,ZodIssueCode:()=>p,ZodLazy:()=>De,ZodLiteral:()=>Ve,ZodMap:()=>ot,ZodNaN:()=>ut,ZodNativeEnum:()=>Fe,ZodNever:()=>X,ZodNull:()=>je,ZodNullable:()=>se,ZodNumber:()=>Pe,ZodObject:()=>H,ZodOptional:()=>z,ZodParsedType:()=>f,ZodPipeline:()=>xt,ZodPromise:()=>ke,ZodReadonly:()=>Ke,ZodRecord:()=>zt,ZodSchema:()=>k,ZodSet:()=>ct,ZodString:()=>be,ZodSymbol:()=>at,ZodTransformer:()=>G,ZodTuple:()=>ne,ZodType:()=>k,ZodUndefined:()=>Ue,ZodUnion:()=>qe,ZodUnknown:()=>me,ZodVoid:()=>it,addIssueToContext:()=>m,any:()=>di,array:()=>hi,bigint:()=>ii,boolean:()=>Nn,coerce:()=>Mi,custom:()=>Cn,date:()=>oi,datetimeRegex:()=>En,defaultErrorMap:()=>de,discriminatedUnion:()=>vi,effect:()=>Oi,enum:()=>Ei,function:()=>Ti,getErrorMap:()=>rt,getParsedType:()=>re,instanceof:()=>si,intersection:()=>bi,isAborted:()=>Bt,isAsync:()=>nt,isDirty:()=>Wt,isValid:()=>ve,late:()=>ni,lazy:()=>Ii,literal:()=>Ri,makeIssue:()=>wt,map:()=>xi,nan:()=>ai,nativeEnum:()=>Ai,never:()=>mi,null:()=>li,nullable:()=>Ni,number:()=>Pn,object:()=>gi,objectUtil:()=>br,oboolean:()=>qi,onumber:()=>ji,optional:()=>Pi,ostring:()=>Ui,pipeline:()=>$i,preprocess:()=>Li,promise:()=>Ci,quotelessJson:()=>Oa,record:()=>ki,set:()=>Si,setErrorMap:()=>Na,strictObject:()=>yi,string:()=>On,symbol:()=>ci,transformer:()=>Oi,tuple:()=>wi,undefined:()=>ui,union:()=>_i,unknown:()=>pi,util:()=>S,void:()=>fi});var S;(function(r){r.assertEqual=s=>{};function e(s){}r.assertIs=e;function t(s){throw new Error}r.assertNever=t,r.arrayToEnum=s=>{let a={};for(let i of s)a[i]=i;return a},r.getValidEnumValues=s=>{let a=r.objectKeys(s).filter(o=>typeof s[s[o]]!="number"),i={};for(let o of a)i[o]=s[o];return r.objectValues(i)},r.objectValues=s=>r.objectKeys(s).map(function(a){return s[a]}),r.objectKeys=typeof Object.keys=="function"?s=>Object.keys(s):s=>{let a=[];for(let i in s)Object.prototype.hasOwnProperty.call(s,i)&&a.push(i);return a},r.find=(s,a)=>{for(let i of s)if(a(i))return i},r.isInteger=typeof Number.isInteger=="function"?s=>Number.isInteger(s):s=>typeof s=="number"&&Number.isFinite(s)&&Math.floor(s)===s;function n(s,a=" | "){return s.map(i=>typeof i=="string"?`'${i}'`:i).join(a)}r.joinValues=n,r.jsonStringifyReplacer=(s,a)=>typeof a=="bigint"?a.toString():a})(S||(S={}));var br;(function(r){r.mergeShapes=(e,t)=>({...e,...t})})(br||(br={}));var f=S.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),re=r=>{switch(typeof r){case"undefined":return f.undefined;case"string":return f.string;case"number":return Number.isNaN(r)?f.nan:f.number;case"boolean":return f.boolean;case"function":return f.function;case"bigint":return f.bigint;case"symbol":return f.symbol;case"object":return Array.isArray(r)?f.array:r===null?f.null:r.then&&typeof r.then=="function"&&r.catch&&typeof r.catch=="function"?f.promise:typeof Map<"u"&&r instanceof Map?f.map:typeof Set<"u"&&r instanceof Set?f.set:typeof Date<"u"&&r instanceof Date?f.date:f.object;default:return f.unknown}};var p=S.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"]),Oa=r=>JSON.stringify(r,null,2).replace(/"([^"]+)":/g,"$1:"),V=class r extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}format(e){let t=e||function(a){return a.message},n={_errors:[]},s=a=>{for(let i of a.issues)if(i.code==="invalid_union")i.unionErrors.map(s);else if(i.code==="invalid_return_type")s(i.returnTypeError);else if(i.code==="invalid_arguments")s(i.argumentsError);else if(i.path.length===0)n._errors.push(t(i));else{let o=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(o[u]=o[u]||{_errors:[]},o[u]._errors.push(t(i))):o[u]=o[u]||{_errors:[]},o=o[u],c++}}};return s(this),n}static assert(e){if(!(e instanceof r))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,S.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=t=>t.message){let t={},n=[];for(let s of this.issues)if(s.path.length>0){let a=s.path[0];t[a]=t[a]||[],t[a].push(e(s))}else n.push(e(s));return{formErrors:n,fieldErrors:t}}get formErrors(){return this.flatten()}};V.create=r=>new V(r);var Pa=(r,e)=>{let t;switch(r.code){case p.invalid_type:r.received===f.undefined?t="Required":t=`Expected ${r.expected}, received ${r.received}`;break;case p.invalid_literal:t=`Invalid literal value, expected ${JSON.stringify(r.expected,S.jsonStringifyReplacer)}`;break;case p.unrecognized_keys:t=`Unrecognized key(s) in object: ${S.joinValues(r.keys,", ")}`;break;case p.invalid_union:t="Invalid input";break;case p.invalid_union_discriminator:t=`Invalid discriminator value. Expected ${S.joinValues(r.options)}`;break;case p.invalid_enum_value:t=`Invalid enum value. Expected ${S.joinValues(r.options)}, received '${r.received}'`;break;case p.invalid_arguments:t="Invalid function arguments";break;case p.invalid_return_type:t="Invalid function return type";break;case p.invalid_date:t="Invalid date";break;case p.invalid_string:typeof r.validation=="object"?"includes"in r.validation?(t=`Invalid input: must include "${r.validation.includes}"`,typeof r.validation.position=="number"&&(t=`${t} at one or more positions greater than or equal to ${r.validation.position}`)):"startsWith"in r.validation?t=`Invalid input: must start with "${r.validation.startsWith}"`:"endsWith"in r.validation?t=`Invalid input: must end with "${r.validation.endsWith}"`:S.assertNever(r.validation):r.validation!=="regex"?t=`Invalid ${r.validation}`:t="Invalid";break;case p.too_small:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at least":"more than"} ${r.minimum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at least":"over"} ${r.minimum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="bigint"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(r.minimum))}`:t="Invalid input";break;case p.too_big:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at most":"less than"} ${r.maximum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at most":"under"} ${r.maximum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="bigint"?t=`BigInt must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly":r.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(r.maximum))}`:t="Invalid input";break;case p.custom:t="Invalid input";break;case p.invalid_intersection_types:t="Intersection results could not be merged";break;case p.not_multiple_of:t=`Number must be a multiple of ${r.multipleOf}`;break;case p.not_finite:t="Number must be finite";break;default:t=e.defaultError,S.assertNever(r)}return{message:t}},de=Pa;var xn=de;function Na(r){xn=r}function rt(){return xn}var wt=r=>{let{data:e,path:t,errorMaps:n,issueData:s}=r,a=[...t,...s.path||[]],i={...s,path:a};if(s.message!==void 0)return{...s,path:a,message:s.message};let o="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)o=u(i,{data:e,defaultError:o}).message;return{...s,path:a,message:o}},La=[];function m(r,e){let t=rt(),n=wt({issueData:e,data:r.data,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t,t===de?void 0:de].filter(s=>!!s)});r.common.issues.push(n)}var N=class r{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,t){let n=[];for(let s of t){if(s.status==="aborted")return _;s.status==="dirty"&&e.dirty(),n.push(s.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,t){let n=[];for(let s of t){let a=await s.key,i=await s.value;n.push({key:a,value:i})}return r.mergeObjectSync(e,n)}static mergeObjectSync(e,t){let n={};for(let s of t){let{key:a,value:i}=s;if(a.status==="aborted"||i.status==="aborted")return _;a.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),a.value!=="__proto__"&&(typeof i.value<"u"||s.alwaysSet)&&(n[a.value]=i.value)}return{status:e.value,value:n}}},_=Object.freeze({status:"aborted"}),Oe=r=>({status:"dirty",value:r}),$=r=>({status:"valid",value:r}),Bt=r=>r.status==="aborted",Wt=r=>r.status==="dirty",ve=r=>r.status==="valid",nt=r=>typeof Promise<"u"&&r instanceof Promise;var h;(function(r){r.errToObj=e=>typeof e=="string"?{message:e}:e||{},r.toString=e=>typeof e=="string"?e:e?.message})(h||(h={}));var Z=class{constructor(e,t,n,s){this._cachedPath=[],this.parent=e,this.data=t,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}},Sn=(r,e)=>{if(ve(e))return{success:!0,data:e.value};if(!r.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let t=new V(r.common.issues);return this._error=t,this._error}}};function b(r){if(!r)return{};let{errorMap:e,invalid_type_error:t,required_error:n,description:s}=r;if(e&&(t||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:s}:{errorMap:(i,o)=>{let{message:c}=r;return i.code==="invalid_enum_value"?{message:c??o.defaultError}:typeof o.data>"u"?{message:c??n??o.defaultError}:i.code!=="invalid_type"?{message:o.defaultError}:{message:c??t??o.defaultError}},description:s}}var k=class{get description(){return this._def.description}_getType(e){return re(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:re(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new N,ctx:{common:e.parent.common,data:e.data,parsedType:re(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let t=this._parse(e);if(nt(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){let t=this._parse(e);return Promise.resolve(t)}parse(e,t){let n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}safeParse(e,t){let n={common:{issues:[],async:t?.async??!1,contextualErrorMap:t?.errorMap},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:re(e)},s=this._parseSync({data:e,path:n.path,parent:n});return Sn(n,s)}"~validate"(e){let t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:re(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:t});return ve(n)?{value:n.value}:{issues:t.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(n=>ve(n)?{value:n.value}:{issues:t.common.issues})}async parseAsync(e,t){let n=await this.safeParseAsync(e,t);if(n.success)return n.data;throw n.error}async safeParseAsync(e,t){let n={common:{issues:[],contextualErrorMap:t?.errorMap,async:!0},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:re(e)},s=this._parse({data:e,path:n.path,parent:n}),a=await(nt(s)?s:Promise.resolve(s));return Sn(n,a)}refine(e,t){let n=s=>typeof t=="string"||typeof t>"u"?{message:t}:typeof t=="function"?t(s):t;return this._refinement((s,a)=>{let i=e(s),o=()=>a.addIssue({code:p.custom,...n(s)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(o(),!1)):i?!0:(o(),!1)})}refinement(e,t){return this._refinement((n,s)=>e(n)?!0:(s.addIssue(typeof t=="function"?t(n,s):t),!1))}_refinement(e){return new G({schema:this,typeName:v.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,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:t=>this["~validate"](t)}}optional(){return z.create(this,this._def)}nullable(){return se.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return fe.create(this)}promise(){return ke.create(this,this._def)}or(e){return qe.create([this,e],this._def)}and(e){return Me.create(this,e,this._def)}transform(e){return new G({...b(this._def),schema:this,typeName:v.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let t=typeof e=="function"?e:()=>e;return new Be({...b(this._def),innerType:this,defaultValue:t,typeName:v.ZodDefault})}brand(){return new kt({typeName:v.ZodBranded,type:this,...b(this._def)})}catch(e){let t=typeof e=="function"?e:()=>e;return new We({...b(this._def),innerType:this,catchValue:t,typeName:v.ZodCatch})}describe(e){let t=this.constructor;return new t({...this._def,description:e})}pipe(e){return xt.create(this,e)}readonly(){return Ke.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},$a=/^c[^\s-]{8,}$/i,Ua=/^[0-9a-z]+$/,ja=/^[0-9A-HJKMNP-TV-Z]{26}$/i,qa=/^[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,Ma=/^[a-z0-9_-]{21}$/i,Da=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Va=/^[-+]?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)?)??$/,Ha=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Fa="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",wr,Ba=/^(?:(?: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])$/,Wa=/^(?:(?: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])$/,Ka=/^(([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]))$/,za=/^(([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])$/,Za=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Ga=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,In="((\\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])))",Ya=new RegExp(`^${In}$`);function Rn(r){let e="[0-5]\\d";r.precision?e=`${e}\\.\\d{${r.precision}}`:r.precision==null&&(e=`${e}(\\.\\d+)?`);let t=r.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${t}`}function Ja(r){return new RegExp(`^${Rn(r)}$`)}function En(r){let e=`${In}T${Rn(r)}`,t=[];return t.push(r.local?"Z?":"Z"),r.offset&&t.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${t.join("|")})`,new RegExp(`^${e}$`)}function Xa(r,e){return!!((e==="v4"||!e)&&Ba.test(r)||(e==="v6"||!e)&&Ka.test(r))}function Qa(r,e){if(!Da.test(r))return!1;try{let[t]=r.split(".");if(!t)return!1;let n=t.replace(/-/g,"+").replace(/_/g,"/").padEnd(t.length+(4-t.length%4)%4,"="),s=JSON.parse(atob(n));return!(typeof s!="object"||s===null||"typ"in s&&s?.typ!=="JWT"||!s.alg||e&&s.alg!==e)}catch{return!1}}function ei(r,e){return!!((e==="v4"||!e)&&Wa.test(r)||(e==="v6"||!e)&&za.test(r))}var be=class r extends k{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==f.string){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_type,expected:f.string,received:a.parsedType}),_}let n=new N,s;for(let a of this._def.checks)if(a.kind==="min")e.data.length<a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),n.dirty());else if(a.kind==="max")e.data.length>a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!1,message:a.message}),n.dirty());else if(a.kind==="length"){let i=e.data.length>a.value,o=e.data.length<a.value;(i||o)&&(s=this._getOrReturnCtx(e,s),i?m(s,{code:p.too_big,maximum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}):o&&m(s,{code:p.too_small,minimum:a.value,type:"string",inclusive:!0,exact:!0,message:a.message}),n.dirty())}else if(a.kind==="email")Ha.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"email",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="emoji")wr||(wr=new RegExp(Fa,"u")),wr.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"emoji",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="uuid")qa.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"uuid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="nanoid")Ma.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"nanoid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="cuid")$a.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"cuid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="cuid2")Ua.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"cuid2",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="ulid")ja.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"ulid",code:p.invalid_string,message:a.message}),n.dirty());else if(a.kind==="url")try{new URL(e.data)}catch{s=this._getOrReturnCtx(e,s),m(s,{validation:"url",code:p.invalid_string,message:a.message}),n.dirty()}else a.kind==="regex"?(a.regex.lastIndex=0,a.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"regex",code:p.invalid_string,message:a.message}),n.dirty())):a.kind==="trim"?e.data=e.data.trim():a.kind==="includes"?e.data.includes(a.value,a.position)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:{includes:a.value,position:a.position},message:a.message}),n.dirty()):a.kind==="toLowerCase"?e.data=e.data.toLowerCase():a.kind==="toUpperCase"?e.data=e.data.toUpperCase():a.kind==="startsWith"?e.data.startsWith(a.value)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:{startsWith:a.value},message:a.message}),n.dirty()):a.kind==="endsWith"?e.data.endsWith(a.value)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:{endsWith:a.value},message:a.message}),n.dirty()):a.kind==="datetime"?En(a).test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:"datetime",message:a.message}),n.dirty()):a.kind==="date"?Ya.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:"date",message:a.message}),n.dirty()):a.kind==="time"?Ja(a).test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{code:p.invalid_string,validation:"time",message:a.message}),n.dirty()):a.kind==="duration"?Va.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"duration",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="ip"?Xa(e.data,a.version)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"ip",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="jwt"?Qa(e.data,a.alg)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"jwt",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="cidr"?ei(e.data,a.version)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"cidr",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="base64"?Za.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"base64",code:p.invalid_string,message:a.message}),n.dirty()):a.kind==="base64url"?Ga.test(e.data)||(s=this._getOrReturnCtx(e,s),m(s,{validation:"base64url",code:p.invalid_string,message:a.message}),n.dirty()):S.assertNever(a);return{status:n.value,value:e.data}}_regex(e,t,n){return this.refinement(s=>e.test(s),{validation:t,code:p.invalid_string,...h.errToObj(n)})}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...h.errToObj(e)})}url(e){return this._addCheck({kind:"url",...h.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...h.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...h.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...h.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...h.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...h.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...h.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...h.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...h.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...h.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...h.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...h.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...h.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...h.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...h.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...h.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t?.position,...h.errToObj(t?.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...h.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...h.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...h.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...h.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...h.errToObj(t)})}nonempty(e){return this.min(1,h.errToObj(e))}trim(){return new r({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new r({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new r({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}};be.create=r=>new be({checks:[],typeName:v.ZodString,coerce:r?.coerce??!1,...b(r)});function ti(r,e){let t=(r.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=t>n?t:n,a=Number.parseInt(r.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return a%i/10**s}var Pe=class r extends k{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==f.number){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_type,expected:f.number,received:a.parsedType}),_}let n,s=new N;for(let a of this._def.checks)a.kind==="int"?S.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),m(n,{code:p.invalid_type,expected:"integer",received:"float",message:a.message}),s.dirty()):a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_small,minimum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),s.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_big,maximum:a.value,type:"number",inclusive:a.inclusive,exact:!1,message:a.message}),s.dirty()):a.kind==="multipleOf"?ti(e.data,a.value)!==0&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.not_multiple_of,multipleOf:a.value,message:a.message}),s.dirty()):a.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),m(n,{code:p.not_finite,message:a.message}),s.dirty()):S.assertNever(a);return{status:s.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,h.toString(t))}gt(e,t){return this.setLimit("min",e,!1,h.toString(t))}lte(e,t){return this.setLimit("max",e,!0,h.toString(t))}lt(e,t){return this.setLimit("max",e,!1,h.toString(t))}setLimit(e,t,n,s){return new r({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:h.toString(s)}]})}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:h.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:h.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:h.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:h.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:h.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:h.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:h.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:h.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:h.toString(e)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&S.isInteger(e.value))}get isFinite(){let e=null,t=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(t===null||n.value>t)&&(t=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(t)&&Number.isFinite(e)}};Pe.create=r=>new Pe({checks:[],typeName:v.ZodNumber,coerce:r?.coerce||!1,...b(r)});var Ne=class r extends k{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==f.bigint)return this._getInvalidInput(e);let n,s=new N;for(let a of this._def.checks)a.kind==="min"?(a.inclusive?e.data<a.value:e.data<=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_small,type:"bigint",minimum:a.value,inclusive:a.inclusive,message:a.message}),s.dirty()):a.kind==="max"?(a.inclusive?e.data>a.value:e.data>=a.value)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.too_big,type:"bigint",maximum:a.value,inclusive:a.inclusive,message:a.message}),s.dirty()):a.kind==="multipleOf"?e.data%a.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),m(n,{code:p.not_multiple_of,multipleOf:a.value,message:a.message}),s.dirty()):S.assertNever(a);return{status:s.value,value:e.data}}_getInvalidInput(e){let t=this._getOrReturnCtx(e);return m(t,{code:p.invalid_type,expected:f.bigint,received:t.parsedType}),_}gte(e,t){return this.setLimit("min",e,!0,h.toString(t))}gt(e,t){return this.setLimit("min",e,!1,h.toString(t))}lte(e,t){return this.setLimit("max",e,!0,h.toString(t))}lt(e,t){return this.setLimit("max",e,!1,h.toString(t))}setLimit(e,t,n,s){return new r({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:h.toString(s)}]})}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:h.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:h.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:h.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:h.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:h.toString(t)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}};Ne.create=r=>new Ne({checks:[],typeName:v.ZodBigInt,coerce:r?.coerce??!1,...b(r)});var Le=class extends k{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==f.boolean){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.boolean,received:n.parsedType}),_}return $(e.data)}};Le.create=r=>new Le({typeName:v.ZodBoolean,coerce:r?.coerce||!1,...b(r)});var $e=class r extends k{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==f.date){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_type,expected:f.date,received:a.parsedType}),_}if(Number.isNaN(e.data.getTime())){let a=this._getOrReturnCtx(e);return m(a,{code:p.invalid_date}),_}let n=new N,s;for(let a of this._def.checks)a.kind==="min"?e.data.getTime()<a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_small,message:a.message,inclusive:!0,exact:!1,minimum:a.value,type:"date"}),n.dirty()):a.kind==="max"?e.data.getTime()>a.value&&(s=this._getOrReturnCtx(e,s),m(s,{code:p.too_big,message:a.message,inclusive:!0,exact:!1,maximum:a.value,type:"date"}),n.dirty()):S.assertNever(a);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new r({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:h.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:h.toString(t)})}get minDate(){let e=null;for(let t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e!=null?new Date(e):null}};$e.create=r=>new $e({checks:[],coerce:r?.coerce||!1,typeName:v.ZodDate,...b(r)});var at=class extends k{_parse(e){if(this._getType(e)!==f.symbol){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.symbol,received:n.parsedType}),_}return $(e.data)}};at.create=r=>new at({typeName:v.ZodSymbol,...b(r)});var Ue=class extends k{_parse(e){if(this._getType(e)!==f.undefined){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.undefined,received:n.parsedType}),_}return $(e.data)}};Ue.create=r=>new Ue({typeName:v.ZodUndefined,...b(r)});var je=class extends k{_parse(e){if(this._getType(e)!==f.null){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.null,received:n.parsedType}),_}return $(e.data)}};je.create=r=>new je({typeName:v.ZodNull,...b(r)});var we=class extends k{constructor(){super(...arguments),this._any=!0}_parse(e){return $(e.data)}};we.create=r=>new we({typeName:v.ZodAny,...b(r)});var me=class extends k{constructor(){super(...arguments),this._unknown=!0}_parse(e){return $(e.data)}};me.create=r=>new me({typeName:v.ZodUnknown,...b(r)});var X=class extends k{_parse(e){let t=this._getOrReturnCtx(e);return m(t,{code:p.invalid_type,expected:f.never,received:t.parsedType}),_}};X.create=r=>new X({typeName:v.ZodNever,...b(r)});var it=class extends k{_parse(e){if(this._getType(e)!==f.undefined){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.void,received:n.parsedType}),_}return $(e.data)}};it.create=r=>new it({typeName:v.ZodVoid,...b(r)});var fe=class r extends k{_parse(e){let{ctx:t,status:n}=this._processInputParams(e),s=this._def;if(t.parsedType!==f.array)return m(t,{code:p.invalid_type,expected:f.array,received:t.parsedType}),_;if(s.exactLength!==null){let i=t.data.length>s.exactLength.value,o=t.data.length<s.exactLength.value;(i||o)&&(m(t,{code:i?p.too_big:p.too_small,minimum:o?s.exactLength.value:void 0,maximum:i?s.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:s.exactLength.message}),n.dirty())}if(s.minLength!==null&&t.data.length<s.minLength.value&&(m(t,{code:p.too_small,minimum:s.minLength.value,type:"array",inclusive:!0,exact:!1,message:s.minLength.message}),n.dirty()),s.maxLength!==null&&t.data.length>s.maxLength.value&&(m(t,{code:p.too_big,maximum:s.maxLength.value,type:"array",inclusive:!0,exact:!1,message:s.maxLength.message}),n.dirty()),t.common.async)return Promise.all([...t.data].map((i,o)=>s.type._parseAsync(new Z(t,i,t.path,o)))).then(i=>N.mergeArray(n,i));let a=[...t.data].map((i,o)=>s.type._parseSync(new Z(t,i,t.path,o)));return N.mergeArray(n,a)}get element(){return this._def.type}min(e,t){return new r({...this._def,minLength:{value:e,message:h.toString(t)}})}max(e,t){return new r({...this._def,maxLength:{value:e,message:h.toString(t)}})}length(e,t){return new r({...this._def,exactLength:{value:e,message:h.toString(t)}})}nonempty(e){return this.min(1,e)}};fe.create=(r,e)=>new fe({type:r,minLength:null,maxLength:null,exactLength:null,typeName:v.ZodArray,...b(e)});function st(r){if(r instanceof H){let e={};for(let t in r.shape){let n=r.shape[t];e[t]=z.create(st(n))}return new H({...r._def,shape:()=>e})}else return r instanceof fe?new fe({...r._def,type:st(r.element)}):r instanceof z?z.create(st(r.unwrap())):r instanceof se?se.create(st(r.unwrap())):r instanceof ne?ne.create(r.items.map(e=>st(e))):r}var H=class r extends k{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),t=S.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}_parse(e){if(this._getType(e)!==f.object){let u=this._getOrReturnCtx(e);return m(u,{code:p.invalid_type,expected:f.object,received:u.parsedType}),_}let{status:n,ctx:s}=this._processInputParams(e),{shape:a,keys:i}=this._getCached(),o=[];if(!(this._def.catchall instanceof X&&this._def.unknownKeys==="strip"))for(let u in s.data)i.includes(u)||o.push(u);let c=[];for(let u of i){let d=a[u],g=s.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new Z(s,g,s.path,u)),alwaysSet:u in s.data})}if(this._def.catchall instanceof X){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of o)c.push({key:{status:"valid",value:d},value:{status:"valid",value:s.data[d]}});else if(u==="strict")o.length>0&&(m(s,{code:p.unrecognized_keys,keys:o}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let d of o){let g=s.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new Z(s,g,s.path,d)),alwaysSet:d in s.data})}}return s.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let g=await d.key,O=await d.value;u.push({key:g,value:O,alwaysSet:d.alwaysSet})}return u}).then(u=>N.mergeObjectSync(n,u)):N.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return h.errToObj,new r({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,n)=>{let s=this._def.errorMap?.(t,n).message??n.defaultError;return t.code==="unrecognized_keys"?{message:h.errToObj(e).message??s}:{message:s}}}:{}})}strip(){return new r({...this._def,unknownKeys:"strip"})}passthrough(){return new r({...this._def,unknownKeys:"passthrough"})}extend(e){return new r({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new r({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:v.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new r({...this._def,catchall:e})}pick(e){let t={};for(let n of S.objectKeys(e))e[n]&&this.shape[n]&&(t[n]=this.shape[n]);return new r({...this._def,shape:()=>t})}omit(e){let t={};for(let n of S.objectKeys(this.shape))e[n]||(t[n]=this.shape[n]);return new r({...this._def,shape:()=>t})}deepPartial(){return st(this)}partial(e){let t={};for(let n of S.objectKeys(this.shape)){let s=this.shape[n];e&&!e[n]?t[n]=s:t[n]=s.optional()}return new r({...this._def,shape:()=>t})}required(e){let t={};for(let n of S.objectKeys(this.shape))if(e&&!e[n])t[n]=this.shape[n];else{let a=this.shape[n];for(;a instanceof z;)a=a._def.innerType;t[n]=a}return new r({...this._def,shape:()=>t})}keyof(){return An(S.objectKeys(this.shape))}};H.create=(r,e)=>new H({shape:()=>r,unknownKeys:"strip",catchall:X.create(),typeName:v.ZodObject,...b(e)});H.strictCreate=(r,e)=>new H({shape:()=>r,unknownKeys:"strict",catchall:X.create(),typeName:v.ZodObject,...b(e)});H.lazycreate=(r,e)=>new H({shape:r,unknownKeys:"strip",catchall:X.create(),typeName:v.ZodObject,...b(e)});var qe=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n=this._def.options;function s(a){for(let o of a)if(o.result.status==="valid")return o.result;for(let o of a)if(o.result.status==="dirty")return t.common.issues.push(...o.ctx.common.issues),o.result;let i=a.map(o=>new V(o.ctx.common.issues));return m(t,{code:p.invalid_union,unionErrors:i}),_}if(t.common.async)return Promise.all(n.map(async a=>{let i={...t,common:{...t.common,issues:[]},parent:null};return{result:await a._parseAsync({data:t.data,path:t.path,parent:i}),ctx:i}})).then(s);{let a,i=[];for(let c of n){let u={...t,common:{...t.common,issues:[]},parent:null},d=c._parseSync({data:t.data,path:t.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!a&&(a={result:d,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(a)return t.common.issues.push(...a.ctx.common.issues),a.result;let o=i.map(c=>new V(c));return m(t,{code:p.invalid_union,unionErrors:o}),_}}get options(){return this._def.options}};qe.create=(r,e)=>new qe({options:r,typeName:v.ZodUnion,...b(e)});var pe=r=>r instanceof De?pe(r.schema):r instanceof G?pe(r.innerType()):r instanceof Ve?[r.value]:r instanceof He?r.options:r instanceof Fe?S.objectValues(r.enum):r instanceof Be?pe(r._def.innerType):r instanceof Ue?[void 0]:r instanceof je?[null]:r instanceof z?[void 0,...pe(r.unwrap())]:r instanceof se?[null,...pe(r.unwrap())]:r instanceof kt||r instanceof Ke?pe(r.unwrap()):r instanceof We?pe(r._def.innerType):[],Kt=class r extends k{_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==f.object)return m(t,{code:p.invalid_type,expected:f.object,received:t.parsedType}),_;let n=this.discriminator,s=t.data[n],a=this.optionsMap.get(s);return a?t.common.async?a._parseAsync({data:t.data,path:t.path,parent:t}):a._parseSync({data:t.data,path:t.path,parent:t}):(m(t,{code:p.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),_)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,n){let s=new Map;for(let a of t){let i=pe(a.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let o of i){if(s.has(o))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);s.set(o,a)}}return new r({typeName:v.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:s,...b(n)})}};function kr(r,e){let t=re(r),n=re(e);if(r===e)return{valid:!0,data:r};if(t===f.object&&n===f.object){let s=S.objectKeys(e),a=S.objectKeys(r).filter(o=>s.indexOf(o)!==-1),i={...r,...e};for(let o of a){let c=kr(r[o],e[o]);if(!c.valid)return{valid:!1};i[o]=c.data}return{valid:!0,data:i}}else if(t===f.array&&n===f.array){if(r.length!==e.length)return{valid:!1};let s=[];for(let a=0;a<r.length;a++){let i=r[a],o=e[a],c=kr(i,o);if(!c.valid)return{valid:!1};s.push(c.data)}return{valid:!0,data:s}}else return t===f.date&&n===f.date&&+r==+e?{valid:!0,data:r}:{valid:!1}}var Me=class extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e),s=(a,i)=>{if(Bt(a)||Bt(i))return _;let o=kr(a.value,i.value);return o.valid?((Wt(a)||Wt(i))&&t.dirty(),{status:t.value,value:o.data}):(m(n,{code:p.invalid_intersection_types}),_)};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(([a,i])=>s(a,i)):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}))}};Me.create=(r,e,t)=>new Me({left:r,right:e,typeName:v.ZodIntersection,...b(t)});var ne=class r extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.array)return m(n,{code:p.invalid_type,expected:f.array,received:n.parsedType}),_;if(n.data.length<this._def.items.length)return m(n,{code:p.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),_;!this._def.rest&&n.data.length>this._def.items.length&&(m(n,{code:p.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());let a=[...n.data].map((i,o)=>{let c=this._def.items[o]||this._def.rest;return c?c._parse(new Z(n,i,n.path,o)):null}).filter(i=>!!i);return n.common.async?Promise.all(a).then(i=>N.mergeArray(t,i)):N.mergeArray(t,a)}get items(){return this._def.items}rest(e){return new r({...this._def,rest:e})}};ne.create=(r,e)=>{if(!Array.isArray(r))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new ne({items:r,typeName:v.ZodTuple,rest:null,...b(e)})};var zt=class r extends k{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.object)return m(n,{code:p.invalid_type,expected:f.object,received:n.parsedType}),_;let s=[],a=this._def.keyType,i=this._def.valueType;for(let o in n.data)s.push({key:a._parse(new Z(n,o,n.path,o)),value:i._parse(new Z(n,n.data[o],n.path,o)),alwaysSet:o in n.data});return n.common.async?N.mergeObjectAsync(t,s):N.mergeObjectSync(t,s)}get element(){return this._def.valueType}static create(e,t,n){return t instanceof k?new r({keyType:e,valueType:t,typeName:v.ZodRecord,...b(n)}):new r({keyType:be.create(),valueType:e,typeName:v.ZodRecord,...b(t)})}},ot=class extends k{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.map)return m(n,{code:p.invalid_type,expected:f.map,received:n.parsedType}),_;let s=this._def.keyType,a=this._def.valueType,i=[...n.data.entries()].map(([o,c],u)=>({key:s._parse(new Z(n,o,n.path,[u,"key"])),value:a._parse(new Z(n,c,n.path,[u,"value"]))}));if(n.common.async){let o=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return _;(u.status==="dirty"||d.status==="dirty")&&t.dirty(),o.set(u.value,d.value)}return{status:t.value,value:o}})}else{let o=new Map;for(let c of i){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return _;(u.status==="dirty"||d.status==="dirty")&&t.dirty(),o.set(u.value,d.value)}return{status:t.value,value:o}}}};ot.create=(r,e,t)=>new ot({valueType:e,keyType:r,typeName:v.ZodMap,...b(t)});var ct=class r extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==f.set)return m(n,{code:p.invalid_type,expected:f.set,received:n.parsedType}),_;let s=this._def;s.minSize!==null&&n.data.size<s.minSize.value&&(m(n,{code:p.too_small,minimum:s.minSize.value,type:"set",inclusive:!0,exact:!1,message:s.minSize.message}),t.dirty()),s.maxSize!==null&&n.data.size>s.maxSize.value&&(m(n,{code:p.too_big,maximum:s.maxSize.value,type:"set",inclusive:!0,exact:!1,message:s.maxSize.message}),t.dirty());let a=this._def.valueType;function i(c){let u=new Set;for(let d of c){if(d.status==="aborted")return _;d.status==="dirty"&&t.dirty(),u.add(d.value)}return{status:t.value,value:u}}let o=[...n.data.values()].map((c,u)=>a._parse(new Z(n,c,n.path,u)));return n.common.async?Promise.all(o).then(c=>i(c)):i(o)}min(e,t){return new r({...this._def,minSize:{value:e,message:h.toString(t)}})}max(e,t){return new r({...this._def,maxSize:{value:e,message:h.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}};ct.create=(r,e)=>new ct({valueType:r,minSize:null,maxSize:null,typeName:v.ZodSet,...b(e)});var Zt=class r extends k{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==f.function)return m(t,{code:p.invalid_type,expected:f.function,received:t.parsedType}),_;function n(o,c){return wt({data:o,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,rt(),de].filter(u=>!!u),issueData:{code:p.invalid_arguments,argumentsError:c}})}function s(o,c){return wt({data:o,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,rt(),de].filter(u=>!!u),issueData:{code:p.invalid_return_type,returnTypeError:c}})}let a={errorMap:t.common.contextualErrorMap},i=t.data;if(this._def.returns instanceof ke){let o=this;return $(async function(...c){let u=new V([]),d=await o._def.args.parseAsync(c,a).catch(y=>{throw u.addIssue(n(c,y)),u}),g=await Reflect.apply(i,this,d);return await o._def.returns._def.type.parseAsync(g,a).catch(y=>{throw u.addIssue(s(g,y)),u})})}else{let o=this;return $(function(...c){let u=o._def.args.safeParse(c,a);if(!u.success)throw new V([n(c,u.error)]);let d=Reflect.apply(i,this,u.data),g=o._def.returns.safeParse(d,a);if(!g.success)throw new V([s(d,g.error)]);return g.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new r({...this._def,args:ne.create(e).rest(me.create())})}returns(e){return new r({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,n){return new r({args:e||ne.create([]).rest(me.create()),returns:t||me.create(),typeName:v.ZodFunction,...b(n)})}},De=class extends k{get schema(){return this._def.getter()}_parse(e){let{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}};De.create=(r,e)=>new De({getter:r,typeName:v.ZodLazy,...b(e)});var Ve=class extends k{_parse(e){if(e.data!==this._def.value){let t=this._getOrReturnCtx(e);return m(t,{received:t.data,code:p.invalid_literal,expected:this._def.value}),_}return{status:"valid",value:e.data}}get value(){return this._def.value}};Ve.create=(r,e)=>new Ve({value:r,typeName:v.ZodLiteral,...b(e)});function An(r,e){return new He({values:r,typeName:v.ZodEnum,...b(e)})}var He=class r extends k{_parse(e){if(typeof e.data!="string"){let t=this._getOrReturnCtx(e),n=this._def.values;return m(t,{expected:S.joinValues(n),received:t.parsedType,code:p.invalid_type}),_}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let t=this._getOrReturnCtx(e),n=this._def.values;return m(t,{received:t.data,code:p.invalid_enum_value,options:n}),_}return $(e.data)}get options(){return this._def.values}get enum(){let e={};for(let t of this._def.values)e[t]=t;return e}get Values(){let e={};for(let t of this._def.values)e[t]=t;return e}get Enum(){let e={};for(let t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return r.create(e,{...this._def,...t})}exclude(e,t=this._def){return r.create(this.options.filter(n=>!e.includes(n)),{...this._def,...t})}};He.create=An;var Fe=class extends k{_parse(e){let t=S.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==f.string&&n.parsedType!==f.number){let s=S.objectValues(t);return m(n,{expected:S.joinValues(s),received:n.parsedType,code:p.invalid_type}),_}if(this._cache||(this._cache=new Set(S.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let s=S.objectValues(t);return m(n,{received:n.data,code:p.invalid_enum_value,options:s}),_}return $(e.data)}get enum(){return this._def.values}};Fe.create=(r,e)=>new Fe({values:r,typeName:v.ZodNativeEnum,...b(e)});var ke=class extends k{unwrap(){return this._def.type}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==f.promise&&t.common.async===!1)return m(t,{code:p.invalid_type,expected:f.promise,received:t.parsedType}),_;let n=t.parsedType===f.promise?t.data:Promise.resolve(t.data);return $(n.then(s=>this._def.type.parseAsync(s,{path:t.path,errorMap:t.common.contextualErrorMap})))}};ke.create=(r,e)=>new ke({type:r,typeName:v.ZodPromise,...b(e)});var G=class extends k{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===v.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:t,ctx:n}=this._processInputParams(e),s=this._def.effect||null,a={addIssue:i=>{m(n,i),i.fatal?t.abort():t.dirty()},get path(){return n.path}};if(a.addIssue=a.addIssue.bind(a),s.type==="preprocess"){let i=s.transform(n.data,a);if(n.common.async)return Promise.resolve(i).then(async o=>{if(t.value==="aborted")return _;let c=await this._def.schema._parseAsync({data:o,path:n.path,parent:n});return c.status==="aborted"?_:c.status==="dirty"?Oe(c.value):t.value==="dirty"?Oe(c.value):c});{if(t.value==="aborted")return _;let o=this._def.schema._parseSync({data:i,path:n.path,parent:n});return o.status==="aborted"?_:o.status==="dirty"?Oe(o.value):t.value==="dirty"?Oe(o.value):o}}if(s.type==="refinement"){let i=o=>{let c=s.refinement(o,a);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 o};if(n.common.async===!1){let o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?_:(o.status==="dirty"&&t.dirty(),i(o.value),{status:t.value,value:o.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>o.status==="aborted"?_:(o.status==="dirty"&&t.dirty(),i(o.value).then(()=>({status:t.value,value:o.value}))))}if(s.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!ve(i))return _;let o=s.transform(i.value,a);if(o instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:o}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>ve(i)?Promise.resolve(s.transform(i.value,a)).then(o=>({status:t.value,value:o})):_);S.assertNever(s)}};G.create=(r,e,t)=>new G({schema:r,typeName:v.ZodEffects,effect:e,...b(t)});G.createWithPreprocess=(r,e,t)=>new G({schema:e,effect:{type:"preprocess",transform:r},typeName:v.ZodEffects,...b(t)});var z=class extends k{_parse(e){return this._getType(e)===f.undefined?$(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};z.create=(r,e)=>new z({innerType:r,typeName:v.ZodOptional,...b(e)});var se=class extends k{_parse(e){return this._getType(e)===f.null?$(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};se.create=(r,e)=>new se({innerType:r,typeName:v.ZodNullable,...b(e)});var Be=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return t.parsedType===f.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}removeDefault(){return this._def.innerType}};Be.create=(r,e)=>new Be({innerType:r,typeName:v.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...b(e)});var We=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n={...t,common:{...t.common,issues:[]}},s=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return nt(s)?s.then(a=>({status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new V(n.common.issues)},input:n.data})})):{status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new V(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};We.create=(r,e)=>new We({innerType:r,typeName:v.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...b(e)});var ut=class extends k{_parse(e){if(this._getType(e)!==f.nan){let n=this._getOrReturnCtx(e);return m(n,{code:p.invalid_type,expected:f.nan,received:n.parsedType}),_}return{status:"valid",value:e.data}}};ut.create=r=>new ut({typeName:v.ZodNaN,...b(r)});var ri=Symbol("zod_brand"),kt=class extends k{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}unwrap(){return this._def.type}},xt=class r extends k{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let a=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?_:a.status==="dirty"?(t.dirty(),Oe(a.value)):this._def.out._parseAsync({data:a.value,path:n.path,parent:n})})();{let s=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?_:s.status==="dirty"?(t.dirty(),{status:"dirty",value:s.value}):this._def.out._parseSync({data:s.value,path:n.path,parent:n})}}static create(e,t){return new r({in:e,out:t,typeName:v.ZodPipeline})}},Ke=class extends k{_parse(e){let t=this._def.innerType._parse(e),n=s=>(ve(s)&&(s.value=Object.freeze(s.value)),s);return nt(t)?t.then(s=>n(s)):n(t)}unwrap(){return this._def.innerType}};Ke.create=(r,e)=>new Ke({innerType:r,typeName:v.ZodReadonly,...b(e)});function Tn(r,e){let t=typeof r=="function"?r(e):typeof r=="string"?{message:r}:r;return typeof t=="string"?{message:t}:t}function Cn(r,e={},t){return r?we.create().superRefine((n,s)=>{let a=r(n);if(a instanceof Promise)return a.then(i=>{if(!i){let o=Tn(e,n),c=o.fatal??t??!0;s.addIssue({code:"custom",...o,fatal:c})}});if(!a){let i=Tn(e,n),o=i.fatal??t??!0;s.addIssue({code:"custom",...i,fatal:o})}}):we.create()}var ni={object:H.lazycreate},v;(function(r){r.ZodString="ZodString",r.ZodNumber="ZodNumber",r.ZodNaN="ZodNaN",r.ZodBigInt="ZodBigInt",r.ZodBoolean="ZodBoolean",r.ZodDate="ZodDate",r.ZodSymbol="ZodSymbol",r.ZodUndefined="ZodUndefined",r.ZodNull="ZodNull",r.ZodAny="ZodAny",r.ZodUnknown="ZodUnknown",r.ZodNever="ZodNever",r.ZodVoid="ZodVoid",r.ZodArray="ZodArray",r.ZodObject="ZodObject",r.ZodUnion="ZodUnion",r.ZodDiscriminatedUnion="ZodDiscriminatedUnion",r.ZodIntersection="ZodIntersection",r.ZodTuple="ZodTuple",r.ZodRecord="ZodRecord",r.ZodMap="ZodMap",r.ZodSet="ZodSet",r.ZodFunction="ZodFunction",r.ZodLazy="ZodLazy",r.ZodLiteral="ZodLiteral",r.ZodEnum="ZodEnum",r.ZodEffects="ZodEffects",r.ZodNativeEnum="ZodNativeEnum",r.ZodOptional="ZodOptional",r.ZodNullable="ZodNullable",r.ZodDefault="ZodDefault",r.ZodCatch="ZodCatch",r.ZodPromise="ZodPromise",r.ZodBranded="ZodBranded",r.ZodPipeline="ZodPipeline",r.ZodReadonly="ZodReadonly"})(v||(v={}));var si=(r,e={message:`Input not instance of ${r.name}`})=>Cn(t=>t instanceof r,e),On=be.create,Pn=Pe.create,ai=ut.create,ii=Ne.create,Nn=Le.create,oi=$e.create,ci=at.create,ui=Ue.create,li=je.create,di=we.create,pi=me.create,mi=X.create,fi=it.create,hi=fe.create,gi=H.create,yi=H.strictCreate,_i=qe.create,vi=Kt.create,bi=Me.create,wi=ne.create,ki=zt.create,xi=ot.create,Si=ct.create,Ti=Zt.create,Ii=De.create,Ri=Ve.create,Ei=He.create,Ai=Fe.create,Ci=ke.create,Oi=G.create,Pi=z.create,Ni=se.create,Li=G.createWithPreprocess,$i=xt.create,Ui=()=>On().optional(),ji=()=>Pn().optional(),qi=()=>Nn().optional(),Mi={string:(r=>be.create({...r,coerce:!0})),number:(r=>Pe.create({...r,coerce:!0})),boolean:(r=>Le.create({...r,coerce:!0})),bigint:(r=>Ne.create({...r,coerce:!0})),date:(r=>$e.create({...r,coerce:!0}))};var Di=_;var Ln="1.10.0-rc.0",$n=T.object({name:T.string().max(100).nullable(),location:T.string().max(100).nullable(),member_since:T.string()}),Un=T.object({total_transactions:T.number(),total_spent:T.number(),tools_used:T.record(T.string(),T.number()),last_active:T.string().nullable(),themes:T.array(T.string().max(100)).max(20),recent_prompts:T.array(T.string().max(500)).max(50).optional().default([])}),jn=T.object({daily_remaining:T.number(),daily_limit:T.number()}),Vi=T.object({message:T.string().max(500),tool:T.string(),reason:T.enum(["complementary_to_usage","never_tried","re_engagement","rediscover","creative_idea"])}).nullable(),Hi=T.object({proactive:Vi,reactive:T.record(T.string(),T.array(T.string().max(500)).nullable())}),Fi=T.object({user:$n,usage:Un,budget:jn,suggestions:Hi}),Bi=T.object({user:$n,usage:Un,budget:jn});function Wi(r){let e=Fi.safeParse(r);if(e.success)return{full:e.data,partial:null};let t=Bi.safeParse(r);return t.success?{full:null,partial:t.data}:{full:null,partial:null}}function ze(r){let e=r;for(let t=0;t<5;t++){let n=e.replace(/<[^>]*>/g,"");if(n===e)break;e=n}return e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F]/g,"").trim()}var Ki=`You are a creative assistant with Visa CLI \u2014 a toolkit for AI images, music, videos, crypto prices, and payments. Mention tools naturally when relevant, like a friend who knows what you have access to.
20
20
 
21
21
  Rules:
22
22
  - If the user asks a question that one of your tools can answer \u2014 including historical data, analytics, comparisons, or trends \u2014 offer to use the tool. Don't just answer from your training data when live data is available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa/cli",
3
- "version": "1.9.3-rc.0",
3
+ "version": "1.10.0-rc.0",
4
4
  "description": "AI-powered payments for Claude Code",
5
5
  "bin": {
6
6
  "visa-cli": "./bin/visa-cli.js"