oioxo-mcp 0.1.7 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +32 -8
  2. package/bundle/cli.js +121 -56
  3. package/package.json +8 -4
package/bundle/cli.js CHANGED
@@ -1,12 +1,52 @@
1
1
  #!/usr/bin/env node
2
- var Ry=Object.create;var bi=Object.defineProperty;var jy=Object.getOwnPropertyDescriptor;var Zy=Object.getOwnPropertyNames;var Ny=Object.getPrototypeOf,Cy=Object.prototype.hasOwnProperty;var S=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),$i=(t,e)=>{for(var r in e)bi(t,r,{get:e[r],enumerable:!0})},Ay=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Zy(e))!Cy.call(t,o)&&o!==r&&bi(t,o,{get:()=>e[o],enumerable:!(n=jy(e,o))||n.enumerable});return t};var hd=(t,e,r)=>(r=t!=null?Ry(Ny(t)):{},Ay(e||!t||!t.__esModule?bi(r,"default",{value:t,enumerable:!0}):r,t));var eo=S(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.regexpCode=Y.getEsmExportName=Y.getProperty=Y.safeStringify=Y.stringify=Y.strConcat=Y.addCodeArg=Y.str=Y._=Y.nil=Y._Code=Y.Name=Y.IDENTIFIER=Y._CodeOrName=void 0;var Yn=class{};Y._CodeOrName=Yn;Y.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var wr=class extends Yn{constructor(e){if(super(),!Y.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Y.Name=wr;var et=class extends Yn{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof wr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};Y._Code=et;Y.nil=new et("");function bm(t,...e){let r=[t[0]],n=0;for(;n<e.length;)pu(r,e[n]),r.push(t[++n]);return new et(r)}Y._=bm;var du=new et("+");function $m(t,...e){let r=[Qn(t[0])],n=0;for(;n<e.length;)r.push(du),pu(r,e[n]),r.push(du,Qn(t[++n]));return W$(r),new et(r)}Y.str=$m;function pu(t,e){e instanceof et?t.push(...e._items):e instanceof wr?t.push(e):t.push(Q$(e))}Y.addCodeArg=pu;function W$(t){let e=1;for(;e<t.length-1;){if(t[e]===du){let r=X$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function X$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof wr||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof wr))return`"${t}${e.slice(1)}`}function Y$(t,e){return e.emptyStr()?t:t.emptyStr()?e:$m`${t}${e}`}Y.strConcat=Y$;function Q$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:Qn(Array.isArray(t)?t.join(","):t)}function ew(t){return new et(Qn(t))}Y.stringify=ew;function Qn(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}Y.safeStringify=Qn;function tw(t){return typeof t=="string"&&Y.IDENTIFIER.test(t)?new et(`.${t}`):bm`[${t}]`}Y.getProperty=tw;function rw(t){if(typeof t=="string"&&Y.IDENTIFIER.test(t))return new et(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}Y.getEsmExportName=rw;function nw(t){return new et(t.toString())}Y.regexpCode=nw});var hu=S(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.ValueScope=qe.ValueScopeName=qe.Scope=qe.varKinds=qe.UsedValueState=void 0;var De=eo(),fu=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Is;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Is||(qe.UsedValueState=Is={}));qe.varKinds={const:new De.Name("const"),let:new De.Name("let"),var:new De.Name("var")};var Os=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof De.Name?e:this.name(e)}name(e){return new De.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};qe.Scope=Os;var Rs=class extends De.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,De._)`.${new De.Name(r)}[${n}]`}};qe.ValueScopeName=Rs;var ow=(0,De._)`\n`,mu=class extends Os{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?ow:De.nil}}get(){return this._scope}name(e){return new Rs(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,De._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(e,r,n={},o){let s=De.nil;for(let i in e){let a=e[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,Is.Started);let l=r(u);if(l){let d=this.opts.es5?qe.varKinds.var:qe.varKinds.const;s=(0,De._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,De._)`${s}${l}${this.opts._n}`;else throw new fu(u);c.set(u,Is.Completed)})}return s}};qe.ValueScope=mu});var U=S(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.or=F.and=F.not=F.CodeGen=F.operators=F.varKinds=F.ValueScopeName=F.ValueScope=F.Scope=F.Name=F.regexpCode=F.stringify=F.getProperty=F.nil=F.strConcat=F.str=F._=void 0;var G=eo(),ct=hu(),Ft=eo();Object.defineProperty(F,"_",{enumerable:!0,get:function(){return Ft._}});Object.defineProperty(F,"str",{enumerable:!0,get:function(){return Ft.str}});Object.defineProperty(F,"strConcat",{enumerable:!0,get:function(){return Ft.strConcat}});Object.defineProperty(F,"nil",{enumerable:!0,get:function(){return Ft.nil}});Object.defineProperty(F,"getProperty",{enumerable:!0,get:function(){return Ft.getProperty}});Object.defineProperty(F,"stringify",{enumerable:!0,get:function(){return Ft.stringify}});Object.defineProperty(F,"regexpCode",{enumerable:!0,get:function(){return Ft.regexpCode}});Object.defineProperty(F,"Name",{enumerable:!0,get:function(){return Ft.Name}});var Cs=hu();Object.defineProperty(F,"Scope",{enumerable:!0,get:function(){return Cs.Scope}});Object.defineProperty(F,"ValueScope",{enumerable:!0,get:function(){return Cs.ValueScope}});Object.defineProperty(F,"ValueScopeName",{enumerable:!0,get:function(){return Cs.ValueScopeName}});Object.defineProperty(F,"varKinds",{enumerable:!0,get:function(){return Cs.varKinds}});F.operators={GT:new G._Code(">"),GTE:new G._Code(">="),LT:new G._Code("<"),LTE:new G._Code("<="),EQ:new G._Code("==="),NEQ:new G._Code("!=="),NOT:new G._Code("!"),OR:new G._Code("||"),AND:new G._Code("&&"),ADD:new G._Code("+")};var Pt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},gu=class extends Pt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?ct.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=Qr(this.rhs,e,r)),this}get names(){return this.rhs instanceof G._CodeOrName?this.rhs.names:{}}},js=class extends Pt{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof G.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Qr(this.rhs,e,r),this}get names(){let e=this.lhs instanceof G.Name?{}:{...this.lhs.names};return Ns(e,this.rhs)}},yu=class extends js{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},_u=class extends Pt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},vu=class extends Pt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},xu=class extends Pt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},bu=class extends Pt{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=Qr(this.code,e,r),this}get names(){return this.code instanceof G._CodeOrName?this.code.names:{}}},to=class extends Pt{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(e,r)||(sw(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>zr(e,r.names),{})}},Et=class extends to{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},$u=class extends to{},Yr=class extends Et{};Yr.kind="else";var kr=class t extends Et{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Yr(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(wm(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=Qr(this.condition,e,r),this}get names(){let e=super.names;return Ns(e,this.condition),this.else&&zr(e,this.else.names),e}};kr.kind="if";var Sr=class extends Et{};Sr.kind="for";var wu=class extends Sr{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=Qr(this.iteration,e,r),this}get names(){return zr(super.names,this.iteration.names)}},ku=class extends Sr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?ct.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Ns(super.names,this.from);return Ns(e,this.to)}},Zs=class extends Sr{constructor(e,r,n,o){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=Qr(this.iterable,e,r),this}get names(){return zr(super.names,this.iterable.names)}},ro=class extends Et{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};ro.kind="func";var no=class extends to{render(e){return"return "+super.render(e)}};no.kind="return";var Su=class extends Et{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,o;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(o=this.finally)===null||o===void 0||o.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&zr(e,this.catch.names),this.finally&&zr(e,this.finally.names),e}},oo=class extends Et{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};oo.kind="catch";var so=class extends Et{render(e){return"finally"+super.render(e)}};so.kind="finally";var zu=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
- `:""},this._extScope=e,this._scope=new ct.Scope({parent:e}),this._nodes=[new $u]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new gu(e,s,n)),s}const(e,r,n){return this._def(ct.varKinds.const,e,r,n)}let(e,r,n){return this._def(ct.varKinds.let,e,r,n)}var(e,r,n){return this._def(ct.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new js(e,r,n))}add(e,r){return this._leafNode(new yu(e,F.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==G.nil&&this._leafNode(new bu(e)),this}object(...e){let r=["{"];for(let[n,o]of e)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,G.addCodeArg)(r,o));return r.push("}"),new G._Code(r)}if(e,r,n){if(this._blockNode(new kr(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new kr(e))}else(){return this._elseNode(new Yr)}endIf(){return this._endBlockNode(kr,Yr)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new wu(e),r)}forRange(e,r,n,o,s=this.opts.es5?ct.varKinds.var:ct.varKinds.let){let i=this._scope.toName(e);return this._for(new ku(s,i,r,n),()=>o(i))}forOf(e,r,n,o=ct.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof G.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,G._)`${i}.length`,a=>{this.var(s,(0,G._)`${i}[${a}]`),n(s)})}return this._for(new Zs("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?ct.varKinds.var:ct.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,G._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Zs("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Sr)}label(e){return this._leafNode(new _u(e))}break(e){return this._leafNode(new vu(e))}return(e){let r=new no;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(no)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Su;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new oo(s),r(s)}return n&&(this._currNode=o.finally=new so,this.code(n)),this._endBlockNode(oo,so)}throw(e){return this._leafNode(new xu(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=G.nil,n,o){return this._blockNode(new ro(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(ro)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof kr))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};F.CodeGen=zu;function zr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Ns(t,e){return e instanceof G._CodeOrName?zr(t,e.names):t}function Qr(t,e,r){if(t instanceof G.Name)return n(t);if(!o(t))return t;return new G._Code(t._items.reduce((s,i)=>(i instanceof G.Name&&(i=n(i)),i instanceof G._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||e[s.str]!==1?s:(delete e[s.str],i)}function o(s){return s instanceof G._Code&&s._items.some(i=>i instanceof G.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function sw(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function wm(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,G._)`!${Tu(t)}`}F.not=wm;var iw=km(F.operators.AND);function aw(...t){return t.reduce(iw)}F.and=aw;var cw=km(F.operators.OR);function uw(...t){return t.reduce(cw)}F.or=uw;function km(t){return(e,r)=>e===G.nil?r:r===G.nil?e:(0,G._)`${Tu(e)} ${t} ${Tu(r)}`}function Tu(t){return t instanceof G.Name?t:(0,G._)`(${t})`}});var W=S(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.checkStrictMode=V.getErrorPath=V.Type=V.useFunc=V.setEvaluated=V.evaluatedPropsToName=V.mergeEvaluated=V.eachItem=V.unescapeJsonPointer=V.escapeJsonPointer=V.escapeFragment=V.unescapeFragment=V.schemaRefOrVal=V.schemaHasRulesButRef=V.schemaHasRules=V.checkUnknownRules=V.alwaysValidSchema=V.toHash=void 0;var re=U(),lw=eo();function dw(t){let e={};for(let r of t)e[r]=!0;return e}V.toHash=dw;function pw(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Tm(t,e),!Pm(e,t.self.RULES.all))}V.alwaysValidSchema=pw;function Tm(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let o=n.RULES.keywords;for(let s in e)o[s]||Om(t,`unknown keyword: "${s}"`)}V.checkUnknownRules=Tm;function Pm(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}V.schemaHasRules=Pm;function fw(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}V.schemaHasRulesButRef=fw;function mw({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,re._)`${r}`}return(0,re._)`${t}${e}${(0,re.getProperty)(n)}`}V.schemaRefOrVal=mw;function hw(t){return Em(decodeURIComponent(t))}V.unescapeFragment=hw;function gw(t){return encodeURIComponent(Eu(t))}V.escapeFragment=gw;function Eu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}V.escapeJsonPointer=Eu;function Em(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}V.unescapeJsonPointer=Em;function yw(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}V.eachItem=yw;function Sm({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof re.Name?(s instanceof re.Name?t(o,s,i):e(o,s,i),i):s instanceof re.Name?(e(o,i,s),s):r(s,i);return a===re.Name&&!(c instanceof re.Name)?n(o,c):c}}V.mergeEvaluated={props:Sm({mergeNames:(t,e,r)=>t.if((0,re._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,re._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,re._)`${r} || {}`).code((0,re._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,re._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,re._)`${r} || {}`),Iu(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:Im}),items:Sm({mergeNames:(t,e,r)=>t.if((0,re._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,re._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,re._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,re._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function Im(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,re._)`{}`);return e!==void 0&&Iu(t,r,e),r}V.evaluatedPropsToName=Im;function Iu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,re._)`${e}${(0,re.getProperty)(n)}`,!0))}V.setEvaluated=Iu;var zm={};function _w(t,e){return t.scopeValue("func",{ref:e,code:zm[e.code]||(zm[e.code]=new lw._Code(e.code))})}V.useFunc=_w;var Pu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Pu||(V.Type=Pu={}));function vw(t,e,r){if(t instanceof re.Name){let n=e===Pu.Num;return r?n?(0,re._)`"[" + ${t} + "]"`:(0,re._)`"['" + ${t} + "']"`:n?(0,re._)`"/" + ${t}`:(0,re._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,re.getProperty)(t).toString():"/"+Eu(t)}V.getErrorPath=vw;function Om(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}V.checkStrictMode=Om});var It=S(Ou=>{"use strict";Object.defineProperty(Ou,"__esModule",{value:!0});var Pe=U(),xw={data:new Pe.Name("data"),valCxt:new Pe.Name("valCxt"),instancePath:new Pe.Name("instancePath"),parentData:new Pe.Name("parentData"),parentDataProperty:new Pe.Name("parentDataProperty"),rootData:new Pe.Name("rootData"),dynamicAnchors:new Pe.Name("dynamicAnchors"),vErrors:new Pe.Name("vErrors"),errors:new Pe.Name("errors"),this:new Pe.Name("this"),self:new Pe.Name("self"),scope:new Pe.Name("scope"),json:new Pe.Name("json"),jsonPos:new Pe.Name("jsonPos"),jsonLen:new Pe.Name("jsonLen"),jsonPart:new Pe.Name("jsonPart")};Ou.default=xw});var io=S(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.extendErrors=Ee.resetErrorsCount=Ee.reportExtraError=Ee.reportError=Ee.keyword$DataError=Ee.keywordError=void 0;var X=U(),As=W(),je=It();Ee.keywordError={message:({keyword:t})=>(0,X.str)`must pass "${t}" keyword validation`};Ee.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,X.str)`"${t}" keyword must be ${e} ($data)`:(0,X.str)`"${t}" keyword is invalid ($data)`};function bw(t,e=Ee.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=Zm(t,e,r);n??(i||a)?Rm(s,c):jm(o,(0,X._)`[${c}]`)}Ee.reportError=bw;function $w(t,e=Ee.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=Zm(t,e,r);Rm(o,a),s||i||jm(n,je.default.vErrors)}Ee.reportExtraError=$w;function ww(t,e){t.assign(je.default.errors,e),t.if((0,X._)`${je.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,X._)`${je.default.vErrors}.length`,e),()=>t.assign(je.default.vErrors,null)))}Ee.resetErrorsCount=ww;function kw({gen:t,keyword:e,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",o,je.default.errors,a=>{t.const(i,(0,X._)`${je.default.vErrors}[${a}]`),t.if((0,X._)`${i}.instancePath === undefined`,()=>t.assign((0,X._)`${i}.instancePath`,(0,X.strConcat)(je.default.instancePath,s.errorPath))),t.assign((0,X._)`${i}.schemaPath`,(0,X.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,X._)`${i}.schema`,r),t.assign((0,X._)`${i}.data`,n))})}Ee.extendErrors=kw;function Rm(t,e){let r=t.const("err",e);t.if((0,X._)`${je.default.vErrors} === null`,()=>t.assign(je.default.vErrors,(0,X._)`[${r}]`),(0,X._)`${je.default.vErrors}.push(${r})`),t.code((0,X._)`${je.default.errors}++`)}function jm(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,X._)`new ${t.ValidationError}(${e})`):(r.assign((0,X._)`${n}.errors`,e),r.return(!1))}var Tr={keyword:new X.Name("keyword"),schemaPath:new X.Name("schemaPath"),params:new X.Name("params"),propertyName:new X.Name("propertyName"),message:new X.Name("message"),schema:new X.Name("schema"),parentSchema:new X.Name("parentSchema")};function Zm(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,X._)`{}`:Sw(t,e,r)}function Sw(t,e,r={}){let{gen:n,it:o}=t,s=[zw(o,r),Tw(t,r)];return Pw(t,e,s),n.object(...s)}function zw({errorPath:t},{instancePath:e}){let r=e?(0,X.str)`${t}${(0,As.getErrorPath)(e,As.Type.Str)}`:t;return[je.default.instancePath,(0,X.strConcat)(je.default.instancePath,r)]}function Tw({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,X.str)`${e}/${t}`;return r&&(o=(0,X.str)`${o}${(0,As.getErrorPath)(r,As.Type.Str)}`),[Tr.schemaPath,o]}function Pw(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:d}=a;n.push([Tr.keyword,o],[Tr.params,typeof e=="function"?e(t):e||(0,X._)`{}`]),c.messages&&n.push([Tr.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Tr.schema,i],[Tr.parentSchema,(0,X._)`${l}${d}`],[je.default.data,s]),u&&n.push([Tr.propertyName,u])}});var Cm=S(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.boolOrEmptySchema=en.topBoolOrEmptySchema=void 0;var Ew=io(),Iw=U(),Ow=It(),Rw={message:"boolean schema is false"};function jw(t){let{gen:e,schema:r,validateName:n}=t;r===!1?Nm(t,!1):typeof r=="object"&&r.$async===!0?e.return(Ow.default.data):(e.assign((0,Iw._)`${n}.errors`,null),e.return(!0))}en.topBoolOrEmptySchema=jw;function Zw(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),Nm(t)):r.var(e,!0)}en.boolOrEmptySchema=Zw;function Nm(t,e){let{gen:r,data:n}=t,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,Ew.reportError)(o,Rw,void 0,e)}});var Ru=S(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.getRules=tn.isJSONType=void 0;var Nw=["string","number","integer","boolean","null","object","array"],Cw=new Set(Nw);function Aw(t){return typeof t=="string"&&Cw.has(t)}tn.isJSONType=Aw;function Mw(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}tn.getRules=Mw});var ju=S(Vt=>{"use strict";Object.defineProperty(Vt,"__esModule",{value:!0});Vt.shouldUseRule=Vt.shouldUseGroup=Vt.schemaHasRulesForType=void 0;function Dw({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&Am(t,n)}Vt.schemaHasRulesForType=Dw;function Am(t,e){return e.rules.some(r=>Mm(t,r))}Vt.shouldUseGroup=Am;function Mm(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}Vt.shouldUseRule=Mm});var ao=S(Ie=>{"use strict";Object.defineProperty(Ie,"__esModule",{value:!0});Ie.reportTypeError=Ie.checkDataTypes=Ie.checkDataType=Ie.coerceAndCheckDataType=Ie.getJSONTypes=Ie.getSchemaTypes=Ie.DataType=void 0;var qw=Ru(),Lw=ju(),Uw=io(),q=U(),Dm=W(),rn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(rn||(Ie.DataType=rn={}));function Fw(t){let e=qm(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}Ie.getSchemaTypes=Fw;function qm(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(qw.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Ie.getJSONTypes=qm;function Vw(t,e){let{gen:r,data:n,opts:o}=t,s=Hw(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Lw.schemaHasRulesForType)(t,e[0]));if(i){let a=Nu(e,n,o.strictNumbers,rn.Wrong);r.if(a,()=>{s.length?Bw(t,e,s):Cu(t)})}return i}Ie.coerceAndCheckDataType=Vw;var Lm=new Set(["string","number","integer","boolean","null"]);function Hw(t,e){return e?t.filter(r=>Lm.has(r)||e==="array"&&r==="array"):[]}function Bw(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,q._)`typeof ${o}`),a=n.let("coerced",(0,q._)`undefined`);s.coerceTypes==="array"&&n.if((0,q._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,q._)`${o}[0]`).assign(i,(0,q._)`typeof ${o}`).if(Nu(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,q._)`${a} !== undefined`);for(let u of r)(Lm.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),Cu(t),n.endIf(),n.if((0,q._)`${a} !== undefined`,()=>{n.assign(o,a),Kw(t,a)});function c(u){switch(u){case"string":n.elseIf((0,q._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,q._)`"" + ${o}`).elseIf((0,q._)`${o} === null`).assign(a,(0,q._)`""`);return;case"number":n.elseIf((0,q._)`${i} == "boolean" || ${o} === null
4
- || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,q._)`+${o}`);return;case"integer":n.elseIf((0,q._)`${i} === "boolean" || ${o} === null
5
- || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,q._)`+${o}`);return;case"boolean":n.elseIf((0,q._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,q._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,q._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,q._)`${i} === "string" || ${i} === "number"
6
- || ${i} === "boolean" || ${o} === null`).assign(a,(0,q._)`[${o}]`)}}}function Kw({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,q._)`${e} !== undefined`,()=>t.assign((0,q._)`${e}[${r}]`,n))}function Zu(t,e,r,n=rn.Correct){let o=n===rn.Correct?q.operators.EQ:q.operators.NEQ,s;switch(t){case"null":return(0,q._)`${e} ${o} null`;case"array":s=(0,q._)`Array.isArray(${e})`;break;case"object":s=(0,q._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,q._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,q._)`typeof ${e} ${o} ${t}`}return n===rn.Correct?s:(0,q.not)(s);function i(a=q.nil){return(0,q.and)((0,q._)`typeof ${e} == "number"`,a,r?(0,q._)`isFinite(${e})`:q.nil)}}Ie.checkDataType=Zu;function Nu(t,e,r,n){if(t.length===1)return Zu(t[0],e,r,n);let o,s=(0,Dm.toHash)(t);if(s.array&&s.object){let i=(0,q._)`typeof ${e} != "object"`;o=s.null?i:(0,q._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=q.nil;s.number&&delete s.integer;for(let i in s)o=(0,q.and)(o,Zu(i,e,r,n));return o}Ie.checkDataTypes=Nu;var Jw={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,q._)`{type: ${t}}`:(0,q._)`{type: ${e}}`};function Cu(t){let e=Gw(t);(0,Uw.reportError)(e,Jw)}Ie.reportTypeError=Cu;function Gw(t){let{gen:e,data:r,schema:n}=t,o=(0,Dm.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var Fm=S(Ms=>{"use strict";Object.defineProperty(Ms,"__esModule",{value:!0});Ms.assignDefaults=void 0;var nn=U(),Ww=W();function Xw(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)Um(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>Um(t,s,o.default))}Ms.assignDefaults=Xw;function Um(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,nn._)`${s}${(0,nn.getProperty)(e)}`;if(o){(0,Ww.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,nn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,nn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,nn._)`${a} = ${(0,nn.stringify)(r)}`)}});var tt=S(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.validateUnion=te.validateArray=te.usePattern=te.callValidateCode=te.schemaProperties=te.allSchemaProperties=te.noPropertyInData=te.propertyInData=te.isOwnProperty=te.hasPropFunc=te.reportMissingProp=te.checkMissingProp=te.checkReportMissingProp=void 0;var ae=U(),Au=W(),Ht=It(),Yw=W();function Qw(t,e){let{gen:r,data:n,it:o}=t;r.if(Du(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,ae._)`${e}`},!0),t.error()})}te.checkReportMissingProp=Qw;function e0({gen:t,data:e,it:{opts:r}},n,o){return(0,ae.or)(...n.map(s=>(0,ae.and)(Du(t,e,s,r.ownProperties),(0,ae._)`${o} = ${s}`)))}te.checkMissingProp=e0;function t0(t,e){t.setParams({missingProperty:e},!0),t.error()}te.reportMissingProp=t0;function Vm(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ae._)`Object.prototype.hasOwnProperty`})}te.hasPropFunc=Vm;function Mu(t,e,r){return(0,ae._)`${Vm(t)}.call(${e}, ${r})`}te.isOwnProperty=Mu;function r0(t,e,r,n){let o=(0,ae._)`${e}${(0,ae.getProperty)(r)} !== undefined`;return n?(0,ae._)`${o} && ${Mu(t,e,r)}`:o}te.propertyInData=r0;function Du(t,e,r,n){let o=(0,ae._)`${e}${(0,ae.getProperty)(r)} === undefined`;return n?(0,ae.or)(o,(0,ae.not)(Mu(t,e,r))):o}te.noPropertyInData=Du;function Hm(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}te.allSchemaProperties=Hm;function n0(t,e){return Hm(e).filter(r=>!(0,Au.alwaysValidSchema)(t,e[r]))}te.schemaProperties=n0;function o0({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,ae._)`${t}, ${e}, ${n}${o}`:e,d=[[Ht.default.instancePath,(0,ae.strConcat)(Ht.default.instancePath,s)],[Ht.default.parentData,i.parentData],[Ht.default.parentDataProperty,i.parentDataProperty],[Ht.default.rootData,Ht.default.rootData]];i.opts.dynamicRef&&d.push([Ht.default.dynamicAnchors,Ht.default.dynamicAnchors]);let m=(0,ae._)`${l}, ${r.object(...d)}`;return c!==ae.nil?(0,ae._)`${a}.call(${c}, ${m})`:(0,ae._)`${a}(${m})`}te.callValidateCode=o0;var s0=(0,ae._)`new RegExp`;function i0({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:o}=e.code,s=o(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,ae._)`${o.code==="new RegExp"?s0:(0,Yw.useFunc)(t,o)}(${r}, ${n})`})}te.usePattern=i0;function a0(t){let{gen:e,data:r,keyword:n,it:o}=t,s=e.name("valid");if(o.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(s,!0),i(()=>e.break()),s;function i(a){let c=e.const("len",(0,ae._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Au.Type.Num},s),e.if((0,ae.not)(s),a)})}}te.validateArray=a0;function c0(t){let{gen:e,schema:r,keyword:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Au.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let l=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,ae._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,ae.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}te.validateUnion=c0});var Jm=S(yt=>{"use strict";Object.defineProperty(yt,"__esModule",{value:!0});yt.validateKeywordUsage=yt.validSchemaType=yt.funcKeywordCode=yt.macroKeywordCode=void 0;var Ze=U(),Pr=It(),u0=tt(),l0=io();function d0(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=Km(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ze.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}yt.macroKeywordCode=d0;function p0(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;m0(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=Km(n,o,u),d=n.let("valid");t.block$data(d,m),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function m(){if(e.errors===!1)h(),e.modifying&&Bm(t),g(()=>t.error());else{let b=e.async?f():p();e.modifying&&Bm(t),g(()=>f0(t,b))}}function f(){let b=n.let("ruleErrs",null);return n.try(()=>h((0,Ze._)`await `),v=>n.assign(d,!1).if((0,Ze._)`${v} instanceof ${c.ValidationError}`,()=>n.assign(b,(0,Ze._)`${v}.errors`),()=>n.throw(v))),b}function p(){let b=(0,Ze._)`${l}.errors`;return n.assign(b,null),h(Ze.nil),b}function h(b=e.async?(0,Ze._)`await `:Ze.nil){let v=c.opts.passContext?Pr.default.this:Pr.default.self,x=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Ze._)`${b}${(0,u0.callValidateCode)(t,l,v,x)}`,e.modifying)}function g(b){var v;n.if((0,Ze.not)((v=e.valid)!==null&&v!==void 0?v:d),b)}}yt.funcKeywordCode=p0;function Bm(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ze._)`${n.parentData}[${n.parentDataProperty}]`))}function f0(t,e){let{gen:r}=t;r.if((0,Ze._)`Array.isArray(${e})`,()=>{r.assign(Pr.default.vErrors,(0,Ze._)`${Pr.default.vErrors} === null ? ${e} : ${Pr.default.vErrors}.concat(${e})`).assign(Pr.default.errors,(0,Ze._)`${Pr.default.vErrors}.length`),(0,l0.extendErrors)(t)},()=>t.error())}function m0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Km(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Ze.stringify)(r)})}function h0(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}yt.validSchemaType=h0;function g0({schema:t,opts:e,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}yt.validateKeywordUsage=g0});var Wm=S(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.extendSubschemaMode=Bt.extendSubschemaData=Bt.getSubschema=void 0;var _t=U(),Gm=W();function y0(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,_t._)`${t.schemaPath}${(0,_t.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,_t._)`${t.schemaPath}${(0,_t.getProperty)(e)}${(0,_t.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Gm.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Bt.getSubschema=y0;function _0(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=e,m=a.let("data",(0,_t._)`${e.data}${(0,_t.getProperty)(r)}`,!0);c(m),t.errorPath=(0,_t.str)`${u}${(0,Gm.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,_t._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof _t.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}Bt.extendSubschemaData=_0;function v0(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(t.compositeRule=n),o!==void 0&&(t.createErrors=o),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Bt.extendSubschemaMode=v0});var qu=S((uj,Xm)=>{"use strict";Xm.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!t(e[o],r[o]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var Qm=S((lj,Ym)=>{"use strict";var Kt=Ym.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Ds(e,n,o,t,"",t)};Kt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Kt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Kt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Kt.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Ds(t,e,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,c,u);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in Kt.arrayKeywords)for(var m=0;m<d.length;m++)Ds(t,e,r,d[m],o+"/"+l+"/"+m,s,o,l,n,m)}else if(l in Kt.propsKeywords){if(d&&typeof d=="object")for(var f in d)Ds(t,e,r,d[f],o+"/"+l+"/"+x0(f),s,o,l,n,f)}else(l in Kt.keywords||t.allKeys&&!(l in Kt.skipKeywords))&&Ds(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function x0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var co=S(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.getSchemaRefs=Le.resolveUrl=Le.normalizeId=Le._getFullPath=Le.getFullPath=Le.inlineRef=void 0;var b0=W(),$0=qu(),w0=Qm(),k0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function S0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Lu(t):e?eh(t)<=e:!1}Le.inlineRef=S0;var z0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Lu(t){for(let e in t){if(z0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Lu)||typeof r=="object"&&Lu(r))return!0}return!1}function eh(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!k0.has(r)&&(typeof t[r]=="object"&&(0,b0.eachItem)(t[r],n=>e+=eh(n)),e===1/0))return 1/0}return e}function th(t,e="",r){r!==!1&&(e=on(e));let n=t.parse(e);return rh(t,n)}Le.getFullPath=th;function rh(t,e){return t.serialize(e).split("#")[0]+"#"}Le._getFullPath=rh;var T0=/#\/?$/;function on(t){return t?t.replace(T0,""):""}Le.normalizeId=on;function P0(t,e,r){return r=on(r),t.resolve(e,r)}Le.resolveUrl=P0;var E0=/^[a-z_][-a-z0-9._]*$/i;function I0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=on(t[r]||e),s={"":o},i=th(n,o,!1),a={},c=new Set;return w0(t,{allKeys:!0},(d,m,f,p)=>{if(p===void 0)return;let h=i+m,g=s[p];typeof d[r]=="string"&&(g=b.call(this,d[r])),v.call(this,d.$anchor),v.call(this,d.$dynamicAnchor),s[m]=g;function b(x){let T=this.opts.uriResolver.resolve;if(x=on(g?T(g,x):x),c.has(x))throw l(x);c.add(x);let Z=this.refs[x];return typeof Z=="string"&&(Z=this.refs[Z]),typeof Z=="object"?u(d,Z.schema,x):x!==on(h)&&(x[0]==="#"?(u(d,a[x],x),a[x]=d):this.refs[x]=h),x}function v(x){if(typeof x=="string"){if(!E0.test(x))throw new Error(`invalid anchor "${x}"`);b.call(this,`#${x}`)}}}),a;function u(d,m,f){if(m!==void 0&&!$0(d,m))throw l(f)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Le.getSchemaRefs=I0});var po=S(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.getData=Jt.KeywordCxt=Jt.validateFunctionCode=void 0;var ah=Cm(),nh=ao(),Fu=ju(),qs=ao(),O0=Fm(),lo=Jm(),Uu=Wm(),R=U(),M=It(),R0=co(),Ot=W(),uo=io();function j0(t){if(lh(t)&&(dh(t),uh(t))){C0(t);return}ch(t,()=>(0,ah.topBoolOrEmptySchema)(t))}Jt.validateFunctionCode=j0;function ch({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,R._)`${M.default.data}, ${M.default.valCxt}`,n.$async,()=>{t.code((0,R._)`"use strict"; ${oh(r,o)}`),N0(t,o),t.code(s)}):t.func(e,(0,R._)`${M.default.data}, ${Z0(o)}`,n.$async,()=>t.code(oh(r,o)).code(s))}function Z0(t){return(0,R._)`{${M.default.instancePath}="", ${M.default.parentData}, ${M.default.parentDataProperty}, ${M.default.rootData}=${M.default.data}${t.dynamicRef?(0,R._)`, ${M.default.dynamicAnchors}={}`:R.nil}}={}`}function N0(t,e){t.if(M.default.valCxt,()=>{t.var(M.default.instancePath,(0,R._)`${M.default.valCxt}.${M.default.instancePath}`),t.var(M.default.parentData,(0,R._)`${M.default.valCxt}.${M.default.parentData}`),t.var(M.default.parentDataProperty,(0,R._)`${M.default.valCxt}.${M.default.parentDataProperty}`),t.var(M.default.rootData,(0,R._)`${M.default.valCxt}.${M.default.rootData}`),e.dynamicRef&&t.var(M.default.dynamicAnchors,(0,R._)`${M.default.valCxt}.${M.default.dynamicAnchors}`)},()=>{t.var(M.default.instancePath,(0,R._)`""`),t.var(M.default.parentData,(0,R._)`undefined`),t.var(M.default.parentDataProperty,(0,R._)`undefined`),t.var(M.default.rootData,M.default.data),e.dynamicRef&&t.var(M.default.dynamicAnchors,(0,R._)`{}`)})}function C0(t){let{schema:e,opts:r,gen:n}=t;ch(t,()=>{r.$comment&&e.$comment&&fh(t),L0(t),n.let(M.default.vErrors,null),n.let(M.default.errors,0),r.unevaluated&&A0(t),ph(t),V0(t)})}function A0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,R._)`${r}.evaluated`),e.if((0,R._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,R._)`${t.evaluated}.props`,(0,R._)`undefined`)),e.if((0,R._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,R._)`${t.evaluated}.items`,(0,R._)`undefined`))}function oh(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,R._)`/*# sourceURL=${r} */`:R.nil}function M0(t,e){if(lh(t)&&(dh(t),uh(t))){D0(t,e);return}(0,ah.boolOrEmptySchema)(t,e)}function uh({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function lh(t){return typeof t.schema!="boolean"}function D0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&fh(t),U0(t),F0(t);let s=n.const("_errs",M.default.errors);ph(t,s),n.var(e,(0,R._)`${s} === ${M.default.errors}`)}function dh(t){(0,Ot.checkUnknownRules)(t),q0(t)}function ph(t,e){if(t.opts.jtd)return sh(t,[],!1,e);let r=(0,nh.getSchemaTypes)(t.schema),n=(0,nh.coerceAndCheckDataType)(t,r);sh(t,r,!n,e)}function q0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Ot.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function L0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ot.checkStrictMode)(t,"default is ignored in the schema root")}function U0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,R0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function F0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function fh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,R._)`${M.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,R.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,R._)`${M.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function V0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,R._)`${M.default.errors} === 0`,()=>e.return(M.default.data),()=>e.throw((0,R._)`new ${o}(${M.default.vErrors})`)):(e.assign((0,R._)`${n}.errors`,M.default.vErrors),s.unevaluated&&H0(t),e.return((0,R._)`${M.default.errors} === 0`))}function H0({gen:t,evaluated:e,props:r,items:n}){r instanceof R.Name&&t.assign((0,R._)`${e}.props`,r),n instanceof R.Name&&t.assign((0,R._)`${e}.items`,n)}function sh(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Ot.schemaHasRulesButRef)(s,l))){o.block(()=>hh(t,"$ref",l.all.$ref.definition));return}c.jtd||B0(t,e),o.block(()=>{for(let m of l.rules)d(m);d(l.post)});function d(m){(0,Fu.shouldUseGroup)(s,m)&&(m.type?(o.if((0,qs.checkDataType)(m.type,i,c.strictNumbers)),ih(t,m),e.length===1&&e[0]===m.type&&r&&(o.else(),(0,qs.reportTypeError)(t)),o.endIf()):ih(t,m),a||o.if((0,R._)`${M.default.errors} === ${n||0}`))}}function ih(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,O0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,Fu.shouldUseRule)(n,s)&&hh(t,s.keyword,s.definition,e.type)})}function B0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(K0(t,e),t.opts.allowUnionTypes||J0(t,e),G0(t,t.dataTypes))}function K0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{mh(t.dataTypes,r)||Vu(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),X0(t,e)}}function J0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Vu(t,"use allowUnionTypes to allow union type keyword")}function G0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,Fu.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>W0(e,i))&&Vu(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function W0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function mh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function X0(t,e){let r=[];for(let n of t.dataTypes)mh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Vu(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Ot.checkStrictMode)(t,e,t.opts.strictTypes)}var Ls=class{constructor(e,r,n){if((0,lo.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Ot.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",gh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,lo.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",M.default.errors))}result(e,r,n){this.failResult((0,R.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,R.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,R._)`${r} !== undefined && (${(0,R.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?uo.reportExtraError:uo.reportError)(this,this.def.error,r)}$dataError(){(0,uo.reportError)(this,this.def.$dataError||uo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,uo.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=R.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=R.nil,r=R.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,R.or)((0,R._)`${o} === undefined`,r)),e!==R.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==R.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,R.or)(i(),a());function i(){if(n.length){if(!(r instanceof R.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,R._)`${(0,qs.checkDataTypes)(c,r,s.opts.strictNumbers,qs.DataType.Wrong)}`}return R.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,R._)`!${c}(${r})`}return R.nil}}subschema(e,r){let n=(0,Uu.getSubschema)(this.it,e);(0,Uu.extendSubschemaData)(n,this.it,e),(0,Uu.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return M0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Ot.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Ot.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,R.Name)),!0}};Jt.KeywordCxt=Ls;function hh(t,e,r,n){let o=new Ls(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,lo.funcKeywordCode)(o,r):"macro"in r?(0,lo.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,lo.funcKeywordCode)(o,r)}var Y0=/^\/(?:[^~]|~0|~1)*$/,Q0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function gh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return M.default.rootData;if(t[0]==="/"){if(!Y0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=M.default.rootData}else{let u=Q0.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=e)throw new Error(c("property/index",l));return n[e-l]}if(l>e)throw new Error(c("data",l));if(s=r[e-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,R._)`${s}${(0,R.getProperty)((0,Ot.unescapeJsonPointer)(u))}`,i=(0,R._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}Jt.getData=gh});var Us=S(Bu=>{"use strict";Object.defineProperty(Bu,"__esModule",{value:!0});var Hu=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Bu.default=Hu});var fo=S(Gu=>{"use strict";Object.defineProperty(Gu,"__esModule",{value:!0});var Ku=co(),Ju=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Ku.resolveUrl)(e,r,n),this.missingSchema=(0,Ku.normalizeId)((0,Ku.getFullPath)(e,this.missingRef))}};Gu.default=Ju});var Vs=S(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt.resolveSchema=rt.getCompilingSchema=rt.resolveRef=rt.compileSchema=rt.SchemaEnv=void 0;var ut=U(),ek=Us(),Er=It(),lt=co(),yh=W(),tk=po(),sn=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,lt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};rt.SchemaEnv=sn;function Xu(t){let e=_h.call(this,t);if(e)return e;let r=(0,lt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new ut.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:ek.default,code:(0,ut._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Er.default.data,parentData:Er.default.parentData,parentDataProperty:Er.default.parentDataProperty,dataNames:[Er.default.data],dataPathArr:[ut.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,ut.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:ut.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,ut._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,tk.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(Er.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let f=new Function(`${Er.default.self}`,`${Er.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=t.schema,f.schemaEnv=t,t.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:d,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:h}=u;f.evaluated={props:p instanceof ut.Name?void 0:p,items:h instanceof ut.Name?void 0:h,dynamicProps:p instanceof ut.Name,dynamicItems:h instanceof ut.Name},f.source&&(f.source.evaluated=(0,ut.stringify)(f.evaluated))}return t.validate=f,t}catch(d){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(t)}}rt.compileSchema=Xu;function rk(t,e,r){var n;r=(0,lt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=sk.call(this,t,r);if(s===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new sn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=nk.call(this,s)}rt.resolveRef=rk;function nk(t){return(0,lt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Xu.call(this,t)}function _h(t){for(let e of this._compilations)if(ok(e,t))return e}rt.getCompilingSchema=_h;function ok(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function sk(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||Fs.call(this,t,e)}function Fs(t,e){let r=this.opts.uriResolver.parse(e),n=(0,lt._getFullPath)(this.opts.uriResolver,r),o=(0,lt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return Wu.call(this,r,t);let s=(0,lt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=Fs.call(this,t,i);return typeof a?.schema!="object"?void 0:Wu.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Xu.call(this,i),s===(0,lt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,lt.resolveUrl)(this.opts.uriResolver,o,u)),new sn({schema:a,schemaId:c,root:t,baseId:o})}return Wu.call(this,r,i)}}rt.resolveSchema=Fs;var ik=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Wu(t,{baseId:e,schema:r,root:n}){var o;if(((o=t.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,yh.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!ik.has(a)&&u&&(e=(0,lt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,yh.schemaHasRulesButRef)(r,this.RULES)){let a=(0,lt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=Fs.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new sn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var vh=S((gj,ak)=>{ak.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var el=S((yj,Sh)=>{"use strict";var ck=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),bh=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),Yu=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),$h=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),uk=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function Qu(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var lk=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function xh(t){return t.length=0,!0}function dk(t,e,r){if(t.length){let n=Qu(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function pk(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=dk;for(let c=0;c<t.length;c++){let u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(s=!0),n.push(":");continue}else if(u==="%"){if(!a(o,n,r))break;a=xh}else{o.push(u);continue}}return o.length&&(a===xh?r.zone=o.join(""):i?n.push(o.join("")):n.push(Qu(o))),r.address=n.join(""),r}function wh(t){if(fk(t,":")<2)return{host:t,isIPV6:!1};let e=pk(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function fk(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function mk(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var hk={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},gk=/[@/?#:]/g,yk=/[@/?#]/g;function kh(t,e){let r=e?yk:gk;return r.lastIndex=0,t.replace(r,n=>hk[n])}function _k(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let o=t.slice(n+1,n+3);if(Yu(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));e&&$h(i)?r+=i:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function vk(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Yu(n)){let o=n.toUpperCase(),s=String.fromCharCode(parseInt(o,16));s!=="."&&$h(s)?e+=s:e+="%"+o,r+=2;continue}}uk(t[r])?e+=t[r]:e+=escape(t[r])}return e}function xk(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Yu(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function bk(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!bh(r)){let n=wh(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=kh(r,!1)}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}Sh.exports={nonSimpleDomain:lk,recomposeAuthority:bk,reescapeHostDelimiters:kh,normalizePercentEncoding:_k,normalizePathEncoding:vk,escapePreservingEscapes:xk,removeDotSegments:mk,isIPv4:bh,isUUID:ck,normalizeIPv6:wh,stringArrayToHexStripped:Qu}});var Ih=S((_j,Eh)=>{"use strict";var{isUUID:$k}=el(),wk=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,kk=["http","https","ws","wss","urn","urn:uuid"];function Sk(t){return kk.indexOf(t)!==-1}function tl(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function zh(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function Th(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function zk(t){return t.secure=tl(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function Tk(t){if((t.port===(tl(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function Pk(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(wk);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let o=`${n}:${e.nid||t.nid}`,s=rl(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function Ek(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),o=`${r}:${e.nid||n}`,s=rl(o);s&&(t=s.serialize(t,e));let i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function Ik(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!$k(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function Ok(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var Ph={scheme:"http",domainHost:!0,parse:zh,serialize:Th},Rk={scheme:"https",domainHost:Ph.domainHost,parse:zh,serialize:Th},Hs={scheme:"ws",domainHost:!0,parse:zk,serialize:Tk},jk={scheme:"wss",domainHost:Hs.domainHost,parse:Hs.parse,serialize:Hs.serialize},Zk={scheme:"urn",parse:Pk,serialize:Ek,skipNormalize:!0},Nk={scheme:"urn:uuid",parse:Ik,serialize:Ok,skipNormalize:!0},Bs={http:Ph,https:Rk,ws:Hs,wss:jk,urn:Zk,"urn:uuid":Nk};Object.setPrototypeOf(Bs,null);function rl(t){return t&&(Bs[t]||Bs[t.toLowerCase()])||void 0}Eh.exports={wsIsSecure:tl,SCHEMES:Bs,isValidSchemeName:Sk,getSchemeHandler:rl}});var Ch=S((vj,Ks)=>{"use strict";var{normalizeIPv6:Ck,removeDotSegments:mo,recomposeAuthority:Ak,normalizePercentEncoding:Mk,normalizePathEncoding:Dk,escapePreservingEscapes:qk,reescapeHostDelimiters:Lk,isIPv4:Uk,nonSimpleDomain:Fk}=el(),{SCHEMES:Vk,getSchemeHandler:Rh}=Ih();function Hk(t,e){return typeof t=="string"?t=Wk(t,e):typeof t=="object"&&(t=an(Ir(t,e),e)),t}function Bk(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=jh(an(t,n),an(e,n),n,!0);return n.skipEscape=!0,Ir(o,n)}function jh(t,e,r,n){let o={};return n||(t=an(Ir(t,r),r),e=an(Ir(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(o.scheme=e.scheme,o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=mo(e.path||""),o.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=mo(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=mo(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?o.path="/"+e.path:t.path?o.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:o.path=e.path,o.path=mo(o.path)),o.query=e.query):(o.path=t.path,e.query!==void 0?o.query=e.query:o.query=t.query),o.userinfo=t.userinfo,o.host=t.host,o.port=t.port),o.scheme=t.scheme),o.fragment=e.fragment,o}function Kk(t,e,r){let n=Oh(t,r),o=Oh(e,r);return n!==void 0&&o!==void 0&&n.toLowerCase()===o.toLowerCase()}function Ir(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),o=[],s=Rh(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=Mk(r.path):(r.path=qk(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=Ak(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=mo(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var Jk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Gk(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function Zh(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1,s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let i=t.match(Jk);if(i){n.scheme=i[1],n.userinfo=i[3],n.host=i[4],n.port=parseInt(i[5],10),n.path=i[6]||"",n.query=i[7],n.fragment=i[8],isNaN(n.port)&&(n.port=i[5]);let a=Gk(n,i);if(a!==void 0&&(n.error=n.error||a,o=!0),n.host)if(Uk(n.host)===!1){let l=Ck(n.host);n.host=l.host.toLowerCase(),s=l.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let c=Rh(r.scheme||n.scheme);if(!r.unicodeSupport&&(!c||!c.unicodeSupport)&&n.host&&(r.domainHost||c&&c.domainHost)&&s===!1&&Fk(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(u){n.error=n.error||"Host's domain name can not be converted to ASCII: "+u}if((!c||c&&!c.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=Lk(unescape(n.host),s))),n.path&&(n.path=Dk(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}c&&c.parse&&c.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:o}}function an(t,e){return Zh(t,e).parsed}function Wk(t,e){return Nh(t,e).normalized}function Nh(t,e){let{parsed:r,malformedAuthorityOrPort:n}=Zh(t,e);return{normalized:n?t:Ir(r,e),malformedAuthorityOrPort:n}}function Oh(t,e){if(typeof t=="string"){let{normalized:r,malformedAuthorityOrPort:n}=Nh(t,e);return n?void 0:r}if(typeof t=="object")return Ir(t,e)}var nl={SCHEMES:Vk,normalize:Hk,resolve:Bk,resolveComponent:jh,equal:Kk,serialize:Ir,parse:an};Ks.exports=nl;Ks.exports.default=nl;Ks.exports.fastUri=nl});var Mh=S(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});var Ah=Ch();Ah.code='require("ajv/dist/runtime/uri").default';ol.default=Ah});var Bh=S(Se=>{"use strict";Object.defineProperty(Se,"__esModule",{value:!0});Se.CodeGen=Se.Name=Se.nil=Se.stringify=Se.str=Se._=Se.KeywordCxt=void 0;var Xk=po();Object.defineProperty(Se,"KeywordCxt",{enumerable:!0,get:function(){return Xk.KeywordCxt}});var cn=U();Object.defineProperty(Se,"_",{enumerable:!0,get:function(){return cn._}});Object.defineProperty(Se,"str",{enumerable:!0,get:function(){return cn.str}});Object.defineProperty(Se,"stringify",{enumerable:!0,get:function(){return cn.stringify}});Object.defineProperty(Se,"nil",{enumerable:!0,get:function(){return cn.nil}});Object.defineProperty(Se,"Name",{enumerable:!0,get:function(){return cn.Name}});Object.defineProperty(Se,"CodeGen",{enumerable:!0,get:function(){return cn.CodeGen}});var Yk=Us(),Fh=fo(),Qk=Ru(),ho=Vs(),eS=U(),go=co(),Js=ao(),il=W(),Dh=vh(),tS=Mh(),Vh=(t,e)=>new RegExp(t,e);Vh.code="new RegExp";var rS=["removeAdditional","useDefaults","coerceTypes"],nS=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),oS={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},sS={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},qh=200;function iS(t){var e,r,n,o,s,i,a,c,u,l,d,m,f,p,h,g,b,v,x,T,Z,he,Fe,ye,Ve;let vn=t.strict,xi=(e=t.code)===null||e===void 0?void 0:e.optimize,fd=xi===!0||xi===void 0?1:xi||0,md=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Vh,Oy=(o=t.uriResolver)!==null&&o!==void 0?o:tS.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:vn)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:vn)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:vn)!==null&&l!==void 0?l:"log",strictTuples:(m=(d=t.strictTuples)!==null&&d!==void 0?d:vn)!==null&&m!==void 0?m:"log",strictRequired:(p=(f=t.strictRequired)!==null&&f!==void 0?f:vn)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:fd,regExp:md}:{optimize:fd,regExp:md},loopRequired:(h=t.loopRequired)!==null&&h!==void 0?h:qh,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:qh,meta:(b=t.meta)!==null&&b!==void 0?b:!0,messages:(v=t.messages)!==null&&v!==void 0?v:!0,inlineRefs:(x=t.inlineRefs)!==null&&x!==void 0?x:!0,schemaId:(T=t.schemaId)!==null&&T!==void 0?T:"$id",addUsedSchema:(Z=t.addUsedSchema)!==null&&Z!==void 0?Z:!0,validateSchema:(he=t.validateSchema)!==null&&he!==void 0?he:!0,validateFormats:(Fe=t.validateFormats)!==null&&Fe!==void 0?Fe:!0,unicodeRegExp:(ye=t.unicodeRegExp)!==null&&ye!==void 0?ye:!0,int32range:(Ve=t.int32range)!==null&&Ve!==void 0?Ve:!0,uriResolver:Oy}}var yo=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...iS(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new eS.ValueScope({scope:{},prefixes:nS,es5:r,lines:n}),this.logger=pS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,Qk.getRules)(),Lh.call(this,oS,e,"NOT SUPPORTED"),Lh.call(this,sS,e,"DEPRECATED","warn"),this._metaOpts=lS.call(this),e.formats&&cS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&uS.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),aS.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=Dh;n==="id"&&(o={...Dh},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(l,d){await s.call(this,l.$schema);let m=this._addSchema(l,d);return m.validate||i.call(this,m)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof Fh.default))throw d;return a.call(this,d),await c.call(this,d.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:d}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${d} cannot be resolved`)}async function c(l){let d=await u.call(this,l);this.refs[l]||await s.call(this,d.$schema),this.refs[l]||this.addSchema(d,l,r)}async function u(l){let d=this._loading[l];if(d)return d;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,go.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,o,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,e);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(e){let r;for(;typeof(r=Uh.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new ho.SchemaEnv({schema:{},schemaId:n});if(r=ho.resolveSchema.call(this,o,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=Uh.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,go.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(mS.call(this,n,r),!r)return(0,il.eachItem)(n,s=>sl.call(this,s)),this;gS.call(this,r);let o={...r,type:(0,Js.getJSONTypes)(r.type),schemaType:(0,Js.getJSONTypes)(r.schemaType)};return(0,il.eachItem)(n,o.type.length===0?s=>sl.call(this,s,o):s=>o.type.forEach(i=>sl.call(this,s,o,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===e);o>=0&&n.rules.splice(o,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of r){let s=o.split("/").slice(1),i=e;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,l=i[a];u&&l&&(i[a]=Hh(l))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,go.normalizeId)(i||n);let u=go.getSchemaRefs.call(this,e,n);return c=new ho.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):ho.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{ho.compileSchema.call(this,e)}finally{this.opts=r}}};yo.ValidationError=Yk.default;yo.MissingRefError=Fh.default;Se.default=yo;function Lh(t,e,r,n="error"){for(let o in t){let s=o;s in e&&this.logger[n](`${r}: option ${o}. ${t[s]}`)}}function Uh(t){return t=(0,go.normalizeId)(t),this.schemas[t]||this.refs[t]}function aS(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function cS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function uS(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function lS(){let t={...this.opts};for(let e of rS)delete t[e];return t}var dS={log(){},warn(){},error(){}};function pS(t){if(t===!1)return dS;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var fS=/^[a-z_$][a-z0-9_$:-]*$/i;function mS(t,e){let{RULES:r}=this;if((0,il.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!fS.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function sl(t,e,r){var n;let o=e?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,Js.getJSONTypes)(e.type),schemaType:(0,Js.getJSONTypes)(e.schemaType)}};e.before?hS.call(this,i,a,e.before):i.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function hS(t,e,r){let n=t.rules.findIndex(o=>o.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function gS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=Hh(e)),t.validateSchema=this.compile(e,!0))}var yS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Hh(t){return{anyOf:[t,yS]}}});var Kh=S(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});var _S={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};al.default=_S});var Xh=S(Or=>{"use strict";Object.defineProperty(Or,"__esModule",{value:!0});Or.callRef=Or.getValidate=void 0;var vS=fo(),Jh=tt(),Ue=U(),un=It(),Gh=Vs(),Gs=W(),xS={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return d();let l=Gh.resolveRef.call(c,u,o,r);if(l===void 0)throw new vS.default(n.opts.uriResolver,o,r);if(l instanceof Gh.SchemaEnv)return m(l);return f(l);function d(){if(s===u)return Ws(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return Ws(t,(0,Ue._)`${p}.validate`,u,u.$async)}function m(p){let h=Wh(t,p);Ws(t,h,p,p.$async)}function f(p){let h=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,Ue.stringify)(p)}:{ref:p}),g=e.name("valid"),b=t.subschema({schema:p,dataTypes:[],schemaPath:Ue.nil,topSchemaRef:h,errSchemaPath:r},g);t.mergeEvaluated(b),t.ok(g)}}};function Wh(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Ue._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Or.getValidate=Wh;function Ws(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?un.default.this:Ue.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,Ue._)`await ${(0,Jh.callValidateCode)(t,e,u)}`),f(e),i||o.assign(p,!0)},h=>{o.if((0,Ue._)`!(${h} instanceof ${s.ValidationError})`,()=>o.throw(h)),m(h),i||o.assign(p,!1)}),t.ok(p)}function d(){t.result((0,Jh.callValidateCode)(t,e,u),()=>f(e),()=>m(e))}function m(p){let h=(0,Ue._)`${p}.errors`;o.assign(un.default.vErrors,(0,Ue._)`${un.default.vErrors} === null ? ${h} : ${un.default.vErrors}.concat(${h})`),o.assign(un.default.errors,(0,Ue._)`${un.default.vErrors}.length`)}function f(p){var h;if(!s.opts.unevaluated)return;let g=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=Gs.mergeEvaluated.props(o,g.props,s.props));else{let b=o.var("props",(0,Ue._)`${p}.evaluated.props`);s.props=Gs.mergeEvaluated.props(o,b,s.props,Ue.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=Gs.mergeEvaluated.items(o,g.items,s.items));else{let b=o.var("items",(0,Ue._)`${p}.evaluated.items`);s.items=Gs.mergeEvaluated.items(o,b,s.items,Ue.Name)}}}Or.callRef=Ws;Or.default=xS});var Yh=S(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var bS=Kh(),$S=Xh(),wS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",bS.default,$S.default];cl.default=wS});var Qh=S(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});var Xs=U(),Gt=Xs.operators,Ys={maximum:{okStr:"<=",ok:Gt.LTE,fail:Gt.GT},minimum:{okStr:">=",ok:Gt.GTE,fail:Gt.LT},exclusiveMaximum:{okStr:"<",ok:Gt.LT,fail:Gt.GTE},exclusiveMinimum:{okStr:">",ok:Gt.GT,fail:Gt.LTE}},kS={message:({keyword:t,schemaCode:e})=>(0,Xs.str)`must be ${Ys[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Xs._)`{comparison: ${Ys[t].okStr}, limit: ${e}}`},SS={keyword:Object.keys(Ys),type:"number",schemaType:"number",$data:!0,error:kS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Xs._)`${r} ${Ys[e].fail} ${n} || isNaN(${r})`)}};ul.default=SS});var eg=S(ll=>{"use strict";Object.defineProperty(ll,"__esModule",{value:!0});var _o=U(),zS={message:({schemaCode:t})=>(0,_o.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,_o._)`{multipleOf: ${t}}`},TS={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:zS,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,_o._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,_o._)`${i} !== parseInt(${i})`;t.fail$data((0,_o._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};ll.default=TS});var rg=S(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});function tg(t){let e=t.length,r=0,n=0,o;for(;n<e;)r++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<e&&(o=t.charCodeAt(n),(o&64512)===56320&&n++);return r}dl.default=tg;tg.code='require("ajv/dist/runtime/ucs2length").default'});var ng=S(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});var Rr=U(),PS=W(),ES=rg(),IS={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Rr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Rr._)`{limit: ${t}}`},OS={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:IS,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Rr.operators.GT:Rr.operators.LT,i=o.opts.unicode===!1?(0,Rr._)`${r}.length`:(0,Rr._)`${(0,PS.useFunc)(t.gen,ES.default)}(${r})`;t.fail$data((0,Rr._)`${i} ${s} ${n}`)}};pl.default=OS});var og=S(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});var RS=tt(),jS=W(),ln=U(),ZS={message:({schemaCode:t})=>(0,ln.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,ln._)`{pattern: ${t}}`},NS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:ZS,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,ln._)`new RegExp`:(0,jS.useFunc)(e,c),l=e.let("valid");e.try(()=>e.assign(l,(0,ln._)`${u}(${s}, ${a}).test(${r})`),()=>e.assign(l,!1)),t.fail$data((0,ln._)`!${l}`)}else{let c=(0,RS.usePattern)(t,o);t.fail$data((0,ln._)`!${c}.test(${r})`)}}};fl.default=NS});var sg=S(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});var vo=U(),CS={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,vo.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,vo._)`{limit: ${t}}`},AS={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:CS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?vo.operators.GT:vo.operators.LT;t.fail$data((0,vo._)`Object.keys(${r}).length ${o} ${n}`)}};ml.default=AS});var ig=S(hl=>{"use strict";Object.defineProperty(hl,"__esModule",{value:!0});var xo=tt(),bo=U(),MS=W(),DS={message:({params:{missingProperty:t}})=>(0,bo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,bo._)`{missingProperty: ${t}}`},qS={keyword:"required",type:"object",schemaType:"array",$data:!0,error:DS,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let f=t.parentSchema.properties,{definedProperties:p}=t.it;for(let h of r)if(f?.[h]===void 0&&!p.has(h)){let g=i.schemaEnv.baseId+i.errSchemaPath,b=`required property "${h}" is not defined at "${g}" (strictRequired)`;(0,MS.checkStrictMode)(i,b,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(bo.nil,d);else for(let f of r)(0,xo.checkReportMissingProp)(t,f)}function l(){let f=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>m(f,p)),t.ok(p)}else e.if((0,xo.checkMissingProp)(t,r,f)),(0,xo.reportMissingProp)(t,f),e.else()}function d(){e.forOf("prop",n,f=>{t.setParams({missingProperty:f}),e.if((0,xo.noPropertyInData)(e,o,f,a.ownProperties),()=>t.error())})}function m(f,p){t.setParams({missingProperty:f}),e.forOf(f,n,()=>{e.assign(p,(0,xo.propertyInData)(e,o,f,a.ownProperties)),e.if((0,bo.not)(p),()=>{t.error(),e.break()})},bo.nil)}}};hl.default=qS});var ag=S(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});var $o=U(),LS={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,$o.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,$o._)`{limit: ${t}}`},US={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:LS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?$o.operators.GT:$o.operators.LT;t.fail$data((0,$o._)`${r}.length ${o} ${n}`)}};gl.default=US});var Qs=S(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var cg=qu();cg.code='require("ajv/dist/runtime/equal").default';yl.default=cg});var ug=S(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});var _l=ao(),ze=U(),FS=W(),VS=Qs(),HS={message:({params:{i:t,j:e}})=>(0,ze.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,ze._)`{i: ${t}, j: ${e}}`},BS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:HS,code(t){let{gen:e,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=t;if(!n&&!o)return;let c=e.let("valid"),u=s.items?(0,_l.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,ze._)`${i} === false`),t.ok(c);function l(){let p=e.let("i",(0,ze._)`${r}.length`),h=e.let("j");t.setParams({i:p,j:h}),e.assign(c,!0),e.if((0,ze._)`${p} > 1`,()=>(d()?m:f)(p,h))}function d(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function m(p,h){let g=e.name("item"),b=(0,_l.checkDataTypes)(u,g,a.opts.strictNumbers,_l.DataType.Wrong),v=e.const("indices",(0,ze._)`{}`);e.for((0,ze._)`;${p}--;`,()=>{e.let(g,(0,ze._)`${r}[${p}]`),e.if(b,(0,ze._)`continue`),u.length>1&&e.if((0,ze._)`typeof ${g} == "string"`,(0,ze._)`${g} += "_"`),e.if((0,ze._)`typeof ${v}[${g}] == "number"`,()=>{e.assign(h,(0,ze._)`${v}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,ze._)`${v}[${g}] = ${p}`)})}function f(p,h){let g=(0,FS.useFunc)(e,VS.default),b=e.name("outer");e.label(b).for((0,ze._)`;${p}--;`,()=>e.for((0,ze._)`${h} = ${p}; ${h}--;`,()=>e.if((0,ze._)`${g}(${r}[${p}], ${r}[${h}])`,()=>{t.error(),e.assign(c,!1).break(b)})))}}};vl.default=BS});var lg=S(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});var xl=U(),KS=W(),JS=Qs(),GS={message:"must be equal to constant",params:({schemaCode:t})=>(0,xl._)`{allowedValue: ${t}}`},WS={keyword:"const",$data:!0,error:GS,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,xl._)`!${(0,KS.useFunc)(e,JS.default)}(${r}, ${o})`):t.fail((0,xl._)`${s} !== ${r}`)}};bl.default=WS});var dg=S($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});var wo=U(),XS=W(),YS=Qs(),QS={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,wo._)`{allowedValues: ${t}}`},ez={keyword:"enum",schemaType:"array",$data:!0,error:QS,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,XS.useFunc)(e,YS.default)),l;if(a||n)l=e.let("valid"),t.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let f=e.const("vSchema",s);l=(0,wo.or)(...o.map((p,h)=>m(f,h)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,f=>e.if((0,wo._)`${u()}(${r}, ${f})`,()=>e.assign(l,!0).break()))}function m(f,p){let h=o[p];return typeof h=="object"&&h!==null?(0,wo._)`${u()}(${r}, ${f}[${p}])`:(0,wo._)`${r} === ${h}`}}};$l.default=ez});var pg=S(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});var tz=Qh(),rz=eg(),nz=ng(),oz=og(),sz=sg(),iz=ig(),az=ag(),cz=ug(),uz=lg(),lz=dg(),dz=[tz.default,rz.default,nz.default,oz.default,sz.default,iz.default,az.default,cz.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},uz.default,lz.default];wl.default=dz});var Sl=S(ko=>{"use strict";Object.defineProperty(ko,"__esModule",{value:!0});ko.validateAdditionalItems=void 0;var jr=U(),kl=W(),pz={message:({params:{len:t}})=>(0,jr.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,jr._)`{limit: ${t}}`},fz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:pz,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,kl.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}fg(t,n)}};function fg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,jr._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,jr._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,kl.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,jr._)`${a} <= ${e.length}`);r.if((0,jr.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:kl.Type.Num},u),i.allErrors||r.if((0,jr.not)(u),()=>r.break())})}}ko.validateAdditionalItems=fg;ko.default=fz});var zl=S(So=>{"use strict";Object.defineProperty(So,"__esModule",{value:!0});So.validateTuple=void 0;var mg=U(),ei=W(),mz=tt(),hz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return hg(t,"additionalItems",e);r.items=!0,!(0,ei.alwaysValidSchema)(r,e)&&t.ok((0,mz.validateArray)(t))}};function hg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=ei.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,mg._)`${s}.length`);r.forEach((d,m)=>{(0,ei.alwaysValidSchema)(a,d)||(n.if((0,mg._)`${u} > ${m}`,()=>t.subschema({keyword:i,schemaProp:m,dataProp:m},c)),t.ok(c))});function l(d){let{opts:m,errSchemaPath:f}=a,p=r.length,h=p===d.minItems&&(p===d.maxItems||d[e]===!1);if(m.strictTuples&&!h){let g=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${f}"`;(0,ei.checkStrictMode)(a,g,m.strictTuples)}}}So.validateTuple=hg;So.default=hz});var gg=S(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var gz=zl(),yz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,gz.validateTuple)(t,"items")};Tl.default=yz});var _g=S(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});var yg=U(),_z=W(),vz=tt(),xz=Sl(),bz={message:({params:{len:t}})=>(0,yg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,yg._)`{limit: ${t}}`},$z={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:bz,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,_z.alwaysValidSchema)(n,e)&&(o?(0,xz.validateAdditionalItems)(t,o):t.ok((0,vz.validateArray)(t)))}};Pl.default=$z});var vg=S(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});var nt=U(),ti=W(),wz={message:({params:{min:t,max:e}})=>e===void 0?(0,nt.str)`must contain at least ${t} valid item(s)`:(0,nt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,nt._)`{minContains: ${t}}`:(0,nt._)`{minContains: ${t}, maxContains: ${e}}`},kz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:wz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let l=e.const("len",(0,nt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,ti.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,ti.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,ti.alwaysValidSchema)(s,r)){let h=(0,nt._)`${l} >= ${i}`;a!==void 0&&(h=(0,nt._)`${h} && ${l} <= ${a}`),t.pass(h);return}s.items=!0;let d=e.name("valid");a===void 0&&i===1?f(d,()=>e.if(d,()=>e.break())):i===0?(e.let(d,!0),a!==void 0&&e.if((0,nt._)`${o}.length > 0`,m)):(e.let(d,!1),m()),t.result(d,()=>t.reset());function m(){let h=e.name("_valid"),g=e.let("count",0);f(h,()=>e.if(h,()=>p(g)))}function f(h,g){e.forRange("i",0,l,b=>{t.subschema({keyword:"contains",dataProp:b,dataPropType:ti.Type.Num,compositeRule:!0},h),g()})}function p(h){e.code((0,nt._)`${h}++`),a===void 0?e.if((0,nt._)`${h} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,nt._)`${h} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,nt._)`${h} >= ${i}`,()=>e.assign(d,!0)))}}};El.default=kz});var $g=S(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.validateSchemaDeps=vt.validatePropertyDeps=vt.error=void 0;var Il=U(),Sz=W(),zo=tt();vt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,Il.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,Il._)`{property: ${t},
2
+ var Qy=Object.create;var Pi=Object.defineProperty;var e_=Object.getOwnPropertyDescriptor;var t_=Object.getOwnPropertyNames;var r_=Object.getPrototypeOf,n_=Object.prototype.hasOwnProperty;var zd=(t,e)=>()=>(t&&(e=t(t=0)),e);var S=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Zo=(t,e)=>{for(var r in e)Pi(t,r,{get:e[r],enumerable:!0})},o_=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of t_(e))!n_.call(t,o)&&o!==r&&Pi(t,o,{get:()=>e[o],enumerable:!(n=e_(e,o))||n.enumerable});return t};var Td=(t,e,r)=>(r=t!=null?Qy(r_(t)):{},o_(e||!t||!t.__esModule?Pi(r,"default",{value:t,enumerable:!0}):r,t));var Ud={};Zo(Ud,{DeviceCoderLocal:()=>Mi});import{homedir as tv}from"node:os";import qd from"node:path";import{mkdir as rv}from"node:fs/promises";function sv(t){let e=[`TASK:
3
+ ${t.task}`,`
4
+ CONTEXT (OIOXO capsule):
5
+ ${t.grounding}`];return t.error&&e.push(`
6
+ The previous attempt FAILED \u2014 fix with a minimal change:
7
+ ${t.error}`),e.push(`
8
+ Return the changed files now.`),e.join(`
9
+ `)}var nv,ov,Mi,Fd=zd(()=>{"use strict";Li();nv="hf:Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",ov=`You are OIOXO, a precise on-device coding agent. Given a TASK and a CONTEXT capsule
10
+ (the minimal relevant slice of the repo), make the SMALLEST change that satisfies the task.
11
+ Output ONLY the changed files, each as:
12
+ FILE: <relative/path>
13
+ \`\`\`
14
+ <the ENTIRE new content of that file>
15
+ \`\`\`
16
+ Emit complete file contents (never a diff). No prose outside FILE blocks.`;Mi=class{onNote;label="OIOXO on-device (private, local model)";session=null;modelLabel="";constructor(e=()=>{}){this.onNote=e}async ensureSession(){if(this.session)return this.session;let e;try{e=await import("node-llama-cpp")}catch{throw new Error(`On-device mode needs node-llama-cpp. Install it once: npm i -g node-llama-cpp
17
+ (or run without --local to use a BYOK key). It ships prebuilt binaries \u2014 no compiler needed.`)}let{getLlama:r,LlamaChatSession:n,resolveModelFile:o}=e,s=qd.join(tv(),".oioxo","models");await rv(s,{recursive:!0});let i=process.env.OIOXO_LOCAL_MODEL||nv;this.onNote(`\xB7 preparing the on-device model (${i.split("/").pop()}) \u2014 first run downloads it once\u2026`);let a=await o(i,s),u=await(await r()).loadModel({modelPath:a}),l=await u.createContext({contextSize:Math.min(8192,u.trainContextSize)}),d=new n({contextSequence:l.getSequence(),systemPrompt:ov});this.modelLabel=qd.basename(a),this.onNote(`\xB7 on-device model ready: ${this.modelLabel} (private, no tokens leave your machine)`);let f={prompt:m=>d.prompt(m,{temperature:.2,maxTokens:4096})};return this.session=f,f}async generate(e){let n=await(await this.ensureSession()).prompt(sv(e));return Di(n)}}});function iv(t){let e=[`TASK:
18
+ ${t.task}`,`
19
+ CONTEXT (OIOXO capsule):
20
+ ${t.grounding}`];return t.error&&e.push(`
21
+ The previous attempt FAILED with this error \u2014 fix it with a minimal change:
22
+ ${t.error}`),e.push(`
23
+ Return the changed files now, each as a FILE: block.`),e.join(`
24
+ `)}function Ui(t){let e=t.trim().replace(/^['"`]|['"`]$/g,"").replace(/\\/g,"/").replace(/^\.\/+/,"");return!e||e==="."||e.startsWith("/")||/^[a-zA-Z]:\//.test(e)||e.split("/").some(r=>r==="..")?null:e}function Di(t){let e=[],r=/FILE:\s*([^\n`]+?)\s*\n```[a-zA-Z0-9+\-.]*\n([\s\S]*?)```/g,n;for(;n=r.exec(t);){let o=Ui(n[1]);o&&e.push({path:o,content:n[2].replace(/\n$/,"")})}return e}function Bd(t={}){if(t.local||process.env.OIOXO_LOCAL==="1")return{coder:new qi(t.onNote)};let e=process.env.OIOXO_PROVIDER,r=process.env.OIOXO_MODEL,n=process.env.OIOXO_API_KEY;return e&&r?{coder:new Mr({provider:e,model:r,key:n,baseUrl:process.env.OIOXO_BASE_URL})}:process.env.OPENAI_API_KEY?{coder:new Mr({provider:"openai",model:process.env.OIOXO_MODEL||"gpt-4.1",key:process.env.OPENAI_API_KEY})}:process.env.ANTHROPIC_API_KEY?{coder:new Mr({provider:"anthropic",model:process.env.OIOXO_MODEL||"claude-sonnet-4-6",key:process.env.ANTHROPIC_API_KEY})}:process.env.GROQ_API_KEY?{coder:new Mr({provider:"groq",model:process.env.OIOXO_MODEL||"llama-3.3-70b-versatile",key:process.env.GROQ_API_KEY})}:{error:`No coder configured. Either:
25
+ \u2022 set a key: OPENAI_API_KEY / ANTHROPIC_API_KEY / GROQ_API_KEY (optionally OIOXO_MODEL)
26
+ \u2022 or any OpenAI-compatible base: OIOXO_PROVIDER=custom OIOXO_BASE_URL=\u2026 OIOXO_MODEL=\u2026 OIOXO_API_KEY=\u2026
27
+ \u2022 or local Ollama: OIOXO_PROVIDER=ollama OIOXO_MODEL=qwen2.5-coder (no key)
28
+ On-device OIOXO (\`--local\`) is coming next.`}}var Vd,Hd,Mr,qi,Li=zd(()=>{"use strict";Vd=`You are OIOXO, a precise coding agent. You are given a TASK and a CONTEXT capsule
29
+ (the minimal relevant slice of the user's repository \u2014 full excerpts for the key files,
30
+ signatures only for their neighbors). Make the SMALLEST change that satisfies the task.
31
+
32
+ Output ONLY the files you change, each as:
33
+ FILE: <relative/path>
34
+ \`\`\`
35
+ <the ENTIRE new content of that file>
36
+ \`\`\`
37
+
38
+ Rules:
39
+ - Emit the COMPLETE file content, never a diff or "// unchanged" placeholder.
40
+ - Touch as few files as possible. Do not invent files you weren't shown unless the task needs a new one.
41
+ - No prose outside the FILE blocks.`;Hd={openai:"https://api.openai.com/v1",groq:"https://api.groq.com/openai/v1",mistral:"https://api.mistral.ai/v1",together:"https://api.together.xyz/v1",ollama:"http://localhost:11434/v1",anthropic:"https://api.anthropic.com",custom:""},Mr=class{cfg;label;constructor(e){this.cfg=e,this.label=`your ${e.provider} key (${e.model})`}async generate(e){let r=iv(e),n=this.cfg.provider==="anthropic"?await this.callAnthropic(r):await this.callOpenAICompatible(r);return Di(n)}async callOpenAICompatible(e){let r=(this.cfg.baseUrl||Hd[this.cfg.provider]).replace(/\/$/,"");if(!r)throw new Error("a baseUrl is required for the custom provider");let n={"content-type":"application/json"};this.cfg.key&&(n.authorization=`Bearer ${this.cfg.key}`);let o=await fetch(`${r}/chat/completions`,{method:"POST",headers:n,body:JSON.stringify({model:this.cfg.model,temperature:.2,messages:[{role:"system",content:Vd},{role:"user",content:e}]})});if(!o.ok)throw new Error(`${this.cfg.provider} ${o.status}: ${(await o.text()).slice(0,300)}`);return(await o.json()).choices?.[0]?.message?.content??""}async callAnthropic(e){let r=(this.cfg.baseUrl||Hd.anthropic).replace(/\/$/,""),n=await fetch(`${r}/v1/messages`,{method:"POST",headers:{"content-type":"application/json","x-api-key":this.cfg.key??"","anthropic-version":"2023-06-01"},body:JSON.stringify({model:this.cfg.model,max_tokens:8192,temperature:.2,system:Vd,messages:[{role:"user",content:e}]})});if(!n.ok)throw new Error(`anthropic ${n.status}: ${(await n.text()).slice(0,300)}`);return((await n.json()).content??[]).map(s=>s.text??"").join("")}},qi=class{onNote;label="OIOXO on-device (private)";impl=null;constructor(e=()=>{}){this.onNote=e}async generate(e){if(!this.impl){let{DeviceCoderLocal:r}=await Promise.resolve().then(()=>(Fd(),Ud));this.impl=new r(this.onNote)}return this.impl.generate(e)}}});var ao=S(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.regexpCode=Y.getEsmExportName=Y.getProperty=Y.safeStringify=Y.stringify=Y.strConcat=Y.addCodeArg=Y.str=Y._=Y.nil=Y._Code=Y.Name=Y.IDENTIFIER=Y._CodeOrName=void 0;var so=class{};Y._CodeOrName=so;Y.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Sr=class extends so{constructor(e){if(super(),!Y.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Y.Name=Sr;var et=class extends so{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof Sr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};Y._Code=et;Y.nil=new et("");function Hm(t,...e){let r=[t[0]],n=0;for(;n<e.length;)ku(r,e[n]),r.push(t[++n]);return new et(r)}Y._=Hm;var $u=new et("+");function Bm(t,...e){let r=[io(t[0])],n=0;for(;n<e.length;)r.push($u),ku(r,e[n]),r.push($u,io(t[++n]));return d0(r),new et(r)}Y.str=Bm;function ku(t,e){e instanceof et?t.push(...e._items):e instanceof Sr?t.push(e):t.push(m0(e))}Y.addCodeArg=ku;function d0(t){let e=1;for(;e<t.length-1;){if(t[e]===$u){let r=p0(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function p0(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Sr||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof Sr))return`"${t}${e.slice(1)}`}function f0(t,e){return e.emptyStr()?t:t.emptyStr()?e:Bm`${t}${e}`}Y.strConcat=f0;function m0(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:io(Array.isArray(t)?t.join(","):t)}function h0(t){return new et(io(t))}Y.stringify=h0;function io(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}Y.safeStringify=io;function g0(t){return typeof t=="string"&&Y.IDENTIFIER.test(t)?new et(`.${t}`):Hm`[${t}]`}Y.getProperty=g0;function y0(t){if(typeof t=="string"&&Y.IDENTIFIER.test(t))return new et(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}Y.getEsmExportName=y0;function _0(t){return new et(t.toString())}Y.regexpCode=_0});var Tu=S(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.ValueScope=Le.ValueScopeName=Le.Scope=Le.varKinds=Le.UsedValueState=void 0;var De=ao(),Su=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Ls;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Ls||(Le.UsedValueState=Ls={}));Le.varKinds={const:new De.Name("const"),let:new De.Name("let"),var:new De.Name("var")};var qs=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof De.Name?e:this.name(e)}name(e){return new De.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Le.Scope=qs;var Us=class extends De.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,De._)`.${new De.Name(r)}[${n}]`}};Le.ValueScopeName=Us;var v0=(0,De._)`\n`,zu=class extends qs{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?v0:De.nil}}get(){return this._scope}name(e){return new Us(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,De._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(e,r,n={},o){let s=De.nil;for(let i in e){let a=e[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,Ls.Started);let l=r(u);if(l){let d=this.opts.es5?Le.varKinds.var:Le.varKinds.const;s=(0,De._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,De._)`${s}${l}${this.opts._n}`;else throw new Su(u);c.set(u,Ls.Completed)})}return s}};Le.ValueScope=zu});var U=S(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.or=F.and=F.not=F.CodeGen=F.operators=F.varKinds=F.ValueScopeName=F.ValueScope=F.Scope=F.Name=F.regexpCode=F.stringify=F.getProperty=F.nil=F.strConcat=F.str=F._=void 0;var J=ao(),ut=Tu(),Ht=ao();Object.defineProperty(F,"_",{enumerable:!0,get:function(){return Ht._}});Object.defineProperty(F,"str",{enumerable:!0,get:function(){return Ht.str}});Object.defineProperty(F,"strConcat",{enumerable:!0,get:function(){return Ht.strConcat}});Object.defineProperty(F,"nil",{enumerable:!0,get:function(){return Ht.nil}});Object.defineProperty(F,"getProperty",{enumerable:!0,get:function(){return Ht.getProperty}});Object.defineProperty(F,"stringify",{enumerable:!0,get:function(){return Ht.stringify}});Object.defineProperty(F,"regexpCode",{enumerable:!0,get:function(){return Ht.regexpCode}});Object.defineProperty(F,"Name",{enumerable:!0,get:function(){return Ht.Name}});var Bs=Tu();Object.defineProperty(F,"Scope",{enumerable:!0,get:function(){return Bs.Scope}});Object.defineProperty(F,"ValueScope",{enumerable:!0,get:function(){return Bs.ValueScope}});Object.defineProperty(F,"ValueScopeName",{enumerable:!0,get:function(){return Bs.ValueScopeName}});Object.defineProperty(F,"varKinds",{enumerable:!0,get:function(){return Bs.varKinds}});F.operators={GT:new J._Code(">"),GTE:new J._Code(">="),LT:new J._Code("<"),LTE:new J._Code("<="),EQ:new J._Code("==="),NEQ:new J._Code("!=="),NOT:new J._Code("!"),OR:new J._Code("||"),AND:new J._Code("&&"),ADD:new J._Code("+")};var Et=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Pu=class extends Et{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?ut.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=nn(this.rhs,e,r)),this}get names(){return this.rhs instanceof J._CodeOrName?this.rhs.names:{}}},Fs=class extends Et{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof J.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=nn(this.rhs,e,r),this}get names(){let e=this.lhs instanceof J.Name?{}:{...this.lhs.names};return Hs(e,this.rhs)}},Eu=class extends Fs{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Ou=class extends Et{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Iu=class extends Et{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Ru=class extends Et{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},ju=class extends Et{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=nn(this.code,e,r),this}get names(){return this.code instanceof J._CodeOrName?this.code.names:{}}},co=class extends Et{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(e,r)||(x0(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Pr(e,r.names),{})}},Ot=class extends co{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Nu=class extends co{},rn=class extends Ot{};rn.kind="else";var zr=class t extends Ot{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new rn(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(Km(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=nn(this.condition,e,r),this}get names(){let e=super.names;return Hs(e,this.condition),this.else&&Pr(e,this.else.names),e}};zr.kind="if";var Tr=class extends Ot{};Tr.kind="for";var Cu=class extends Tr{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=nn(this.iteration,e,r),this}get names(){return Pr(super.names,this.iteration.names)}},Zu=class extends Tr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?ut.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Hs(super.names,this.from);return Hs(e,this.to)}},Vs=class extends Tr{constructor(e,r,n,o){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=nn(this.iterable,e,r),this}get names(){return Pr(super.names,this.iterable.names)}},uo=class extends Ot{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};uo.kind="func";var lo=class extends co{render(e){return"return "+super.render(e)}};lo.kind="return";var Au=class extends Ot{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,o;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(o=this.finally)===null||o===void 0||o.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&Pr(e,this.catch.names),this.finally&&Pr(e,this.finally.names),e}},po=class extends Ot{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};po.kind="catch";var fo=class extends Ot{render(e){return"finally"+super.render(e)}};fo.kind="finally";var Mu=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
42
+ `:""},this._extScope=e,this._scope=new ut.Scope({parent:e}),this._nodes=[new Nu]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new Pu(e,s,n)),s}const(e,r,n){return this._def(ut.varKinds.const,e,r,n)}let(e,r,n){return this._def(ut.varKinds.let,e,r,n)}var(e,r,n){return this._def(ut.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Fs(e,r,n))}add(e,r){return this._leafNode(new Eu(e,F.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==J.nil&&this._leafNode(new ju(e)),this}object(...e){let r=["{"];for(let[n,o]of e)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,J.addCodeArg)(r,o));return r.push("}"),new J._Code(r)}if(e,r,n){if(this._blockNode(new zr(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new zr(e))}else(){return this._elseNode(new rn)}endIf(){return this._endBlockNode(zr,rn)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new Cu(e),r)}forRange(e,r,n,o,s=this.opts.es5?ut.varKinds.var:ut.varKinds.let){let i=this._scope.toName(e);return this._for(new Zu(s,i,r,n),()=>o(i))}forOf(e,r,n,o=ut.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof J.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,J._)`${i}.length`,a=>{this.var(s,(0,J._)`${i}[${a}]`),n(s)})}return this._for(new Vs("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?ut.varKinds.var:ut.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,J._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Vs("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Tr)}label(e){return this._leafNode(new Ou(e))}break(e){return this._leafNode(new Iu(e))}return(e){let r=new lo;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(lo)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Au;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new po(s),r(s)}return n&&(this._currNode=o.finally=new fo,this.code(n)),this._endBlockNode(po,fo)}throw(e){return this._leafNode(new Ru(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=J.nil,n,o){return this._blockNode(new uo(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(uo)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof zr))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};F.CodeGen=Mu;function Pr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Hs(t,e){return e instanceof J._CodeOrName?Pr(t,e.names):t}function nn(t,e,r){if(t instanceof J.Name)return n(t);if(!o(t))return t;return new J._Code(t._items.reduce((s,i)=>(i instanceof J.Name&&(i=n(i)),i instanceof J._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||e[s.str]!==1?s:(delete e[s.str],i)}function o(s){return s instanceof J._Code&&s._items.some(i=>i instanceof J.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function x0(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function Km(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,J._)`!${Du(t)}`}F.not=Km;var b0=Xm(F.operators.AND);function w0(...t){return t.reduce(b0)}F.and=w0;var $0=Xm(F.operators.OR);function k0(...t){return t.reduce($0)}F.or=k0;function Xm(t){return(e,r)=>e===J.nil?r:r===J.nil?e:(0,J._)`${Du(e)} ${t} ${Du(r)}`}function Du(t){return t instanceof J.Name?t:(0,J._)`(${t})`}});var G=S(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.checkStrictMode=V.getErrorPath=V.Type=V.useFunc=V.setEvaluated=V.evaluatedPropsToName=V.mergeEvaluated=V.eachItem=V.unescapeJsonPointer=V.escapeJsonPointer=V.escapeFragment=V.unescapeFragment=V.schemaRefOrVal=V.schemaHasRulesButRef=V.schemaHasRules=V.checkUnknownRules=V.alwaysValidSchema=V.toHash=void 0;var re=U(),S0=ao();function z0(t){let e={};for(let r of t)e[r]=!0;return e}V.toHash=z0;function T0(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Wm(t,e),!Ym(e,t.self.RULES.all))}V.alwaysValidSchema=T0;function Wm(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let o=n.RULES.keywords;for(let s in e)o[s]||th(t,`unknown keyword: "${s}"`)}V.checkUnknownRules=Wm;function Ym(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}V.schemaHasRules=Ym;function P0(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}V.schemaHasRulesButRef=P0;function E0({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,re._)`${r}`}return(0,re._)`${t}${e}${(0,re.getProperty)(n)}`}V.schemaRefOrVal=E0;function O0(t){return Qm(decodeURIComponent(t))}V.unescapeFragment=O0;function I0(t){return encodeURIComponent(qu(t))}V.escapeFragment=I0;function qu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}V.escapeJsonPointer=qu;function Qm(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}V.unescapeJsonPointer=Qm;function R0(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}V.eachItem=R0;function Jm({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof re.Name?(s instanceof re.Name?t(o,s,i):e(o,s,i),i):s instanceof re.Name?(e(o,i,s),s):r(s,i);return a===re.Name&&!(c instanceof re.Name)?n(o,c):c}}V.mergeEvaluated={props:Jm({mergeNames:(t,e,r)=>t.if((0,re._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,re._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,re._)`${r} || {}`).code((0,re._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,re._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,re._)`${r} || {}`),Uu(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:eh}),items:Jm({mergeNames:(t,e,r)=>t.if((0,re._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,re._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,re._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,re._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function eh(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,re._)`{}`);return e!==void 0&&Uu(t,r,e),r}V.evaluatedPropsToName=eh;function Uu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,re._)`${e}${(0,re.getProperty)(n)}`,!0))}V.setEvaluated=Uu;var Gm={};function j0(t,e){return t.scopeValue("func",{ref:e,code:Gm[e.code]||(Gm[e.code]=new S0._Code(e.code))})}V.useFunc=j0;var Lu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Lu||(V.Type=Lu={}));function N0(t,e,r){if(t instanceof re.Name){let n=e===Lu.Num;return r?n?(0,re._)`"[" + ${t} + "]"`:(0,re._)`"['" + ${t} + "']"`:n?(0,re._)`"/" + ${t}`:(0,re._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,re.getProperty)(t).toString():"/"+qu(t)}V.getErrorPath=N0;function th(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}V.checkStrictMode=th});var It=S(Fu=>{"use strict";Object.defineProperty(Fu,"__esModule",{value:!0});var Pe=U(),C0={data:new Pe.Name("data"),valCxt:new Pe.Name("valCxt"),instancePath:new Pe.Name("instancePath"),parentData:new Pe.Name("parentData"),parentDataProperty:new Pe.Name("parentDataProperty"),rootData:new Pe.Name("rootData"),dynamicAnchors:new Pe.Name("dynamicAnchors"),vErrors:new Pe.Name("vErrors"),errors:new Pe.Name("errors"),this:new Pe.Name("this"),self:new Pe.Name("self"),scope:new Pe.Name("scope"),json:new Pe.Name("json"),jsonPos:new Pe.Name("jsonPos"),jsonLen:new Pe.Name("jsonLen"),jsonPart:new Pe.Name("jsonPart")};Fu.default=C0});var mo=S(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.extendErrors=Ee.resetErrorsCount=Ee.reportExtraError=Ee.reportError=Ee.keyword$DataError=Ee.keywordError=void 0;var W=U(),Ks=G(),je=It();Ee.keywordError={message:({keyword:t})=>(0,W.str)`must pass "${t}" keyword validation`};Ee.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,W.str)`"${t}" keyword must be ${e} ($data)`:(0,W.str)`"${t}" keyword is invalid ($data)`};function Z0(t,e=Ee.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=oh(t,e,r);n??(i||a)?rh(s,c):nh(o,(0,W._)`[${c}]`)}Ee.reportError=Z0;function A0(t,e=Ee.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=oh(t,e,r);rh(o,a),s||i||nh(n,je.default.vErrors)}Ee.reportExtraError=A0;function M0(t,e){t.assign(je.default.errors,e),t.if((0,W._)`${je.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,W._)`${je.default.vErrors}.length`,e),()=>t.assign(je.default.vErrors,null)))}Ee.resetErrorsCount=M0;function D0({gen:t,keyword:e,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",o,je.default.errors,a=>{t.const(i,(0,W._)`${je.default.vErrors}[${a}]`),t.if((0,W._)`${i}.instancePath === undefined`,()=>t.assign((0,W._)`${i}.instancePath`,(0,W.strConcat)(je.default.instancePath,s.errorPath))),t.assign((0,W._)`${i}.schemaPath`,(0,W.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,W._)`${i}.schema`,r),t.assign((0,W._)`${i}.data`,n))})}Ee.extendErrors=D0;function rh(t,e){let r=t.const("err",e);t.if((0,W._)`${je.default.vErrors} === null`,()=>t.assign(je.default.vErrors,(0,W._)`[${r}]`),(0,W._)`${je.default.vErrors}.push(${r})`),t.code((0,W._)`${je.default.errors}++`)}function nh(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,W._)`new ${t.ValidationError}(${e})`):(r.assign((0,W._)`${n}.errors`,e),r.return(!1))}var Er={keyword:new W.Name("keyword"),schemaPath:new W.Name("schemaPath"),params:new W.Name("params"),propertyName:new W.Name("propertyName"),message:new W.Name("message"),schema:new W.Name("schema"),parentSchema:new W.Name("parentSchema")};function oh(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,W._)`{}`:L0(t,e,r)}function L0(t,e,r={}){let{gen:n,it:o}=t,s=[q0(o,r),U0(t,r)];return F0(t,e,s),n.object(...s)}function q0({errorPath:t},{instancePath:e}){let r=e?(0,W.str)`${t}${(0,Ks.getErrorPath)(e,Ks.Type.Str)}`:t;return[je.default.instancePath,(0,W.strConcat)(je.default.instancePath,r)]}function U0({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,W.str)`${e}/${t}`;return r&&(o=(0,W.str)`${o}${(0,Ks.getErrorPath)(r,Ks.Type.Str)}`),[Er.schemaPath,o]}function F0(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:d}=a;n.push([Er.keyword,o],[Er.params,typeof e=="function"?e(t):e||(0,W._)`{}`]),c.messages&&n.push([Er.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Er.schema,i],[Er.parentSchema,(0,W._)`${l}${d}`],[je.default.data,s]),u&&n.push([Er.propertyName,u])}});var ih=S(on=>{"use strict";Object.defineProperty(on,"__esModule",{value:!0});on.boolOrEmptySchema=on.topBoolOrEmptySchema=void 0;var V0=mo(),H0=U(),B0=It(),K0={message:"boolean schema is false"};function X0(t){let{gen:e,schema:r,validateName:n}=t;r===!1?sh(t,!1):typeof r=="object"&&r.$async===!0?e.return(B0.default.data):(e.assign((0,H0._)`${n}.errors`,null),e.return(!0))}on.topBoolOrEmptySchema=X0;function J0(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),sh(t)):r.var(e,!0)}on.boolOrEmptySchema=J0;function sh(t,e){let{gen:r,data:n}=t,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,V0.reportError)(o,K0,void 0,e)}});var Vu=S(sn=>{"use strict";Object.defineProperty(sn,"__esModule",{value:!0});sn.getRules=sn.isJSONType=void 0;var G0=["string","number","integer","boolean","null","object","array"],W0=new Set(G0);function Y0(t){return typeof t=="string"&&W0.has(t)}sn.isJSONType=Y0;function Q0(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}sn.getRules=Q0});var Hu=S(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.shouldUseRule=Bt.shouldUseGroup=Bt.schemaHasRulesForType=void 0;function ek({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&ah(t,n)}Bt.schemaHasRulesForType=ek;function ah(t,e){return e.rules.some(r=>ch(t,r))}Bt.shouldUseGroup=ah;function ch(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}Bt.shouldUseRule=ch});var ho=S(Oe=>{"use strict";Object.defineProperty(Oe,"__esModule",{value:!0});Oe.reportTypeError=Oe.checkDataTypes=Oe.checkDataType=Oe.coerceAndCheckDataType=Oe.getJSONTypes=Oe.getSchemaTypes=Oe.DataType=void 0;var tk=Vu(),rk=Hu(),nk=mo(),L=U(),uh=G(),an;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(an||(Oe.DataType=an={}));function ok(t){let e=lh(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}Oe.getSchemaTypes=ok;function lh(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(tk.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Oe.getJSONTypes=lh;function sk(t,e){let{gen:r,data:n,opts:o}=t,s=ik(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,rk.schemaHasRulesForType)(t,e[0]));if(i){let a=Ku(e,n,o.strictNumbers,an.Wrong);r.if(a,()=>{s.length?ak(t,e,s):Xu(t)})}return i}Oe.coerceAndCheckDataType=sk;var dh=new Set(["string","number","integer","boolean","null"]);function ik(t,e){return e?t.filter(r=>dh.has(r)||e==="array"&&r==="array"):[]}function ak(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,L._)`typeof ${o}`),a=n.let("coerced",(0,L._)`undefined`);s.coerceTypes==="array"&&n.if((0,L._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,L._)`${o}[0]`).assign(i,(0,L._)`typeof ${o}`).if(Ku(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,L._)`${a} !== undefined`);for(let u of r)(dh.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),Xu(t),n.endIf(),n.if((0,L._)`${a} !== undefined`,()=>{n.assign(o,a),ck(t,a)});function c(u){switch(u){case"string":n.elseIf((0,L._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,L._)`"" + ${o}`).elseIf((0,L._)`${o} === null`).assign(a,(0,L._)`""`);return;case"number":n.elseIf((0,L._)`${i} == "boolean" || ${o} === null
43
+ || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,L._)`+${o}`);return;case"integer":n.elseIf((0,L._)`${i} === "boolean" || ${o} === null
44
+ || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,L._)`+${o}`);return;case"boolean":n.elseIf((0,L._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,L._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,L._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,L._)`${i} === "string" || ${i} === "number"
45
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,L._)`[${o}]`)}}}function ck({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,L._)`${e} !== undefined`,()=>t.assign((0,L._)`${e}[${r}]`,n))}function Bu(t,e,r,n=an.Correct){let o=n===an.Correct?L.operators.EQ:L.operators.NEQ,s;switch(t){case"null":return(0,L._)`${e} ${o} null`;case"array":s=(0,L._)`Array.isArray(${e})`;break;case"object":s=(0,L._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,L._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,L._)`typeof ${e} ${o} ${t}`}return n===an.Correct?s:(0,L.not)(s);function i(a=L.nil){return(0,L.and)((0,L._)`typeof ${e} == "number"`,a,r?(0,L._)`isFinite(${e})`:L.nil)}}Oe.checkDataType=Bu;function Ku(t,e,r,n){if(t.length===1)return Bu(t[0],e,r,n);let o,s=(0,uh.toHash)(t);if(s.array&&s.object){let i=(0,L._)`typeof ${e} != "object"`;o=s.null?i:(0,L._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=L.nil;s.number&&delete s.integer;for(let i in s)o=(0,L.and)(o,Bu(i,e,r,n));return o}Oe.checkDataTypes=Ku;var uk={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,L._)`{type: ${t}}`:(0,L._)`{type: ${e}}`};function Xu(t){let e=lk(t);(0,nk.reportError)(e,uk)}Oe.reportTypeError=Xu;function lk(t){let{gen:e,data:r,schema:n}=t,o=(0,uh.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var fh=S(Xs=>{"use strict";Object.defineProperty(Xs,"__esModule",{value:!0});Xs.assignDefaults=void 0;var cn=U(),dk=G();function pk(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)ph(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>ph(t,s,o.default))}Xs.assignDefaults=pk;function ph(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,cn._)`${s}${(0,cn.getProperty)(e)}`;if(o){(0,dk.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,cn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,cn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,cn._)`${a} = ${(0,cn.stringify)(r)}`)}});var tt=S(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.validateUnion=te.validateArray=te.usePattern=te.callValidateCode=te.schemaProperties=te.allSchemaProperties=te.noPropertyInData=te.propertyInData=te.isOwnProperty=te.hasPropFunc=te.reportMissingProp=te.checkMissingProp=te.checkReportMissingProp=void 0;var ae=U(),Ju=G(),Kt=It(),fk=G();function mk(t,e){let{gen:r,data:n,it:o}=t;r.if(Wu(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,ae._)`${e}`},!0),t.error()})}te.checkReportMissingProp=mk;function hk({gen:t,data:e,it:{opts:r}},n,o){return(0,ae.or)(...n.map(s=>(0,ae.and)(Wu(t,e,s,r.ownProperties),(0,ae._)`${o} = ${s}`)))}te.checkMissingProp=hk;function gk(t,e){t.setParams({missingProperty:e},!0),t.error()}te.reportMissingProp=gk;function mh(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ae._)`Object.prototype.hasOwnProperty`})}te.hasPropFunc=mh;function Gu(t,e,r){return(0,ae._)`${mh(t)}.call(${e}, ${r})`}te.isOwnProperty=Gu;function yk(t,e,r,n){let o=(0,ae._)`${e}${(0,ae.getProperty)(r)} !== undefined`;return n?(0,ae._)`${o} && ${Gu(t,e,r)}`:o}te.propertyInData=yk;function Wu(t,e,r,n){let o=(0,ae._)`${e}${(0,ae.getProperty)(r)} === undefined`;return n?(0,ae.or)(o,(0,ae.not)(Gu(t,e,r))):o}te.noPropertyInData=Wu;function hh(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}te.allSchemaProperties=hh;function _k(t,e){return hh(e).filter(r=>!(0,Ju.alwaysValidSchema)(t,e[r]))}te.schemaProperties=_k;function vk({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,ae._)`${t}, ${e}, ${n}${o}`:e,d=[[Kt.default.instancePath,(0,ae.strConcat)(Kt.default.instancePath,s)],[Kt.default.parentData,i.parentData],[Kt.default.parentDataProperty,i.parentDataProperty],[Kt.default.rootData,Kt.default.rootData]];i.opts.dynamicRef&&d.push([Kt.default.dynamicAnchors,Kt.default.dynamicAnchors]);let f=(0,ae._)`${l}, ${r.object(...d)}`;return c!==ae.nil?(0,ae._)`${a}.call(${c}, ${f})`:(0,ae._)`${a}(${f})`}te.callValidateCode=vk;var xk=(0,ae._)`new RegExp`;function bk({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:o}=e.code,s=o(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,ae._)`${o.code==="new RegExp"?xk:(0,fk.useFunc)(t,o)}(${r}, ${n})`})}te.usePattern=bk;function wk(t){let{gen:e,data:r,keyword:n,it:o}=t,s=e.name("valid");if(o.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(s,!0),i(()=>e.break()),s;function i(a){let c=e.const("len",(0,ae._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Ju.Type.Num},s),e.if((0,ae.not)(s),a)})}}te.validateArray=wk;function $k(t){let{gen:e,schema:r,keyword:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Ju.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let l=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,ae._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,ae.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}te.validateUnion=$k});var _h=S(_t=>{"use strict";Object.defineProperty(_t,"__esModule",{value:!0});_t.validateKeywordUsage=_t.validSchemaType=_t.funcKeywordCode=_t.macroKeywordCode=void 0;var Ne=U(),Or=It(),kk=tt(),Sk=mo();function zk(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=yh(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ne.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}_t.macroKeywordCode=zk;function Tk(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;Ek(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=yh(n,o,u),d=n.let("valid");t.block$data(d,f),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function f(){if(e.errors===!1)h(),e.modifying&&gh(t),g(()=>t.error());else{let b=e.async?m():p();e.modifying&&gh(t),g(()=>Pk(t,b))}}function m(){let b=n.let("ruleErrs",null);return n.try(()=>h((0,Ne._)`await `),v=>n.assign(d,!1).if((0,Ne._)`${v} instanceof ${c.ValidationError}`,()=>n.assign(b,(0,Ne._)`${v}.errors`),()=>n.throw(v))),b}function p(){let b=(0,Ne._)`${l}.errors`;return n.assign(b,null),h(Ne.nil),b}function h(b=e.async?(0,Ne._)`await `:Ne.nil){let v=c.opts.passContext?Or.default.this:Or.default.self,x=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Ne._)`${b}${(0,kk.callValidateCode)(t,l,v,x)}`,e.modifying)}function g(b){var v;n.if((0,Ne.not)((v=e.valid)!==null&&v!==void 0?v:d),b)}}_t.funcKeywordCode=Tk;function gh(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ne._)`${n.parentData}[${n.parentDataProperty}]`))}function Pk(t,e){let{gen:r}=t;r.if((0,Ne._)`Array.isArray(${e})`,()=>{r.assign(Or.default.vErrors,(0,Ne._)`${Or.default.vErrors} === null ? ${e} : ${Or.default.vErrors}.concat(${e})`).assign(Or.default.errors,(0,Ne._)`${Or.default.vErrors}.length`),(0,Sk.extendErrors)(t)},()=>t.error())}function Ek({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function yh(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Ne.stringify)(r)})}function Ok(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}_t.validSchemaType=Ok;function Ik({schema:t,opts:e,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}_t.validateKeywordUsage=Ik});var xh=S(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.extendSubschemaMode=Xt.extendSubschemaData=Xt.getSubschema=void 0;var vt=U(),vh=G();function Rk(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,vt._)`${t.schemaPath}${(0,vt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,vt._)`${t.schemaPath}${(0,vt.getProperty)(e)}${(0,vt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,vh.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Xt.getSubschema=Rk;function jk(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=e,f=a.let("data",(0,vt._)`${e.data}${(0,vt.getProperty)(r)}`,!0);c(f),t.errorPath=(0,vt.str)`${u}${(0,vh.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,vt._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof vt.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}Xt.extendSubschemaData=jk;function Nk(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(t.compositeRule=n),o!==void 0&&(t.createErrors=o),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Xt.extendSubschemaMode=Nk});var Yu=S((ON,bh)=>{"use strict";bh.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!t(e[o],r[o]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var $h=S((IN,wh)=>{"use strict";var Jt=wh.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Js(e,n,o,t,"",t)};Jt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Jt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Jt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Jt.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Js(t,e,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,c,u);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in Jt.arrayKeywords)for(var f=0;f<d.length;f++)Js(t,e,r,d[f],o+"/"+l+"/"+f,s,o,l,n,f)}else if(l in Jt.propsKeywords){if(d&&typeof d=="object")for(var m in d)Js(t,e,r,d[m],o+"/"+l+"/"+Ck(m),s,o,l,n,m)}else(l in Jt.keywords||t.allKeys&&!(l in Jt.skipKeywords))&&Js(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function Ck(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var go=S(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.getSchemaRefs=qe.resolveUrl=qe.normalizeId=qe._getFullPath=qe.getFullPath=qe.inlineRef=void 0;var Zk=G(),Ak=Yu(),Mk=$h(),Dk=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function Lk(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Qu(t):e?kh(t)<=e:!1}qe.inlineRef=Lk;var qk=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Qu(t){for(let e in t){if(qk.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Qu)||typeof r=="object"&&Qu(r))return!0}return!1}function kh(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!Dk.has(r)&&(typeof t[r]=="object"&&(0,Zk.eachItem)(t[r],n=>e+=kh(n)),e===1/0))return 1/0}return e}function Sh(t,e="",r){r!==!1&&(e=un(e));let n=t.parse(e);return zh(t,n)}qe.getFullPath=Sh;function zh(t,e){return t.serialize(e).split("#")[0]+"#"}qe._getFullPath=zh;var Uk=/#\/?$/;function un(t){return t?t.replace(Uk,""):""}qe.normalizeId=un;function Fk(t,e,r){return r=un(r),t.resolve(e,r)}qe.resolveUrl=Fk;var Vk=/^[a-z_][-a-z0-9._]*$/i;function Hk(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=un(t[r]||e),s={"":o},i=Sh(n,o,!1),a={},c=new Set;return Mk(t,{allKeys:!0},(d,f,m,p)=>{if(p===void 0)return;let h=i+f,g=s[p];typeof d[r]=="string"&&(g=b.call(this,d[r])),v.call(this,d.$anchor),v.call(this,d.$dynamicAnchor),s[f]=g;function b(x){let T=this.opts.uriResolver.resolve;if(x=un(g?T(g,x):x),c.has(x))throw l(x);c.add(x);let N=this.refs[x];return typeof N=="string"&&(N=this.refs[N]),typeof N=="object"?u(d,N.schema,x):x!==un(h)&&(x[0]==="#"?(u(d,a[x],x),a[x]=d):this.refs[x]=h),x}function v(x){if(typeof x=="string"){if(!Vk.test(x))throw new Error(`invalid anchor "${x}"`);b.call(this,`#${x}`)}}}),a;function u(d,f,m){if(f!==void 0&&!Ak(d,f))throw l(m)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}qe.getSchemaRefs=Hk});var vo=S(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.getData=Gt.KeywordCxt=Gt.validateFunctionCode=void 0;var Ih=ih(),Th=ho(),tl=Hu(),Gs=ho(),Bk=fh(),_o=_h(),el=xh(),R=U(),M=It(),Kk=go(),Rt=G(),yo=mo();function Xk(t){if(Nh(t)&&(Ch(t),jh(t))){Wk(t);return}Rh(t,()=>(0,Ih.topBoolOrEmptySchema)(t))}Gt.validateFunctionCode=Xk;function Rh({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,R._)`${M.default.data}, ${M.default.valCxt}`,n.$async,()=>{t.code((0,R._)`"use strict"; ${Ph(r,o)}`),Gk(t,o),t.code(s)}):t.func(e,(0,R._)`${M.default.data}, ${Jk(o)}`,n.$async,()=>t.code(Ph(r,o)).code(s))}function Jk(t){return(0,R._)`{${M.default.instancePath}="", ${M.default.parentData}, ${M.default.parentDataProperty}, ${M.default.rootData}=${M.default.data}${t.dynamicRef?(0,R._)`, ${M.default.dynamicAnchors}={}`:R.nil}}={}`}function Gk(t,e){t.if(M.default.valCxt,()=>{t.var(M.default.instancePath,(0,R._)`${M.default.valCxt}.${M.default.instancePath}`),t.var(M.default.parentData,(0,R._)`${M.default.valCxt}.${M.default.parentData}`),t.var(M.default.parentDataProperty,(0,R._)`${M.default.valCxt}.${M.default.parentDataProperty}`),t.var(M.default.rootData,(0,R._)`${M.default.valCxt}.${M.default.rootData}`),e.dynamicRef&&t.var(M.default.dynamicAnchors,(0,R._)`${M.default.valCxt}.${M.default.dynamicAnchors}`)},()=>{t.var(M.default.instancePath,(0,R._)`""`),t.var(M.default.parentData,(0,R._)`undefined`),t.var(M.default.parentDataProperty,(0,R._)`undefined`),t.var(M.default.rootData,M.default.data),e.dynamicRef&&t.var(M.default.dynamicAnchors,(0,R._)`{}`)})}function Wk(t){let{schema:e,opts:r,gen:n}=t;Rh(t,()=>{r.$comment&&e.$comment&&Ah(t),rS(t),n.let(M.default.vErrors,null),n.let(M.default.errors,0),r.unevaluated&&Yk(t),Zh(t),sS(t)})}function Yk(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,R._)`${r}.evaluated`),e.if((0,R._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,R._)`${t.evaluated}.props`,(0,R._)`undefined`)),e.if((0,R._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,R._)`${t.evaluated}.items`,(0,R._)`undefined`))}function Ph(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,R._)`/*# sourceURL=${r} */`:R.nil}function Qk(t,e){if(Nh(t)&&(Ch(t),jh(t))){eS(t,e);return}(0,Ih.boolOrEmptySchema)(t,e)}function jh({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function Nh(t){return typeof t.schema!="boolean"}function eS(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Ah(t),nS(t),oS(t);let s=n.const("_errs",M.default.errors);Zh(t,s),n.var(e,(0,R._)`${s} === ${M.default.errors}`)}function Ch(t){(0,Rt.checkUnknownRules)(t),tS(t)}function Zh(t,e){if(t.opts.jtd)return Eh(t,[],!1,e);let r=(0,Th.getSchemaTypes)(t.schema),n=(0,Th.coerceAndCheckDataType)(t,r);Eh(t,r,!n,e)}function tS(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Rt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function rS(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Rt.checkStrictMode)(t,"default is ignored in the schema root")}function nS(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,Kk.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function oS(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Ah({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,R._)`${M.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,R.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,R._)`${M.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function sS(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,R._)`${M.default.errors} === 0`,()=>e.return(M.default.data),()=>e.throw((0,R._)`new ${o}(${M.default.vErrors})`)):(e.assign((0,R._)`${n}.errors`,M.default.vErrors),s.unevaluated&&iS(t),e.return((0,R._)`${M.default.errors} === 0`))}function iS({gen:t,evaluated:e,props:r,items:n}){r instanceof R.Name&&t.assign((0,R._)`${e}.props`,r),n instanceof R.Name&&t.assign((0,R._)`${e}.items`,n)}function Eh(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Rt.schemaHasRulesButRef)(s,l))){o.block(()=>Dh(t,"$ref",l.all.$ref.definition));return}c.jtd||aS(t,e),o.block(()=>{for(let f of l.rules)d(f);d(l.post)});function d(f){(0,tl.shouldUseGroup)(s,f)&&(f.type?(o.if((0,Gs.checkDataType)(f.type,i,c.strictNumbers)),Oh(t,f),e.length===1&&e[0]===f.type&&r&&(o.else(),(0,Gs.reportTypeError)(t)),o.endIf()):Oh(t,f),a||o.if((0,R._)`${M.default.errors} === ${n||0}`))}}function Oh(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,Bk.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,tl.shouldUseRule)(n,s)&&Dh(t,s.keyword,s.definition,e.type)})}function aS(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(cS(t,e),t.opts.allowUnionTypes||uS(t,e),lS(t,t.dataTypes))}function cS(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Mh(t.dataTypes,r)||rl(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),pS(t,e)}}function uS(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&rl(t,"use allowUnionTypes to allow union type keyword")}function lS(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,tl.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>dS(e,i))&&rl(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function dS(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Mh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function pS(t,e){let r=[];for(let n of t.dataTypes)Mh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function rl(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Rt.checkStrictMode)(t,e,t.opts.strictTypes)}var Ws=class{constructor(e,r,n){if((0,_o.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Rt.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",Lh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,_o.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",M.default.errors))}result(e,r,n){this.failResult((0,R.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,R.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,R._)`${r} !== undefined && (${(0,R.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?yo.reportExtraError:yo.reportError)(this,this.def.error,r)}$dataError(){(0,yo.reportError)(this,this.def.$dataError||yo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,yo.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=R.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=R.nil,r=R.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,R.or)((0,R._)`${o} === undefined`,r)),e!==R.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==R.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,R.or)(i(),a());function i(){if(n.length){if(!(r instanceof R.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,R._)`${(0,Gs.checkDataTypes)(c,r,s.opts.strictNumbers,Gs.DataType.Wrong)}`}return R.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,R._)`!${c}(${r})`}return R.nil}}subschema(e,r){let n=(0,el.getSubschema)(this.it,e);(0,el.extendSubschemaData)(n,this.it,e),(0,el.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return Qk(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Rt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Rt.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,R.Name)),!0}};Gt.KeywordCxt=Ws;function Dh(t,e,r,n){let o=new Ws(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,_o.funcKeywordCode)(o,r):"macro"in r?(0,_o.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,_o.funcKeywordCode)(o,r)}var fS=/^\/(?:[^~]|~0|~1)*$/,mS=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Lh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return M.default.rootData;if(t[0]==="/"){if(!fS.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=M.default.rootData}else{let u=mS.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=e)throw new Error(c("property/index",l));return n[e-l]}if(l>e)throw new Error(c("data",l));if(s=r[e-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,R._)`${s}${(0,R.getProperty)((0,Rt.unescapeJsonPointer)(u))}`,i=(0,R._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}Gt.getData=Lh});var Ys=S(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});var nl=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};ol.default=nl});var xo=S(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});var sl=go(),il=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,sl.resolveUrl)(e,r,n),this.missingSchema=(0,sl.normalizeId)((0,sl.getFullPath)(e,this.missingRef))}};al.default=il});var ei=S(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt.resolveSchema=rt.getCompilingSchema=rt.resolveRef=rt.compileSchema=rt.SchemaEnv=void 0;var lt=U(),hS=Ys(),Ir=It(),dt=go(),qh=G(),gS=vo(),ln=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,dt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};rt.SchemaEnv=ln;function ul(t){let e=Uh.call(this,t);if(e)return e;let r=(0,dt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new lt.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:hS.default,code:(0,lt._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Ir.default.data,parentData:Ir.default.parentData,parentDataProperty:Ir.default.parentDataProperty,dataNames:[Ir.default.data],dataPathArr:[lt.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,lt.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:lt.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,lt._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,gS.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(Ir.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let m=new Function(`${Ir.default.self}`,`${Ir.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:m}),m.errors=null,m.schema=t.schema,m.schemaEnv=t,t.$async&&(m.$async=!0),this.opts.code.source===!0&&(m.source={validateName:c,validateCode:d,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:h}=u;m.evaluated={props:p instanceof lt.Name?void 0:p,items:h instanceof lt.Name?void 0:h,dynamicProps:p instanceof lt.Name,dynamicItems:h instanceof lt.Name},m.source&&(m.source.evaluated=(0,lt.stringify)(m.evaluated))}return t.validate=m,t}catch(d){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(t)}}rt.compileSchema=ul;function yS(t,e,r){var n;r=(0,dt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=xS.call(this,t,r);if(s===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new ln({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=_S.call(this,s)}rt.resolveRef=yS;function _S(t){return(0,dt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:ul.call(this,t)}function Uh(t){for(let e of this._compilations)if(vS(e,t))return e}rt.getCompilingSchema=Uh;function vS(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function xS(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||Qs.call(this,t,e)}function Qs(t,e){let r=this.opts.uriResolver.parse(e),n=(0,dt._getFullPath)(this.opts.uriResolver,r),o=(0,dt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return cl.call(this,r,t);let s=(0,dt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=Qs.call(this,t,i);return typeof a?.schema!="object"?void 0:cl.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||ul.call(this,i),s===(0,dt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,dt.resolveUrl)(this.opts.uriResolver,o,u)),new ln({schema:a,schemaId:c,root:t,baseId:o})}return cl.call(this,r,i)}}rt.resolveSchema=Qs;var bS=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function cl(t,{baseId:e,schema:r,root:n}){var o;if(((o=t.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,qh.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!bS.has(a)&&u&&(e=(0,dt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,qh.schemaHasRulesButRef)(r,this.RULES)){let a=(0,dt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=Qs.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new ln({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var Fh=S((AN,wS)=>{wS.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var pl=S((MN,Jh)=>{"use strict";var $S=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Hh=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),ll=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),Bh=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),kS=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function dl(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var SS=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Vh(t){return t.length=0,!0}function zS(t,e,r){if(t.length){let n=dl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function TS(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=zS;for(let c=0;c<t.length;c++){let u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(s=!0),n.push(":");continue}else if(u==="%"){if(!a(o,n,r))break;a=Vh}else{o.push(u);continue}}return o.length&&(a===Vh?r.zone=o.join(""):i?n.push(o.join("")):n.push(dl(o))),r.address=n.join(""),r}function Kh(t){if(PS(t,":")<2)return{host:t,isIPV6:!1};let e=TS(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function PS(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function ES(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var OS={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},IS=/[@/?#:]/g,RS=/[@/?#]/g;function Xh(t,e){let r=e?RS:IS;return r.lastIndex=0,t.replace(r,n=>OS[n])}function jS(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let o=t.slice(n+1,n+3);if(ll(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));e&&Bh(i)?r+=i:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function NS(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(ll(n)){let o=n.toUpperCase(),s=String.fromCharCode(parseInt(o,16));s!=="."&&Bh(s)?e+=s:e+="%"+o,r+=2;continue}}kS(t[r])?e+=t[r]:e+=escape(t[r])}return e}function CS(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(ll(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function ZS(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!Hh(r)){let n=Kh(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=Xh(r,!1)}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}Jh.exports={nonSimpleDomain:SS,recomposeAuthority:ZS,reescapeHostDelimiters:Xh,normalizePercentEncoding:jS,normalizePathEncoding:NS,escapePreservingEscapes:CS,removeDotSegments:ES,isIPv4:Hh,isUUID:$S,normalizeIPv6:Kh,stringArrayToHexStripped:dl}});var eg=S((DN,Qh)=>{"use strict";var{isUUID:AS}=pl(),MS=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,DS=["http","https","ws","wss","urn","urn:uuid"];function LS(t){return DS.indexOf(t)!==-1}function fl(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function Gh(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function Wh(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function qS(t){return t.secure=fl(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function US(t){if((t.port===(fl(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function FS(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(MS);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let o=`${n}:${e.nid||t.nid}`,s=ml(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function VS(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),o=`${r}:${e.nid||n}`,s=ml(o);s&&(t=s.serialize(t,e));let i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function HS(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!AS(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function BS(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var Yh={scheme:"http",domainHost:!0,parse:Gh,serialize:Wh},KS={scheme:"https",domainHost:Yh.domainHost,parse:Gh,serialize:Wh},ti={scheme:"ws",domainHost:!0,parse:qS,serialize:US},XS={scheme:"wss",domainHost:ti.domainHost,parse:ti.parse,serialize:ti.serialize},JS={scheme:"urn",parse:FS,serialize:VS,skipNormalize:!0},GS={scheme:"urn:uuid",parse:HS,serialize:BS,skipNormalize:!0},ri={http:Yh,https:KS,ws:ti,wss:XS,urn:JS,"urn:uuid":GS};Object.setPrototypeOf(ri,null);function ml(t){return t&&(ri[t]||ri[t.toLowerCase()])||void 0}Qh.exports={wsIsSecure:fl,SCHEMES:ri,isValidSchemeName:LS,getSchemeHandler:ml}});var ig=S((LN,ni)=>{"use strict";var{normalizeIPv6:WS,removeDotSegments:bo,recomposeAuthority:YS,normalizePercentEncoding:QS,normalizePathEncoding:ez,escapePreservingEscapes:tz,reescapeHostDelimiters:rz,isIPv4:nz,nonSimpleDomain:oz}=pl(),{SCHEMES:sz,getSchemeHandler:rg}=eg();function iz(t,e){return typeof t=="string"?t=dz(t,e):typeof t=="object"&&(t=dn(Rr(t,e),e)),t}function az(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=ng(dn(t,n),dn(e,n),n,!0);return n.skipEscape=!0,Rr(o,n)}function ng(t,e,r,n){let o={};return n||(t=dn(Rr(t,r),r),e=dn(Rr(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(o.scheme=e.scheme,o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=bo(e.path||""),o.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=bo(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=bo(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?o.path="/"+e.path:t.path?o.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:o.path=e.path,o.path=bo(o.path)),o.query=e.query):(o.path=t.path,e.query!==void 0?o.query=e.query:o.query=t.query),o.userinfo=t.userinfo,o.host=t.host,o.port=t.port),o.scheme=t.scheme),o.fragment=e.fragment,o}function cz(t,e,r){let n=tg(t,r),o=tg(e,r);return n!==void 0&&o!==void 0&&n.toLowerCase()===o.toLowerCase()}function Rr(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),o=[],s=rg(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=QS(r.path):(r.path=tz(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=YS(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=bo(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var uz=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function lz(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function og(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1,s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let i=t.match(uz);if(i){n.scheme=i[1],n.userinfo=i[3],n.host=i[4],n.port=parseInt(i[5],10),n.path=i[6]||"",n.query=i[7],n.fragment=i[8],isNaN(n.port)&&(n.port=i[5]);let a=lz(n,i);if(a!==void 0&&(n.error=n.error||a,o=!0),n.host)if(nz(n.host)===!1){let l=WS(n.host);n.host=l.host.toLowerCase(),s=l.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let c=rg(r.scheme||n.scheme);if(!r.unicodeSupport&&(!c||!c.unicodeSupport)&&n.host&&(r.domainHost||c&&c.domainHost)&&s===!1&&oz(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(u){n.error=n.error||"Host's domain name can not be converted to ASCII: "+u}if((!c||c&&!c.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=rz(unescape(n.host),s))),n.path&&(n.path=ez(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}c&&c.parse&&c.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:o}}function dn(t,e){return og(t,e).parsed}function dz(t,e){return sg(t,e).normalized}function sg(t,e){let{parsed:r,malformedAuthorityOrPort:n}=og(t,e);return{normalized:n?t:Rr(r,e),malformedAuthorityOrPort:n}}function tg(t,e){if(typeof t=="string"){let{normalized:r,malformedAuthorityOrPort:n}=sg(t,e);return n?void 0:r}if(typeof t=="object")return Rr(t,e)}var hl={SCHEMES:sz,normalize:iz,resolve:az,resolveComponent:ng,equal:cz,serialize:Rr,parse:dn};ni.exports=hl;ni.exports.default=hl;ni.exports.fastUri=hl});var cg=S(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});var ag=ig();ag.code='require("ajv/dist/runtime/uri").default';gl.default=ag});var gg=S(Se=>{"use strict";Object.defineProperty(Se,"__esModule",{value:!0});Se.CodeGen=Se.Name=Se.nil=Se.stringify=Se.str=Se._=Se.KeywordCxt=void 0;var pz=vo();Object.defineProperty(Se,"KeywordCxt",{enumerable:!0,get:function(){return pz.KeywordCxt}});var pn=U();Object.defineProperty(Se,"_",{enumerable:!0,get:function(){return pn._}});Object.defineProperty(Se,"str",{enumerable:!0,get:function(){return pn.str}});Object.defineProperty(Se,"stringify",{enumerable:!0,get:function(){return pn.stringify}});Object.defineProperty(Se,"nil",{enumerable:!0,get:function(){return pn.nil}});Object.defineProperty(Se,"Name",{enumerable:!0,get:function(){return pn.Name}});Object.defineProperty(Se,"CodeGen",{enumerable:!0,get:function(){return pn.CodeGen}});var fz=Ys(),fg=xo(),mz=Vu(),wo=ei(),hz=U(),$o=go(),oi=ho(),_l=G(),ug=Fh(),gz=cg(),mg=(t,e)=>new RegExp(t,e);mg.code="new RegExp";var yz=["removeAdditional","useDefaults","coerceTypes"],_z=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),vz={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},xz={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},lg=200;function bz(t){var e,r,n,o,s,i,a,c,u,l,d,f,m,p,h,g,b,v,x,T,N,he,Fe,ye,Ve;let wn=t.strict,Ti=(e=t.code)===null||e===void 0?void 0:e.optimize,kd=Ti===!0||Ti===void 0?1:Ti||0,Sd=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:mg,Yy=(o=t.uriResolver)!==null&&o!==void 0?o:gz.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:wn)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:wn)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:wn)!==null&&l!==void 0?l:"log",strictTuples:(f=(d=t.strictTuples)!==null&&d!==void 0?d:wn)!==null&&f!==void 0?f:"log",strictRequired:(p=(m=t.strictRequired)!==null&&m!==void 0?m:wn)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:kd,regExp:Sd}:{optimize:kd,regExp:Sd},loopRequired:(h=t.loopRequired)!==null&&h!==void 0?h:lg,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:lg,meta:(b=t.meta)!==null&&b!==void 0?b:!0,messages:(v=t.messages)!==null&&v!==void 0?v:!0,inlineRefs:(x=t.inlineRefs)!==null&&x!==void 0?x:!0,schemaId:(T=t.schemaId)!==null&&T!==void 0?T:"$id",addUsedSchema:(N=t.addUsedSchema)!==null&&N!==void 0?N:!0,validateSchema:(he=t.validateSchema)!==null&&he!==void 0?he:!0,validateFormats:(Fe=t.validateFormats)!==null&&Fe!==void 0?Fe:!0,unicodeRegExp:(ye=t.unicodeRegExp)!==null&&ye!==void 0?ye:!0,int32range:(Ve=t.int32range)!==null&&Ve!==void 0?Ve:!0,uriResolver:Yy}}var ko=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...bz(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new hz.ValueScope({scope:{},prefixes:_z,es5:r,lines:n}),this.logger=Tz(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,mz.getRules)(),dg.call(this,vz,e,"NOT SUPPORTED"),dg.call(this,xz,e,"DEPRECATED","warn"),this._metaOpts=Sz.call(this),e.formats&&$z.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&kz.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),wz.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=ug;n==="id"&&(o={...ug},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(l,d){await s.call(this,l.$schema);let f=this._addSchema(l,d);return f.validate||i.call(this,f)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof fg.default))throw d;return a.call(this,d),await c.call(this,d.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:d}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${d} cannot be resolved`)}async function c(l){let d=await u.call(this,l);this.refs[l]||await s.call(this,d.$schema),this.refs[l]||this.addSchema(d,l,r)}async function u(l){let d=this._loading[l];if(d)return d;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,$o.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,o,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,e);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(e){let r;for(;typeof(r=pg.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new wo.SchemaEnv({schema:{},schemaId:n});if(r=wo.resolveSchema.call(this,o,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=pg.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,$o.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(Ez.call(this,n,r),!r)return(0,_l.eachItem)(n,s=>yl.call(this,s)),this;Iz.call(this,r);let o={...r,type:(0,oi.getJSONTypes)(r.type),schemaType:(0,oi.getJSONTypes)(r.schemaType)};return(0,_l.eachItem)(n,o.type.length===0?s=>yl.call(this,s,o):s=>o.type.forEach(i=>yl.call(this,s,o,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===e);o>=0&&n.rules.splice(o,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of r){let s=o.split("/").slice(1),i=e;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,l=i[a];u&&l&&(i[a]=hg(l))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,$o.normalizeId)(i||n);let u=$o.getSchemaRefs.call(this,e,n);return c=new wo.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):wo.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{wo.compileSchema.call(this,e)}finally{this.opts=r}}};ko.ValidationError=fz.default;ko.MissingRefError=fg.default;Se.default=ko;function dg(t,e,r,n="error"){for(let o in t){let s=o;s in e&&this.logger[n](`${r}: option ${o}. ${t[s]}`)}}function pg(t){return t=(0,$o.normalizeId)(t),this.schemas[t]||this.refs[t]}function wz(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function $z(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function kz(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function Sz(){let t={...this.opts};for(let e of yz)delete t[e];return t}var zz={log(){},warn(){},error(){}};function Tz(t){if(t===!1)return zz;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var Pz=/^[a-z_$][a-z0-9_$:-]*$/i;function Ez(t,e){let{RULES:r}=this;if((0,_l.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!Pz.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function yl(t,e,r){var n;let o=e?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,oi.getJSONTypes)(e.type),schemaType:(0,oi.getJSONTypes)(e.schemaType)}};e.before?Oz.call(this,i,a,e.before):i.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function Oz(t,e,r){let n=t.rules.findIndex(o=>o.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function Iz(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=hg(e)),t.validateSchema=this.compile(e,!0))}var Rz={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function hg(t){return{anyOf:[t,Rz]}}});var yg=S(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});var jz={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};vl.default=jz});var bg=S(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.callRef=jr.getValidate=void 0;var Nz=xo(),_g=tt(),Ue=U(),fn=It(),vg=ei(),si=G(),Cz={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return d();let l=vg.resolveRef.call(c,u,o,r);if(l===void 0)throw new Nz.default(n.opts.uriResolver,o,r);if(l instanceof vg.SchemaEnv)return f(l);return m(l);function d(){if(s===u)return ii(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return ii(t,(0,Ue._)`${p}.validate`,u,u.$async)}function f(p){let h=xg(t,p);ii(t,h,p,p.$async)}function m(p){let h=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,Ue.stringify)(p)}:{ref:p}),g=e.name("valid"),b=t.subschema({schema:p,dataTypes:[],schemaPath:Ue.nil,topSchemaRef:h,errSchemaPath:r},g);t.mergeEvaluated(b),t.ok(g)}}};function xg(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Ue._)`${r.scopeValue("wrapper",{ref:e})}.validate`}jr.getValidate=xg;function ii(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?fn.default.this:Ue.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,Ue._)`await ${(0,_g.callValidateCode)(t,e,u)}`),m(e),i||o.assign(p,!0)},h=>{o.if((0,Ue._)`!(${h} instanceof ${s.ValidationError})`,()=>o.throw(h)),f(h),i||o.assign(p,!1)}),t.ok(p)}function d(){t.result((0,_g.callValidateCode)(t,e,u),()=>m(e),()=>f(e))}function f(p){let h=(0,Ue._)`${p}.errors`;o.assign(fn.default.vErrors,(0,Ue._)`${fn.default.vErrors} === null ? ${h} : ${fn.default.vErrors}.concat(${h})`),o.assign(fn.default.errors,(0,Ue._)`${fn.default.vErrors}.length`)}function m(p){var h;if(!s.opts.unevaluated)return;let g=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=si.mergeEvaluated.props(o,g.props,s.props));else{let b=o.var("props",(0,Ue._)`${p}.evaluated.props`);s.props=si.mergeEvaluated.props(o,b,s.props,Ue.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=si.mergeEvaluated.items(o,g.items,s.items));else{let b=o.var("items",(0,Ue._)`${p}.evaluated.items`);s.items=si.mergeEvaluated.items(o,b,s.items,Ue.Name)}}}jr.callRef=ii;jr.default=Cz});var wg=S(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});var Zz=yg(),Az=bg(),Mz=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",Zz.default,Az.default];xl.default=Mz});var $g=S(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});var ai=U(),Wt=ai.operators,ci={maximum:{okStr:"<=",ok:Wt.LTE,fail:Wt.GT},minimum:{okStr:">=",ok:Wt.GTE,fail:Wt.LT},exclusiveMaximum:{okStr:"<",ok:Wt.LT,fail:Wt.GTE},exclusiveMinimum:{okStr:">",ok:Wt.GT,fail:Wt.LTE}},Dz={message:({keyword:t,schemaCode:e})=>(0,ai.str)`must be ${ci[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,ai._)`{comparison: ${ci[t].okStr}, limit: ${e}}`},Lz={keyword:Object.keys(ci),type:"number",schemaType:"number",$data:!0,error:Dz,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,ai._)`${r} ${ci[e].fail} ${n} || isNaN(${r})`)}};bl.default=Lz});var kg=S(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});var So=U(),qz={message:({schemaCode:t})=>(0,So.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,So._)`{multipleOf: ${t}}`},Uz={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:qz,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,So._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,So._)`${i} !== parseInt(${i})`;t.fail$data((0,So._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};wl.default=Uz});var zg=S($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});function Sg(t){let e=t.length,r=0,n=0,o;for(;n<e;)r++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<e&&(o=t.charCodeAt(n),(o&64512)===56320&&n++);return r}$l.default=Sg;Sg.code='require("ajv/dist/runtime/ucs2length").default'});var Tg=S(kl=>{"use strict";Object.defineProperty(kl,"__esModule",{value:!0});var Nr=U(),Fz=G(),Vz=zg(),Hz={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Nr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Nr._)`{limit: ${t}}`},Bz={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:Hz,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Nr.operators.GT:Nr.operators.LT,i=o.opts.unicode===!1?(0,Nr._)`${r}.length`:(0,Nr._)`${(0,Fz.useFunc)(t.gen,Vz.default)}(${r})`;t.fail$data((0,Nr._)`${i} ${s} ${n}`)}};kl.default=Bz});var Pg=S(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});var Kz=tt(),Xz=G(),mn=U(),Jz={message:({schemaCode:t})=>(0,mn.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,mn._)`{pattern: ${t}}`},Gz={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:Jz,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,mn._)`new RegExp`:(0,Xz.useFunc)(e,c),l=e.let("valid");e.try(()=>e.assign(l,(0,mn._)`${u}(${s}, ${a}).test(${r})`),()=>e.assign(l,!1)),t.fail$data((0,mn._)`!${l}`)}else{let c=(0,Kz.usePattern)(t,o);t.fail$data((0,mn._)`!${c}.test(${r})`)}}};Sl.default=Gz});var Eg=S(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var zo=U(),Wz={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,zo.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,zo._)`{limit: ${t}}`},Yz={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:Wz,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?zo.operators.GT:zo.operators.LT;t.fail$data((0,zo._)`Object.keys(${r}).length ${o} ${n}`)}};zl.default=Yz});var Og=S(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var To=tt(),Po=U(),Qz=G(),eT={message:({params:{missingProperty:t}})=>(0,Po.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Po._)`{missingProperty: ${t}}`},tT={keyword:"required",type:"object",schemaType:"array",$data:!0,error:eT,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let m=t.parentSchema.properties,{definedProperties:p}=t.it;for(let h of r)if(m?.[h]===void 0&&!p.has(h)){let g=i.schemaEnv.baseId+i.errSchemaPath,b=`required property "${h}" is not defined at "${g}" (strictRequired)`;(0,Qz.checkStrictMode)(i,b,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(Po.nil,d);else for(let m of r)(0,To.checkReportMissingProp)(t,m)}function l(){let m=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>f(m,p)),t.ok(p)}else e.if((0,To.checkMissingProp)(t,r,m)),(0,To.reportMissingProp)(t,m),e.else()}function d(){e.forOf("prop",n,m=>{t.setParams({missingProperty:m}),e.if((0,To.noPropertyInData)(e,o,m,a.ownProperties),()=>t.error())})}function f(m,p){t.setParams({missingProperty:m}),e.forOf(m,n,()=>{e.assign(p,(0,To.propertyInData)(e,o,m,a.ownProperties)),e.if((0,Po.not)(p),()=>{t.error(),e.break()})},Po.nil)}}};Tl.default=tT});var Ig=S(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});var Eo=U(),rT={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Eo.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Eo._)`{limit: ${t}}`},nT={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:rT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?Eo.operators.GT:Eo.operators.LT;t.fail$data((0,Eo._)`${r}.length ${o} ${n}`)}};Pl.default=nT});var ui=S(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});var Rg=Yu();Rg.code='require("ajv/dist/runtime/equal").default';El.default=Rg});var jg=S(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});var Ol=ho(),ze=U(),oT=G(),sT=ui(),iT={message:({params:{i:t,j:e}})=>(0,ze.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,ze._)`{i: ${t}, j: ${e}}`},aT={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:iT,code(t){let{gen:e,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=t;if(!n&&!o)return;let c=e.let("valid"),u=s.items?(0,Ol.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,ze._)`${i} === false`),t.ok(c);function l(){let p=e.let("i",(0,ze._)`${r}.length`),h=e.let("j");t.setParams({i:p,j:h}),e.assign(c,!0),e.if((0,ze._)`${p} > 1`,()=>(d()?f:m)(p,h))}function d(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function f(p,h){let g=e.name("item"),b=(0,Ol.checkDataTypes)(u,g,a.opts.strictNumbers,Ol.DataType.Wrong),v=e.const("indices",(0,ze._)`{}`);e.for((0,ze._)`;${p}--;`,()=>{e.let(g,(0,ze._)`${r}[${p}]`),e.if(b,(0,ze._)`continue`),u.length>1&&e.if((0,ze._)`typeof ${g} == "string"`,(0,ze._)`${g} += "_"`),e.if((0,ze._)`typeof ${v}[${g}] == "number"`,()=>{e.assign(h,(0,ze._)`${v}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,ze._)`${v}[${g}] = ${p}`)})}function m(p,h){let g=(0,oT.useFunc)(e,sT.default),b=e.name("outer");e.label(b).for((0,ze._)`;${p}--;`,()=>e.for((0,ze._)`${h} = ${p}; ${h}--;`,()=>e.if((0,ze._)`${g}(${r}[${p}], ${r}[${h}])`,()=>{t.error(),e.assign(c,!1).break(b)})))}}};Il.default=aT});var Ng=S(jl=>{"use strict";Object.defineProperty(jl,"__esModule",{value:!0});var Rl=U(),cT=G(),uT=ui(),lT={message:"must be equal to constant",params:({schemaCode:t})=>(0,Rl._)`{allowedValue: ${t}}`},dT={keyword:"const",$data:!0,error:lT,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,Rl._)`!${(0,cT.useFunc)(e,uT.default)}(${r}, ${o})`):t.fail((0,Rl._)`${s} !== ${r}`)}};jl.default=dT});var Cg=S(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var Oo=U(),pT=G(),fT=ui(),mT={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Oo._)`{allowedValues: ${t}}`},hT={keyword:"enum",schemaType:"array",$data:!0,error:mT,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,pT.useFunc)(e,fT.default)),l;if(a||n)l=e.let("valid"),t.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let m=e.const("vSchema",s);l=(0,Oo.or)(...o.map((p,h)=>f(m,h)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,m=>e.if((0,Oo._)`${u()}(${r}, ${m})`,()=>e.assign(l,!0).break()))}function f(m,p){let h=o[p];return typeof h=="object"&&h!==null?(0,Oo._)`${u()}(${r}, ${m}[${p}])`:(0,Oo._)`${r} === ${h}`}}};Nl.default=hT});var Zg=S(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});var gT=$g(),yT=kg(),_T=Tg(),vT=Pg(),xT=Eg(),bT=Og(),wT=Ig(),$T=jg(),kT=Ng(),ST=Cg(),zT=[gT.default,yT.default,_T.default,vT.default,xT.default,bT.default,wT.default,$T.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},kT.default,ST.default];Cl.default=zT});var Al=S(Io=>{"use strict";Object.defineProperty(Io,"__esModule",{value:!0});Io.validateAdditionalItems=void 0;var Cr=U(),Zl=G(),TT={message:({params:{len:t}})=>(0,Cr.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Cr._)`{limit: ${t}}`},PT={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:TT,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,Zl.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Ag(t,n)}};function Ag(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Cr._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Cr._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,Zl.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Cr._)`${a} <= ${e.length}`);r.if((0,Cr.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:Zl.Type.Num},u),i.allErrors||r.if((0,Cr.not)(u),()=>r.break())})}}Io.validateAdditionalItems=Ag;Io.default=PT});var Ml=S(Ro=>{"use strict";Object.defineProperty(Ro,"__esModule",{value:!0});Ro.validateTuple=void 0;var Mg=U(),li=G(),ET=tt(),OT={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return Dg(t,"additionalItems",e);r.items=!0,!(0,li.alwaysValidSchema)(r,e)&&t.ok((0,ET.validateArray)(t))}};function Dg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=li.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,Mg._)`${s}.length`);r.forEach((d,f)=>{(0,li.alwaysValidSchema)(a,d)||(n.if((0,Mg._)`${u} > ${f}`,()=>t.subschema({keyword:i,schemaProp:f,dataProp:f},c)),t.ok(c))});function l(d){let{opts:f,errSchemaPath:m}=a,p=r.length,h=p===d.minItems&&(p===d.maxItems||d[e]===!1);if(f.strictTuples&&!h){let g=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${m}"`;(0,li.checkStrictMode)(a,g,f.strictTuples)}}}Ro.validateTuple=Dg;Ro.default=OT});var Lg=S(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var IT=Ml(),RT={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,IT.validateTuple)(t,"items")};Dl.default=RT});var Ug=S(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});var qg=U(),jT=G(),NT=tt(),CT=Al(),ZT={message:({params:{len:t}})=>(0,qg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,qg._)`{limit: ${t}}`},AT={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:ZT,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,jT.alwaysValidSchema)(n,e)&&(o?(0,CT.validateAdditionalItems)(t,o):t.ok((0,NT.validateArray)(t)))}};Ll.default=AT});var Fg=S(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var nt=U(),di=G(),MT={message:({params:{min:t,max:e}})=>e===void 0?(0,nt.str)`must contain at least ${t} valid item(s)`:(0,nt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,nt._)`{minContains: ${t}}`:(0,nt._)`{minContains: ${t}, maxContains: ${e}}`},DT={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:MT,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let l=e.const("len",(0,nt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,di.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,di.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,di.alwaysValidSchema)(s,r)){let h=(0,nt._)`${l} >= ${i}`;a!==void 0&&(h=(0,nt._)`${h} && ${l} <= ${a}`),t.pass(h);return}s.items=!0;let d=e.name("valid");a===void 0&&i===1?m(d,()=>e.if(d,()=>e.break())):i===0?(e.let(d,!0),a!==void 0&&e.if((0,nt._)`${o}.length > 0`,f)):(e.let(d,!1),f()),t.result(d,()=>t.reset());function f(){let h=e.name("_valid"),g=e.let("count",0);m(h,()=>e.if(h,()=>p(g)))}function m(h,g){e.forRange("i",0,l,b=>{t.subschema({keyword:"contains",dataProp:b,dataPropType:di.Type.Num,compositeRule:!0},h),g()})}function p(h){e.code((0,nt._)`${h}++`),a===void 0?e.if((0,nt._)`${h} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,nt._)`${h} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,nt._)`${h} >= ${i}`,()=>e.assign(d,!0)))}}};ql.default=DT});var Bg=S(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.validateSchemaDeps=xt.validatePropertyDeps=xt.error=void 0;var Ul=U(),LT=G(),jo=tt();xt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,Ul.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,Ul._)`{property: ${t},
7
46
  missingProperty: ${n},
8
47
  depsCount: ${e},
9
- deps: ${r}}`};var zz={keyword:"dependencies",type:"object",schemaType:"object",error:vt.error,code(t){let[e,r]=Tz(t);xg(t,e),bg(t,r)}};function Tz({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let o=Array.isArray(t[n])?e:r;o[n]=t[n]}return[e,r]}function xg(t,e=t.schema){let{gen:r,data:n,it:o}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,zo.propertyInData)(r,n,i,o.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,zo.checkReportMissingProp)(t,u)}):(r.if((0,Il._)`${c} && (${(0,zo.checkMissingProp)(t,a,s)})`),(0,zo.reportMissingProp)(t,s),r.else())}}vt.validatePropertyDeps=xg;function bg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,Sz.alwaysValidSchema)(s,e[a])||(r.if((0,zo.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:o,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}vt.validateSchemaDeps=bg;vt.default=zz});var kg=S(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var wg=U(),Pz=W(),Ez={message:"property name must be valid",params:({params:t})=>(0,wg._)`{propertyName: ${t.propertyName}}`},Iz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:Ez,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,Pz.alwaysValidSchema)(o,r))return;let s=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),e.if((0,wg.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};Ol.default=Iz});var jl=S(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});var ri=tt(),dt=U(),Oz=It(),ni=W(),Rz={message:"must NOT have additional properties",params:({params:t})=>(0,dt._)`{additionalProperty: ${t.additionalProperty}}`},jz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Rz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,ni.alwaysValidSchema)(i,r))return;let u=(0,ri.allSchemaProperties)(n.properties),l=(0,ri.allSchemaProperties)(n.patternProperties);d(),t.ok((0,dt._)`${s} === ${Oz.default.errors}`);function d(){e.forIn("key",o,g=>{!u.length&&!l.length?p(g):e.if(m(g),()=>p(g))})}function m(g){let b;if(u.length>8){let v=(0,ni.schemaRefOrVal)(i,n.properties,"properties");b=(0,ri.isOwnProperty)(e,v,g)}else u.length?b=(0,dt.or)(...u.map(v=>(0,dt._)`${g} === ${v}`)):b=dt.nil;return l.length&&(b=(0,dt.or)(b,...l.map(v=>(0,dt._)`${(0,ri.usePattern)(t,v)}.test(${g})`))),(0,dt.not)(b)}function f(g){e.code((0,dt._)`delete ${o}[${g}]`)}function p(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,ni.alwaysValidSchema)(i,r)){let b=e.name("valid");c.removeAdditional==="failing"?(h(g,b,!1),e.if((0,dt.not)(b),()=>{t.reset(),f(g)})):(h(g,b),a||e.if((0,dt.not)(b),()=>e.break()))}}function h(g,b,v){let x={keyword:"additionalProperties",dataProp:g,dataPropType:ni.Type.Str};v===!1&&Object.assign(x,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(x,b)}}};Rl.default=jz});var Tg=S(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var Zz=po(),Sg=tt(),Zl=W(),zg=jl(),Nz={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&zg.default.code(new Zz.KeywordCxt(s,zg.default,"additionalProperties"));let i=(0,Sg.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=Zl.mergeEvaluated.props(e,(0,Zl.toHash)(i),s.props));let a=i.filter(d=>!(0,Zl.alwaysValidSchema)(s,r[d]));if(a.length===0)return;let c=e.name("valid");for(let d of a)u(d)?l(d):(e.if((0,Sg.propertyInData)(e,o,d,s.opts.ownProperties)),l(d),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(d),t.ok(c);function u(d){return s.opts.useDefaults&&!s.compositeRule&&r[d].default!==void 0}function l(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};Nl.default=Nz});var Og=S(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});var Pg=tt(),oi=U(),Eg=W(),Ig=W(),Cz={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:o,it:s}=t,{opts:i}=s,a=(0,Pg.allSchemaProperties)(r),c=a.filter(h=>(0,Eg.alwaysValidSchema)(s,r[h]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=e.name("valid");s.props!==!0&&!(s.props instanceof oi.Name)&&(s.props=(0,Ig.evaluatedPropsToName)(e,s.props));let{props:d}=s;m();function m(){for(let h of a)u&&f(h),s.allErrors?p(h):(e.var(l,!0),p(h),e.if(l))}function f(h){for(let g in u)new RegExp(h).test(g)&&(0,Eg.checkStrictMode)(s,`property ${g} matches pattern ${h} (use allowMatchingProperties)`)}function p(h){e.forIn("key",n,g=>{e.if((0,oi._)`${(0,Pg.usePattern)(t,h)}.test(${g})`,()=>{let b=c.includes(h);b||t.subschema({keyword:"patternProperties",schemaProp:h,dataProp:g,dataPropType:Ig.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,oi._)`${d}[${g}]`,!0):!b&&!s.allErrors&&e.if((0,oi.not)(l),()=>e.break())})})}}};Cl.default=Cz});var Rg=S(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var Az=W(),Mz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Az.alwaysValidSchema)(n,r)){t.fail();return}let o=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),t.failResult(o,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Al.default=Mz});var jg=S(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});var Dz=tt(),qz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Dz.validateUnion,error:{message:"must match a schema in anyOf"}};Ml.default=qz});var Zg=S(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var si=U(),Lz=W(),Uz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,si._)`{passingSchemas: ${t.passing}}`},Fz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Uz,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((l,d)=>{let m;(0,Lz.alwaysValidSchema)(o,l)?e.var(c,!0):m=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,si._)`${c} && ${i}`).assign(i,!1).assign(a,(0,si._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),m&&t.mergeEvaluated(m,si.Name)})})}}};Dl.default=Fz});var Ng=S(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var Vz=W(),Hz={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=e.name("valid");r.forEach((s,i)=>{if((0,Vz.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};ql.default=Hz});var Mg=S(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});var ii=U(),Ag=W(),Bz={message:({params:t})=>(0,ii.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,ii._)`{failingKeyword: ${t.ifClause}}`},Kz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Bz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,Ag.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Cg(n,"then"),s=Cg(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let l=e.let("ifClause");t.setParams({ifClause:l}),e.if(a,u("then",l),u("else",l))}else o?e.if(a,u("then")):e.if((0,ii.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,d){return()=>{let m=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(m,i),d?e.assign(d,(0,ii._)`${l}`):t.setParams({ifClause:l})}}}};function Cg(t,e){let r=t.schema[e];return r!==void 0&&!(0,Ag.alwaysValidSchema)(t,r)}Ll.default=Kz});var Dg=S(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var Jz=W(),Gz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,Jz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Ul.default=Gz});var qg=S(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var Wz=Sl(),Xz=gg(),Yz=zl(),Qz=_g(),eT=vg(),tT=$g(),rT=kg(),nT=jl(),oT=Tg(),sT=Og(),iT=Rg(),aT=jg(),cT=Zg(),uT=Ng(),lT=Mg(),dT=Dg();function pT(t=!1){let e=[iT.default,aT.default,cT.default,uT.default,lT.default,dT.default,rT.default,nT.default,tT.default,oT.default,sT.default];return t?e.push(Xz.default,Qz.default):e.push(Wz.default,Yz.default),e.push(eT.default),e}Fl.default=pT});var Lg=S(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var ge=U(),fT={message:({schemaCode:t})=>(0,ge.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,ge._)`{format: ${t}}`},mT={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:fT,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=a;if(!c.validateFormats)return;o?m():f();function m(){let p=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),h=r.const("fDef",(0,ge._)`${p}[${i}]`),g=r.let("fType"),b=r.let("format");r.if((0,ge._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(g,(0,ge._)`${h}.type || "string"`).assign(b,(0,ge._)`${h}.validate`),()=>r.assign(g,(0,ge._)`"string"`).assign(b,h)),t.fail$data((0,ge.or)(v(),x()));function v(){return c.strictSchema===!1?ge.nil:(0,ge._)`${i} && !${b}`}function x(){let T=l.$async?(0,ge._)`(${h}.async ? await ${b}(${n}) : ${b}(${n}))`:(0,ge._)`${b}(${n})`,Z=(0,ge._)`(typeof ${b} == "function" ? ${T} : ${b}.test(${n}))`;return(0,ge._)`${b} && ${b} !== true && ${g} === ${e} && !${Z}`}}function f(){let p=d.formats[s];if(!p){v();return}if(p===!0)return;let[h,g,b]=x(p);h===e&&t.pass(T());function v(){if(c.strictSchema===!1){d.logger.warn(Z());return}throw new Error(Z());function Z(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function x(Z){let he=Z instanceof RegExp?(0,ge.regexpCode)(Z):c.code.formats?(0,ge._)`${c.code.formats}${(0,ge.getProperty)(s)}`:void 0,Fe=r.scopeValue("formats",{key:s,ref:Z,code:he});return typeof Z=="object"&&!(Z instanceof RegExp)?[Z.type||"string",Z.validate,(0,ge._)`${Fe}.validate`]:["string",Z,Fe]}function T(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ge._)`await ${b}(${n})`}return typeof g=="function"?(0,ge._)`${b}(${n})`:(0,ge._)`${b}.test(${n})`}}}};Vl.default=mT});var Ug=S(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});var hT=Lg(),gT=[hT.default];Hl.default=gT});var Fg=S(dn=>{"use strict";Object.defineProperty(dn,"__esModule",{value:!0});dn.contentVocabulary=dn.metadataVocabulary=void 0;dn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];dn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Hg=S(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});var yT=Yh(),_T=pg(),vT=qg(),xT=Ug(),Vg=Fg(),bT=[yT.default,_T.default,(0,vT.default)(),xT.default,Vg.metadataVocabulary,Vg.contentVocabulary];Bl.default=bT});var Kg=S(ai=>{"use strict";Object.defineProperty(ai,"__esModule",{value:!0});ai.DiscrError=void 0;var Bg;(function(t){t.Tag="tag",t.Mapping="mapping"})(Bg||(ai.DiscrError=Bg={}))});var Gg=S(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var pn=U(),Kl=Kg(),Jg=Vs(),$T=fo(),wT=W(),kT={message:({params:{discrError:t,tagName:e}})=>t===Kl.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,pn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},ST={keyword:"discriminator",type:"object",schemaType:"object",error:kT,code(t){let{gen:e,data:r,schema:n,parentSchema:o,it:s}=t,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),u=e.const("tag",(0,pn._)`${r}${(0,pn.getProperty)(a)}`);e.if((0,pn._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:Kl.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let f=m();e.if(!1);for(let p in f)e.elseIf((0,pn._)`${u} === ${p}`),e.assign(c,d(f[p]));e.else(),t.error(!1,{discrError:Kl.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(f){let p=e.name("valid"),h=t.subschema({keyword:"oneOf",schemaProp:f},p);return t.mergeEvaluated(h,pn.Name),p}function m(){var f;let p={},h=b(o),g=!0;for(let T=0;T<i.length;T++){let Z=i[T];if(Z?.$ref&&!(0,wT.schemaHasRulesButRef)(Z,s.self.RULES)){let Fe=Z.$ref;if(Z=Jg.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Fe),Z instanceof Jg.SchemaEnv&&(Z=Z.schema),Z===void 0)throw new $T.default(s.opts.uriResolver,s.baseId,Fe)}let he=(f=Z?.properties)===null||f===void 0?void 0:f[a];if(typeof he!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(h||b(Z)),v(he,T)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return p;function b({required:T}){return Array.isArray(T)&&T.includes(a)}function v(T,Z){if(T.const)x(T.const,Z);else if(T.enum)for(let he of T.enum)x(he,Z);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function x(T,Z){if(typeof T!="string"||T in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[T]=Z}}}};Jl.default=ST});var Wg=S((aZ,zT)=>{zT.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var Wl=S((ce,Gl)=>{"use strict";Object.defineProperty(ce,"__esModule",{value:!0});ce.MissingRefError=ce.ValidationError=ce.CodeGen=ce.Name=ce.nil=ce.stringify=ce.str=ce._=ce.KeywordCxt=ce.Ajv=void 0;var TT=Bh(),PT=Hg(),ET=Gg(),Xg=Wg(),IT=["/properties"],ci="http://json-schema.org/draft-07/schema",fn=class extends TT.default{_addVocabularies(){super._addVocabularies(),PT.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(ET.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Xg,IT):Xg;this.addMetaSchema(e,ci,!1),this.refs["http://json-schema.org/schema"]=ci}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(ci)?ci:void 0)}};ce.Ajv=fn;Gl.exports=ce=fn;Gl.exports.Ajv=fn;Object.defineProperty(ce,"__esModule",{value:!0});ce.default=fn;var OT=po();Object.defineProperty(ce,"KeywordCxt",{enumerable:!0,get:function(){return OT.KeywordCxt}});var mn=U();Object.defineProperty(ce,"_",{enumerable:!0,get:function(){return mn._}});Object.defineProperty(ce,"str",{enumerable:!0,get:function(){return mn.str}});Object.defineProperty(ce,"stringify",{enumerable:!0,get:function(){return mn.stringify}});Object.defineProperty(ce,"nil",{enumerable:!0,get:function(){return mn.nil}});Object.defineProperty(ce,"Name",{enumerable:!0,get:function(){return mn.Name}});Object.defineProperty(ce,"CodeGen",{enumerable:!0,get:function(){return mn.CodeGen}});var RT=Us();Object.defineProperty(ce,"ValidationError",{enumerable:!0,get:function(){return RT.default}});var jT=fo();Object.defineProperty(ce,"MissingRefError",{enumerable:!0,get:function(){return jT.default}})});var sy=S(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.formatNames=bt.fastFormats=bt.fullFormats=void 0;function xt(t,e){return{validate:t,compare:e}}bt.fullFormats={date:xt(ty,ed),time:xt(Yl(!0),td),"date-time":xt(Yg(!0),ny),"iso-time":xt(Yl(),ry),"iso-date-time":xt(Yg(),oy),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:DT,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:BT,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:qT,int32:{type:"number",validate:FT},int64:{type:"number",validate:VT},float:{type:"number",validate:ey},double:{type:"number",validate:ey},password:!0,binary:!0};bt.fastFormats={...bt.fullFormats,date:xt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,ed),time:xt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,td),"date-time":xt(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,ny),"iso-time":xt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,ry),"iso-date-time":xt(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,oy),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};bt.formatNames=Object.keys(bt.fullFormats);function ZT(t){return t%4===0&&(t%100!==0||t%400===0)}var NT=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,CT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function ty(t){let e=NT.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&ZT(r)?29:CT[n])}function ed(t,e){if(t&&e)return t>e?1:t<e?-1:0}var Xl=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Yl(t){return function(r){let n=Xl.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*c,m=o-u*c-(d<0?1:0);return(m===23||m===-1)&&(d===59||d===-1)&&i<61}}function td(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function ry(t,e){if(!(t&&e))return;let r=Xl.exec(t),n=Xl.exec(e);if(r&&n)return t=r[1]+r[2]+r[3],e=n[1]+n[2]+n[3],t>e?1:t<e?-1:0}var Ql=/t|\s/i;function Yg(t){let e=Yl(t);return function(n){let o=n.split(Ql);return o.length===2&&ty(o[0])&&e(o[1])}}function ny(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function oy(t,e){if(!(t&&e))return;let[r,n]=t.split(Ql),[o,s]=e.split(Ql),i=ed(r,o);if(i!==void 0)return i||td(n,s)}var AT=/\/|:/,MT=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function DT(t){return AT.test(t)&&MT.test(t)}var Qg=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function qT(t){return Qg.lastIndex=0,Qg.test(t)}var LT=-(2**31),UT=2**31-1;function FT(t){return Number.isInteger(t)&&t<=UT&&t>=LT}function VT(t){return Number.isInteger(t)}function ey(){return!0}var HT=/[^\\]\\Z/;function BT(t){if(HT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var iy=S(hn=>{"use strict";Object.defineProperty(hn,"__esModule",{value:!0});hn.formatLimitDefinition=void 0;var KT=Wl(),pt=U(),Wt=pt.operators,ui={formatMaximum:{okStr:"<=",ok:Wt.LTE,fail:Wt.GT},formatMinimum:{okStr:">=",ok:Wt.GTE,fail:Wt.LT},formatExclusiveMaximum:{okStr:"<",ok:Wt.LT,fail:Wt.GTE},formatExclusiveMinimum:{okStr:">",ok:Wt.GT,fail:Wt.LTE}},JT={message:({keyword:t,schemaCode:e})=>(0,pt.str)`should be ${ui[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,pt._)`{comparison: ${ui[t].okStr}, limit: ${e}}`};hn.formatLimitDefinition={keyword:Object.keys(ui),type:"string",schemaType:"string",$data:!0,error:JT,code(t){let{gen:e,data:r,schemaCode:n,keyword:o,it:s}=t,{opts:i,self:a}=s;if(!i.validateFormats)return;let c=new KT.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let m=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=e.const("fmt",(0,pt._)`${m}[${c.schemaCode}]`);t.fail$data((0,pt.or)((0,pt._)`typeof ${f} != "object"`,(0,pt._)`${f} instanceof RegExp`,(0,pt._)`typeof ${f}.compare != "function"`,d(f)))}function l(){let m=c.schema,f=a.formats[m];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${o}": format "${m}" does not define "compare" function`);let p=e.scopeValue("formats",{key:m,ref:f,code:i.code.formats?(0,pt._)`${i.code.formats}${(0,pt.getProperty)(m)}`:void 0});t.fail$data(d(p))}function d(m){return(0,pt._)`${m}.compare(${r}, ${n}) ${ui[o].fail} 0`}},dependencies:["format"]};var GT=t=>(t.addKeyword(hn.formatLimitDefinition),t);hn.default=GT});var ly=S((To,uy)=>{"use strict";Object.defineProperty(To,"__esModule",{value:!0});var gn=sy(),WT=iy(),rd=U(),ay=new rd.Name("fullFormats"),XT=new rd.Name("fastFormats"),nd=(t,e={keywords:!0})=>{if(Array.isArray(e))return cy(t,e,gn.fullFormats,ay),t;let[r,n]=e.mode==="fast"?[gn.fastFormats,XT]:[gn.fullFormats,ay],o=e.formats||gn.formatNames;return cy(t,o,r,n),e.keywords&&(0,WT.default)(t),t};nd.get=(t,e="full")=>{let n=(e==="fast"?gn.fastFormats:gn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function cy(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,rd._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}uy.exports=To=nd;Object.defineProperty(To,"__esModule",{value:!0});To.default=nd});import*as xd from"node:http";import{randomBytes as qy}from"node:crypto";import{spawn as Ti}from"node:child_process";import{promises as Yt}from"node:fs";import*as bn from"node:path";import*as gd from"node:os";import{randomBytes as My}from"node:crypto";var Zr=process.env.OIOXO_CONTROL_PLANE?.replace(/\/$/,"")||"https://oioxo.com",xn=process.env.OIOXO_HOME||bn.join(gd.homedir(),".oioxo"),wi=bn.join(xn,"credentials.json");async function $n(){try{let t=JSON.parse(await Yt.readFile(wi,"utf8"));return t?.token?t:null}catch{return null}}async function yd(t){await Yt.mkdir(xn,{recursive:!0}),await Yt.writeFile(wi,JSON.stringify(t,null,2),{encoding:"utf8",mode:384})}async function _d(){try{await Yt.unlink(wi)}catch{}}async function ki(){let t=await $n();if(t?.device)return t.device;try{let r=await Yt.readFile(bn.join(xn,"device"),"utf8");if(r.trim())return r.trim()}catch{}let e=My(16).toString("base64url");return await Yt.mkdir(xn,{recursive:!0}),await Yt.writeFile(bn.join(xn,"device"),e,"utf8"),e}async function Dy(){let t=await $n(),r={"content-type":"application/json","x-oioxo-client":"desktop","x-oioxo-device":await ki()};return t?.token&&t.expiresAt>Date.now()&&(r.authorization=`Bearer ${t.token}`),r}async function Rt(t,e){try{let r=await fetch(`${Zr}/api/usage/save`,{method:"POST",headers:await Dy(),body:JSON.stringify(t==="report"?{action:t,savedTokens:e}:{action:t})});return r.ok?await r.json():null}catch{return null}}async function vd(){let t=await $n();return!!t&&t.expiresAt>Date.now()}var Si="https://oioxo.com/?upgrade=pro",zi="Run `oioxo-mcp login` in a terminal to connect your OIOXO account.";var Ly=5*6e4,Uy=`<!doctype html><html><head><meta charset="utf-8"><title>OIOXO CLI connected</title></head>
48
+ deps: ${r}}`};var qT={keyword:"dependencies",type:"object",schemaType:"object",error:xt.error,code(t){let[e,r]=UT(t);Vg(t,e),Hg(t,r)}};function UT({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let o=Array.isArray(t[n])?e:r;o[n]=t[n]}return[e,r]}function Vg(t,e=t.schema){let{gen:r,data:n,it:o}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,jo.propertyInData)(r,n,i,o.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,jo.checkReportMissingProp)(t,u)}):(r.if((0,Ul._)`${c} && (${(0,jo.checkMissingProp)(t,a,s)})`),(0,jo.reportMissingProp)(t,s),r.else())}}xt.validatePropertyDeps=Vg;function Hg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,LT.alwaysValidSchema)(s,e[a])||(r.if((0,jo.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:o,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}xt.validateSchemaDeps=Hg;xt.default=qT});var Xg=S(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var Kg=U(),FT=G(),VT={message:"property name must be valid",params:({params:t})=>(0,Kg._)`{propertyName: ${t.propertyName}}`},HT={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:VT,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,FT.alwaysValidSchema)(o,r))return;let s=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),e.if((0,Kg.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};Fl.default=HT});var Hl=S(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var pi=tt(),pt=U(),BT=It(),fi=G(),KT={message:"must NOT have additional properties",params:({params:t})=>(0,pt._)`{additionalProperty: ${t.additionalProperty}}`},XT={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:KT,code(t){let{gen:e,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,fi.alwaysValidSchema)(i,r))return;let u=(0,pi.allSchemaProperties)(n.properties),l=(0,pi.allSchemaProperties)(n.patternProperties);d(),t.ok((0,pt._)`${s} === ${BT.default.errors}`);function d(){e.forIn("key",o,g=>{!u.length&&!l.length?p(g):e.if(f(g),()=>p(g))})}function f(g){let b;if(u.length>8){let v=(0,fi.schemaRefOrVal)(i,n.properties,"properties");b=(0,pi.isOwnProperty)(e,v,g)}else u.length?b=(0,pt.or)(...u.map(v=>(0,pt._)`${g} === ${v}`)):b=pt.nil;return l.length&&(b=(0,pt.or)(b,...l.map(v=>(0,pt._)`${(0,pi.usePattern)(t,v)}.test(${g})`))),(0,pt.not)(b)}function m(g){e.code((0,pt._)`delete ${o}[${g}]`)}function p(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,fi.alwaysValidSchema)(i,r)){let b=e.name("valid");c.removeAdditional==="failing"?(h(g,b,!1),e.if((0,pt.not)(b),()=>{t.reset(),m(g)})):(h(g,b),a||e.if((0,pt.not)(b),()=>e.break()))}}function h(g,b,v){let x={keyword:"additionalProperties",dataProp:g,dataPropType:fi.Type.Str};v===!1&&Object.assign(x,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(x,b)}}};Vl.default=XT});var Wg=S(Kl=>{"use strict";Object.defineProperty(Kl,"__esModule",{value:!0});var JT=vo(),Jg=tt(),Bl=G(),Gg=Hl(),GT={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&Gg.default.code(new JT.KeywordCxt(s,Gg.default,"additionalProperties"));let i=(0,Jg.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=Bl.mergeEvaluated.props(e,(0,Bl.toHash)(i),s.props));let a=i.filter(d=>!(0,Bl.alwaysValidSchema)(s,r[d]));if(a.length===0)return;let c=e.name("valid");for(let d of a)u(d)?l(d):(e.if((0,Jg.propertyInData)(e,o,d,s.opts.ownProperties)),l(d),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(d),t.ok(c);function u(d){return s.opts.useDefaults&&!s.compositeRule&&r[d].default!==void 0}function l(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};Kl.default=GT});var ty=S(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var Yg=tt(),mi=U(),Qg=G(),ey=G(),WT={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:o,it:s}=t,{opts:i}=s,a=(0,Yg.allSchemaProperties)(r),c=a.filter(h=>(0,Qg.alwaysValidSchema)(s,r[h]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=e.name("valid");s.props!==!0&&!(s.props instanceof mi.Name)&&(s.props=(0,ey.evaluatedPropsToName)(e,s.props));let{props:d}=s;f();function f(){for(let h of a)u&&m(h),s.allErrors?p(h):(e.var(l,!0),p(h),e.if(l))}function m(h){for(let g in u)new RegExp(h).test(g)&&(0,Qg.checkStrictMode)(s,`property ${g} matches pattern ${h} (use allowMatchingProperties)`)}function p(h){e.forIn("key",n,g=>{e.if((0,mi._)`${(0,Yg.usePattern)(t,h)}.test(${g})`,()=>{let b=c.includes(h);b||t.subschema({keyword:"patternProperties",schemaProp:h,dataProp:g,dataPropType:ey.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,mi._)`${d}[${g}]`,!0):!b&&!s.allErrors&&e.if((0,mi.not)(l),()=>e.break())})})}}};Xl.default=WT});var ry=S(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var YT=G(),QT={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,YT.alwaysValidSchema)(n,r)){t.fail();return}let o=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),t.failResult(o,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Jl.default=QT});var ny=S(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var eP=tt(),tP={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:eP.validateUnion,error:{message:"must match a schema in anyOf"}};Gl.default=tP});var oy=S(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});var hi=U(),rP=G(),nP={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,hi._)`{passingSchemas: ${t.passing}}`},oP={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:nP,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((l,d)=>{let f;(0,rP.alwaysValidSchema)(o,l)?e.var(c,!0):f=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,hi._)`${c} && ${i}`).assign(i,!1).assign(a,(0,hi._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),f&&t.mergeEvaluated(f,hi.Name)})})}}};Wl.default=oP});var sy=S(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});var sP=G(),iP={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=e.name("valid");r.forEach((s,i)=>{if((0,sP.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};Yl.default=iP});var cy=S(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});var gi=U(),ay=G(),aP={message:({params:t})=>(0,gi.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,gi._)`{failingKeyword: ${t.ifClause}}`},cP={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:aP,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,ay.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=iy(n,"then"),s=iy(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let l=e.let("ifClause");t.setParams({ifClause:l}),e.if(a,u("then",l),u("else",l))}else o?e.if(a,u("then")):e.if((0,gi.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,d){return()=>{let f=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(f,i),d?e.assign(d,(0,gi._)`${l}`):t.setParams({ifClause:l})}}}};function iy(t,e){let r=t.schema[e];return r!==void 0&&!(0,ay.alwaysValidSchema)(t,r)}Ql.default=cP});var uy=S(ed=>{"use strict";Object.defineProperty(ed,"__esModule",{value:!0});var uP=G(),lP={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,uP.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};ed.default=lP});var ly=S(td=>{"use strict";Object.defineProperty(td,"__esModule",{value:!0});var dP=Al(),pP=Lg(),fP=Ml(),mP=Ug(),hP=Fg(),gP=Bg(),yP=Xg(),_P=Hl(),vP=Wg(),xP=ty(),bP=ry(),wP=ny(),$P=oy(),kP=sy(),SP=cy(),zP=uy();function TP(t=!1){let e=[bP.default,wP.default,$P.default,kP.default,SP.default,zP.default,yP.default,_P.default,gP.default,vP.default,xP.default];return t?e.push(pP.default,mP.default):e.push(dP.default,fP.default),e.push(hP.default),e}td.default=TP});var dy=S(rd=>{"use strict";Object.defineProperty(rd,"__esModule",{value:!0});var ge=U(),PP={message:({schemaCode:t})=>(0,ge.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,ge._)`{format: ${t}}`},EP={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:PP,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=a;if(!c.validateFormats)return;o?f():m();function f(){let p=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),h=r.const("fDef",(0,ge._)`${p}[${i}]`),g=r.let("fType"),b=r.let("format");r.if((0,ge._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(g,(0,ge._)`${h}.type || "string"`).assign(b,(0,ge._)`${h}.validate`),()=>r.assign(g,(0,ge._)`"string"`).assign(b,h)),t.fail$data((0,ge.or)(v(),x()));function v(){return c.strictSchema===!1?ge.nil:(0,ge._)`${i} && !${b}`}function x(){let T=l.$async?(0,ge._)`(${h}.async ? await ${b}(${n}) : ${b}(${n}))`:(0,ge._)`${b}(${n})`,N=(0,ge._)`(typeof ${b} == "function" ? ${T} : ${b}.test(${n}))`;return(0,ge._)`${b} && ${b} !== true && ${g} === ${e} && !${N}`}}function m(){let p=d.formats[s];if(!p){v();return}if(p===!0)return;let[h,g,b]=x(p);h===e&&t.pass(T());function v(){if(c.strictSchema===!1){d.logger.warn(N());return}throw new Error(N());function N(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function x(N){let he=N instanceof RegExp?(0,ge.regexpCode)(N):c.code.formats?(0,ge._)`${c.code.formats}${(0,ge.getProperty)(s)}`:void 0,Fe=r.scopeValue("formats",{key:s,ref:N,code:he});return typeof N=="object"&&!(N instanceof RegExp)?[N.type||"string",N.validate,(0,ge._)`${Fe}.validate`]:["string",N,Fe]}function T(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!l.$async)throw new Error("async format in sync schema");return(0,ge._)`await ${b}(${n})`}return typeof g=="function"?(0,ge._)`${b}(${n})`:(0,ge._)`${b}.test(${n})`}}}};rd.default=EP});var py=S(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});var OP=dy(),IP=[OP.default];nd.default=IP});var fy=S(hn=>{"use strict";Object.defineProperty(hn,"__esModule",{value:!0});hn.contentVocabulary=hn.metadataVocabulary=void 0;hn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];hn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var hy=S(od=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});var RP=wg(),jP=Zg(),NP=ly(),CP=py(),my=fy(),ZP=[RP.default,jP.default,(0,NP.default)(),CP.default,my.metadataVocabulary,my.contentVocabulary];od.default=ZP});var yy=S(yi=>{"use strict";Object.defineProperty(yi,"__esModule",{value:!0});yi.DiscrError=void 0;var gy;(function(t){t.Tag="tag",t.Mapping="mapping"})(gy||(yi.DiscrError=gy={}))});var vy=S(id=>{"use strict";Object.defineProperty(id,"__esModule",{value:!0});var gn=U(),sd=yy(),_y=ei(),AP=xo(),MP=G(),DP={message:({params:{discrError:t,tagName:e}})=>t===sd.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,gn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},LP={keyword:"discriminator",type:"object",schemaType:"object",error:DP,code(t){let{gen:e,data:r,schema:n,parentSchema:o,it:s}=t,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),u=e.const("tag",(0,gn._)`${r}${(0,gn.getProperty)(a)}`);e.if((0,gn._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:sd.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let m=f();e.if(!1);for(let p in m)e.elseIf((0,gn._)`${u} === ${p}`),e.assign(c,d(m[p]));e.else(),t.error(!1,{discrError:sd.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(m){let p=e.name("valid"),h=t.subschema({keyword:"oneOf",schemaProp:m},p);return t.mergeEvaluated(h,gn.Name),p}function f(){var m;let p={},h=b(o),g=!0;for(let T=0;T<i.length;T++){let N=i[T];if(N?.$ref&&!(0,MP.schemaHasRulesButRef)(N,s.self.RULES)){let Fe=N.$ref;if(N=_y.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Fe),N instanceof _y.SchemaEnv&&(N=N.schema),N===void 0)throw new AP.default(s.opts.uriResolver,s.baseId,Fe)}let he=(m=N?.properties)===null||m===void 0?void 0:m[a];if(typeof he!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(h||b(N)),v(he,T)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return p;function b({required:T}){return Array.isArray(T)&&T.includes(a)}function v(T,N){if(T.const)x(T.const,N);else if(T.enum)for(let he of T.enum)x(he,N);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function x(T,N){if(typeof T!="string"||T in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[T]=N}}}};id.default=LP});var xy=S((PC,qP)=>{qP.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var cd=S((ce,ad)=>{"use strict";Object.defineProperty(ce,"__esModule",{value:!0});ce.MissingRefError=ce.ValidationError=ce.CodeGen=ce.Name=ce.nil=ce.stringify=ce.str=ce._=ce.KeywordCxt=ce.Ajv=void 0;var UP=gg(),FP=hy(),VP=vy(),by=xy(),HP=["/properties"],_i="http://json-schema.org/draft-07/schema",yn=class extends UP.default{_addVocabularies(){super._addVocabularies(),FP.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(VP.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(by,HP):by;this.addMetaSchema(e,_i,!1),this.refs["http://json-schema.org/schema"]=_i}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(_i)?_i:void 0)}};ce.Ajv=yn;ad.exports=ce=yn;ad.exports.Ajv=yn;Object.defineProperty(ce,"__esModule",{value:!0});ce.default=yn;var BP=vo();Object.defineProperty(ce,"KeywordCxt",{enumerable:!0,get:function(){return BP.KeywordCxt}});var _n=U();Object.defineProperty(ce,"_",{enumerable:!0,get:function(){return _n._}});Object.defineProperty(ce,"str",{enumerable:!0,get:function(){return _n.str}});Object.defineProperty(ce,"stringify",{enumerable:!0,get:function(){return _n.stringify}});Object.defineProperty(ce,"nil",{enumerable:!0,get:function(){return _n.nil}});Object.defineProperty(ce,"Name",{enumerable:!0,get:function(){return _n.Name}});Object.defineProperty(ce,"CodeGen",{enumerable:!0,get:function(){return _n.CodeGen}});var KP=Ys();Object.defineProperty(ce,"ValidationError",{enumerable:!0,get:function(){return KP.default}});var XP=xo();Object.defineProperty(ce,"MissingRefError",{enumerable:!0,get:function(){return XP.default}})});var Ey=S(wt=>{"use strict";Object.defineProperty(wt,"__esModule",{value:!0});wt.formatNames=wt.fastFormats=wt.fullFormats=void 0;function bt(t,e){return{validate:t,compare:e}}wt.fullFormats={date:bt(Sy,pd),time:bt(ld(!0),fd),"date-time":bt(wy(!0),Ty),"iso-time":bt(ld(),zy),"iso-date-time":bt(wy(),Py),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:eE,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:aE,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:tE,int32:{type:"number",validate:oE},int64:{type:"number",validate:sE},float:{type:"number",validate:ky},double:{type:"number",validate:ky},password:!0,binary:!0};wt.fastFormats={...wt.fullFormats,date:bt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,pd),time:bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,fd),"date-time":bt(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Ty),"iso-time":bt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,zy),"iso-date-time":bt(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Py),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};wt.formatNames=Object.keys(wt.fullFormats);function JP(t){return t%4===0&&(t%100!==0||t%400===0)}var GP=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,WP=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Sy(t){let e=GP.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&JP(r)?29:WP[n])}function pd(t,e){if(t&&e)return t>e?1:t<e?-1:0}var ud=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function ld(t){return function(r){let n=ud.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*c,f=o-u*c-(d<0?1:0);return(f===23||f===-1)&&(d===59||d===-1)&&i<61}}function fd(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function zy(t,e){if(!(t&&e))return;let r=ud.exec(t),n=ud.exec(e);if(r&&n)return t=r[1]+r[2]+r[3],e=n[1]+n[2]+n[3],t>e?1:t<e?-1:0}var dd=/t|\s/i;function wy(t){let e=ld(t);return function(n){let o=n.split(dd);return o.length===2&&Sy(o[0])&&e(o[1])}}function Ty(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Py(t,e){if(!(t&&e))return;let[r,n]=t.split(dd),[o,s]=e.split(dd),i=pd(r,o);if(i!==void 0)return i||fd(n,s)}var YP=/\/|:/,QP=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function eE(t){return YP.test(t)&&QP.test(t)}var $y=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function tE(t){return $y.lastIndex=0,$y.test(t)}var rE=-(2**31),nE=2**31-1;function oE(t){return Number.isInteger(t)&&t<=nE&&t>=rE}function sE(t){return Number.isInteger(t)}function ky(){return!0}var iE=/[^\\]\\Z/;function aE(t){if(iE.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var Oy=S(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.formatLimitDefinition=void 0;var cE=cd(),ft=U(),Yt=ft.operators,vi={formatMaximum:{okStr:"<=",ok:Yt.LTE,fail:Yt.GT},formatMinimum:{okStr:">=",ok:Yt.GTE,fail:Yt.LT},formatExclusiveMaximum:{okStr:"<",ok:Yt.LT,fail:Yt.GTE},formatExclusiveMinimum:{okStr:">",ok:Yt.GT,fail:Yt.LTE}},uE={message:({keyword:t,schemaCode:e})=>(0,ft.str)`should be ${vi[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,ft._)`{comparison: ${vi[t].okStr}, limit: ${e}}`};vn.formatLimitDefinition={keyword:Object.keys(vi),type:"string",schemaType:"string",$data:!0,error:uE,code(t){let{gen:e,data:r,schemaCode:n,keyword:o,it:s}=t,{opts:i,self:a}=s;if(!i.validateFormats)return;let c=new cE.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let f=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),m=e.const("fmt",(0,ft._)`${f}[${c.schemaCode}]`);t.fail$data((0,ft.or)((0,ft._)`typeof ${m} != "object"`,(0,ft._)`${m} instanceof RegExp`,(0,ft._)`typeof ${m}.compare != "function"`,d(m)))}function l(){let f=c.schema,m=a.formats[f];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw new Error(`"${o}": format "${f}" does not define "compare" function`);let p=e.scopeValue("formats",{key:f,ref:m,code:i.code.formats?(0,ft._)`${i.code.formats}${(0,ft.getProperty)(f)}`:void 0});t.fail$data(d(p))}function d(f){return(0,ft._)`${f}.compare(${r}, ${n}) ${vi[o].fail} 0`}},dependencies:["format"]};var lE=t=>(t.addKeyword(vn.formatLimitDefinition),t);vn.default=lE});var Ny=S((No,jy)=>{"use strict";Object.defineProperty(No,"__esModule",{value:!0});var xn=Ey(),dE=Oy(),md=U(),Iy=new md.Name("fullFormats"),pE=new md.Name("fastFormats"),hd=(t,e={keywords:!0})=>{if(Array.isArray(e))return Ry(t,e,xn.fullFormats,Iy),t;let[r,n]=e.mode==="fast"?[xn.fastFormats,pE]:[xn.fullFormats,Iy],o=e.formats||xn.formatNames;return Ry(t,o,r,n),e.keywords&&(0,dE.default)(t),t};hd.get=(t,e="full")=>{let n=(e==="fast"?xn.fastFormats:xn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function Ry(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,md._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}jy.exports=No=hd;Object.defineProperty(No,"__esModule",{value:!0});No.default=hd});import*as Rd from"node:http";import{randomBytes as c_}from"node:crypto";import{spawn as Ri}from"node:child_process";import{promises as er}from"node:fs";import*as kn from"node:path";import*as Pd from"node:os";import{randomBytes as s_}from"node:crypto";var Zr=process.env.OIOXO_CONTROL_PLANE?.replace(/\/$/,"")||"https://oioxo.com",$n=process.env.OIOXO_HOME||kn.join(Pd.homedir(),".oioxo"),Ei=kn.join($n,"credentials.json");async function Tn(){try{let t=JSON.parse(await er.readFile(Ei,"utf8"));return t?.token?t:null}catch{return null}}async function Ed(t){await er.mkdir($n,{recursive:!0}),await er.writeFile(Ei,JSON.stringify(t,null,2),{encoding:"utf8",mode:384})}async function Od(){try{await er.unlink(Ei)}catch{}}async function Oi(){let t=await Tn();if(t?.device)return t.device;try{let r=await er.readFile(kn.join($n,"device"),"utf8");if(r.trim())return r.trim()}catch{}let e=s_(16).toString("base64url");return await er.mkdir($n,{recursive:!0}),await er.writeFile(kn.join($n,"device"),e,"utf8"),e}function i_(){return`cli-${process.platform==="win32"?"windows":process.platform==="darwin"?"mac":"linux"}`}async function a_(){let t=await Tn(),e=await Oi(),r={"content-type":"application/json","x-oioxo-client":i_(),"x-oioxo-device":e};return t?.token&&t.expiresAt>Date.now()&&(r.authorization=`Bearer ${t.token}`),r}async function ot(t,e){try{let r=await fetch(`${Zr}/api/usage/save`,{method:"POST",headers:await a_(),body:JSON.stringify(t==="report"?{action:t,savedTokens:e}:{action:t})});return r.ok?await r.json():null}catch{return null}}async function Ii(){let t=await Tn();return!!t&&t.expiresAt>Date.now()}var Sn="https://oioxo.com/?upgrade=pro",zn="Run `oioxo-mcp login` in a terminal to connect your OIOXO account.";async function Id(){if(!await Ii())return{ok:!1,message:`OIOXO: sign in to use the coding agent. ${zn}
49
+ Free accounts include a monthly allowance; OIOXO Pro is unlimited \u2192 ${Sn}`};let t=await ot("check");return t?t.optimize?{ok:!0,state:t}:t.tier==="anon"?{ok:!1,message:`Your OIOXO session expired. ${zn}`}:{ok:!1,message:`You've used your monthly OIOXO allowance. OIOXO Pro is unlimited \u2192 ${Sn}`}:{ok:!1,message:"OIOXO could not verify your plan (oioxo.com unreachable). The coding agent is paused until the connection returns."}}var u_=5*6e4,l_=`<!doctype html><html><head><meta charset="utf-8"><title>OIOXO CLI connected</title></head>
10
50
  <body style="margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fafafa;font-family:ui-sans-serif,system-ui,Segoe UI,sans-serif">
11
51
  <div style="background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:28px;max-width:380px">
12
52
  <div style="display:flex;align-items:center;gap:8px;margin-bottom:18px">
@@ -14,26 +54,63 @@ var Ry=Object.create;var bi=Object.defineProperty;var jy=Object.getOwnPropertyDe
14
54
  <span style="font-family:ui-monospace,monospace;font-size:13px;font-weight:500;color:#232327">OIOXO</span></div>
15
55
  <h1 style="font-size:17px;margin:0 0 8px;color:#232327">OIOXO CLI connected</h1>
16
56
  <p style="font-size:13.5px;line-height:1.6;color:#71717a;margin:0">You can close this tab and return to your terminal.</p>
17
- </div></body></html>`;function Fy(t){let e=process.platform;e==="win32"?Ti("explorer.exe",[t],{detached:!0,stdio:"ignore"}).unref():e==="darwin"?Ti("open",[t],{detached:!0,stdio:"ignore"}).unref():Ti("xdg-open",[t],{detached:!0,stdio:"ignore"}).unref()}async function bd(){let t=qy(24).toString("base64url"),e=await ki(),r=new Promise((i,a)=>{let c=xd.createServer((u,l)=>{let d=new URL(Zr).origin;if(l.setHeader("Access-Control-Allow-Origin",d),l.setHeader("Access-Control-Allow-Methods","POST, OPTIONS"),l.setHeader("Access-Control-Allow-Headers","content-type"),l.setHeader("Access-Control-Allow-Private-Network","true"),u.method==="OPTIONS"){l.writeHead(204).end();return}if(u.method!=="POST"||u.url!=="/oioxo/token"){l.writeHead(404).end();return}let m="";u.on("data",f=>{m+=f,m.length>64e3&&u.destroy()}),u.on("end",()=>{try{let f=u.headers["content-type"]??"",p;if(f.includes("application/json"))p=JSON.parse(m);else{let h=new URLSearchParams(m);p={state:h.get("state")??void 0,token:h.get("token")??void 0,expiresInSeconds:h.get("expiresInSeconds")?Number(h.get("expiresInSeconds")):void 0}}if(p.state!==t||!p.token){l.writeHead(400,{"content-type":"text/html"}).end("<p>OIOXO: invalid or expired login request. Run <code>oioxo-mcp login</code> again.</p>");return}l.writeHead(200,{"content-type":"text/html"}).end(Uy),c.close(),i({token:p.token,expiresInSeconds:p.expiresInSeconds})}catch{l.writeHead(400).end()}})});c.on("error",a),c.listen(0,"127.0.0.1",()=>{let u=c.address(),l=typeof u=="object"&&u?u.port:0,d=`${Zr}/cli-auth?port=${l}&state=${t}`;console.log(`
57
+ </div></body></html>`;function d_(t){let e=process.platform;e==="win32"?Ri("explorer.exe",[t],{detached:!0,stdio:"ignore"}).unref():e==="darwin"?Ri("open",[t],{detached:!0,stdio:"ignore"}).unref():Ri("xdg-open",[t],{detached:!0,stdio:"ignore"}).unref()}async function jd(){let t=c_(24).toString("base64url"),e=await Oi(),r=new Promise((i,a)=>{let c=Rd.createServer((u,l)=>{let d=new URL(Zr).origin;if(l.setHeader("Access-Control-Allow-Origin",d),l.setHeader("Access-Control-Allow-Methods","POST, OPTIONS"),l.setHeader("Access-Control-Allow-Headers","content-type"),l.setHeader("Access-Control-Allow-Private-Network","true"),u.method==="OPTIONS"){l.writeHead(204).end();return}if(u.method!=="POST"||u.url!=="/oioxo/token"){l.writeHead(404).end();return}let f="";u.on("data",m=>{f+=m,f.length>64e3&&u.destroy()}),u.on("end",()=>{try{let m=u.headers["content-type"]??"",p;if(m.includes("application/json"))p=JSON.parse(f);else{let h=new URLSearchParams(f);p={state:h.get("state")??void 0,token:h.get("token")??void 0,expiresInSeconds:h.get("expiresInSeconds")?Number(h.get("expiresInSeconds")):void 0}}if(p.state!==t||!p.token){l.writeHead(400,{"content-type":"text/html"}).end("<p>OIOXO: invalid or expired login request. Run <code>oioxo-mcp login</code> again.</p>"),c.close(),a(new Error("Invalid or expired login request"));return}l.writeHead(200,{"content-type":"text/html"}).end(l_),c.close(),i({token:p.token,expiresInSeconds:p.expiresInSeconds})}catch{l.writeHead(400).end(),c.close(),a(new Error("Failed to parse login response"))}}),u.on("error",()=>{c.close(),a(new Error("Connection lost during login"))})});c.on("error",a),c.listen(0,"127.0.0.1",()=>{let u=c.address(),l=typeof u=="object"&&u?u.port:0,d=`${Zr}/cli-auth?port=${l}&state=${t}`;console.log(`
18
58
  OIOXO \u2014 connect your account`),console.log(`Opening ${d}`),console.log(`If the browser does not open, paste the URL yourself.
19
- `),process.env.OIOXO_NO_BROWSER!=="1"&&Fy(d)}),setTimeout(()=>{c.close(),a(new Error("timeout"))},Ly).unref()}),{token:n,expiresInSeconds:o}=await r;await yd({token:n,expiresAt:Date.now()+(o??720*3600)*1e3,device:e});let s=await Rt("check");if(s?.tier==="pro")console.log("Connected \u2014 OIOXO Pro: unlimited context engine. \u2713");else if(s?.tier==="free"){let i=s.remainingTokens?.toLocaleString()??"\u2014";console.log(`Connected \u2014 OIOXO Free: ${i} saved-tokens remaining this month. Pro is unlimited \u2192 https://oioxo.com/?upgrade=pro \u2713`)}else console.log("Connected. \u2713")}import{promises as He}from"node:fs";import*as fe from"node:path";import*as $d from"node:os";import{spawnSync as Vy}from"node:child_process";var Pi=t=>{try{let e=process.platform==="win32"?"where":"which";return Vy(e,[t],{stdio:"ignore",timeout:4e3}).status===0}catch{return!1}},wn=async t=>{try{return(await He.stat(t)).isDirectory()}catch{return!1}},Hy=[{id:"claude-code",display:"Claude Code",kind:"json",key:"mcpServers",file:t=>fe.join(t,".mcp.json"),detect:async()=>Pi("claude")},{id:"vscode-copilot",display:"VS Code / GitHub Copilot",kind:"json",key:"servers",file:t=>fe.join(t,".vscode","mcp.json"),detect:async t=>await wn(fe.join(t,".vscode"))||Pi("code")},{id:"cursor",display:"Cursor",kind:"json",key:"mcpServers",file:t=>fe.join(t,".cursor","mcp.json"),detect:async t=>await wn(fe.join(t,".cursor"))||Pi("cursor")},{id:"windsurf",display:"Windsurf",kind:"json",key:"mcpServers",global:!0,file:(t,e)=>fe.join(e,".codeium","windsurf","mcp_config.json"),detect:async(t,e)=>wn(fe.join(e,".codeium","windsurf"))},{id:"gemini-cli",display:"Gemini CLI",kind:"json",key:"mcpServers",global:!0,file:(t,e)=>fe.join(e,".gemini","settings.json"),detect:async(t,e)=>wn(fe.join(e,".gemini"))},{id:"codex",display:"Codex CLI",kind:"toml",global:!0,file:(t,e)=>fe.join(e,".codex","config.toml"),detect:async(t,e)=>wn(fe.join(e,".codex"))}];function By(t){if(t){let[e,...r]=t.split(" ");return{command:e,args:[...r,"serve"]}}return{command:"npx",args:["-y","oioxo-mcp","serve"]}}async function Ky(t,e,r){let n={};try{n=JSON.parse(await He.readFile(t,"utf8"))}catch{}let o=n[e]??{};o.oioxo=r,n[e]=o,await He.mkdir(fe.dirname(t),{recursive:!0}),await He.writeFile(t,JSON.stringify(n,null,2)+`
20
- `,"utf8")}async function Jy(t,e){let r="";try{r=await He.readFile(t,"utf8")}catch{}if(/^\s*\[mcp_servers\.oioxo\]/m.test(r))return!1;let n=`
59
+ `),process.env.OIOXO_NO_BROWSER!=="1"&&d_(d)}),setTimeout(()=>{c.close(),a(new Error("timeout"))},u_).unref()}),{token:n,expiresInSeconds:o}=await r;await Ed({token:n,expiresAt:Date.now()+(o??720*3600)*1e3,device:e});let s=await ot("check");if(s?.tier==="pro")console.log("Connected \u2014 OIOXO Pro: unlimited context engine. \u2713");else if(s?.tier==="free"){let i=s.remainingTokens?.toLocaleString()??"\u2014";console.log(`Connected \u2014 OIOXO Free: ${i} saved-tokens remaining this month. Pro is unlimited \u2192 https://oioxo.com/?upgrade=pro \u2713`)}else console.log("Connected. \u2713")}import{promises as He}from"node:fs";import*as fe from"node:path";import*as Nd from"node:os";import{spawnSync as p_}from"node:child_process";var ji=t=>{try{let e=process.platform==="win32"?"where":"which";return p_(e,[t],{stdio:"ignore",timeout:4e3}).status===0}catch{return!1}},Pn=async t=>{try{return(await He.stat(t)).isDirectory()}catch{return!1}},f_=[{id:"claude-code",display:"Claude Code",kind:"json",key:"mcpServers",file:t=>fe.join(t,".mcp.json"),detect:async()=>ji("claude")},{id:"vscode-copilot",display:"VS Code / GitHub Copilot",kind:"json",key:"servers",file:t=>fe.join(t,".vscode","mcp.json"),detect:async t=>await Pn(fe.join(t,".vscode"))||ji("code")},{id:"cursor",display:"Cursor",kind:"json",key:"mcpServers",file:t=>fe.join(t,".cursor","mcp.json"),detect:async t=>await Pn(fe.join(t,".cursor"))||ji("cursor")},{id:"windsurf",display:"Windsurf",kind:"json",key:"mcpServers",global:!0,file:(t,e)=>fe.join(e,".codeium","windsurf","mcp_config.json"),detect:async(t,e)=>Pn(fe.join(e,".codeium","windsurf"))},{id:"gemini-cli",display:"Gemini CLI",kind:"json",key:"mcpServers",global:!0,file:(t,e)=>fe.join(e,".gemini","settings.json"),detect:async(t,e)=>Pn(fe.join(e,".gemini"))},{id:"codex",display:"Codex CLI",kind:"toml",global:!0,file:(t,e)=>fe.join(e,".codex","config.toml"),detect:async(t,e)=>Pn(fe.join(e,".codex"))}];function m_(t){if(t){let[e,...r]=t.split(" ");return{command:e,args:[...r,"serve"]}}return{command:"npx",args:["-y","oioxo-mcp","serve"]}}async function h_(t,e,r){let n={};try{n=JSON.parse(await He.readFile(t,"utf8"))}catch{}let o=n[e]??{};o.oioxo=r,n[e]=o,await He.mkdir(fe.dirname(t),{recursive:!0}),await He.writeFile(t,JSON.stringify(n,null,2)+`
60
+ `,"utf8")}async function g_(t,e){let r="";try{r=await He.readFile(t,"utf8")}catch{}if(/^\s*\[mcp_servers\.oioxo\]/m.test(r))return!1;let n=`
21
61
  [mcp_servers.oioxo]
22
62
  command = "${e.command}"
23
63
  args = [${e.args.map(o=>`"${o}"`).join(", ")}]
24
- `;return await He.mkdir(fe.dirname(t),{recursive:!0}),await He.writeFile(t,r+n,"utf8"),!0}var wd="<!-- oioxo:start -->",Ii="<!-- oioxo:end -->",Ei=`${wd}
64
+ `;return await He.mkdir(fe.dirname(t),{recursive:!0}),await He.writeFile(t,r+n,"utf8"),!0}var Cd="<!-- oioxo:start -->",Ci="<!-- oioxo:end -->",Ni=`${Cd}
25
65
  ## OIOXO context engine (use it FIRST)
26
66
  This project is wired to the OIOXO MCP server. BEFORE reading, searching or listing files yourself, ALWAYS call the \`get_context\` tool from the \`oioxo\` MCP server with the task as the query \u2014 it returns the minimal relevant code slice (10-20x fewer tokens than reading files). Use \`get_impact\` before refactors, \`get_skeleton\` to learn an API cheaply, and \`remember\` to persist durable project facts.
27
- ${Ii}`;async function Gy(t){let e="";try{e=await He.readFile(t,"utf8")}catch{}let r=e.indexOf(wd),n=e.indexOf(Ii),o;r>=0&&n>r?o=e.slice(0,r)+Ei+e.slice(n+Ii.length):o=e?e.trimEnd()+`
67
+ ${Ci}`;async function y_(t){let e="";try{e=await He.readFile(t,"utf8")}catch{}let r=e.indexOf(Cd),n=e.indexOf(Ci),o;r>=0&&n>r?o=e.slice(0,r)+Ni+e.slice(n+Ci.length):o=e?e.trimEnd()+`
28
68
 
29
- `+Ei+`
30
- `:Ei+`
31
- `,await He.mkdir(fe.dirname(t),{recursive:!0}),await He.writeFile(t,o,"utf8")}async function Wy(t){let e=[fe.join(t,".github","copilot-instructions.md"),fe.join(t,"CLAUDE.md"),fe.join(t,".cursor","rules","oioxo.mdc")];for(let r of e)await Gy(r);return e}var Xy="OIOXO reminder",Yy=`node -e "console.log('OIOXO reminder: before reading or searching project files for a code task, call the oioxo MCP get_context tool with the task as the query - it returns the minimal relevant slice at about 90 percent fewer context tokens. Use get_skeleton to learn an API cheaply and get_impact before refactors.')"`;async function Qy(t){let e=fe.join(t,".claude","settings.json"),r={};try{r=JSON.parse(await He.readFile(e,"utf8"))}catch{}let n=r.hooks??{},o=Array.isArray(n.UserPromptSubmit)?n.UserPromptSubmit:[];return o.some(i=>Array.isArray(i?.hooks)&&i.hooks.some(a=>typeof a?.command=="string"&&a.command.includes(Xy)))?!1:(o.push({hooks:[{type:"command",command:Yy}]}),n.UserPromptSubmit=o,r.hooks=n,await He.mkdir(fe.dirname(e),{recursive:!0}),await He.writeFile(e,JSON.stringify(r,null,2)+`
32
- `,"utf8"),!0)}async function kd(t,e={}){let r=e.home??$d.homedir(),n=By(e.command),o=0;console.log(`
33
- OIOXO \u2014 wiring the context engine into your agents`);for(let s of Hy){if(!(s.global?await s.detect(t,r):e.all||await s.detect(t,r))){console.log(` \xB7 ${s.display}: not detected${s.global?"":" (use --all to force)"}`);continue}let a=s.file(t,r);if(s.kind==="toml"){let c=await Jy(a,n);console.log(c?` \u2713 ${s.display}: ${a}`:` \u2713 ${s.display}: already configured (${a})`)}else await Ky(a,s.key,n),console.log(` \u2713 ${s.display}: ${s.global?a:fe.relative(t,a)}`);o++}if(!o){console.log(" No agents detected. Run with --all to write the project configs anyway.");return}await Wy(t),console.log(" \u2713 Agent instructions: .github/copilot-instructions.md, CLAUDE.md, .cursor/rules/oioxo.mdc"),await Qy(t)&&console.log(" \u2713 Claude Code hook: .claude/settings.json (per-prompt OIOXO reminder)"),console.log(`
34
- Restart your agent (or reload the window) and it will call OIOXO before reading files.`),console.log("Not connected yet? Run `oioxo-mcp login`.")}var hr={};$i(hr,{BRAND:()=>S_,DIRTY:()=>Qt,EMPTY_PATH:()=>n_,INVALID:()=>N,NEVER:()=>cv,OK:()=>Te,ParseStatus:()=>be,Schema:()=>L,ZodAny:()=>Nt,ZodArray:()=>zt,ZodBigInt:()=>tr,ZodBoolean:()=>rr,ZodBranded:()=>Sn,ZodCatch:()=>fr,ZodDate:()=>nr,ZodDefault:()=>pr,ZodDiscriminatedUnion:()=>Ro,ZodEffects:()=>We,ZodEnum:()=>lr,ZodError:()=>Ne,ZodFirstPartyTypeKind:()=>w,ZodFunction:()=>Zo,ZodIntersection:()=>ar,ZodIssueCode:()=>$,ZodLazy:()=>cr,ZodLiteral:()=>ur,ZodMap:()=>qr,ZodNaN:()=>Ur,ZodNativeEnum:()=>dr,ZodNever:()=>ot,ZodNull:()=>sr,ZodNullable:()=>ht,ZodNumber:()=>er,ZodObject:()=>Ae,ZodOptional:()=>Ce,ZodParsedType:()=>z,ZodPipeline:()=>zn,ZodPromise:()=>Ct,ZodReadonly:()=>mr,ZodRecord:()=>jo,ZodSchema:()=>L,ZodSet:()=>Lr,ZodString:()=>Zt,ZodSymbol:()=>Mr,ZodTransformer:()=>We,ZodTuple:()=>mt,ZodType:()=>L,ZodUndefined:()=>or,ZodUnion:()=>ir,ZodUnknown:()=>St,ZodVoid:()=>Dr,addIssueToContext:()=>k,any:()=>Z_,array:()=>M_,bigint:()=>E_,boolean:()=>Nd,coerce:()=>av,custom:()=>Rd,date:()=>I_,datetimeRegex:()=>Id,defaultErrorMap:()=>wt,discriminatedUnion:()=>L_,effect:()=>Q_,enum:()=>W_,function:()=>K_,getErrorMap:()=>Nr,getParsedType:()=>ft,instanceof:()=>T_,intersection:()=>U_,isAborted:()=>Io,isAsync:()=>Cr,isDirty:()=>Oo,isValid:()=>jt,late:()=>z_,lazy:()=>J_,literal:()=>G_,makeIssue:()=>kn,map:()=>H_,nan:()=>P_,nativeEnum:()=>X_,never:()=>C_,null:()=>j_,nullable:()=>tv,number:()=>Zd,object:()=>Zi,objectUtil:()=>Oi,oboolean:()=>iv,onumber:()=>sv,optional:()=>ev,ostring:()=>ov,pipeline:()=>nv,preprocess:()=>rv,promise:()=>Y_,quotelessJson:()=>e_,record:()=>V_,set:()=>B_,setErrorMap:()=>r_,strictObject:()=>D_,string:()=>jd,symbol:()=>O_,transformer:()=>Q_,tuple:()=>F_,undefined:()=>R_,union:()=>q_,unknown:()=>N_,util:()=>H,void:()=>A_});var H;(function(t){t.assertEqual=o=>{};function e(o){}t.assertIs=e;function r(o){throw new Error}t.assertNever=r,t.arrayToEnum=o=>{let s={};for(let i of o)s[i]=i;return s},t.getValidEnumValues=o=>{let s=t.objectKeys(o).filter(a=>typeof o[o[a]]!="number"),i={};for(let a of s)i[a]=o[a];return t.objectValues(i)},t.objectValues=o=>t.objectKeys(o).map(function(s){return o[s]}),t.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let s=[];for(let i in o)Object.prototype.hasOwnProperty.call(o,i)&&s.push(i);return s},t.find=(o,s)=>{for(let i of o)if(s(i))return i},t.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,s=" | "){return o.map(i=>typeof i=="string"?`'${i}'`:i).join(s)}t.joinValues=n,t.jsonStringifyReplacer=(o,s)=>typeof s=="bigint"?s.toString():s})(H||(H={}));var Oi;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Oi||(Oi={}));var z=H.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),ft=t=>{switch(typeof t){case"undefined":return z.undefined;case"string":return z.string;case"number":return Number.isNaN(t)?z.nan:z.number;case"boolean":return z.boolean;case"function":return z.function;case"bigint":return z.bigint;case"symbol":return z.symbol;case"object":return Array.isArray(t)?z.array:t===null?z.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?z.promise:typeof Map<"u"&&t instanceof Map?z.map:typeof Set<"u"&&t instanceof Set?z.set:typeof Date<"u"&&t instanceof Date?z.date:z.object;default:return z.unknown}};var $=H.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"]),e_=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Ne=class t 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 r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,H.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let s=o.path[0];r[s]=r[s]||[],r[s].push(e(o))}else n.push(e(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};Ne.create=t=>new Ne(t);var t_=(t,e)=>{let r;switch(t.code){case $.invalid_type:t.received===z.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case $.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,H.jsonStringifyReplacer)}`;break;case $.unrecognized_keys:r=`Unrecognized key(s) in object: ${H.joinValues(t.keys,", ")}`;break;case $.invalid_union:r="Invalid input";break;case $.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${H.joinValues(t.options)}`;break;case $.invalid_enum_value:r=`Invalid enum value. Expected ${H.joinValues(t.options)}, received '${t.received}'`;break;case $.invalid_arguments:r="Invalid function arguments";break;case $.invalid_return_type:r="Invalid function return type";break;case $.invalid_date:r="Invalid date";break;case $.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:H.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case $.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case $.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case $.custom:r="Invalid input";break;case $.invalid_intersection_types:r="Intersection results could not be merged";break;case $.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case $.not_finite:r="Number must be finite";break;default:r=e.defaultError,H.assertNever(t)}return{message:r}},wt=t_;var Sd=wt;function r_(t){Sd=t}function Nr(){return Sd}var kn=t=>{let{data:e,path:r,errorMaps:n,issueData:o}=t,s=[...r,...o.path||[]],i={...o,path:s};if(o.message!==void 0)return{...o,path:s,message:o.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(i,{data:e,defaultError:a}).message;return{...o,path:s,message:a}},n_=[];function k(t,e){let r=Nr(),n=kn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===wt?void 0:wt].filter(o=>!!o)});t.common.issues.push(n)}var be=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let o of r){if(o.status==="aborted")return N;o.status==="dirty"&&e.dirty(),n.push(o.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let o of r){let s=await o.key,i=await o.value;n.push({key:s,value:i})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let o of r){let{key:s,value:i}=o;if(s.status==="aborted"||i.status==="aborted")return N;s.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof i.value<"u"||o.alwaysSet)&&(n[s.value]=i.value)}return{status:e.value,value:n}}},N=Object.freeze({status:"aborted"}),Qt=t=>({status:"dirty",value:t}),Te=t=>({status:"valid",value:t}),Io=t=>t.status==="aborted",Oo=t=>t.status==="dirty",jt=t=>t.status==="valid",Cr=t=>typeof Promise<"u"&&t instanceof Promise;var E;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(E||(E={}));var Ge=class{constructor(e,r,n,o){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=o}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}},zd=(t,e)=>{if(jt(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Ne(t.common.issues);return this._error=r,this._error}}};function D(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:o}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:o}:{errorMap:(i,a)=>{let{message:c}=t;return i.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:o}}var L=class{get description(){return this._def.description}_getType(e){return ft(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:ft(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new be,ctx:{common:e.parent.common,data:e.data,parsedType:ft(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Cr(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ft(e)},o=this._parseSync({data:e,path:n.path,parent:n});return zd(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ft(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return jt(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(n=>jt(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:ft(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(Cr(o)?o:Promise.resolve(o));return zd(n,s)}refine(e,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,s)=>{let i=e(o),a=()=>s.addIssue({code:$.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,o)=>e(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(e){return new We({schema:this,typeName:w.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:r=>this["~validate"](r)}}optional(){return Ce.create(this,this._def)}nullable(){return ht.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return zt.create(this)}promise(){return Ct.create(this,this._def)}or(e){return ir.create([this,e],this._def)}and(e){return ar.create(this,e,this._def)}transform(e){return new We({...D(this._def),schema:this,typeName:w.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new pr({...D(this._def),innerType:this,defaultValue:r,typeName:w.ZodDefault})}brand(){return new Sn({typeName:w.ZodBranded,type:this,...D(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new fr({...D(this._def),innerType:this,catchValue:r,typeName:w.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return zn.create(this,e)}readonly(){return mr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},o_=/^c[^\s-]{8,}$/i,s_=/^[0-9a-z]+$/,i_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,a_=/^[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,c_=/^[a-z0-9_-]{21}$/i,u_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,l_=/^[-+]?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)?)??$/,d_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,p_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Ri,f_=/^(?:(?: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])$/,m_=/^(?:(?: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])$/,h_=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,g_=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,y_=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,__=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Pd="((\\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])))",v_=new RegExp(`^${Pd}$`);function Ed(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function x_(t){return new RegExp(`^${Ed(t)}$`)}function Id(t){let e=`${Pd}T${Ed(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function b_(t,e){return!!((e==="v4"||!e)&&f_.test(t)||(e==="v6"||!e)&&h_.test(t))}function $_(t,e){if(!u_.test(t))return!1;try{let[r]=t.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),o=JSON.parse(atob(n));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||e&&o.alg!==e)}catch{return!1}}function w_(t,e){return!!((e==="v4"||!e)&&m_.test(t)||(e==="v6"||!e)&&g_.test(t))}var Zt=class t extends L{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==z.string){let s=this._getOrReturnCtx(e);return k(s,{code:$.invalid_type,expected:z.string,received:s.parsedType}),N}let n=new be,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:$.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:$.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?k(o,{code:$.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&k(o,{code:$.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")d_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"email",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")Ri||(Ri=new RegExp(p_,"u")),Ri.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"emoji",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")a_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"uuid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")c_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"nanoid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")o_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")s_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid2",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")i_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ulid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),k(o,{validation:"url",code:$.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"regex",code:$.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),k(o,{code:$.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:$.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:$.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?Id(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:$.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?v_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:$.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?x_(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:$.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?l_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"duration",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?b_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ip",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?$_(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"jwt",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?w_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cidr",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?y_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?__.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64url",code:$.invalid_string,message:s.message}),n.dirty()):H.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:$.invalid_string,...E.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...E.errToObj(e)})}url(e){return this._addCheck({kind:"url",...E.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...E.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...E.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...E.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...E.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...E.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...E.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...E.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...E.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...E.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...E.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...E.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,...E.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,...E.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...E.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...E.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...E.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...E.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...E.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...E.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...E.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...E.errToObj(r)})}nonempty(e){return this.min(1,E.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...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 r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Zt.create=t=>new Zt({checks:[],typeName:w.ZodString,coerce:t?.coerce??!1,...D(t)});function k_(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}var er=class t extends L{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)!==z.number){let s=this._getOrReturnCtx(e);return k(s,{code:$.invalid_type,expected:z.number,received:s.parsedType}),N}let n,o=new be;for(let s of this._def.checks)s.kind==="int"?H.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:$.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:$.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:$.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?k_(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),k(n,{code:$.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:$.not_finite,message:s.message}),o.dirty()):H.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,E.toString(r))}gt(e,r){return this.setLimit("min",e,!1,E.toString(r))}lte(e,r){return this.setLimit("max",e,!0,E.toString(r))}lt(e,r){return this.setLimit("max",e,!1,E.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:E.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:E.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:E.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:E.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:E.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:E.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:E.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:E.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:E.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:E.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&H.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};er.create=t=>new er({checks:[],typeName:w.ZodNumber,coerce:t?.coerce||!1,...D(t)});var tr=class t extends L{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)!==z.bigint)return this._getInvalidInput(e);let n,o=new be;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:$.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:$.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),k(n,{code:$.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):H.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return k(r,{code:$.invalid_type,expected:z.bigint,received:r.parsedType}),N}gte(e,r){return this.setLimit("min",e,!0,E.toString(r))}gt(e,r){return this.setLimit("min",e,!1,E.toString(r))}lte(e,r){return this.setLimit("max",e,!0,E.toString(r))}lt(e,r){return this.setLimit("max",e,!1,E.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:E.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:E.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:E.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:E.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:E.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:E.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};tr.create=t=>new tr({checks:[],typeName:w.ZodBigInt,coerce:t?.coerce??!1,...D(t)});var rr=class extends L{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==z.boolean){let n=this._getOrReturnCtx(e);return k(n,{code:$.invalid_type,expected:z.boolean,received:n.parsedType}),N}return Te(e.data)}};rr.create=t=>new rr({typeName:w.ZodBoolean,coerce:t?.coerce||!1,...D(t)});var nr=class t extends L{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==z.date){let s=this._getOrReturnCtx(e);return k(s,{code:$.invalid_type,expected:z.date,received:s.parsedType}),N}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return k(s,{code:$.invalid_date}),N}let n=new be,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:$.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:$.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):H.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:E.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:E.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};nr.create=t=>new nr({checks:[],coerce:t?.coerce||!1,typeName:w.ZodDate,...D(t)});var Mr=class extends L{_parse(e){if(this._getType(e)!==z.symbol){let n=this._getOrReturnCtx(e);return k(n,{code:$.invalid_type,expected:z.symbol,received:n.parsedType}),N}return Te(e.data)}};Mr.create=t=>new Mr({typeName:w.ZodSymbol,...D(t)});var or=class extends L{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:$.invalid_type,expected:z.undefined,received:n.parsedType}),N}return Te(e.data)}};or.create=t=>new or({typeName:w.ZodUndefined,...D(t)});var sr=class extends L{_parse(e){if(this._getType(e)!==z.null){let n=this._getOrReturnCtx(e);return k(n,{code:$.invalid_type,expected:z.null,received:n.parsedType}),N}return Te(e.data)}};sr.create=t=>new sr({typeName:w.ZodNull,...D(t)});var Nt=class extends L{constructor(){super(...arguments),this._any=!0}_parse(e){return Te(e.data)}};Nt.create=t=>new Nt({typeName:w.ZodAny,...D(t)});var St=class extends L{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Te(e.data)}};St.create=t=>new St({typeName:w.ZodUnknown,...D(t)});var ot=class extends L{_parse(e){let r=this._getOrReturnCtx(e);return k(r,{code:$.invalid_type,expected:z.never,received:r.parsedType}),N}};ot.create=t=>new ot({typeName:w.ZodNever,...D(t)});var Dr=class extends L{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:$.invalid_type,expected:z.void,received:n.parsedType}),N}return Te(e.data)}};Dr.create=t=>new Dr({typeName:w.ZodVoid,...D(t)});var zt=class t extends L{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==z.array)return k(r,{code:$.invalid_type,expected:z.array,received:r.parsedType}),N;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(k(r,{code:i?$.too_big:$.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(k(r,{code:$.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(k(r,{code:$.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>o.type._parseAsync(new Ge(r,i,r.path,a)))).then(i=>be.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new Ge(r,i,r.path,a)));return be.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:E.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:E.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:E.toString(r)}})}nonempty(e){return this.min(1,e)}};zt.create=(t,e)=>new zt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:w.ZodArray,...D(e)});function Ar(t){if(t instanceof Ae){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Ce.create(Ar(n))}return new Ae({...t._def,shape:()=>e})}else return t instanceof zt?new zt({...t._def,type:Ar(t.element)}):t instanceof Ce?Ce.create(Ar(t.unwrap())):t instanceof ht?ht.create(Ar(t.unwrap())):t instanceof mt?mt.create(t.items.map(e=>Ar(e))):t}var Ae=class t extends L{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(),r=H.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==z.object){let u=this._getOrReturnCtx(e);return k(u,{code:$.invalid_type,expected:z.object,received:u.parsedType}),N}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof ot&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let l=s[u],d=o.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new Ge(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof ot){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(k(o,{code:$.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let l of a){let d=o.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new Ge(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,m=await l.value;u.push({key:d,value:m,alwaysSet:l.alwaysSet})}return u}).then(u=>be.mergeObjectSync(n,u)):be.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return E.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:E.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:w.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of H.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of H.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return Ar(this)}partial(e){let r={};for(let n of H.objectKeys(this.shape)){let o=this.shape[n];e&&!e[n]?r[n]=o:r[n]=o.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of H.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Ce;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return Od(H.objectKeys(this.shape))}};Ae.create=(t,e)=>new Ae({shape:()=>t,unknownKeys:"strip",catchall:ot.create(),typeName:w.ZodObject,...D(e)});Ae.strictCreate=(t,e)=>new Ae({shape:()=>t,unknownKeys:"strict",catchall:ot.create(),typeName:w.ZodObject,...D(e)});Ae.lazycreate=(t,e)=>new Ae({shape:t,unknownKeys:"strip",catchall:ot.create(),typeName:w.ZodObject,...D(e)});var ir=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function o(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=s.map(a=>new Ne(a.ctx.common.issues));return k(r,{code:$.invalid_union,unionErrors:i}),N}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new Ne(c));return k(r,{code:$.invalid_union,unionErrors:a}),N}}get options(){return this._def.options}};ir.create=(t,e)=>new ir({options:t,typeName:w.ZodUnion,...D(e)});var kt=t=>t instanceof cr?kt(t.schema):t instanceof We?kt(t.innerType()):t instanceof ur?[t.value]:t instanceof lr?t.options:t instanceof dr?H.objectValues(t.enum):t instanceof pr?kt(t._def.innerType):t instanceof or?[void 0]:t instanceof sr?[null]:t instanceof Ce?[void 0,...kt(t.unwrap())]:t instanceof ht?[null,...kt(t.unwrap())]:t instanceof Sn||t instanceof mr?kt(t.unwrap()):t instanceof fr?kt(t._def.innerType):[],Ro=class t extends L{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.object)return k(r,{code:$.invalid_type,expected:z.object,received:r.parsedType}),N;let n=this.discriminator,o=r.data[n],s=this.optionsMap.get(o);return s?r.common.async?s._parseAsync({data:r.data,path:r.path,parent:r}):s._parseSync({data:r.data,path:r.path,parent:r}):(k(r,{code:$.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),N)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let o=new Map;for(let s of r){let i=kt(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:w.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...D(n)})}};function ji(t,e){let r=ft(t),n=ft(e);if(t===e)return{valid:!0,data:t};if(r===z.object&&n===z.object){let o=H.objectKeys(e),s=H.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=ji(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===z.array&&n===z.array){if(t.length!==e.length)return{valid:!1};let o=[];for(let s=0;s<t.length;s++){let i=t[s],a=e[s],c=ji(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===z.date&&n===z.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var ar=class extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(Io(s)||Io(i))return N;let a=ji(s.value,i.value);return a.valid?((Oo(s)||Oo(i))&&r.dirty(),{status:r.value,value:a.data}):(k(n,{code:$.invalid_intersection_types}),N)};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(([s,i])=>o(s,i)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};ar.create=(t,e,r)=>new ar({left:t,right:e,typeName:w.ZodIntersection,...D(r)});var mt=class t extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.array)return k(n,{code:$.invalid_type,expected:z.array,received:n.parsedType}),N;if(n.data.length<this._def.items.length)return k(n,{code:$.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),N;!this._def.rest&&n.data.length>this._def.items.length&&(k(n,{code:$.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new Ge(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>be.mergeArray(r,i)):be.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};mt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new mt({items:t,typeName:w.ZodTuple,rest:null,...D(e)})};var jo=class t extends L{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.object)return k(n,{code:$.invalid_type,expected:z.object,received:n.parsedType}),N;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new Ge(n,a,n.path,a)),value:i._parse(new Ge(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?be.mergeObjectAsync(r,o):be.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof L?new t({keyType:e,valueType:r,typeName:w.ZodRecord,...D(n)}):new t({keyType:Zt.create(),valueType:e,typeName:w.ZodRecord,...D(r)})}},qr=class extends L{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.map)return k(n,{code:$.invalid_type,expected:z.map,received:n.parsedType}),N;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new Ge(n,a,n.path,[u,"key"])),value:s._parse(new Ge(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return N;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return N;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};qr.create=(t,e,r)=>new qr({valueType:e,keyType:t,typeName:w.ZodMap,...D(r)});var Lr=class t extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.set)return k(n,{code:$.invalid_type,expected:z.set,received:n.parsedType}),N;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(k(n,{code:$.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(k(n,{code:$.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let s=this._def.valueType;function i(c){let u=new Set;for(let l of c){if(l.status==="aborted")return N;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new Ge(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:E.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:E.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Lr.create=(t,e)=>new Lr({valueType:t,minSize:null,maxSize:null,typeName:w.ZodSet,...D(e)});var Zo=class t extends L{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.function)return k(r,{code:$.invalid_type,expected:z.function,received:r.parsedType}),N;function n(a,c){return kn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Nr(),wt].filter(u=>!!u),issueData:{code:$.invalid_arguments,argumentsError:c}})}function o(a,c){return kn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Nr(),wt].filter(u=>!!u),issueData:{code:$.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Ct){let a=this;return Te(async function(...c){let u=new Ne([]),l=await a._def.args.parseAsync(c,s).catch(f=>{throw u.addIssue(n(c,f)),u}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,s).catch(f=>{throw u.addIssue(o(d,f)),u})})}else{let a=this;return Te(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new Ne([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new Ne([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:mt.create(e).rest(St.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||mt.create([]).rest(St.create()),returns:r||St.create(),typeName:w.ZodFunction,...D(n)})}},cr=class extends L{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};cr.create=(t,e)=>new cr({getter:t,typeName:w.ZodLazy,...D(e)});var ur=class extends L{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return k(r,{received:r.data,code:$.invalid_literal,expected:this._def.value}),N}return{status:"valid",value:e.data}}get value(){return this._def.value}};ur.create=(t,e)=>new ur({value:t,typeName:w.ZodLiteral,...D(e)});function Od(t,e){return new lr({values:t,typeName:w.ZodEnum,...D(e)})}var lr=class t extends L{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{expected:H.joinValues(n),received:r.parsedType,code:$.invalid_type}),N}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{received:r.data,code:$.invalid_enum_value,options:n}),N}return Te(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};lr.create=Od;var dr=class extends L{_parse(e){let r=H.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==z.string&&n.parsedType!==z.number){let o=H.objectValues(r);return k(n,{expected:H.joinValues(o),received:n.parsedType,code:$.invalid_type}),N}if(this._cache||(this._cache=new Set(H.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=H.objectValues(r);return k(n,{received:n.data,code:$.invalid_enum_value,options:o}),N}return Te(e.data)}get enum(){return this._def.values}};dr.create=(t,e)=>new dr({values:t,typeName:w.ZodNativeEnum,...D(e)});var Ct=class extends L{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.promise&&r.common.async===!1)return k(r,{code:$.invalid_type,expected:z.promise,received:r.parsedType}),N;let n=r.parsedType===z.promise?r.data:Promise.resolve(r.data);return Te(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Ct.create=(t,e)=>new Ct({type:t,typeName:w.ZodPromise,...D(e)});var We=class extends L{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===w.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{k(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return N;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?N:c.status==="dirty"?Qt(c.value):r.value==="dirty"?Qt(c.value):c});{if(r.value==="aborted")return N;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?N:a.status==="dirty"?Qt(a.value):r.value==="dirty"?Qt(a.value):a}}if(o.type==="refinement"){let i=a=>{let c=o.refinement(a,s);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?N:(a.status==="dirty"&&r.dirty(),i(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?N:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(o.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!jt(i))return N;let a=o.transform(i.value,s);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>jt(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):N);H.assertNever(o)}};We.create=(t,e,r)=>new We({schema:t,typeName:w.ZodEffects,effect:e,...D(r)});We.createWithPreprocess=(t,e,r)=>new We({schema:e,effect:{type:"preprocess",transform:t},typeName:w.ZodEffects,...D(r)});var Ce=class extends L{_parse(e){return this._getType(e)===z.undefined?Te(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ce.create=(t,e)=>new Ce({innerType:t,typeName:w.ZodOptional,...D(e)});var ht=class extends L{_parse(e){return this._getType(e)===z.null?Te(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};ht.create=(t,e)=>new ht({innerType:t,typeName:w.ZodNullable,...D(e)});var pr=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};pr.create=(t,e)=>new pr({innerType:t,typeName:w.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});var fr=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Cr(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Ne(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Ne(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};fr.create=(t,e)=>new fr({innerType:t,typeName:w.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});var Ur=class extends L{_parse(e){if(this._getType(e)!==z.nan){let n=this._getOrReturnCtx(e);return k(n,{code:$.invalid_type,expected:z.nan,received:n.parsedType}),N}return{status:"valid",value:e.data}}};Ur.create=t=>new Ur({typeName:w.ZodNaN,...D(t)});var S_=Symbol("zod_brand"),Sn=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},zn=class t extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?N:s.status==="dirty"?(r.dirty(),Qt(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?N:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:w.ZodPipeline})}},mr=class extends L{_parse(e){let r=this._def.innerType._parse(e),n=o=>(jt(o)&&(o.value=Object.freeze(o.value)),o);return Cr(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};mr.create=(t,e)=>new mr({innerType:t,typeName:w.ZodReadonly,...D(e)});function Td(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function Rd(t,e={},r){return t?Nt.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=Td(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=Td(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Nt.create()}var z_={object:Ae.lazycreate},w;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(w||(w={}));var T_=(t,e={message:`Input not instance of ${t.name}`})=>Rd(r=>r instanceof t,e),jd=Zt.create,Zd=er.create,P_=Ur.create,E_=tr.create,Nd=rr.create,I_=nr.create,O_=Mr.create,R_=or.create,j_=sr.create,Z_=Nt.create,N_=St.create,C_=ot.create,A_=Dr.create,M_=zt.create,Zi=Ae.create,D_=Ae.strictCreate,q_=ir.create,L_=Ro.create,U_=ar.create,F_=mt.create,V_=jo.create,H_=qr.create,B_=Lr.create,K_=Zo.create,J_=cr.create,G_=ur.create,W_=lr.create,X_=dr.create,Y_=Ct.create,Q_=We.create,ev=Ce.create,tv=ht.create,rv=We.createWithPreprocess,nv=zn.create,ov=()=>jd().optional(),sv=()=>Zd().optional(),iv=()=>Nd().optional(),av={string:(t=>Zt.create({...t,coerce:!0})),number:(t=>er.create({...t,coerce:!0})),boolean:(t=>rr.create({...t,coerce:!0})),bigint:(t=>tr.create({...t,coerce:!0})),date:(t=>nr.create({...t,coerce:!0}))};var cv=N;var uv=Object.freeze({status:"aborted"});function _(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=c}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var Tt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},No={};function Be(t){return t&&Object.assign(No,t),No}var B={};$i(B,{BIGINT_FORMAT_RANGES:()=>Ad,Class:()=>Ci,NUMBER_FORMAT_RANGES:()=>Fi,aborted:()=>yr,allowsEval:()=>qi,assert:()=>mv,assertEqual:()=>lv,assertIs:()=>pv,assertNever:()=>fv,assertNotEqual:()=>dv,assignProp:()=>Di,cached:()=>En,captureStackTrace:()=>Ao,cleanEnum:()=>Tv,cleanRegex:()=>On,clone:()=>Ke,createTransparentProxy:()=>xv,defineLazy:()=>ne,esc:()=>gr,escapeRegex:()=>At,extend:()=>wv,finalizeIssue:()=>st,floatSafeRemainder:()=>Mi,getElementAtPath:()=>hv,getEnumValues:()=>Pn,getLengthableOrigin:()=>Rn,getParsedType:()=>vv,getSizableOrigin:()=>Md,isObject:()=>Fr,isPlainObject:()=>Vr,issue:()=>Vi,joinValues:()=>Co,jsonStringifyReplacer:()=>Ai,merge:()=>kv,normalizeParams:()=>C,nullish:()=>In,numKeys:()=>_v,omit:()=>$v,optionalKeys:()=>Ui,partial:()=>Sv,pick:()=>bv,prefixIssues:()=>gt,primitiveTypes:()=>Cd,promiseAllObject:()=>gv,propertyKeyTypes:()=>Li,randomString:()=>yv,required:()=>zv,stringifyPrimitive:()=>Mo,unwrapMessage:()=>Tn});function lv(t){return t}function dv(t){return t}function pv(t){}function fv(t){throw new Error}function mv(t){}function Pn(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,o])=>e.indexOf(+n)===-1).map(([n,o])=>o)}function Co(t,e="|"){return t.map(r=>Mo(r)).join(e)}function Ai(t,e){return typeof e=="bigint"?e.toString():e}function En(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function In(t){return t==null}function On(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function Mi(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}function ne(t,e,r){Object.defineProperty(t,e,{get(){{let o=r();return t[e]=o,o}throw new Error("cached value already set")},set(o){Object.defineProperty(t,e,{value:o})},configurable:!0})}function Di(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function hv(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function gv(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function yv(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function gr(t){return JSON.stringify(t)}var Ao=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function Fr(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var qi=En(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Vr(t){if(Fr(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(Fr(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function _v(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var vv=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Li=new Set(["string","number","symbol"]),Cd=new Set(["string","number","bigint","boolean","symbol","undefined"]);function At(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ke(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function C(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function xv(t){let e;return new Proxy({},{get(r,n,o){return e??(e=t()),Reflect.get(e,n,o)},set(r,n,o,s){return e??(e=t()),Reflect.set(e,n,o,s)},has(r,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(r,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(r){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(r,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(r,n,o){return e??(e=t()),Reflect.defineProperty(e,n,o)}})}function Mo(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Ui(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Fi={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},Ad={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function bv(t,e){let r={},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&(r[o]=n.shape[o])}return Ke(t,{...t._zod.def,shape:r,checks:[]})}function $v(t,e){let r={...t._zod.def.shape},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&delete r[o]}return Ke(t,{...t._zod.def,shape:r,checks:[]})}function wv(t,e){if(!Vr(e))throw new Error("Invalid input to extend: expected a plain object");let r={...t._zod.def,get shape(){let n={...t._zod.def.shape,...e};return Di(this,"shape",n),n},checks:[]};return Ke(t,r)}function kv(t,e){return Ke(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return Di(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function Sv(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in n))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=t?new t({type:"optional",innerType:n[s]}):n[s])}else for(let s in n)o[s]=t?new t({type:"optional",innerType:n[s]}):n[s];return Ke(e,{...e._zod.def,shape:o,checks:[]})}function zv(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=new t({type:"nonoptional",innerType:n[s]}))}else for(let s in n)o[s]=new t({type:"nonoptional",innerType:n[s]});return Ke(e,{...e._zod.def,shape:o,checks:[]})}function yr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function gt(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Tn(t){return typeof t=="string"?t:t?.message}function st(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Tn(t.inst?._zod.def?.error?.(t))??Tn(e?.error?.(t))??Tn(r.customError?.(t))??Tn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function Md(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Rn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Vi(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function Tv(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var Ci=class{constructor(...e){}};var Dd=(t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),Object.defineProperty(t,"message",{get(){return JSON.stringify(e,Ai,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Do=_("$ZodError",Dd),jn=_("$ZodError",Dd,{Parent:Error});function Hi(t,e=r=>r.message){let r={},n=[];for(let o of t.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(e(o))):n.push(e(o));return{formErrors:n,fieldErrors:r}}function Bi(t,e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(t),n}var Ki=t=>(e,r,n,o)=>{let s=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Tt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>st(c,s,Be())));throw Ao(a,o?.callee),a}return i.value},Ji=Ki(jn),Gi=t=>async(e,r,n,o)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>st(c,s,Be())));throw Ao(a,o?.callee),a}return i.value},Wi=Gi(jn),Xi=t=>(e,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=e._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Tt;return s.issues.length?{success:!1,error:new(t??Do)(s.issues.map(i=>st(i,o,Be())))}:{success:!0,data:s.value}},_r=Xi(jn),Yi=t=>async(e,r,n)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},s=e._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new t(s.issues.map(i=>st(i,o,Be())))}:{success:!0,data:s.value}},vr=Yi(jn);var qd=/^[cC][^\s-]{8,}$/,Ld=/^[0-9a-z]+$/,Ud=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Fd=/^[0-9a-vA-V]{20}$/,Vd=/^[A-Za-z0-9]{27}$/,Hd=/^[a-zA-Z0-9_-]{21}$/,Bd=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Kd=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Qi=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/;var Jd=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var Ev="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Gd(){return new RegExp(Ev,"u")}var Wd=/^(?:(?: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])$/,Xd=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,Yd=/^((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])\/([0-9]|[1-2][0-9]|3[0-2])$/,Qd=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,ep=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,ea=/^[A-Za-z0-9_-]*$/,tp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var rp=/^\+(?:[0-9]){6,14}[0-9]$/,np="(?:(?:\\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])))",op=new RegExp(`^${np}$`);function sp(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function ip(t){return new RegExp(`^${sp(t)}$`)}function ap(t){let e=sp({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${np}T(?:${n})$`)}var cp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var up=/^\d+$/,lp=/^-?\d+(?:\.\d+)?/i,dp=/true|false/i,pp=/null/i;var fp=/^[^A-Z]*$/,mp=/^[^a-z]*$/;var $e=_("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),hp={number:"number",bigint:"bigint",object:"date"},ta=_("$ZodCheckLessThan",(t,e)=>{$e.init(t,e);let r=hp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<s&&(e.inclusive?o.maximum=e.value:o.exclusiveMaximum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value<=e.value:n.value<e.value)||n.issues.push({origin:r,code:"too_big",maximum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),ra=_("$ZodCheckGreaterThan",(t,e)=>{$e.init(t,e);let r=hp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>s&&(e.inclusive?o.minimum=e.value:o.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:r,code:"too_small",minimum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),gp=_("$ZodCheckMultipleOf",(t,e)=>{$e.init(t,e),t._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=e.value)}),t._zod.check=r=>{if(typeof r.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%e.value===BigInt(0):Mi(r.value,e.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:e.value,input:r.value,inst:t,continue:!e.abort})}}),yp=_("$ZodCheckNumberFormat",(t,e)=>{$e.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=Fi[e.format];t._zod.onattach.push(i=>{let a=i._zod.bag;a.format=e.format,a.minimum=o,a.maximum=s,r&&(a.pattern=up)}),t._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:e.format,code:"invalid_type",input:a,inst:t});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:t,continue:!e.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inst:t})}});var _p=_("$ZodCheckMaxLength",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!In(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<o&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{let o=n.value;if(o.length<=e.maximum)return;let i=Rn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),vp=_("$ZodCheckMinLength",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!In(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>o&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let o=n.value;if(o.length>=e.minimum)return;let i=Rn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),xp=_("$ZodCheckLengthEquals",(t,e)=>{var r;$e.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!In(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=e.length,o.maximum=e.length,o.length=e.length}),t._zod.check=n=>{let o=n.value,s=o.length;if(s===e.length)return;let i=Rn(o),a=s>e.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),Zn=_("$ZodCheckStringFormat",(t,e)=>{var r,n;$e.init(t,e),t._zod.onattach.push(o=>{let s=o._zod.bag;s.format=e.format,e.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=o=>{e.pattern.lastIndex=0,!e.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:e.format,input:o.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),bp=_("$ZodCheckRegex",(t,e)=>{Zn.init(t,e),t._zod.check=r=>{e.pattern.lastIndex=0,!e.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),$p=_("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=fp),Zn.init(t,e)}),wp=_("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=mp),Zn.init(t,e)}),kp=_("$ZodCheckIncludes",(t,e)=>{$e.init(t,e);let r=At(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),t._zod.check=o=>{o.value.includes(e.includes,e.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:o.value,inst:t,continue:!e.abort})}}),Sp=_("$ZodCheckStartsWith",(t,e)=>{$e.init(t,e);let r=new RegExp(`^${At(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),zp=_("$ZodCheckEndsWith",(t,e)=>{$e.init(t,e);let r=new RegExp(`.*${At(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}});var Tp=_("$ZodCheckOverwrite",(t,e)=>{$e.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var Lo=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(`
69
+ `+Ni+`
70
+ `:Ni+`
71
+ `;try{await He.mkdir(fe.dirname(t),{recursive:!0}),await He.writeFile(t,o,"utf8")}catch(s){let i=s instanceof Error?s.message:String(s);throw new Error(`OIOXO: could not write ${t} (${i}). Check that the directory is writable.`)}}async function __(t){let e=[fe.join(t,".github","copilot-instructions.md"),fe.join(t,"CLAUDE.md"),fe.join(t,".cursor","rules","oioxo.mdc")];for(let r of e)await y_(r);return e}var v_="OIOXO reminder",x_=`node -e "console.log('OIOXO reminder: before reading or searching project files for a code task, call the oioxo MCP get_context tool with the task as the query - it returns the minimal relevant slice at about 90 percent fewer context tokens. Use get_skeleton to learn an API cheaply and get_impact before refactors.')"`;async function b_(t){let e=fe.join(t,".claude","settings.json"),r={};try{r=JSON.parse(await He.readFile(e,"utf8"))}catch{}let n=r.hooks??{},o=Array.isArray(n.UserPromptSubmit)?n.UserPromptSubmit:[];return o.some(i=>Array.isArray(i?.hooks)&&i.hooks.some(a=>typeof a?.command=="string"&&a.command.includes(v_)))?!1:(o.push({hooks:[{type:"command",command:x_}]}),n.UserPromptSubmit=o,r.hooks=n,await He.mkdir(fe.dirname(e),{recursive:!0}),await He.writeFile(e,JSON.stringify(r,null,2)+`
72
+ `,"utf8"),!0)}async function Zd(t,e={}){let r=e.home??Nd.homedir(),n=m_(e.command),o=0;console.log(`
73
+ OIOXO \u2014 wiring the context engine into your agents`);for(let s of f_){if(!(s.global?await s.detect(t,r):e.all||await s.detect(t,r))){console.log(` \xB7 ${s.display}: not detected${s.global?"":" (use --all to force)"}`);continue}let a=s.file(t,r);if(s.kind==="toml"){let c=await g_(a,n);console.log(c?` \u2713 ${s.display}: ${a}`:` \u2713 ${s.display}: already configured (${a})`)}else await h_(a,s.key,n),console.log(` \u2713 ${s.display}: ${s.global?a:fe.relative(t,a)}`);o++}if(!o){console.log(" No agents detected. Run with --all to write the project configs anyway.");return}await __(t),console.log(" \u2713 Agent instructions: .github/copilot-instructions.md, CLAUDE.md, .cursor/rules/oioxo.mdc"),await b_(t)&&console.log(" \u2713 Claude Code hook: .claude/settings.json (per-prompt OIOXO reminder)"),console.log(`
74
+ Restart your agent (or reload the window) and it will call OIOXO before reading files.`),console.log("Not connected yet? Run `oioxo-mcp login`.")}import{writeFile as av,mkdir as cv,readFile as uv}from"node:fs/promises";import On from"node:path";import{createInterface as lv}from"node:readline/promises";import{spawn as V_}from"node:child_process";import{mkdtemp as H_,writeFile as B_,mkdir as K_,readFile as Ai,rm as X_}from"node:fs/promises";import{tmpdir as J_}from"node:os";import Nt from"node:path";import{promises as Zi}from"node:fs";import*as En from"node:path";var w_=1500,$_=256*1024,k_=new Set([".ts",".tsx",".js",".jsx",".mjs",".cjs",".mts",".cts",".py",".go",".rs",".java",".rb",".php",".c",".h",".cpp",".cs",".swift",".kt",".vue",".svelte",".css",".scss",".html",".json",".md",".yml",".yaml",".sql",".sh"]),S_=new Set(["node_modules",".git","dist","build","out",".next","coverage","vendor",".oioxo",".vscode",".cursor",".idea","__pycache__",".venv","venv"]);function z_(t){let e=Math.min(t.length,1024);for(let r=0;r<e;r++)if(t.charCodeAt(r)===0)return!0;return!1}var T_=t=>/\.min\.[a-z]+$/.test(t);async function P_(t,e={}){let r=e.maxFiles??w_,n=[],o=[""];for(;o.length&&n.length<r;){let s=o.shift(),i;try{i=await Zi.readdir(En.join(t,s),{withFileTypes:!0})}catch{continue}i.sort((a,c)=>a.name.localeCompare(c.name));for(let a of i){if(n.length>=r)break;let c=s?`${s}/${a.name}`:a.name;a.isDirectory()?!S_.has(a.name)&&!a.name.startsWith(".")&&o.push(c):a.isFile()&&k_.has(En.extname(a.name).toLowerCase())&&!T_(a.name)&&n.push(c)}}return n}async function E_(t,e){let r=En.join(t,e);try{if((await Zi.stat(r)).size>$_)return null;let o=await Zi.readFile(r,"utf8");return!o||z_(o)?null:{path:e.replace(/\\/g,"/"),content:o}}catch{return null}}async function Ar(t,e={}){let r=await P_(t,e),n=[];for(let o of r){let s=await E_(t,o);s&&n.push(s)}return n}function Ad(t){let e=t.toLowerCase().match(/[a-z0-9_]+/g)??[],r=[];for(let n of e){r.push(n);for(let o of n.split("_"))o&&o!==n&&r.push(o)}for(let n of t.match(/[A-Za-z][a-z0-9]+|[A-Z]+(?![a-z])/g)??[]){let o=n.toLowerCase();o.length>1&&r.push(o)}return r.filter(n=>n.length>1&&n.length<40)}var jt=class{chunks=[];df=new Map;avgLen=0;_status={files:0,chunks:0};status(){return this._status}build(e){let r=[];for(let s of e){let i=s.content.split(`
75
+ `);for(let a=0;a<i.length;a+=48){let u=i.slice(a,a+60).join(`
76
+ `).slice(0,4e3);if(u.trim()){let l=Ad(u);if(l.length){let d=new Map;for(let f of l)d.set(f,(d.get(f)??0)+1);r.push({path:s.path,startLine:a+1,endLine:Math.min(a+60,i.length),text:u,tf:d,len:l.length})}}if(a+60>=i.length)break}}let n=new Map,o=0;for(let s of r){o+=s.len;for(let i of s.tf.keys())n.set(i,(n.get(i)??0)+1)}return this.chunks=r,this.df=n,this.avgLen=r.length?o/r.length:0,this._status={files:e.length,chunks:r.length},this._status}retrieve(e,r=6){if(!this.chunks.length)return[];let n=Ad(e);if(!n.length)return[];let o=this.chunks.length,s=1.5,i=.75,a=this.chunks.map(c=>{let u=0;for(let l of n){let d=c.tf.get(l);if(!d)continue;let f=this.df.get(l)??0,m=Math.log(1+(o-f+.5)/(f+.5)),p=d+s*(1-i+i*(c.len/(this.avgLen||1)));u+=m*(d*(s+1)/p)}return{c,score:u}}).filter(c=>c.score>0);return a.sort((c,u)=>u.score-c.score),a.slice(0,r).map(({c,score:u})=>({path:c.path,startLine:c.startLine,endLine:c.endLine,text:c.text,score:u}))}};var O_=/\.(ts|tsx|mts|cts|js|jsx|mjs|cjs)$/;function I_(t){let e=[],r=[/import\s+[^'"]*?from\s*['"]([^'"]+)['"]/g,/import\s*['"]([^'"]+)['"]/g,/import\s*\(\s*['"]([^'"]+)['"]\s*\)/g,/require\s*\(\s*['"]([^'"]+)['"]\s*\)/g,/export\s+[^'"]*?from\s*['"]([^'"]+)['"]/g];for(let n of r){let o;for(;o=n.exec(t);)e.push(o[1])}return e}function R_(t){let e=t.split("/"),r=[];for(let n of e)n===""||n==="."||(n===".."?r.pop():r.push(n));return r.join("/")}var j_=t=>t.split("/").slice(0,-1).join("/");function N_(t,e,r){if(!t.startsWith("."))return null;let n=R_(j_(e)+"/"+t),o=["",".ts",".tsx",".js",".jsx",".mts",".cts",".mjs",".cjs"];for(let s of o)if(r.has(n+s))return n+s;for(let s of o.slice(1))if(r.has(n+"/index"+s))return n+"/index"+s;return null}function Ao(t){let e=t.filter(s=>O_.test(s.path)),r=new Set(e.map(s=>s.path)),n=new Map,o=new Map;for(let s of e){let i=[];for(let a of I_(s.content)){let c=N_(a,s.path,r);c&&c!==s.path&&!i.includes(c)&&i.push(c)}n.set(s.path,i);for(let a of i){let c=o.get(a)??[];c.includes(s.path)||c.push(s.path),o.set(a,c)}}return{deps:n,dependents:o}}function Md(t,e,r={}){let n=r.hops??2,o=r.max??12,s=new Set(e),i=[...e];for(let a=0;a<n&&s.size<o;a++){let c=[];for(let u of i){for(let l of t.deps.get(u)??[])if(!s.has(l)&&(s.add(l),c.push(l),s.size>=o))break;if(r.includeDependents&&a===0){for(let l of t.dependents.get(u)??[])if(!s.has(l)&&(s.add(l),c.push(l),s.size>=o))break}if(s.size>=o)break}i=c}return[...e,...Array.from(s).filter(a=>!e.includes(a))].slice(0,o)}var C_={test:/\.(ts|tsx|mts|cts|js|jsx|mjs|cjs)$/,patterns:[{re:/^\s*(?:export\s+)?(?:default\s+)?(?:async\s+)?function\s*\*?\s*(?<name>[A-Za-z_$][\w$]*)\s*(?:<[^>]*>)?\([^)]*\)?[^{;]*/,kind:"function"},{re:/^\s*(?:export\s+)?(?:default\s+)?(?:abstract\s+)?class\s+(?<name>[A-Za-z_$][\w$]*)[^{]*/,kind:"class"},{re:/^\s*(?:export\s+)?interface\s+(?<name>[A-Za-z_$][\w$]*)[^{]*/,kind:"interface"},{re:/^\s*(?:export\s+)?type\s+(?<name>[A-Za-z_$][\w$]*)\s*=?.*/,kind:"type"},{re:/^\s*(?:export\s+)?enum\s+(?<name>[A-Za-z_$][\w$]*).*/,kind:"enum"},{re:/^\s*export\s+(?:const|let|var)\s+(?<name>[A-Za-z_$][\w$]*)\s*(?::[^=]+)?=?.*/,kind:"const"}]},Z_={test:/\.py$/,patterns:[{re:/^\s*(?:async\s+)?def\s+(?<name>\w+)\s*\([^)]*\)?[^:]*/,kind:"function"},{re:/^\s*class\s+(?<name>\w+).*/,kind:"class"}]},A_={test:/\.go$/,patterns:[{re:/^\s*func\s+(?:\([^)]+\)\s*)?(?<name>\w+)\s*\([^)]*\)?[^{]*/,kind:"func"},{re:/^\s*type\s+(?<name>\w+)\s+(?:struct|interface).*/,kind:"type"}]},M_={test:/\.rs$/,patterns:[{re:/^\s*(?:pub\s+)?(?:async\s+)?fn\s+(?<name>\w+)\s*(?:<[^>]*>)?\([^)]*\)?[^{]*/,kind:"fn"},{re:/^\s*(?:pub\s+)?(?:struct|enum|trait)\s+(?<name>\w+).*/,kind:"type"},{re:/^\s*impl(?:<[^>]*>)?\s+(?<name>[\w:]+).*/,kind:"impl"}]},D_={test:/\.(java|cs|kt|swift|c|h|cpp|php|rb)$/,patterns:[{re:/^\s*(?:public|private|protected|internal|static|final|abstract|override|\s)*\s*(?:class|interface|struct|enum|trait|module)\s+(?<name>\w+).*/,kind:"class"},{re:/^\s*(?:public|private|protected|internal|static|final|virtual|override|async|func|def|\s)+[\w<>\[\],\s*&]*?\b(?<name>\w+)\s*\([^)]*\)?\s*[^{;]*/,kind:"method"}]},L_=[C_,Z_,A_,M_,D_],q_=t=>t.replace(/\s+/g," ").trim().slice(0,240);function U_(t,e,r=80){let n=L_.find(a=>a.test.test(t));if(!n)return[];let o=[],s=e.split(`
77
+ `);for(let a=0;a<s.length&&o.length<r;a++){let c=s[a];if(!(!c.trim()||c.trim().startsWith("//")||c.trim().startsWith("#")||c.trim().startsWith("*")))for(let{re:u,kind:l}of n.patterns){let d=u.exec(c),f=d?.groups?.name;if(d&&f){let m=c;if(m.includes("(")&&!m.includes(")"))for(let h=a+1;h<Math.min(a+4,s.length)&&(m+=" "+s[h],!s[h].includes(")"));h++);let p=m.indexOf("{");p>0&&(m=m.slice(0,p)),o.push({file:t,name:f,kind:l,signature:q_(m),line:a+1});break}}}let i=new Set;return o.filter(a=>{let c=`${a.name}:${a.line}`;return i.has(c)?!1:(i.add(c),!0)})}function Mo(t,e){let r=U_(t,e);if(!r.length){let n=e.split(`
78
+ `).slice(0,12).join(`
79
+ `);return`// ${t} (excerpt)
80
+ ${n}`}return`// ${t} \u2014 API surface (bodies omitted)
81
+ ${r.map(n=>`${n.kind} ${n.signature} [L${n.line}]`).join(`
82
+ `)}`}var F_=4;function Do(t,e,r,n={}){let o=n.topChunks??6,s=n.maxFiles??10,i=n.maxChars??24e3,a=new Map(e.map(v=>[v.path,v])),c=e.reduce((v,x)=>v+x.content.length,0);if(c>0&&c<=i*.8)return{text:e.map(x=>`// ${x.path}
83
+ ${x.content}`).join(`
84
+
85
+ `),files:e.map(x=>x.path),savedTokens:0,chunks:[]};let u=r.retrieve(t,o),l=[];for(let v of u)l.includes(v.path)||l.push(v.path);let d=l.slice(0,s);try{let v=Ao(e);d=Md(v,l.slice(0,3),{hops:2,includeDependents:!0,max:s});for(let x of l)!d.includes(x)&&d.length<s&&d.push(x)}catch{}let f=[],m=new Set(l),p=new Map;for(let v of u){let x=p.get(v.path)??[];x.push({start:v.startLine,end:v.endLine}),p.set(v.path,x)}for(let[v,x]of p){let T=a.get(v);if(!T)continue;let N=T.content.split(`
86
+ `);x.sort((ye,Ve)=>ye.start-Ve.start);let he=[];for(let ye of x){let Ve=he[he.length-1];Ve&&ye.start<=Ve.end+1?Ve.end=Math.max(Ve.end,ye.end):he.push({...ye})}if(he.reduce((ye,Ve)=>ye+(Ve.end-Ve.start+1),0)>=N.length*.7)f.push(`// ${v} (full)
87
+ ${T.content}`);else for(let ye of he)f.push(`// ${v}:${ye.start}-${ye.end}
88
+ ${N.slice(ye.start-1,ye.end).join(`
89
+ `)}`)}for(let v of d){if(m.has(v))continue;let x=a.get(v);if(!x)continue;let T=Mo(x.path,x.content);T.length<x.content.length*.8&&f.push(T)}let h=f.join(`
90
+
91
+ `);h.length>i&&(h=h.slice(0,i)+`
92
+ // \u2026 capsule truncated`);let g=0;for(let v of d.length?d:l)g+=a.get(v)?.content.length??0;let b=Math.max(0,Math.round((g-h.length)/F_));return{text:h,files:d.length?d:l,savedTokens:b,chunks:u}}function G_(t,e,r=18e4){return new Promise(n=>{let o=V_(t,{cwd:e,shell:!0}),s="",i=c=>{s+=c.toString(),s.length>2e5&&(s=s.slice(-2e5))};o.stdout.on("data",i),o.stderr.on("data",i);let a=setTimeout(()=>{try{o.kill("SIGKILL")}catch{}n({code:124,out:s+`
93
+ [timed out]`})},r);o.on("close",c=>{clearTimeout(a),n({code:c??1,out:s})}),o.on("error",c=>{clearTimeout(a),n({code:1,out:s+`
94
+ `+String(c)})})})}function W_(t,e=40){let r=t.split(`
95
+ `),n=/\b(error|fail(ed|ing)?|exception|expected|received|assert|cannot find|is not|undefined|TypeError|SyntaxError|TS\d{3,})\b/i,o=[];for(let s=0;s<r.length&&o.length<e;s++)if(n.test(r[s]))for(let i=Math.max(0,s-1);i<=Math.min(r.length-1,s+1);i++)o.includes(r[i])||o.push(r[i]);return(o.length?o:r.slice(-e)).join(`
96
+ `).slice(0,3e3)}var Y_=/(^|\/)(package\.json|package-lock\.json|pnpm-lock\.yaml|yarn\.lock|\.npmrc|\.yarnrc|\.yarnrc\.yml|Makefile)$/i;async function Dd(t,e,r={}){let n=[],o=r.containRoot?Nt.resolve(r.containRoot):null;for(let s of e){let i=Nt.resolve(t,s.path);if(o&&i!==o&&!i.startsWith(o+Nt.sep)){n.push(s.path);continue}if(!r.seed&&Y_.test(s.path.replace(/\\/g,"/"))){n.push(s.path);continue}await K_(Nt.dirname(i),{recursive:!0}),await B_(i,s.content,"utf8")}return n}async function Q_(t){try{let e=JSON.parse(await Ai(Nt.join(t,"package.json"),"utf8"));if(e.scripts?.test&&!/no test specified/i.test(e.scripts.test))return"npm test";if(e.scripts?.typecheck)return"npm run typecheck"}catch{}try{return await Ai(Nt.join(t,"tsconfig.json"),"utf8"),await Ai(Nt.join(t,"node_modules",".bin",process.platform==="win32"?"tsc.cmd":"tsc"),"utf8"),"npm exec --no -- tsc --noEmit"}catch{}return""}async function Ld(t){let e=t.onNote??(()=>{}),r=Math.max(1,t.maxIters??4),n=t.verifyCmd??await Q_(t.root);e("\xB7 reading the repo + building the OIOXO context capsule\u2026");let o=await Ar(t.root),s=new jt;s.build(o);let i=Do(t.task,o,s,{maxChars:24e3});e(`\xB7 capsule: ${i.files.length} files, ~${i.savedTokens.toLocaleString()} tokens saved vs reading them whole`),e(n?`\xB7 verify command: ${n}`:"\xB7 no test/typecheck found \u2014 running a single pass without a verify oracle");let a=await H_(Nt.join(J_(),"oioxo-code-"));try{await Dd(a,o.map(f=>({path:f.path,content:f.content})),{containRoot:a,seed:!0});let c={edits:[],out:"",ok:!1},u,l=!n,d=!1;for(let f=0;f<r;f++){e(`
97
+ \xB7 ${f===0?"drafting":`repair ${f}`} with ${t.coder.label}\u2026`);let m;try{m=await t.coder.generate({task:t.task,grounding:i.text,error:u,attempt:f})}catch(v){let x=String(v.message||v);return{ok:!1,edits:c.edits,iters:f,savedTokens:i.savedTokens,lastOutput:x,coderError:x}}if(!m.length){if(e("\xB7 the coder proposed no changes."),f===0)break;break}e(`\xB7 proposed ${m.length} file change${m.length===1?"":"s"}: ${m.map(v=>v.path).join(", ")}`);let p=await Dd(a,m,{containRoot:a});p.length&&e(`\xB7 \u26A0 refused ${p.length} unsafe edit(s) (path escape or executable manifest): ${p.join(", ")}`);let h=m.filter(v=>!p.includes(v.path));if(c.edits=ev(c.edits,h),!n){c={edits:c.edits,out:"\u2713 (no verify oracle configured)",ok:!0};break}if(d||(d=!0,l=t.onConfirmRun?await t.onConfirmRun(n).catch(()=>!1):!0,l||e("\xB7 skipping verification (not approved) \u2014 the diff is shown unverified.")),!l){c={edits:c.edits,out:"(verification skipped \u2014 not approved)",ok:!1};break}e("\xB7 verifying on your machine\u2026");let{code:g,out:b}=await G_(n,a);if(g===0){e("\xB7 \u2713 verified green."),c={edits:c.edits,out:b,ok:!0};break}u=W_(b),e(`\xB7 \u2717 verify failed (exit ${g}) \u2014 feeding the error back.`),c={edits:c.edits,out:b,ok:!1}}return{ok:c.ok,edits:c.edits,iters:r,savedTokens:i.savedTokens,lastOutput:c.out}}finally{await X_(a,{recursive:!0,force:!0}).catch(()=>{})}}function ev(t,e){let r=new Map(t.map(n=>[n.path,n.content]));for(let n of e)r.set(n.path,n.content);return[...r].map(([n,o])=>({path:n,content:o}))}Li();function dv(t){let e={task:"",yes:!1,local:!1},r=[];for(let n=0;n<t.length;n++){let o=t[n];o==="--yes"||o==="-y"?e.yes=!0:o==="--local"?e.local=!0:o==="--verify"?e.verify=t[++n]:o==="--max-iters"?e.maxIters=Number(t[++n])||void 0:r.push(o)}return e.task=r.join(" ").trim(),e}function pv(t,e){if(!t)return{add:e.split(`
98
+ `).length,del:0,isNew:!0};let r=new Set(t.split(`
99
+ `)),n=new Set(e.split(`
100
+ `)),o=0,s=0;for(let i of n)r.has(i)||o++;for(let i of r)n.has(i)||s++;return{add:o,del:s,isNew:!1}}async function fv(t,e){try{return await uv(On.join(t,e),"utf8")}catch{return""}}async function Xd(t,e){let r=dv(e);if(!r.task){console.log('Usage: oioxo code "<what you want done>" [--verify "<cmd>"] [--yes] [--local]');return}let n=await Id();if(!n.ok){console.error(`
101
+ `+n.message),process.exitCode=1;return}let o=Bd({local:r.local,onNote:c=>console.log(c)});if("error"in o){console.error(`
102
+ `+o.error),process.exitCode=1;return}let s=o.coder;console.log(`
103
+ OIOXO coding agent \xB7 writer: ${s.label}`);let i=await Ld({root:t,task:r.task,coder:s,verifyCmd:r.verify,maxIters:r.maxIters,onNote:c=>console.log(c),onConfirmRun:async c=>r.yes?!0:Kd(`
104
+ Run the verify command on your machine? ${c}`)});if(i.coderError){console.error(`
105
+ `+i.coderError),process.exitCode=1;return}if(!i.edits.length){console.log(`
106
+ No changes were produced. Try rephrasing the task or pointing it at a specific file.`);return}console.log(`
107
+ ${i.ok?"\u2713 verified green":"\u26A0 best attempt (did not fully verify)"} \u2014 ${i.edits.length} file(s):`);let a=new Map;for(let c of i.edits){let u=await fv(t,c.path);a.set(c.path,u);let l=pv(u,c.content);console.log(` ${l.isNew?"new ":" "}${c.path} ${l.isNew?`(+${l.add})`:`+${l.add} -${l.del}`}`)}if(i.ok||console.log(`
108
+ (verify did not pass \u2014 review carefully before applying)`),console.log(`
109
+ OIOXO saved ~${i.savedTokens.toLocaleString()} tokens of context on this task.`),!r.yes&&!await Kd(`
110
+ Apply these changes to your files?`)){console.log("Discarded. Nothing was written.");return}await mv(t,i.edits),console.log(`
111
+ \u2713 applied ${i.edits.length} file(s).${i.ok?"":" (unverified \u2014 run your tests)"}`),await ot("report",i.savedTokens).catch(()=>{})}async function mv(t,e){let r=On.resolve(t);for(let n of e){if(!Ui(n.path)){console.error(` \u26A0 skipped unsafe path: ${n.path}`);continue}let o=On.resolve(r,n.path);if(o!==r&&!o.startsWith(r+On.sep)){console.error(` \u26A0 skipped path escaping repo: ${n.path}`);continue}await cv(On.dirname(o),{recursive:!0}),await av(o,n.content,"utf8")}}async function Kd(t){if(!process.stdin.isTTY)return console.log(`${t} (no TTY \u2014 pass --yes to apply non-interactively)`),!1;let e=lv({input:process.stdin,output:process.stdout});try{let r=(await e.question(`${t} [y/N] `)).trim().toLowerCase();return r==="y"||r==="yes"}finally{e.close()}}var yr={};Zo(yr,{BRAND:()=>Lv,DIRTY:()=>tr,EMPTY_PATH:()=>_v,INVALID:()=>C,NEVER:()=>$x,OK:()=>Te,ParseStatus:()=>be,Schema:()=>q,ZodAny:()=>At,ZodArray:()=>Tt,ZodBigInt:()=>nr,ZodBoolean:()=>or,ZodBranded:()=>Rn,ZodCatch:()=>hr,ZodDate:()=>sr,ZodDefault:()=>mr,ZodDiscriminatedUnion:()=>Uo,ZodEffects:()=>Ge,ZodEnum:()=>pr,ZodError:()=>Ce,ZodFirstPartyTypeKind:()=>$,ZodFunction:()=>Vo,ZodIntersection:()=>ur,ZodIssueCode:()=>w,ZodLazy:()=>lr,ZodLiteral:()=>dr,ZodMap:()=>Vr,ZodNaN:()=>Br,ZodNativeEnum:()=>fr,ZodNever:()=>st,ZodNull:()=>ar,ZodNullable:()=>gt,ZodNumber:()=>rr,ZodObject:()=>Ae,ZodOptional:()=>Ze,ZodParsedType:()=>z,ZodPipeline:()=>jn,ZodPromise:()=>Mt,ZodReadonly:()=>gr,ZodRecord:()=>Fo,ZodSchema:()=>q,ZodSet:()=>Hr,ZodString:()=>Zt,ZodSymbol:()=>Ur,ZodTransformer:()=>Ge,ZodTuple:()=>ht,ZodType:()=>q,ZodUndefined:()=>ir,ZodUnion:()=>cr,ZodUnknown:()=>zt,ZodVoid:()=>Fr,addIssueToContext:()=>k,any:()=>Jv,array:()=>Qv,bigint:()=>Vv,boolean:()=>sp,coerce:()=>wx,custom:()=>rp,date:()=>Hv,datetimeRegex:()=>ep,defaultErrorMap:()=>kt,discriminatedUnion:()=>rx,effect:()=>mx,enum:()=>dx,function:()=>cx,getErrorMap:()=>Dr,getParsedType:()=>mt,instanceof:()=>Uv,intersection:()=>nx,isAborted:()=>Lo,isAsync:()=>Lr,isDirty:()=>qo,isValid:()=>Ct,late:()=>qv,lazy:()=>ux,literal:()=>lx,makeIssue:()=>In,map:()=>ix,nan:()=>Fv,nativeEnum:()=>px,never:()=>Wv,null:()=>Xv,nullable:()=>gx,number:()=>op,object:()=>Bi,objectUtil:()=>Fi,oboolean:()=>bx,onumber:()=>xx,optional:()=>hx,ostring:()=>vx,pipeline:()=>_x,preprocess:()=>yx,promise:()=>fx,quotelessJson:()=>hv,record:()=>sx,set:()=>ax,setErrorMap:()=>yv,strictObject:()=>ex,string:()=>np,symbol:()=>Bv,transformer:()=>mx,tuple:()=>ox,undefined:()=>Kv,union:()=>tx,unknown:()=>Gv,util:()=>H,void:()=>Yv});var H;(function(t){t.assertEqual=o=>{};function e(o){}t.assertIs=e;function r(o){throw new Error}t.assertNever=r,t.arrayToEnum=o=>{let s={};for(let i of o)s[i]=i;return s},t.getValidEnumValues=o=>{let s=t.objectKeys(o).filter(a=>typeof o[o[a]]!="number"),i={};for(let a of s)i[a]=o[a];return t.objectValues(i)},t.objectValues=o=>t.objectKeys(o).map(function(s){return o[s]}),t.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let s=[];for(let i in o)Object.prototype.hasOwnProperty.call(o,i)&&s.push(i);return s},t.find=(o,s)=>{for(let i of o)if(s(i))return i},t.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,s=" | "){return o.map(i=>typeof i=="string"?`'${i}'`:i).join(s)}t.joinValues=n,t.jsonStringifyReplacer=(o,s)=>typeof s=="bigint"?s.toString():s})(H||(H={}));var Fi;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Fi||(Fi={}));var z=H.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),mt=t=>{switch(typeof t){case"undefined":return z.undefined;case"string":return z.string;case"number":return Number.isNaN(t)?z.nan:z.number;case"boolean":return z.boolean;case"function":return z.function;case"bigint":return z.bigint;case"symbol":return z.symbol;case"object":return Array.isArray(t)?z.array:t===null?z.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?z.promise:typeof Map<"u"&&t instanceof Map?z.map:typeof Set<"u"&&t instanceof Set?z.set:typeof Date<"u"&&t instanceof Date?z.date:z.object;default:return z.unknown}};var w=H.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"]),hv=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Ce=class t 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 r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,H.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let s=o.path[0];r[s]=r[s]||[],r[s].push(e(o))}else n.push(e(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};Ce.create=t=>new Ce(t);var gv=(t,e)=>{let r;switch(t.code){case w.invalid_type:t.received===z.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case w.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,H.jsonStringifyReplacer)}`;break;case w.unrecognized_keys:r=`Unrecognized key(s) in object: ${H.joinValues(t.keys,", ")}`;break;case w.invalid_union:r="Invalid input";break;case w.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${H.joinValues(t.options)}`;break;case w.invalid_enum_value:r=`Invalid enum value. Expected ${H.joinValues(t.options)}, received '${t.received}'`;break;case w.invalid_arguments:r="Invalid function arguments";break;case w.invalid_return_type:r="Invalid function return type";break;case w.invalid_date:r="Invalid date";break;case w.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:H.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case w.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case w.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case w.custom:r="Invalid input";break;case w.invalid_intersection_types:r="Intersection results could not be merged";break;case w.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case w.not_finite:r="Number must be finite";break;default:r=e.defaultError,H.assertNever(t)}return{message:r}},kt=gv;var Jd=kt;function yv(t){Jd=t}function Dr(){return Jd}var In=t=>{let{data:e,path:r,errorMaps:n,issueData:o}=t,s=[...r,...o.path||[]],i={...o,path:s};if(o.message!==void 0)return{...o,path:s,message:o.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(i,{data:e,defaultError:a}).message;return{...o,path:s,message:a}},_v=[];function k(t,e){let r=Dr(),n=In({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===kt?void 0:kt].filter(o=>!!o)});t.common.issues.push(n)}var be=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let o of r){if(o.status==="aborted")return C;o.status==="dirty"&&e.dirty(),n.push(o.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let o of r){let s=await o.key,i=await o.value;n.push({key:s,value:i})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let o of r){let{key:s,value:i}=o;if(s.status==="aborted"||i.status==="aborted")return C;s.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof i.value<"u"||o.alwaysSet)&&(n[s.value]=i.value)}return{status:e.value,value:n}}},C=Object.freeze({status:"aborted"}),tr=t=>({status:"dirty",value:t}),Te=t=>({status:"valid",value:t}),Lo=t=>t.status==="aborted",qo=t=>t.status==="dirty",Ct=t=>t.status==="valid",Lr=t=>typeof Promise<"u"&&t instanceof Promise;var E;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(E||(E={}));var Je=class{constructor(e,r,n,o){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=o}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}},Gd=(t,e)=>{if(Ct(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Ce(t.common.issues);return this._error=r,this._error}}};function D(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:o}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:o}:{errorMap:(i,a)=>{let{message:c}=t;return i.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:o}}var q=class{get description(){return this._def.description}_getType(e){return mt(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:mt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new be,ctx:{common:e.parent.common,data:e.data,parsedType:mt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Lr(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:mt(e)},o=this._parseSync({data:e,path:n.path,parent:n});return Gd(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:mt(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Ct(n)?{value:n.value}:{issues:r.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(n=>Ct(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:mt(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(Lr(o)?o:Promise.resolve(o));return Gd(n,s)}refine(e,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,s)=>{let i=e(o),a=()=>s.addIssue({code:w.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,o)=>e(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(e){return new Ge({schema:this,typeName:$.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:r=>this["~validate"](r)}}optional(){return Ze.create(this,this._def)}nullable(){return gt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Tt.create(this)}promise(){return Mt.create(this,this._def)}or(e){return cr.create([this,e],this._def)}and(e){return ur.create(this,e,this._def)}transform(e){return new Ge({...D(this._def),schema:this,typeName:$.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new mr({...D(this._def),innerType:this,defaultValue:r,typeName:$.ZodDefault})}brand(){return new Rn({typeName:$.ZodBranded,type:this,...D(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new hr({...D(this._def),innerType:this,catchValue:r,typeName:$.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return jn.create(this,e)}readonly(){return gr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},vv=/^c[^\s-]{8,}$/i,xv=/^[0-9a-z]+$/,bv=/^[0-9A-HJKMNP-TV-Z]{26}$/i,wv=/^[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,$v=/^[a-z0-9_-]{21}$/i,kv=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Sv=/^[-+]?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)?)??$/,zv=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Tv="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Vi,Pv=/^(?:(?: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])$/,Ev=/^(?:(?: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])$/,Ov=/^(([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]))$/,Iv=/^(([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])$/,Rv=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,jv=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Yd="((\\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])))",Nv=new RegExp(`^${Yd}$`);function Qd(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function Cv(t){return new RegExp(`^${Qd(t)}$`)}function ep(t){let e=`${Yd}T${Qd(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function Zv(t,e){return!!((e==="v4"||!e)&&Pv.test(t)||(e==="v6"||!e)&&Ov.test(t))}function Av(t,e){if(!kv.test(t))return!1;try{let[r]=t.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),o=JSON.parse(atob(n));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||e&&o.alg!==e)}catch{return!1}}function Mv(t,e){return!!((e==="v4"||!e)&&Ev.test(t)||(e==="v6"||!e)&&Iv.test(t))}var Zt=class t extends q{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==z.string){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_type,expected:z.string,received:s.parsedType}),C}let n=new be,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?k(o,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&k(o,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")zv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"email",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")Vi||(Vi=new RegExp(Tv,"u")),Vi.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"emoji",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")wv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"uuid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")$v.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"nanoid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")vv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")xv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid2",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")bv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ulid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),k(o,{validation:"url",code:w.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"regex",code:w.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?ep(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?Nv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?Cv(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Sv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"duration",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?Zv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ip",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?Av(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"jwt",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?Mv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cidr",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?Rv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?jv.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64url",code:w.invalid_string,message:s.message}),n.dirty()):H.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:w.invalid_string,...E.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...E.errToObj(e)})}url(e){return this._addCheck({kind:"url",...E.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...E.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...E.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...E.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...E.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...E.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...E.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...E.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...E.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...E.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...E.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...E.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,...E.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,...E.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...E.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...E.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...E.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...E.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...E.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...E.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...E.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...E.errToObj(r)})}nonempty(e){return this.min(1,E.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...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 r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Zt.create=t=>new Zt({checks:[],typeName:$.ZodString,coerce:t?.coerce??!1,...D(t)});function Dv(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}var rr=class t extends q{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)!==z.number){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_type,expected:z.number,received:s.parsedType}),C}let n,o=new be;for(let s of this._def.checks)s.kind==="int"?H.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:w.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?Dv(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:w.not_finite,message:s.message}),o.dirty()):H.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,E.toString(r))}gt(e,r){return this.setLimit("min",e,!1,E.toString(r))}lte(e,r){return this.setLimit("max",e,!0,E.toString(r))}lt(e,r){return this.setLimit("max",e,!1,E.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:E.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:E.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:E.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:E.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:E.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:E.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:E.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:E.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:E.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:E.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&H.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};rr.create=t=>new rr({checks:[],typeName:$.ZodNumber,coerce:t?.coerce||!1,...D(t)});var nr=class t extends q{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)!==z.bigint)return this._getInvalidInput(e);let n,o=new be;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):H.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return k(r,{code:w.invalid_type,expected:z.bigint,received:r.parsedType}),C}gte(e,r){return this.setLimit("min",e,!0,E.toString(r))}gt(e,r){return this.setLimit("min",e,!1,E.toString(r))}lte(e,r){return this.setLimit("max",e,!0,E.toString(r))}lt(e,r){return this.setLimit("max",e,!1,E.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:E.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:E.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:E.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:E.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:E.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:E.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};nr.create=t=>new nr({checks:[],typeName:$.ZodBigInt,coerce:t?.coerce??!1,...D(t)});var or=class extends q{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==z.boolean){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:z.boolean,received:n.parsedType}),C}return Te(e.data)}};or.create=t=>new or({typeName:$.ZodBoolean,coerce:t?.coerce||!1,...D(t)});var sr=class t extends q{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==z.date){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_type,expected:z.date,received:s.parsedType}),C}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_date}),C}let n=new be,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):H.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:E.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:E.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};sr.create=t=>new sr({checks:[],coerce:t?.coerce||!1,typeName:$.ZodDate,...D(t)});var Ur=class extends q{_parse(e){if(this._getType(e)!==z.symbol){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:z.symbol,received:n.parsedType}),C}return Te(e.data)}};Ur.create=t=>new Ur({typeName:$.ZodSymbol,...D(t)});var ir=class extends q{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:z.undefined,received:n.parsedType}),C}return Te(e.data)}};ir.create=t=>new ir({typeName:$.ZodUndefined,...D(t)});var ar=class extends q{_parse(e){if(this._getType(e)!==z.null){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:z.null,received:n.parsedType}),C}return Te(e.data)}};ar.create=t=>new ar({typeName:$.ZodNull,...D(t)});var At=class extends q{constructor(){super(...arguments),this._any=!0}_parse(e){return Te(e.data)}};At.create=t=>new At({typeName:$.ZodAny,...D(t)});var zt=class extends q{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Te(e.data)}};zt.create=t=>new zt({typeName:$.ZodUnknown,...D(t)});var st=class extends q{_parse(e){let r=this._getOrReturnCtx(e);return k(r,{code:w.invalid_type,expected:z.never,received:r.parsedType}),C}};st.create=t=>new st({typeName:$.ZodNever,...D(t)});var Fr=class extends q{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:z.void,received:n.parsedType}),C}return Te(e.data)}};Fr.create=t=>new Fr({typeName:$.ZodVoid,...D(t)});var Tt=class t extends q{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==z.array)return k(r,{code:w.invalid_type,expected:z.array,received:r.parsedType}),C;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(k(r,{code:i?w.too_big:w.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(k(r,{code:w.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(k(r,{code:w.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>o.type._parseAsync(new Je(r,i,r.path,a)))).then(i=>be.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new Je(r,i,r.path,a)));return be.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:E.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:E.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:E.toString(r)}})}nonempty(e){return this.min(1,e)}};Tt.create=(t,e)=>new Tt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:$.ZodArray,...D(e)});function qr(t){if(t instanceof Ae){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Ze.create(qr(n))}return new Ae({...t._def,shape:()=>e})}else return t instanceof Tt?new Tt({...t._def,type:qr(t.element)}):t instanceof Ze?Ze.create(qr(t.unwrap())):t instanceof gt?gt.create(qr(t.unwrap())):t instanceof ht?ht.create(t.items.map(e=>qr(e))):t}var Ae=class t extends q{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(),r=H.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==z.object){let u=this._getOrReturnCtx(e);return k(u,{code:w.invalid_type,expected:z.object,received:u.parsedType}),C}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof st&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let l=s[u],d=o.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new Je(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof st){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(k(o,{code:w.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let l of a){let d=o.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new Je(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,f=await l.value;u.push({key:d,value:f,alwaysSet:l.alwaysSet})}return u}).then(u=>be.mergeObjectSync(n,u)):be.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return E.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:E.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:$.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of H.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of H.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return qr(this)}partial(e){let r={};for(let n of H.objectKeys(this.shape)){let o=this.shape[n];e&&!e[n]?r[n]=o:r[n]=o.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of H.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Ze;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return tp(H.objectKeys(this.shape))}};Ae.create=(t,e)=>new Ae({shape:()=>t,unknownKeys:"strip",catchall:st.create(),typeName:$.ZodObject,...D(e)});Ae.strictCreate=(t,e)=>new Ae({shape:()=>t,unknownKeys:"strict",catchall:st.create(),typeName:$.ZodObject,...D(e)});Ae.lazycreate=(t,e)=>new Ae({shape:t,unknownKeys:"strip",catchall:st.create(),typeName:$.ZodObject,...D(e)});var cr=class extends q{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function o(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=s.map(a=>new Ce(a.ctx.common.issues));return k(r,{code:w.invalid_union,unionErrors:i}),C}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new Ce(c));return k(r,{code:w.invalid_union,unionErrors:a}),C}}get options(){return this._def.options}};cr.create=(t,e)=>new cr({options:t,typeName:$.ZodUnion,...D(e)});var St=t=>t instanceof lr?St(t.schema):t instanceof Ge?St(t.innerType()):t instanceof dr?[t.value]:t instanceof pr?t.options:t instanceof fr?H.objectValues(t.enum):t instanceof mr?St(t._def.innerType):t instanceof ir?[void 0]:t instanceof ar?[null]:t instanceof Ze?[void 0,...St(t.unwrap())]:t instanceof gt?[null,...St(t.unwrap())]:t instanceof Rn||t instanceof gr?St(t.unwrap()):t instanceof hr?St(t._def.innerType):[],Uo=class t extends q{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.object)return k(r,{code:w.invalid_type,expected:z.object,received:r.parsedType}),C;let n=this.discriminator,o=r.data[n],s=this.optionsMap.get(o);return s?r.common.async?s._parseAsync({data:r.data,path:r.path,parent:r}):s._parseSync({data:r.data,path:r.path,parent:r}):(k(r,{code:w.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),C)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let o=new Map;for(let s of r){let i=St(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:$.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...D(n)})}};function Hi(t,e){let r=mt(t),n=mt(e);if(t===e)return{valid:!0,data:t};if(r===z.object&&n===z.object){let o=H.objectKeys(e),s=H.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=Hi(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===z.array&&n===z.array){if(t.length!==e.length)return{valid:!1};let o=[];for(let s=0;s<t.length;s++){let i=t[s],a=e[s],c=Hi(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===z.date&&n===z.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var ur=class extends q{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(Lo(s)||Lo(i))return C;let a=Hi(s.value,i.value);return a.valid?((qo(s)||qo(i))&&r.dirty(),{status:r.value,value:a.data}):(k(n,{code:w.invalid_intersection_types}),C)};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(([s,i])=>o(s,i)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};ur.create=(t,e,r)=>new ur({left:t,right:e,typeName:$.ZodIntersection,...D(r)});var ht=class t extends q{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.array)return k(n,{code:w.invalid_type,expected:z.array,received:n.parsedType}),C;if(n.data.length<this._def.items.length)return k(n,{code:w.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),C;!this._def.rest&&n.data.length>this._def.items.length&&(k(n,{code:w.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new Je(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>be.mergeArray(r,i)):be.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};ht.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new ht({items:t,typeName:$.ZodTuple,rest:null,...D(e)})};var Fo=class t extends q{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.object)return k(n,{code:w.invalid_type,expected:z.object,received:n.parsedType}),C;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new Je(n,a,n.path,a)),value:i._parse(new Je(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?be.mergeObjectAsync(r,o):be.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof q?new t({keyType:e,valueType:r,typeName:$.ZodRecord,...D(n)}):new t({keyType:Zt.create(),valueType:e,typeName:$.ZodRecord,...D(r)})}},Vr=class extends q{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.map)return k(n,{code:w.invalid_type,expected:z.map,received:n.parsedType}),C;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new Je(n,a,n.path,[u,"key"])),value:s._parse(new Je(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return C;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return C;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};Vr.create=(t,e,r)=>new Vr({valueType:e,keyType:t,typeName:$.ZodMap,...D(r)});var Hr=class t extends q{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.set)return k(n,{code:w.invalid_type,expected:z.set,received:n.parsedType}),C;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(k(n,{code:w.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(k(n,{code:w.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let s=this._def.valueType;function i(c){let u=new Set;for(let l of c){if(l.status==="aborted")return C;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new Je(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:E.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:E.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Hr.create=(t,e)=>new Hr({valueType:t,minSize:null,maxSize:null,typeName:$.ZodSet,...D(e)});var Vo=class t extends q{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.function)return k(r,{code:w.invalid_type,expected:z.function,received:r.parsedType}),C;function n(a,c){return In({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Dr(),kt].filter(u=>!!u),issueData:{code:w.invalid_arguments,argumentsError:c}})}function o(a,c){return In({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Dr(),kt].filter(u=>!!u),issueData:{code:w.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Mt){let a=this;return Te(async function(...c){let u=new Ce([]),l=await a._def.args.parseAsync(c,s).catch(m=>{throw u.addIssue(n(c,m)),u}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,s).catch(m=>{throw u.addIssue(o(d,m)),u})})}else{let a=this;return Te(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new Ce([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new Ce([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:ht.create(e).rest(zt.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||ht.create([]).rest(zt.create()),returns:r||zt.create(),typeName:$.ZodFunction,...D(n)})}},lr=class extends q{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};lr.create=(t,e)=>new lr({getter:t,typeName:$.ZodLazy,...D(e)});var dr=class extends q{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return k(r,{received:r.data,code:w.invalid_literal,expected:this._def.value}),C}return{status:"valid",value:e.data}}get value(){return this._def.value}};dr.create=(t,e)=>new dr({value:t,typeName:$.ZodLiteral,...D(e)});function tp(t,e){return new pr({values:t,typeName:$.ZodEnum,...D(e)})}var pr=class t extends q{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{expected:H.joinValues(n),received:r.parsedType,code:w.invalid_type}),C}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{received:r.data,code:w.invalid_enum_value,options:n}),C}return Te(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};pr.create=tp;var fr=class extends q{_parse(e){let r=H.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==z.string&&n.parsedType!==z.number){let o=H.objectValues(r);return k(n,{expected:H.joinValues(o),received:n.parsedType,code:w.invalid_type}),C}if(this._cache||(this._cache=new Set(H.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=H.objectValues(r);return k(n,{received:n.data,code:w.invalid_enum_value,options:o}),C}return Te(e.data)}get enum(){return this._def.values}};fr.create=(t,e)=>new fr({values:t,typeName:$.ZodNativeEnum,...D(e)});var Mt=class extends q{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==z.promise&&r.common.async===!1)return k(r,{code:w.invalid_type,expected:z.promise,received:r.parsedType}),C;let n=r.parsedType===z.promise?r.data:Promise.resolve(r.data);return Te(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Mt.create=(t,e)=>new Mt({type:t,typeName:$.ZodPromise,...D(e)});var Ge=class extends q{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===$.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{k(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return C;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?C:c.status==="dirty"?tr(c.value):r.value==="dirty"?tr(c.value):c});{if(r.value==="aborted")return C;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?C:a.status==="dirty"?tr(a.value):r.value==="dirty"?tr(a.value):a}}if(o.type==="refinement"){let i=a=>{let c=o.refinement(a,s);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?C:(a.status==="dirty"&&r.dirty(),i(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?C:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(o.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Ct(i))return C;let a=o.transform(i.value,s);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>Ct(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):C);H.assertNever(o)}};Ge.create=(t,e,r)=>new Ge({schema:t,typeName:$.ZodEffects,effect:e,...D(r)});Ge.createWithPreprocess=(t,e,r)=>new Ge({schema:e,effect:{type:"preprocess",transform:t},typeName:$.ZodEffects,...D(r)});var Ze=class extends q{_parse(e){return this._getType(e)===z.undefined?Te(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ze.create=(t,e)=>new Ze({innerType:t,typeName:$.ZodOptional,...D(e)});var gt=class extends q{_parse(e){return this._getType(e)===z.null?Te(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};gt.create=(t,e)=>new gt({innerType:t,typeName:$.ZodNullable,...D(e)});var mr=class extends q{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};mr.create=(t,e)=>new mr({innerType:t,typeName:$.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});var hr=class extends q{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Lr(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Ce(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Ce(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};hr.create=(t,e)=>new hr({innerType:t,typeName:$.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});var Br=class extends q{_parse(e){if(this._getType(e)!==z.nan){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:z.nan,received:n.parsedType}),C}return{status:"valid",value:e.data}}};Br.create=t=>new Br({typeName:$.ZodNaN,...D(t)});var Lv=Symbol("zod_brand"),Rn=class extends q{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},jn=class t extends q{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?C:s.status==="dirty"?(r.dirty(),tr(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?C:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:$.ZodPipeline})}},gr=class extends q{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Ct(o)&&(o.value=Object.freeze(o.value)),o);return Lr(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};gr.create=(t,e)=>new gr({innerType:t,typeName:$.ZodReadonly,...D(e)});function Wd(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function rp(t,e={},r){return t?At.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=Wd(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=Wd(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):At.create()}var qv={object:Ae.lazycreate},$;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})($||($={}));var Uv=(t,e={message:`Input not instance of ${t.name}`})=>rp(r=>r instanceof t,e),np=Zt.create,op=rr.create,Fv=Br.create,Vv=nr.create,sp=or.create,Hv=sr.create,Bv=Ur.create,Kv=ir.create,Xv=ar.create,Jv=At.create,Gv=zt.create,Wv=st.create,Yv=Fr.create,Qv=Tt.create,Bi=Ae.create,ex=Ae.strictCreate,tx=cr.create,rx=Uo.create,nx=ur.create,ox=ht.create,sx=Fo.create,ix=Vr.create,ax=Hr.create,cx=Vo.create,ux=lr.create,lx=dr.create,dx=pr.create,px=fr.create,fx=Mt.create,mx=Ge.create,hx=Ze.create,gx=gt.create,yx=Ge.createWithPreprocess,_x=jn.create,vx=()=>np().optional(),xx=()=>op().optional(),bx=()=>sp().optional(),wx={string:(t=>Zt.create({...t,coerce:!0})),number:(t=>rr.create({...t,coerce:!0})),boolean:(t=>or.create({...t,coerce:!0})),bigint:(t=>nr.create({...t,coerce:!0})),date:(t=>sr.create({...t,coerce:!0}))};var $x=C;var kx=Object.freeze({status:"aborted"});function _(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=c}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var Pt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Ho={};function Be(t){return t&&Object.assign(Ho,t),Ho}var B={};Zo(B,{BIGINT_FORMAT_RANGES:()=>ap,Class:()=>Xi,NUMBER_FORMAT_RANGES:()=>ta,aborted:()=>vr,allowsEval:()=>Yi,assert:()=>Ex,assertEqual:()=>Sx,assertIs:()=>Tx,assertNever:()=>Px,assertNotEqual:()=>zx,assignProp:()=>Wi,cached:()=>Zn,captureStackTrace:()=>Ko,cleanEnum:()=>Ux,cleanRegex:()=>Mn,clone:()=>Ke,createTransparentProxy:()=>Cx,defineLazy:()=>ne,esc:()=>_r,escapeRegex:()=>Dt,extend:()=>Mx,finalizeIssue:()=>it,floatSafeRemainder:()=>Gi,getElementAtPath:()=>Ox,getEnumValues:()=>Cn,getLengthableOrigin:()=>Dn,getParsedType:()=>Nx,getSizableOrigin:()=>cp,isObject:()=>Kr,isPlainObject:()=>Xr,issue:()=>ra,joinValues:()=>Bo,jsonStringifyReplacer:()=>Ji,merge:()=>Dx,normalizeParams:()=>Z,nullish:()=>An,numKeys:()=>jx,omit:()=>Ax,optionalKeys:()=>ea,partial:()=>Lx,pick:()=>Zx,prefixIssues:()=>yt,primitiveTypes:()=>ip,promiseAllObject:()=>Ix,propertyKeyTypes:()=>Qi,randomString:()=>Rx,required:()=>qx,stringifyPrimitive:()=>Xo,unwrapMessage:()=>Nn});function Sx(t){return t}function zx(t){return t}function Tx(t){}function Px(t){throw new Error}function Ex(t){}function Cn(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,o])=>e.indexOf(+n)===-1).map(([n,o])=>o)}function Bo(t,e="|"){return t.map(r=>Xo(r)).join(e)}function Ji(t,e){return typeof e=="bigint"?e.toString():e}function Zn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function An(t){return t==null}function Mn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function Gi(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}function ne(t,e,r){Object.defineProperty(t,e,{get(){{let o=r();return t[e]=o,o}throw new Error("cached value already set")},set(o){Object.defineProperty(t,e,{value:o})},configurable:!0})}function Wi(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function Ox(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function Ix(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function Rx(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function _r(t){return JSON.stringify(t)}var Ko=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function Kr(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var Yi=Zn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Xr(t){if(Kr(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(Kr(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function jx(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var Nx=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Qi=new Set(["string","number","symbol"]),ip=new Set(["string","number","bigint","boolean","symbol","undefined"]);function Dt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ke(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function Z(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function Cx(t){let e;return new Proxy({},{get(r,n,o){return e??(e=t()),Reflect.get(e,n,o)},set(r,n,o,s){return e??(e=t()),Reflect.set(e,n,o,s)},has(r,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(r,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(r){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(r,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(r,n,o){return e??(e=t()),Reflect.defineProperty(e,n,o)}})}function Xo(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function ea(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var ta={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},ap={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function Zx(t,e){let r={},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&(r[o]=n.shape[o])}return Ke(t,{...t._zod.def,shape:r,checks:[]})}function Ax(t,e){let r={...t._zod.def.shape},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&delete r[o]}return Ke(t,{...t._zod.def,shape:r,checks:[]})}function Mx(t,e){if(!Xr(e))throw new Error("Invalid input to extend: expected a plain object");let r={...t._zod.def,get shape(){let n={...t._zod.def.shape,...e};return Wi(this,"shape",n),n},checks:[]};return Ke(t,r)}function Dx(t,e){return Ke(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return Wi(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function Lx(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in n))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=t?new t({type:"optional",innerType:n[s]}):n[s])}else for(let s in n)o[s]=t?new t({type:"optional",innerType:n[s]}):n[s];return Ke(e,{...e._zod.def,shape:o,checks:[]})}function qx(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=new t({type:"nonoptional",innerType:n[s]}))}else for(let s in n)o[s]=new t({type:"nonoptional",innerType:n[s]});return Ke(e,{...e._zod.def,shape:o,checks:[]})}function vr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function yt(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Nn(t){return typeof t=="string"?t:t?.message}function it(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Nn(t.inst?._zod.def?.error?.(t))??Nn(e?.error?.(t))??Nn(r.customError?.(t))??Nn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function cp(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Dn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function ra(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function Ux(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var Xi=class{constructor(...e){}};var up=(t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),Object.defineProperty(t,"message",{get(){return JSON.stringify(e,Ji,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Jo=_("$ZodError",up),Ln=_("$ZodError",up,{Parent:Error});function na(t,e=r=>r.message){let r={},n=[];for(let o of t.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(e(o))):n.push(e(o));return{formErrors:n,fieldErrors:r}}function oa(t,e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(t),n}var sa=t=>(e,r,n,o)=>{let s=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Pt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>it(c,s,Be())));throw Ko(a,o?.callee),a}return i.value},ia=sa(Ln),aa=t=>async(e,r,n,o)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>it(c,s,Be())));throw Ko(a,o?.callee),a}return i.value},ca=aa(Ln),ua=t=>(e,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=e._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Pt;return s.issues.length?{success:!1,error:new(t??Jo)(s.issues.map(i=>it(i,o,Be())))}:{success:!0,data:s.value}},xr=ua(Ln),la=t=>async(e,r,n)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},s=e._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new t(s.issues.map(i=>it(i,o,Be())))}:{success:!0,data:s.value}},br=la(Ln);var lp=/^[cC][^\s-]{8,}$/,dp=/^[0-9a-z]+$/,pp=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,fp=/^[0-9a-vA-V]{20}$/,mp=/^[A-Za-z0-9]{27}$/,hp=/^[a-zA-Z0-9_-]{21}$/,gp=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var yp=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,da=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/;var _p=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var Vx="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function vp(){return new RegExp(Vx,"u")}var xp=/^(?:(?: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])$/,bp=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,wp=/^((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])\/([0-9]|[1-2][0-9]|3[0-2])$/,$p=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,kp=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,pa=/^[A-Za-z0-9_-]*$/,Sp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var zp=/^\+(?:[0-9]){6,14}[0-9]$/,Tp="(?:(?:\\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])))",Pp=new RegExp(`^${Tp}$`);function Ep(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function Op(t){return new RegExp(`^${Ep(t)}$`)}function Ip(t){let e=Ep({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${Tp}T(?:${n})$`)}var Rp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var jp=/^\d+$/,Np=/^-?\d+(?:\.\d+)?/i,Cp=/true|false/i,Zp=/null/i;var Ap=/^[^A-Z]*$/,Mp=/^[^a-z]*$/;var we=_("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Dp={number:"number",bigint:"bigint",object:"date"},fa=_("$ZodCheckLessThan",(t,e)=>{we.init(t,e);let r=Dp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<s&&(e.inclusive?o.maximum=e.value:o.exclusiveMaximum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value<=e.value:n.value<e.value)||n.issues.push({origin:r,code:"too_big",maximum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),ma=_("$ZodCheckGreaterThan",(t,e)=>{we.init(t,e);let r=Dp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>s&&(e.inclusive?o.minimum=e.value:o.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:r,code:"too_small",minimum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),Lp=_("$ZodCheckMultipleOf",(t,e)=>{we.init(t,e),t._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=e.value)}),t._zod.check=r=>{if(typeof r.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%e.value===BigInt(0):Gi(r.value,e.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:e.value,input:r.value,inst:t,continue:!e.abort})}}),qp=_("$ZodCheckNumberFormat",(t,e)=>{we.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=ta[e.format];t._zod.onattach.push(i=>{let a=i._zod.bag;a.format=e.format,a.minimum=o,a.maximum=s,r&&(a.pattern=jp)}),t._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:e.format,code:"invalid_type",input:a,inst:t});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:t,continue:!e.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inst:t})}});var Up=_("$ZodCheckMaxLength",(t,e)=>{var r;we.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!An(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<o&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{let o=n.value;if(o.length<=e.maximum)return;let i=Dn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Fp=_("$ZodCheckMinLength",(t,e)=>{var r;we.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!An(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>o&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let o=n.value;if(o.length>=e.minimum)return;let i=Dn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Vp=_("$ZodCheckLengthEquals",(t,e)=>{var r;we.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!An(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=e.length,o.maximum=e.length,o.length=e.length}),t._zod.check=n=>{let o=n.value,s=o.length;if(s===e.length)return;let i=Dn(o),a=s>e.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),qn=_("$ZodCheckStringFormat",(t,e)=>{var r,n;we.init(t,e),t._zod.onattach.push(o=>{let s=o._zod.bag;s.format=e.format,e.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=o=>{e.pattern.lastIndex=0,!e.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:e.format,input:o.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),Hp=_("$ZodCheckRegex",(t,e)=>{qn.init(t,e),t._zod.check=r=>{e.pattern.lastIndex=0,!e.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),Bp=_("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Ap),qn.init(t,e)}),Kp=_("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Mp),qn.init(t,e)}),Xp=_("$ZodCheckIncludes",(t,e)=>{we.init(t,e);let r=Dt(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),t._zod.check=o=>{o.value.includes(e.includes,e.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:o.value,inst:t,continue:!e.abort})}}),Jp=_("$ZodCheckStartsWith",(t,e)=>{we.init(t,e);let r=new RegExp(`^${Dt(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),Gp=_("$ZodCheckEndsWith",(t,e)=>{we.init(t,e);let r=new RegExp(`.*${Dt(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}});var Wp=_("$ZodCheckOverwrite",(t,e)=>{we.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var Wo=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(`
35
112
  `).filter(i=>i),o=Math.min(...n.map(i=>i.length-i.trimStart().length)),s=n.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(let i of s)this.content.push(i)}compile(){let e=Function,r=this?.args,o=[...(this?.content??[""]).map(s=>` ${s}`)];return new e(...r,o.join(`
36
- `))}};var Ep={major:4,minor:0,patch:0};var ee=_("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Ep;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let o of n)for(let s of o._zod.onattach)s(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let o=(s,i,a)=>{let c=yr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,m=l._zod.check(s);if(m instanceof Promise&&a?.async===!1)throw new Tt;if(u||m instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await m,s.issues.length!==d&&(c||(c=yr(s,d)))});else{if(s.issues.length===d)continue;c||(c=yr(s,d))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new Tt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=_r(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return vr(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Nn=_("$ZodString",(t,e)=>{ee.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??cp(t._zod.bag),t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:t}),r}}),oe=_("$ZodStringFormat",(t,e)=>{Zn.init(t,e),Nn.init(t,e)}),oa=_("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=Kd),oe.init(t,e)}),sa=_("$ZodUUID",(t,e)=>{if(e.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(n===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=Qi(n))}else e.pattern??(e.pattern=Qi());oe.init(t,e)}),ia=_("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=Jd),oe.init(t,e)}),aa=_("$ZodURL",(t,e)=>{oe.init(t,e),t._zod.check=r=>{try{let n=r.value,o=new URL(n),s=o.href;e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:tp.source,input:r.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:r.value,inst:t,continue:!e.abort})),!n.endsWith("/")&&s.endsWith("/")?r.value=s.slice(0,-1):r.value=s;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:t,continue:!e.abort})}}}),ca=_("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Gd()),oe.init(t,e)}),ua=_("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Hd),oe.init(t,e)}),la=_("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=qd),oe.init(t,e)}),da=_("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=Ld),oe.init(t,e)}),pa=_("$ZodULID",(t,e)=>{e.pattern??(e.pattern=Ud),oe.init(t,e)}),fa=_("$ZodXID",(t,e)=>{e.pattern??(e.pattern=Fd),oe.init(t,e)}),ma=_("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=Vd),oe.init(t,e)}),Dp=_("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=ap(e)),oe.init(t,e)}),qp=_("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=op),oe.init(t,e)}),Lp=_("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=ip(e)),oe.init(t,e)}),Up=_("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=Bd),oe.init(t,e)}),ha=_("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Wd),oe.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),ga=_("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Xd),oe.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv6"}),t._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:t,continue:!e.abort})}}}),ya=_("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Yd),oe.init(t,e)}),_a=_("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Qd),oe.init(t,e),t._zod.check=r=>{let[n,o]=r.value.split("/");try{if(!o)throw new Error;let s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:t,continue:!e.abort})}}});function Fp(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var va=_("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=ep),oe.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{Fp(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function Iv(t){if(!ea.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return Fp(r)}var xa=_("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=ea),oe.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{Iv(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),ba=_("$ZodE164",(t,e)=>{e.pattern??(e.pattern=rp),oe.init(t,e)});function Ov(t,e=null){try{let r=t.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||e&&(!("alg"in o)||o.alg!==e))}catch{return!1}}var $a=_("$ZodJWT",(t,e)=>{oe.init(t,e),t._zod.check=r=>{Ov(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var Fo=_("$ZodNumber",(t,e)=>{ee.init(t,e),t._zod.pattern=t._zod.bag.pattern??lp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:t,...s?{received:s}:{}}),r}}),wa=_("$ZodNumber",(t,e)=>{yp.init(t,e),Fo.init(t,e)}),ka=_("$ZodBoolean",(t,e)=>{ee.init(t,e),t._zod.pattern=dp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:t}),r}});var Sa=_("$ZodNull",(t,e)=>{ee.init(t,e),t._zod.pattern=pp,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:t}),r}});var za=_("$ZodUnknown",(t,e)=>{ee.init(t,e),t._zod.parse=r=>r}),Ta=_("$ZodNever",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function Ip(t,e,r){t.issues.length&&e.issues.push(...gt(r,t.issues)),e.value[r]=t.value}var Pa=_("$ZodArray",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:t}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>Ip(u,r,i))):Ip(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Uo(t,e,r){t.issues.length&&e.issues.push(...gt(r,t.issues)),e.value[r]=t.value}function Op(t,e,r,n){t.issues.length?n[r]===void 0?r in n?e.value[r]=void 0:e.value[r]=t.value:e.issues.push(...gt(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var Vo=_("$ZodObject",(t,e)=>{ee.init(t,e);let r=En(()=>{let d=Object.keys(e.shape);for(let f of d)if(!(e.shape[f]instanceof ee))throw new Error(`Invalid element at key "${f}": expected a Zod schema`);let m=Ui(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(m)}});ne(t._zod,"propValues",()=>{let d=e.shape,m={};for(let f in d){let p=d[f]._zod;if(p.values){m[f]??(m[f]=new Set);for(let h of p.values)m[f].add(h)}}return m});let n=d=>{let m=new Lo(["shape","payload","ctx"]),f=r.value,p=v=>{let x=gr(v);return`shape[${x}]._zod.run({ value: input[${x}], issues: [] }, ctx)`};m.write("const input = payload.value;");let h=Object.create(null),g=0;for(let v of f.keys)h[v]=`key_${g++}`;m.write("const newResult = {}");for(let v of f.keys)if(f.optionalKeys.has(v)){let x=h[v];m.write(`const ${x} = ${p(v)};`);let T=gr(v);m.write(`
113
+ `))}};var Qp={major:4,minor:0,patch:0};var ee=_("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Qp;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let o of n)for(let s of o._zod.onattach)s(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let o=(s,i,a)=>{let c=vr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,f=l._zod.check(s);if(f instanceof Promise&&a?.async===!1)throw new Pt;if(u||f instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await f,s.issues.length!==d&&(c||(c=vr(s,d)))});else{if(s.issues.length===d)continue;c||(c=vr(s,d))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new Pt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=xr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return br(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Un=_("$ZodString",(t,e)=>{ee.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Rp(t._zod.bag),t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:t}),r}}),oe=_("$ZodStringFormat",(t,e)=>{qn.init(t,e),Un.init(t,e)}),ga=_("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=yp),oe.init(t,e)}),ya=_("$ZodUUID",(t,e)=>{if(e.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(n===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=da(n))}else e.pattern??(e.pattern=da());oe.init(t,e)}),_a=_("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=_p),oe.init(t,e)}),va=_("$ZodURL",(t,e)=>{oe.init(t,e),t._zod.check=r=>{try{let n=r.value,o=new URL(n),s=o.href;e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:Sp.source,input:r.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:r.value,inst:t,continue:!e.abort})),!n.endsWith("/")&&s.endsWith("/")?r.value=s.slice(0,-1):r.value=s;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:t,continue:!e.abort})}}}),xa=_("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=vp()),oe.init(t,e)}),ba=_("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=hp),oe.init(t,e)}),wa=_("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=lp),oe.init(t,e)}),$a=_("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=dp),oe.init(t,e)}),ka=_("$ZodULID",(t,e)=>{e.pattern??(e.pattern=pp),oe.init(t,e)}),Sa=_("$ZodXID",(t,e)=>{e.pattern??(e.pattern=fp),oe.init(t,e)}),za=_("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=mp),oe.init(t,e)}),lf=_("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Ip(e)),oe.init(t,e)}),df=_("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Pp),oe.init(t,e)}),pf=_("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Op(e)),oe.init(t,e)}),ff=_("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=gp),oe.init(t,e)}),Ta=_("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=xp),oe.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),Pa=_("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=bp),oe.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv6"}),t._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:t,continue:!e.abort})}}}),Ea=_("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=wp),oe.init(t,e)}),Oa=_("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=$p),oe.init(t,e),t._zod.check=r=>{let[n,o]=r.value.split("/");try{if(!o)throw new Error;let s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:t,continue:!e.abort})}}});function mf(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var Ia=_("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=kp),oe.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{mf(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function Hx(t){if(!pa.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return mf(r)}var Ra=_("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=pa),oe.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{Hx(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),ja=_("$ZodE164",(t,e)=>{e.pattern??(e.pattern=zp),oe.init(t,e)});function Bx(t,e=null){try{let r=t.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||e&&(!("alg"in o)||o.alg!==e))}catch{return!1}}var Na=_("$ZodJWT",(t,e)=>{oe.init(t,e),t._zod.check=r=>{Bx(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var Qo=_("$ZodNumber",(t,e)=>{ee.init(t,e),t._zod.pattern=t._zod.bag.pattern??Np,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:t,...s?{received:s}:{}}),r}}),Ca=_("$ZodNumber",(t,e)=>{qp.init(t,e),Qo.init(t,e)}),Za=_("$ZodBoolean",(t,e)=>{ee.init(t,e),t._zod.pattern=Cp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:t}),r}});var Aa=_("$ZodNull",(t,e)=>{ee.init(t,e),t._zod.pattern=Zp,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:t}),r}});var Ma=_("$ZodUnknown",(t,e)=>{ee.init(t,e),t._zod.parse=r=>r}),Da=_("$ZodNever",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function ef(t,e,r){t.issues.length&&e.issues.push(...yt(r,t.issues)),e.value[r]=t.value}var La=_("$ZodArray",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:t}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>ef(u,r,i))):ef(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Yo(t,e,r){t.issues.length&&e.issues.push(...yt(r,t.issues)),e.value[r]=t.value}function tf(t,e,r,n){t.issues.length?n[r]===void 0?r in n?e.value[r]=void 0:e.value[r]=t.value:e.issues.push(...yt(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var es=_("$ZodObject",(t,e)=>{ee.init(t,e);let r=Zn(()=>{let d=Object.keys(e.shape);for(let m of d)if(!(e.shape[m]instanceof ee))throw new Error(`Invalid element at key "${m}": expected a Zod schema`);let f=ea(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(f)}});ne(t._zod,"propValues",()=>{let d=e.shape,f={};for(let m in d){let p=d[m]._zod;if(p.values){f[m]??(f[m]=new Set);for(let h of p.values)f[m].add(h)}}return f});let n=d=>{let f=new Wo(["shape","payload","ctx"]),m=r.value,p=v=>{let x=_r(v);return`shape[${x}]._zod.run({ value: input[${x}], issues: [] }, ctx)`};f.write("const input = payload.value;");let h=Object.create(null),g=0;for(let v of m.keys)h[v]=`key_${g++}`;f.write("const newResult = {}");for(let v of m.keys)if(m.optionalKeys.has(v)){let x=h[v];f.write(`const ${x} = ${p(v)};`);let T=_r(v);f.write(`
37
114
  if (${x}.issues.length) {
38
115
  if (input[${T}] === undefined) {
39
116
  if (${T} in input) {
@@ -52,67 +129,55 @@ Restart your agent (or reload the window) and it will call OIOXO before reading
52
129
  } else {
53
130
  newResult[${T}] = ${x}.value;
54
131
  }
55
- `)}else{let x=h[v];m.write(`const ${x} = ${p(v)};`),m.write(`
132
+ `)}else{let x=h[v];f.write(`const ${x} = ${p(v)};`),f.write(`
56
133
  if (${x}.issues.length) payload.issues = payload.issues.concat(${x}.issues.map(iss => ({
57
134
  ...iss,
58
- path: iss.path ? [${gr(v)}, ...iss.path] : [${gr(v)}]
59
- })));`),m.write(`newResult[${gr(v)}] = ${x}.value`)}m.write("payload.value = newResult;"),m.write("return payload;");let b=m.compile();return(v,x)=>b(d,v,x)},o,s=Fr,i=!No.jitless,c=i&&qi.value,u=e.catchall,l;t._zod.parse=(d,m)=>{l??(l=r.value);let f=d.value;if(!s(f))return d.issues.push({expected:"object",code:"invalid_type",input:f,inst:t}),d;let p=[];if(i&&c&&m?.async===!1&&m.jitless!==!0)o||(o=n(e.shape)),d=o(d,m);else{d.value={};let x=l.shape;for(let T of l.keys){let Z=x[T],he=Z._zod.run({value:f[T],issues:[]},m),Fe=Z._zod.optin==="optional"&&Z._zod.optout==="optional";he instanceof Promise?p.push(he.then(ye=>Fe?Op(ye,d,T,f):Uo(ye,d,T))):Fe?Op(he,d,T,f):Uo(he,d,T)}}if(!u)return p.length?Promise.all(p).then(()=>d):d;let h=[],g=l.keySet,b=u._zod,v=b.def.type;for(let x of Object.keys(f)){if(g.has(x))continue;if(v==="never"){h.push(x);continue}let T=b.run({value:f[x],issues:[]},m);T instanceof Promise?p.push(T.then(Z=>Uo(Z,d,x))):Uo(T,d,x)}return h.length&&d.issues.push({code:"unrecognized_keys",keys:h,input:f,inst:t}),p.length?Promise.all(p).then(()=>d):d}});function Rp(t,e,r,n){for(let o of t)if(o.issues.length===0)return e.value=o.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(o=>o.issues.map(s=>st(s,n,Be())))}),e}var Ho=_("$ZodUnion",(t,e)=>{ee.init(t,e),ne(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),ne(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),ne(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),ne(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>On(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>Rp(i,r,t,n)):Rp(s,r,t,n)}}),Ea=_("$ZodDiscriminatedUnion",(t,e)=>{Ho.init(t,e);let r=t._zod.parse;ne(t._zod,"propValues",()=>{let o={};for(let s of e.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=En(()=>{let o=e.options,s=new Map;for(let i of o){let a=i._zod.propValues[e.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(i)}"`);for(let c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});t._zod.parse=(o,s)=>{let i=o.value;if(!Fr(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),o;let a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(o,s):e.unionFallback?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),o)}}),Ia=_("$ZodIntersection",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value,s=e.left._zod.run({value:o,issues:[]},n),i=e.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>jp(r,c,u)):jp(r,s,i)}});function na(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(Vr(t)&&Vr(e)){let r=Object.keys(e),n=Object.keys(t).filter(s=>r.indexOf(s)!==-1),o={...t,...e};for(let s of n){let i=na(t[s],e[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<t.length;n++){let o=t[n],s=e[n],i=na(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function jp(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),yr(t))return t;let n=na(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}var Oa=_("$ZodRecord",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Vr(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:t}),r;let s=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:o[c],issues:[]},n);u instanceof Promise?s.push(u.then(l=>{l.issues.length&&r.issues.push(...gt(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...gt(c,u.issues)),r.value[c]=u.value)}let a;for(let c in o)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:t,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(o)){if(i==="__proto__")continue;let a=e.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(u=>st(u,n,Be())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}let c=e.valueType._zod.run({value:o[i],issues:[]},n);c instanceof Promise?s.push(c.then(u=>{u.issues.length&&r.issues.push(...gt(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...gt(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Ra=_("$ZodEnum",(t,e)=>{ee.init(t,e);let r=Pn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Li.has(typeof n)).map(n=>typeof n=="string"?At(n):n.toString()).join("|")})$`),t._zod.parse=(n,o)=>{let s=n.value;return t._zod.values.has(s)||n.issues.push({code:"invalid_value",values:r,input:s,inst:t}),n}}),ja=_("$ZodLiteral",(t,e)=>{ee.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?At(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{let o=r.value;return t._zod.values.has(o)||r.issues.push({code:"invalid_value",values:e.values,input:o,inst:t}),r}});var Za=_("$ZodTransform",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=e.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new Tt;return r.value=o,r}}),Na=_("$ZodOptional",(t,e)=>{ee.init(t,e),t._zod.optin="optional",t._zod.optout="optional",ne(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),ne(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${On(r.source)})?$`):void 0}),t._zod.parse=(r,n)=>e.innerType._zod.optin==="optional"?e.innerType._zod.run(r,n):r.value===void 0?r:e.innerType._zod.run(r,n)}),Ca=_("$ZodNullable",(t,e)=>{ee.init(t,e),ne(t._zod,"optin",()=>e.innerType._zod.optin),ne(t._zod,"optout",()=>e.innerType._zod.optout),ne(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${On(r.source)}|null)$`):void 0}),ne(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(r,n)=>r.value===null?r:e.innerType._zod.run(r,n)}),Aa=_("$ZodDefault",(t,e)=>{ee.init(t,e),t._zod.optin="optional",ne(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Zp(s,e)):Zp(o,e)}});function Zp(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var Ma=_("$ZodPrefault",(t,e)=>{ee.init(t,e),t._zod.optin="optional",ne(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>(r.value===void 0&&(r.value=e.defaultValue),e.innerType._zod.run(r,n))}),Da=_("$ZodNonOptional",(t,e)=>{ee.init(t,e),ne(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Np(s,t)):Np(o,t)}});function Np(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var qa=_("$ZodCatch",(t,e)=>{ee.init(t,e),t._zod.optin="optional",ne(t._zod,"optout",()=>e.innerType._zod.optout),ne(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(i=>st(i,n,Be()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>st(s,n,Be()))},input:r.value}),r.issues=[]),r)}});var La=_("$ZodPipe",(t,e)=>{ee.init(t,e),ne(t._zod,"values",()=>e.in._zod.values),ne(t._zod,"optin",()=>e.in._zod.optin),ne(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{let o=e.in._zod.run(r,n);return o instanceof Promise?o.then(s=>Cp(s,e,n)):Cp(o,e,n)}});function Cp(t,e,r){return yr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var Ua=_("$ZodReadonly",(t,e)=>{ee.init(t,e),ne(t._zod,"propValues",()=>e.innerType._zod.propValues),ne(t._zod,"values",()=>e.innerType._zod.values),ne(t._zod,"optin",()=>e.innerType._zod.optin),ne(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(Ap):Ap(o)}});function Ap(t){return t.value=Object.freeze(t.value),t}var Fa=_("$ZodCustom",(t,e)=>{$e.init(t,e),ee.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,o=e.fn(n);if(o instanceof Promise)return o.then(s=>Mp(s,r,n,t));Mp(o,r,n,t)}});function Mp(t,e,r,n){if(!t){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),e.issues.push(Vi(o))}}var Rv=t=>{let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"NaN":"number";case"object":{if(Array.isArray(t))return"array";if(t===null)return"null";if(Object.getPrototypeOf(t)!==Object.prototype&&t.constructor)return t.constructor.name}}return e},jv=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function e(n){return t[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${Rv(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Mo(n.values[0])}`:`Invalid option: expected one of ${Co(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",s=e(n.origin);return s?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",s=e(n.origin);return s?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${s.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${Co(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function Vp(){return{localeError:jv()}}var Cn=class{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){let n=r[0];if(this._map.set(e,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,e)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(e){let r=this._map.get(e);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(e),this}get(e){let r=e._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}};function Hp(){return new Cn}var Mt=Hp();function Va(t,e){return new t({type:"string",...C(e)})}function Ha(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...C(e)})}function Bo(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...C(e)})}function Ba(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...C(e)})}function Ka(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...C(e)})}function Ja(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...C(e)})}function Ga(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...C(e)})}function Wa(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...C(e)})}function Xa(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...C(e)})}function Ya(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...C(e)})}function Qa(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...C(e)})}function ec(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...C(e)})}function tc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...C(e)})}function rc(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...C(e)})}function nc(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...C(e)})}function oc(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...C(e)})}function sc(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...C(e)})}function ic(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...C(e)})}function ac(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...C(e)})}function cc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...C(e)})}function uc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...C(e)})}function lc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...C(e)})}function dc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...C(e)})}function Bp(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...C(e)})}function Kp(t,e){return new t({type:"string",format:"date",check:"string_format",...C(e)})}function Jp(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...C(e)})}function Gp(t,e){return new t({type:"string",format:"duration",check:"string_format",...C(e)})}function pc(t,e){return new t({type:"number",checks:[],...C(e)})}function fc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...C(e)})}function mc(t,e){return new t({type:"boolean",...C(e)})}function hc(t,e){return new t({type:"null",...C(e)})}function gc(t){return new t({type:"unknown"})}function yc(t,e){return new t({type:"never",...C(e)})}function Ko(t,e){return new ta({check:"less_than",...C(e),value:t,inclusive:!1})}function An(t,e){return new ta({check:"less_than",...C(e),value:t,inclusive:!0})}function Jo(t,e){return new ra({check:"greater_than",...C(e),value:t,inclusive:!1})}function Mn(t,e){return new ra({check:"greater_than",...C(e),value:t,inclusive:!0})}function Go(t,e){return new gp({check:"multiple_of",...C(e),value:t})}function Wo(t,e){return new _p({check:"max_length",...C(e),maximum:t})}function Hr(t,e){return new vp({check:"min_length",...C(e),minimum:t})}function Xo(t,e){return new xp({check:"length_equals",...C(e),length:t})}function _c(t,e){return new bp({check:"string_format",format:"regex",...C(e),pattern:t})}function vc(t){return new $p({check:"string_format",format:"lowercase",...C(t)})}function xc(t){return new wp({check:"string_format",format:"uppercase",...C(t)})}function bc(t,e){return new kp({check:"string_format",format:"includes",...C(e),includes:t})}function $c(t,e){return new Sp({check:"string_format",format:"starts_with",...C(e),prefix:t})}function wc(t,e){return new zp({check:"string_format",format:"ends_with",...C(e),suffix:t})}function xr(t){return new Tp({check:"overwrite",tx:t})}function kc(t){return xr(e=>e.normalize(t))}function Sc(){return xr(t=>t.trim())}function zc(){return xr(t=>t.toLowerCase())}function Tc(){return xr(t=>t.toUpperCase())}function Wp(t,e,r){return new t({type:"array",element:e,...C(r)})}function Pc(t,e,r){let n=C(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function Ec(t,e,r){return new t({type:"custom",check:"custom",fn:e,...C(r)})}var Yo=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??Mt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},m=e._zod.parent;if(m)a.ref=m,this.process(m,d),this.seen.get(m).isParent=!0;else{let f=a.schema;switch(o.type){case"string":{let p=f;p.type="string";let{minimum:h,maximum:g,format:b,patterns:v,contentEncoding:x}=e._zod.bag;if(typeof h=="number"&&(p.minLength=h),typeof g=="number"&&(p.maxLength=g),b&&(p.format=s[b]??b,p.format===""&&delete p.format),x&&(p.contentEncoding=x),v&&v.size>0){let T=[...v];T.length===1?p.pattern=T[0].source:T.length>1&&(a.schema.allOf=[...T.map(Z=>({...this.target==="draft-7"?{type:"string"}:{},pattern:Z.source}))])}break}case"number":{let p=f,{minimum:h,maximum:g,format:b,multipleOf:v,exclusiveMaximum:x,exclusiveMinimum:T}=e._zod.bag;typeof b=="string"&&b.includes("int")?p.type="integer":p.type="number",typeof T=="number"&&(p.exclusiveMinimum=T),typeof h=="number"&&(p.minimum=h,typeof T=="number"&&(T>=h?delete p.minimum:delete p.exclusiveMinimum)),typeof x=="number"&&(p.exclusiveMaximum=x),typeof g=="number"&&(p.maximum=g,typeof x=="number"&&(x<=g?delete p.maximum:delete p.exclusiveMaximum)),typeof v=="number"&&(p.multipleOf=v);break}case"boolean":{let p=f;p.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{f.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{f.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let p=f,{minimum:h,maximum:g}=e._zod.bag;typeof h=="number"&&(p.minItems=h),typeof g=="number"&&(p.maxItems=g),p.type="array",p.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let p=f;p.type="object",p.properties={};let h=o.shape;for(let v in h)p.properties[v]=this.process(h[v],{...d,path:[...d.path,"properties",v]});let g=new Set(Object.keys(h)),b=new Set([...g].filter(v=>{let x=o.shape[v]._zod;return this.io==="input"?x.optin===void 0:x.optout===void 0}));b.size>0&&(p.required=Array.from(b)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=f;p.anyOf=o.options.map((h,g)=>this.process(h,{...d,path:[...d.path,"anyOf",g]}));break}case"intersection":{let p=f,h=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),g=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),b=x=>"allOf"in x&&Object.keys(x).length===1,v=[...b(h)?h.allOf:[h],...b(g)?g.allOf:[g]];p.allOf=v;break}case"tuple":{let p=f;p.type="array";let h=o.items.map((v,x)=>this.process(v,{...d,path:[...d.path,"prefixItems",x]}));if(this.target==="draft-2020-12"?p.prefixItems=h:p.items=h,o.rest){let v=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?p.items=v:p.additionalItems=v}o.rest&&(p.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:g,maximum:b}=e._zod.bag;typeof g=="number"&&(p.minItems=g),typeof b=="number"&&(p.maxItems=b);break}case"record":{let p=f;p.type="object",p.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=f,h=Pn(o.entries);h.every(g=>typeof g=="number")&&(p.type="number"),h.every(g=>typeof g=="string")&&(p.type="string"),p.enum=h;break}case"literal":{let p=f,h=[];for(let g of o.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");h.push(Number(g))}else h.push(g);if(h.length!==0)if(h.length===1){let g=h[0];p.type=g===null?"null":typeof g,p.const=g}else h.every(g=>typeof g=="number")&&(p.type="number"),h.every(g=>typeof g=="string")&&(p.type="string"),h.every(g=>typeof g=="boolean")&&(p.type="string"),h.every(g=>g===null)&&(p.type="null"),p.enum=h;break}case"file":{let p=f,h={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:b,mime:v}=e._zod.bag;g!==void 0&&(h.minLength=g),b!==void 0&&(h.maxLength=b),v?v.length===1?(h.contentMediaType=v[0],Object.assign(p,h)):p.anyOf=v.map(x=>({...h,contentMediaType:x})):Object.assign(p,h);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let p=this.process(o.innerType,d);f.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let p=f;p.type="boolean";break}case"default":{this.process(o.innerType,d),a.ref=o.innerType,f.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,d),a.ref=o.innerType,this.io==="input"&&(f._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,d),a.ref=o.innerType;let p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}f.default=p;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let p=f,h=e._zod.pattern;if(!h)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=h.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,d),a.ref=p;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,f.readOnly=!0;break}case"promise":{this.process(o.innerType,d),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,d),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&_e(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let h=n.external.registry.get(l[0])?.id,g=n.external.uri??(v=>v);if(h)return{ref:g(h)};let b=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=b,{defId:b,ref:`${g("__shared")}#/${d}/${b}`}}if(l[1]===o)return{ref:"#"};let f=`#/${d}/`,p=l[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:f+p}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:m,defId:f}=s(l);d.def={...d.schema},f&&(d.defId=f);let p=d.schema;for(let h in p)delete p[h];p.$ref=m};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
135
+ path: iss.path ? [${_r(v)}, ...iss.path] : [${_r(v)}]
136
+ })));`),f.write(`newResult[${_r(v)}] = ${x}.value`)}f.write("payload.value = newResult;"),f.write("return payload;");let b=f.compile();return(v,x)=>b(d,v,x)},o,s=Kr,i=!Ho.jitless,c=i&&Yi.value,u=e.catchall,l;t._zod.parse=(d,f)=>{l??(l=r.value);let m=d.value;if(!s(m))return d.issues.push({expected:"object",code:"invalid_type",input:m,inst:t}),d;let p=[];if(i&&c&&f?.async===!1&&f.jitless!==!0)o||(o=n(e.shape)),d=o(d,f);else{d.value={};let x=l.shape;for(let T of l.keys){let N=x[T],he=N._zod.run({value:m[T],issues:[]},f),Fe=N._zod.optin==="optional"&&N._zod.optout==="optional";he instanceof Promise?p.push(he.then(ye=>Fe?tf(ye,d,T,m):Yo(ye,d,T))):Fe?tf(he,d,T,m):Yo(he,d,T)}}if(!u)return p.length?Promise.all(p).then(()=>d):d;let h=[],g=l.keySet,b=u._zod,v=b.def.type;for(let x of Object.keys(m)){if(g.has(x))continue;if(v==="never"){h.push(x);continue}let T=b.run({value:m[x],issues:[]},f);T instanceof Promise?p.push(T.then(N=>Yo(N,d,x))):Yo(T,d,x)}return h.length&&d.issues.push({code:"unrecognized_keys",keys:h,input:m,inst:t}),p.length?Promise.all(p).then(()=>d):d}});function rf(t,e,r,n){for(let o of t)if(o.issues.length===0)return e.value=o.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(o=>o.issues.map(s=>it(s,n,Be())))}),e}var ts=_("$ZodUnion",(t,e)=>{ee.init(t,e),ne(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),ne(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),ne(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),ne(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>Mn(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>rf(i,r,t,n)):rf(s,r,t,n)}}),qa=_("$ZodDiscriminatedUnion",(t,e)=>{ts.init(t,e);let r=t._zod.parse;ne(t._zod,"propValues",()=>{let o={};for(let s of e.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=Zn(()=>{let o=e.options,s=new Map;for(let i of o){let a=i._zod.propValues[e.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(i)}"`);for(let c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});t._zod.parse=(o,s)=>{let i=o.value;if(!Kr(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),o;let a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(o,s):e.unionFallback?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),o)}}),Ua=_("$ZodIntersection",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value,s=e.left._zod.run({value:o,issues:[]},n),i=e.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>nf(r,c,u)):nf(r,s,i)}});function ha(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(Xr(t)&&Xr(e)){let r=Object.keys(e),n=Object.keys(t).filter(s=>r.indexOf(s)!==-1),o={...t,...e};for(let s of n){let i=ha(t[s],e[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<t.length;n++){let o=t[n],s=e[n],i=ha(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function nf(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),vr(t))return t;let n=ha(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}var Fa=_("$ZodRecord",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Xr(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:t}),r;let s=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:o[c],issues:[]},n);u instanceof Promise?s.push(u.then(l=>{l.issues.length&&r.issues.push(...yt(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...yt(c,u.issues)),r.value[c]=u.value)}let a;for(let c in o)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:t,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(o)){if(i==="__proto__")continue;let a=e.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(u=>it(u,n,Be())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}let c=e.valueType._zod.run({value:o[i],issues:[]},n);c instanceof Promise?s.push(c.then(u=>{u.issues.length&&r.issues.push(...yt(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...yt(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Va=_("$ZodEnum",(t,e)=>{ee.init(t,e);let r=Cn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Qi.has(typeof n)).map(n=>typeof n=="string"?Dt(n):n.toString()).join("|")})$`),t._zod.parse=(n,o)=>{let s=n.value;return t._zod.values.has(s)||n.issues.push({code:"invalid_value",values:r,input:s,inst:t}),n}}),Ha=_("$ZodLiteral",(t,e)=>{ee.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?Dt(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{let o=r.value;return t._zod.values.has(o)||r.issues.push({code:"invalid_value",values:e.values,input:o,inst:t}),r}});var Ba=_("$ZodTransform",(t,e)=>{ee.init(t,e),t._zod.parse=(r,n)=>{let o=e.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new Pt;return r.value=o,r}}),Ka=_("$ZodOptional",(t,e)=>{ee.init(t,e),t._zod.optin="optional",t._zod.optout="optional",ne(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),ne(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Mn(r.source)})?$`):void 0}),t._zod.parse=(r,n)=>e.innerType._zod.optin==="optional"?e.innerType._zod.run(r,n):r.value===void 0?r:e.innerType._zod.run(r,n)}),Xa=_("$ZodNullable",(t,e)=>{ee.init(t,e),ne(t._zod,"optin",()=>e.innerType._zod.optin),ne(t._zod,"optout",()=>e.innerType._zod.optout),ne(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Mn(r.source)}|null)$`):void 0}),ne(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(r,n)=>r.value===null?r:e.innerType._zod.run(r,n)}),Ja=_("$ZodDefault",(t,e)=>{ee.init(t,e),t._zod.optin="optional",ne(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>of(s,e)):of(o,e)}});function of(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var Ga=_("$ZodPrefault",(t,e)=>{ee.init(t,e),t._zod.optin="optional",ne(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>(r.value===void 0&&(r.value=e.defaultValue),e.innerType._zod.run(r,n))}),Wa=_("$ZodNonOptional",(t,e)=>{ee.init(t,e),ne(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>sf(s,t)):sf(o,t)}});function sf(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var Ya=_("$ZodCatch",(t,e)=>{ee.init(t,e),t._zod.optin="optional",ne(t._zod,"optout",()=>e.innerType._zod.optout),ne(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(i=>it(i,n,Be()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>it(s,n,Be()))},input:r.value}),r.issues=[]),r)}});var Qa=_("$ZodPipe",(t,e)=>{ee.init(t,e),ne(t._zod,"values",()=>e.in._zod.values),ne(t._zod,"optin",()=>e.in._zod.optin),ne(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{let o=e.in._zod.run(r,n);return o instanceof Promise?o.then(s=>af(s,e,n)):af(o,e,n)}});function af(t,e,r){return vr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var ec=_("$ZodReadonly",(t,e)=>{ee.init(t,e),ne(t._zod,"propValues",()=>e.innerType._zod.propValues),ne(t._zod,"values",()=>e.innerType._zod.values),ne(t._zod,"optin",()=>e.innerType._zod.optin),ne(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(cf):cf(o)}});function cf(t){return t.value=Object.freeze(t.value),t}var tc=_("$ZodCustom",(t,e)=>{we.init(t,e),ee.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,o=e.fn(n);if(o instanceof Promise)return o.then(s=>uf(s,r,n,t));uf(o,r,n,t)}});function uf(t,e,r,n){if(!t){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),e.issues.push(ra(o))}}var Kx=t=>{let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"NaN":"number";case"object":{if(Array.isArray(t))return"array";if(t===null)return"null";if(Object.getPrototypeOf(t)!==Object.prototype&&t.constructor)return t.constructor.name}}return e},Xx=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function e(n){return t[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${Kx(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Xo(n.values[0])}`:`Invalid option: expected one of ${Bo(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",s=e(n.origin);return s?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",s=e(n.origin);return s?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${s.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${Bo(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function hf(){return{localeError:Xx()}}var Fn=class{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){let n=r[0];if(this._map.set(e,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,e)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(e){let r=this._map.get(e);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(e),this}get(e){let r=e._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}};function gf(){return new Fn}var Lt=gf();function rc(t,e){return new t({type:"string",...Z(e)})}function nc(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...Z(e)})}function rs(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...Z(e)})}function oc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...Z(e)})}function sc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...Z(e)})}function ic(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...Z(e)})}function ac(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...Z(e)})}function cc(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...Z(e)})}function uc(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...Z(e)})}function lc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...Z(e)})}function dc(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...Z(e)})}function pc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...Z(e)})}function fc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...Z(e)})}function mc(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...Z(e)})}function hc(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...Z(e)})}function gc(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...Z(e)})}function yc(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...Z(e)})}function _c(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...Z(e)})}function vc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...Z(e)})}function xc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...Z(e)})}function bc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...Z(e)})}function wc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...Z(e)})}function $c(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...Z(e)})}function yf(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...Z(e)})}function _f(t,e){return new t({type:"string",format:"date",check:"string_format",...Z(e)})}function vf(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...Z(e)})}function xf(t,e){return new t({type:"string",format:"duration",check:"string_format",...Z(e)})}function kc(t,e){return new t({type:"number",checks:[],...Z(e)})}function Sc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...Z(e)})}function zc(t,e){return new t({type:"boolean",...Z(e)})}function Tc(t,e){return new t({type:"null",...Z(e)})}function Pc(t){return new t({type:"unknown"})}function Ec(t,e){return new t({type:"never",...Z(e)})}function ns(t,e){return new fa({check:"less_than",...Z(e),value:t,inclusive:!1})}function Vn(t,e){return new fa({check:"less_than",...Z(e),value:t,inclusive:!0})}function os(t,e){return new ma({check:"greater_than",...Z(e),value:t,inclusive:!1})}function Hn(t,e){return new ma({check:"greater_than",...Z(e),value:t,inclusive:!0})}function ss(t,e){return new Lp({check:"multiple_of",...Z(e),value:t})}function is(t,e){return new Up({check:"max_length",...Z(e),maximum:t})}function Jr(t,e){return new Fp({check:"min_length",...Z(e),minimum:t})}function as(t,e){return new Vp({check:"length_equals",...Z(e),length:t})}function Oc(t,e){return new Hp({check:"string_format",format:"regex",...Z(e),pattern:t})}function Ic(t){return new Bp({check:"string_format",format:"lowercase",...Z(t)})}function Rc(t){return new Kp({check:"string_format",format:"uppercase",...Z(t)})}function jc(t,e){return new Xp({check:"string_format",format:"includes",...Z(e),includes:t})}function Nc(t,e){return new Jp({check:"string_format",format:"starts_with",...Z(e),prefix:t})}function Cc(t,e){return new Gp({check:"string_format",format:"ends_with",...Z(e),suffix:t})}function wr(t){return new Wp({check:"overwrite",tx:t})}function Zc(t){return wr(e=>e.normalize(t))}function Ac(){return wr(t=>t.trim())}function Mc(){return wr(t=>t.toLowerCase())}function Dc(){return wr(t=>t.toUpperCase())}function bf(t,e,r){return new t({type:"array",element:e,...Z(r)})}function Lc(t,e,r){let n=Z(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function qc(t,e,r){return new t({type:"custom",check:"custom",fn:e,...Z(r)})}var cs=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??Lt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},f=e._zod.parent;if(f)a.ref=f,this.process(f,d),this.seen.get(f).isParent=!0;else{let m=a.schema;switch(o.type){case"string":{let p=m;p.type="string";let{minimum:h,maximum:g,format:b,patterns:v,contentEncoding:x}=e._zod.bag;if(typeof h=="number"&&(p.minLength=h),typeof g=="number"&&(p.maxLength=g),b&&(p.format=s[b]??b,p.format===""&&delete p.format),x&&(p.contentEncoding=x),v&&v.size>0){let T=[...v];T.length===1?p.pattern=T[0].source:T.length>1&&(a.schema.allOf=[...T.map(N=>({...this.target==="draft-7"?{type:"string"}:{},pattern:N.source}))])}break}case"number":{let p=m,{minimum:h,maximum:g,format:b,multipleOf:v,exclusiveMaximum:x,exclusiveMinimum:T}=e._zod.bag;typeof b=="string"&&b.includes("int")?p.type="integer":p.type="number",typeof T=="number"&&(p.exclusiveMinimum=T),typeof h=="number"&&(p.minimum=h,typeof T=="number"&&(T>=h?delete p.minimum:delete p.exclusiveMinimum)),typeof x=="number"&&(p.exclusiveMaximum=x),typeof g=="number"&&(p.maximum=g,typeof x=="number"&&(x<=g?delete p.maximum:delete p.exclusiveMaximum)),typeof v=="number"&&(p.multipleOf=v);break}case"boolean":{let p=m;p.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{m.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{m.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let p=m,{minimum:h,maximum:g}=e._zod.bag;typeof h=="number"&&(p.minItems=h),typeof g=="number"&&(p.maxItems=g),p.type="array",p.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let p=m;p.type="object",p.properties={};let h=o.shape;for(let v in h)p.properties[v]=this.process(h[v],{...d,path:[...d.path,"properties",v]});let g=new Set(Object.keys(h)),b=new Set([...g].filter(v=>{let x=o.shape[v]._zod;return this.io==="input"?x.optin===void 0:x.optout===void 0}));b.size>0&&(p.required=Array.from(b)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=m;p.anyOf=o.options.map((h,g)=>this.process(h,{...d,path:[...d.path,"anyOf",g]}));break}case"intersection":{let p=m,h=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),g=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),b=x=>"allOf"in x&&Object.keys(x).length===1,v=[...b(h)?h.allOf:[h],...b(g)?g.allOf:[g]];p.allOf=v;break}case"tuple":{let p=m;p.type="array";let h=o.items.map((v,x)=>this.process(v,{...d,path:[...d.path,"prefixItems",x]}));if(this.target==="draft-2020-12"?p.prefixItems=h:p.items=h,o.rest){let v=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?p.items=v:p.additionalItems=v}o.rest&&(p.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:g,maximum:b}=e._zod.bag;typeof g=="number"&&(p.minItems=g),typeof b=="number"&&(p.maxItems=b);break}case"record":{let p=m;p.type="object",p.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=m,h=Cn(o.entries);h.every(g=>typeof g=="number")&&(p.type="number"),h.every(g=>typeof g=="string")&&(p.type="string"),p.enum=h;break}case"literal":{let p=m,h=[];for(let g of o.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");h.push(Number(g))}else h.push(g);if(h.length!==0)if(h.length===1){let g=h[0];p.type=g===null?"null":typeof g,p.const=g}else h.every(g=>typeof g=="number")&&(p.type="number"),h.every(g=>typeof g=="string")&&(p.type="string"),h.every(g=>typeof g=="boolean")&&(p.type="string"),h.every(g=>g===null)&&(p.type="null"),p.enum=h;break}case"file":{let p=m,h={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:b,mime:v}=e._zod.bag;g!==void 0&&(h.minLength=g),b!==void 0&&(h.maxLength=b),v?v.length===1?(h.contentMediaType=v[0],Object.assign(p,h)):p.anyOf=v.map(x=>({...h,contentMediaType:x})):Object.assign(p,h);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let p=this.process(o.innerType,d);m.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let p=m;p.type="boolean";break}case"default":{this.process(o.innerType,d),a.ref=o.innerType,m.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,d),a.ref=o.innerType,this.io==="input"&&(m._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,d),a.ref=o.innerType;let p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}m.default=p;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let p=m,h=e._zod.pattern;if(!h)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=h.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,d),a.ref=p;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,m.readOnly=!0;break}case"promise":{this.process(o.innerType,d),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,d),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&_e(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let h=n.external.registry.get(l[0])?.id,g=n.external.uri??(v=>v);if(h)return{ref:g(h)};let b=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=b,{defId:b,ref:`${g("__shared")}#/${d}/${b}`}}if(l[1]===o)return{ref:"#"};let m=`#/${d}/`,p=l[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:m+p}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:f,defId:m}=s(l);d.def={...d.schema},m&&(d.defId=m);let p=d.schema;for(let h in p)delete p[h];p.$ref=f};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
60
137
 
61
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let l of this.seen.entries()){let d=l[1];if(e===l[0]){i(l);continue}if(n.external){let f=n.external.registry.get(l[0])?.id;if(e!==l[0]&&f){i(l);continue}}if(this.metadataRegistry.get(l[0])?.id){i(l);continue}if(d.cycle){i(l);continue}if(d.count>1&&n.reused==="ref"){i(l);continue}}let a=(l,d)=>{let m=this.seen.get(l),f=m.def??m.schema,p={...f};if(m.ref===null)return;let h=m.ref;if(m.ref=null,h){a(h,d);let g=this.seen.get(h).schema;g.$ref&&d.target==="draft-7"?(f.allOf=f.allOf??[],f.allOf.push(g)):(Object.assign(f,g),Object.assign(f,p))}m.isParent||this.override({zodSchema:l,jsonSchema:f,path:m.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(l)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(u[d.defId]=d.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function Ic(t,e){if(t instanceof Cn){let n=new Yo(e),o={};for(let a of t._idmap.entries()){let[c,u]=a;n.process(u)}let s={},i={registry:t,uri:e?.uri,defs:o};for(let a of t._idmap.entries()){let[c,u]=a;s[c]=n.emit(u,{...e,external:i})}if(Object.keys(o).length>0){let a=n.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[a]:o}}return{schemas:s}}let r=new Yo(e);return r.process(t),r.emit(t,e)}function _e(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let o=t._zod.def;switch(o.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return _e(o.element,r);case"object":{for(let s in o.shape)if(_e(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(_e(s,r))return!0;return!1}case"intersection":return _e(o.left,r)||_e(o.right,r);case"tuple":{for(let s of o.items)if(_e(s,r))return!0;return!!(o.rest&&_e(o.rest,r))}case"record":return _e(o.keyType,r)||_e(o.valueType,r);case"map":return _e(o.keyType,r)||_e(o.valueType,r);case"set":return _e(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return _e(o.innerType,r);case"lazy":return _e(o.getter(),r);case"default":return _e(o.innerType,r);case"prefault":return _e(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return _e(o.in,r)||_e(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var mx=_("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ee.init(t,e),t.def=e,t.parse=(r,n)=>Ji(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>_r(t,r,n),t.parseAsync=async(r,n)=>Wi(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>vr(t,r,n),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>Ke(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t))});var hx=_("ZodMiniObject",(t,e)=>{Vo.init(t,e),mx.init(t,e),B.defineLazy(t,"shape",()=>e.shape)});function Oc(t,e){let r={type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},...B.normalizeParams(e)};return new hx(r)}function Xe(t){return!!t._zod}function $r(t){let e=Object.values(t);if(e.length===0)return Oc({});let r=e.every(Xe),n=e.every(o=>!Xe(o));if(r)return Oc(t);if(n)return Zi(t);throw new Error("Mixed Zod versions detected in object shape.")}function Dt(t,e){return Xe(t)?_r(t,e):t.safeParse(e)}async function Qo(t,e){return Xe(t)?await vr(t,e):await t.safeParseAsync(e)}function qt(t){if(!t)return;let e;if(Xe(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Br(t){if(t){if(typeof t=="object"){let e=t,r=t;if(!e._def&&!r._zod){let n=Object.values(t);if(n.length>0&&n.every(o=>typeof o=="object"&&o!==null&&(o._def!==void 0||o._zod!==void 0||typeof o.parse=="function")))return $r(t)}}if(Xe(t)){let r=t._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function es(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){let e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function Yp(t){return t.description}function Qp(t){if(Xe(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function ts(t){if(Xe(t)){let s=t._zod?.def;if(s){if(s.value!==void 0)return s.value;if(Array.isArray(s.values)&&s.values.length>0)return s.values[0]}}let r=t._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let n=t.value;if(n!==void 0)return n}var Dn={};$i(Dn,{ZodISODate:()=>tf,ZodISODateTime:()=>ef,ZodISODuration:()=>nf,ZodISOTime:()=>rf,date:()=>jc,datetime:()=>Rc,duration:()=>Nc,time:()=>Zc});var ef=_("ZodISODateTime",(t,e)=>{Dp.init(t,e),ue.init(t,e)});function Rc(t){return Bp(ef,t)}var tf=_("ZodISODate",(t,e)=>{qp.init(t,e),ue.init(t,e)});function jc(t){return Kp(tf,t)}var rf=_("ZodISOTime",(t,e)=>{Lp.init(t,e),ue.init(t,e)});function Zc(t){return Jp(rf,t)}var nf=_("ZodISODuration",(t,e)=>{Up.init(t,e),ue.init(t,e)});function Nc(t){return Gp(nf,t)}var of=(t,e)=>{Do.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Bi(t,r)},flatten:{value:r=>Hi(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},wI=_("ZodError",of),qn=_("ZodError",of,{Parent:Error});var sf=Ki(qn),af=Gi(qn),cf=Xi(qn),uf=Yi(qn);var me=_("ZodType",(t,e)=>(ee.init(t,e),t.def=e,Object.defineProperty(t,"_def",{value:e}),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>Ke(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t)),t.parse=(r,n)=>sf(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>cf(t,r,n),t.parseAsync=async(r,n)=>af(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>uf(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(pb(r,n)),t.superRefine=r=>t.check(fb(r)),t.overwrite=r=>t.check(xr(r)),t.optional=()=>de(t),t.nullable=()=>pf(t),t.nullish=()=>de(pf(t)),t.nonoptional=r=>sb(t,r),t.array=()=>K(t),t.or=r=>ie([t,r]),t.and=r=>ns(t,r),t.transform=r=>Ac(t,_f(r)),t.default=r=>rb(t,r),t.prefault=r=>ob(t,r),t.catch=r=>ab(t,r),t.pipe=r=>Ac(t,r),t.readonly=()=>lb(t),t.describe=r=>{let n=t.clone();return Mt.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return Mt.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return Mt.get(t);let n=t.clone();return Mt.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),ff=_("_ZodString",(t,e)=>{Nn.init(t,e),me.init(t,e);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(_c(...n)),t.includes=(...n)=>t.check(bc(...n)),t.startsWith=(...n)=>t.check($c(...n)),t.endsWith=(...n)=>t.check(wc(...n)),t.min=(...n)=>t.check(Hr(...n)),t.max=(...n)=>t.check(Wo(...n)),t.length=(...n)=>t.check(Xo(...n)),t.nonempty=(...n)=>t.check(Hr(1,...n)),t.lowercase=n=>t.check(vc(n)),t.uppercase=n=>t.check(xc(n)),t.trim=()=>t.check(Sc()),t.normalize=(...n)=>t.check(kc(...n)),t.toLowerCase=()=>t.check(zc()),t.toUpperCase=()=>t.check(Tc())}),kx=_("ZodString",(t,e)=>{Nn.init(t,e),ff.init(t,e),t.email=r=>t.check(Ha(Sx,r)),t.url=r=>t.check(Wa(zx,r)),t.jwt=r=>t.check(dc(Lx,r)),t.emoji=r=>t.check(Xa(Tx,r)),t.guid=r=>t.check(Bo(lf,r)),t.uuid=r=>t.check(Ba(rs,r)),t.uuidv4=r=>t.check(Ka(rs,r)),t.uuidv6=r=>t.check(Ja(rs,r)),t.uuidv7=r=>t.check(Ga(rs,r)),t.nanoid=r=>t.check(Ya(Px,r)),t.guid=r=>t.check(Bo(lf,r)),t.cuid=r=>t.check(Qa(Ex,r)),t.cuid2=r=>t.check(ec(Ix,r)),t.ulid=r=>t.check(tc(Ox,r)),t.base64=r=>t.check(cc(Mx,r)),t.base64url=r=>t.check(uc(Dx,r)),t.xid=r=>t.check(rc(Rx,r)),t.ksuid=r=>t.check(nc(jx,r)),t.ipv4=r=>t.check(oc(Zx,r)),t.ipv6=r=>t.check(sc(Nx,r)),t.cidrv4=r=>t.check(ic(Cx,r)),t.cidrv6=r=>t.check(ac(Ax,r)),t.e164=r=>t.check(lc(qx,r)),t.datetime=r=>t.check(Rc(r)),t.date=r=>t.check(jc(r)),t.time=r=>t.check(Zc(r)),t.duration=r=>t.check(Nc(r))});function y(t){return Va(kx,t)}var ue=_("ZodStringFormat",(t,e)=>{oe.init(t,e),ff.init(t,e)}),Sx=_("ZodEmail",(t,e)=>{ia.init(t,e),ue.init(t,e)});var lf=_("ZodGUID",(t,e)=>{oa.init(t,e),ue.init(t,e)});var rs=_("ZodUUID",(t,e)=>{sa.init(t,e),ue.init(t,e)});var zx=_("ZodURL",(t,e)=>{aa.init(t,e),ue.init(t,e)});var Tx=_("ZodEmoji",(t,e)=>{ca.init(t,e),ue.init(t,e)});var Px=_("ZodNanoID",(t,e)=>{ua.init(t,e),ue.init(t,e)});var Ex=_("ZodCUID",(t,e)=>{la.init(t,e),ue.init(t,e)});var Ix=_("ZodCUID2",(t,e)=>{da.init(t,e),ue.init(t,e)});var Ox=_("ZodULID",(t,e)=>{pa.init(t,e),ue.init(t,e)});var Rx=_("ZodXID",(t,e)=>{fa.init(t,e),ue.init(t,e)});var jx=_("ZodKSUID",(t,e)=>{ma.init(t,e),ue.init(t,e)});var Zx=_("ZodIPv4",(t,e)=>{ha.init(t,e),ue.init(t,e)});var Nx=_("ZodIPv6",(t,e)=>{ga.init(t,e),ue.init(t,e)});var Cx=_("ZodCIDRv4",(t,e)=>{ya.init(t,e),ue.init(t,e)});var Ax=_("ZodCIDRv6",(t,e)=>{_a.init(t,e),ue.init(t,e)});var Mx=_("ZodBase64",(t,e)=>{va.init(t,e),ue.init(t,e)});var Dx=_("ZodBase64URL",(t,e)=>{xa.init(t,e),ue.init(t,e)});var qx=_("ZodE164",(t,e)=>{ba.init(t,e),ue.init(t,e)});var Lx=_("ZodJWT",(t,e)=>{$a.init(t,e),ue.init(t,e)});var mf=_("ZodNumber",(t,e)=>{Fo.init(t,e),me.init(t,e),t.gt=(n,o)=>t.check(Jo(n,o)),t.gte=(n,o)=>t.check(Mn(n,o)),t.min=(n,o)=>t.check(Mn(n,o)),t.lt=(n,o)=>t.check(Ko(n,o)),t.lte=(n,o)=>t.check(An(n,o)),t.max=(n,o)=>t.check(An(n,o)),t.int=n=>t.check(df(n)),t.safe=n=>t.check(df(n)),t.positive=n=>t.check(Jo(0,n)),t.nonnegative=n=>t.check(Mn(0,n)),t.negative=n=>t.check(Ko(0,n)),t.nonpositive=n=>t.check(An(0,n)),t.multipleOf=(n,o)=>t.check(Go(n,o)),t.step=(n,o)=>t.check(Go(n,o)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});function Q(t){return pc(mf,t)}var Ux=_("ZodNumberFormat",(t,e)=>{wa.init(t,e),mf.init(t,e)});function df(t){return fc(Ux,t)}var Fx=_("ZodBoolean",(t,e)=>{ka.init(t,e),me.init(t,e)});function xe(t){return mc(Fx,t)}var Vx=_("ZodNull",(t,e)=>{Sa.init(t,e),me.init(t,e)});function hf(t){return hc(Vx,t)}var Hx=_("ZodUnknown",(t,e)=>{za.init(t,e),me.init(t,e)});function le(){return gc(Hx)}var Bx=_("ZodNever",(t,e)=>{Ta.init(t,e),me.init(t,e)});function Kx(t){return yc(Bx,t)}var Jx=_("ZodArray",(t,e)=>{Pa.init(t,e),me.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(Hr(r,n)),t.nonempty=r=>t.check(Hr(1,r)),t.max=(r,n)=>t.check(Wo(r,n)),t.length=(r,n)=>t.check(Xo(r,n)),t.unwrap=()=>t.element});function K(t,e){return Wp(Jx,t,e)}var gf=_("ZodObject",(t,e)=>{Vo.init(t,e),me.init(t,e),B.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>Me(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:le()}),t.loose=()=>t.clone({...t._zod.def,catchall:le()}),t.strict=()=>t.clone({...t._zod.def,catchall:Kx()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>B.extend(t,r),t.merge=r=>B.merge(t,r),t.pick=r=>B.pick(t,r),t.omit=r=>B.omit(t,r),t.partial=(...r)=>B.partial(vf,t,r[0]),t.required=(...r)=>B.required(xf,t,r[0])});function P(t,e){let r={type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},...B.normalizeParams(e)};return new gf(r)}function Oe(t,e){return new gf({type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},catchall:le(),...B.normalizeParams(e)})}var yf=_("ZodUnion",(t,e)=>{Ho.init(t,e),me.init(t,e),t.options=e.options});function ie(t,e){return new yf({type:"union",options:t,...B.normalizeParams(e)})}var Gx=_("ZodDiscriminatedUnion",(t,e)=>{yf.init(t,e),Ea.init(t,e)});function Mc(t,e,r){return new Gx({type:"union",options:e,discriminator:t,...B.normalizeParams(r)})}var Wx=_("ZodIntersection",(t,e)=>{Ia.init(t,e),me.init(t,e)});function ns(t,e){return new Wx({type:"intersection",left:t,right:e})}var Xx=_("ZodRecord",(t,e)=>{Oa.init(t,e),me.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function se(t,e,r){return new Xx({type:"record",keyType:t,valueType:e,...B.normalizeParams(r)})}var Cc=_("ZodEnum",(t,e)=>{Ra.init(t,e),me.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Cc({...e,checks:[],...B.normalizeParams(o),entries:s})},t.exclude=(n,o)=>{let s={...e.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Cc({...e,checks:[],...B.normalizeParams(o),entries:s})}});function Me(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new Cc({type:"enum",entries:r,...B.normalizeParams(e)})}var Yx=_("ZodLiteral",(t,e)=>{ja.init(t,e),me.init(t,e),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function O(t,e){return new Yx({type:"literal",values:Array.isArray(t)?t:[t],...B.normalizeParams(e)})}var Qx=_("ZodTransform",(t,e)=>{Za.init(t,e),me.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(B.issue(s,r.value,e));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),i.continue??(i.continue=!0),r.issues.push(B.issue(i))}};let o=e.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function _f(t){return new Qx({type:"transform",transform:t})}var vf=_("ZodOptional",(t,e)=>{Na.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function de(t){return new vf({type:"optional",innerType:t})}var eb=_("ZodNullable",(t,e)=>{Ca.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function pf(t){return new eb({type:"nullable",innerType:t})}var tb=_("ZodDefault",(t,e)=>{Aa.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function rb(t,e){return new tb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var nb=_("ZodPrefault",(t,e)=>{Ma.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function ob(t,e){return new nb({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var xf=_("ZodNonOptional",(t,e)=>{Da.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function sb(t,e){return new xf({type:"nonoptional",innerType:t,...B.normalizeParams(e)})}var ib=_("ZodCatch",(t,e)=>{qa.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function ab(t,e){return new ib({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var cb=_("ZodPipe",(t,e)=>{La.init(t,e),me.init(t,e),t.in=e.in,t.out=e.out});function Ac(t,e){return new cb({type:"pipe",in:t,out:e})}var ub=_("ZodReadonly",(t,e)=>{Ua.init(t,e),me.init(t,e)});function lb(t){return new ub({type:"readonly",innerType:t})}var bf=_("ZodCustom",(t,e)=>{Fa.init(t,e),me.init(t,e)});function db(t){let e=new $e({check:"custom"});return e._zod.check=t,e}function $f(t,e){return Pc(bf,t??(()=>!0),e)}function pb(t,e={}){return Ec(bf,t,e)}function fb(t){let e=db(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(B.issue(n,r.value,e._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=e),o.continue??(o.continue=!e._zod.def.abort),r.issues.push(B.issue(o))}},t(r.value,r)));return e}function Dc(t,e){return Ac(_f(t),e)}Be(Vp());var Lc="2025-11-25";var wf=[Lc,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Lt="io.modelcontextprotocol/related-task",ss="2.0",ve=$f(t=>t!==null&&(typeof t=="object"||typeof t=="function")),kf=ie([y(),Q().int()]),Sf=y(),AI=Oe({ttl:Q().optional(),pollInterval:Q().optional()}),mb=P({ttl:Q().optional()}),hb=P({taskId:y()}),Uc=Oe({progressToken:kf.optional(),[Lt]:hb.optional()}),Je=P({_meta:Uc.optional()}),Ln=Je.extend({task:mb.optional()}),zf=t=>Ln.safeParse(t).success,we=P({method:y(),params:Je.loose().optional()}),Ye=P({_meta:Uc.optional()}),Qe=P({method:y(),params:Ye.loose().optional()}),ke=Oe({_meta:Uc.optional()}),is=ie([y(),Q().int()]),Tf=P({jsonrpc:O(ss),id:is,...we.shape}).strict(),Fc=t=>Tf.safeParse(t).success,Pf=P({jsonrpc:O(ss),...Qe.shape}).strict(),Ef=t=>Pf.safeParse(t).success,Vc=P({jsonrpc:O(ss),id:is,result:ke}).strict(),Un=t=>Vc.safeParse(t).success;var j;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(j||(j={}));var Hc=P({jsonrpc:O(ss),id:is.optional(),error:P({code:Q().int(),message:y(),data:le().optional()})}).strict();var If=t=>Hc.safeParse(t).success;var Of=ie([Tf,Pf,Vc,Hc]),MI=ie([Vc,Hc]),as=ke.strict(),gb=Ye.extend({requestId:is.optional(),reason:y().optional()}),cs=Qe.extend({method:O("notifications/cancelled"),params:gb}),yb=P({src:y(),mimeType:y().optional(),sizes:K(y()).optional(),theme:Me(["light","dark"]).optional()}),Fn=P({icons:K(yb).optional()}),Kr=P({name:y(),title:y().optional()}),Rf=Kr.extend({...Kr.shape,...Fn.shape,version:y(),websiteUrl:y().optional(),description:y().optional()}),_b=ns(P({applyDefaults:xe().optional()}),se(y(),le())),vb=Dc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,ns(P({form:_b.optional(),url:ve.optional()}),se(y(),le()).optional())),xb=Oe({list:ve.optional(),cancel:ve.optional(),requests:Oe({sampling:Oe({createMessage:ve.optional()}).optional(),elicitation:Oe({create:ve.optional()}).optional()}).optional()}),bb=Oe({list:ve.optional(),cancel:ve.optional(),requests:Oe({tools:Oe({call:ve.optional()}).optional()}).optional()}),$b=P({experimental:se(y(),ve).optional(),sampling:P({context:ve.optional(),tools:ve.optional()}).optional(),elicitation:vb.optional(),roots:P({listChanged:xe().optional()}).optional(),tasks:xb.optional(),extensions:se(y(),ve).optional()}),wb=Je.extend({protocolVersion:y(),capabilities:$b,clientInfo:Rf}),Bc=we.extend({method:O("initialize"),params:wb});var kb=P({experimental:se(y(),ve).optional(),logging:ve.optional(),completions:ve.optional(),prompts:P({listChanged:xe().optional()}).optional(),resources:P({subscribe:xe().optional(),listChanged:xe().optional()}).optional(),tools:P({listChanged:xe().optional()}).optional(),tasks:bb.optional(),extensions:se(y(),ve).optional()}),Sb=ke.extend({protocolVersion:y(),capabilities:kb,serverInfo:Rf,instructions:y().optional()}),Kc=Qe.extend({method:O("notifications/initialized"),params:Ye.optional()});var us=we.extend({method:O("ping"),params:Je.optional()}),zb=P({progress:Q(),total:de(Q()),message:de(y())}),Tb=P({...Ye.shape,...zb.shape,progressToken:kf}),ls=Qe.extend({method:O("notifications/progress"),params:Tb}),Pb=Je.extend({cursor:Sf.optional()}),Vn=we.extend({params:Pb.optional()}),Hn=ke.extend({nextCursor:Sf.optional()}),Eb=Me(["working","input_required","completed","failed","cancelled"]),Bn=P({taskId:y(),status:Eb,ttl:ie([Q(),hf()]),createdAt:y(),lastUpdatedAt:y(),pollInterval:de(Q()),statusMessage:de(y())}),Jr=ke.extend({task:Bn}),Ib=Ye.merge(Bn),Kn=Qe.extend({method:O("notifications/tasks/status"),params:Ib}),ds=we.extend({method:O("tasks/get"),params:Je.extend({taskId:y()})}),ps=ke.merge(Bn),fs=we.extend({method:O("tasks/result"),params:Je.extend({taskId:y()})}),DI=ke.loose(),ms=Vn.extend({method:O("tasks/list")}),hs=Hn.extend({tasks:K(Bn)}),gs=we.extend({method:O("tasks/cancel"),params:Je.extend({taskId:y()})}),jf=ke.merge(Bn),Zf=P({uri:y(),mimeType:de(y()),_meta:se(y(),le()).optional()}),Nf=Zf.extend({text:y()}),Jc=y().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Cf=Zf.extend({blob:Jc}),Jn=Me(["user","assistant"]),Gr=P({audience:K(Jn).optional(),priority:Q().min(0).max(1).optional(),lastModified:Dn.datetime({offset:!0}).optional()}),Af=P({...Kr.shape,...Fn.shape,uri:y(),description:de(y()),mimeType:de(y()),size:de(Q()),annotations:Gr.optional(),_meta:de(Oe({}))}),Ob=P({...Kr.shape,...Fn.shape,uriTemplate:y(),description:de(y()),mimeType:de(y()),annotations:Gr.optional(),_meta:de(Oe({}))}),ys=Vn.extend({method:O("resources/list")}),Rb=Hn.extend({resources:K(Af)}),_s=Vn.extend({method:O("resources/templates/list")}),jb=Hn.extend({resourceTemplates:K(Ob)}),Gc=Je.extend({uri:y()}),Zb=Gc,vs=we.extend({method:O("resources/read"),params:Zb}),Nb=ke.extend({contents:K(ie([Nf,Cf]))}),Cb=Qe.extend({method:O("notifications/resources/list_changed"),params:Ye.optional()}),Ab=Gc,Mb=we.extend({method:O("resources/subscribe"),params:Ab}),Db=Gc,qb=we.extend({method:O("resources/unsubscribe"),params:Db}),Lb=Ye.extend({uri:y()}),Ub=Qe.extend({method:O("notifications/resources/updated"),params:Lb}),Fb=P({name:y(),description:de(y()),required:de(xe())}),Vb=P({...Kr.shape,...Fn.shape,description:de(y()),arguments:de(K(Fb)),_meta:de(Oe({}))}),xs=Vn.extend({method:O("prompts/list")}),Hb=Hn.extend({prompts:K(Vb)}),Bb=Je.extend({name:y(),arguments:se(y(),y()).optional()}),bs=we.extend({method:O("prompts/get"),params:Bb}),Wc=P({type:O("text"),text:y(),annotations:Gr.optional(),_meta:se(y(),le()).optional()}),Xc=P({type:O("image"),data:Jc,mimeType:y(),annotations:Gr.optional(),_meta:se(y(),le()).optional()}),Yc=P({type:O("audio"),data:Jc,mimeType:y(),annotations:Gr.optional(),_meta:se(y(),le()).optional()}),Kb=P({type:O("tool_use"),name:y(),id:y(),input:se(y(),le()),_meta:se(y(),le()).optional()}),Jb=P({type:O("resource"),resource:ie([Nf,Cf]),annotations:Gr.optional(),_meta:se(y(),le()).optional()}),Gb=Af.extend({type:O("resource_link")}),Qc=ie([Wc,Xc,Yc,Gb,Jb]),Wb=P({role:Jn,content:Qc}),Xb=ke.extend({description:y().optional(),messages:K(Wb)}),Yb=Qe.extend({method:O("notifications/prompts/list_changed"),params:Ye.optional()}),Qb=P({title:y().optional(),readOnlyHint:xe().optional(),destructiveHint:xe().optional(),idempotentHint:xe().optional(),openWorldHint:xe().optional()}),e$=P({taskSupport:Me(["required","optional","forbidden"]).optional()}),Mf=P({...Kr.shape,...Fn.shape,description:y().optional(),inputSchema:P({type:O("object"),properties:se(y(),ve).optional(),required:K(y()).optional()}).catchall(le()),outputSchema:P({type:O("object"),properties:se(y(),ve).optional(),required:K(y()).optional()}).catchall(le()).optional(),annotations:Qb.optional(),execution:e$.optional(),_meta:se(y(),le()).optional()}),$s=Vn.extend({method:O("tools/list")}),t$=Hn.extend({tools:K(Mf)}),ws=ke.extend({content:K(Qc).default([]),structuredContent:se(y(),le()).optional(),isError:xe().optional()}),qI=ws.or(ke.extend({toolResult:le()})),r$=Ln.extend({name:y(),arguments:se(y(),le()).optional()}),Wr=we.extend({method:O("tools/call"),params:r$}),n$=Qe.extend({method:O("notifications/tools/list_changed"),params:Ye.optional()}),LI=P({autoRefresh:xe().default(!0),debounceMs:Q().int().nonnegative().default(300)}),Gn=Me(["debug","info","notice","warning","error","critical","alert","emergency"]),o$=Je.extend({level:Gn}),eu=we.extend({method:O("logging/setLevel"),params:o$}),s$=Ye.extend({level:Gn,logger:y().optional(),data:le()}),i$=Qe.extend({method:O("notifications/message"),params:s$}),a$=P({name:y().optional()}),c$=P({hints:K(a$).optional(),costPriority:Q().min(0).max(1).optional(),speedPriority:Q().min(0).max(1).optional(),intelligencePriority:Q().min(0).max(1).optional()}),u$=P({mode:Me(["auto","required","none"]).optional()}),l$=P({type:O("tool_result"),toolUseId:y().describe("The unique identifier for the corresponding tool call."),content:K(Qc).default([]),structuredContent:P({}).loose().optional(),isError:xe().optional(),_meta:se(y(),le()).optional()}),d$=Mc("type",[Wc,Xc,Yc]),os=Mc("type",[Wc,Xc,Yc,Kb,l$]),p$=P({role:Jn,content:ie([os,K(os)]),_meta:se(y(),le()).optional()}),f$=Ln.extend({messages:K(p$),modelPreferences:c$.optional(),systemPrompt:y().optional(),includeContext:Me(["none","thisServer","allServers"]).optional(),temperature:Q().optional(),maxTokens:Q().int(),stopSequences:K(y()).optional(),metadata:ve.optional(),tools:K(Mf).optional(),toolChoice:u$.optional()}),m$=we.extend({method:O("sampling/createMessage"),params:f$}),Wn=ke.extend({model:y(),stopReason:de(Me(["endTurn","stopSequence","maxTokens"]).or(y())),role:Jn,content:d$}),tu=ke.extend({model:y(),stopReason:de(Me(["endTurn","stopSequence","maxTokens","toolUse"]).or(y())),role:Jn,content:ie([os,K(os)])}),h$=P({type:O("boolean"),title:y().optional(),description:y().optional(),default:xe().optional()}),g$=P({type:O("string"),title:y().optional(),description:y().optional(),minLength:Q().optional(),maxLength:Q().optional(),format:Me(["email","uri","date","date-time"]).optional(),default:y().optional()}),y$=P({type:Me(["number","integer"]),title:y().optional(),description:y().optional(),minimum:Q().optional(),maximum:Q().optional(),default:Q().optional()}),_$=P({type:O("string"),title:y().optional(),description:y().optional(),enum:K(y()),default:y().optional()}),v$=P({type:O("string"),title:y().optional(),description:y().optional(),oneOf:K(P({const:y(),title:y()})),default:y().optional()}),x$=P({type:O("string"),title:y().optional(),description:y().optional(),enum:K(y()),enumNames:K(y()).optional(),default:y().optional()}),b$=ie([_$,v$]),$$=P({type:O("array"),title:y().optional(),description:y().optional(),minItems:Q().optional(),maxItems:Q().optional(),items:P({type:O("string"),enum:K(y())}),default:K(y()).optional()}),w$=P({type:O("array"),title:y().optional(),description:y().optional(),minItems:Q().optional(),maxItems:Q().optional(),items:P({anyOf:K(P({const:y(),title:y()}))}),default:K(y()).optional()}),k$=ie([$$,w$]),S$=ie([x$,b$,k$]),z$=ie([S$,h$,g$,y$]),T$=Ln.extend({mode:O("form").optional(),message:y(),requestedSchema:P({type:O("object"),properties:se(y(),z$),required:K(y()).optional()})}),P$=Ln.extend({mode:O("url"),message:y(),elicitationId:y(),url:y().url()}),E$=ie([T$,P$]),I$=we.extend({method:O("elicitation/create"),params:E$}),O$=Ye.extend({elicitationId:y()}),R$=Qe.extend({method:O("notifications/elicitation/complete"),params:O$}),Xr=ke.extend({action:Me(["accept","decline","cancel"]),content:Dc(t=>t===null?void 0:t,se(y(),ie([y(),Q(),xe(),K(y())])).optional())}),j$=P({type:O("ref/resource"),uri:y()});var Z$=P({type:O("ref/prompt"),name:y()}),N$=Je.extend({ref:ie([Z$,j$]),argument:P({name:y(),value:y()}),context:P({arguments:se(y(),y()).optional()}).optional()}),ks=we.extend({method:O("completion/complete"),params:N$});function Df(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function qf(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var C$=ke.extend({completion:Oe({values:K(y()).max(100),total:de(Q().int()),hasMore:de(xe())})}),A$=P({uri:y().startsWith("file://"),name:y().optional(),_meta:se(y(),le()).optional()}),M$=we.extend({method:O("roots/list"),params:Je.optional()}),ru=ke.extend({roots:K(A$)}),D$=Qe.extend({method:O("notifications/roots/list_changed"),params:Ye.optional()}),UI=ie([us,Bc,ks,eu,bs,xs,ys,_s,vs,Mb,qb,Wr,$s,ds,fs,ms,gs]),FI=ie([cs,ls,Kc,D$,Kn]),VI=ie([as,Wn,tu,Xr,ru,ps,hs,Jr]),HI=ie([us,m$,I$,M$,ds,fs,ms,gs]),BI=ie([cs,ls,i$,Ub,Cb,n$,Yb,Kn,R$]),KI=ie([as,Sb,C$,Xb,Hb,Rb,jb,Nb,ws,t$,ps,hs,Jr]),I=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===j.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new qc(o.elicitations,r)}return new t(e,r,n)}},qc=class extends I{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(j.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Ut(t){return t==="completed"||t==="failed"||t==="cancelled"}var Uf=Symbol("Let zodToJsonSchema decide on which parser to use");var Lf={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},Ff=t=>typeof t=="string"?{...Lf,name:t}:{...Lf,...t};var Vf=t=>{let e=Ff(t),r=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([n,o])=>[o._def,{def:o._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}};function nu(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function J(t,e,r,n,o){t[e]=r,nu(t,e,n,o)}var Ss=(t,e)=>{let r=0;for(;r<t.length&&r<e.length&&t[r]===e[r];r++);return[(t.length-r).toString(),...e.slice(r)].join("/")};function pe(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Ss(e,t.currentPath):e.join("/")}}function Hf(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==w.ZodAny&&(r.items=A(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&J(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&J(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(J(r,"minItems",t.exactLength.value,t.exactLength.message,e),J(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function Bf(t,e){let r={type:"integer",format:"int64"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?J(r,"minimum",n.value,n.message,e):J(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),J(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?J(r,"maximum",n.value,n.message,e):J(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),J(r,"maximum",n.value,n.message,e));break;case"multipleOf":J(r,"multipleOf",n.value,n.message,e);break}return r}function Kf(){return{type:"boolean"}}function zs(t,e){return A(t.type._def,e)}var Jf=(t,e)=>A(t.innerType._def,e);function ou(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>ou(t,e,o))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return q$(t,e)}}var q$=(t,e)=>{let r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(let n of t.checks)switch(n.kind){case"min":J(r,"minimum",n.value,n.message,e);break;case"max":J(r,"maximum",n.value,n.message,e);break}return r};function Gf(t,e){return{...A(t.innerType._def,e),default:t.defaultValue()}}function Wf(t,e){return e.effectStrategy==="input"?A(t.schema._def,e):pe(e)}function Xf(t){return{type:"string",enum:Array.from(t.values)}}var L$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Yf(t,e){let r=[A(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),A(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(s=>!!s),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,o=[];return r.forEach(s=>{if(L$(s))o.push(...s.allOf),s.unevaluatedProperties===void 0&&(n=void 0);else{let i=s;if("additionalProperties"in s&&s.additionalProperties===!1){let{additionalProperties:a,...c}=s;i=c}else n=void 0;o.push(i)}}),o.length?{allOf:o,...n}:void 0}function Qf(t,e){let r=typeof t.value;return r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:r==="bigint"?"integer":r,enum:[t.value]}:{type:r==="bigint"?"integer":r,const:t.value}}var su,it={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(su===void 0&&(su=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),su),uuid:/^[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}$/,ipv4:/^(?:(?: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])$/,ipv4Cidr:/^(?:(?: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])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([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])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function Ts(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":J(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":J(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"email":switch(e.emailStrategy){case"format:email":at(r,"email",n.message,e);break;case"format:idn-email":at(r,"idn-email",n.message,e);break;case"pattern:zod":Re(r,it.email,n.message,e);break}break;case"url":at(r,"uri",n.message,e);break;case"uuid":at(r,"uuid",n.message,e);break;case"regex":Re(r,n.regex,n.message,e);break;case"cuid":Re(r,it.cuid,n.message,e);break;case"cuid2":Re(r,it.cuid2,n.message,e);break;case"startsWith":Re(r,RegExp(`^${iu(n.value,e)}`),n.message,e);break;case"endsWith":Re(r,RegExp(`${iu(n.value,e)}$`),n.message,e);break;case"datetime":at(r,"date-time",n.message,e);break;case"date":at(r,"date",n.message,e);break;case"time":at(r,"time",n.message,e);break;case"duration":at(r,"duration",n.message,e);break;case"length":J(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),J(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Re(r,RegExp(iu(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&at(r,"ipv4",n.message,e),n.version!=="v4"&&at(r,"ipv6",n.message,e);break}case"base64url":Re(r,it.base64url,n.message,e);break;case"jwt":Re(r,it.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Re(r,it.ipv4Cidr,n.message,e),n.version!=="v4"&&Re(r,it.ipv6Cidr,n.message,e);break}case"emoji":Re(r,it.emoji(),n.message,e);break;case"ulid":{Re(r,it.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{at(r,"binary",n.message,e);break}case"contentEncoding:base64":{J(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Re(r,it.base64,n.message,e);break}}break}case"nanoid":Re(r,it.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function iu(t,e){return e.patternStrategy==="escape"?F$(t):t}var U$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function F$(t){let e="";for(let r=0;r<t.length;r++)U$.has(t[r])||(e+="\\"),e+=t[r];return e}function at(t,e,r,n){t.format||t.anyOf?.some(o=>o.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&n.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...r&&n.errorMessages&&{errorMessage:{format:r}}})):J(t,"format",e,r,n)}function Re(t,e,r,n){t.pattern||t.allOf?.some(o=>o.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&n.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:em(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):J(t,"pattern",em(e,n),r,n)}function em(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source,o="",s=!1,i=!1,a=!1;for(let c=0;c<n.length;c++){if(s){o+=n[c],s=!1;continue}if(r.i){if(i){if(n[c].match(/[a-z]/)){a?(o+=n[c],o+=`${n[c-2]}-${n[c]}`.toUpperCase(),a=!1):n[c+1]==="-"&&n[c+2]?.match(/[a-z]/)?(o+=n[c],a=!0):o+=`${n[c]}${n[c].toUpperCase()}`;continue}}else if(n[c].match(/[a-z]/)){o+=`[${n[c]}${n[c].toUpperCase()}]`;continue}}if(r.m){if(n[c]==="^"){o+=`(^|(?<=[\r
138
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let l of this.seen.entries()){let d=l[1];if(e===l[0]){i(l);continue}if(n.external){let m=n.external.registry.get(l[0])?.id;if(e!==l[0]&&m){i(l);continue}}if(this.metadataRegistry.get(l[0])?.id){i(l);continue}if(d.cycle){i(l);continue}if(d.count>1&&n.reused==="ref"){i(l);continue}}let a=(l,d)=>{let f=this.seen.get(l),m=f.def??f.schema,p={...m};if(f.ref===null)return;let h=f.ref;if(f.ref=null,h){a(h,d);let g=this.seen.get(h).schema;g.$ref&&d.target==="draft-7"?(m.allOf=m.allOf??[],m.allOf.push(g)):(Object.assign(m,g),Object.assign(m,p))}f.isParent||this.override({zodSchema:l,jsonSchema:m,path:f.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(l)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(u[d.defId]=d.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function Uc(t,e){if(t instanceof Fn){let n=new cs(e),o={};for(let a of t._idmap.entries()){let[c,u]=a;n.process(u)}let s={},i={registry:t,uri:e?.uri,defs:o};for(let a of t._idmap.entries()){let[c,u]=a;s[c]=n.emit(u,{...e,external:i})}if(Object.keys(o).length>0){let a=n.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[a]:o}}return{schemas:s}}let r=new cs(e);return r.process(t),r.emit(t,e)}function _e(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let o=t._zod.def;switch(o.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return _e(o.element,r);case"object":{for(let s in o.shape)if(_e(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(_e(s,r))return!0;return!1}case"intersection":return _e(o.left,r)||_e(o.right,r);case"tuple":{for(let s of o.items)if(_e(s,r))return!0;return!!(o.rest&&_e(o.rest,r))}case"record":return _e(o.keyType,r)||_e(o.valueType,r);case"map":return _e(o.keyType,r)||_e(o.valueType,r);case"set":return _e(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return _e(o.innerType,r);case"lazy":return _e(o.getter(),r);case"default":return _e(o.innerType,r);case"prefault":return _e(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return _e(o.in,r)||_e(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var Eb=_("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ee.init(t,e),t.def=e,t.parse=(r,n)=>ia(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>xr(t,r,n),t.parseAsync=async(r,n)=>ca(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>br(t,r,n),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>Ke(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t))});var Ob=_("ZodMiniObject",(t,e)=>{es.init(t,e),Eb.init(t,e),B.defineLazy(t,"shape",()=>e.shape)});function Fc(t,e){let r={type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},...B.normalizeParams(e)};return new Ob(r)}function We(t){return!!t._zod}function kr(t){let e=Object.values(t);if(e.length===0)return Fc({});let r=e.every(We),n=e.every(o=>!We(o));if(r)return Fc(t);if(n)return Bi(t);throw new Error("Mixed Zod versions detected in object shape.")}function qt(t,e){return We(t)?xr(t,e):t.safeParse(e)}async function us(t,e){return We(t)?await br(t,e):await t.safeParseAsync(e)}function Ut(t){if(!t)return;let e;if(We(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Gr(t){if(t){if(typeof t=="object"){let e=t,r=t;if(!e._def&&!r._zod){let n=Object.values(t);if(n.length>0&&n.every(o=>typeof o=="object"&&o!==null&&(o._def!==void 0||o._zod!==void 0||typeof o.parse=="function")))return kr(t)}}if(We(t)){let r=t._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function ls(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){let e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function $f(t){return t.description}function kf(t){if(We(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function ds(t){if(We(t)){let s=t._zod?.def;if(s){if(s.value!==void 0)return s.value;if(Array.isArray(s.values)&&s.values.length>0)return s.values[0]}}let r=t._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let n=t.value;if(n!==void 0)return n}var Bn={};Zo(Bn,{ZodISODate:()=>zf,ZodISODateTime:()=>Sf,ZodISODuration:()=>Pf,ZodISOTime:()=>Tf,date:()=>Hc,datetime:()=>Vc,duration:()=>Kc,time:()=>Bc});var Sf=_("ZodISODateTime",(t,e)=>{lf.init(t,e),ue.init(t,e)});function Vc(t){return yf(Sf,t)}var zf=_("ZodISODate",(t,e)=>{df.init(t,e),ue.init(t,e)});function Hc(t){return _f(zf,t)}var Tf=_("ZodISOTime",(t,e)=>{pf.init(t,e),ue.init(t,e)});function Bc(t){return vf(Tf,t)}var Pf=_("ZodISODuration",(t,e)=>{ff.init(t,e),ue.init(t,e)});function Kc(t){return xf(Pf,t)}var Ef=(t,e)=>{Jo.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>oa(t,r)},flatten:{value:r=>na(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},VI=_("ZodError",Ef),Kn=_("ZodError",Ef,{Parent:Error});var Of=sa(Kn),If=aa(Kn),Rf=ua(Kn),jf=la(Kn);var me=_("ZodType",(t,e)=>(ee.init(t,e),t.def=e,Object.defineProperty(t,"_def",{value:e}),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>Ke(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t)),t.parse=(r,n)=>Of(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Rf(t,r,n),t.parseAsync=async(r,n)=>If(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>jf(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Tw(r,n)),t.superRefine=r=>t.check(Pw(r)),t.overwrite=r=>t.check(wr(r)),t.optional=()=>de(t),t.nullable=()=>Zf(t),t.nullish=()=>de(Zf(t)),t.nonoptional=r=>xw(t,r),t.array=()=>K(t),t.or=r=>ie([t,r]),t.and=r=>fs(t,r),t.transform=r=>Jc(t,Uf(r)),t.default=r=>yw(t,r),t.prefault=r=>vw(t,r),t.catch=r=>ww(t,r),t.pipe=r=>Jc(t,r),t.readonly=()=>Sw(t),t.describe=r=>{let n=t.clone();return Lt.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return Lt.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return Lt.get(t);let n=t.clone();return Lt.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Af=_("_ZodString",(t,e)=>{Un.init(t,e),me.init(t,e);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(Oc(...n)),t.includes=(...n)=>t.check(jc(...n)),t.startsWith=(...n)=>t.check(Nc(...n)),t.endsWith=(...n)=>t.check(Cc(...n)),t.min=(...n)=>t.check(Jr(...n)),t.max=(...n)=>t.check(is(...n)),t.length=(...n)=>t.check(as(...n)),t.nonempty=(...n)=>t.check(Jr(1,...n)),t.lowercase=n=>t.check(Ic(n)),t.uppercase=n=>t.check(Rc(n)),t.trim=()=>t.check(Ac()),t.normalize=(...n)=>t.check(Zc(...n)),t.toLowerCase=()=>t.check(Mc()),t.toUpperCase=()=>t.check(Dc())}),Db=_("ZodString",(t,e)=>{Un.init(t,e),Af.init(t,e),t.email=r=>t.check(nc(Lb,r)),t.url=r=>t.check(cc(qb,r)),t.jwt=r=>t.check($c(rw,r)),t.emoji=r=>t.check(uc(Ub,r)),t.guid=r=>t.check(rs(Nf,r)),t.uuid=r=>t.check(oc(ps,r)),t.uuidv4=r=>t.check(sc(ps,r)),t.uuidv6=r=>t.check(ic(ps,r)),t.uuidv7=r=>t.check(ac(ps,r)),t.nanoid=r=>t.check(lc(Fb,r)),t.guid=r=>t.check(rs(Nf,r)),t.cuid=r=>t.check(dc(Vb,r)),t.cuid2=r=>t.check(pc(Hb,r)),t.ulid=r=>t.check(fc(Bb,r)),t.base64=r=>t.check(xc(Qb,r)),t.base64url=r=>t.check(bc(ew,r)),t.xid=r=>t.check(mc(Kb,r)),t.ksuid=r=>t.check(hc(Xb,r)),t.ipv4=r=>t.check(gc(Jb,r)),t.ipv6=r=>t.check(yc(Gb,r)),t.cidrv4=r=>t.check(_c(Wb,r)),t.cidrv6=r=>t.check(vc(Yb,r)),t.e164=r=>t.check(wc(tw,r)),t.datetime=r=>t.check(Vc(r)),t.date=r=>t.check(Hc(r)),t.time=r=>t.check(Bc(r)),t.duration=r=>t.check(Kc(r))});function y(t){return rc(Db,t)}var ue=_("ZodStringFormat",(t,e)=>{oe.init(t,e),Af.init(t,e)}),Lb=_("ZodEmail",(t,e)=>{_a.init(t,e),ue.init(t,e)});var Nf=_("ZodGUID",(t,e)=>{ga.init(t,e),ue.init(t,e)});var ps=_("ZodUUID",(t,e)=>{ya.init(t,e),ue.init(t,e)});var qb=_("ZodURL",(t,e)=>{va.init(t,e),ue.init(t,e)});var Ub=_("ZodEmoji",(t,e)=>{xa.init(t,e),ue.init(t,e)});var Fb=_("ZodNanoID",(t,e)=>{ba.init(t,e),ue.init(t,e)});var Vb=_("ZodCUID",(t,e)=>{wa.init(t,e),ue.init(t,e)});var Hb=_("ZodCUID2",(t,e)=>{$a.init(t,e),ue.init(t,e)});var Bb=_("ZodULID",(t,e)=>{ka.init(t,e),ue.init(t,e)});var Kb=_("ZodXID",(t,e)=>{Sa.init(t,e),ue.init(t,e)});var Xb=_("ZodKSUID",(t,e)=>{za.init(t,e),ue.init(t,e)});var Jb=_("ZodIPv4",(t,e)=>{Ta.init(t,e),ue.init(t,e)});var Gb=_("ZodIPv6",(t,e)=>{Pa.init(t,e),ue.init(t,e)});var Wb=_("ZodCIDRv4",(t,e)=>{Ea.init(t,e),ue.init(t,e)});var Yb=_("ZodCIDRv6",(t,e)=>{Oa.init(t,e),ue.init(t,e)});var Qb=_("ZodBase64",(t,e)=>{Ia.init(t,e),ue.init(t,e)});var ew=_("ZodBase64URL",(t,e)=>{Ra.init(t,e),ue.init(t,e)});var tw=_("ZodE164",(t,e)=>{ja.init(t,e),ue.init(t,e)});var rw=_("ZodJWT",(t,e)=>{Na.init(t,e),ue.init(t,e)});var Mf=_("ZodNumber",(t,e)=>{Qo.init(t,e),me.init(t,e),t.gt=(n,o)=>t.check(os(n,o)),t.gte=(n,o)=>t.check(Hn(n,o)),t.min=(n,o)=>t.check(Hn(n,o)),t.lt=(n,o)=>t.check(ns(n,o)),t.lte=(n,o)=>t.check(Vn(n,o)),t.max=(n,o)=>t.check(Vn(n,o)),t.int=n=>t.check(Cf(n)),t.safe=n=>t.check(Cf(n)),t.positive=n=>t.check(os(0,n)),t.nonnegative=n=>t.check(Hn(0,n)),t.negative=n=>t.check(ns(0,n)),t.nonpositive=n=>t.check(Vn(0,n)),t.multipleOf=(n,o)=>t.check(ss(n,o)),t.step=(n,o)=>t.check(ss(n,o)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});function Q(t){return kc(Mf,t)}var nw=_("ZodNumberFormat",(t,e)=>{Ca.init(t,e),Mf.init(t,e)});function Cf(t){return Sc(nw,t)}var ow=_("ZodBoolean",(t,e)=>{Za.init(t,e),me.init(t,e)});function xe(t){return zc(ow,t)}var sw=_("ZodNull",(t,e)=>{Aa.init(t,e),me.init(t,e)});function Df(t){return Tc(sw,t)}var iw=_("ZodUnknown",(t,e)=>{Ma.init(t,e),me.init(t,e)});function le(){return Pc(iw)}var aw=_("ZodNever",(t,e)=>{Da.init(t,e),me.init(t,e)});function cw(t){return Ec(aw,t)}var uw=_("ZodArray",(t,e)=>{La.init(t,e),me.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(Jr(r,n)),t.nonempty=r=>t.check(Jr(1,r)),t.max=(r,n)=>t.check(is(r,n)),t.length=(r,n)=>t.check(as(r,n)),t.unwrap=()=>t.element});function K(t,e){return bf(uw,t,e)}var Lf=_("ZodObject",(t,e)=>{es.init(t,e),me.init(t,e),B.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>Me(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:le()}),t.loose=()=>t.clone({...t._zod.def,catchall:le()}),t.strict=()=>t.clone({...t._zod.def,catchall:cw()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>B.extend(t,r),t.merge=r=>B.merge(t,r),t.pick=r=>B.pick(t,r),t.omit=r=>B.omit(t,r),t.partial=(...r)=>B.partial(Ff,t,r[0]),t.required=(...r)=>B.required(Vf,t,r[0])});function P(t,e){let r={type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},...B.normalizeParams(e)};return new Lf(r)}function Ie(t,e){return new Lf({type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},catchall:le(),...B.normalizeParams(e)})}var qf=_("ZodUnion",(t,e)=>{ts.init(t,e),me.init(t,e),t.options=e.options});function ie(t,e){return new qf({type:"union",options:t,...B.normalizeParams(e)})}var lw=_("ZodDiscriminatedUnion",(t,e)=>{qf.init(t,e),qa.init(t,e)});function Gc(t,e,r){return new lw({type:"union",options:e,discriminator:t,...B.normalizeParams(r)})}var dw=_("ZodIntersection",(t,e)=>{Ua.init(t,e),me.init(t,e)});function fs(t,e){return new dw({type:"intersection",left:t,right:e})}var pw=_("ZodRecord",(t,e)=>{Fa.init(t,e),me.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function se(t,e,r){return new pw({type:"record",keyType:t,valueType:e,...B.normalizeParams(r)})}var Xc=_("ZodEnum",(t,e)=>{Va.init(t,e),me.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Xc({...e,checks:[],...B.normalizeParams(o),entries:s})},t.exclude=(n,o)=>{let s={...e.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Xc({...e,checks:[],...B.normalizeParams(o),entries:s})}});function Me(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new Xc({type:"enum",entries:r,...B.normalizeParams(e)})}var fw=_("ZodLiteral",(t,e)=>{Ha.init(t,e),me.init(t,e),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function I(t,e){return new fw({type:"literal",values:Array.isArray(t)?t:[t],...B.normalizeParams(e)})}var mw=_("ZodTransform",(t,e)=>{Ba.init(t,e),me.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(B.issue(s,r.value,e));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),i.continue??(i.continue=!0),r.issues.push(B.issue(i))}};let o=e.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function Uf(t){return new mw({type:"transform",transform:t})}var Ff=_("ZodOptional",(t,e)=>{Ka.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function de(t){return new Ff({type:"optional",innerType:t})}var hw=_("ZodNullable",(t,e)=>{Xa.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Zf(t){return new hw({type:"nullable",innerType:t})}var gw=_("ZodDefault",(t,e)=>{Ja.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function yw(t,e){return new gw({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var _w=_("ZodPrefault",(t,e)=>{Ga.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function vw(t,e){return new _w({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Vf=_("ZodNonOptional",(t,e)=>{Wa.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function xw(t,e){return new Vf({type:"nonoptional",innerType:t,...B.normalizeParams(e)})}var bw=_("ZodCatch",(t,e)=>{Ya.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function ww(t,e){return new bw({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var $w=_("ZodPipe",(t,e)=>{Qa.init(t,e),me.init(t,e),t.in=e.in,t.out=e.out});function Jc(t,e){return new $w({type:"pipe",in:t,out:e})}var kw=_("ZodReadonly",(t,e)=>{ec.init(t,e),me.init(t,e)});function Sw(t){return new kw({type:"readonly",innerType:t})}var Hf=_("ZodCustom",(t,e)=>{tc.init(t,e),me.init(t,e)});function zw(t){let e=new we({check:"custom"});return e._zod.check=t,e}function Bf(t,e){return Lc(Hf,t??(()=>!0),e)}function Tw(t,e={}){return qc(Hf,t,e)}function Pw(t){let e=zw(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(B.issue(n,r.value,e._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=e),o.continue??(o.continue=!e._zod.def.abort),r.issues.push(B.issue(o))}},t(r.value,r)));return e}function Wc(t,e){return Jc(Uf(t),e)}Be(hf());var Qc="2025-11-25";var Kf=[Qc,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Ft="io.modelcontextprotocol/related-task",hs="2.0",ve=Bf(t=>t!==null&&(typeof t=="object"||typeof t=="function")),Xf=ie([y(),Q().int()]),Jf=y(),oR=Ie({ttl:Q().optional(),pollInterval:Q().optional()}),Ew=P({ttl:Q().optional()}),Ow=P({taskId:y()}),eu=Ie({progressToken:Xf.optional(),[Ft]:Ow.optional()}),Xe=P({_meta:eu.optional()}),Xn=Xe.extend({task:Ew.optional()}),Gf=t=>Xn.safeParse(t).success,$e=P({method:y(),params:Xe.loose().optional()}),Ye=P({_meta:eu.optional()}),Qe=P({method:y(),params:Ye.loose().optional()}),ke=Ie({_meta:eu.optional()}),gs=ie([y(),Q().int()]),Wf=P({jsonrpc:I(hs),id:gs,...$e.shape}).strict(),tu=t=>Wf.safeParse(t).success,Yf=P({jsonrpc:I(hs),...Qe.shape}).strict(),Qf=t=>Yf.safeParse(t).success,ru=P({jsonrpc:I(hs),id:gs,result:ke}).strict(),Jn=t=>ru.safeParse(t).success;var j;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(j||(j={}));var nu=P({jsonrpc:I(hs),id:gs.optional(),error:P({code:Q().int(),message:y(),data:le().optional()})}).strict();var em=t=>nu.safeParse(t).success;var tm=ie([Wf,Yf,ru,nu]),sR=ie([ru,nu]),ys=ke.strict(),Iw=Ye.extend({requestId:gs.optional(),reason:y().optional()}),_s=Qe.extend({method:I("notifications/cancelled"),params:Iw}),Rw=P({src:y(),mimeType:y().optional(),sizes:K(y()).optional(),theme:Me(["light","dark"]).optional()}),Gn=P({icons:K(Rw).optional()}),Wr=P({name:y(),title:y().optional()}),rm=Wr.extend({...Wr.shape,...Gn.shape,version:y(),websiteUrl:y().optional(),description:y().optional()}),jw=fs(P({applyDefaults:xe().optional()}),se(y(),le())),Nw=Wc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,fs(P({form:jw.optional(),url:ve.optional()}),se(y(),le()).optional())),Cw=Ie({list:ve.optional(),cancel:ve.optional(),requests:Ie({sampling:Ie({createMessage:ve.optional()}).optional(),elicitation:Ie({create:ve.optional()}).optional()}).optional()}),Zw=Ie({list:ve.optional(),cancel:ve.optional(),requests:Ie({tools:Ie({call:ve.optional()}).optional()}).optional()}),Aw=P({experimental:se(y(),ve).optional(),sampling:P({context:ve.optional(),tools:ve.optional()}).optional(),elicitation:Nw.optional(),roots:P({listChanged:xe().optional()}).optional(),tasks:Cw.optional(),extensions:se(y(),ve).optional()}),Mw=Xe.extend({protocolVersion:y(),capabilities:Aw,clientInfo:rm}),ou=$e.extend({method:I("initialize"),params:Mw});var Dw=P({experimental:se(y(),ve).optional(),logging:ve.optional(),completions:ve.optional(),prompts:P({listChanged:xe().optional()}).optional(),resources:P({subscribe:xe().optional(),listChanged:xe().optional()}).optional(),tools:P({listChanged:xe().optional()}).optional(),tasks:Zw.optional(),extensions:se(y(),ve).optional()}),Lw=ke.extend({protocolVersion:y(),capabilities:Dw,serverInfo:rm,instructions:y().optional()}),su=Qe.extend({method:I("notifications/initialized"),params:Ye.optional()});var vs=$e.extend({method:I("ping"),params:Xe.optional()}),qw=P({progress:Q(),total:de(Q()),message:de(y())}),Uw=P({...Ye.shape,...qw.shape,progressToken:Xf}),xs=Qe.extend({method:I("notifications/progress"),params:Uw}),Fw=Xe.extend({cursor:Jf.optional()}),Wn=$e.extend({params:Fw.optional()}),Yn=ke.extend({nextCursor:Jf.optional()}),Vw=Me(["working","input_required","completed","failed","cancelled"]),Qn=P({taskId:y(),status:Vw,ttl:ie([Q(),Df()]),createdAt:y(),lastUpdatedAt:y(),pollInterval:de(Q()),statusMessage:de(y())}),Yr=ke.extend({task:Qn}),Hw=Ye.merge(Qn),eo=Qe.extend({method:I("notifications/tasks/status"),params:Hw}),bs=$e.extend({method:I("tasks/get"),params:Xe.extend({taskId:y()})}),ws=ke.merge(Qn),$s=$e.extend({method:I("tasks/result"),params:Xe.extend({taskId:y()})}),iR=ke.loose(),ks=Wn.extend({method:I("tasks/list")}),Ss=Yn.extend({tasks:K(Qn)}),zs=$e.extend({method:I("tasks/cancel"),params:Xe.extend({taskId:y()})}),nm=ke.merge(Qn),om=P({uri:y(),mimeType:de(y()),_meta:se(y(),le()).optional()}),sm=om.extend({text:y()}),iu=y().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),im=om.extend({blob:iu}),to=Me(["user","assistant"]),Qr=P({audience:K(to).optional(),priority:Q().min(0).max(1).optional(),lastModified:Bn.datetime({offset:!0}).optional()}),am=P({...Wr.shape,...Gn.shape,uri:y(),description:de(y()),mimeType:de(y()),size:de(Q()),annotations:Qr.optional(),_meta:de(Ie({}))}),Bw=P({...Wr.shape,...Gn.shape,uriTemplate:y(),description:de(y()),mimeType:de(y()),annotations:Qr.optional(),_meta:de(Ie({}))}),Ts=Wn.extend({method:I("resources/list")}),Kw=Yn.extend({resources:K(am)}),Ps=Wn.extend({method:I("resources/templates/list")}),Xw=Yn.extend({resourceTemplates:K(Bw)}),au=Xe.extend({uri:y()}),Jw=au,Es=$e.extend({method:I("resources/read"),params:Jw}),Gw=ke.extend({contents:K(ie([sm,im]))}),Ww=Qe.extend({method:I("notifications/resources/list_changed"),params:Ye.optional()}),Yw=au,Qw=$e.extend({method:I("resources/subscribe"),params:Yw}),e$=au,t$=$e.extend({method:I("resources/unsubscribe"),params:e$}),r$=Ye.extend({uri:y()}),n$=Qe.extend({method:I("notifications/resources/updated"),params:r$}),o$=P({name:y(),description:de(y()),required:de(xe())}),s$=P({...Wr.shape,...Gn.shape,description:de(y()),arguments:de(K(o$)),_meta:de(Ie({}))}),Os=Wn.extend({method:I("prompts/list")}),i$=Yn.extend({prompts:K(s$)}),a$=Xe.extend({name:y(),arguments:se(y(),y()).optional()}),Is=$e.extend({method:I("prompts/get"),params:a$}),cu=P({type:I("text"),text:y(),annotations:Qr.optional(),_meta:se(y(),le()).optional()}),uu=P({type:I("image"),data:iu,mimeType:y(),annotations:Qr.optional(),_meta:se(y(),le()).optional()}),lu=P({type:I("audio"),data:iu,mimeType:y(),annotations:Qr.optional(),_meta:se(y(),le()).optional()}),c$=P({type:I("tool_use"),name:y(),id:y(),input:se(y(),le()),_meta:se(y(),le()).optional()}),u$=P({type:I("resource"),resource:ie([sm,im]),annotations:Qr.optional(),_meta:se(y(),le()).optional()}),l$=am.extend({type:I("resource_link")}),du=ie([cu,uu,lu,l$,u$]),d$=P({role:to,content:du}),p$=ke.extend({description:y().optional(),messages:K(d$)}),f$=Qe.extend({method:I("notifications/prompts/list_changed"),params:Ye.optional()}),m$=P({title:y().optional(),readOnlyHint:xe().optional(),destructiveHint:xe().optional(),idempotentHint:xe().optional(),openWorldHint:xe().optional()}),h$=P({taskSupport:Me(["required","optional","forbidden"]).optional()}),cm=P({...Wr.shape,...Gn.shape,description:y().optional(),inputSchema:P({type:I("object"),properties:se(y(),ve).optional(),required:K(y()).optional()}).catchall(le()),outputSchema:P({type:I("object"),properties:se(y(),ve).optional(),required:K(y()).optional()}).catchall(le()).optional(),annotations:m$.optional(),execution:h$.optional(),_meta:se(y(),le()).optional()}),Rs=Wn.extend({method:I("tools/list")}),g$=Yn.extend({tools:K(cm)}),js=ke.extend({content:K(du).default([]),structuredContent:se(y(),le()).optional(),isError:xe().optional()}),aR=js.or(ke.extend({toolResult:le()})),y$=Xn.extend({name:y(),arguments:se(y(),le()).optional()}),en=$e.extend({method:I("tools/call"),params:y$}),_$=Qe.extend({method:I("notifications/tools/list_changed"),params:Ye.optional()}),cR=P({autoRefresh:xe().default(!0),debounceMs:Q().int().nonnegative().default(300)}),ro=Me(["debug","info","notice","warning","error","critical","alert","emergency"]),v$=Xe.extend({level:ro}),pu=$e.extend({method:I("logging/setLevel"),params:v$}),x$=Ye.extend({level:ro,logger:y().optional(),data:le()}),b$=Qe.extend({method:I("notifications/message"),params:x$}),w$=P({name:y().optional()}),$$=P({hints:K(w$).optional(),costPriority:Q().min(0).max(1).optional(),speedPriority:Q().min(0).max(1).optional(),intelligencePriority:Q().min(0).max(1).optional()}),k$=P({mode:Me(["auto","required","none"]).optional()}),S$=P({type:I("tool_result"),toolUseId:y().describe("The unique identifier for the corresponding tool call."),content:K(du).default([]),structuredContent:P({}).loose().optional(),isError:xe().optional(),_meta:se(y(),le()).optional()}),z$=Gc("type",[cu,uu,lu]),ms=Gc("type",[cu,uu,lu,c$,S$]),T$=P({role:to,content:ie([ms,K(ms)]),_meta:se(y(),le()).optional()}),P$=Xn.extend({messages:K(T$),modelPreferences:$$.optional(),systemPrompt:y().optional(),includeContext:Me(["none","thisServer","allServers"]).optional(),temperature:Q().optional(),maxTokens:Q().int(),stopSequences:K(y()).optional(),metadata:ve.optional(),tools:K(cm).optional(),toolChoice:k$.optional()}),E$=$e.extend({method:I("sampling/createMessage"),params:P$}),no=ke.extend({model:y(),stopReason:de(Me(["endTurn","stopSequence","maxTokens"]).or(y())),role:to,content:z$}),fu=ke.extend({model:y(),stopReason:de(Me(["endTurn","stopSequence","maxTokens","toolUse"]).or(y())),role:to,content:ie([ms,K(ms)])}),O$=P({type:I("boolean"),title:y().optional(),description:y().optional(),default:xe().optional()}),I$=P({type:I("string"),title:y().optional(),description:y().optional(),minLength:Q().optional(),maxLength:Q().optional(),format:Me(["email","uri","date","date-time"]).optional(),default:y().optional()}),R$=P({type:Me(["number","integer"]),title:y().optional(),description:y().optional(),minimum:Q().optional(),maximum:Q().optional(),default:Q().optional()}),j$=P({type:I("string"),title:y().optional(),description:y().optional(),enum:K(y()),default:y().optional()}),N$=P({type:I("string"),title:y().optional(),description:y().optional(),oneOf:K(P({const:y(),title:y()})),default:y().optional()}),C$=P({type:I("string"),title:y().optional(),description:y().optional(),enum:K(y()),enumNames:K(y()).optional(),default:y().optional()}),Z$=ie([j$,N$]),A$=P({type:I("array"),title:y().optional(),description:y().optional(),minItems:Q().optional(),maxItems:Q().optional(),items:P({type:I("string"),enum:K(y())}),default:K(y()).optional()}),M$=P({type:I("array"),title:y().optional(),description:y().optional(),minItems:Q().optional(),maxItems:Q().optional(),items:P({anyOf:K(P({const:y(),title:y()}))}),default:K(y()).optional()}),D$=ie([A$,M$]),L$=ie([C$,Z$,D$]),q$=ie([L$,O$,I$,R$]),U$=Xn.extend({mode:I("form").optional(),message:y(),requestedSchema:P({type:I("object"),properties:se(y(),q$),required:K(y()).optional()})}),F$=Xn.extend({mode:I("url"),message:y(),elicitationId:y(),url:y().url()}),V$=ie([U$,F$]),H$=$e.extend({method:I("elicitation/create"),params:V$}),B$=Ye.extend({elicitationId:y()}),K$=Qe.extend({method:I("notifications/elicitation/complete"),params:B$}),tn=ke.extend({action:Me(["accept","decline","cancel"]),content:Wc(t=>t===null?void 0:t,se(y(),ie([y(),Q(),xe(),K(y())])).optional())}),X$=P({type:I("ref/resource"),uri:y()});var J$=P({type:I("ref/prompt"),name:y()}),G$=Xe.extend({ref:ie([J$,X$]),argument:P({name:y(),value:y()}),context:P({arguments:se(y(),y()).optional()}).optional()}),Ns=$e.extend({method:I("completion/complete"),params:G$});function um(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function lm(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var W$=ke.extend({completion:Ie({values:K(y()).max(100),total:de(Q().int()),hasMore:de(xe())})}),Y$=P({uri:y().startsWith("file://"),name:y().optional(),_meta:se(y(),le()).optional()}),Q$=$e.extend({method:I("roots/list"),params:Xe.optional()}),mu=ke.extend({roots:K(Y$)}),e0=Qe.extend({method:I("notifications/roots/list_changed"),params:Ye.optional()}),uR=ie([vs,ou,Ns,pu,Is,Os,Ts,Ps,Es,Qw,t$,en,Rs,bs,$s,ks,zs]),lR=ie([_s,xs,su,e0,eo]),dR=ie([ys,no,fu,tn,mu,ws,Ss,Yr]),pR=ie([vs,E$,H$,Q$,bs,$s,ks,zs]),fR=ie([_s,xs,b$,n$,Ww,_$,f$,eo,K$]),mR=ie([ys,Lw,W$,p$,i$,Kw,Xw,Gw,js,g$,ws,Ss,Yr]),O=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===j.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new Yc(o.elicitations,r)}return new t(e,r,n)}},Yc=class extends O{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(j.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Vt(t){return t==="completed"||t==="failed"||t==="cancelled"}var pm=Symbol("Let zodToJsonSchema decide on which parser to use");var dm={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},fm=t=>typeof t=="string"?{...dm,name:t}:{...dm,...t};var mm=t=>{let e=fm(t),r=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([n,o])=>[o._def,{def:o._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}};function hu(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function X(t,e,r,n,o){t[e]=r,hu(t,e,n,o)}var Cs=(t,e)=>{let r=0;for(;r<t.length&&r<e.length&&t[r]===e[r];r++);return[(t.length-r).toString(),...e.slice(r)].join("/")};function pe(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Cs(e,t.currentPath):e.join("/")}}function hm(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==$.ZodAny&&(r.items=A(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&X(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&X(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(X(r,"minItems",t.exactLength.value,t.exactLength.message,e),X(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function gm(t,e){let r={type:"integer",format:"int64"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?X(r,"minimum",n.value,n.message,e):X(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),X(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?X(r,"maximum",n.value,n.message,e):X(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),X(r,"maximum",n.value,n.message,e));break;case"multipleOf":X(r,"multipleOf",n.value,n.message,e);break}return r}function ym(){return{type:"boolean"}}function Zs(t,e){return A(t.type._def,e)}var _m=(t,e)=>A(t.innerType._def,e);function gu(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>gu(t,e,o))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return t0(t,e)}}var t0=(t,e)=>{let r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(let n of t.checks)switch(n.kind){case"min":X(r,"minimum",n.value,n.message,e);break;case"max":X(r,"maximum",n.value,n.message,e);break}return r};function vm(t,e){return{...A(t.innerType._def,e),default:t.defaultValue()}}function xm(t,e){return e.effectStrategy==="input"?A(t.schema._def,e):pe(e)}function bm(t){return{type:"string",enum:Array.from(t.values)}}var r0=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function wm(t,e){let r=[A(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),A(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(s=>!!s),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,o=[];return r.forEach(s=>{if(r0(s))o.push(...s.allOf),s.unevaluatedProperties===void 0&&(n=void 0);else{let i=s;if("additionalProperties"in s&&s.additionalProperties===!1){let{additionalProperties:a,...c}=s;i=c}else n=void 0;o.push(i)}}),o.length?{allOf:o,...n}:void 0}function $m(t,e){let r=typeof t.value;return r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:r==="bigint"?"integer":r,enum:[t.value]}:{type:r==="bigint"?"integer":r,const:t.value}}var yu,at={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(yu===void 0&&(yu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),yu),uuid:/^[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}$/,ipv4:/^(?:(?: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])$/,ipv4Cidr:/^(?:(?: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])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([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])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function As(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":X(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":X(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"email":switch(e.emailStrategy){case"format:email":ct(r,"email",n.message,e);break;case"format:idn-email":ct(r,"idn-email",n.message,e);break;case"pattern:zod":Re(r,at.email,n.message,e);break}break;case"url":ct(r,"uri",n.message,e);break;case"uuid":ct(r,"uuid",n.message,e);break;case"regex":Re(r,n.regex,n.message,e);break;case"cuid":Re(r,at.cuid,n.message,e);break;case"cuid2":Re(r,at.cuid2,n.message,e);break;case"startsWith":Re(r,RegExp(`^${_u(n.value,e)}`),n.message,e);break;case"endsWith":Re(r,RegExp(`${_u(n.value,e)}$`),n.message,e);break;case"datetime":ct(r,"date-time",n.message,e);break;case"date":ct(r,"date",n.message,e);break;case"time":ct(r,"time",n.message,e);break;case"duration":ct(r,"duration",n.message,e);break;case"length":X(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),X(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Re(r,RegExp(_u(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&ct(r,"ipv4",n.message,e),n.version!=="v4"&&ct(r,"ipv6",n.message,e);break}case"base64url":Re(r,at.base64url,n.message,e);break;case"jwt":Re(r,at.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Re(r,at.ipv4Cidr,n.message,e),n.version!=="v4"&&Re(r,at.ipv6Cidr,n.message,e);break}case"emoji":Re(r,at.emoji(),n.message,e);break;case"ulid":{Re(r,at.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{ct(r,"binary",n.message,e);break}case"contentEncoding:base64":{X(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Re(r,at.base64,n.message,e);break}}break}case"nanoid":Re(r,at.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function _u(t,e){return e.patternStrategy==="escape"?o0(t):t}var n0=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function o0(t){let e="";for(let r=0;r<t.length;r++)n0.has(t[r])||(e+="\\"),e+=t[r];return e}function ct(t,e,r,n){t.format||t.anyOf?.some(o=>o.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&n.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...r&&n.errorMessages&&{errorMessage:{format:r}}})):X(t,"format",e,r,n)}function Re(t,e,r,n){t.pattern||t.allOf?.some(o=>o.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&n.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:km(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):X(t,"pattern",km(e,n),r,n)}function km(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source,o="",s=!1,i=!1,a=!1;for(let c=0;c<n.length;c++){if(s){o+=n[c],s=!1;continue}if(r.i){if(i){if(n[c].match(/[a-z]/)){a?(o+=n[c],o+=`${n[c-2]}-${n[c]}`.toUpperCase(),a=!1):n[c+1]==="-"&&n[c+2]?.match(/[a-z]/)?(o+=n[c],a=!0):o+=`${n[c]}${n[c].toUpperCase()}`;continue}}else if(n[c].match(/[a-z]/)){o+=`[${n[c]}${n[c].toUpperCase()}]`;continue}}if(r.m){if(n[c]==="^"){o+=`(^|(?<=[\r
62
139
  ]))`;continue}else if(n[c]==="$"){o+=`($|(?=[\r
63
140
  ]))`;continue}}if(r.s&&n[c]==="."){o+=i?`${n[c]}\r
64
141
  `:`[${n[c]}\r
65
- ]`;continue}o+=n[c],n[c]==="\\"?s=!0:i&&n[c]==="]"?i=!1:!i&&n[c]==="["&&(i=!0)}try{new RegExp(o)}catch{return console.warn(`Could not convert regex pattern at ${e.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),t.source}return o}function Ps(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===w.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??pe(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===w.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=Ts(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===w.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===w.ZodBranded&&t.keyType._def.type._def.typeName===w.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=zs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function tm(t,e){if(e.mapStrategy==="record")return Ps(t,e);let r=A(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||pe(e),n=A(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||pe(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function rm(t){let e=t.values,n=Object.keys(t.values).filter(s=>typeof e[e[s]]!="number").map(s=>e[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function nm(t){return t.target==="openAi"?void 0:{not:pe({...t,currentPath:[...t.currentPath,"not"]})}}function om(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Xn={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function im(t,e){if(e.target==="openApi3")return sm(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in Xn&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=Xn[s._def.typeName];return i&&!o.includes(i)?[...o,i]:o},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=r.reduce((o,s)=>{let i=typeof s._def.value;switch(i){case"string":case"number":case"boolean":return[...o,i];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];default:return o}},[]);if(n.length===r.length){let o=n.filter((s,i,a)=>a.indexOf(s)===i);return{type:o.length>1?o:o[0],enum:r.reduce((s,i)=>s.includes(i._def.value)?s:[...s,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,o)=>[...n,...o._def.values.filter(s=>!n.includes(s))],[])};return sm(t,e)}var sm=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>A(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function am(t,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(t.innerType._def.typeName)&&(!t.innerType._def.checks||!t.innerType._def.checks.length))return e.target==="openApi3"?{type:Xn[t.innerType._def.typeName],nullable:!0}:{type:[Xn[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=A(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=A(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function cm(t,e){let r={type:"number"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"int":r.type="integer",nu(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?J(r,"minimum",n.value,n.message,e):J(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),J(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?J(r,"maximum",n.value,n.message,e):J(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),J(r,"maximum",n.value,n.message,e));break;case"multipleOf":J(r,"multipleOf",n.value,n.message,e);break}return r}function um(t,e){let r=e.target==="openAi",n={type:"object",properties:{}},o=[],s=t.shape();for(let a in s){let c=s[a];if(c===void 0||c._def===void 0)continue;let u=H$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=A(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||o.push(a))}o.length&&(n.required=o);let i=V$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function V$(t,e){if(t.catchall._def.typeName!=="ZodNever")return A(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function H$(t){try{return t.isOptional()}catch{return!0}}var lm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return A(t.innerType._def,e);let r=A(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:pe(e)},r]}:pe(e)};var dm=(t,e)=>{if(e.pipeStrategy==="input")return A(t.in._def,e);if(e.pipeStrategy==="output")return A(t.out._def,e);let r=A(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=A(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function pm(t,e){return A(t.type._def,e)}function fm(t,e){let n={type:"array",uniqueItems:!0,items:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&J(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&J(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function mm(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>A(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:A(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>A(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function hm(t){return{not:pe(t)}}function gm(t){return pe(t)}var ym=(t,e)=>A(t.innerType._def,e);var _m=(t,e,r)=>{switch(e){case w.ZodString:return Ts(t,r);case w.ZodNumber:return cm(t,r);case w.ZodObject:return um(t,r);case w.ZodBigInt:return Bf(t,r);case w.ZodBoolean:return Kf();case w.ZodDate:return ou(t,r);case w.ZodUndefined:return hm(r);case w.ZodNull:return om(r);case w.ZodArray:return Hf(t,r);case w.ZodUnion:case w.ZodDiscriminatedUnion:return im(t,r);case w.ZodIntersection:return Yf(t,r);case w.ZodTuple:return mm(t,r);case w.ZodRecord:return Ps(t,r);case w.ZodLiteral:return Qf(t,r);case w.ZodEnum:return Xf(t);case w.ZodNativeEnum:return rm(t);case w.ZodNullable:return am(t,r);case w.ZodOptional:return lm(t,r);case w.ZodMap:return tm(t,r);case w.ZodSet:return fm(t,r);case w.ZodLazy:return()=>t.getter()._def;case w.ZodPromise:return pm(t,r);case w.ZodNaN:case w.ZodNever:return nm(r);case w.ZodEffects:return Wf(t,r);case w.ZodAny:return pe(r);case w.ZodUnknown:return gm(r);case w.ZodDefault:return Gf(t,r);case w.ZodBranded:return zs(t,r);case w.ZodReadonly:return ym(t,r);case w.ZodCatch:return Jf(t,r);case w.ZodPipeline:return dm(t,r);case w.ZodFunction:case w.ZodVoid:case w.ZodSymbol:return;default:return(n=>{})(e)}};function A(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==Uf)return a}if(n&&!r){let a=B$(n,e);if(a!==void 0)return a}let o={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,o);let s=_m(t,t.typeName,e),i=typeof s=="function"?A(s(),e):s;if(i&&K$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var B$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Ss(e.currentPath,t.path)};case"none":case"seen":return t.path.length<e.currentPath.length&&t.path.every((r,n)=>e.currentPath[n]===r)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),pe(e)):e.$refStrategy==="seen"?pe(e):void 0}},K$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var au=(t,e)=>{let r=Vf(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:A(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??pe(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=A(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??pe(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(s.title=i),r.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[r.openAiAnyTypeName]||(n[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let a=o===void 0?n?{...s,[r.definitionPath]:n}:s:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,o].join("/"),[r.definitionPath]:{...n,[o]:s}};return r.target==="jsonSchema7"?a.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(a.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in a||"oneOf"in a||"allOf"in a||"type"in a&&Array.isArray(a.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),a};function J$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function cu(t,e){return Xe(t)?Ic(t,{target:J$(e?.target),io:e?.pipeStrategy??"input"}):au(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function uu(t){let r=qt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ts(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function lu(t,e){let r=Dt(t,e);if(!r.success)throw r.error;return r.data}var G$=6e4,Es=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(cs,r=>{this._oncancel(r)}),this.setNotificationHandler(ls,r=>{this._onprogress(r)}),this.setRequestHandler(us,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(ds,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(j.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(fs,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{let d=c,m=new I(d.error.code,d.error.message,d.error.data);l(m)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new I(j.InvalidParams,`Task not found: ${s}`);if(!Ut(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Ut(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[Lt]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(ms,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new I(j.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(gs,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(j.InvalidParams,`Task not found: ${r.params.taskId}`);if(Ut(o.status))throw new I(j.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new I(j.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof I?o:new I(j.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),I.fromError(j.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),Un(s)||If(s)?this._onresponse(s):Fc(s)?this._onrequest(s,i):Ef(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=I.fromError(j.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[Lt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:j.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=zf(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,m)=>{if(i.signal.aborted)throw new I(j.ConnectionClosed,"Request was cancelled");let f={...m,relatedRequestId:e.id};s&&!f.relatedTask&&(f.relatedTask={taskId:s});let p=f.relatedTask?.taskId??s;return p&&c&&await c.updateTaskStatus(p,"input_required"),await this.request(l,d,f)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async l=>{if(i.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:j.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),Un(e))n(e);else{let i=new I(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(Un(e)&&e.result&&typeof e.result=="object"){let i=e.result;if(i.task&&typeof i.task=="object"){let a=i.task;typeof a.taskId=="string"&&(s=!0,this._taskProgressTokens.set(a.taskId,r))}}if(s||this._progressHandlers.delete(r),Un(e))o(e);else{let i=I.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof I?i:new I(j.InternalError,String(i))}}return}let s;try{let i=await this.request(e,Jr,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new I(j.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Ut(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new I(j.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new I(j.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof I?i:new I(j.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=v=>{l(v)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(v){d(v);return}n?.signal?.throwIfAborted();let m=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:m};n?.onprogress&&(this._progressHandlers.set(m,n.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:m}}),a&&(f.params={...f.params,task:a}),c&&(f.params={...f.params,_meta:{...f.params?._meta||{},[Lt]:c}});let p=v=>{this._responseHandlers.delete(m),this._progressHandlers.delete(m),this._cleanupTimeout(m),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:m,reason:String(v)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(T=>this._onerror(new Error(`Failed to send cancellation: ${T}`)));let x=v instanceof I?v:new I(j.RequestTimeout,String(v));l(x)};this._responseHandlers.set(m,v=>{if(!n?.signal?.aborted){if(v instanceof Error)return l(v);try{let x=Dt(r,v.result);x.success?u(x.data):l(x.error)}catch(x){l(x)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let h=n?.timeout??G$,g=()=>p(I.fromError(j.RequestTimeout,"Request timed out",{timeout:h}));this._setupTimeout(m,h,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let b=c?.taskId;if(b){let v=x=>{let T=this._responseHandlers.get(m);T?T(x):this._onerror(new Error(`Response handler missing for side-channeled request ${m}`))};this._requestResolvers.set(m,v),this._enqueueTaskMessage(b,{type:"request",message:f,timestamp:Date.now()}).catch(x=>{this._cleanupTimeout(m),l(x)})}else this._transport.send(f,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(v=>{this._cleanupTimeout(m),l(v)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},ps,r)}async getTaskResult(e,r,n){return this.request({method:"tasks/result",params:e},r,n)}async listTasks(e,r){return this.request({method:"tasks/list",params:e},hs,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},jf,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=r?.relatedTask?.taskId;if(n){let a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[Lt]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:a,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let a={...e,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[Lt]:r.relatedTask}}}),this._transport?.send(a,r).catch(c=>this._onerror(c))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[Lt]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=uu(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=lu(e,o);return Promise.resolve(r(i,s))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=uu(e);this._notificationHandlers.set(n,o=>{let s=lu(e,o);return Promise.resolve(r(s))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,o)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let o of n)if(o.type==="request"&&Fc(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new I(j.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new I(j.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new I(j.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new I(j.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=Kn.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Ut(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new I(j.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Ut(a.status))throw new I(j.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=Kn.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Ut(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function vm(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function xm(t,e){let r={...t};for(let n in e){let o=n,s=e[o];if(s===void 0)continue;let i=r[o];vm(i)&&vm(s)?r[o]={...i,...s}:r[o]=s}return r}var dy=hd(Wl(),1),py=hd(ly(),1);function YT(){let t=new dy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,py.default)(t),t}var li=class{constructor(e){this._ajv=e??YT()}getValidator(e){let r="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}};var di=class{constructor(e){this._server=e}requestStream(e,r,n){return this._server.requestStream(e,r,n)}createMessageStream(e,r){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let o=e.messages[e.messages.length-1],s=Array.isArray(o.content)?o.content:[o.content],i=s.some(l=>l.type==="tool_result"),a=e.messages.length>1?e.messages[e.messages.length-2]:void 0,c=a?Array.isArray(a.content)?a.content:[a.content]:[],u=c.some(l=>l.type==="tool_use");if(i){if(s.some(l=>l.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let l=new Set(c.filter(m=>m.type==="tool_use").map(m=>m.id)),d=new Set(s.filter(m=>m.type==="tool_result").map(m=>m.toolUseId));if(l.size!==d.size||![...l].every(m=>d.has(m)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},Wn,r)}elicitInputStream(e,r){let n=this._server.getClientCapabilities(),o=e.mode??"form";switch(o){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let s=o==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:s},Xr,r)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}};function fy(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${e})`);break;default:break}}function my(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var pi=class extends Es{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(Gn.options.map((n,o)=>[n,o])),this.isMessageIgnored=(n,o)=>{let s=this._loggingLevels.get(o);return s?this.LOG_LEVEL_SEVERITY.get(n)<this.LOG_LEVEL_SEVERITY.get(s):!1},this._capabilities=r?.capabilities??{},this._instructions=r?.instructions,this._jsonSchemaValidator=r?.jsonSchemaValidator??new li,this.setRequestHandler(Bc,n=>this._oninitialize(n)),this.setNotificationHandler(Kc,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(eu,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=Gn.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new di(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=xm(this._capabilities,e)}setRequestHandler(e,r){let o=qt(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(Xe(o)){let a=o;s=a._zod?.def?.value??a.value}else{let a=o;s=a._def?.value??a.value}if(typeof s!="string")throw new Error("Schema method literal must be a string");if(s==="tools/call"){let a=async(c,u)=>{let l=Dt(Wr,c);if(!l.success){let p=l.error instanceof Error?l.error.message:String(l.error);throw new I(j.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:d}=l.data,m=await Promise.resolve(r(c,u));if(d.task){let p=Dt(Jr,m);if(!p.success){let h=p.error instanceof Error?p.error.message:String(p.error);throw new I(j.InvalidParams,`Invalid task creation result: ${h}`)}return p.data}let f=Dt(ws,m);if(!f.success){let p=f.error instanceof Error?f.error.message:String(f.error);throw new I(j.InvalidParams,`Invalid tools/call result: ${p}`)}return f.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){my(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&fy(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:wf.includes(r)?r:Lc,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},as)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],o=Array.isArray(n.content)?n.content:[n.content],s=o.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(s){if(o.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(d=>d.type==="tool_use").map(d=>d.id)),l=new Set(o.filter(d=>d.type==="tool_result").map(d=>d.toolUseId));if(u.size!==l.size||![...u].every(d=>l.has(d)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},tu,r):this.request({method:"sampling/createMessage",params:e},Wn,r)}async elicitInput(e,r){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let o=e;return this.request({method:"elicitation/create",params:o},Xr,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let o=e.mode==="form"?e:{...e,mode:"form"},s=await this.request({method:"elicitation/create",params:o},Xr,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new I(j.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof I?i:new I(j.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},ru,r)}async sendLoggingMessage(e,r){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,r))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}};var gy=Symbol.for("mcp.completable");function od(t){return!!t&&typeof t=="object"&&gy in t}function yy(t){return t[gy]?.complete}var hy;(function(t){t.Completable="McpCompletable"})(hy||(hy={}));var QT=/^[A-Za-z0-9._-]{1,128}$/;function eP(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!QT.test(t)){let r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,o,s)=>s.indexOf(n)===o);return e.push(`Tool name contains invalid characters: ${r.map(n=>`"${n}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function tP(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let r of e)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function sd(t){let e=eP(t);return tP(t,e.warnings),e.isValid}var fi=class{constructor(e){this._mcpServer=e}registerToolTask(e,r,n){let o={taskSupport:"required",...r.execution};if(o.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,r.title,r.description,r.inputSchema,r.outputSchema,r.annotations,o,r._meta,n)}};var mi=class{constructor(e,r){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new pi(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new fi(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(Xt($s)),this.server.assertCanSetRequestHandler(Xt(Wr)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler($s,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{let n={name:e,title:r.title,description:r.description,inputSchema:(()=>{let o=Br(r.inputSchema);return o?cu(o,{strictUnions:!0,pipeStrategy:"input"}):rP})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=Br(r.outputSchema);o&&(n.outputSchema=cu(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(Wr,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new I(j.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new I(j.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new I(j.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new I(j.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof I&&n.code===j.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=Br(e.inputSchema)??e.inputSchema,i=await Qo(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=es(a);throw new I(j.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new I(j.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=Br(e.outputSchema),s=await Qo(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=es(i);throw new I(j.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(m=>setTimeout(m,l));let d=await n.taskStore.getTask(c);if(!d)throw new I(j.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(Xt(ks)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(ks,async e=>{switch(e.params.ref.type){case"ref/prompt":return Df(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return qf(e),this.handleResourceCompletion(e,e.params.ref);default:throw new I(j.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new I(j.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new I(j.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Po;let s=qt(n.argsSchema)?.[e.params.argument.name];if(!od(s))return Po;let i=yy(s);if(!i)return Po;let a=await i(e.params.argument.value,e.params.context);return vy(a)}async handleResourceCompletion(e,r){let n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Po;throw new I(j.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Po;let s=await o(e.params.argument.value,e.params.context);return vy(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(Xt(ys)),this.server.assertCanSetRequestHandler(Xt(_s)),this.server.assertCanSetRequestHandler(Xt(vs)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(ys,async(e,r)=>{let n=Object.entries(this._registeredResources).filter(([s,i])=>i.enabled).map(([s,i])=>({uri:s,name:i.name,...i.metadata})),o=[];for(let s of Object.values(this._registeredResourceTemplates)){if(!s.resourceTemplate.listCallback)continue;let i=await s.resourceTemplate.listCallback(r);for(let a of i.resources)o.push({...s.metadata,...a})}return{resources:[...n,...o]}}),this.server.setRequestHandler(_s,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(vs,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new I(j.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new I(j.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(Xt(xs)),this.server.assertCanSetRequestHandler(Xt(bs)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(xs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?nP(r.argsSchema):void 0}))})),this.server.setRequestHandler(bs,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new I(j.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new I(j.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=Br(n.argsSchema),s=await Qo(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=es(c);throw new I(j.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=s.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let o=n.callback;return await Promise.resolve(o(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let o;typeof n[0]=="object"&&(o=n.shift());let s=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,o){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let s=this._createRegisteredResource(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}_createRegisteredResource(e,r,n,o,s){let i={name:e,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,o,s){let i={resourceTemplate:n,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0:$r(o),callback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:a=>{typeof a.name<"u"&&a.name!==e&&(delete this._registeredPrompts[e],a.name&&(this._registeredPrompts[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.description<"u"&&(i.description=a.description),typeof a.argsSchema<"u"&&(i.argsSchema=$r(a.argsSchema)),typeof a.callback<"u"&&(i.callback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=i,o&&Object.values(o).some(c=>{let u=c instanceof Ce?c._def?.innerType:c;return od(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){sd(e);let l={title:r,description:n,inputSchema:_y(o),outputSchema:_y(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>l.update({enabled:!1}),enable:()=>l.update({enabled:!0}),remove:()=>l.update({name:null}),update:d=>{typeof d.name<"u"&&d.name!==e&&(typeof d.name=="string"&&sd(d.name),delete this._registeredTools[e],d.name&&(this._registeredTools[d.name]=l)),typeof d.title<"u"&&(l.title=d.title),typeof d.description<"u"&&(l.description=d.description),typeof d.paramsSchema<"u"&&(l.inputSchema=$r(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=$r(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];if(id(c))o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!id(r[0])&&(i=r.shift());else if(typeof c=="object"&&c!==null){if(Object.values(c).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=r.shift()}}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var rP={type:"object",properties:{}};function xy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function by(t){return"_def"in t||"_zod"in t||xy(t)}function id(t){return typeof t!="object"||t===null||by(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(xy)}function _y(t){if(t){if(id(t))return $r(t);if(!by(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function nP(t){let e=qt(t);return e?Object.entries(e).map(([r,n])=>{let o=Yp(n),s=Qp(n);return{name:r,description:o,required:!s}}):[]}function Xt(t){let r=qt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ts(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function vy(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Po={completion:{values:[],hasMore:!1}};import wy from"node:process";var hi=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
66
- `);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),oP(r)}clear(){this._buffer=void 0}};function oP(t){return Of.parse(JSON.parse(t))}function $y(t){return JSON.stringify(t)+`
67
- `}var gi=class{constructor(e=wy.stdin,r=wy.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new hi,this._started=!1,this._ondata=n=>{this._readBuffer.append(n),this.processReadBuffer()},this._onerror=n=>{this.onerror?.(n)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(r=>{let n=$y(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};import{promises as ad}from"node:fs";import*as Eo from"node:path";var sP=1500,iP=256*1024,aP=new Set([".ts",".tsx",".js",".jsx",".mjs",".cjs",".mts",".cts",".py",".go",".rs",".java",".rb",".php",".c",".h",".cpp",".cs",".swift",".kt",".vue",".svelte",".css",".scss",".html",".json",".md",".yml",".yaml",".sql",".sh"]),cP=new Set(["node_modules",".git","dist","build","out",".next","coverage","vendor",".oioxo",".vscode",".cursor",".idea","__pycache__",".venv","venv"]);function uP(t){let e=Math.min(t.length,1024);for(let r=0;r<e;r++)if(t.charCodeAt(r)===0)return!0;return!1}var lP=t=>/\.min\.[a-z]+$/.test(t);async function dP(t,e={}){let r=e.maxFiles??sP,n=[],o=[""];for(;o.length&&n.length<r;){let s=o.shift(),i;try{i=await ad.readdir(Eo.join(t,s),{withFileTypes:!0})}catch{continue}i.sort((a,c)=>a.name.localeCompare(c.name));for(let a of i){if(n.length>=r)break;let c=s?`${s}/${a.name}`:a.name;a.isDirectory()?!cP.has(a.name)&&!a.name.startsWith(".")&&o.push(c):a.isFile()&&aP.has(Eo.extname(a.name).toLowerCase())&&!lP(a.name)&&n.push(c)}}return n}async function pP(t,e){let r=Eo.join(t,e);try{if((await ad.stat(r)).size>iP)return null;let o=await ad.readFile(r,"utf8");return!o||uP(o)?null:{path:e.replace(/\\/g,"/"),content:o}}catch{return null}}async function yi(t,e={}){let r=await dP(t,e),n=[];for(let o of r){let s=await pP(t,o);s&&n.push(s)}return n}function ky(t){let e=t.toLowerCase().match(/[a-z0-9_]+/g)??[],r=[];for(let n of e){r.push(n);for(let o of n.split("_"))o&&o!==n&&r.push(o)}for(let n of t.match(/[A-Za-z][a-z0-9]+|[A-Z]+(?![a-z])/g)??[]){let o=n.toLowerCase();o.length>1&&r.push(o)}return r.filter(n=>n.length>1&&n.length<40)}var yn=class{chunks=[];df=new Map;avgLen=0;_status={files:0,chunks:0};status(){return this._status}build(e){let r=[];for(let s of e){let i=s.content.split(`
68
- `);for(let a=0;a<i.length;a+=48){let u=i.slice(a,a+60).join(`
69
- `).slice(0,4e3);if(u.trim()){let l=ky(u);if(l.length){let d=new Map;for(let m of l)d.set(m,(d.get(m)??0)+1);r.push({path:s.path,startLine:a+1,endLine:Math.min(a+60,i.length),text:u,tf:d,len:l.length})}}if(a+60>=i.length)break}}let n=new Map,o=0;for(let s of r){o+=s.len;for(let i of s.tf.keys())n.set(i,(n.get(i)??0)+1)}return this.chunks=r,this.df=n,this.avgLen=r.length?o/r.length:0,this._status={files:e.length,chunks:r.length},this._status}retrieve(e,r=6){if(!this.chunks.length)return[];let n=ky(e);if(!n.length)return[];let o=this.chunks.length,s=1.5,i=.75,a=this.chunks.map(c=>{let u=0;for(let l of n){let d=c.tf.get(l);if(!d)continue;let m=this.df.get(l)??0,f=Math.log(1+(o-m+.5)/(m+.5)),p=d+s*(1-i+i*(c.len/(this.avgLen||1)));u+=f*(d*(s+1)/p)}return{c,score:u}}).filter(c=>c.score>0);return a.sort((c,u)=>u.score-c.score),a.slice(0,r).map(({c,score:u})=>({path:c.path,startLine:c.startLine,endLine:c.endLine,text:c.text,score:u}))}};var fP=/\.(ts|tsx|mts|cts|js|jsx|mjs|cjs)$/;function mP(t){let e=[],r=[/import\s+[^'"]*?from\s*['"]([^'"]+)['"]/g,/import\s*['"]([^'"]+)['"]/g,/import\s*\(\s*['"]([^'"]+)['"]\s*\)/g,/require\s*\(\s*['"]([^'"]+)['"]\s*\)/g,/export\s+[^'"]*?from\s*['"]([^'"]+)['"]/g];for(let n of r){let o;for(;o=n.exec(t);)e.push(o[1])}return e}function hP(t){let e=t.split("/"),r=[];for(let n of e)n===""||n==="."||(n===".."?r.pop():r.push(n));return r.join("/")}var gP=t=>t.split("/").slice(0,-1).join("/");function yP(t,e,r){if(!t.startsWith("."))return null;let n=hP(gP(e)+"/"+t),o=["",".ts",".tsx",".js",".jsx",".mts",".cts",".mjs",".cjs"];for(let s of o)if(r.has(n+s))return n+s;for(let s of o.slice(1))if(r.has(n+"/index"+s))return n+"/index"+s;return null}function _i(t){let e=t.filter(s=>fP.test(s.path)),r=new Set(e.map(s=>s.path)),n=new Map,o=new Map;for(let s of e){let i=[];for(let a of mP(s.content)){let c=yP(a,s.path,r);c&&c!==s.path&&!i.includes(c)&&i.push(c)}n.set(s.path,i);for(let a of i){let c=o.get(a)??[];c.includes(s.path)||c.push(s.path),o.set(a,c)}}return{deps:n,dependents:o}}function Sy(t,e,r={}){let n=r.hops??2,o=r.max??12,s=new Set(e),i=[...e];for(let a=0;a<n&&s.size<o;a++){let c=[];for(let u of i){for(let l of t.deps.get(u)??[])if(!s.has(l)&&(s.add(l),c.push(l),s.size>=o))break;if(r.includeDependents&&a===0){for(let l of t.dependents.get(u)??[])if(!s.has(l)&&(s.add(l),c.push(l),s.size>=o))break}if(s.size>=o)break}i=c}return[...e,...Array.from(s).filter(a=>!e.includes(a))].slice(0,o)}var _P={test:/\.(ts|tsx|mts|cts|js|jsx|mjs|cjs)$/,patterns:[{re:/^\s*(?:export\s+)?(?:default\s+)?(?:async\s+)?function\s*\*?\s*(?<name>[A-Za-z_$][\w$]*)\s*(?:<[^>]*>)?\([^)]*\)?[^{;]*/,kind:"function"},{re:/^\s*(?:export\s+)?(?:default\s+)?(?:abstract\s+)?class\s+(?<name>[A-Za-z_$][\w$]*)[^{]*/,kind:"class"},{re:/^\s*(?:export\s+)?interface\s+(?<name>[A-Za-z_$][\w$]*)[^{]*/,kind:"interface"},{re:/^\s*(?:export\s+)?type\s+(?<name>[A-Za-z_$][\w$]*)\s*=?.*/,kind:"type"},{re:/^\s*(?:export\s+)?enum\s+(?<name>[A-Za-z_$][\w$]*).*/,kind:"enum"},{re:/^\s*export\s+(?:const|let|var)\s+(?<name>[A-Za-z_$][\w$]*)\s*(?::[^=]+)?=?.*/,kind:"const"}]},vP={test:/\.py$/,patterns:[{re:/^\s*(?:async\s+)?def\s+(?<name>\w+)\s*\([^)]*\)?[^:]*/,kind:"function"},{re:/^\s*class\s+(?<name>\w+).*/,kind:"class"}]},xP={test:/\.go$/,patterns:[{re:/^\s*func\s+(?:\([^)]+\)\s*)?(?<name>\w+)\s*\([^)]*\)?[^{]*/,kind:"func"},{re:/^\s*type\s+(?<name>\w+)\s+(?:struct|interface).*/,kind:"type"}]},bP={test:/\.rs$/,patterns:[{re:/^\s*(?:pub\s+)?(?:async\s+)?fn\s+(?<name>\w+)\s*(?:<[^>]*>)?\([^)]*\)?[^{]*/,kind:"fn"},{re:/^\s*(?:pub\s+)?(?:struct|enum|trait)\s+(?<name>\w+).*/,kind:"type"},{re:/^\s*impl(?:<[^>]*>)?\s+(?<name>[\w:]+).*/,kind:"impl"}]},$P={test:/\.(java|cs|kt|swift|c|h|cpp|php|rb)$/,patterns:[{re:/^\s*(?:public|private|protected|internal|static|final|abstract|override|\s)*\s*(?:class|interface|struct|enum|trait|module)\s+(?<name>\w+).*/,kind:"class"},{re:/^\s*(?:public|private|protected|internal|static|final|virtual|override|async|func|def|\s)+[\w<>\[\],\s*&]*?\b(?<name>\w+)\s*\([^)]*\)?\s*[^{;]*/,kind:"method"}]},wP=[_P,vP,xP,bP,$P],kP=t=>t.replace(/\s+/g," ").trim().slice(0,240);function SP(t,e,r=80){let n=wP.find(a=>a.test.test(t));if(!n)return[];let o=[],s=e.split(`
70
- `);for(let a=0;a<s.length&&o.length<r;a++){let c=s[a];if(!(!c.trim()||c.trim().startsWith("//")||c.trim().startsWith("#")||c.trim().startsWith("*")))for(let{re:u,kind:l}of n.patterns){let d=u.exec(c),m=d?.groups?.name;if(d&&m){let f=c;if(f.includes("(")&&!f.includes(")"))for(let h=a+1;h<Math.min(a+4,s.length)&&(f+=" "+s[h],!s[h].includes(")"));h++);let p=f.indexOf("{");p>0&&(f=f.slice(0,p)),o.push({file:t,name:m,kind:l,signature:kP(f),line:a+1});break}}}let i=new Set;return o.filter(a=>{let c=`${a.name}:${a.line}`;return i.has(c)?!1:(i.add(c),!0)})}function vi(t,e){let r=SP(t,e);if(!r.length){let n=e.split(`
71
- `).slice(0,12).join(`
72
- `);return`// ${t} (excerpt)
73
- ${n}`}return`// ${t} \u2014 API surface (bodies omitted)
74
- ${r.map(n=>`${n.kind} ${n.signature} [L${n.line}]`).join(`
75
- `)}`}var zP=4;function zy(t,e,r,n={}){let o=n.topChunks??6,s=n.maxFiles??10,i=n.maxChars??24e3,a=new Map(e.map(v=>[v.path,v])),c=e.reduce((v,x)=>v+x.content.length,0);if(c>0&&c<=i*.8)return{text:e.map(x=>`// ${x.path}
76
- ${x.content}`).join(`
77
-
78
- `),files:e.map(x=>x.path),savedTokens:0,chunks:[]};let u=r.retrieve(t,o),l=[];for(let v of u)l.includes(v.path)||l.push(v.path);let d=l.slice(0,s);try{let v=_i(e);d=Sy(v,l.slice(0,3),{hops:2,includeDependents:!0,max:s});for(let x of l)!d.includes(x)&&d.length<s&&d.push(x)}catch{}let m=[],f=new Set(l),p=new Map;for(let v of u){let x=p.get(v.path)??[];x.push({start:v.startLine,end:v.endLine}),p.set(v.path,x)}for(let[v,x]of p){let T=a.get(v);if(!T)continue;let Z=T.content.split(`
79
- `);x.sort((ye,Ve)=>ye.start-Ve.start);let he=[];for(let ye of x){let Ve=he[he.length-1];Ve&&ye.start<=Ve.end+1?Ve.end=Math.max(Ve.end,ye.end):he.push({...ye})}if(he.reduce((ye,Ve)=>ye+(Ve.end-Ve.start+1),0)>=Z.length*.7)m.push(`// ${v} (full)
80
- ${T.content}`);else for(let ye of he)m.push(`// ${v}:${ye.start}-${ye.end}
81
- ${Z.slice(ye.start-1,ye.end).join(`
82
- `)}`)}for(let v of d){if(f.has(v))continue;let x=a.get(v);if(!x)continue;let T=vi(x.path,x.content);T.length<x.content.length*.8&&m.push(T)}let h=m.join(`
83
-
84
- `);h.length>i&&(h=h.slice(0,i)+`
85
- // \u2026 capsule truncated`);let g=0;for(let v of d.length?d:l)g+=a.get(v)?.content.length??0;let b=Math.max(0,Math.round((g-h.length)/zP));return{text:h,files:d.length?d:l,savedTokens:b,chunks:u}}import{promises as cd}from"node:fs";import*as _n from"node:path";var Ty=".oioxo",TP="rules.md",Py="memory.md",PP=40,EP=4e3;async function ud(t){try{return(await cd.readFile(t,"utf8")).trim()}catch{return""}}async function ld(t){let e=_n.join(t,Ty);return{rules:await ud(_n.join(e,TP)),memory:await ud(_n.join(e,Py))}}async function Ey(t,e){let r=e.replace(/\s+/g," ").trim();if(!r)return;let n=_n.join(t,Ty);await cd.mkdir(n,{recursive:!0});let o=_n.join(n,Py),i=(await ud(o)).split(`
86
- `).map(c=>c.trim()).filter(c=>c.startsWith("- ")),a=r.toLowerCase();for(i=i.filter(c=>c.slice(2).toLowerCase()!==a),i.push(`- ${r}`);i.length>PP||i.join(`
87
- `).length>EP;)i.shift();await cd.writeFile(o,i.join(`
142
+ ]`;continue}o+=n[c],n[c]==="\\"?s=!0:i&&n[c]==="]"?i=!1:!i&&n[c]==="["&&(i=!0)}try{new RegExp(o)}catch{return console.warn(`Could not convert regex pattern at ${e.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),t.source}return o}function Ms(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===$.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??pe(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===$.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=As(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===$.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===$.ZodBranded&&t.keyType._def.type._def.typeName===$.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=Zs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function Sm(t,e){if(e.mapStrategy==="record")return Ms(t,e);let r=A(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||pe(e),n=A(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||pe(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function zm(t){let e=t.values,n=Object.keys(t.values).filter(s=>typeof e[e[s]]!="number").map(s=>e[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function Tm(t){return t.target==="openAi"?void 0:{not:pe({...t,currentPath:[...t.currentPath,"not"]})}}function Pm(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var oo={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Om(t,e){if(e.target==="openApi3")return Em(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in oo&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=oo[s._def.typeName];return i&&!o.includes(i)?[...o,i]:o},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=r.reduce((o,s)=>{let i=typeof s._def.value;switch(i){case"string":case"number":case"boolean":return[...o,i];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];default:return o}},[]);if(n.length===r.length){let o=n.filter((s,i,a)=>a.indexOf(s)===i);return{type:o.length>1?o:o[0],enum:r.reduce((s,i)=>s.includes(i._def.value)?s:[...s,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,o)=>[...n,...o._def.values.filter(s=>!n.includes(s))],[])};return Em(t,e)}var Em=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>A(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function Im(t,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(t.innerType._def.typeName)&&(!t.innerType._def.checks||!t.innerType._def.checks.length))return e.target==="openApi3"?{type:oo[t.innerType._def.typeName],nullable:!0}:{type:[oo[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=A(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=A(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function Rm(t,e){let r={type:"number"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"int":r.type="integer",hu(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?X(r,"minimum",n.value,n.message,e):X(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),X(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?X(r,"maximum",n.value,n.message,e):X(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),X(r,"maximum",n.value,n.message,e));break;case"multipleOf":X(r,"multipleOf",n.value,n.message,e);break}return r}function jm(t,e){let r=e.target==="openAi",n={type:"object",properties:{}},o=[],s=t.shape();for(let a in s){let c=s[a];if(c===void 0||c._def===void 0)continue;let u=i0(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=A(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||o.push(a))}o.length&&(n.required=o);let i=s0(t,e);return i!==void 0&&(n.additionalProperties=i),n}function s0(t,e){if(t.catchall._def.typeName!=="ZodNever")return A(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function i0(t){try{return t.isOptional()}catch{return!0}}var Nm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return A(t.innerType._def,e);let r=A(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:pe(e)},r]}:pe(e)};var Cm=(t,e)=>{if(e.pipeStrategy==="input")return A(t.in._def,e);if(e.pipeStrategy==="output")return A(t.out._def,e);let r=A(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=A(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function Zm(t,e){return A(t.type._def,e)}function Am(t,e){let n={type:"array",uniqueItems:!0,items:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&X(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&X(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Mm(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>A(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:A(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>A(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Dm(t){return{not:pe(t)}}function Lm(t){return pe(t)}var qm=(t,e)=>A(t.innerType._def,e);var Um=(t,e,r)=>{switch(e){case $.ZodString:return As(t,r);case $.ZodNumber:return Rm(t,r);case $.ZodObject:return jm(t,r);case $.ZodBigInt:return gm(t,r);case $.ZodBoolean:return ym();case $.ZodDate:return gu(t,r);case $.ZodUndefined:return Dm(r);case $.ZodNull:return Pm(r);case $.ZodArray:return hm(t,r);case $.ZodUnion:case $.ZodDiscriminatedUnion:return Om(t,r);case $.ZodIntersection:return wm(t,r);case $.ZodTuple:return Mm(t,r);case $.ZodRecord:return Ms(t,r);case $.ZodLiteral:return $m(t,r);case $.ZodEnum:return bm(t);case $.ZodNativeEnum:return zm(t);case $.ZodNullable:return Im(t,r);case $.ZodOptional:return Nm(t,r);case $.ZodMap:return Sm(t,r);case $.ZodSet:return Am(t,r);case $.ZodLazy:return()=>t.getter()._def;case $.ZodPromise:return Zm(t,r);case $.ZodNaN:case $.ZodNever:return Tm(r);case $.ZodEffects:return xm(t,r);case $.ZodAny:return pe(r);case $.ZodUnknown:return Lm(r);case $.ZodDefault:return vm(t,r);case $.ZodBranded:return Zs(t,r);case $.ZodReadonly:return qm(t,r);case $.ZodCatch:return _m(t,r);case $.ZodPipeline:return Cm(t,r);case $.ZodFunction:case $.ZodVoid:case $.ZodSymbol:return;default:return(n=>{})(e)}};function A(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==pm)return a}if(n&&!r){let a=a0(n,e);if(a!==void 0)return a}let o={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,o);let s=Um(t,t.typeName,e),i=typeof s=="function"?A(s(),e):s;if(i&&c0(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var a0=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Cs(e.currentPath,t.path)};case"none":case"seen":return t.path.length<e.currentPath.length&&t.path.every((r,n)=>e.currentPath[n]===r)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),pe(e)):e.$refStrategy==="seen"?pe(e):void 0}},c0=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var vu=(t,e)=>{let r=mm(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:A(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??pe(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=A(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??pe(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(s.title=i),r.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[r.openAiAnyTypeName]||(n[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let a=o===void 0?n?{...s,[r.definitionPath]:n}:s:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,o].join("/"),[r.definitionPath]:{...n,[o]:s}};return r.target==="jsonSchema7"?a.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(a.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in a||"oneOf"in a||"allOf"in a||"type"in a&&Array.isArray(a.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),a};function u0(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function xu(t,e){return We(t)?Uc(t,{target:u0(e?.target),io:e?.pipeStrategy??"input"}):vu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function bu(t){let r=Ut(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ds(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function wu(t,e){let r=qt(t,e);if(!r.success)throw r.error;return r.data}var l0=6e4,Ds=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(_s,r=>{this._oncancel(r)}),this.setNotificationHandler(xs,r=>{this._onprogress(r)}),this.setRequestHandler(vs,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(bs,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new O(j.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler($s,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{let d=c,f=new O(d.error.code,d.error.message,d.error.data);l(f)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new O(j.InvalidParams,`Task not found: ${s}`);if(!Vt(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Vt(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[Ft]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(ks,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new O(j.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(zs,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new O(j.InvalidParams,`Task not found: ${r.params.taskId}`);if(Vt(o.status))throw new O(j.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new O(j.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof O?o:new O(j.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),O.fromError(j.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),Jn(s)||em(s)?this._onresponse(s):tu(s)?this._onrequest(s,i):Qf(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=O.fromError(j.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[Ft]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:j.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=Gf(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,f)=>{if(i.signal.aborted)throw new O(j.ConnectionClosed,"Request was cancelled");let m={...f,relatedRequestId:e.id};s&&!m.relatedTask&&(m.relatedTask={taskId:s});let p=m.relatedTask?.taskId??s;return p&&c&&await c.updateTaskStatus(p,"input_required"),await this.request(l,d,m)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async l=>{if(i.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:j.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),Jn(e))n(e);else{let i=new O(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(Jn(e)&&e.result&&typeof e.result=="object"){let i=e.result;if(i.task&&typeof i.task=="object"){let a=i.task;typeof a.taskId=="string"&&(s=!0,this._taskProgressTokens.set(a.taskId,r))}}if(s||this._progressHandlers.delete(r),Jn(e))o(e);else{let i=O.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof O?i:new O(j.InternalError,String(i))}}return}let s;try{let i=await this.request(e,Yr,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new O(j.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Vt(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new O(j.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new O(j.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof O?i:new O(j.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=v=>{l(v)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(v){d(v);return}n?.signal?.throwIfAborted();let f=this._requestMessageId++,m={...e,jsonrpc:"2.0",id:f};n?.onprogress&&(this._progressHandlers.set(f,n.onprogress),m.params={...e.params,_meta:{...e.params?._meta||{},progressToken:f}}),a&&(m.params={...m.params,task:a}),c&&(m.params={...m.params,_meta:{...m.params?._meta||{},[Ft]:c}});let p=v=>{this._responseHandlers.delete(f),this._progressHandlers.delete(f),this._cleanupTimeout(f),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:f,reason:String(v)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(T=>this._onerror(new Error(`Failed to send cancellation: ${T}`)));let x=v instanceof O?v:new O(j.RequestTimeout,String(v));l(x)};this._responseHandlers.set(f,v=>{if(!n?.signal?.aborted){if(v instanceof Error)return l(v);try{let x=qt(r,v.result);x.success?u(x.data):l(x.error)}catch(x){l(x)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let h=n?.timeout??l0,g=()=>p(O.fromError(j.RequestTimeout,"Request timed out",{timeout:h}));this._setupTimeout(f,h,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let b=c?.taskId;if(b){let v=x=>{let T=this._responseHandlers.get(f);T?T(x):this._onerror(new Error(`Response handler missing for side-channeled request ${f}`))};this._requestResolvers.set(f,v),this._enqueueTaskMessage(b,{type:"request",message:m,timestamp:Date.now()}).catch(x=>{this._cleanupTimeout(f),l(x)})}else this._transport.send(m,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(v=>{this._cleanupTimeout(f),l(v)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},ws,r)}async getTaskResult(e,r,n){return this.request({method:"tasks/result",params:e},r,n)}async listTasks(e,r){return this.request({method:"tasks/list",params:e},Ss,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},nm,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=r?.relatedTask?.taskId;if(n){let a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[Ft]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:a,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let a={...e,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[Ft]:r.relatedTask}}}),this._transport?.send(a,r).catch(c=>this._onerror(c))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[Ft]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=bu(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=wu(e,o);return Promise.resolve(r(i,s))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=bu(e);this._notificationHandlers.set(n,o=>{let s=wu(e,o);return Promise.resolve(r(s))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,o)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let o of n)if(o.type==="request"&&tu(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new O(j.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new O(j.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new O(j.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new O(j.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=eo.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Vt(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new O(j.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Vt(a.status))throw new O(j.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=eo.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Vt(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function Fm(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Vm(t,e){let r={...t};for(let n in e){let o=n,s=e[o];if(s===void 0)continue;let i=r[o];Fm(i)&&Fm(s)?r[o]={...i,...s}:r[o]=s}return r}var Cy=Td(cd(),1),Zy=Td(Ny(),1);function fE(){let t=new Cy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Zy.default)(t),t}var xi=class{constructor(e){this._ajv=e??fE()}getValidator(e){let r="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}};var bi=class{constructor(e){this._server=e}requestStream(e,r,n){return this._server.requestStream(e,r,n)}createMessageStream(e,r){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let o=e.messages[e.messages.length-1],s=Array.isArray(o.content)?o.content:[o.content],i=s.some(l=>l.type==="tool_result"),a=e.messages.length>1?e.messages[e.messages.length-2]:void 0,c=a?Array.isArray(a.content)?a.content:[a.content]:[],u=c.some(l=>l.type==="tool_use");if(i){if(s.some(l=>l.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let l=new Set(c.filter(f=>f.type==="tool_use").map(f=>f.id)),d=new Set(s.filter(f=>f.type==="tool_result").map(f=>f.toolUseId));if(l.size!==d.size||![...l].every(f=>d.has(f)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},no,r)}elicitInputStream(e,r){let n=this._server.getClientCapabilities(),o=e.mode??"form";switch(o){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let s=o==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:s},tn,r)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}};function Ay(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${e})`);break;default:break}}function My(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var wi=class extends Ds{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(ro.options.map((n,o)=>[n,o])),this.isMessageIgnored=(n,o)=>{let s=this._loggingLevels.get(o);return s?this.LOG_LEVEL_SEVERITY.get(n)<this.LOG_LEVEL_SEVERITY.get(s):!1},this._capabilities=r?.capabilities??{},this._instructions=r?.instructions,this._jsonSchemaValidator=r?.jsonSchemaValidator??new xi,this.setRequestHandler(ou,n=>this._oninitialize(n)),this.setNotificationHandler(su,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(pu,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=ro.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new bi(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=Vm(this._capabilities,e)}setRequestHandler(e,r){let o=Ut(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(We(o)){let a=o;s=a._zod?.def?.value??a.value}else{let a=o;s=a._def?.value??a.value}if(typeof s!="string")throw new Error("Schema method literal must be a string");if(s==="tools/call"){let a=async(c,u)=>{let l=qt(en,c);if(!l.success){let p=l.error instanceof Error?l.error.message:String(l.error);throw new O(j.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:d}=l.data,f=await Promise.resolve(r(c,u));if(d.task){let p=qt(Yr,f);if(!p.success){let h=p.error instanceof Error?p.error.message:String(p.error);throw new O(j.InvalidParams,`Invalid task creation result: ${h}`)}return p.data}let m=qt(js,f);if(!m.success){let p=m.error instanceof Error?m.error.message:String(m.error);throw new O(j.InvalidParams,`Invalid tools/call result: ${p}`)}return m.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){My(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&Ay(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:Kf.includes(r)?r:Qc,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},ys)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],o=Array.isArray(n.content)?n.content:[n.content],s=o.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(s){if(o.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(d=>d.type==="tool_use").map(d=>d.id)),l=new Set(o.filter(d=>d.type==="tool_result").map(d=>d.toolUseId));if(u.size!==l.size||![...u].every(d=>l.has(d)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},fu,r):this.request({method:"sampling/createMessage",params:e},no,r)}async elicitInput(e,r){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let o=e;return this.request({method:"elicitation/create",params:o},tn,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let o=e.mode==="form"?e:{...e,mode:"form"},s=await this.request({method:"elicitation/create",params:o},tn,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new O(j.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof O?i:new O(j.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},mu,r)}async sendLoggingMessage(e,r){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,r))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}};var Ly=Symbol.for("mcp.completable");function gd(t){return!!t&&typeof t=="object"&&Ly in t}function qy(t){return t[Ly]?.complete}var Dy;(function(t){t.Completable="McpCompletable"})(Dy||(Dy={}));var mE=/^[A-Za-z0-9._-]{1,128}$/;function hE(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!mE.test(t)){let r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,o,s)=>s.indexOf(n)===o);return e.push(`Tool name contains invalid characters: ${r.map(n=>`"${n}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function gE(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let r of e)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function yd(t){let e=hE(t);return gE(t,e.warnings),e.isValid}var $i=class{constructor(e){this._mcpServer=e}registerToolTask(e,r,n){let o={taskSupport:"required",...r.execution};if(o.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,r.title,r.description,r.inputSchema,r.outputSchema,r.annotations,o,r._meta,n)}};var ki=class{constructor(e,r){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new wi(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new $i(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(Qt(Rs)),this.server.assertCanSetRequestHandler(Qt(en)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Rs,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{let n={name:e,title:r.title,description:r.description,inputSchema:(()=>{let o=Gr(r.inputSchema);return o?xu(o,{strictUnions:!0,pipeStrategy:"input"}):yE})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=Gr(r.outputSchema);o&&(n.outputSchema=xu(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(en,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new O(j.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new O(j.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new O(j.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new O(j.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof O&&n.code===j.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=Gr(e.inputSchema)??e.inputSchema,i=await us(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=ls(a);throw new O(j.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new O(j.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=Gr(e.outputSchema),s=await us(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=ls(i);throw new O(j.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(f=>setTimeout(f,l));let d=await n.taskStore.getTask(c);if(!d)throw new O(j.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(Qt(Ns)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Ns,async e=>{switch(e.params.ref.type){case"ref/prompt":return um(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return lm(e),this.handleResourceCompletion(e,e.params.ref);default:throw new O(j.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new O(j.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new O(j.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Co;let s=Ut(n.argsSchema)?.[e.params.argument.name];if(!gd(s))return Co;let i=qy(s);if(!i)return Co;let a=await i(e.params.argument.value,e.params.context);return Fy(a)}async handleResourceCompletion(e,r){let n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Co;throw new O(j.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Co;let s=await o(e.params.argument.value,e.params.context);return Fy(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(Qt(Ts)),this.server.assertCanSetRequestHandler(Qt(Ps)),this.server.assertCanSetRequestHandler(Qt(Es)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Ts,async(e,r)=>{let n=Object.entries(this._registeredResources).filter(([s,i])=>i.enabled).map(([s,i])=>({uri:s,name:i.name,...i.metadata})),o=[];for(let s of Object.values(this._registeredResourceTemplates)){if(!s.resourceTemplate.listCallback)continue;let i=await s.resourceTemplate.listCallback(r);for(let a of i.resources)o.push({...s.metadata,...a})}return{resources:[...n,...o]}}),this.server.setRequestHandler(Ps,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Es,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new O(j.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new O(j.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(Qt(Os)),this.server.assertCanSetRequestHandler(Qt(Is)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Os,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?_E(r.argsSchema):void 0}))})),this.server.setRequestHandler(Is,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new O(j.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new O(j.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=Gr(n.argsSchema),s=await us(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=ls(c);throw new O(j.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=s.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let o=n.callback;return await Promise.resolve(o(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let o;typeof n[0]=="object"&&(o=n.shift());let s=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,o){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let s=this._createRegisteredResource(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}_createRegisteredResource(e,r,n,o,s){let i={name:e,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,o,s){let i={resourceTemplate:n,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0:kr(o),callback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:a=>{typeof a.name<"u"&&a.name!==e&&(delete this._registeredPrompts[e],a.name&&(this._registeredPrompts[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.description<"u"&&(i.description=a.description),typeof a.argsSchema<"u"&&(i.argsSchema=kr(a.argsSchema)),typeof a.callback<"u"&&(i.callback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=i,o&&Object.values(o).some(c=>{let u=c instanceof Ze?c._def?.innerType:c;return gd(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){yd(e);let l={title:r,description:n,inputSchema:Uy(o),outputSchema:Uy(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>l.update({enabled:!1}),enable:()=>l.update({enabled:!0}),remove:()=>l.update({name:null}),update:d=>{typeof d.name<"u"&&d.name!==e&&(typeof d.name=="string"&&yd(d.name),delete this._registeredTools[e],d.name&&(this._registeredTools[d.name]=l)),typeof d.title<"u"&&(l.title=d.title),typeof d.description<"u"&&(l.description=d.description),typeof d.paramsSchema<"u"&&(l.inputSchema=kr(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=kr(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];if(_d(c))o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!_d(r[0])&&(i=r.shift());else if(typeof c=="object"&&c!==null){if(Object.values(c).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=r.shift()}}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var yE={type:"object",properties:{}};function Vy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function Hy(t){return"_def"in t||"_zod"in t||Vy(t)}function _d(t){return typeof t!="object"||t===null||Hy(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(Vy)}function Uy(t){if(t){if(_d(t))return kr(t);if(!Hy(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function _E(t){let e=Ut(t);return e?Object.entries(e).map(([r,n])=>{let o=$f(n),s=kf(n);return{name:r,description:o,required:!s}}):[]}function Qt(t){let r=Ut(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ds(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function Fy(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Co={completion:{values:[],hasMore:!1}};import Ky from"node:process";var Si=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
143
+ `);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),vE(r)}clear(){this._buffer=void 0}};function vE(t){return tm.parse(JSON.parse(t))}function By(t){return JSON.stringify(t)+`
144
+ `}var zi=class{constructor(e=Ky.stdin,r=Ky.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Si,this._started=!1,this._ondata=n=>{this._readBuffer.append(n),this.processReadBuffer()},this._onerror=n=>{this.onerror?.(n)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(r=>{let n=By(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};import{promises as vd}from"node:fs";import*as bn from"node:path";var Xy=".oioxo",xE="rules.md",Jy="memory.md",bE=40,wE=4e3;async function xd(t){try{return(await vd.readFile(t,"utf8")).trim()}catch{return""}}async function bd(t){let e=bn.join(t,Xy);return{rules:await xd(bn.join(e,xE)),memory:await xd(bn.join(e,Jy))}}async function Gy(t,e){let r=e.replace(/\s+/g," ").trim();if(!r)return;let n=bn.join(t,Xy);await vd.mkdir(n,{recursive:!0});let o=bn.join(n,Jy),i=(await xd(o)).split(`
145
+ `).map(c=>c.trim()).filter(c=>c.startsWith("- ")),a=r.toLowerCase();for(i=i.filter(c=>c.slice(2).toLowerCase()!==a),i.push(`- ${r}`);i.length>bE||i.join(`
146
+ `).length>wE;)i.shift();await vd.writeFile(o,i.join(`
88
147
  `)+`
89
- `,"utf8")}function dd(t){let e=[];return t.rules&&e.push(`PROJECT RULES (from .oioxo/rules.md \u2014 always follow these):
148
+ `,"utf8")}function wd(t){let e=[];return t.rules&&e.push(`PROJECT RULES (from .oioxo/rules.md \u2014 always follow these):
90
149
  ${t.rules}`),t.memory&&e.push(`PROJECT MEMORY (facts OIOXO learned about this project, on-device):
91
150
  ${t.memory}`),e.join(`
92
151
 
93
- `)}var IP="0.1.0",OP=6e4,$t=t=>({content:[{type:"text",text:t}]});async function pd(){if(!await vd())return{ok:!1,message:`OIOXO context engine is linked to an OIOXO account.
94
- ${zi}
95
- Free accounts include a monthly context allowance; OIOXO Pro is unlimited \u2192 ${Si}`};let t=await Rt("check");return t?t.optimize?{ok:!0,state:t}:t.tier==="anon"?{ok:!1,message:`Your OIOXO session expired. ${zi}`}:{ok:!1,message:`Your OIOXO Free monthly context allowance is used (${t.savedThisMonth.toLocaleString()} tokens saved this month).
96
- It resets ${new Date(t.resetsAt).toUTCString()}. OIOXO Pro is unlimited \u2192 ${Si}`}:{ok:!1,message:"OIOXO could not verify your plan (oioxo.com unreachable). Retrieval is paused until the connection returns."}}async function Iy(t){let e=new mi({name:"oioxo",version:IP}),r=[],n=new yn,o=0,s=null,i=async()=>{if(!(Date.now()-o<OP&&r.length))return s||(s=(async()=>{r=await yi(t),n.build(r),o=Date.now()})().finally(()=>{s=null})),s};e.tool("get_context","ALWAYS call this FIRST, before reading or searching files yourself. Returns the minimal relevant slice of this codebase for a task: the exact code in play plus the API surface of its real dependencies \u2014 typically 10-20x fewer tokens than reading the files. Powered by OIOXO, 100% on-device.",{query:hr.string().describe("The task or question, in natural language (include identifiers/error text when you have them).")},async({query:c})=>{let u=await pd();if(!u.ok)return $t(u.message);await i();let l=zy(c,r,n);if(!l.text)return $t("No relevant code found for that query in this workspace.");l.savedTokens>0&&Rt("report",l.savedTokens);let d=dd(await ld(t)),m=`OIOXO context capsule \u2014 files: ${l.files.join(", ")} (\u2248${l.savedTokens.toLocaleString()} tokens saved vs reading full files)`;return $t([m,d,l.text].filter(Boolean).join(`
152
+ `)}var $E="0.1.0",kE=6e4,$t=t=>({content:[{type:"text",text:t}]});async function $d(){if(!await Ii())return{ok:!1,message:`OIOXO context engine is linked to an OIOXO account.
153
+ ${zn}
154
+ Free accounts include a monthly context allowance; OIOXO Pro is unlimited \u2192 ${Sn}`};let t=await ot("check");return t?t.optimize?{ok:!0,state:t}:t.tier==="anon"?{ok:!1,message:`Your OIOXO session expired. ${zn}`}:{ok:!1,message:`Your OIOXO Free monthly context allowance is used (${t.savedThisMonth.toLocaleString()} tokens saved this month).
155
+ It resets ${new Date(t.resetsAt).toUTCString()}. OIOXO Pro is unlimited \u2192 ${Sn}`}:{ok:!1,message:"OIOXO could not verify your plan (oioxo.com unreachable). Retrieval is paused until the connection returns."}}async function Wy(t){let e=new ki({name:"oioxo",version:$E}),r=[],n=new jt,o=0,s=null,i=async()=>{if(!(Date.now()-o<kE&&r.length))return s||(s=(async()=>{r=await Ar(t),n.build(r),o=Date.now()})().finally(()=>{s=null})),s};e.tool("get_context","ALWAYS call this FIRST, before reading or searching files yourself. Returns the minimal relevant slice of this codebase for a task: the exact code in play plus the API surface of its real dependencies \u2014 typically 10-20x fewer tokens than reading the files. Powered by OIOXO, 100% on-device.",{query:yr.string().describe("The task or question, in natural language (include identifiers/error text when you have them).")},async({query:c})=>{let u=await $d();if(!u.ok)return $t(u.message);await i();let l=Do(c,r,n);if(!l.text)return $t("No relevant code found for that query in this workspace.");l.savedTokens>0&&ot("report",l.savedTokens);let d=wd(await bd(t)),f=`OIOXO context capsule \u2014 files: ${l.files.join(", ")} (\u2248${l.savedTokens.toLocaleString()} tokens saved vs reading full files)`;return $t([f,d,l.text].filter(Boolean).join(`
97
156
 
98
- `))}),e.tool("get_skeleton","The API surface of one file \u2014 signatures, no implementation bodies. Use to learn how to CALL code without paying for its full text.",{path:hr.string().describe("Workspace-relative file path.")},async({path:c})=>{let u=await pd();if(!u.ok)return $t(u.message);await i();let l=r.find(f=>f.path===c.replace(/\\/g,"/"));if(!l)return $t(`File not found in the OIOXO index: ${c}`);let d=vi(l.path,l.content),m=Math.max(0,Math.round((l.content.length-d.length)/4));return m>0&&Rt("report",m),$t(d)}),e.tool("get_impact","Blast radius of a file: what it imports and everything that imports IT. Call before refactoring or deleting to know what may break.",{path:hr.string().describe("Workspace-relative file path.")},async({path:c})=>{let u=await pd();if(!u.ok)return $t(u.message);await i();let l=c.replace(/\\/g,"/"),d=_i(r),m=d.deps.get(l)??[],f=d.dependents.get(l)??[];return $t(`OIOXO impact graph for ${l}
157
+ `))}),e.tool("get_skeleton","The API surface of one file \u2014 signatures, no implementation bodies. Use to learn how to CALL code without paying for its full text.",{path:yr.string().describe("Workspace-relative file path.")},async({path:c})=>{let u=await $d();if(!u.ok)return $t(u.message);await i();let l=r.find(m=>m.path===c.replace(/\\/g,"/"));if(!l)return $t(`File not found in the OIOXO index: ${c}`);let d=Mo(l.path,l.content),f=Math.max(0,Math.round((l.content.length-d.length)/4));return f>0&&ot("report",f),$t(d)}),e.tool("get_impact","Blast radius of a file: what it imports and everything that imports IT. Call before refactoring or deleting to know what may break.",{path:yr.string().describe("Workspace-relative file path.")},async({path:c})=>{let u=await $d();if(!u.ok)return $t(u.message);await i();let l=c.replace(/\\/g,"/"),d=Ao(r),f=d.deps.get(l)??[],m=d.dependents.get(l)??[];return $t(`OIOXO impact graph for ${l}
99
158
 
100
159
  IMPORTS (its dependencies):
101
- ${m.map(p=>` ${p}`).join(`
160
+ ${f.map(p=>` ${p}`).join(`
102
161
  `)||" (none in-project)"}
103
162
 
104
163
  IMPORTED BY (changing ${l} may break these):
105
- ${f.map(p=>` ${p}`).join(`
106
- `)||" (none \u2014 no in-project callers)"}`)}),e.tool("remember","Save one durable fact about THIS project to .oioxo/memory.md (on-device, shared with the OIOXO IDEs). Use for decisions, conventions, gotchas worth keeping.",{fact:hr.string().describe("The fact, one concise sentence.")},async({fact:c})=>(await Ey(t,c),$t("Saved to .oioxo/memory.md."))),e.tool("recall","This project's rules and learned memory from .oioxo/ (same files the OIOXO IDEs maintain). Call when starting work in an unfamiliar repo.",{},async()=>{let c=dd(await ld(t));return $t(c||"No .oioxo/rules.md or memory.md in this project yet.")});let a=new gi;await e.connect(a)}var RP=`OIOXO \u2014 context engine for AI coding agents (https://oioxo.com)
164
+ ${m.map(p=>` ${p}`).join(`
165
+ `)||" (none \u2014 no in-project callers)"}`)}),e.tool("remember","Save one durable fact about THIS project to .oioxo/memory.md (on-device, shared with the OIOXO IDEs). Use for decisions, conventions, gotchas worth keeping.",{fact:yr.string().describe("The fact, one concise sentence.")},async({fact:c})=>(await Gy(t,c),$t("Saved to .oioxo/memory.md."))),e.tool("recall","This project's rules and learned memory from .oioxo/ (same files the OIOXO IDEs maintain). Call when starting work in an unfamiliar repo.",{},async()=>{let c=wd(await bd(t));return $t(c||"No .oioxo/rules.md or memory.md in this project yet.")});let a=new zi;await e.connect(a)}var SE=`OIOXO \u2014 context engine for AI coding agents (https://oioxo.com)
107
166
 
108
167
  Usage: oioxo-mcp <command>
109
168
 
110
169
  Commands:
170
+ code "<task>" Code in this repo with OIOXO: capsule-grounded, verified, then
171
+ asks before writing your files. Flags: --verify "<cmd>" --yes --local
111
172
  login Connect your OIOXO account (opens the browser)
112
173
  init [--all] Write MCP configs for the agents in this project
113
174
  (--all: write every supported agent; --command "<cmd>": custom server command)
114
175
  serve Run the MCP server over stdio (agents call this; you rarely will)
115
176
  status Show account tier, monthly savings and index stats
116
177
  logout Remove the stored credential from this machine
117
- `;async function jP(t){console.log(`
118
- OIOXO status`),console.log(` Control plane : ${Zr}`);let e=await $n();if(!e||e.expiresAt<=Date.now())console.log(" Account : not connected \u2014 run `oioxo-mcp login`");else{let s=Math.max(0,Math.round((e.expiresAt-Date.now())/864e5));console.log(` Account : connected (credential valid ~${s}d)`);let i=await Rt("check");i?.tier==="pro"?console.log(" Plan : OIOXO Pro \u2014 unlimited context engine"):i?.tier==="free"?console.log(` Plan : OIOXO Free \u2014 ${i.remainingTokens?.toLocaleString()??0} saved-tokens left this month (resets ${new Date(i.resetsAt).toUTCString()})`):console.log(i?` Plan : ${i.tier}`:" Plan : could not reach oioxo.com")}let r=await yi(t),o=new yn().build(r);console.log(` Index : ${o.files} files, ${o.chunks} chunks (in-memory, on-device)`)}async function ZP(){let[t,...e]=process.argv.slice(2),r=process.cwd();switch(t){case"login":await bd();return;case"logout":await _d(),console.log("OIOXO credential removed from this machine.");return;case"init":{let n=e.includes("--all"),o=e.indexOf("--command"),s=o>=0?e[o+1]:void 0;await kd(r,{all:n,command:s});return}case"serve":await Iy(r);return;case"status":await jP(r);return;default:console.log(RP)}}ZP().catch(t=>{console.error(`oioxo-mcp: ${t instanceof Error?t.message:String(t)}`),process.exit(1)});
178
+
179
+ Coding with your key (BYOK): set one of OPENAI_API_KEY / ANTHROPIC_API_KEY / GROQ_API_KEY
180
+ (optionally OIOXO_MODEL), or any OpenAI-compatible base via OIOXO_PROVIDER/OIOXO_BASE_URL/
181
+ OIOXO_MODEL/OIOXO_API_KEY. Local Ollama: OIOXO_PROVIDER=ollama OIOXO_MODEL=qwen2.5-coder.
182
+ `;async function zE(t){console.log(`
183
+ OIOXO status`),console.log(` Control plane : ${Zr}`);let e=await Tn();if(!e||e.expiresAt<=Date.now())console.log(" Account : not connected \u2014 run `oioxo-mcp login`");else{let s=Math.max(0,Math.round((e.expiresAt-Date.now())/864e5));console.log(` Account : connected (credential valid ~${s}d)`);let i=await ot("check");i?.tier==="pro"?console.log(" Plan : OIOXO Pro \u2014 unlimited context engine"):i?.tier==="free"?console.log(` Plan : OIOXO Free \u2014 ${i.remainingTokens?.toLocaleString()??0} saved-tokens left this month (resets ${new Date(i.resetsAt).toUTCString()})`):console.log(i?` Plan : ${i.tier}`:" Plan : could not reach oioxo.com")}let r=await Ar(t),o=new jt().build(r);console.log(` Index : ${o.files} files, ${o.chunks} chunks (in-memory, on-device)`)}async function TE(){let[t,...e]=process.argv.slice(2),r=process.cwd();switch(t){case"code":await Xd(r,e);return;case"login":await jd();return;case"logout":await Od(),console.log("OIOXO credential removed from this machine.");return;case"init":{let n=e.includes("--all"),o=e.indexOf("--command"),s=o>=0?e[o+1]:void 0;await Zd(r,{all:n,command:s});return}case"serve":await Wy(r);return;case"status":await zE(r);return;default:console.log(SE)}}TE().catch(t=>{console.error(`oioxo-mcp: ${t instanceof Error?t.message:String(t)}`),process.exit(1)});