md-feedback 1.3.13 → 1.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var I_=Object.create;var Yo=Object.defineProperty;var O_=Object.getOwnPropertyDescriptor;var M_=Object.getOwnPropertyNames;var A_=Object.getPrototypeOf,C_=Object.prototype.hasOwnProperty;var E=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),es=(t,e)=>{for(var r in e)Yo(t,r,{get:e[r],enumerable:!0})},rp=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of M_(e))!C_.call(t,o)&&o!==r&&Yo(t,o,{get:()=>e[o],enumerable:!(n=O_(e,o))||n.enumerable});return t};var Ln=(t,e,r)=>(r=t!=null?I_(A_(t)):{},rp(e||!t||!t.__esModule?Yo(r,"default",{value:t,enumerable:!0}):r,t)),N_=t=>rp(Yo({},"__esModule",{value:!0}),t);var _o=E(ne=>{"use strict";Object.defineProperty(ne,"__esModule",{value:!0});ne.regexpCode=ne.getEsmExportName=ne.getProperty=ne.safeStringify=ne.stringify=ne.strConcat=ne.addCodeArg=ne.str=ne._=ne.nil=ne._Code=ne.Name=ne.IDENTIFIER=ne._CodeOrName=void 0;var go=class{};ne._CodeOrName=go;ne.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Vr=class extends go{constructor(e){if(super(),!ne.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}}};ne.Name=Vr;var ft=class extends go{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 Vr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};ne._Code=ft;ne.nil=new ft("");function Xm(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Uu(r,e[n]),r.push(t[++n]);return new ft(r)}ne._=Xm;var Fu=new ft("+");function Ym(t,...e){let r=[yo(t[0])],n=0;for(;n<e.length;)r.push(Fu),Uu(r,e[n]),r.push(Fu,yo(t[++n]));return N$(r),new ft(r)}ne.str=Ym;function Uu(t,e){e instanceof ft?t.push(...e._items):e instanceof Vr?t.push(e):t.push(D$(e))}ne.addCodeArg=Uu;function N$(t){let e=1;for(;e<t.length-1;){if(t[e]===Fu){let r=j$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function j$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Vr||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 Vr))return`"${t}${e.slice(1)}`}function Z$(t,e){return e.emptyStr()?t:t.emptyStr()?e:Ym`${t}${e}`}ne.strConcat=Z$;function D$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:yo(Array.isArray(t)?t.join(","):t)}function q$(t){return new ft(yo(t))}ne.stringify=q$;function yo(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}ne.safeStringify=yo;function L$(t){return typeof t=="string"&&ne.IDENTIFIER.test(t)?new ft(`.${t}`):Xm`[${t}]`}ne.getProperty=L$;function F$(t){if(typeof t=="string"&&ne.IDENTIFIER.test(t))return new ft(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}ne.getEsmExportName=F$;function U$(t){return new ft(t.toString())}ne.regexpCode=U$});var Gu=E(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.ValueScope=Ye.ValueScopeName=Ye.Scope=Ye.varKinds=Ye.UsedValueState=void 0;var Xe=_o(),Vu=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},ri;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(ri||(Ye.UsedValueState=ri={}));Ye.varKinds={const:new Xe.Name("const"),let:new Xe.Name("let"),var:new Xe.Name("var")};var ni=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Xe.Name?e:this.name(e)}name(e){return new Xe.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}}};Ye.Scope=ni;var oi=class extends Xe.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Xe._)`.${new Xe.Name(r)}[${n}]`}};Ye.ValueScopeName=oi;var V$=(0,Xe._)`\n`,Hu=class extends ni{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?V$:Xe.nil}}get(){return this._scope}name(e){return new oi(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 d=a.get(i);if(d)return d}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,Xe._)`${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=Xe.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,ri.Started);let d=r(u);if(d){let l=this.opts.es5?Ye.varKinds.var:Ye.varKinds.const;s=(0,Xe._)`${s}${l} ${u} = ${d};${this.opts._n}`}else if(d=o?.(u))s=(0,Xe._)`${s}${d}${this.opts._n}`;else throw new Vu(u);c.set(u,ri.Completed)})}return s}};Ye.ValueScope=Hu});var G=E(W=>{"use strict";Object.defineProperty(W,"__esModule",{value:!0});W.or=W.and=W.not=W.CodeGen=W.operators=W.varKinds=W.ValueScopeName=W.ValueScope=W.Scope=W.Name=W.regexpCode=W.stringify=W.getProperty=W.nil=W.strConcat=W.str=W._=void 0;var te=_o(),wt=Gu(),cr=_o();Object.defineProperty(W,"_",{enumerable:!0,get:function(){return cr._}});Object.defineProperty(W,"str",{enumerable:!0,get:function(){return cr.str}});Object.defineProperty(W,"strConcat",{enumerable:!0,get:function(){return cr.strConcat}});Object.defineProperty(W,"nil",{enumerable:!0,get:function(){return cr.nil}});Object.defineProperty(W,"getProperty",{enumerable:!0,get:function(){return cr.getProperty}});Object.defineProperty(W,"stringify",{enumerable:!0,get:function(){return cr.stringify}});Object.defineProperty(W,"regexpCode",{enumerable:!0,get:function(){return cr.regexpCode}});Object.defineProperty(W,"Name",{enumerable:!0,get:function(){return cr.Name}});var ci=Gu();Object.defineProperty(W,"Scope",{enumerable:!0,get:function(){return ci.Scope}});Object.defineProperty(W,"ValueScope",{enumerable:!0,get:function(){return ci.ValueScope}});Object.defineProperty(W,"ValueScopeName",{enumerable:!0,get:function(){return ci.ValueScopeName}});Object.defineProperty(W,"varKinds",{enumerable:!0,get:function(){return ci.varKinds}});W.operators={GT:new te._Code(">"),GTE:new te._Code(">="),LT:new te._Code("<"),LTE:new te._Code("<="),EQ:new te._Code("==="),NEQ:new te._Code("!=="),NOT:new te._Code("!"),OR:new te._Code("||"),AND:new te._Code("&&"),ADD:new te._Code("+")};var Wt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Wu=class extends Wt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?wt.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=$n(this.rhs,e,r)),this}get names(){return this.rhs instanceof te._CodeOrName?this.rhs.names:{}}},si=class extends Wt{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 te.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=$n(this.rhs,e,r),this}get names(){let e=this.lhs instanceof te.Name?{}:{...this.lhs.names};return ai(e,this.rhs)}},Bu=class extends si{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Ju=class extends Wt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Ku=class extends Wt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Qu=class extends Wt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Xu=class extends Wt{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=$n(this.code,e,r),this}get names(){return this.code instanceof te._CodeOrName?this.code.names:{}}},vo=class extends Wt{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)||(H$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Wr(e,r.names),{})}},Bt=class extends vo{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Yu=class extends vo{},wn=class extends Bt{};wn.kind="else";var Hr=class t extends Bt{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 wn(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(eh(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=$n(this.condition,e,r),this}get names(){let e=super.names;return ai(e,this.condition),this.else&&Wr(e,this.else.names),e}};Hr.kind="if";var Gr=class extends Bt{};Gr.kind="for";var el=class extends Gr{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=$n(this.iteration,e,r),this}get names(){return Wr(super.names,this.iteration.names)}},tl=class extends Gr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?wt.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=ai(super.names,this.from);return ai(e,this.to)}},ii=class extends Gr{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=$n(this.iterable,e,r),this}get names(){return Wr(super.names,this.iterable.names)}},xo=class extends Bt{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)}};xo.kind="func";var bo=class extends vo{render(e){return"return "+super.render(e)}};bo.kind="return";var rl=class extends Bt{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&&Wr(e,this.catch.names),this.finally&&Wr(e,this.finally.names),e}},wo=class extends Bt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};wo.kind="catch";var $o=class extends Bt{render(e){return"finally"+super.render(e)}};$o.kind="finally";var nl=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
- `:""},this._extScope=e,this._scope=new wt.Scope({parent:e}),this._nodes=[new Yu]}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 Wu(e,s,n)),s}const(e,r,n){return this._def(wt.varKinds.const,e,r,n)}let(e,r,n){return this._def(wt.varKinds.let,e,r,n)}var(e,r,n){return this._def(wt.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new si(e,r,n))}add(e,r){return this._leafNode(new Bu(e,W.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==te.nil&&this._leafNode(new Xu(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,te.addCodeArg)(r,o));return r.push("}"),new te._Code(r)}if(e,r,n){if(this._blockNode(new Hr(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 Hr(e))}else(){return this._elseNode(new wn)}endIf(){return this._endBlockNode(Hr,wn)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new el(e),r)}forRange(e,r,n,o,s=this.opts.es5?wt.varKinds.var:wt.varKinds.let){let i=this._scope.toName(e);return this._for(new tl(s,i,r,n),()=>o(i))}forOf(e,r,n,o=wt.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof te.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,te._)`${i}.length`,a=>{this.var(s,(0,te._)`${i}[${a}]`),n(s)})}return this._for(new ii("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?wt.varKinds.var:wt.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,te._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new ii("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Gr)}label(e){return this._leafNode(new Ju(e))}break(e){return this._leafNode(new Ku(e))}return(e){let r=new bo;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(bo)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new rl;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new wo(s),r(s)}return n&&(this._currNode=o.finally=new $o,this.code(n)),this._endBlockNode(wo,$o)}throw(e){return this._leafNode(new Qu(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=te.nil,n,o){return this._blockNode(new xo(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(xo)}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 Hr))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}};W.CodeGen=nl;function Wr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function ai(t,e){return e instanceof te._CodeOrName?Wr(t,e.names):t}function $n(t,e,r){if(t instanceof te.Name)return n(t);if(!o(t))return t;return new te._Code(t._items.reduce((s,i)=>(i instanceof te.Name&&(i=n(i)),i instanceof te._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 te._Code&&s._items.some(i=>i instanceof te.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function H$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function eh(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,te._)`!${ol(t)}`}W.not=eh;var G$=th(W.operators.AND);function W$(...t){return t.reduce(G$)}W.and=W$;var B$=th(W.operators.OR);function J$(...t){return t.reduce(B$)}W.or=J$;function th(t){return(e,r)=>e===te.nil?r:r===te.nil?e:(0,te._)`${ol(e)} ${t} ${ol(r)}`}function ol(t){return t instanceof te.Name?t:(0,te._)`(${t})`}});var oe=E(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.checkStrictMode=B.getErrorPath=B.Type=B.useFunc=B.setEvaluated=B.evaluatedPropsToName=B.mergeEvaluated=B.eachItem=B.unescapeJsonPointer=B.escapeJsonPointer=B.escapeFragment=B.unescapeFragment=B.schemaRefOrVal=B.schemaHasRulesButRef=B.schemaHasRules=B.checkUnknownRules=B.alwaysValidSchema=B.toHash=void 0;var ue=G(),K$=_o();function Q$(t){let e={};for(let r of t)e[r]=!0;return e}B.toHash=Q$;function X$(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(oh(t,e),!sh(e,t.self.RULES.all))}B.alwaysValidSchema=X$;function oh(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]||ch(t,`unknown keyword: "${s}"`)}B.checkUnknownRules=oh;function sh(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}B.schemaHasRules=sh;function Y$(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}B.schemaHasRulesButRef=Y$;function ek({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ue._)`${r}`}return(0,ue._)`${t}${e}${(0,ue.getProperty)(n)}`}B.schemaRefOrVal=ek;function tk(t){return ih(decodeURIComponent(t))}B.unescapeFragment=tk;function rk(t){return encodeURIComponent(il(t))}B.escapeFragment=rk;function il(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}B.escapeJsonPointer=il;function ih(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}B.unescapeJsonPointer=ih;function nk(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}B.eachItem=nk;function rh({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof ue.Name?(s instanceof ue.Name?t(o,s,i):e(o,s,i),i):s instanceof ue.Name?(e(o,i,s),s):r(s,i);return a===ue.Name&&!(c instanceof ue.Name)?n(o,c):c}}B.mergeEvaluated={props:rh({mergeNames:(t,e,r)=>t.if((0,ue._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ue._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ue._)`${r} || {}`).code((0,ue._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ue._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ue._)`${r} || {}`),al(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:ah}),items:rh({mergeNames:(t,e,r)=>t.if((0,ue._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ue._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ue._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ue._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function ah(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ue._)`{}`);return e!==void 0&&al(t,r,e),r}B.evaluatedPropsToName=ah;function al(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ue._)`${e}${(0,ue.getProperty)(n)}`,!0))}B.setEvaluated=al;var nh={};function ok(t,e){return t.scopeValue("func",{ref:e,code:nh[e.code]||(nh[e.code]=new K$._Code(e.code))})}B.useFunc=ok;var sl;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(sl||(B.Type=sl={}));function sk(t,e,r){if(t instanceof ue.Name){let n=e===sl.Num;return r?n?(0,ue._)`"[" + ${t} + "]"`:(0,ue._)`"['" + ${t} + "']"`:n?(0,ue._)`"/" + ${t}`:(0,ue._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ue.getProperty)(t).toString():"/"+il(t)}B.getErrorPath=sk;function ch(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}B.checkStrictMode=ch});var Jt=E(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var Ze=G(),ik={data:new Ze.Name("data"),valCxt:new Ze.Name("valCxt"),instancePath:new Ze.Name("instancePath"),parentData:new Ze.Name("parentData"),parentDataProperty:new Ze.Name("parentDataProperty"),rootData:new Ze.Name("rootData"),dynamicAnchors:new Ze.Name("dynamicAnchors"),vErrors:new Ze.Name("vErrors"),errors:new Ze.Name("errors"),this:new Ze.Name("this"),self:new Ze.Name("self"),scope:new Ze.Name("scope"),json:new Ze.Name("json"),jsonPos:new Ze.Name("jsonPos"),jsonLen:new Ze.Name("jsonLen"),jsonPart:new Ze.Name("jsonPart")};cl.default=ik});var ko=E(De=>{"use strict";Object.defineProperty(De,"__esModule",{value:!0});De.extendErrors=De.resetErrorsCount=De.reportExtraError=De.reportError=De.keyword$DataError=De.keywordError=void 0;var re=G(),ui=oe(),Ue=Jt();De.keywordError={message:({keyword:t})=>(0,re.str)`must pass "${t}" keyword validation`};De.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,re.str)`"${t}" keyword must be ${e} ($data)`:(0,re.str)`"${t}" keyword is invalid ($data)`};function ak(t,e=De.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=dh(t,e,r);n??(i||a)?uh(s,c):lh(o,(0,re._)`[${c}]`)}De.reportError=ak;function ck(t,e=De.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=dh(t,e,r);uh(o,a),s||i||lh(n,Ue.default.vErrors)}De.reportExtraError=ck;function uk(t,e){t.assign(Ue.default.errors,e),t.if((0,re._)`${Ue.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,re._)`${Ue.default.vErrors}.length`,e),()=>t.assign(Ue.default.vErrors,null)))}De.resetErrorsCount=uk;function lk({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,Ue.default.errors,a=>{t.const(i,(0,re._)`${Ue.default.vErrors}[${a}]`),t.if((0,re._)`${i}.instancePath === undefined`,()=>t.assign((0,re._)`${i}.instancePath`,(0,re.strConcat)(Ue.default.instancePath,s.errorPath))),t.assign((0,re._)`${i}.schemaPath`,(0,re.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,re._)`${i}.schema`,r),t.assign((0,re._)`${i}.data`,n))})}De.extendErrors=lk;function uh(t,e){let r=t.const("err",e);t.if((0,re._)`${Ue.default.vErrors} === null`,()=>t.assign(Ue.default.vErrors,(0,re._)`[${r}]`),(0,re._)`${Ue.default.vErrors}.push(${r})`),t.code((0,re._)`${Ue.default.errors}++`)}function lh(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,re._)`new ${t.ValidationError}(${e})`):(r.assign((0,re._)`${n}.errors`,e),r.return(!1))}var Br={keyword:new re.Name("keyword"),schemaPath:new re.Name("schemaPath"),params:new re.Name("params"),propertyName:new re.Name("propertyName"),message:new re.Name("message"),schema:new re.Name("schema"),parentSchema:new re.Name("parentSchema")};function dh(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,re._)`{}`:dk(t,e,r)}function dk(t,e,r={}){let{gen:n,it:o}=t,s=[pk(o,r),fk(t,r)];return mk(t,e,s),n.object(...s)}function pk({errorPath:t},{instancePath:e}){let r=e?(0,re.str)`${t}${(0,ui.getErrorPath)(e,ui.Type.Str)}`:t;return[Ue.default.instancePath,(0,re.strConcat)(Ue.default.instancePath,r)]}function fk({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,re.str)`${e}/${t}`;return r&&(o=(0,re.str)`${o}${(0,ui.getErrorPath)(r,ui.Type.Str)}`),[Br.schemaPath,o]}function mk(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:l}=a;n.push([Br.keyword,o],[Br.params,typeof e=="function"?e(t):e||(0,re._)`{}`]),c.messages&&n.push([Br.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Br.schema,i],[Br.parentSchema,(0,re._)`${d}${l}`],[Ue.default.data,s]),u&&n.push([Br.propertyName,u])}});var fh=E(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.boolOrEmptySchema=kn.topBoolOrEmptySchema=void 0;var hk=ko(),gk=G(),yk=Jt(),_k={message:"boolean schema is false"};function vk(t){let{gen:e,schema:r,validateName:n}=t;r===!1?ph(t,!1):typeof r=="object"&&r.$async===!0?e.return(yk.default.data):(e.assign((0,gk._)`${n}.errors`,null),e.return(!0))}kn.topBoolOrEmptySchema=vk;function xk(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),ph(t)):r.var(e,!0)}kn.boolOrEmptySchema=xk;function ph(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,hk.reportError)(o,_k,void 0,e)}});var ul=E(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.getRules=Sn.isJSONType=void 0;var bk=["string","number","integer","boolean","null","object","array"],wk=new Set(bk);function $k(t){return typeof t=="string"&&wk.has(t)}Sn.isJSONType=$k;function kk(){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=kk});var ll=E(ur=>{"use strict";Object.defineProperty(ur,"__esModule",{value:!0});ur.shouldUseRule=ur.shouldUseGroup=ur.schemaHasRulesForType=void 0;function Sk({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&mh(t,n)}ur.schemaHasRulesForType=Sk;function mh(t,e){return e.rules.some(r=>hh(t,r))}ur.shouldUseGroup=mh;function hh(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))}ur.shouldUseRule=hh});var So=E(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.reportTypeError=qe.checkDataTypes=qe.checkDataType=qe.coerceAndCheckDataType=qe.getJSONTypes=qe.getSchemaTypes=qe.DataType=void 0;var Tk=ul(),zk=ll(),Ek=ko(),V=G(),gh=oe(),Tn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(Tn||(qe.DataType=Tn={}));function Pk(t){let e=yh(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}qe.getSchemaTypes=Pk;function yh(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(","))}qe.getJSONTypes=yh;function Rk(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,zk.schemaHasRulesForType)(t,e[0]));if(i){let a=pl(e,n,o.strictNumbers,Tn.Wrong);r.if(a,()=>{s.length?Ok(t,e,s):fl(t)})}return i}qe.coerceAndCheckDataType=Rk;var _h=new Set(["string","number","integer","boolean","null"]);function Ik(t,e){return e?t.filter(r=>_h.has(r)||e==="array"&&r==="array"):[]}function Ok(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,V._)`typeof ${o}`),a=n.let("coerced",(0,V._)`undefined`);s.coerceTypes==="array"&&n.if((0,V._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,V._)`${o}[0]`).assign(i,(0,V._)`typeof ${o}`).if(pl(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,V._)`${a} !== undefined`);for(let u of r)(_h.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),fl(t),n.endIf(),n.if((0,V._)`${a} !== undefined`,()=>{n.assign(o,a),Mk(t,a)});function c(u){switch(u){case"string":n.elseIf((0,V._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,V._)`"" + ${o}`).elseIf((0,V._)`${o} === null`).assign(a,(0,V._)`""`);return;case"number":n.elseIf((0,V._)`${i} == "boolean" || ${o} === null
2
+ "use strict";var O_=Object.create;var Yo=Object.defineProperty;var M_=Object.getOwnPropertyDescriptor;var A_=Object.getOwnPropertyNames;var C_=Object.getPrototypeOf,N_=Object.prototype.hasOwnProperty;var E=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),es=(t,e)=>{for(var r in e)Yo(t,r,{get:e[r],enumerable:!0})},np=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of A_(e))!N_.call(t,o)&&o!==r&&Yo(t,o,{get:()=>e[o],enumerable:!(n=M_(e,o))||n.enumerable});return t};var Ln=(t,e,r)=>(r=t!=null?O_(C_(t)):{},np(e||!t||!t.__esModule?Yo(r,"default",{value:t,enumerable:!0}):r,t)),j_=t=>np(Yo({},"__esModule",{value:!0}),t);var _o=E(ne=>{"use strict";Object.defineProperty(ne,"__esModule",{value:!0});ne.regexpCode=ne.getEsmExportName=ne.getProperty=ne.safeStringify=ne.stringify=ne.strConcat=ne.addCodeArg=ne.str=ne._=ne.nil=ne._Code=ne.Name=ne.IDENTIFIER=ne._CodeOrName=void 0;var go=class{};ne._CodeOrName=go;ne.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Vr=class extends go{constructor(e){if(super(),!ne.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}}};ne.Name=Vr;var ft=class extends go{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 Vr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};ne._Code=ft;ne.nil=new ft("");function Ym(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Uu(r,e[n]),r.push(t[++n]);return new ft(r)}ne._=Ym;var Fu=new ft("+");function eh(t,...e){let r=[yo(t[0])],n=0;for(;n<e.length;)r.push(Fu),Uu(r,e[n]),r.push(Fu,yo(t[++n]));return j$(r),new ft(r)}ne.str=eh;function Uu(t,e){e instanceof ft?t.push(...e._items):e instanceof Vr?t.push(e):t.push(q$(e))}ne.addCodeArg=Uu;function j$(t){let e=1;for(;e<t.length-1;){if(t[e]===Fu){let r=Z$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function Z$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Vr||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 Vr))return`"${t}${e.slice(1)}`}function D$(t,e){return e.emptyStr()?t:t.emptyStr()?e:eh`${t}${e}`}ne.strConcat=D$;function q$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:yo(Array.isArray(t)?t.join(","):t)}function L$(t){return new ft(yo(t))}ne.stringify=L$;function yo(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}ne.safeStringify=yo;function F$(t){return typeof t=="string"&&ne.IDENTIFIER.test(t)?new ft(`.${t}`):Ym`[${t}]`}ne.getProperty=F$;function U$(t){if(typeof t=="string"&&ne.IDENTIFIER.test(t))return new ft(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}ne.getEsmExportName=U$;function V$(t){return new ft(t.toString())}ne.regexpCode=V$});var Gu=E(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.ValueScope=Ye.ValueScopeName=Ye.Scope=Ye.varKinds=Ye.UsedValueState=void 0;var Xe=_o(),Vu=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},ri;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(ri||(Ye.UsedValueState=ri={}));Ye.varKinds={const:new Xe.Name("const"),let:new Xe.Name("let"),var:new Xe.Name("var")};var ni=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Xe.Name?e:this.name(e)}name(e){return new Xe.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}}};Ye.Scope=ni;var oi=class extends Xe.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Xe._)`.${new Xe.Name(r)}[${n}]`}};Ye.ValueScopeName=oi;var H$=(0,Xe._)`\n`,Hu=class extends ni{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?H$:Xe.nil}}get(){return this._scope}name(e){return new oi(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 d=a.get(i);if(d)return d}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,Xe._)`${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=Xe.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,ri.Started);let d=r(u);if(d){let l=this.opts.es5?Ye.varKinds.var:Ye.varKinds.const;s=(0,Xe._)`${s}${l} ${u} = ${d};${this.opts._n}`}else if(d=o?.(u))s=(0,Xe._)`${s}${d}${this.opts._n}`;else throw new Vu(u);c.set(u,ri.Completed)})}return s}};Ye.ValueScope=Hu});var G=E(W=>{"use strict";Object.defineProperty(W,"__esModule",{value:!0});W.or=W.and=W.not=W.CodeGen=W.operators=W.varKinds=W.ValueScopeName=W.ValueScope=W.Scope=W.Name=W.regexpCode=W.stringify=W.getProperty=W.nil=W.strConcat=W.str=W._=void 0;var te=_o(),wt=Gu(),cr=_o();Object.defineProperty(W,"_",{enumerable:!0,get:function(){return cr._}});Object.defineProperty(W,"str",{enumerable:!0,get:function(){return cr.str}});Object.defineProperty(W,"strConcat",{enumerable:!0,get:function(){return cr.strConcat}});Object.defineProperty(W,"nil",{enumerable:!0,get:function(){return cr.nil}});Object.defineProperty(W,"getProperty",{enumerable:!0,get:function(){return cr.getProperty}});Object.defineProperty(W,"stringify",{enumerable:!0,get:function(){return cr.stringify}});Object.defineProperty(W,"regexpCode",{enumerable:!0,get:function(){return cr.regexpCode}});Object.defineProperty(W,"Name",{enumerable:!0,get:function(){return cr.Name}});var ci=Gu();Object.defineProperty(W,"Scope",{enumerable:!0,get:function(){return ci.Scope}});Object.defineProperty(W,"ValueScope",{enumerable:!0,get:function(){return ci.ValueScope}});Object.defineProperty(W,"ValueScopeName",{enumerable:!0,get:function(){return ci.ValueScopeName}});Object.defineProperty(W,"varKinds",{enumerable:!0,get:function(){return ci.varKinds}});W.operators={GT:new te._Code(">"),GTE:new te._Code(">="),LT:new te._Code("<"),LTE:new te._Code("<="),EQ:new te._Code("==="),NEQ:new te._Code("!=="),NOT:new te._Code("!"),OR:new te._Code("||"),AND:new te._Code("&&"),ADD:new te._Code("+")};var Wt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Wu=class extends Wt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?wt.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=$n(this.rhs,e,r)),this}get names(){return this.rhs instanceof te._CodeOrName?this.rhs.names:{}}},si=class extends Wt{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 te.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=$n(this.rhs,e,r),this}get names(){let e=this.lhs instanceof te.Name?{}:{...this.lhs.names};return ai(e,this.rhs)}},Bu=class extends si{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Ju=class extends Wt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Ku=class extends Wt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Qu=class extends Wt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Xu=class extends Wt{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=$n(this.code,e,r),this}get names(){return this.code instanceof te._CodeOrName?this.code.names:{}}},vo=class extends Wt{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)||(G$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Wr(e,r.names),{})}},Bt=class extends vo{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Yu=class extends vo{},wn=class extends Bt{};wn.kind="else";var Hr=class t extends Bt{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 wn(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(th(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=$n(this.condition,e,r),this}get names(){let e=super.names;return ai(e,this.condition),this.else&&Wr(e,this.else.names),e}};Hr.kind="if";var Gr=class extends Bt{};Gr.kind="for";var el=class extends Gr{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=$n(this.iteration,e,r),this}get names(){return Wr(super.names,this.iteration.names)}},tl=class extends Gr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?wt.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=ai(super.names,this.from);return ai(e,this.to)}},ii=class extends Gr{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=$n(this.iterable,e,r),this}get names(){return Wr(super.names,this.iterable.names)}},xo=class extends Bt{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)}};xo.kind="func";var bo=class extends vo{render(e){return"return "+super.render(e)}};bo.kind="return";var rl=class extends Bt{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&&Wr(e,this.catch.names),this.finally&&Wr(e,this.finally.names),e}},wo=class extends Bt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};wo.kind="catch";var $o=class extends Bt{render(e){return"finally"+super.render(e)}};$o.kind="finally";var nl=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
+ `:""},this._extScope=e,this._scope=new wt.Scope({parent:e}),this._nodes=[new Yu]}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 Wu(e,s,n)),s}const(e,r,n){return this._def(wt.varKinds.const,e,r,n)}let(e,r,n){return this._def(wt.varKinds.let,e,r,n)}var(e,r,n){return this._def(wt.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new si(e,r,n))}add(e,r){return this._leafNode(new Bu(e,W.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==te.nil&&this._leafNode(new Xu(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,te.addCodeArg)(r,o));return r.push("}"),new te._Code(r)}if(e,r,n){if(this._blockNode(new Hr(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 Hr(e))}else(){return this._elseNode(new wn)}endIf(){return this._endBlockNode(Hr,wn)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new el(e),r)}forRange(e,r,n,o,s=this.opts.es5?wt.varKinds.var:wt.varKinds.let){let i=this._scope.toName(e);return this._for(new tl(s,i,r,n),()=>o(i))}forOf(e,r,n,o=wt.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof te.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,te._)`${i}.length`,a=>{this.var(s,(0,te._)`${i}[${a}]`),n(s)})}return this._for(new ii("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?wt.varKinds.var:wt.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,te._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new ii("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Gr)}label(e){return this._leafNode(new Ju(e))}break(e){return this._leafNode(new Ku(e))}return(e){let r=new bo;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(bo)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new rl;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new wo(s),r(s)}return n&&(this._currNode=o.finally=new $o,this.code(n)),this._endBlockNode(wo,$o)}throw(e){return this._leafNode(new Qu(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=te.nil,n,o){return this._blockNode(new xo(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(xo)}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 Hr))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}};W.CodeGen=nl;function Wr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function ai(t,e){return e instanceof te._CodeOrName?Wr(t,e.names):t}function $n(t,e,r){if(t instanceof te.Name)return n(t);if(!o(t))return t;return new te._Code(t._items.reduce((s,i)=>(i instanceof te.Name&&(i=n(i)),i instanceof te._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 te._Code&&s._items.some(i=>i instanceof te.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function G$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function th(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,te._)`!${ol(t)}`}W.not=th;var W$=rh(W.operators.AND);function B$(...t){return t.reduce(W$)}W.and=B$;var J$=rh(W.operators.OR);function K$(...t){return t.reduce(J$)}W.or=K$;function rh(t){return(e,r)=>e===te.nil?r:r===te.nil?e:(0,te._)`${ol(e)} ${t} ${ol(r)}`}function ol(t){return t instanceof te.Name?t:(0,te._)`(${t})`}});var oe=E(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.checkStrictMode=B.getErrorPath=B.Type=B.useFunc=B.setEvaluated=B.evaluatedPropsToName=B.mergeEvaluated=B.eachItem=B.unescapeJsonPointer=B.escapeJsonPointer=B.escapeFragment=B.unescapeFragment=B.schemaRefOrVal=B.schemaHasRulesButRef=B.schemaHasRules=B.checkUnknownRules=B.alwaysValidSchema=B.toHash=void 0;var ue=G(),Q$=_o();function X$(t){let e={};for(let r of t)e[r]=!0;return e}B.toHash=X$;function Y$(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(sh(t,e),!ih(e,t.self.RULES.all))}B.alwaysValidSchema=Y$;function sh(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]||uh(t,`unknown keyword: "${s}"`)}B.checkUnknownRules=sh;function ih(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}B.schemaHasRules=ih;function ek(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}B.schemaHasRulesButRef=ek;function tk({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ue._)`${r}`}return(0,ue._)`${t}${e}${(0,ue.getProperty)(n)}`}B.schemaRefOrVal=tk;function rk(t){return ah(decodeURIComponent(t))}B.unescapeFragment=rk;function nk(t){return encodeURIComponent(il(t))}B.escapeFragment=nk;function il(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}B.escapeJsonPointer=il;function ah(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}B.unescapeJsonPointer=ah;function ok(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}B.eachItem=ok;function nh({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof ue.Name?(s instanceof ue.Name?t(o,s,i):e(o,s,i),i):s instanceof ue.Name?(e(o,i,s),s):r(s,i);return a===ue.Name&&!(c instanceof ue.Name)?n(o,c):c}}B.mergeEvaluated={props:nh({mergeNames:(t,e,r)=>t.if((0,ue._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ue._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ue._)`${r} || {}`).code((0,ue._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ue._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ue._)`${r} || {}`),al(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:ch}),items:nh({mergeNames:(t,e,r)=>t.if((0,ue._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ue._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ue._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ue._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function ch(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ue._)`{}`);return e!==void 0&&al(t,r,e),r}B.evaluatedPropsToName=ch;function al(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ue._)`${e}${(0,ue.getProperty)(n)}`,!0))}B.setEvaluated=al;var oh={};function sk(t,e){return t.scopeValue("func",{ref:e,code:oh[e.code]||(oh[e.code]=new Q$._Code(e.code))})}B.useFunc=sk;var sl;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(sl||(B.Type=sl={}));function ik(t,e,r){if(t instanceof ue.Name){let n=e===sl.Num;return r?n?(0,ue._)`"[" + ${t} + "]"`:(0,ue._)`"['" + ${t} + "']"`:n?(0,ue._)`"/" + ${t}`:(0,ue._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ue.getProperty)(t).toString():"/"+il(t)}B.getErrorPath=ik;function uh(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}B.checkStrictMode=uh});var Jt=E(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var Ze=G(),ak={data:new Ze.Name("data"),valCxt:new Ze.Name("valCxt"),instancePath:new Ze.Name("instancePath"),parentData:new Ze.Name("parentData"),parentDataProperty:new Ze.Name("parentDataProperty"),rootData:new Ze.Name("rootData"),dynamicAnchors:new Ze.Name("dynamicAnchors"),vErrors:new Ze.Name("vErrors"),errors:new Ze.Name("errors"),this:new Ze.Name("this"),self:new Ze.Name("self"),scope:new Ze.Name("scope"),json:new Ze.Name("json"),jsonPos:new Ze.Name("jsonPos"),jsonLen:new Ze.Name("jsonLen"),jsonPart:new Ze.Name("jsonPart")};cl.default=ak});var ko=E(De=>{"use strict";Object.defineProperty(De,"__esModule",{value:!0});De.extendErrors=De.resetErrorsCount=De.reportExtraError=De.reportError=De.keyword$DataError=De.keywordError=void 0;var re=G(),ui=oe(),Ve=Jt();De.keywordError={message:({keyword:t})=>(0,re.str)`must pass "${t}" keyword validation`};De.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,re.str)`"${t}" keyword must be ${e} ($data)`:(0,re.str)`"${t}" keyword is invalid ($data)`};function ck(t,e=De.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=ph(t,e,r);n??(i||a)?lh(s,c):dh(o,(0,re._)`[${c}]`)}De.reportError=ck;function uk(t,e=De.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=ph(t,e,r);lh(o,a),s||i||dh(n,Ve.default.vErrors)}De.reportExtraError=uk;function lk(t,e){t.assign(Ve.default.errors,e),t.if((0,re._)`${Ve.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,re._)`${Ve.default.vErrors}.length`,e),()=>t.assign(Ve.default.vErrors,null)))}De.resetErrorsCount=lk;function dk({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,Ve.default.errors,a=>{t.const(i,(0,re._)`${Ve.default.vErrors}[${a}]`),t.if((0,re._)`${i}.instancePath === undefined`,()=>t.assign((0,re._)`${i}.instancePath`,(0,re.strConcat)(Ve.default.instancePath,s.errorPath))),t.assign((0,re._)`${i}.schemaPath`,(0,re.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,re._)`${i}.schema`,r),t.assign((0,re._)`${i}.data`,n))})}De.extendErrors=dk;function lh(t,e){let r=t.const("err",e);t.if((0,re._)`${Ve.default.vErrors} === null`,()=>t.assign(Ve.default.vErrors,(0,re._)`[${r}]`),(0,re._)`${Ve.default.vErrors}.push(${r})`),t.code((0,re._)`${Ve.default.errors}++`)}function dh(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,re._)`new ${t.ValidationError}(${e})`):(r.assign((0,re._)`${n}.errors`,e),r.return(!1))}var Br={keyword:new re.Name("keyword"),schemaPath:new re.Name("schemaPath"),params:new re.Name("params"),propertyName:new re.Name("propertyName"),message:new re.Name("message"),schema:new re.Name("schema"),parentSchema:new re.Name("parentSchema")};function ph(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,re._)`{}`:pk(t,e,r)}function pk(t,e,r={}){let{gen:n,it:o}=t,s=[fk(o,r),mk(t,r)];return hk(t,e,s),n.object(...s)}function fk({errorPath:t},{instancePath:e}){let r=e?(0,re.str)`${t}${(0,ui.getErrorPath)(e,ui.Type.Str)}`:t;return[Ve.default.instancePath,(0,re.strConcat)(Ve.default.instancePath,r)]}function mk({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,re.str)`${e}/${t}`;return r&&(o=(0,re.str)`${o}${(0,ui.getErrorPath)(r,ui.Type.Str)}`),[Br.schemaPath,o]}function hk(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:l}=a;n.push([Br.keyword,o],[Br.params,typeof e=="function"?e(t):e||(0,re._)`{}`]),c.messages&&n.push([Br.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Br.schema,i],[Br.parentSchema,(0,re._)`${d}${l}`],[Ve.default.data,s]),u&&n.push([Br.propertyName,u])}});var mh=E(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.boolOrEmptySchema=kn.topBoolOrEmptySchema=void 0;var gk=ko(),yk=G(),_k=Jt(),vk={message:"boolean schema is false"};function xk(t){let{gen:e,schema:r,validateName:n}=t;r===!1?fh(t,!1):typeof r=="object"&&r.$async===!0?e.return(_k.default.data):(e.assign((0,yk._)`${n}.errors`,null),e.return(!0))}kn.topBoolOrEmptySchema=xk;function bk(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),fh(t)):r.var(e,!0)}kn.boolOrEmptySchema=bk;function fh(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,gk.reportError)(o,vk,void 0,e)}});var ul=E(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.getRules=Sn.isJSONType=void 0;var wk=["string","number","integer","boolean","null","object","array"],$k=new Set(wk);function kk(t){return typeof t=="string"&&$k.has(t)}Sn.isJSONType=kk;function Sk(){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=Sk});var ll=E(ur=>{"use strict";Object.defineProperty(ur,"__esModule",{value:!0});ur.shouldUseRule=ur.shouldUseGroup=ur.schemaHasRulesForType=void 0;function Tk({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&hh(t,n)}ur.schemaHasRulesForType=Tk;function hh(t,e){return e.rules.some(r=>gh(t,r))}ur.shouldUseGroup=hh;function gh(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))}ur.shouldUseRule=gh});var So=E(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.reportTypeError=qe.checkDataTypes=qe.checkDataType=qe.coerceAndCheckDataType=qe.getJSONTypes=qe.getSchemaTypes=qe.DataType=void 0;var zk=ul(),Ek=ll(),Pk=ko(),V=G(),yh=oe(),Tn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(Tn||(qe.DataType=Tn={}));function Rk(t){let e=_h(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}qe.getSchemaTypes=Rk;function _h(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(zk.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}qe.getJSONTypes=_h;function Ik(t,e){let{gen:r,data:n,opts:o}=t,s=Ok(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Ek.schemaHasRulesForType)(t,e[0]));if(i){let a=pl(e,n,o.strictNumbers,Tn.Wrong);r.if(a,()=>{s.length?Mk(t,e,s):fl(t)})}return i}qe.coerceAndCheckDataType=Ik;var vh=new Set(["string","number","integer","boolean","null"]);function Ok(t,e){return e?t.filter(r=>vh.has(r)||e==="array"&&r==="array"):[]}function Mk(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,V._)`typeof ${o}`),a=n.let("coerced",(0,V._)`undefined`);s.coerceTypes==="array"&&n.if((0,V._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,V._)`${o}[0]`).assign(i,(0,V._)`typeof ${o}`).if(pl(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,V._)`${a} !== undefined`);for(let u of r)(vh.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),fl(t),n.endIf(),n.if((0,V._)`${a} !== undefined`,()=>{n.assign(o,a),Ak(t,a)});function c(u){switch(u){case"string":n.elseIf((0,V._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,V._)`"" + ${o}`).elseIf((0,V._)`${o} === null`).assign(a,(0,V._)`""`);return;case"number":n.elseIf((0,V._)`${i} == "boolean" || ${o} === null
4
4
  || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,V._)`+${o}`);return;case"integer":n.elseIf((0,V._)`${i} === "boolean" || ${o} === null
5
5
  || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,V._)`+${o}`);return;case"boolean":n.elseIf((0,V._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,V._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,V._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,V._)`${i} === "string" || ${i} === "number"
6
- || ${i} === "boolean" || ${o} === null`).assign(a,(0,V._)`[${o}]`)}}}function Mk({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,V._)`${e} !== undefined`,()=>t.assign((0,V._)`${e}[${r}]`,n))}function dl(t,e,r,n=Tn.Correct){let o=n===Tn.Correct?V.operators.EQ:V.operators.NEQ,s;switch(t){case"null":return(0,V._)`${e} ${o} null`;case"array":s=(0,V._)`Array.isArray(${e})`;break;case"object":s=(0,V._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,V._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,V._)`typeof ${e} ${o} ${t}`}return n===Tn.Correct?s:(0,V.not)(s);function i(a=V.nil){return(0,V.and)((0,V._)`typeof ${e} == "number"`,a,r?(0,V._)`isFinite(${e})`:V.nil)}}qe.checkDataType=dl;function pl(t,e,r,n){if(t.length===1)return dl(t[0],e,r,n);let o,s=(0,gh.toHash)(t);if(s.array&&s.object){let i=(0,V._)`typeof ${e} != "object"`;o=s.null?i:(0,V._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=V.nil;s.number&&delete s.integer;for(let i in s)o=(0,V.and)(o,dl(i,e,r,n));return o}qe.checkDataTypes=pl;var Ak={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,V._)`{type: ${t}}`:(0,V._)`{type: ${e}}`};function fl(t){let e=Ck(t);(0,Ek.reportError)(e,Ak)}qe.reportTypeError=fl;function Ck(t){let{gen:e,data:r,schema:n}=t,o=(0,gh.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var xh=E(li=>{"use strict";Object.defineProperty(li,"__esModule",{value:!0});li.assignDefaults=void 0;var zn=G(),Nk=oe();function jk(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)vh(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>vh(t,s,o.default))}li.assignDefaults=jk;function vh(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,zn._)`${s}${(0,zn.getProperty)(e)}`;if(o){(0,Nk.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,zn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,zn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,zn._)`${a} = ${(0,zn.stringify)(r)}`)}});var mt=E(ce=>{"use strict";Object.defineProperty(ce,"__esModule",{value:!0});ce.validateUnion=ce.validateArray=ce.usePattern=ce.callValidateCode=ce.schemaProperties=ce.allSchemaProperties=ce.noPropertyInData=ce.propertyInData=ce.isOwnProperty=ce.hasPropFunc=ce.reportMissingProp=ce.checkMissingProp=ce.checkReportMissingProp=void 0;var fe=G(),ml=oe(),lr=Jt(),Zk=oe();function Dk(t,e){let{gen:r,data:n,it:o}=t;r.if(gl(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,fe._)`${e}`},!0),t.error()})}ce.checkReportMissingProp=Dk;function qk({gen:t,data:e,it:{opts:r}},n,o){return(0,fe.or)(...n.map(s=>(0,fe.and)(gl(t,e,s,r.ownProperties),(0,fe._)`${o} = ${s}`)))}ce.checkMissingProp=qk;function Lk(t,e){t.setParams({missingProperty:e},!0),t.error()}ce.reportMissingProp=Lk;function bh(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,fe._)`Object.prototype.hasOwnProperty`})}ce.hasPropFunc=bh;function hl(t,e,r){return(0,fe._)`${bh(t)}.call(${e}, ${r})`}ce.isOwnProperty=hl;function Fk(t,e,r,n){let o=(0,fe._)`${e}${(0,fe.getProperty)(r)} !== undefined`;return n?(0,fe._)`${o} && ${hl(t,e,r)}`:o}ce.propertyInData=Fk;function gl(t,e,r,n){let o=(0,fe._)`${e}${(0,fe.getProperty)(r)} === undefined`;return n?(0,fe.or)(o,(0,fe.not)(hl(t,e,r))):o}ce.noPropertyInData=gl;function wh(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}ce.allSchemaProperties=wh;function Uk(t,e){return wh(e).filter(r=>!(0,ml.alwaysValidSchema)(t,e[r]))}ce.schemaProperties=Uk;function Vk({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let d=u?(0,fe._)`${t}, ${e}, ${n}${o}`:e,l=[[lr.default.instancePath,(0,fe.strConcat)(lr.default.instancePath,s)],[lr.default.parentData,i.parentData],[lr.default.parentDataProperty,i.parentDataProperty],[lr.default.rootData,lr.default.rootData]];i.opts.dynamicRef&&l.push([lr.default.dynamicAnchors,lr.default.dynamicAnchors]);let h=(0,fe._)`${d}, ${r.object(...l)}`;return c!==fe.nil?(0,fe._)`${a}.call(${c}, ${h})`:(0,fe._)`${a}(${h})`}ce.callValidateCode=Vk;var Hk=(0,fe._)`new RegExp`;function Gk({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,fe._)`${o.code==="new RegExp"?Hk:(0,Zk.useFunc)(t,o)}(${r}, ${n})`})}ce.usePattern=Gk;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,fe._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:ml.Type.Num},s),e.if((0,fe.not)(s),a)})}}ce.validateArray=Wk;function Bk(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,ml.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let d=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,fe._)`${i} || ${a}`),t.mergeValidEvaluated(d,a)||e.if((0,fe.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}ce.validateUnion=Bk});var Sh=E(Ct=>{"use strict";Object.defineProperty(Ct,"__esModule",{value:!0});Ct.validateKeywordUsage=Ct.validSchemaType=Ct.funcKeywordCode=Ct.macroKeywordCode=void 0;var Ve=G(),Jr=Jt(),Jk=mt(),Kk=ko();function Qk(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=kh(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ve.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Ct.macroKeywordCode=Qk;function Xk(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;e0(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,d=kh(n,o,u),l=n.let("valid");t.block$data(l,h),t.ok((r=e.valid)!==null&&r!==void 0?r:l);function h(){if(e.errors===!1)f(),e.modifying&&$h(t),y(()=>t.error());else{let g=e.async?m():p();e.modifying&&$h(t),y(()=>Yk(t,g))}}function m(){let g=n.let("ruleErrs",null);return n.try(()=>f((0,Ve._)`await `),_=>n.assign(l,!1).if((0,Ve._)`${_} instanceof ${c.ValidationError}`,()=>n.assign(g,(0,Ve._)`${_}.errors`),()=>n.throw(_))),g}function p(){let g=(0,Ve._)`${d}.errors`;return n.assign(g,null),f(Ve.nil),g}function f(g=e.async?(0,Ve._)`await `:Ve.nil){let _=c.opts.passContext?Jr.default.this:Jr.default.self,v=!("compile"in e&&!a||e.schema===!1);n.assign(l,(0,Ve._)`${g}${(0,Jk.callValidateCode)(t,d,_,v)}`,e.modifying)}function y(g){var _;n.if((0,Ve.not)((_=e.valid)!==null&&_!==void 0?_:l),g)}}Ct.funcKeywordCode=Xk;function $h(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ve._)`${n.parentData}[${n.parentDataProperty}]`))}function Yk(t,e){let{gen:r}=t;r.if((0,Ve._)`Array.isArray(${e})`,()=>{r.assign(Jr.default.vErrors,(0,Ve._)`${Jr.default.vErrors} === null ? ${e} : ${Jr.default.vErrors}.concat(${e})`).assign(Jr.default.errors,(0,Ve._)`${Jr.default.vErrors}.length`),(0,Kk.extendErrors)(t)},()=>t.error())}function e0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function kh(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,Ve.stringify)(r)})}function t0(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")}Ct.validSchemaType=t0;function r0({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)}}Ct.validateKeywordUsage=r0});var zh=E(dr=>{"use strict";Object.defineProperty(dr,"__esModule",{value:!0});dr.extendSubschemaMode=dr.extendSubschemaData=dr.getSubschema=void 0;var Nt=G(),Th=oe();function n0(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,Nt._)`${t.schemaPath}${(0,Nt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,Nt._)`${t.schemaPath}${(0,Nt.getProperty)(e)}${(0,Nt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Th.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')}dr.getSubschema=n0;function o0(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:d,opts:l}=e,h=a.let("data",(0,Nt._)`${e.data}${(0,Nt.getProperty)(r)}`,!0);c(h),t.errorPath=(0,Nt.str)`${u}${(0,Th.getErrorPath)(r,n,l.jsPropertySyntax)}`,t.parentDataProperty=(0,Nt._)`${r}`,t.dataPathArr=[...d,t.parentDataProperty]}if(o!==void 0){let u=o instanceof Nt.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]}}dr.extendSubschemaData=o0;function s0(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}dr.extendSubschemaMode=s0});var yl=E((JA,Eh)=>{"use strict";Eh.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 Rh=E((KA,Ph)=>{"use strict";var pr=Ph.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(){};di(e,n,o,t,"",t)};pr.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};pr.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};pr.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};pr.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 di(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 d in n){var l=n[d];if(Array.isArray(l)){if(d in pr.arrayKeywords)for(var h=0;h<l.length;h++)di(t,e,r,l[h],o+"/"+d+"/"+h,s,o,d,n,h)}else if(d in pr.propsKeywords){if(l&&typeof l=="object")for(var m in l)di(t,e,r,l[m],o+"/"+d+"/"+i0(m),s,o,d,n,m)}else(d in pr.keywords||t.allKeys&&!(d in pr.skipKeywords))&&di(t,e,r,l,o+"/"+d,s,o,d,n)}r(n,o,s,i,a,c,u)}}function i0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var To=E(et=>{"use strict";Object.defineProperty(et,"__esModule",{value:!0});et.getSchemaRefs=et.resolveUrl=et.normalizeId=et._getFullPath=et.getFullPath=et.inlineRef=void 0;var a0=oe(),c0=yl(),u0=Rh(),l0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function d0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!_l(t):e?Ih(t)<=e:!1}et.inlineRef=d0;var p0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function _l(t){for(let e in t){if(p0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(_l)||typeof r=="object"&&_l(r))return!0}return!1}function Ih(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!l0.has(r)&&(typeof t[r]=="object"&&(0,a0.eachItem)(t[r],n=>e+=Ih(n)),e===1/0))return 1/0}return e}function Oh(t,e="",r){r!==!1&&(e=En(e));let n=t.parse(e);return Mh(t,n)}et.getFullPath=Oh;function Mh(t,e){return t.serialize(e).split("#")[0]+"#"}et._getFullPath=Mh;var f0=/#\/?$/;function En(t){return t?t.replace(f0,""):""}et.normalizeId=En;function m0(t,e,r){return r=En(r),t.resolve(e,r)}et.resolveUrl=m0;var h0=/^[a-z_][-a-z0-9._]*$/i;function g0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=En(t[r]||e),s={"":o},i=Oh(n,o,!1),a={},c=new Set;return u0(t,{allKeys:!0},(l,h,m,p)=>{if(p===void 0)return;let f=i+h,y=s[p];typeof l[r]=="string"&&(y=g.call(this,l[r])),_.call(this,l.$anchor),_.call(this,l.$dynamicAnchor),s[h]=y;function g(v){let x=this.opts.uriResolver.resolve;if(v=En(y?x(y,v):v),c.has(v))throw d(v);c.add(v);let S=this.refs[v];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(l,S.schema,v):v!==En(f)&&(v[0]==="#"?(u(l,a[v],v),a[v]=l):this.refs[v]=f),v}function _(v){if(typeof v=="string"){if(!h0.test(v))throw new Error(`invalid anchor "${v}"`);g.call(this,`#${v}`)}}}),a;function u(l,h,m){if(h!==void 0&&!c0(l,h))throw d(m)}function d(l){return new Error(`reference "${l}" resolves to more than one schema`)}}et.getSchemaRefs=g0});var Po=E(fr=>{"use strict";Object.defineProperty(fr,"__esModule",{value:!0});fr.getData=fr.KeywordCxt=fr.validateFunctionCode=void 0;var Zh=fh(),Ah=So(),xl=ll(),pi=So(),y0=xh(),Eo=Sh(),vl=zh(),C=G(),F=Jt(),_0=To(),Kt=oe(),zo=ko();function v0(t){if(Lh(t)&&(Fh(t),qh(t))){w0(t);return}Dh(t,()=>(0,Zh.topBoolOrEmptySchema)(t))}fr.validateFunctionCode=v0;function Dh({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,C._)`${F.default.data}, ${F.default.valCxt}`,n.$async,()=>{t.code((0,C._)`"use strict"; ${Ch(r,o)}`),b0(t,o),t.code(s)}):t.func(e,(0,C._)`${F.default.data}, ${x0(o)}`,n.$async,()=>t.code(Ch(r,o)).code(s))}function x0(t){return(0,C._)`{${F.default.instancePath}="", ${F.default.parentData}, ${F.default.parentDataProperty}, ${F.default.rootData}=${F.default.data}${t.dynamicRef?(0,C._)`, ${F.default.dynamicAnchors}={}`:C.nil}}={}`}function b0(t,e){t.if(F.default.valCxt,()=>{t.var(F.default.instancePath,(0,C._)`${F.default.valCxt}.${F.default.instancePath}`),t.var(F.default.parentData,(0,C._)`${F.default.valCxt}.${F.default.parentData}`),t.var(F.default.parentDataProperty,(0,C._)`${F.default.valCxt}.${F.default.parentDataProperty}`),t.var(F.default.rootData,(0,C._)`${F.default.valCxt}.${F.default.rootData}`),e.dynamicRef&&t.var(F.default.dynamicAnchors,(0,C._)`${F.default.valCxt}.${F.default.dynamicAnchors}`)},()=>{t.var(F.default.instancePath,(0,C._)`""`),t.var(F.default.parentData,(0,C._)`undefined`),t.var(F.default.parentDataProperty,(0,C._)`undefined`),t.var(F.default.rootData,F.default.data),e.dynamicRef&&t.var(F.default.dynamicAnchors,(0,C._)`{}`)})}function w0(t){let{schema:e,opts:r,gen:n}=t;Dh(t,()=>{r.$comment&&e.$comment&&Vh(t),z0(t),n.let(F.default.vErrors,null),n.let(F.default.errors,0),r.unevaluated&&$0(t),Uh(t),R0(t)})}function $0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,C._)`${r}.evaluated`),e.if((0,C._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,C._)`${t.evaluated}.props`,(0,C._)`undefined`)),e.if((0,C._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,C._)`${t.evaluated}.items`,(0,C._)`undefined`))}function Ch(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,C._)`/*# sourceURL=${r} */`:C.nil}function k0(t,e){if(Lh(t)&&(Fh(t),qh(t))){S0(t,e);return}(0,Zh.boolOrEmptySchema)(t,e)}function qh({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 S0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Vh(t),E0(t),P0(t);let s=n.const("_errs",F.default.errors);Uh(t,s),n.var(e,(0,C._)`${s} === ${F.default.errors}`)}function Fh(t){(0,Kt.checkUnknownRules)(t),T0(t)}function Uh(t,e){if(t.opts.jtd)return Nh(t,[],!1,e);let r=(0,Ah.getSchemaTypes)(t.schema),n=(0,Ah.coerceAndCheckDataType)(t,r);Nh(t,r,!n,e)}function T0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Kt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function z0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Kt.checkStrictMode)(t,"default is ignored in the schema root")}function E0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,_0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function P0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Vh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,C._)`${F.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,C.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,C._)`${F.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function R0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,C._)`${F.default.errors} === 0`,()=>e.return(F.default.data),()=>e.throw((0,C._)`new ${o}(${F.default.vErrors})`)):(e.assign((0,C._)`${n}.errors`,F.default.vErrors),s.unevaluated&&I0(t),e.return((0,C._)`${F.default.errors} === 0`))}function I0({gen:t,evaluated:e,props:r,items:n}){r instanceof C.Name&&t.assign((0,C._)`${e}.props`,r),n instanceof C.Name&&t.assign((0,C._)`${e}.items`,n)}function Nh(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:d}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Kt.schemaHasRulesButRef)(s,d))){o.block(()=>Gh(t,"$ref",d.all.$ref.definition));return}c.jtd||O0(t,e),o.block(()=>{for(let h of d.rules)l(h);l(d.post)});function l(h){(0,xl.shouldUseGroup)(s,h)&&(h.type?(o.if((0,pi.checkDataType)(h.type,i,c.strictNumbers)),jh(t,h),e.length===1&&e[0]===h.type&&r&&(o.else(),(0,pi.reportTypeError)(t)),o.endIf()):jh(t,h),a||o.if((0,C._)`${F.default.errors} === ${n||0}`))}}function jh(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,y0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,xl.shouldUseRule)(n,s)&&Gh(t,s.keyword,s.definition,e.type)})}function O0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(M0(t,e),t.opts.allowUnionTypes||A0(t,e),C0(t,t.dataTypes))}function M0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Hh(t.dataTypes,r)||bl(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),j0(t,e)}}function A0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&bl(t,"use allowUnionTypes to allow union type keyword")}function C0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,xl.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>N0(e,i))&&bl(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function N0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Hh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function j0(t,e){let r=[];for(let n of t.dataTypes)Hh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function bl(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Kt.checkStrictMode)(t,e,t.opts.strictTypes)}var fi=class{constructor(e,r,n){if((0,Eo.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,Kt.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",Wh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Eo.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",F.default.errors))}result(e,r,n){this.failResult((0,C.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,C.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,C._)`${r} !== undefined && (${(0,C.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?zo.reportExtraError:zo.reportError)(this,this.def.error,r)}$dataError(){(0,zo.reportError)(this,this.def.$dataError||zo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,zo.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=C.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=C.nil,r=C.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,C.or)((0,C._)`${o} === undefined`,r)),e!==C.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==C.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,C.or)(i(),a());function i(){if(n.length){if(!(r instanceof C.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,C._)`${(0,pi.checkDataTypes)(c,r,s.opts.strictNumbers,pi.DataType.Wrong)}`}return C.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,C._)`!${c}(${r})`}return C.nil}}subschema(e,r){let n=(0,vl.getSubschema)(this.it,e);(0,vl.extendSubschemaData)(n,this.it,e),(0,vl.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return k0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Kt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Kt.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,C.Name)),!0}};fr.KeywordCxt=fi;function Gh(t,e,r,n){let o=new fi(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Eo.funcKeywordCode)(o,r):"macro"in r?(0,Eo.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Eo.funcKeywordCode)(o,r)}var Z0=/^\/(?:[^~]|~0|~1)*$/,D0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Wh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return F.default.rootData;if(t[0]==="/"){if(!Z0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=F.default.rootData}else{let u=D0.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let d=+u[1];if(o=u[2],o==="#"){if(d>=e)throw new Error(c("property/index",d));return n[e-d]}if(d>e)throw new Error(c("data",d));if(s=r[e-d],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,C._)`${s}${(0,C.getProperty)((0,Kt.unescapeJsonPointer)(u))}`,i=(0,C._)`${i} && ${s}`);return i;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${e}`}}fr.getData=Wh});var mi=E($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});var wl=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};$l.default=wl});var Ro=E(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var kl=To(),Sl=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,kl.resolveUrl)(e,r,n),this.missingSchema=(0,kl.normalizeId)((0,kl.getFullPath)(e,this.missingRef))}};Tl.default=Sl});var gi=E(ht=>{"use strict";Object.defineProperty(ht,"__esModule",{value:!0});ht.resolveSchema=ht.getCompilingSchema=ht.resolveRef=ht.compileSchema=ht.SchemaEnv=void 0;var $t=G(),q0=mi(),Kr=Jt(),kt=To(),Bh=oe(),L0=Po(),Pn=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,kt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};ht.SchemaEnv=Pn;function El(t){let e=Jh.call(this,t);if(e)return e;let r=(0,kt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new $t.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:q0.default,code:(0,$t._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Kr.default.data,parentData:Kr.default.parentData,parentDataProperty:Kr.default.parentDataProperty,dataNames:[Kr.default.data],dataPathArr:[$t.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,$t.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:$t.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,$t._)`""`,opts:this.opts,self:this},d;try{this._compilations.add(t),(0,L0.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let l=i.toString();d=`${i.scopeRefs(Kr.default.scope)}return ${l}`,this.opts.code.process&&(d=this.opts.code.process(d,t));let m=new Function(`${Kr.default.self}`,`${Kr.default.scope}`,d)(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:l,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:f}=u;m.evaluated={props:p instanceof $t.Name?void 0:p,items:f instanceof $t.Name?void 0:f,dynamicProps:p instanceof $t.Name,dynamicItems:f instanceof $t.Name},m.source&&(m.source.evaluated=(0,$t.stringify)(m.evaluated))}return t.validate=m,t}catch(l){throw delete t.validate,delete t.validateName,d&&this.logger.error("Error compiling schema, function code:",d),l}finally{this._compilations.delete(t)}}ht.compileSchema=El;function F0(t,e,r){var n;r=(0,kt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=H0.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 Pn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=U0.call(this,s)}ht.resolveRef=F0;function U0(t){return(0,kt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:El.call(this,t)}function Jh(t){for(let e of this._compilations)if(V0(e,t))return e}ht.getCompilingSchema=Jh;function V0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function H0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||hi.call(this,t,e)}function hi(t,e){let r=this.opts.uriResolver.parse(e),n=(0,kt._getFullPath)(this.opts.uriResolver,r),o=(0,kt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return zl.call(this,r,t);let s=(0,kt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=hi.call(this,t,i);return typeof a?.schema!="object"?void 0:zl.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||El.call(this,i),s===(0,kt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,kt.resolveUrl)(this.opts.uriResolver,o,u)),new Pn({schema:a,schemaId:c,root:t,baseId:o})}return zl.call(this,r,i)}}ht.resolveSchema=hi;var G0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function zl(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,Bh.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!G0.has(a)&&u&&(e=(0,kt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Bh.schemaHasRulesButRef)(r,this.RULES)){let a=(0,kt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=hi.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new Pn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var Kh=E((rC,W0)=>{W0.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 Rl=E((nC,eg)=>{"use strict";var B0=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Xh=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);function Pl(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 J0=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Qh(t){return t.length=0,!0}function K0(t,e,r){if(t.length){let n=Pl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function Q0(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=K0;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=Qh}else{o.push(u);continue}}return o.length&&(a===Qh?r.zone=o.join(""):i?n.push(o.join("")):n.push(Pl(o))),r.address=n.join(""),r}function Yh(t){if(X0(t,":")<2)return{host:t,isIPV6:!1};let e=Q0(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 X0(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function Y0(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("")}function eS(t,e){let r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function tS(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!Xh(r)){let n=Yh(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=t.host}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}eg.exports={nonSimpleDomain:J0,recomposeAuthority:tS,normalizeComponentEncoding:eS,removeDotSegments:Y0,isIPv4:Xh,isUUID:B0,normalizeIPv6:Yh,stringArrayToHexStripped:Pl}});var sg=E((oC,og)=>{"use strict";var{isUUID:rS}=Rl(),nS=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,oS=["http","https","ws","wss","urn","urn:uuid"];function sS(t){return oS.indexOf(t)!==-1}function Il(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 tg(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function rg(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 iS(t){return t.secure=Il(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function aS(t){if((t.port===(Il(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 cS(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(nS);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=Ol(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function uS(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=Ol(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 lS(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!rS(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function dS(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var ng={scheme:"http",domainHost:!0,parse:tg,serialize:rg},pS={scheme:"https",domainHost:ng.domainHost,parse:tg,serialize:rg},yi={scheme:"ws",domainHost:!0,parse:iS,serialize:aS},fS={scheme:"wss",domainHost:yi.domainHost,parse:yi.parse,serialize:yi.serialize},mS={scheme:"urn",parse:cS,serialize:uS,skipNormalize:!0},hS={scheme:"urn:uuid",parse:lS,serialize:dS,skipNormalize:!0},_i={http:ng,https:pS,ws:yi,wss:fS,urn:mS,"urn:uuid":hS};Object.setPrototypeOf(_i,null);function Ol(t){return t&&(_i[t]||_i[t.toLowerCase()])||void 0}og.exports={wsIsSecure:Il,SCHEMES:_i,isValidSchemeName:sS,getSchemeHandler:Ol}});var cg=E((sC,xi)=>{"use strict";var{normalizeIPv6:gS,removeDotSegments:Io,recomposeAuthority:yS,normalizeComponentEncoding:vi,isIPv4:_S,nonSimpleDomain:vS}=Rl(),{SCHEMES:xS,getSchemeHandler:ig}=sg();function bS(t,e){return typeof t=="string"?t=jt(Qt(t,e),e):typeof t=="object"&&(t=Qt(jt(t,e),e)),t}function wS(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=ag(Qt(t,n),Qt(e,n),n,!0);return n.skipEscape=!0,jt(o,n)}function ag(t,e,r,n){let o={};return n||(t=Qt(jt(t,r),r),e=Qt(jt(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=Io(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=Io(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=Io(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=Io(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 $S(t,e,r){return typeof t=="string"?(t=unescape(t),t=jt(vi(Qt(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=jt(vi(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=jt(vi(Qt(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=jt(vi(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function jt(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=ig(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(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=Io(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 kS=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Qt(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;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let s=t.match(kS);if(s){if(n.scheme=s[1],n.userinfo=s[3],n.host=s[4],n.port=parseInt(s[5],10),n.path=s[6]||"",n.query=s[7],n.fragment=s[8],isNaN(n.port)&&(n.port=s[5]),n.host)if(_S(n.host)===!1){let c=gS(n.host);n.host=c.host.toLowerCase(),o=c.isIPV6}else o=!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 i=ig(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&vS(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var Ml={SCHEMES:xS,normalize:bS,resolve:wS,resolveComponent:ag,equal:$S,serialize:jt,parse:Qt};xi.exports=Ml;xi.exports.default=Ml;xi.exports.fastUri=Ml});var lg=E(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var ug=cg();ug.code='require("ajv/dist/runtime/uri").default';Al.default=ug});var _g=E(Ae=>{"use strict";Object.defineProperty(Ae,"__esModule",{value:!0});Ae.CodeGen=Ae.Name=Ae.nil=Ae.stringify=Ae.str=Ae._=Ae.KeywordCxt=void 0;var SS=Po();Object.defineProperty(Ae,"KeywordCxt",{enumerable:!0,get:function(){return SS.KeywordCxt}});var Rn=G();Object.defineProperty(Ae,"_",{enumerable:!0,get:function(){return Rn._}});Object.defineProperty(Ae,"str",{enumerable:!0,get:function(){return Rn.str}});Object.defineProperty(Ae,"stringify",{enumerable:!0,get:function(){return Rn.stringify}});Object.defineProperty(Ae,"nil",{enumerable:!0,get:function(){return Rn.nil}});Object.defineProperty(Ae,"Name",{enumerable:!0,get:function(){return Rn.Name}});Object.defineProperty(Ae,"CodeGen",{enumerable:!0,get:function(){return Rn.CodeGen}});var TS=mi(),hg=Ro(),zS=ul(),Oo=gi(),ES=G(),Mo=To(),bi=So(),Nl=oe(),dg=Kh(),PS=lg(),gg=(t,e)=>new RegExp(t,e);gg.code="new RegExp";var RS=["removeAdditional","useDefaults","coerceTypes"],IS=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."},MS={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},pg=200;function AS(t){var e,r,n,o,s,i,a,c,u,d,l,h,m,p,f,y,g,_,v,x,S,Z,I,Q,$e;let X=t.strict,N=(e=t.code)===null||e===void 0?void 0:e.optimize,ke=N===!0||N===void 0?1:N||0,We=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:gg,qn=(o=t.uriResolver)!==null&&o!==void 0?o:PS.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:X)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:X)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=t.strictTypes)!==null&&u!==void 0?u:X)!==null&&d!==void 0?d:"log",strictTuples:(h=(l=t.strictTuples)!==null&&l!==void 0?l:X)!==null&&h!==void 0?h:"log",strictRequired:(p=(m=t.strictRequired)!==null&&m!==void 0?m:X)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:ke,regExp:We}:{optimize:ke,regExp:We},loopRequired:(f=t.loopRequired)!==null&&f!==void 0?f:pg,loopEnum:(y=t.loopEnum)!==null&&y!==void 0?y:pg,meta:(g=t.meta)!==null&&g!==void 0?g:!0,messages:(_=t.messages)!==null&&_!==void 0?_:!0,inlineRefs:(v=t.inlineRefs)!==null&&v!==void 0?v:!0,schemaId:(x=t.schemaId)!==null&&x!==void 0?x:"$id",addUsedSchema:(S=t.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(Z=t.validateSchema)!==null&&Z!==void 0?Z:!0,validateFormats:(I=t.validateFormats)!==null&&I!==void 0?I:!0,unicodeRegExp:(Q=t.unicodeRegExp)!==null&&Q!==void 0?Q:!0,int32range:($e=t.int32range)!==null&&$e!==void 0?$e:!0,uriResolver:qn}}var Ao=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...AS(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new ES.ValueScope({scope:{},prefixes:IS,es5:r,lines:n}),this.logger=qS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,zS.getRules)(),fg.call(this,OS,e,"NOT SUPPORTED"),fg.call(this,MS,e,"DEPRECATED","warn"),this._metaOpts=ZS.call(this),e.formats&&NS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&jS.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),CS.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=dg;n==="id"&&(o={...dg},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(d,l){await s.call(this,d.$schema);let h=this._addSchema(d,l);return h.validate||i.call(this,h)}async function s(d){d&&!this.getSchema(d)&&await o.call(this,{$ref:d},!0)}async function i(d){try{return this._compileSchemaEnv(d)}catch(l){if(!(l instanceof hg.default))throw l;return a.call(this,l),await c.call(this,l.missingSchema),i.call(this,d)}}function a({missingSchema:d,missingRef:l}){if(this.refs[d])throw new Error(`AnySchema ${d} is loaded but ${l} cannot be resolved`)}async function c(d){let l=await u.call(this,d);this.refs[d]||await s.call(this,l.$schema),this.refs[d]||this.addSchema(l,d,r)}async function u(d){let l=this._loading[d];if(l)return l;try{return await(this._loading[d]=n(d))}finally{delete this._loading[d]}}}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,Mo.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=mg.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Oo.SchemaEnv({schema:{},schemaId:n});if(r=Oo.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=mg.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,Mo.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(FS.call(this,n,r),!r)return(0,Nl.eachItem)(n,s=>Cl.call(this,s)),this;VS.call(this,r);let o={...r,type:(0,bi.getJSONTypes)(r.type),schemaType:(0,bi.getJSONTypes)(r.schemaType)};return(0,Nl.eachItem)(n,o.type.length===0?s=>Cl.call(this,s,o):s=>o.type.forEach(i=>Cl.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,d=i[a];u&&d&&(i[a]=yg(d))}}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,Mo.normalizeId)(i||n);let u=Mo.getSchemaRefs.call(this,e,n);return c=new Oo.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):Oo.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{Oo.compileSchema.call(this,e)}finally{this.opts=r}}};Ao.ValidationError=TS.default;Ao.MissingRefError=hg.default;Ae.default=Ao;function fg(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 mg(t){return t=(0,Mo.normalizeId)(t),this.schemas[t]||this.refs[t]}function CS(){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 NS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function jS(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 ZS(){let t={...this.opts};for(let e of RS)delete t[e];return t}var DS={log(){},warn(){},error(){}};function qS(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 LS=/^[a-z_$][a-z0-9_$:-]*$/i;function FS(t,e){let{RULES:r}=this;if((0,Nl.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!LS.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 Cl(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,bi.getJSONTypes)(e.type),schemaType:(0,bi.getJSONTypes)(e.schemaType)}};e.before?US.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 US(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 VS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=yg(e)),t.validateSchema=this.compile(e,!0))}var HS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function yg(t){return{anyOf:[t,HS]}}});var vg=E(jl=>{"use strict";Object.defineProperty(jl,"__esModule",{value:!0});var GS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};jl.default=GS});var $g=E(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.callRef=Qr.getValidate=void 0;var WS=Ro(),xg=mt(),tt=G(),In=Jt(),bg=gi(),wi=oe(),BS={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 l();let d=bg.resolveRef.call(c,u,o,r);if(d===void 0)throw new WS.default(n.opts.uriResolver,o,r);if(d instanceof bg.SchemaEnv)return h(d);return m(d);function l(){if(s===u)return $i(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return $i(t,(0,tt._)`${p}.validate`,u,u.$async)}function h(p){let f=wg(t,p);$i(t,f,p,p.$async)}function m(p){let f=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,tt.stringify)(p)}:{ref:p}),y=e.name("valid"),g=t.subschema({schema:p,dataTypes:[],schemaPath:tt.nil,topSchemaRef:f,errSchemaPath:r},y);t.mergeEvaluated(g),t.ok(y)}}};function wg(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,tt._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Qr.getValidate=wg;function $i(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?In.default.this:tt.nil;n?d():l();function d(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,tt._)`await ${(0,xg.callValidateCode)(t,e,u)}`),m(e),i||o.assign(p,!0)},f=>{o.if((0,tt._)`!(${f} instanceof ${s.ValidationError})`,()=>o.throw(f)),h(f),i||o.assign(p,!1)}),t.ok(p)}function l(){t.result((0,xg.callValidateCode)(t,e,u),()=>m(e),()=>h(e))}function h(p){let f=(0,tt._)`${p}.errors`;o.assign(In.default.vErrors,(0,tt._)`${In.default.vErrors} === null ? ${f} : ${In.default.vErrors}.concat(${f})`),o.assign(In.default.errors,(0,tt._)`${In.default.vErrors}.length`)}function m(p){var f;if(!s.opts.unevaluated)return;let y=(f=r?.validate)===null||f===void 0?void 0:f.evaluated;if(s.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(s.props=wi.mergeEvaluated.props(o,y.props,s.props));else{let g=o.var("props",(0,tt._)`${p}.evaluated.props`);s.props=wi.mergeEvaluated.props(o,g,s.props,tt.Name)}if(s.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(s.items=wi.mergeEvaluated.items(o,y.items,s.items));else{let g=o.var("items",(0,tt._)`${p}.evaluated.items`);s.items=wi.mergeEvaluated.items(o,g,s.items,tt.Name)}}}Qr.callRef=$i;Qr.default=BS});var kg=E(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});var JS=vg(),KS=$g(),QS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",JS.default,KS.default];Zl.default=QS});var Sg=E(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var ki=G(),mr=ki.operators,Si={maximum:{okStr:"<=",ok:mr.LTE,fail:mr.GT},minimum:{okStr:">=",ok:mr.GTE,fail:mr.LT},exclusiveMaximum:{okStr:"<",ok:mr.LT,fail:mr.GTE},exclusiveMinimum:{okStr:">",ok:mr.GT,fail:mr.LTE}},XS={message:({keyword:t,schemaCode:e})=>(0,ki.str)`must be ${Si[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,ki._)`{comparison: ${Si[t].okStr}, limit: ${e}}`},YS={keyword:Object.keys(Si),type:"number",schemaType:"number",$data:!0,error:XS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,ki._)`${r} ${Si[e].fail} ${n} || isNaN(${r})`)}};Dl.default=YS});var Tg=E(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var Co=G(),eT={message:({schemaCode:t})=>(0,Co.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Co._)`{multipleOf: ${t}}`},tT={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:eT,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,Co._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,Co._)`${i} !== parseInt(${i})`;t.fail$data((0,Co._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};ql.default=tT});var Eg=E(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});function zg(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}Ll.default=zg;zg.code='require("ajv/dist/runtime/ucs2length").default'});var Pg=E(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var Xr=G(),rT=oe(),nT=Eg(),oT={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Xr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Xr._)`{limit: ${t}}`},sT={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:oT,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Xr.operators.GT:Xr.operators.LT,i=o.opts.unicode===!1?(0,Xr._)`${r}.length`:(0,Xr._)`${(0,rT.useFunc)(t.gen,nT.default)}(${r})`;t.fail$data((0,Xr._)`${i} ${s} ${n}`)}};Fl.default=sT});var Rg=E(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var iT=mt(),Ti=G(),aT={message:({schemaCode:t})=>(0,Ti.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,Ti._)`{pattern: ${t}}`},cT={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:aT,code(t){let{data:e,$data:r,schema:n,schemaCode:o,it:s}=t,i=s.opts.unicodeRegExp?"u":"",a=r?(0,Ti._)`(new RegExp(${o}, ${i}))`:(0,iT.usePattern)(t,n);t.fail$data((0,Ti._)`!${a}.test(${e})`)}};Ul.default=cT});var Ig=E(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var No=G(),uT={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,No.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,No._)`{limit: ${t}}`},lT={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:uT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?No.operators.GT:No.operators.LT;t.fail$data((0,No._)`Object.keys(${r}).length ${o} ${n}`)}};Vl.default=lT});var Og=E(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});var jo=mt(),Zo=G(),dT=oe(),pT={message:({params:{missingProperty:t}})=>(0,Zo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Zo._)`{missingProperty: ${t}}`},fT={keyword:"required",type:"object",schemaType:"array",$data:!0,error:pT,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():d(),a.strictRequired){let m=t.parentSchema.properties,{definedProperties:p}=t.it;for(let f of r)if(m?.[f]===void 0&&!p.has(f)){let y=i.schemaEnv.baseId+i.errSchemaPath,g=`required property "${f}" is not defined at "${y}" (strictRequired)`;(0,dT.checkStrictMode)(i,g,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(Zo.nil,l);else for(let m of r)(0,jo.checkReportMissingProp)(t,m)}function d(){let m=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>h(m,p)),t.ok(p)}else e.if((0,jo.checkMissingProp)(t,r,m)),(0,jo.reportMissingProp)(t,m),e.else()}function l(){e.forOf("prop",n,m=>{t.setParams({missingProperty:m}),e.if((0,jo.noPropertyInData)(e,o,m,a.ownProperties),()=>t.error())})}function h(m,p){t.setParams({missingProperty:m}),e.forOf(m,n,()=>{e.assign(p,(0,jo.propertyInData)(e,o,m,a.ownProperties)),e.if((0,Zo.not)(p),()=>{t.error(),e.break()})},Zo.nil)}}};Hl.default=fT});var Mg=E(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var Do=G(),mT={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Do.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Do._)`{limit: ${t}}`},hT={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:mT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?Do.operators.GT:Do.operators.LT;t.fail$data((0,Do._)`${r}.length ${o} ${n}`)}};Gl.default=hT});var zi=E(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});var Ag=yl();Ag.code='require("ajv/dist/runtime/equal").default';Wl.default=Ag});var Cg=E(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var Bl=So(),Ce=G(),gT=oe(),yT=zi(),_T={message:({params:{i:t,j:e}})=>(0,Ce.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Ce._)`{i: ${t}, j: ${e}}`},vT={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:_T,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,Bl.getSchemaTypes)(s.items):[];t.block$data(c,d,(0,Ce._)`${i} === false`),t.ok(c);function d(){let p=e.let("i",(0,Ce._)`${r}.length`),f=e.let("j");t.setParams({i:p,j:f}),e.assign(c,!0),e.if((0,Ce._)`${p} > 1`,()=>(l()?h:m)(p,f))}function l(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function h(p,f){let y=e.name("item"),g=(0,Bl.checkDataTypes)(u,y,a.opts.strictNumbers,Bl.DataType.Wrong),_=e.const("indices",(0,Ce._)`{}`);e.for((0,Ce._)`;${p}--;`,()=>{e.let(y,(0,Ce._)`${r}[${p}]`),e.if(g,(0,Ce._)`continue`),u.length>1&&e.if((0,Ce._)`typeof ${y} == "string"`,(0,Ce._)`${y} += "_"`),e.if((0,Ce._)`typeof ${_}[${y}] == "number"`,()=>{e.assign(f,(0,Ce._)`${_}[${y}]`),t.error(),e.assign(c,!1).break()}).code((0,Ce._)`${_}[${y}] = ${p}`)})}function m(p,f){let y=(0,gT.useFunc)(e,yT.default),g=e.name("outer");e.label(g).for((0,Ce._)`;${p}--;`,()=>e.for((0,Ce._)`${f} = ${p}; ${f}--;`,()=>e.if((0,Ce._)`${y}(${r}[${p}], ${r}[${f}])`,()=>{t.error(),e.assign(c,!1).break(g)})))}}};Jl.default=vT});var Ng=E(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});var Kl=G(),xT=oe(),bT=zi(),wT={message:"must be equal to constant",params:({schemaCode:t})=>(0,Kl._)`{allowedValue: ${t}}`},$T={keyword:"const",$data:!0,error:wT,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,Kl._)`!${(0,xT.useFunc)(e,bT.default)}(${r}, ${o})`):t.fail((0,Kl._)`${s} !== ${r}`)}};Ql.default=$T});var jg=E(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var qo=G(),kT=oe(),ST=zi(),TT={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,qo._)`{allowedValues: ${t}}`},zT={keyword:"enum",schemaType:"array",$data:!0,error:TT,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,kT.useFunc)(e,ST.default)),d;if(a||n)d=e.let("valid"),t.block$data(d,l);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let m=e.const("vSchema",s);d=(0,qo.or)(...o.map((p,f)=>h(m,f)))}t.pass(d);function l(){e.assign(d,!1),e.forOf("v",s,m=>e.if((0,qo._)`${u()}(${r}, ${m})`,()=>e.assign(d,!0).break()))}function h(m,p){let f=o[p];return typeof f=="object"&&f!==null?(0,qo._)`${u()}(${r}, ${m}[${p}])`:(0,qo._)`${r} === ${f}`}}};Xl.default=zT});var Zg=E(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});var ET=Sg(),PT=Tg(),RT=Pg(),IT=Rg(),OT=Ig(),MT=Og(),AT=Mg(),CT=Cg(),NT=Ng(),jT=jg(),ZT=[ET.default,PT.default,RT.default,IT.default,OT.default,MT.default,AT.default,CT.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},NT.default,jT.default];Yl.default=ZT});var td=E(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.validateAdditionalItems=void 0;var Yr=G(),ed=oe(),DT={message:({params:{len:t}})=>(0,Yr.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Yr._)`{limit: ${t}}`},qT={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:DT,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,ed.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Dg(t,n)}};function Dg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Yr._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Yr._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,ed.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Yr._)`${a} <= ${e.length}`);r.if((0,Yr.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,d=>{t.subschema({keyword:s,dataProp:d,dataPropType:ed.Type.Num},u),i.allErrors||r.if((0,Yr.not)(u),()=>r.break())})}}Lo.validateAdditionalItems=Dg;Lo.default=qT});var rd=E(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Fo.validateTuple=void 0;var qg=G(),Ei=oe(),LT=mt(),FT={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return Lg(t,"additionalItems",e);r.items=!0,!(0,Ei.alwaysValidSchema)(r,e)&&t.ok((0,LT.validateArray)(t))}};function Lg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;d(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,qg._)`${s}.length`);r.forEach((l,h)=>{(0,Ei.alwaysValidSchema)(a,l)||(n.if((0,qg._)`${u} > ${h}`,()=>t.subschema({keyword:i,schemaProp:h,dataProp:h},c)),t.ok(c))});function d(l){let{opts:h,errSchemaPath:m}=a,p=r.length,f=p===l.minItems&&(p===l.maxItems||l[e]===!1);if(h.strictTuples&&!f){let y=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${m}"`;(0,Ei.checkStrictMode)(a,y,h.strictTuples)}}}Fo.validateTuple=Lg;Fo.default=FT});var Fg=E(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});var UT=rd(),VT={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,UT.validateTuple)(t,"items")};nd.default=VT});var Vg=E(od=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});var Ug=G(),HT=oe(),GT=mt(),WT=td(),BT={message:({params:{len:t}})=>(0,Ug.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Ug._)`{limit: ${t}}`},JT={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:BT,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,HT.alwaysValidSchema)(n,e)&&(o?(0,WT.validateAdditionalItems)(t,o):t.ok((0,GT.validateArray)(t)))}};od.default=JT});var Hg=E(sd=>{"use strict";Object.defineProperty(sd,"__esModule",{value:!0});var gt=G(),Pi=oe(),KT={message:({params:{min:t,max:e}})=>e===void 0?(0,gt.str)`must contain at least ${t} valid item(s)`:(0,gt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,gt._)`{minContains: ${t}}`:(0,gt._)`{minContains: ${t}, maxContains: ${e}}`},QT={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:KT,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 d=e.const("len",(0,gt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Pi.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Pi.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Pi.alwaysValidSchema)(s,r)){let f=(0,gt._)`${d} >= ${i}`;a!==void 0&&(f=(0,gt._)`${f} && ${d} <= ${a}`),t.pass(f);return}s.items=!0;let l=e.name("valid");a===void 0&&i===1?m(l,()=>e.if(l,()=>e.break())):i===0?(e.let(l,!0),a!==void 0&&e.if((0,gt._)`${o}.length > 0`,h)):(e.let(l,!1),h()),t.result(l,()=>t.reset());function h(){let f=e.name("_valid"),y=e.let("count",0);m(f,()=>e.if(f,()=>p(y)))}function m(f,y){e.forRange("i",0,d,g=>{t.subschema({keyword:"contains",dataProp:g,dataPropType:Pi.Type.Num,compositeRule:!0},f),y()})}function p(f){e.code((0,gt._)`${f}++`),a===void 0?e.if((0,gt._)`${f} >= ${i}`,()=>e.assign(l,!0).break()):(e.if((0,gt._)`${f} > ${a}`,()=>e.assign(l,!1).break()),i===1?e.assign(l,!0):e.if((0,gt._)`${f} >= ${i}`,()=>e.assign(l,!0)))}}};sd.default=QT});var Bg=E(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.validateSchemaDeps=Zt.validatePropertyDeps=Zt.error=void 0;var id=G(),XT=oe(),Uo=mt();Zt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,id.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,id._)`{property: ${t},
6
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,V._)`[${o}]`)}}}function Ak({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,V._)`${e} !== undefined`,()=>t.assign((0,V._)`${e}[${r}]`,n))}function dl(t,e,r,n=Tn.Correct){let o=n===Tn.Correct?V.operators.EQ:V.operators.NEQ,s;switch(t){case"null":return(0,V._)`${e} ${o} null`;case"array":s=(0,V._)`Array.isArray(${e})`;break;case"object":s=(0,V._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,V._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,V._)`typeof ${e} ${o} ${t}`}return n===Tn.Correct?s:(0,V.not)(s);function i(a=V.nil){return(0,V.and)((0,V._)`typeof ${e} == "number"`,a,r?(0,V._)`isFinite(${e})`:V.nil)}}qe.checkDataType=dl;function pl(t,e,r,n){if(t.length===1)return dl(t[0],e,r,n);let o,s=(0,yh.toHash)(t);if(s.array&&s.object){let i=(0,V._)`typeof ${e} != "object"`;o=s.null?i:(0,V._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=V.nil;s.number&&delete s.integer;for(let i in s)o=(0,V.and)(o,dl(i,e,r,n));return o}qe.checkDataTypes=pl;var Ck={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,V._)`{type: ${t}}`:(0,V._)`{type: ${e}}`};function fl(t){let e=Nk(t);(0,Pk.reportError)(e,Ck)}qe.reportTypeError=fl;function Nk(t){let{gen:e,data:r,schema:n}=t,o=(0,yh.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var bh=E(li=>{"use strict";Object.defineProperty(li,"__esModule",{value:!0});li.assignDefaults=void 0;var zn=G(),jk=oe();function Zk(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)xh(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>xh(t,s,o.default))}li.assignDefaults=Zk;function xh(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,zn._)`${s}${(0,zn.getProperty)(e)}`;if(o){(0,jk.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,zn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,zn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,zn._)`${a} = ${(0,zn.stringify)(r)}`)}});var mt=E(ce=>{"use strict";Object.defineProperty(ce,"__esModule",{value:!0});ce.validateUnion=ce.validateArray=ce.usePattern=ce.callValidateCode=ce.schemaProperties=ce.allSchemaProperties=ce.noPropertyInData=ce.propertyInData=ce.isOwnProperty=ce.hasPropFunc=ce.reportMissingProp=ce.checkMissingProp=ce.checkReportMissingProp=void 0;var fe=G(),ml=oe(),lr=Jt(),Dk=oe();function qk(t,e){let{gen:r,data:n,it:o}=t;r.if(gl(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,fe._)`${e}`},!0),t.error()})}ce.checkReportMissingProp=qk;function Lk({gen:t,data:e,it:{opts:r}},n,o){return(0,fe.or)(...n.map(s=>(0,fe.and)(gl(t,e,s,r.ownProperties),(0,fe._)`${o} = ${s}`)))}ce.checkMissingProp=Lk;function Fk(t,e){t.setParams({missingProperty:e},!0),t.error()}ce.reportMissingProp=Fk;function wh(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,fe._)`Object.prototype.hasOwnProperty`})}ce.hasPropFunc=wh;function hl(t,e,r){return(0,fe._)`${wh(t)}.call(${e}, ${r})`}ce.isOwnProperty=hl;function Uk(t,e,r,n){let o=(0,fe._)`${e}${(0,fe.getProperty)(r)} !== undefined`;return n?(0,fe._)`${o} && ${hl(t,e,r)}`:o}ce.propertyInData=Uk;function gl(t,e,r,n){let o=(0,fe._)`${e}${(0,fe.getProperty)(r)} === undefined`;return n?(0,fe.or)(o,(0,fe.not)(hl(t,e,r))):o}ce.noPropertyInData=gl;function $h(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}ce.allSchemaProperties=$h;function Vk(t,e){return $h(e).filter(r=>!(0,ml.alwaysValidSchema)(t,e[r]))}ce.schemaProperties=Vk;function Hk({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let d=u?(0,fe._)`${t}, ${e}, ${n}${o}`:e,l=[[lr.default.instancePath,(0,fe.strConcat)(lr.default.instancePath,s)],[lr.default.parentData,i.parentData],[lr.default.parentDataProperty,i.parentDataProperty],[lr.default.rootData,lr.default.rootData]];i.opts.dynamicRef&&l.push([lr.default.dynamicAnchors,lr.default.dynamicAnchors]);let h=(0,fe._)`${d}, ${r.object(...l)}`;return c!==fe.nil?(0,fe._)`${a}.call(${c}, ${h})`:(0,fe._)`${a}(${h})`}ce.callValidateCode=Hk;var Gk=(0,fe._)`new RegExp`;function Wk({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,fe._)`${o.code==="new RegExp"?Gk:(0,Dk.useFunc)(t,o)}(${r}, ${n})`})}ce.usePattern=Wk;function Bk(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,fe._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:ml.Type.Num},s),e.if((0,fe.not)(s),a)})}}ce.validateArray=Bk;function Jk(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,ml.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let d=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,fe._)`${i} || ${a}`),t.mergeValidEvaluated(d,a)||e.if((0,fe.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}ce.validateUnion=Jk});var Th=E(Ct=>{"use strict";Object.defineProperty(Ct,"__esModule",{value:!0});Ct.validateKeywordUsage=Ct.validSchemaType=Ct.funcKeywordCode=Ct.macroKeywordCode=void 0;var He=G(),Jr=Jt(),Kk=mt(),Qk=ko();function Xk(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=Sh(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:He.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Ct.macroKeywordCode=Xk;function Yk(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;t0(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,d=Sh(n,o,u),l=n.let("valid");t.block$data(l,h),t.ok((r=e.valid)!==null&&r!==void 0?r:l);function h(){if(e.errors===!1)f(),e.modifying&&kh(t),y(()=>t.error());else{let g=e.async?m():p();e.modifying&&kh(t),y(()=>e0(t,g))}}function m(){let g=n.let("ruleErrs",null);return n.try(()=>f((0,He._)`await `),_=>n.assign(l,!1).if((0,He._)`${_} instanceof ${c.ValidationError}`,()=>n.assign(g,(0,He._)`${_}.errors`),()=>n.throw(_))),g}function p(){let g=(0,He._)`${d}.errors`;return n.assign(g,null),f(He.nil),g}function f(g=e.async?(0,He._)`await `:He.nil){let _=c.opts.passContext?Jr.default.this:Jr.default.self,v=!("compile"in e&&!a||e.schema===!1);n.assign(l,(0,He._)`${g}${(0,Kk.callValidateCode)(t,d,_,v)}`,e.modifying)}function y(g){var _;n.if((0,He.not)((_=e.valid)!==null&&_!==void 0?_:l),g)}}Ct.funcKeywordCode=Yk;function kh(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,He._)`${n.parentData}[${n.parentDataProperty}]`))}function e0(t,e){let{gen:r}=t;r.if((0,He._)`Array.isArray(${e})`,()=>{r.assign(Jr.default.vErrors,(0,He._)`${Jr.default.vErrors} === null ? ${e} : ${Jr.default.vErrors}.concat(${e})`).assign(Jr.default.errors,(0,He._)`${Jr.default.vErrors}.length`),(0,Qk.extendErrors)(t)},()=>t.error())}function t0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Sh(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,He.stringify)(r)})}function r0(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")}Ct.validSchemaType=r0;function n0({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)}}Ct.validateKeywordUsage=n0});var Eh=E(dr=>{"use strict";Object.defineProperty(dr,"__esModule",{value:!0});dr.extendSubschemaMode=dr.extendSubschemaData=dr.getSubschema=void 0;var Nt=G(),zh=oe();function o0(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,Nt._)`${t.schemaPath}${(0,Nt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,Nt._)`${t.schemaPath}${(0,Nt.getProperty)(e)}${(0,Nt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,zh.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')}dr.getSubschema=o0;function s0(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:d,opts:l}=e,h=a.let("data",(0,Nt._)`${e.data}${(0,Nt.getProperty)(r)}`,!0);c(h),t.errorPath=(0,Nt.str)`${u}${(0,zh.getErrorPath)(r,n,l.jsPropertySyntax)}`,t.parentDataProperty=(0,Nt._)`${r}`,t.dataPathArr=[...d,t.parentDataProperty]}if(o!==void 0){let u=o instanceof Nt.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]}}dr.extendSubschemaData=s0;function i0(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}dr.extendSubschemaMode=i0});var yl=E((KA,Ph)=>{"use strict";Ph.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 Ih=E((QA,Rh)=>{"use strict";var pr=Rh.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(){};di(e,n,o,t,"",t)};pr.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};pr.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};pr.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};pr.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 di(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 d in n){var l=n[d];if(Array.isArray(l)){if(d in pr.arrayKeywords)for(var h=0;h<l.length;h++)di(t,e,r,l[h],o+"/"+d+"/"+h,s,o,d,n,h)}else if(d in pr.propsKeywords){if(l&&typeof l=="object")for(var m in l)di(t,e,r,l[m],o+"/"+d+"/"+a0(m),s,o,d,n,m)}else(d in pr.keywords||t.allKeys&&!(d in pr.skipKeywords))&&di(t,e,r,l,o+"/"+d,s,o,d,n)}r(n,o,s,i,a,c,u)}}function a0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var To=E(et=>{"use strict";Object.defineProperty(et,"__esModule",{value:!0});et.getSchemaRefs=et.resolveUrl=et.normalizeId=et._getFullPath=et.getFullPath=et.inlineRef=void 0;var c0=oe(),u0=yl(),l0=Ih(),d0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function p0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!_l(t):e?Oh(t)<=e:!1}et.inlineRef=p0;var f0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function _l(t){for(let e in t){if(f0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(_l)||typeof r=="object"&&_l(r))return!0}return!1}function Oh(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!d0.has(r)&&(typeof t[r]=="object"&&(0,c0.eachItem)(t[r],n=>e+=Oh(n)),e===1/0))return 1/0}return e}function Mh(t,e="",r){r!==!1&&(e=En(e));let n=t.parse(e);return Ah(t,n)}et.getFullPath=Mh;function Ah(t,e){return t.serialize(e).split("#")[0]+"#"}et._getFullPath=Ah;var m0=/#\/?$/;function En(t){return t?t.replace(m0,""):""}et.normalizeId=En;function h0(t,e,r){return r=En(r),t.resolve(e,r)}et.resolveUrl=h0;var g0=/^[a-z_][-a-z0-9._]*$/i;function y0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=En(t[r]||e),s={"":o},i=Mh(n,o,!1),a={},c=new Set;return l0(t,{allKeys:!0},(l,h,m,p)=>{if(p===void 0)return;let f=i+h,y=s[p];typeof l[r]=="string"&&(y=g.call(this,l[r])),_.call(this,l.$anchor),_.call(this,l.$dynamicAnchor),s[h]=y;function g(v){let x=this.opts.uriResolver.resolve;if(v=En(y?x(y,v):v),c.has(v))throw d(v);c.add(v);let S=this.refs[v];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(l,S.schema,v):v!==En(f)&&(v[0]==="#"?(u(l,a[v],v),a[v]=l):this.refs[v]=f),v}function _(v){if(typeof v=="string"){if(!g0.test(v))throw new Error(`invalid anchor "${v}"`);g.call(this,`#${v}`)}}}),a;function u(l,h,m){if(h!==void 0&&!u0(l,h))throw d(m)}function d(l){return new Error(`reference "${l}" resolves to more than one schema`)}}et.getSchemaRefs=y0});var Po=E(fr=>{"use strict";Object.defineProperty(fr,"__esModule",{value:!0});fr.getData=fr.KeywordCxt=fr.validateFunctionCode=void 0;var Dh=mh(),Ch=So(),xl=ll(),pi=So(),_0=bh(),Eo=Th(),vl=Eh(),N=G(),F=Jt(),v0=To(),Kt=oe(),zo=ko();function x0(t){if(Fh(t)&&(Uh(t),Lh(t))){$0(t);return}qh(t,()=>(0,Dh.topBoolOrEmptySchema)(t))}fr.validateFunctionCode=x0;function qh({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,N._)`${F.default.data}, ${F.default.valCxt}`,n.$async,()=>{t.code((0,N._)`"use strict"; ${Nh(r,o)}`),w0(t,o),t.code(s)}):t.func(e,(0,N._)`${F.default.data}, ${b0(o)}`,n.$async,()=>t.code(Nh(r,o)).code(s))}function b0(t){return(0,N._)`{${F.default.instancePath}="", ${F.default.parentData}, ${F.default.parentDataProperty}, ${F.default.rootData}=${F.default.data}${t.dynamicRef?(0,N._)`, ${F.default.dynamicAnchors}={}`:N.nil}}={}`}function w0(t,e){t.if(F.default.valCxt,()=>{t.var(F.default.instancePath,(0,N._)`${F.default.valCxt}.${F.default.instancePath}`),t.var(F.default.parentData,(0,N._)`${F.default.valCxt}.${F.default.parentData}`),t.var(F.default.parentDataProperty,(0,N._)`${F.default.valCxt}.${F.default.parentDataProperty}`),t.var(F.default.rootData,(0,N._)`${F.default.valCxt}.${F.default.rootData}`),e.dynamicRef&&t.var(F.default.dynamicAnchors,(0,N._)`${F.default.valCxt}.${F.default.dynamicAnchors}`)},()=>{t.var(F.default.instancePath,(0,N._)`""`),t.var(F.default.parentData,(0,N._)`undefined`),t.var(F.default.parentDataProperty,(0,N._)`undefined`),t.var(F.default.rootData,F.default.data),e.dynamicRef&&t.var(F.default.dynamicAnchors,(0,N._)`{}`)})}function $0(t){let{schema:e,opts:r,gen:n}=t;qh(t,()=>{r.$comment&&e.$comment&&Hh(t),E0(t),n.let(F.default.vErrors,null),n.let(F.default.errors,0),r.unevaluated&&k0(t),Vh(t),I0(t)})}function k0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,N._)`${r}.evaluated`),e.if((0,N._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,N._)`${t.evaluated}.props`,(0,N._)`undefined`)),e.if((0,N._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,N._)`${t.evaluated}.items`,(0,N._)`undefined`))}function Nh(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,N._)`/*# sourceURL=${r} */`:N.nil}function S0(t,e){if(Fh(t)&&(Uh(t),Lh(t))){T0(t,e);return}(0,Dh.boolOrEmptySchema)(t,e)}function Lh({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 Fh(t){return typeof t.schema!="boolean"}function T0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Hh(t),P0(t),R0(t);let s=n.const("_errs",F.default.errors);Vh(t,s),n.var(e,(0,N._)`${s} === ${F.default.errors}`)}function Uh(t){(0,Kt.checkUnknownRules)(t),z0(t)}function Vh(t,e){if(t.opts.jtd)return jh(t,[],!1,e);let r=(0,Ch.getSchemaTypes)(t.schema),n=(0,Ch.coerceAndCheckDataType)(t,r);jh(t,r,!n,e)}function z0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Kt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function E0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Kt.checkStrictMode)(t,"default is ignored in the schema root")}function P0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,v0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function R0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Hh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,N._)`${F.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,N.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,N._)`${F.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function I0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,N._)`${F.default.errors} === 0`,()=>e.return(F.default.data),()=>e.throw((0,N._)`new ${o}(${F.default.vErrors})`)):(e.assign((0,N._)`${n}.errors`,F.default.vErrors),s.unevaluated&&O0(t),e.return((0,N._)`${F.default.errors} === 0`))}function O0({gen:t,evaluated:e,props:r,items:n}){r instanceof N.Name&&t.assign((0,N._)`${e}.props`,r),n instanceof N.Name&&t.assign((0,N._)`${e}.items`,n)}function jh(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:d}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Kt.schemaHasRulesButRef)(s,d))){o.block(()=>Wh(t,"$ref",d.all.$ref.definition));return}c.jtd||M0(t,e),o.block(()=>{for(let h of d.rules)l(h);l(d.post)});function l(h){(0,xl.shouldUseGroup)(s,h)&&(h.type?(o.if((0,pi.checkDataType)(h.type,i,c.strictNumbers)),Zh(t,h),e.length===1&&e[0]===h.type&&r&&(o.else(),(0,pi.reportTypeError)(t)),o.endIf()):Zh(t,h),a||o.if((0,N._)`${F.default.errors} === ${n||0}`))}}function Zh(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,_0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,xl.shouldUseRule)(n,s)&&Wh(t,s.keyword,s.definition,e.type)})}function M0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(A0(t,e),t.opts.allowUnionTypes||C0(t,e),N0(t,t.dataTypes))}function A0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Gh(t.dataTypes,r)||bl(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),Z0(t,e)}}function C0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&bl(t,"use allowUnionTypes to allow union type keyword")}function N0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,xl.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>j0(e,i))&&bl(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function j0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Gh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function Z0(t,e){let r=[];for(let n of t.dataTypes)Gh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function bl(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Kt.checkStrictMode)(t,e,t.opts.strictTypes)}var fi=class{constructor(e,r,n){if((0,Eo.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,Kt.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",Bh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Eo.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",F.default.errors))}result(e,r,n){this.failResult((0,N.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,N.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,N._)`${r} !== undefined && (${(0,N.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?zo.reportExtraError:zo.reportError)(this,this.def.error,r)}$dataError(){(0,zo.reportError)(this,this.def.$dataError||zo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,zo.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=N.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=N.nil,r=N.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,N.or)((0,N._)`${o} === undefined`,r)),e!==N.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==N.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,N.or)(i(),a());function i(){if(n.length){if(!(r instanceof N.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,N._)`${(0,pi.checkDataTypes)(c,r,s.opts.strictNumbers,pi.DataType.Wrong)}`}return N.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,N._)`!${c}(${r})`}return N.nil}}subschema(e,r){let n=(0,vl.getSubschema)(this.it,e);(0,vl.extendSubschemaData)(n,this.it,e),(0,vl.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return S0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Kt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Kt.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,N.Name)),!0}};fr.KeywordCxt=fi;function Wh(t,e,r,n){let o=new fi(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Eo.funcKeywordCode)(o,r):"macro"in r?(0,Eo.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Eo.funcKeywordCode)(o,r)}var D0=/^\/(?:[^~]|~0|~1)*$/,q0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Bh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return F.default.rootData;if(t[0]==="/"){if(!D0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=F.default.rootData}else{let u=q0.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let d=+u[1];if(o=u[2],o==="#"){if(d>=e)throw new Error(c("property/index",d));return n[e-d]}if(d>e)throw new Error(c("data",d));if(s=r[e-d],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,N._)`${s}${(0,N.getProperty)((0,Kt.unescapeJsonPointer)(u))}`,i=(0,N._)`${i} && ${s}`);return i;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${e}`}}fr.getData=Bh});var mi=E($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});var wl=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};$l.default=wl});var Ro=E(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var kl=To(),Sl=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,kl.resolveUrl)(e,r,n),this.missingSchema=(0,kl.normalizeId)((0,kl.getFullPath)(e,this.missingRef))}};Tl.default=Sl});var gi=E(ht=>{"use strict";Object.defineProperty(ht,"__esModule",{value:!0});ht.resolveSchema=ht.getCompilingSchema=ht.resolveRef=ht.compileSchema=ht.SchemaEnv=void 0;var $t=G(),L0=mi(),Kr=Jt(),kt=To(),Jh=oe(),F0=Po(),Pn=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,kt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};ht.SchemaEnv=Pn;function El(t){let e=Kh.call(this,t);if(e)return e;let r=(0,kt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new $t.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:L0.default,code:(0,$t._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Kr.default.data,parentData:Kr.default.parentData,parentDataProperty:Kr.default.parentDataProperty,dataNames:[Kr.default.data],dataPathArr:[$t.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,$t.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:$t.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,$t._)`""`,opts:this.opts,self:this},d;try{this._compilations.add(t),(0,F0.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let l=i.toString();d=`${i.scopeRefs(Kr.default.scope)}return ${l}`,this.opts.code.process&&(d=this.opts.code.process(d,t));let m=new Function(`${Kr.default.self}`,`${Kr.default.scope}`,d)(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:l,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:f}=u;m.evaluated={props:p instanceof $t.Name?void 0:p,items:f instanceof $t.Name?void 0:f,dynamicProps:p instanceof $t.Name,dynamicItems:f instanceof $t.Name},m.source&&(m.source.evaluated=(0,$t.stringify)(m.evaluated))}return t.validate=m,t}catch(l){throw delete t.validate,delete t.validateName,d&&this.logger.error("Error compiling schema, function code:",d),l}finally{this._compilations.delete(t)}}ht.compileSchema=El;function U0(t,e,r){var n;r=(0,kt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=G0.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 Pn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=V0.call(this,s)}ht.resolveRef=U0;function V0(t){return(0,kt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:El.call(this,t)}function Kh(t){for(let e of this._compilations)if(H0(e,t))return e}ht.getCompilingSchema=Kh;function H0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function G0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||hi.call(this,t,e)}function hi(t,e){let r=this.opts.uriResolver.parse(e),n=(0,kt._getFullPath)(this.opts.uriResolver,r),o=(0,kt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return zl.call(this,r,t);let s=(0,kt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=hi.call(this,t,i);return typeof a?.schema!="object"?void 0:zl.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||El.call(this,i),s===(0,kt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,kt.resolveUrl)(this.opts.uriResolver,o,u)),new Pn({schema:a,schemaId:c,root:t,baseId:o})}return zl.call(this,r,i)}}ht.resolveSchema=hi;var W0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function zl(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,Jh.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!W0.has(a)&&u&&(e=(0,kt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Jh.schemaHasRulesButRef)(r,this.RULES)){let a=(0,kt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=hi.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new Pn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var Qh=E((nC,B0)=>{B0.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 Rl=E((oC,tg)=>{"use strict";var J0=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Yh=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);function Pl(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 K0=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Xh(t){return t.length=0,!0}function Q0(t,e,r){if(t.length){let n=Pl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function X0(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=Q0;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(Pl(o))),r.address=n.join(""),r}function eg(t){if(Y0(t,":")<2)return{host:t,isIPV6:!1};let e=X0(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 Y0(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("")}function tS(t,e){let r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function rS(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!Yh(r)){let n=eg(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=t.host}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}tg.exports={nonSimpleDomain:K0,recomposeAuthority:rS,normalizeComponentEncoding:tS,removeDotSegments:eS,isIPv4:Yh,isUUID:J0,normalizeIPv6:eg,stringArrayToHexStripped:Pl}});var ig=E((sC,sg)=>{"use strict";var{isUUID:nS}=Rl(),oS=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,sS=["http","https","ws","wss","urn","urn:uuid"];function iS(t){return sS.indexOf(t)!==-1}function Il(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 rg(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function ng(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 aS(t){return t.secure=Il(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function cS(t){if((t.port===(Il(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 uS(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(oS);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=Ol(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function lS(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=Ol(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 dS(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!nS(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function pS(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var og={scheme:"http",domainHost:!0,parse:rg,serialize:ng},fS={scheme:"https",domainHost:og.domainHost,parse:rg,serialize:ng},yi={scheme:"ws",domainHost:!0,parse:aS,serialize:cS},mS={scheme:"wss",domainHost:yi.domainHost,parse:yi.parse,serialize:yi.serialize},hS={scheme:"urn",parse:uS,serialize:lS,skipNormalize:!0},gS={scheme:"urn:uuid",parse:dS,serialize:pS,skipNormalize:!0},_i={http:og,https:fS,ws:yi,wss:mS,urn:hS,"urn:uuid":gS};Object.setPrototypeOf(_i,null);function Ol(t){return t&&(_i[t]||_i[t.toLowerCase()])||void 0}sg.exports={wsIsSecure:Il,SCHEMES:_i,isValidSchemeName:iS,getSchemeHandler:Ol}});var ug=E((iC,xi)=>{"use strict";var{normalizeIPv6:yS,removeDotSegments:Io,recomposeAuthority:_S,normalizeComponentEncoding:vi,isIPv4:vS,nonSimpleDomain:xS}=Rl(),{SCHEMES:bS,getSchemeHandler:ag}=ig();function wS(t,e){return typeof t=="string"?t=jt(Qt(t,e),e):typeof t=="object"&&(t=Qt(jt(t,e),e)),t}function $S(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=cg(Qt(t,n),Qt(e,n),n,!0);return n.skipEscape=!0,jt(o,n)}function cg(t,e,r,n){let o={};return n||(t=Qt(jt(t,r),r),e=Qt(jt(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=Io(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=Io(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=Io(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=Io(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 kS(t,e,r){return typeof t=="string"?(t=unescape(t),t=jt(vi(Qt(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=jt(vi(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=jt(vi(Qt(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=jt(vi(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function jt(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=ag(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=_S(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=Io(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 SS=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Qt(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;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let s=t.match(SS);if(s){if(n.scheme=s[1],n.userinfo=s[3],n.host=s[4],n.port=parseInt(s[5],10),n.path=s[6]||"",n.query=s[7],n.fragment=s[8],isNaN(n.port)&&(n.port=s[5]),n.host)if(vS(n.host)===!1){let c=yS(n.host);n.host=c.host.toLowerCase(),o=c.isIPV6}else o=!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 i=ag(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&xS(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var Ml={SCHEMES:bS,normalize:wS,resolve:$S,resolveComponent:cg,equal:kS,serialize:jt,parse:Qt};xi.exports=Ml;xi.exports.default=Ml;xi.exports.fastUri=Ml});var dg=E(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var lg=ug();lg.code='require("ajv/dist/runtime/uri").default';Al.default=lg});var vg=E(Ae=>{"use strict";Object.defineProperty(Ae,"__esModule",{value:!0});Ae.CodeGen=Ae.Name=Ae.nil=Ae.stringify=Ae.str=Ae._=Ae.KeywordCxt=void 0;var TS=Po();Object.defineProperty(Ae,"KeywordCxt",{enumerable:!0,get:function(){return TS.KeywordCxt}});var Rn=G();Object.defineProperty(Ae,"_",{enumerable:!0,get:function(){return Rn._}});Object.defineProperty(Ae,"str",{enumerable:!0,get:function(){return Rn.str}});Object.defineProperty(Ae,"stringify",{enumerable:!0,get:function(){return Rn.stringify}});Object.defineProperty(Ae,"nil",{enumerable:!0,get:function(){return Rn.nil}});Object.defineProperty(Ae,"Name",{enumerable:!0,get:function(){return Rn.Name}});Object.defineProperty(Ae,"CodeGen",{enumerable:!0,get:function(){return Rn.CodeGen}});var zS=mi(),gg=Ro(),ES=ul(),Oo=gi(),PS=G(),Mo=To(),bi=So(),Nl=oe(),pg=Qh(),RS=dg(),yg=(t,e)=>new RegExp(t,e);yg.code="new RegExp";var IS=["removeAdditional","useDefaults","coerceTypes"],OS=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),MS={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."},AS={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},fg=200;function CS(t){var e,r,n,o,s,i,a,c,u,d,l,h,m,p,f,y,g,_,v,x,S,Z,I,Q,$e;let X=t.strict,A=(e=t.code)===null||e===void 0?void 0:e.optimize,ke=A===!0||A===void 0?1:A||0,We=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:yg,qn=(o=t.uriResolver)!==null&&o!==void 0?o:RS.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:X)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:X)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=t.strictTypes)!==null&&u!==void 0?u:X)!==null&&d!==void 0?d:"log",strictTuples:(h=(l=t.strictTuples)!==null&&l!==void 0?l:X)!==null&&h!==void 0?h:"log",strictRequired:(p=(m=t.strictRequired)!==null&&m!==void 0?m:X)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:ke,regExp:We}:{optimize:ke,regExp:We},loopRequired:(f=t.loopRequired)!==null&&f!==void 0?f:fg,loopEnum:(y=t.loopEnum)!==null&&y!==void 0?y:fg,meta:(g=t.meta)!==null&&g!==void 0?g:!0,messages:(_=t.messages)!==null&&_!==void 0?_:!0,inlineRefs:(v=t.inlineRefs)!==null&&v!==void 0?v:!0,schemaId:(x=t.schemaId)!==null&&x!==void 0?x:"$id",addUsedSchema:(S=t.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(Z=t.validateSchema)!==null&&Z!==void 0?Z:!0,validateFormats:(I=t.validateFormats)!==null&&I!==void 0?I:!0,unicodeRegExp:(Q=t.unicodeRegExp)!==null&&Q!==void 0?Q:!0,int32range:($e=t.int32range)!==null&&$e!==void 0?$e:!0,uriResolver:qn}}var Ao=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...CS(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new PS.ValueScope({scope:{},prefixes:OS,es5:r,lines:n}),this.logger=LS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,ES.getRules)(),mg.call(this,MS,e,"NOT SUPPORTED"),mg.call(this,AS,e,"DEPRECATED","warn"),this._metaOpts=DS.call(this),e.formats&&jS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&ZS.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),NS.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=pg;n==="id"&&(o={...pg},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(d,l){await s.call(this,d.$schema);let h=this._addSchema(d,l);return h.validate||i.call(this,h)}async function s(d){d&&!this.getSchema(d)&&await o.call(this,{$ref:d},!0)}async function i(d){try{return this._compileSchemaEnv(d)}catch(l){if(!(l instanceof gg.default))throw l;return a.call(this,l),await c.call(this,l.missingSchema),i.call(this,d)}}function a({missingSchema:d,missingRef:l}){if(this.refs[d])throw new Error(`AnySchema ${d} is loaded but ${l} cannot be resolved`)}async function c(d){let l=await u.call(this,d);this.refs[d]||await s.call(this,l.$schema),this.refs[d]||this.addSchema(l,d,r)}async function u(d){let l=this._loading[d];if(l)return l;try{return await(this._loading[d]=n(d))}finally{delete this._loading[d]}}}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,Mo.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=hg.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Oo.SchemaEnv({schema:{},schemaId:n});if(r=Oo.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=hg.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,Mo.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(US.call(this,n,r),!r)return(0,Nl.eachItem)(n,s=>Cl.call(this,s)),this;HS.call(this,r);let o={...r,type:(0,bi.getJSONTypes)(r.type),schemaType:(0,bi.getJSONTypes)(r.schemaType)};return(0,Nl.eachItem)(n,o.type.length===0?s=>Cl.call(this,s,o):s=>o.type.forEach(i=>Cl.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,d=i[a];u&&d&&(i[a]=_g(d))}}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,Mo.normalizeId)(i||n);let u=Mo.getSchemaRefs.call(this,e,n);return c=new Oo.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):Oo.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{Oo.compileSchema.call(this,e)}finally{this.opts=r}}};Ao.ValidationError=zS.default;Ao.MissingRefError=gg.default;Ae.default=Ao;function mg(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 hg(t){return t=(0,Mo.normalizeId)(t),this.schemas[t]||this.refs[t]}function NS(){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 jS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function ZS(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 DS(){let t={...this.opts};for(let e of IS)delete t[e];return t}var qS={log(){},warn(){},error(){}};function LS(t){if(t===!1)return qS;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 US(t,e){let{RULES:r}=this;if((0,Nl.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 Cl(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,bi.getJSONTypes)(e.type),schemaType:(0,bi.getJSONTypes)(e.schemaType)}};e.before?VS.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 VS(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 HS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=_g(e)),t.validateSchema=this.compile(e,!0))}var GS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function _g(t){return{anyOf:[t,GS]}}});var xg=E(jl=>{"use strict";Object.defineProperty(jl,"__esModule",{value:!0});var WS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};jl.default=WS});var kg=E(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.callRef=Qr.getValidate=void 0;var BS=Ro(),bg=mt(),tt=G(),In=Jt(),wg=gi(),wi=oe(),JS={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 l();let d=wg.resolveRef.call(c,u,o,r);if(d===void 0)throw new BS.default(n.opts.uriResolver,o,r);if(d instanceof wg.SchemaEnv)return h(d);return m(d);function l(){if(s===u)return $i(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return $i(t,(0,tt._)`${p}.validate`,u,u.$async)}function h(p){let f=$g(t,p);$i(t,f,p,p.$async)}function m(p){let f=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,tt.stringify)(p)}:{ref:p}),y=e.name("valid"),g=t.subschema({schema:p,dataTypes:[],schemaPath:tt.nil,topSchemaRef:f,errSchemaPath:r},y);t.mergeEvaluated(g),t.ok(y)}}};function $g(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,tt._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Qr.getValidate=$g;function $i(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?In.default.this:tt.nil;n?d():l();function d(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,tt._)`await ${(0,bg.callValidateCode)(t,e,u)}`),m(e),i||o.assign(p,!0)},f=>{o.if((0,tt._)`!(${f} instanceof ${s.ValidationError})`,()=>o.throw(f)),h(f),i||o.assign(p,!1)}),t.ok(p)}function l(){t.result((0,bg.callValidateCode)(t,e,u),()=>m(e),()=>h(e))}function h(p){let f=(0,tt._)`${p}.errors`;o.assign(In.default.vErrors,(0,tt._)`${In.default.vErrors} === null ? ${f} : ${In.default.vErrors}.concat(${f})`),o.assign(In.default.errors,(0,tt._)`${In.default.vErrors}.length`)}function m(p){var f;if(!s.opts.unevaluated)return;let y=(f=r?.validate)===null||f===void 0?void 0:f.evaluated;if(s.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(s.props=wi.mergeEvaluated.props(o,y.props,s.props));else{let g=o.var("props",(0,tt._)`${p}.evaluated.props`);s.props=wi.mergeEvaluated.props(o,g,s.props,tt.Name)}if(s.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(s.items=wi.mergeEvaluated.items(o,y.items,s.items));else{let g=o.var("items",(0,tt._)`${p}.evaluated.items`);s.items=wi.mergeEvaluated.items(o,g,s.items,tt.Name)}}}Qr.callRef=$i;Qr.default=JS});var Sg=E(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});var KS=xg(),QS=kg(),XS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",KS.default,QS.default];Zl.default=XS});var Tg=E(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var ki=G(),mr=ki.operators,Si={maximum:{okStr:"<=",ok:mr.LTE,fail:mr.GT},minimum:{okStr:">=",ok:mr.GTE,fail:mr.LT},exclusiveMaximum:{okStr:"<",ok:mr.LT,fail:mr.GTE},exclusiveMinimum:{okStr:">",ok:mr.GT,fail:mr.LTE}},YS={message:({keyword:t,schemaCode:e})=>(0,ki.str)`must be ${Si[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,ki._)`{comparison: ${Si[t].okStr}, limit: ${e}}`},eT={keyword:Object.keys(Si),type:"number",schemaType:"number",$data:!0,error:YS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,ki._)`${r} ${Si[e].fail} ${n} || isNaN(${r})`)}};Dl.default=eT});var zg=E(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var Co=G(),tT={message:({schemaCode:t})=>(0,Co.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Co._)`{multipleOf: ${t}}`},rT={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:tT,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,Co._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,Co._)`${i} !== parseInt(${i})`;t.fail$data((0,Co._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};ql.default=rT});var Pg=E(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});function Eg(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}Ll.default=Eg;Eg.code='require("ajv/dist/runtime/ucs2length").default'});var Rg=E(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var Xr=G(),nT=oe(),oT=Pg(),sT={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Xr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Xr._)`{limit: ${t}}`},iT={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:sT,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Xr.operators.GT:Xr.operators.LT,i=o.opts.unicode===!1?(0,Xr._)`${r}.length`:(0,Xr._)`${(0,nT.useFunc)(t.gen,oT.default)}(${r})`;t.fail$data((0,Xr._)`${i} ${s} ${n}`)}};Fl.default=iT});var Ig=E(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var aT=mt(),Ti=G(),cT={message:({schemaCode:t})=>(0,Ti.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,Ti._)`{pattern: ${t}}`},uT={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:cT,code(t){let{data:e,$data:r,schema:n,schemaCode:o,it:s}=t,i=s.opts.unicodeRegExp?"u":"",a=r?(0,Ti._)`(new RegExp(${o}, ${i}))`:(0,aT.usePattern)(t,n);t.fail$data((0,Ti._)`!${a}.test(${e})`)}};Ul.default=uT});var Og=E(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var No=G(),lT={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,No.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,No._)`{limit: ${t}}`},dT={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:lT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?No.operators.GT:No.operators.LT;t.fail$data((0,No._)`Object.keys(${r}).length ${o} ${n}`)}};Vl.default=dT});var Mg=E(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});var jo=mt(),Zo=G(),pT=oe(),fT={message:({params:{missingProperty:t}})=>(0,Zo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Zo._)`{missingProperty: ${t}}`},mT={keyword:"required",type:"object",schemaType:"array",$data:!0,error:fT,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():d(),a.strictRequired){let m=t.parentSchema.properties,{definedProperties:p}=t.it;for(let f of r)if(m?.[f]===void 0&&!p.has(f)){let y=i.schemaEnv.baseId+i.errSchemaPath,g=`required property "${f}" is not defined at "${y}" (strictRequired)`;(0,pT.checkStrictMode)(i,g,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(Zo.nil,l);else for(let m of r)(0,jo.checkReportMissingProp)(t,m)}function d(){let m=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>h(m,p)),t.ok(p)}else e.if((0,jo.checkMissingProp)(t,r,m)),(0,jo.reportMissingProp)(t,m),e.else()}function l(){e.forOf("prop",n,m=>{t.setParams({missingProperty:m}),e.if((0,jo.noPropertyInData)(e,o,m,a.ownProperties),()=>t.error())})}function h(m,p){t.setParams({missingProperty:m}),e.forOf(m,n,()=>{e.assign(p,(0,jo.propertyInData)(e,o,m,a.ownProperties)),e.if((0,Zo.not)(p),()=>{t.error(),e.break()})},Zo.nil)}}};Hl.default=mT});var Ag=E(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var Do=G(),hT={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Do.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Do._)`{limit: ${t}}`},gT={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:hT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?Do.operators.GT:Do.operators.LT;t.fail$data((0,Do._)`${r}.length ${o} ${n}`)}};Gl.default=gT});var zi=E(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});var Cg=yl();Cg.code='require("ajv/dist/runtime/equal").default';Wl.default=Cg});var Ng=E(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var Bl=So(),Ce=G(),yT=oe(),_T=zi(),vT={message:({params:{i:t,j:e}})=>(0,Ce.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Ce._)`{i: ${t}, j: ${e}}`},xT={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:vT,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,Bl.getSchemaTypes)(s.items):[];t.block$data(c,d,(0,Ce._)`${i} === false`),t.ok(c);function d(){let p=e.let("i",(0,Ce._)`${r}.length`),f=e.let("j");t.setParams({i:p,j:f}),e.assign(c,!0),e.if((0,Ce._)`${p} > 1`,()=>(l()?h:m)(p,f))}function l(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function h(p,f){let y=e.name("item"),g=(0,Bl.checkDataTypes)(u,y,a.opts.strictNumbers,Bl.DataType.Wrong),_=e.const("indices",(0,Ce._)`{}`);e.for((0,Ce._)`;${p}--;`,()=>{e.let(y,(0,Ce._)`${r}[${p}]`),e.if(g,(0,Ce._)`continue`),u.length>1&&e.if((0,Ce._)`typeof ${y} == "string"`,(0,Ce._)`${y} += "_"`),e.if((0,Ce._)`typeof ${_}[${y}] == "number"`,()=>{e.assign(f,(0,Ce._)`${_}[${y}]`),t.error(),e.assign(c,!1).break()}).code((0,Ce._)`${_}[${y}] = ${p}`)})}function m(p,f){let y=(0,yT.useFunc)(e,_T.default),g=e.name("outer");e.label(g).for((0,Ce._)`;${p}--;`,()=>e.for((0,Ce._)`${f} = ${p}; ${f}--;`,()=>e.if((0,Ce._)`${y}(${r}[${p}], ${r}[${f}])`,()=>{t.error(),e.assign(c,!1).break(g)})))}}};Jl.default=xT});var jg=E(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});var Kl=G(),bT=oe(),wT=zi(),$T={message:"must be equal to constant",params:({schemaCode:t})=>(0,Kl._)`{allowedValue: ${t}}`},kT={keyword:"const",$data:!0,error:$T,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,Kl._)`!${(0,bT.useFunc)(e,wT.default)}(${r}, ${o})`):t.fail((0,Kl._)`${s} !== ${r}`)}};Ql.default=kT});var Zg=E(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var qo=G(),ST=oe(),TT=zi(),zT={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,qo._)`{allowedValues: ${t}}`},ET={keyword:"enum",schemaType:"array",$data:!0,error:zT,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,ST.useFunc)(e,TT.default)),d;if(a||n)d=e.let("valid"),t.block$data(d,l);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let m=e.const("vSchema",s);d=(0,qo.or)(...o.map((p,f)=>h(m,f)))}t.pass(d);function l(){e.assign(d,!1),e.forOf("v",s,m=>e.if((0,qo._)`${u()}(${r}, ${m})`,()=>e.assign(d,!0).break()))}function h(m,p){let f=o[p];return typeof f=="object"&&f!==null?(0,qo._)`${u()}(${r}, ${m}[${p}])`:(0,qo._)`${r} === ${f}`}}};Xl.default=ET});var Dg=E(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});var PT=Tg(),RT=zg(),IT=Rg(),OT=Ig(),MT=Og(),AT=Mg(),CT=Ag(),NT=Ng(),jT=jg(),ZT=Zg(),DT=[PT.default,RT.default,IT.default,OT.default,MT.default,AT.default,CT.default,NT.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},jT.default,ZT.default];Yl.default=DT});var td=E(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.validateAdditionalItems=void 0;var Yr=G(),ed=oe(),qT={message:({params:{len:t}})=>(0,Yr.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Yr._)`{limit: ${t}}`},LT={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:qT,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,ed.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}qg(t,n)}};function qg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Yr._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Yr._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,ed.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Yr._)`${a} <= ${e.length}`);r.if((0,Yr.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,d=>{t.subschema({keyword:s,dataProp:d,dataPropType:ed.Type.Num},u),i.allErrors||r.if((0,Yr.not)(u),()=>r.break())})}}Lo.validateAdditionalItems=qg;Lo.default=LT});var rd=E(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Fo.validateTuple=void 0;var Lg=G(),Ei=oe(),FT=mt(),UT={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return Fg(t,"additionalItems",e);r.items=!0,!(0,Ei.alwaysValidSchema)(r,e)&&t.ok((0,FT.validateArray)(t))}};function Fg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;d(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,Lg._)`${s}.length`);r.forEach((l,h)=>{(0,Ei.alwaysValidSchema)(a,l)||(n.if((0,Lg._)`${u} > ${h}`,()=>t.subschema({keyword:i,schemaProp:h,dataProp:h},c)),t.ok(c))});function d(l){let{opts:h,errSchemaPath:m}=a,p=r.length,f=p===l.minItems&&(p===l.maxItems||l[e]===!1);if(h.strictTuples&&!f){let y=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${m}"`;(0,Ei.checkStrictMode)(a,y,h.strictTuples)}}}Fo.validateTuple=Fg;Fo.default=UT});var Ug=E(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});var VT=rd(),HT={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,VT.validateTuple)(t,"items")};nd.default=HT});var Hg=E(od=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});var Vg=G(),GT=oe(),WT=mt(),BT=td(),JT={message:({params:{len:t}})=>(0,Vg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Vg._)`{limit: ${t}}`},KT={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:JT,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,GT.alwaysValidSchema)(n,e)&&(o?(0,BT.validateAdditionalItems)(t,o):t.ok((0,WT.validateArray)(t)))}};od.default=KT});var Gg=E(sd=>{"use strict";Object.defineProperty(sd,"__esModule",{value:!0});var gt=G(),Pi=oe(),QT={message:({params:{min:t,max:e}})=>e===void 0?(0,gt.str)`must contain at least ${t} valid item(s)`:(0,gt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,gt._)`{minContains: ${t}}`:(0,gt._)`{minContains: ${t}, maxContains: ${e}}`},XT={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:QT,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 d=e.const("len",(0,gt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Pi.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Pi.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Pi.alwaysValidSchema)(s,r)){let f=(0,gt._)`${d} >= ${i}`;a!==void 0&&(f=(0,gt._)`${f} && ${d} <= ${a}`),t.pass(f);return}s.items=!0;let l=e.name("valid");a===void 0&&i===1?m(l,()=>e.if(l,()=>e.break())):i===0?(e.let(l,!0),a!==void 0&&e.if((0,gt._)`${o}.length > 0`,h)):(e.let(l,!1),h()),t.result(l,()=>t.reset());function h(){let f=e.name("_valid"),y=e.let("count",0);m(f,()=>e.if(f,()=>p(y)))}function m(f,y){e.forRange("i",0,d,g=>{t.subschema({keyword:"contains",dataProp:g,dataPropType:Pi.Type.Num,compositeRule:!0},f),y()})}function p(f){e.code((0,gt._)`${f}++`),a===void 0?e.if((0,gt._)`${f} >= ${i}`,()=>e.assign(l,!0).break()):(e.if((0,gt._)`${f} > ${a}`,()=>e.assign(l,!1).break()),i===1?e.assign(l,!0):e.if((0,gt._)`${f} >= ${i}`,()=>e.assign(l,!0)))}}};sd.default=XT});var Jg=E(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.validateSchemaDeps=Zt.validatePropertyDeps=Zt.error=void 0;var id=G(),YT=oe(),Uo=mt();Zt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,id.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,id._)`{property: ${t},
7
7
  missingProperty: ${n},
8
8
  depsCount: ${e},
9
- deps: ${r}}`};var YT={keyword:"dependencies",type:"object",schemaType:"object",error:Zt.error,code(t){let[e,r]=ez(t);Gg(t,e),Wg(t,r)}};function ez({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 Gg(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,Uo.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,Uo.checkReportMissingProp)(t,u)}):(r.if((0,id._)`${c} && (${(0,Uo.checkMissingProp)(t,a,s)})`),(0,Uo.reportMissingProp)(t,s),r.else())}}Zt.validatePropertyDeps=Gg;function Wg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,XT.alwaysValidSchema)(s,e[a])||(r.if((0,Uo.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))}Zt.validateSchemaDeps=Wg;Zt.default=YT});var Kg=E(ad=>{"use strict";Object.defineProperty(ad,"__esModule",{value:!0});var Jg=G(),tz=oe(),rz={message:"property name must be valid",params:({params:t})=>(0,Jg._)`{propertyName: ${t.propertyName}}`},nz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:rz,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,tz.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,Jg.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};ad.default=nz});var ud=E(cd=>{"use strict";Object.defineProperty(cd,"__esModule",{value:!0});var Ri=mt(),St=G(),oz=Jt(),Ii=oe(),sz={message:"must NOT have additional properties",params:({params:t})=>(0,St._)`{additionalProperty: ${t.additionalProperty}}`},iz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:sz,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,Ii.alwaysValidSchema)(i,r))return;let u=(0,Ri.allSchemaProperties)(n.properties),d=(0,Ri.allSchemaProperties)(n.patternProperties);l(),t.ok((0,St._)`${s} === ${oz.default.errors}`);function l(){e.forIn("key",o,y=>{!u.length&&!d.length?p(y):e.if(h(y),()=>p(y))})}function h(y){let g;if(u.length>8){let _=(0,Ii.schemaRefOrVal)(i,n.properties,"properties");g=(0,Ri.isOwnProperty)(e,_,y)}else u.length?g=(0,St.or)(...u.map(_=>(0,St._)`${y} === ${_}`)):g=St.nil;return d.length&&(g=(0,St.or)(g,...d.map(_=>(0,St._)`${(0,Ri.usePattern)(t,_)}.test(${y})`))),(0,St.not)(g)}function m(y){e.code((0,St._)`delete ${o}[${y}]`)}function p(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m(y);return}if(r===!1){t.setParams({additionalProperty:y}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,Ii.alwaysValidSchema)(i,r)){let g=e.name("valid");c.removeAdditional==="failing"?(f(y,g,!1),e.if((0,St.not)(g),()=>{t.reset(),m(y)})):(f(y,g),a||e.if((0,St.not)(g),()=>e.break()))}}function f(y,g,_){let v={keyword:"additionalProperties",dataProp:y,dataPropType:Ii.Type.Str};_===!1&&Object.assign(v,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(v,g)}}};cd.default=iz});var Yg=E(dd=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});var az=Po(),Qg=mt(),ld=oe(),Xg=ud(),cz={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&&Xg.default.code(new az.KeywordCxt(s,Xg.default,"additionalProperties"));let i=(0,Qg.allSchemaProperties)(r);for(let l of i)s.definedProperties.add(l);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=ld.mergeEvaluated.props(e,(0,ld.toHash)(i),s.props));let a=i.filter(l=>!(0,ld.alwaysValidSchema)(s,r[l]));if(a.length===0)return;let c=e.name("valid");for(let l of a)u(l)?d(l):(e.if((0,Qg.propertyInData)(e,o,l,s.opts.ownProperties)),d(l),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(l),t.ok(c);function u(l){return s.opts.useDefaults&&!s.compositeRule&&r[l].default!==void 0}function d(l){t.subschema({keyword:"properties",schemaProp:l,dataProp:l},c)}}};dd.default=cz});var ny=E(pd=>{"use strict";Object.defineProperty(pd,"__esModule",{value:!0});var ey=mt(),Oi=G(),ty=oe(),ry=oe(),uz={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,ey.allSchemaProperties)(r),c=a.filter(f=>(0,ty.alwaysValidSchema)(s,r[f]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,d=e.name("valid");s.props!==!0&&!(s.props instanceof Oi.Name)&&(s.props=(0,ry.evaluatedPropsToName)(e,s.props));let{props:l}=s;h();function h(){for(let f of a)u&&m(f),s.allErrors?p(f):(e.var(d,!0),p(f),e.if(d))}function m(f){for(let y in u)new RegExp(f).test(y)&&(0,ty.checkStrictMode)(s,`property ${y} matches pattern ${f} (use allowMatchingProperties)`)}function p(f){e.forIn("key",n,y=>{e.if((0,Oi._)`${(0,ey.usePattern)(t,f)}.test(${y})`,()=>{let g=c.includes(f);g||t.subschema({keyword:"patternProperties",schemaProp:f,dataProp:y,dataPropType:ry.Type.Str},d),s.opts.unevaluated&&l!==!0?e.assign((0,Oi._)`${l}[${y}]`,!0):!g&&!s.allErrors&&e.if((0,Oi.not)(d),()=>e.break())})})}}};pd.default=uz});var oy=E(fd=>{"use strict";Object.defineProperty(fd,"__esModule",{value:!0});var lz=oe(),dz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,lz.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"}};fd.default=dz});var sy=E(md=>{"use strict";Object.defineProperty(md,"__esModule",{value:!0});var pz=mt(),fz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:pz.validateUnion,error:{message:"must match a schema in anyOf"}};md.default=fz});var iy=E(hd=>{"use strict";Object.defineProperty(hd,"__esModule",{value:!0});var Mi=G(),mz=oe(),hz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,Mi._)`{passingSchemas: ${t.passing}}`},gz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:hz,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((d,l)=>{let h;(0,mz.alwaysValidSchema)(o,d)?e.var(c,!0):h=t.subschema({keyword:"oneOf",schemaProp:l,compositeRule:!0},c),l>0&&e.if((0,Mi._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Mi._)`[${a}, ${l}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,l),h&&t.mergeEvaluated(h,Mi.Name)})})}}};hd.default=gz});var ay=E(gd=>{"use strict";Object.defineProperty(gd,"__esModule",{value:!0});var yz=oe(),_z={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,yz.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};gd.default=_z});var ly=E(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});var Ai=G(),uy=oe(),vz={message:({params:t})=>(0,Ai.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Ai._)`{failingKeyword: ${t.ifClause}}`},xz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:vz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,uy.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=cy(n,"then"),s=cy(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let d=e.let("ifClause");t.setParams({ifClause:d}),e.if(a,u("then",d),u("else",d))}else o?e.if(a,u("then")):e.if((0,Ai.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let d=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(d)}function u(d,l){return()=>{let h=t.subschema({keyword:d},a);e.assign(i,a),t.mergeValidEvaluated(h,i),l?e.assign(l,(0,Ai._)`${d}`):t.setParams({ifClause:d})}}}};function cy(t,e){let r=t.schema[e];return r!==void 0&&!(0,uy.alwaysValidSchema)(t,r)}yd.default=xz});var dy=E(_d=>{"use strict";Object.defineProperty(_d,"__esModule",{value:!0});var bz=oe(),wz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,bz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};_d.default=wz});var py=E(vd=>{"use strict";Object.defineProperty(vd,"__esModule",{value:!0});var $z=td(),kz=Fg(),Sz=rd(),Tz=Vg(),zz=Hg(),Ez=Bg(),Pz=Kg(),Rz=ud(),Iz=Yg(),Oz=ny(),Mz=oy(),Az=sy(),Cz=iy(),Nz=ay(),jz=ly(),Zz=dy();function Dz(t=!1){let e=[Mz.default,Az.default,Cz.default,Nz.default,jz.default,Zz.default,Pz.default,Rz.default,Ez.default,Iz.default,Oz.default];return t?e.push(kz.default,Tz.default):e.push($z.default,Sz.default),e.push(zz.default),e}vd.default=Dz});var fy=E(xd=>{"use strict";Object.defineProperty(xd,"__esModule",{value:!0});var Se=G(),qz={message:({schemaCode:t})=>(0,Se.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Se._)`{format: ${t}}`},Lz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:qz,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:d,self:l}=a;if(!c.validateFormats)return;o?h():m();function h(){let p=r.scopeValue("formats",{ref:l.formats,code:c.code.formats}),f=r.const("fDef",(0,Se._)`${p}[${i}]`),y=r.let("fType"),g=r.let("format");r.if((0,Se._)`typeof ${f} == "object" && !(${f} instanceof RegExp)`,()=>r.assign(y,(0,Se._)`${f}.type || "string"`).assign(g,(0,Se._)`${f}.validate`),()=>r.assign(y,(0,Se._)`"string"`).assign(g,f)),t.fail$data((0,Se.or)(_(),v()));function _(){return c.strictSchema===!1?Se.nil:(0,Se._)`${i} && !${g}`}function v(){let x=d.$async?(0,Se._)`(${f}.async ? await ${g}(${n}) : ${g}(${n}))`:(0,Se._)`${g}(${n})`,S=(0,Se._)`(typeof ${g} == "function" ? ${x} : ${g}.test(${n}))`;return(0,Se._)`${g} && ${g} !== true && ${y} === ${e} && !${S}`}}function m(){let p=l.formats[s];if(!p){_();return}if(p===!0)return;let[f,y,g]=v(p);f===e&&t.pass(x());function _(){if(c.strictSchema===!1){l.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function v(S){let Z=S instanceof RegExp?(0,Se.regexpCode)(S):c.code.formats?(0,Se._)`${c.code.formats}${(0,Se.getProperty)(s)}`:void 0,I=r.scopeValue("formats",{key:s,ref:S,code:Z});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,Se._)`${I}.validate`]:["string",S,I]}function x(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!d.$async)throw new Error("async format in sync schema");return(0,Se._)`await ${g}(${n})`}return typeof y=="function"?(0,Se._)`${g}(${n})`:(0,Se._)`${g}.test(${n})`}}}};xd.default=Lz});var my=E(bd=>{"use strict";Object.defineProperty(bd,"__esModule",{value:!0});var Fz=fy(),Uz=[Fz.default];bd.default=Uz});var hy=E(On=>{"use strict";Object.defineProperty(On,"__esModule",{value:!0});On.contentVocabulary=On.metadataVocabulary=void 0;On.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];On.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var yy=E(wd=>{"use strict";Object.defineProperty(wd,"__esModule",{value:!0});var Vz=kg(),Hz=Zg(),Gz=py(),Wz=my(),gy=hy(),Bz=[Vz.default,Hz.default,(0,Gz.default)(),Wz.default,gy.metadataVocabulary,gy.contentVocabulary];wd.default=Bz});var vy=E(Ci=>{"use strict";Object.defineProperty(Ci,"__esModule",{value:!0});Ci.DiscrError=void 0;var _y;(function(t){t.Tag="tag",t.Mapping="mapping"})(_y||(Ci.DiscrError=_y={}))});var by=E(kd=>{"use strict";Object.defineProperty(kd,"__esModule",{value:!0});var Mn=G(),$d=vy(),xy=gi(),Jz=Ro(),Kz=oe(),Qz={message:({params:{discrError:t,tagName:e}})=>t===$d.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,Mn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},Xz={keyword:"discriminator",type:"object",schemaType:"object",error:Qz,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,Mn._)`${r}${(0,Mn.getProperty)(a)}`);e.if((0,Mn._)`typeof ${u} == "string"`,()=>d(),()=>t.error(!1,{discrError:$d.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function d(){let m=h();e.if(!1);for(let p in m)e.elseIf((0,Mn._)`${u} === ${p}`),e.assign(c,l(m[p]));e.else(),t.error(!1,{discrError:$d.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function l(m){let p=e.name("valid"),f=t.subschema({keyword:"oneOf",schemaProp:m},p);return t.mergeEvaluated(f,Mn.Name),p}function h(){var m;let p={},f=g(o),y=!0;for(let x=0;x<i.length;x++){let S=i[x];if(S?.$ref&&!(0,Kz.schemaHasRulesButRef)(S,s.self.RULES)){let I=S.$ref;if(S=xy.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,I),S instanceof xy.SchemaEnv&&(S=S.schema),S===void 0)throw new Jz.default(s.opts.uriResolver,s.baseId,I)}let Z=(m=S?.properties)===null||m===void 0?void 0:m[a];if(typeof Z!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(f||g(S)),_(Z,x)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return p;function g({required:x}){return Array.isArray(x)&&x.includes(a)}function _(x,S){if(x.const)v(x.const,S);else if(x.enum)for(let Z of x.enum)v(Z,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function v(x,S){if(typeof x!="string"||x in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[x]=S}}}};kd.default=Xz});var wy=E((WC,Yz)=>{Yz.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 Td=E((me,Sd)=>{"use strict";Object.defineProperty(me,"__esModule",{value:!0});me.MissingRefError=me.ValidationError=me.CodeGen=me.Name=me.nil=me.stringify=me.str=me._=me.KeywordCxt=me.Ajv=void 0;var eE=_g(),tE=yy(),rE=by(),$y=wy(),nE=["/properties"],Ni="http://json-schema.org/draft-07/schema",An=class extends eE.default{_addVocabularies(){super._addVocabularies(),tE.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(rE.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema($y,nE):$y;this.addMetaSchema(e,Ni,!1),this.refs["http://json-schema.org/schema"]=Ni}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ni)?Ni:void 0)}};me.Ajv=An;Sd.exports=me=An;Sd.exports.Ajv=An;Object.defineProperty(me,"__esModule",{value:!0});me.default=An;var oE=Po();Object.defineProperty(me,"KeywordCxt",{enumerable:!0,get:function(){return oE.KeywordCxt}});var Cn=G();Object.defineProperty(me,"_",{enumerable:!0,get:function(){return Cn._}});Object.defineProperty(me,"str",{enumerable:!0,get:function(){return Cn.str}});Object.defineProperty(me,"stringify",{enumerable:!0,get:function(){return Cn.stringify}});Object.defineProperty(me,"nil",{enumerable:!0,get:function(){return Cn.nil}});Object.defineProperty(me,"Name",{enumerable:!0,get:function(){return Cn.Name}});Object.defineProperty(me,"CodeGen",{enumerable:!0,get:function(){return Cn.CodeGen}});var sE=mi();Object.defineProperty(me,"ValidationError",{enumerable:!0,get:function(){return sE.default}});var iE=Ro();Object.defineProperty(me,"MissingRefError",{enumerable:!0,get:function(){return iE.default}})});var Iy=E(qt=>{"use strict";Object.defineProperty(qt,"__esModule",{value:!0});qt.formatNames=qt.fastFormats=qt.fullFormats=void 0;function Dt(t,e){return{validate:t,compare:e}}qt.fullFormats={date:Dt(zy,Rd),time:Dt(Ed(!0),Id),"date-time":Dt(ky(!0),Py),"iso-time":Dt(Ed(),Ey),"iso-date-time":Dt(ky(),Ry),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:pE,"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:vE,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:fE,int32:{type:"number",validate:gE},int64:{type:"number",validate:yE},float:{type:"number",validate:Ty},double:{type:"number",validate:Ty},password:!0,binary:!0};qt.fastFormats={...qt.fullFormats,date:Dt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Rd),time:Dt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Id),"date-time":Dt(/^\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,Py),"iso-time":Dt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Ey),"iso-date-time":Dt(/^\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,Ry),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};qt.formatNames=Object.keys(qt.fullFormats);function aE(t){return t%4===0&&(t%100!==0||t%400===0)}var cE=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,uE=[0,31,28,31,30,31,30,31,31,30,31,30,31];function zy(t){let e=cE.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&&aE(r)?29:uE[n])}function Rd(t,e){if(t&&e)return t>e?1:t<e?-1:0}var zd=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Ed(t){return function(r){let n=zd.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),d=+(n[7]||0);if(u>23||d>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let l=s-d*c,h=o-u*c-(l<0?1:0);return(h===23||h===-1)&&(l===59||l===-1)&&i<61}}function Id(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 Ey(t,e){if(!(t&&e))return;let r=zd.exec(t),n=zd.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 Pd=/t|\s/i;function ky(t){let e=Ed(t);return function(n){let o=n.split(Pd);return o.length===2&&zy(o[0])&&e(o[1])}}function Py(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Ry(t,e){if(!(t&&e))return;let[r,n]=t.split(Pd),[o,s]=e.split(Pd),i=Rd(r,o);if(i!==void 0)return i||Id(n,s)}var lE=/\/|:/,dE=/^(?:[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 pE(t){return lE.test(t)&&dE.test(t)}var Sy=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function fE(t){return Sy.lastIndex=0,Sy.test(t)}var mE=-(2**31),hE=2**31-1;function gE(t){return Number.isInteger(t)&&t<=hE&&t>=mE}function yE(t){return Number.isInteger(t)}function Ty(){return!0}var _E=/[^\\]\\Z/;function vE(t){if(_E.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var Oy=E(Nn=>{"use strict";Object.defineProperty(Nn,"__esModule",{value:!0});Nn.formatLimitDefinition=void 0;var xE=Td(),Tt=G(),hr=Tt.operators,ji={formatMaximum:{okStr:"<=",ok:hr.LTE,fail:hr.GT},formatMinimum:{okStr:">=",ok:hr.GTE,fail:hr.LT},formatExclusiveMaximum:{okStr:"<",ok:hr.LT,fail:hr.GTE},formatExclusiveMinimum:{okStr:">",ok:hr.GT,fail:hr.LTE}},bE={message:({keyword:t,schemaCode:e})=>(0,Tt.str)`should be ${ji[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Tt._)`{comparison: ${ji[t].okStr}, limit: ${e}}`};Nn.formatLimitDefinition={keyword:Object.keys(ji),type:"string",schemaType:"string",$data:!0,error:bE,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 xE.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():d();function u(){let h=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),m=e.const("fmt",(0,Tt._)`${h}[${c.schemaCode}]`);t.fail$data((0,Tt.or)((0,Tt._)`typeof ${m} != "object"`,(0,Tt._)`${m} instanceof RegExp`,(0,Tt._)`typeof ${m}.compare != "function"`,l(m)))}function d(){let h=c.schema,m=a.formats[h];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw new Error(`"${o}": format "${h}" does not define "compare" function`);let p=e.scopeValue("formats",{key:h,ref:m,code:i.code.formats?(0,Tt._)`${i.code.formats}${(0,Tt.getProperty)(h)}`:void 0});t.fail$data(l(p))}function l(h){return(0,Tt._)`${h}.compare(${r}, ${n}) ${ji[o].fail} 0`}},dependencies:["format"]};var wE=t=>(t.addKeyword(Nn.formatLimitDefinition),t);Nn.default=wE});var Ny=E((Vo,Cy)=>{"use strict";Object.defineProperty(Vo,"__esModule",{value:!0});var jn=Iy(),$E=Oy(),Od=G(),My=new Od.Name("fullFormats"),kE=new Od.Name("fastFormats"),Md=(t,e={keywords:!0})=>{if(Array.isArray(e))return Ay(t,e,jn.fullFormats,My),t;let[r,n]=e.mode==="fast"?[jn.fastFormats,kE]:[jn.fullFormats,My],o=e.formats||jn.formatNames;return Ay(t,o,r,n),e.keywords&&(0,$E.default)(t),t};Md.get=(t,e="full")=>{let n=(e==="fast"?jn.fastFormats:jn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function Ay(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,Od._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}Cy.exports=Vo=Md;Object.defineProperty(Vo,"__esModule",{value:!0});Vo.default=Md});var MP={};es(MP,{log:()=>sa});module.exports=N_(MP);var T={};es(T,{BRAND:()=>cv,DIRTY:()=>br,EMPTY_PATH:()=>q_,INVALID:()=>D,NEVER:()=>Hv,OK:()=>je,ParseStatus:()=>Pe,Schema:()=>H,ZodAny:()=>er,ZodArray:()=>Ht,ZodBigInt:()=>$r,ZodBoolean:()=>kr,ZodBranded:()=>Un,ZodCatch:()=>Cr,ZodDate:()=>Sr,ZodDefault:()=>Ar,ZodDiscriminatedUnion:()=>ns,ZodEffects:()=>ut,ZodEnum:()=>Or,ZodError:()=>Be,ZodFirstPartyTypeKind:()=>k,ZodFunction:()=>ss,ZodIntersection:()=>Pr,ZodIssueCode:()=>$,ZodLazy:()=>Rr,ZodLiteral:()=>Ir,ZodMap:()=>dn,ZodNaN:()=>fn,ZodNativeEnum:()=>Mr,ZodNever:()=>_t,ZodNull:()=>zr,ZodNullable:()=>Mt,ZodNumber:()=>wr,ZodObject:()=>Ke,ZodOptional:()=>Je,ZodParsedType:()=>P,ZodPipeline:()=>Vn,ZodPromise:()=>tr,ZodReadonly:()=>Nr,ZodRecord:()=>os,ZodSchema:()=>H,ZodSet:()=>pn,ZodString:()=>Yt,ZodSymbol:()=>un,ZodTransformer:()=>ut,ZodTuple:()=>Ot,ZodType:()=>H,ZodUndefined:()=>Tr,ZodUnion:()=>Er,ZodUnknown:()=>Vt,ZodVoid:()=>ln,addIssueToContext:()=>z,any:()=>yv,array:()=>bv,bigint:()=>pv,boolean:()=>fp,coerce:()=>Vv,custom:()=>lp,date:()=>fv,datetimeRegex:()=>cp,defaultErrorMap:()=>Ft,discriminatedUnion:()=>kv,effect:()=>Nv,enum:()=>Mv,function:()=>Rv,getErrorMap:()=>sn,getParsedType:()=>It,instanceof:()=>lv,intersection:()=>Sv,isAborted:()=>ts,isAsync:()=>an,isDirty:()=>rs,isValid:()=>Xt,late:()=>uv,lazy:()=>Iv,literal:()=>Ov,makeIssue:()=>Fn,map:()=>Ev,nan:()=>dv,nativeEnum:()=>Av,never:()=>vv,null:()=>gv,nullable:()=>Zv,number:()=>pp,object:()=>ua,objectUtil:()=>ia,oboolean:()=>Uv,onumber:()=>Fv,optional:()=>jv,ostring:()=>Lv,pipeline:()=>qv,preprocess:()=>Dv,promise:()=>Cv,quotelessJson:()=>j_,record:()=>zv,set:()=>Pv,setErrorMap:()=>D_,strictObject:()=>wv,string:()=>dp,symbol:()=>mv,transformer:()=>Nv,tuple:()=>Tv,undefined:()=>hv,union:()=>$v,unknown:()=>_v,util:()=>J,void:()=>xv});var J;(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})(J||(J={}));var ia;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(ia||(ia={}));var P=J.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),It=t=>{switch(typeof t){case"undefined":return P.undefined;case"string":return P.string;case"number":return Number.isNaN(t)?P.nan:P.number;case"boolean":return P.boolean;case"function":return P.function;case"bigint":return P.bigint;case"symbol":return P.symbol;case"object":return Array.isArray(t)?P.array:t===null?P.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?P.promise:typeof Map<"u"&&t instanceof Map?P.map:typeof Set<"u"&&t instanceof Set?P.set:typeof Date<"u"&&t instanceof Date?P.date:P.object;default:return P.unknown}};var $=J.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"]),j_=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Be=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,J.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()}};Be.create=t=>new Be(t);var Z_=(t,e)=>{let r;switch(t.code){case $.invalid_type:t.received===P.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case $.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,J.jsonStringifyReplacer)}`;break;case $.unrecognized_keys:r=`Unrecognized key(s) in object: ${J.joinValues(t.keys,", ")}`;break;case $.invalid_union:r="Invalid input";break;case $.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${J.joinValues(t.options)}`;break;case $.invalid_enum_value:r=`Invalid enum value. Expected ${J.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}"`:J.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,J.assertNever(t)}return{message:r}},Ft=Z_;var np=Ft;function D_(t){np=t}function sn(){return np}var Fn=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}},q_=[];function z(t,e){let r=sn(),n=Fn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Ft?void 0:Ft].filter(o=>!!o)});t.common.issues.push(n)}var Pe=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 D;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 D;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}}},D=Object.freeze({status:"aborted"}),br=t=>({status:"dirty",value:t}),je=t=>({status:"valid",value:t}),ts=t=>t.status==="aborted",rs=t=>t.status==="dirty",Xt=t=>t.status==="valid",an=t=>typeof Promise<"u"&&t instanceof Promise;var O;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(O||(O={}));var ct=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}},op=(t,e)=>{if(Xt(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 Be(t.common.issues);return this._error=r,this._error}}};function U(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 H=class{get description(){return this._def.description}_getType(e){return It(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:It(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Pe,ctx:{common:e.parent.common,data:e.data,parsedType:It(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(an(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:It(e)},o=this._parseSync({data:e,path:n.path,parent:n});return op(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:It(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Xt(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=>Xt(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:It(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(an(o)?o:Promise.resolve(o));return op(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 ut({schema:this,typeName:k.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 Je.create(this,this._def)}nullable(){return Mt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Ht.create(this)}promise(){return tr.create(this,this._def)}or(e){return Er.create([this,e],this._def)}and(e){return Pr.create(this,e,this._def)}transform(e){return new ut({...U(this._def),schema:this,typeName:k.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Ar({...U(this._def),innerType:this,defaultValue:r,typeName:k.ZodDefault})}brand(){return new Un({typeName:k.ZodBranded,type:this,...U(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new Cr({...U(this._def),innerType:this,catchValue:r,typeName:k.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Vn.create(this,e)}readonly(){return Nr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},L_=/^c[^\s-]{8,}$/i,F_=/^[0-9a-z]+$/,U_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,V_=/^[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,H_=/^[a-z0-9_-]{21}$/i,G_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,W_=/^[-+]?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)?)??$/,B_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,J_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",aa,K_=/^(?:(?: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])$/,Q_=/^(?:(?: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])$/,X_=/^(([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]))$/,Y_=/^(([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])$/,ev=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,tv=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,ip="((\\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])))",rv=new RegExp(`^${ip}$`);function ap(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 nv(t){return new RegExp(`^${ap(t)}$`)}function cp(t){let e=`${ip}T${ap(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 ov(t,e){return!!((e==="v4"||!e)&&K_.test(t)||(e==="v6"||!e)&&X_.test(t))}function sv(t,e){if(!G_.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 iv(t,e){return!!((e==="v4"||!e)&&Q_.test(t)||(e==="v6"||!e)&&Y_.test(t))}var Yt=class t extends H{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==P.string){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_type,expected:P.string,received:s.parsedType}),D}let n=new Pe,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),z(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),z(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?z(o,{code:$.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&z(o,{code:$.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")B_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"email",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")aa||(aa=new RegExp(J_,"u")),aa.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"emoji",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")V_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"uuid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")H_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"nanoid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")L_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")F_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid2",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")U_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(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),z(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),z(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),z(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),z(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),z(o,{code:$.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?cp(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:$.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?rv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:$.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?nv(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:$.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?W_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"duration",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?ov(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ip",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?sv(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"jwt",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?iv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cidr",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?ev.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?tv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64url",code:$.invalid_string,message:s.message}),n.dirty()):J.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,...O.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...O.errToObj(e)})}url(e){return this._addCheck({kind:"url",...O.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...O.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...O.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...O.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...O.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...O.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...O.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...O.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...O.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...O.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...O.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...O.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,...O.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,...O.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...O.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...O.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...O.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...O.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...O.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...O.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...O.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...O.errToObj(r)})}nonempty(e){return this.min(1,O.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}};Yt.create=t=>new Yt({checks:[],typeName:k.ZodString,coerce:t?.coerce??!1,...U(t)});function av(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 wr=class t extends H{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)!==P.number){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_type,expected:P.number,received:s.parsedType}),D}let n,o=new Pe;for(let s of this._def.checks)s.kind==="int"?J.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),z(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),z(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),z(n,{code:$.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?av(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),z(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),z(n,{code:$.not_finite,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,O.toString(r))}gt(e,r){return this.setLimit("min",e,!1,O.toString(r))}lte(e,r){return this.setLimit("max",e,!0,O.toString(r))}lt(e,r){return this.setLimit("max",e,!1,O.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:O.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:O.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:O.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:O.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:O.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:O.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:O.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:O.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:O.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:O.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"&&J.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)}};wr.create=t=>new wr({checks:[],typeName:k.ZodNumber,coerce:t?.coerce||!1,...U(t)});var $r=class t extends H{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)!==P.bigint)return this._getInvalidInput(e);let n,o=new Pe;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),z(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),z(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),z(n,{code:$.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return z(r,{code:$.invalid_type,expected:P.bigint,received:r.parsedType}),D}gte(e,r){return this.setLimit("min",e,!0,O.toString(r))}gt(e,r){return this.setLimit("min",e,!1,O.toString(r))}lte(e,r){return this.setLimit("max",e,!0,O.toString(r))}lt(e,r){return this.setLimit("max",e,!1,O.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:O.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:O.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:O.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:O.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:O.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:O.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}};$r.create=t=>new $r({checks:[],typeName:k.ZodBigInt,coerce:t?.coerce??!1,...U(t)});var kr=class extends H{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==P.boolean){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.boolean,received:n.parsedType}),D}return je(e.data)}};kr.create=t=>new kr({typeName:k.ZodBoolean,coerce:t?.coerce||!1,...U(t)});var Sr=class t extends H{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==P.date){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_type,expected:P.date,received:s.parsedType}),D}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_date}),D}let n=new Pe,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),z(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),z(o,{code:$.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):J.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:O.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:O.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:k.ZodDate,...U(t)});var un=class extends H{_parse(e){if(this._getType(e)!==P.symbol){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.symbol,received:n.parsedType}),D}return je(e.data)}};un.create=t=>new un({typeName:k.ZodSymbol,...U(t)});var Tr=class extends H{_parse(e){if(this._getType(e)!==P.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.undefined,received:n.parsedType}),D}return je(e.data)}};Tr.create=t=>new Tr({typeName:k.ZodUndefined,...U(t)});var zr=class extends H{_parse(e){if(this._getType(e)!==P.null){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.null,received:n.parsedType}),D}return je(e.data)}};zr.create=t=>new zr({typeName:k.ZodNull,...U(t)});var er=class extends H{constructor(){super(...arguments),this._any=!0}_parse(e){return je(e.data)}};er.create=t=>new er({typeName:k.ZodAny,...U(t)});var Vt=class extends H{constructor(){super(...arguments),this._unknown=!0}_parse(e){return je(e.data)}};Vt.create=t=>new Vt({typeName:k.ZodUnknown,...U(t)});var _t=class extends H{_parse(e){let r=this._getOrReturnCtx(e);return z(r,{code:$.invalid_type,expected:P.never,received:r.parsedType}),D}};_t.create=t=>new _t({typeName:k.ZodNever,...U(t)});var ln=class extends H{_parse(e){if(this._getType(e)!==P.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.void,received:n.parsedType}),D}return je(e.data)}};ln.create=t=>new ln({typeName:k.ZodVoid,...U(t)});var Ht=class t extends H{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==P.array)return z(r,{code:$.invalid_type,expected:P.array,received:r.parsedType}),D;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(z(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&&(z(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&&(z(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 ct(r,i,r.path,a)))).then(i=>Pe.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new ct(r,i,r.path,a)));return Pe.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:O.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:O.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:O.toString(r)}})}nonempty(e){return this.min(1,e)}};Ht.create=(t,e)=>new Ht({type:t,minLength:null,maxLength:null,exactLength:null,typeName:k.ZodArray,...U(e)});function cn(t){if(t instanceof Ke){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Je.create(cn(n))}return new Ke({...t._def,shape:()=>e})}else return t instanceof Ht?new Ht({...t._def,type:cn(t.element)}):t instanceof Je?Je.create(cn(t.unwrap())):t instanceof Mt?Mt.create(cn(t.unwrap())):t instanceof Ot?Ot.create(t.items.map(e=>cn(e))):t}var Ke=class t extends H{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=J.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==P.object){let u=this._getOrReturnCtx(e);return z(u,{code:$.invalid_type,expected:P.object,received:u.parsedType}),D}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof _t&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let d=s[u],l=o.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new ct(o,l,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof _t){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of a)c.push({key:{status:"valid",value:d},value:{status:"valid",value:o.data[d]}});else if(u==="strict")a.length>0&&(z(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 d of a){let l=o.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new ct(o,l,o.path,d)),alwaysSet:d in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let l=await d.key,h=await d.value;u.push({key:l,value:h,alwaysSet:d.alwaysSet})}return u}).then(u=>Pe.mergeObjectSync(n,u)):Pe.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return O.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:O.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:k.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 J.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 J.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return cn(this)}partial(e){let r={};for(let n of J.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 J.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Je;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return up(J.objectKeys(this.shape))}};Ke.create=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strip",catchall:_t.create(),typeName:k.ZodObject,...U(e)});Ke.strictCreate=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strict",catchall:_t.create(),typeName:k.ZodObject,...U(e)});Ke.lazycreate=(t,e)=>new Ke({shape:t,unknownKeys:"strip",catchall:_t.create(),typeName:k.ZodObject,...U(e)});var Er=class extends H{_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 Be(a.ctx.common.issues));return z(r,{code:$.invalid_union,unionErrors:i}),D}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},d=c._parseSync({data:r.data,path:r.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!s&&(s={result:d,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 Be(c));return z(r,{code:$.invalid_union,unionErrors:a}),D}}get options(){return this._def.options}};Er.create=(t,e)=>new Er({options:t,typeName:k.ZodUnion,...U(e)});var Ut=t=>t instanceof Rr?Ut(t.schema):t instanceof ut?Ut(t.innerType()):t instanceof Ir?[t.value]:t instanceof Or?t.options:t instanceof Mr?J.objectValues(t.enum):t instanceof Ar?Ut(t._def.innerType):t instanceof Tr?[void 0]:t instanceof zr?[null]:t instanceof Je?[void 0,...Ut(t.unwrap())]:t instanceof Mt?[null,...Ut(t.unwrap())]:t instanceof Un||t instanceof Nr?Ut(t.unwrap()):t instanceof Cr?Ut(t._def.innerType):[],ns=class t extends H{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.object)return z(r,{code:$.invalid_type,expected:P.object,received:r.parsedType}),D;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}):(z(r,{code:$.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),D)}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=Ut(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:k.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...U(n)})}};function ca(t,e){let r=It(t),n=It(e);if(t===e)return{valid:!0,data:t};if(r===P.object&&n===P.object){let o=J.objectKeys(e),s=J.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=ca(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===P.array&&n===P.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=ca(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===P.date&&n===P.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var Pr=class extends H{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(ts(s)||ts(i))return D;let a=ca(s.value,i.value);return a.valid?((rs(s)||rs(i))&&r.dirty(),{status:r.value,value:a.data}):(z(n,{code:$.invalid_intersection_types}),D)};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}))}};Pr.create=(t,e,r)=>new Pr({left:t,right:e,typeName:k.ZodIntersection,...U(r)});var Ot=class t extends H{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==P.array)return z(n,{code:$.invalid_type,expected:P.array,received:n.parsedType}),D;if(n.data.length<this._def.items.length)return z(n,{code:$.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),D;!this._def.rest&&n.data.length>this._def.items.length&&(z(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 ct(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>Pe.mergeArray(r,i)):Pe.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Ot.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Ot({items:t,typeName:k.ZodTuple,rest:null,...U(e)})};var os=class t extends H{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!==P.object)return z(n,{code:$.invalid_type,expected:P.object,received:n.parsedType}),D;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new ct(n,a,n.path,a)),value:i._parse(new ct(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Pe.mergeObjectAsync(r,o):Pe.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof H?new t({keyType:e,valueType:r,typeName:k.ZodRecord,...U(n)}):new t({keyType:Yt.create(),valueType:e,typeName:k.ZodRecord,...U(r)})}},dn=class extends H{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!==P.map)return z(n,{code:$.invalid_type,expected:P.map,received:n.parsedType}),D;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new ct(n,a,n.path,[u,"key"])),value:s._parse(new ct(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,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return D;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return D;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}}}};dn.create=(t,e,r)=>new dn({valueType:e,keyType:t,typeName:k.ZodMap,...U(r)});var pn=class t extends H{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==P.set)return z(n,{code:$.invalid_type,expected:P.set,received:n.parsedType}),D;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(z(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&&(z(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 d of c){if(d.status==="aborted")return D;d.status==="dirty"&&r.dirty(),u.add(d.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new ct(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:O.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:O.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};pn.create=(t,e)=>new pn({valueType:t,minSize:null,maxSize:null,typeName:k.ZodSet,...U(e)});var ss=class t extends H{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.function)return z(r,{code:$.invalid_type,expected:P.function,received:r.parsedType}),D;function n(a,c){return Fn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,sn(),Ft].filter(u=>!!u),issueData:{code:$.invalid_arguments,argumentsError:c}})}function o(a,c){return Fn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,sn(),Ft].filter(u=>!!u),issueData:{code:$.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof tr){let a=this;return je(async function(...c){let u=new Be([]),d=await a._def.args.parseAsync(c,s).catch(m=>{throw u.addIssue(n(c,m)),u}),l=await Reflect.apply(i,this,d);return await a._def.returns._def.type.parseAsync(l,s).catch(m=>{throw u.addIssue(o(l,m)),u})})}else{let a=this;return je(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new Be([n(c,u.error)]);let d=Reflect.apply(i,this,u.data),l=a._def.returns.safeParse(d,s);if(!l.success)throw new Be([o(d,l.error)]);return l.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Ot.create(e).rest(Vt.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||Ot.create([]).rest(Vt.create()),returns:r||Vt.create(),typeName:k.ZodFunction,...U(n)})}},Rr=class extends H{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})}};Rr.create=(t,e)=>new Rr({getter:t,typeName:k.ZodLazy,...U(e)});var Ir=class extends H{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return z(r,{received:r.data,code:$.invalid_literal,expected:this._def.value}),D}return{status:"valid",value:e.data}}get value(){return this._def.value}};Ir.create=(t,e)=>new Ir({value:t,typeName:k.ZodLiteral,...U(e)});function up(t,e){return new Or({values:t,typeName:k.ZodEnum,...U(e)})}var Or=class t extends H{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{expected:J.joinValues(n),received:r.parsedType,code:$.invalid_type}),D}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 z(r,{received:r.data,code:$.invalid_enum_value,options:n}),D}return je(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})}};Or.create=up;var Mr=class extends H{_parse(e){let r=J.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==P.string&&n.parsedType!==P.number){let o=J.objectValues(r);return z(n,{expected:J.joinValues(o),received:n.parsedType,code:$.invalid_type}),D}if(this._cache||(this._cache=new Set(J.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=J.objectValues(r);return z(n,{received:n.data,code:$.invalid_enum_value,options:o}),D}return je(e.data)}get enum(){return this._def.values}};Mr.create=(t,e)=>new Mr({values:t,typeName:k.ZodNativeEnum,...U(e)});var tr=class extends H{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.promise&&r.common.async===!1)return z(r,{code:$.invalid_type,expected:P.promise,received:r.parsedType}),D;let n=r.parsedType===P.promise?r.data:Promise.resolve(r.data);return je(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};tr.create=(t,e)=>new tr({type:t,typeName:k.ZodPromise,...U(e)});var ut=class extends H{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===k.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=>{z(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 D;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?D:c.status==="dirty"?br(c.value):r.value==="dirty"?br(c.value):c});{if(r.value==="aborted")return D;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?D:a.status==="dirty"?br(a.value):r.value==="dirty"?br(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"?D:(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"?D:(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(!Xt(i))return D;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=>Xt(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):D);J.assertNever(o)}};ut.create=(t,e,r)=>new ut({schema:t,typeName:k.ZodEffects,effect:e,...U(r)});ut.createWithPreprocess=(t,e,r)=>new ut({schema:e,effect:{type:"preprocess",transform:t},typeName:k.ZodEffects,...U(r)});var Je=class extends H{_parse(e){return this._getType(e)===P.undefined?je(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Je.create=(t,e)=>new Je({innerType:t,typeName:k.ZodOptional,...U(e)});var Mt=class extends H{_parse(e){return this._getType(e)===P.null?je(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Mt.create=(t,e)=>new Mt({innerType:t,typeName:k.ZodNullable,...U(e)});var Ar=class extends H{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===P.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};Ar.create=(t,e)=>new Ar({innerType:t,typeName:k.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...U(e)});var Cr=class extends H{_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 an(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Be(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Be(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Cr.create=(t,e)=>new Cr({innerType:t,typeName:k.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...U(e)});var fn=class extends H{_parse(e){if(this._getType(e)!==P.nan){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.nan,received:n.parsedType}),D}return{status:"valid",value:e.data}}};fn.create=t=>new fn({typeName:k.ZodNaN,...U(t)});var cv=Symbol("zod_brand"),Un=class extends H{_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}},Vn=class t extends H{_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"?D:s.status==="dirty"?(r.dirty(),br(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"?D: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:k.ZodPipeline})}},Nr=class extends H{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Xt(o)&&(o.value=Object.freeze(o.value)),o);return an(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};Nr.create=(t,e)=>new Nr({innerType:t,typeName:k.ZodReadonly,...U(e)});function sp(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function lp(t,e={},r){return t?er.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=sp(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=sp(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):er.create()}var uv={object:Ke.lazycreate},k;(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"})(k||(k={}));var lv=(t,e={message:`Input not instance of ${t.name}`})=>lp(r=>r instanceof t,e),dp=Yt.create,pp=wr.create,dv=fn.create,pv=$r.create,fp=kr.create,fv=Sr.create,mv=un.create,hv=Tr.create,gv=zr.create,yv=er.create,_v=Vt.create,vv=_t.create,xv=ln.create,bv=Ht.create,ua=Ke.create,wv=Ke.strictCreate,$v=Er.create,kv=ns.create,Sv=Pr.create,Tv=Ot.create,zv=os.create,Ev=dn.create,Pv=pn.create,Rv=ss.create,Iv=Rr.create,Ov=Ir.create,Mv=Or.create,Av=Mr.create,Cv=tr.create,Nv=ut.create,jv=Je.create,Zv=Mt.create,Dv=ut.createWithPreprocess,qv=Vn.create,Lv=()=>dp().optional(),Fv=()=>pp().optional(),Uv=()=>fp().optional(),Vv={string:t=>Yt.create({...t,coerce:!0}),number:t=>wr.create({...t,coerce:!0}),boolean:t=>kr.create({...t,coerce:!0}),bigint:t=>$r.create({...t,coerce:!0}),date:t=>Sr.create({...t,coerce:!0})};var Hv=D;var Gv=Object.freeze({status:"aborted"});function w(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 d in i.prototype)d in a||Object.defineProperty(a,d,{value:i.prototype[d].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 d of u._zod.deferred)d();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 Wv=Symbol("zod_brand"),Gt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},is={};function ot(t){return t&&Object.assign(is,t),is}var K={};es(K,{BIGINT_FORMAT_RANGES:()=>hp,Class:()=>da,NUMBER_FORMAT_RANGES:()=>_a,aborted:()=>Zr,allowsEval:()=>ha,assert:()=>Xv,assertEqual:()=>Bv,assertIs:()=>Kv,assertNever:()=>Qv,assertNotEqual:()=>Jv,assignProp:()=>ma,cached:()=>Wn,captureStackTrace:()=>cs,cleanEnum:()=>dx,cleanRegex:()=>Jn,clone:()=>st,createTransparentProxy:()=>ox,defineLazy:()=>le,esc:()=>jr,escapeRegex:()=>rr,extend:()=>ax,finalizeIssue:()=>vt,floatSafeRemainder:()=>fa,getElementAtPath:()=>Yv,getEnumValues:()=>Gn,getLengthableOrigin:()=>Kn,getParsedType:()=>nx,getSizableOrigin:()=>gp,isObject:()=>mn,isPlainObject:()=>hn,issue:()=>va,joinValues:()=>as,jsonStringifyReplacer:()=>pa,merge:()=>cx,normalizeParams:()=>q,nullish:()=>Bn,numKeys:()=>rx,omit:()=>ix,optionalKeys:()=>ya,partial:()=>ux,pick:()=>sx,prefixIssues:()=>At,primitiveTypes:()=>mp,promiseAllObject:()=>ex,propertyKeyTypes:()=>ga,randomString:()=>tx,required:()=>lx,stringifyPrimitive:()=>us,unwrapMessage:()=>Hn});function Bv(t){return t}function Jv(t){return t}function Kv(t){}function Qv(t){throw new Error}function Xv(t){}function Gn(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 as(t,e="|"){return t.map(r=>us(r)).join(e)}function pa(t,e){return typeof e=="bigint"?e.toString():e}function Wn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Bn(t){return t==null}function Jn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function fa(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 le(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 ma(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function Yv(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function ex(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 tx(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function jr(t){return JSON.stringify(t)}var cs=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function mn(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var ha=Wn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function hn(t){if(mn(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(mn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function rx(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}`)}},ga=new Set(["string","number","symbol"]),mp=new Set(["string","number","bigint","boolean","symbol","undefined"]);function rr(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function st(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function q(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 ox(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 us(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function ya(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var _a={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]},hp={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function sx(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 st(t,{...t._zod.def,shape:r,checks:[]})}function ix(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 st(t,{...t._zod.def,shape:r,checks:[]})}function ax(t,e){if(!hn(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 ma(this,"shape",n),n},checks:[]};return st(t,r)}function cx(t,e){return st(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return ma(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function ux(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 st(e,{...e._zod.def,shape:o,checks:[]})}function lx(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 st(e,{...e._zod.def,shape:o,checks:[]})}function Zr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function At(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Hn(t){return typeof t=="string"?t:t?.message}function vt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Hn(t.inst?._zod.def?.error?.(t))??Hn(e?.error?.(t))??Hn(r.customError?.(t))??Hn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function gp(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Kn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function va(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function dx(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var da=class{constructor(...e){}};var yp=(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,pa,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},ls=w("$ZodError",yp),Qn=w("$ZodError",yp,{Parent:Error});function xa(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 ba(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 wa=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 Gt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>vt(c,s,ot())));throw cs(a,o?.callee),a}return i.value},$a=wa(Qn),ka=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=>vt(c,s,ot())));throw cs(a,o?.callee),a}return i.value},Sa=ka(Qn),Ta=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 Gt;return s.issues.length?{success:!1,error:new(t??ls)(s.issues.map(i=>vt(i,o,ot())))}:{success:!0,data:s.value}},Dr=Ta(Qn),za=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=>vt(i,o,ot())))}:{success:!0,data:s.value}},qr=za(Qn);var _p=/^[cC][^\s-]{8,}$/,vp=/^[0-9a-z]+$/,xp=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,bp=/^[0-9a-vA-V]{20}$/,wp=/^[A-Za-z0-9]{27}$/,$p=/^[a-zA-Z0-9_-]{21}$/,kp=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Sp=/^([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})$/,Ea=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 Tp=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var fx="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function zp(){return new RegExp(fx,"u")}var Ep=/^(?:(?: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])$/,Pp=/^(([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})$/,Rp=/^((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])$/,Ip=/^(([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])$/,Op=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Pa=/^[A-Za-z0-9_-]*$/,Mp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var Ap=/^\+(?:[0-9]){6,14}[0-9]$/,Cp="(?:(?:\\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])))",Np=new RegExp(`^${Cp}$`);function jp(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 Zp(t){return new RegExp(`^${jp(t)}$`)}function Dp(t){let e=jp({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(`^${Cp}T(?:${n})$`)}var qp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Lp=/^\d+$/,Fp=/^-?\d+(?:\.\d+)?/i,Up=/true|false/i,Vp=/null/i;var Hp=/^[^A-Z]*$/,Gp=/^[^a-z]*$/;var Re=w("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Wp={number:"number",bigint:"bigint",object:"date"},Ra=w("$ZodCheckLessThan",(t,e)=>{Re.init(t,e);let r=Wp[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})}}),Ia=w("$ZodCheckGreaterThan",(t,e)=>{Re.init(t,e);let r=Wp[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})}}),Bp=w("$ZodCheckMultipleOf",(t,e)=>{Re.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):fa(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})}}),Jp=w("$ZodCheckNumberFormat",(t,e)=>{Re.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=_a[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=Lp)}),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 Kp=w("$ZodCheckMaxLength",(t,e)=>{var r;Re.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Bn(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=Kn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Qp=w("$ZodCheckMinLength",(t,e)=>{var r;Re.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Bn(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=Kn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Xp=w("$ZodCheckLengthEquals",(t,e)=>{var r;Re.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Bn(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=Kn(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})}}),Xn=w("$ZodCheckStringFormat",(t,e)=>{var r,n;Re.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=()=>{})}),Yp=w("$ZodCheckRegex",(t,e)=>{Xn.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})}}),ef=w("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Hp),Xn.init(t,e)}),tf=w("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Gp),Xn.init(t,e)}),rf=w("$ZodCheckIncludes",(t,e)=>{Re.init(t,e);let r=rr(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})}}),nf=w("$ZodCheckStartsWith",(t,e)=>{Re.init(t,e);let r=new RegExp(`^${rr(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})}}),of=w("$ZodCheckEndsWith",(t,e)=>{Re.init(t,e);let r=new RegExp(`.*${rr(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 sf=w("$ZodCheckOverwrite",(t,e)=>{Re.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var ps=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(`
9
+ deps: ${r}}`};var ez={keyword:"dependencies",type:"object",schemaType:"object",error:Zt.error,code(t){let[e,r]=tz(t);Wg(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 Wg(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,Uo.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,Uo.checkReportMissingProp)(t,u)}):(r.if((0,id._)`${c} && (${(0,Uo.checkMissingProp)(t,a,s)})`),(0,Uo.reportMissingProp)(t,s),r.else())}}Zt.validatePropertyDeps=Wg;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,YT.alwaysValidSchema)(s,e[a])||(r.if((0,Uo.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))}Zt.validateSchemaDeps=Bg;Zt.default=ez});var Qg=E(ad=>{"use strict";Object.defineProperty(ad,"__esModule",{value:!0});var Kg=G(),rz=oe(),nz={message:"property name must be valid",params:({params:t})=>(0,Kg._)`{propertyName: ${t.propertyName}}`},oz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:nz,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,rz.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)}};ad.default=oz});var ud=E(cd=>{"use strict";Object.defineProperty(cd,"__esModule",{value:!0});var Ri=mt(),St=G(),sz=Jt(),Ii=oe(),iz={message:"must NOT have additional properties",params:({params:t})=>(0,St._)`{additionalProperty: ${t.additionalProperty}}`},az={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:iz,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,Ii.alwaysValidSchema)(i,r))return;let u=(0,Ri.allSchemaProperties)(n.properties),d=(0,Ri.allSchemaProperties)(n.patternProperties);l(),t.ok((0,St._)`${s} === ${sz.default.errors}`);function l(){e.forIn("key",o,y=>{!u.length&&!d.length?p(y):e.if(h(y),()=>p(y))})}function h(y){let g;if(u.length>8){let _=(0,Ii.schemaRefOrVal)(i,n.properties,"properties");g=(0,Ri.isOwnProperty)(e,_,y)}else u.length?g=(0,St.or)(...u.map(_=>(0,St._)`${y} === ${_}`)):g=St.nil;return d.length&&(g=(0,St.or)(g,...d.map(_=>(0,St._)`${(0,Ri.usePattern)(t,_)}.test(${y})`))),(0,St.not)(g)}function m(y){e.code((0,St._)`delete ${o}[${y}]`)}function p(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m(y);return}if(r===!1){t.setParams({additionalProperty:y}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,Ii.alwaysValidSchema)(i,r)){let g=e.name("valid");c.removeAdditional==="failing"?(f(y,g,!1),e.if((0,St.not)(g),()=>{t.reset(),m(y)})):(f(y,g),a||e.if((0,St.not)(g),()=>e.break()))}}function f(y,g,_){let v={keyword:"additionalProperties",dataProp:y,dataPropType:Ii.Type.Str};_===!1&&Object.assign(v,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(v,g)}}};cd.default=az});var ey=E(dd=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});var cz=Po(),Xg=mt(),ld=oe(),Yg=ud(),uz={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&&Yg.default.code(new cz.KeywordCxt(s,Yg.default,"additionalProperties"));let i=(0,Xg.allSchemaProperties)(r);for(let l of i)s.definedProperties.add(l);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=ld.mergeEvaluated.props(e,(0,ld.toHash)(i),s.props));let a=i.filter(l=>!(0,ld.alwaysValidSchema)(s,r[l]));if(a.length===0)return;let c=e.name("valid");for(let l of a)u(l)?d(l):(e.if((0,Xg.propertyInData)(e,o,l,s.opts.ownProperties)),d(l),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(l),t.ok(c);function u(l){return s.opts.useDefaults&&!s.compositeRule&&r[l].default!==void 0}function d(l){t.subschema({keyword:"properties",schemaProp:l,dataProp:l},c)}}};dd.default=uz});var oy=E(pd=>{"use strict";Object.defineProperty(pd,"__esModule",{value:!0});var ty=mt(),Oi=G(),ry=oe(),ny=oe(),lz={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,ty.allSchemaProperties)(r),c=a.filter(f=>(0,ry.alwaysValidSchema)(s,r[f]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,d=e.name("valid");s.props!==!0&&!(s.props instanceof Oi.Name)&&(s.props=(0,ny.evaluatedPropsToName)(e,s.props));let{props:l}=s;h();function h(){for(let f of a)u&&m(f),s.allErrors?p(f):(e.var(d,!0),p(f),e.if(d))}function m(f){for(let y in u)new RegExp(f).test(y)&&(0,ry.checkStrictMode)(s,`property ${y} matches pattern ${f} (use allowMatchingProperties)`)}function p(f){e.forIn("key",n,y=>{e.if((0,Oi._)`${(0,ty.usePattern)(t,f)}.test(${y})`,()=>{let g=c.includes(f);g||t.subschema({keyword:"patternProperties",schemaProp:f,dataProp:y,dataPropType:ny.Type.Str},d),s.opts.unevaluated&&l!==!0?e.assign((0,Oi._)`${l}[${y}]`,!0):!g&&!s.allErrors&&e.if((0,Oi.not)(d),()=>e.break())})})}}};pd.default=lz});var sy=E(fd=>{"use strict";Object.defineProperty(fd,"__esModule",{value:!0});var dz=oe(),pz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,dz.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"}};fd.default=pz});var iy=E(md=>{"use strict";Object.defineProperty(md,"__esModule",{value:!0});var fz=mt(),mz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:fz.validateUnion,error:{message:"must match a schema in anyOf"}};md.default=mz});var ay=E(hd=>{"use strict";Object.defineProperty(hd,"__esModule",{value:!0});var Mi=G(),hz=oe(),gz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,Mi._)`{passingSchemas: ${t.passing}}`},yz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:gz,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((d,l)=>{let h;(0,hz.alwaysValidSchema)(o,d)?e.var(c,!0):h=t.subschema({keyword:"oneOf",schemaProp:l,compositeRule:!0},c),l>0&&e.if((0,Mi._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Mi._)`[${a}, ${l}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,l),h&&t.mergeEvaluated(h,Mi.Name)})})}}};hd.default=yz});var cy=E(gd=>{"use strict";Object.defineProperty(gd,"__esModule",{value:!0});var _z=oe(),vz={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,_z.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};gd.default=vz});var dy=E(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});var Ai=G(),ly=oe(),xz={message:({params:t})=>(0,Ai.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Ai._)`{failingKeyword: ${t.ifClause}}`},bz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:xz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,ly.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=uy(n,"then"),s=uy(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let d=e.let("ifClause");t.setParams({ifClause:d}),e.if(a,u("then",d),u("else",d))}else o?e.if(a,u("then")):e.if((0,Ai.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let d=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(d)}function u(d,l){return()=>{let h=t.subschema({keyword:d},a);e.assign(i,a),t.mergeValidEvaluated(h,i),l?e.assign(l,(0,Ai._)`${d}`):t.setParams({ifClause:d})}}}};function uy(t,e){let r=t.schema[e];return r!==void 0&&!(0,ly.alwaysValidSchema)(t,r)}yd.default=bz});var py=E(_d=>{"use strict";Object.defineProperty(_d,"__esModule",{value:!0});var wz=oe(),$z={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,wz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};_d.default=$z});var fy=E(vd=>{"use strict";Object.defineProperty(vd,"__esModule",{value:!0});var kz=td(),Sz=Ug(),Tz=rd(),zz=Hg(),Ez=Gg(),Pz=Jg(),Rz=Qg(),Iz=ud(),Oz=ey(),Mz=oy(),Az=sy(),Cz=iy(),Nz=ay(),jz=cy(),Zz=dy(),Dz=py();function qz(t=!1){let e=[Az.default,Cz.default,Nz.default,jz.default,Zz.default,Dz.default,Rz.default,Iz.default,Pz.default,Oz.default,Mz.default];return t?e.push(Sz.default,zz.default):e.push(kz.default,Tz.default),e.push(Ez.default),e}vd.default=qz});var my=E(xd=>{"use strict";Object.defineProperty(xd,"__esModule",{value:!0});var Se=G(),Lz={message:({schemaCode:t})=>(0,Se.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Se._)`{format: ${t}}`},Fz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Lz,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:d,self:l}=a;if(!c.validateFormats)return;o?h():m();function h(){let p=r.scopeValue("formats",{ref:l.formats,code:c.code.formats}),f=r.const("fDef",(0,Se._)`${p}[${i}]`),y=r.let("fType"),g=r.let("format");r.if((0,Se._)`typeof ${f} == "object" && !(${f} instanceof RegExp)`,()=>r.assign(y,(0,Se._)`${f}.type || "string"`).assign(g,(0,Se._)`${f}.validate`),()=>r.assign(y,(0,Se._)`"string"`).assign(g,f)),t.fail$data((0,Se.or)(_(),v()));function _(){return c.strictSchema===!1?Se.nil:(0,Se._)`${i} && !${g}`}function v(){let x=d.$async?(0,Se._)`(${f}.async ? await ${g}(${n}) : ${g}(${n}))`:(0,Se._)`${g}(${n})`,S=(0,Se._)`(typeof ${g} == "function" ? ${x} : ${g}.test(${n}))`;return(0,Se._)`${g} && ${g} !== true && ${y} === ${e} && !${S}`}}function m(){let p=l.formats[s];if(!p){_();return}if(p===!0)return;let[f,y,g]=v(p);f===e&&t.pass(x());function _(){if(c.strictSchema===!1){l.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function v(S){let Z=S instanceof RegExp?(0,Se.regexpCode)(S):c.code.formats?(0,Se._)`${c.code.formats}${(0,Se.getProperty)(s)}`:void 0,I=r.scopeValue("formats",{key:s,ref:S,code:Z});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,Se._)`${I}.validate`]:["string",S,I]}function x(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!d.$async)throw new Error("async format in sync schema");return(0,Se._)`await ${g}(${n})`}return typeof y=="function"?(0,Se._)`${g}(${n})`:(0,Se._)`${g}.test(${n})`}}}};xd.default=Fz});var hy=E(bd=>{"use strict";Object.defineProperty(bd,"__esModule",{value:!0});var Uz=my(),Vz=[Uz.default];bd.default=Vz});var gy=E(On=>{"use strict";Object.defineProperty(On,"__esModule",{value:!0});On.contentVocabulary=On.metadataVocabulary=void 0;On.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];On.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var _y=E(wd=>{"use strict";Object.defineProperty(wd,"__esModule",{value:!0});var Hz=Sg(),Gz=Dg(),Wz=fy(),Bz=hy(),yy=gy(),Jz=[Hz.default,Gz.default,(0,Wz.default)(),Bz.default,yy.metadataVocabulary,yy.contentVocabulary];wd.default=Jz});var xy=E(Ci=>{"use strict";Object.defineProperty(Ci,"__esModule",{value:!0});Ci.DiscrError=void 0;var vy;(function(t){t.Tag="tag",t.Mapping="mapping"})(vy||(Ci.DiscrError=vy={}))});var wy=E(kd=>{"use strict";Object.defineProperty(kd,"__esModule",{value:!0});var Mn=G(),$d=xy(),by=gi(),Kz=Ro(),Qz=oe(),Xz={message:({params:{discrError:t,tagName:e}})=>t===$d.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,Mn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},Yz={keyword:"discriminator",type:"object",schemaType:"object",error:Xz,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,Mn._)`${r}${(0,Mn.getProperty)(a)}`);e.if((0,Mn._)`typeof ${u} == "string"`,()=>d(),()=>t.error(!1,{discrError:$d.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function d(){let m=h();e.if(!1);for(let p in m)e.elseIf((0,Mn._)`${u} === ${p}`),e.assign(c,l(m[p]));e.else(),t.error(!1,{discrError:$d.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function l(m){let p=e.name("valid"),f=t.subschema({keyword:"oneOf",schemaProp:m},p);return t.mergeEvaluated(f,Mn.Name),p}function h(){var m;let p={},f=g(o),y=!0;for(let x=0;x<i.length;x++){let S=i[x];if(S?.$ref&&!(0,Qz.schemaHasRulesButRef)(S,s.self.RULES)){let I=S.$ref;if(S=by.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,I),S instanceof by.SchemaEnv&&(S=S.schema),S===void 0)throw new Kz.default(s.opts.uriResolver,s.baseId,I)}let Z=(m=S?.properties)===null||m===void 0?void 0:m[a];if(typeof Z!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(f||g(S)),_(Z,x)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return p;function g({required:x}){return Array.isArray(x)&&x.includes(a)}function _(x,S){if(x.const)v(x.const,S);else if(x.enum)for(let Z of x.enum)v(Z,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function v(x,S){if(typeof x!="string"||x in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[x]=S}}}};kd.default=Yz});var $y=E((BC,eE)=>{eE.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 Td=E((me,Sd)=>{"use strict";Object.defineProperty(me,"__esModule",{value:!0});me.MissingRefError=me.ValidationError=me.CodeGen=me.Name=me.nil=me.stringify=me.str=me._=me.KeywordCxt=me.Ajv=void 0;var tE=vg(),rE=_y(),nE=wy(),ky=$y(),oE=["/properties"],Ni="http://json-schema.org/draft-07/schema",An=class extends tE.default{_addVocabularies(){super._addVocabularies(),rE.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(nE.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(ky,oE):ky;this.addMetaSchema(e,Ni,!1),this.refs["http://json-schema.org/schema"]=Ni}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ni)?Ni:void 0)}};me.Ajv=An;Sd.exports=me=An;Sd.exports.Ajv=An;Object.defineProperty(me,"__esModule",{value:!0});me.default=An;var sE=Po();Object.defineProperty(me,"KeywordCxt",{enumerable:!0,get:function(){return sE.KeywordCxt}});var Cn=G();Object.defineProperty(me,"_",{enumerable:!0,get:function(){return Cn._}});Object.defineProperty(me,"str",{enumerable:!0,get:function(){return Cn.str}});Object.defineProperty(me,"stringify",{enumerable:!0,get:function(){return Cn.stringify}});Object.defineProperty(me,"nil",{enumerable:!0,get:function(){return Cn.nil}});Object.defineProperty(me,"Name",{enumerable:!0,get:function(){return Cn.Name}});Object.defineProperty(me,"CodeGen",{enumerable:!0,get:function(){return Cn.CodeGen}});var iE=mi();Object.defineProperty(me,"ValidationError",{enumerable:!0,get:function(){return iE.default}});var aE=Ro();Object.defineProperty(me,"MissingRefError",{enumerable:!0,get:function(){return aE.default}})});var Oy=E(qt=>{"use strict";Object.defineProperty(qt,"__esModule",{value:!0});qt.formatNames=qt.fastFormats=qt.fullFormats=void 0;function Dt(t,e){return{validate:t,compare:e}}qt.fullFormats={date:Dt(Ey,Rd),time:Dt(Ed(!0),Id),"date-time":Dt(Sy(!0),Ry),"iso-time":Dt(Ed(),Py),"iso-date-time":Dt(Sy(),Iy),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:fE,"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:xE,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:mE,int32:{type:"number",validate:yE},int64:{type:"number",validate:_E},float:{type:"number",validate:zy},double:{type:"number",validate:zy},password:!0,binary:!0};qt.fastFormats={...qt.fullFormats,date:Dt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Rd),time:Dt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Id),"date-time":Dt(/^\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,Ry),"iso-time":Dt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Py),"iso-date-time":Dt(/^\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,Iy),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};qt.formatNames=Object.keys(qt.fullFormats);function cE(t){return t%4===0&&(t%100!==0||t%400===0)}var uE=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,lE=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Ey(t){let e=uE.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&&cE(r)?29:lE[n])}function Rd(t,e){if(t&&e)return t>e?1:t<e?-1:0}var zd=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Ed(t){return function(r){let n=zd.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),d=+(n[7]||0);if(u>23||d>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let l=s-d*c,h=o-u*c-(l<0?1:0);return(h===23||h===-1)&&(l===59||l===-1)&&i<61}}function Id(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 Py(t,e){if(!(t&&e))return;let r=zd.exec(t),n=zd.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 Pd=/t|\s/i;function Sy(t){let e=Ed(t);return function(n){let o=n.split(Pd);return o.length===2&&Ey(o[0])&&e(o[1])}}function Ry(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Iy(t,e){if(!(t&&e))return;let[r,n]=t.split(Pd),[o,s]=e.split(Pd),i=Rd(r,o);if(i!==void 0)return i||Id(n,s)}var dE=/\/|:/,pE=/^(?:[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 fE(t){return dE.test(t)&&pE.test(t)}var Ty=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function mE(t){return Ty.lastIndex=0,Ty.test(t)}var hE=-(2**31),gE=2**31-1;function yE(t){return Number.isInteger(t)&&t<=gE&&t>=hE}function _E(t){return Number.isInteger(t)}function zy(){return!0}var vE=/[^\\]\\Z/;function xE(t){if(vE.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var My=E(Nn=>{"use strict";Object.defineProperty(Nn,"__esModule",{value:!0});Nn.formatLimitDefinition=void 0;var bE=Td(),Tt=G(),hr=Tt.operators,ji={formatMaximum:{okStr:"<=",ok:hr.LTE,fail:hr.GT},formatMinimum:{okStr:">=",ok:hr.GTE,fail:hr.LT},formatExclusiveMaximum:{okStr:"<",ok:hr.LT,fail:hr.GTE},formatExclusiveMinimum:{okStr:">",ok:hr.GT,fail:hr.LTE}},wE={message:({keyword:t,schemaCode:e})=>(0,Tt.str)`should be ${ji[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Tt._)`{comparison: ${ji[t].okStr}, limit: ${e}}`};Nn.formatLimitDefinition={keyword:Object.keys(ji),type:"string",schemaType:"string",$data:!0,error:wE,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 bE.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():d();function u(){let h=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),m=e.const("fmt",(0,Tt._)`${h}[${c.schemaCode}]`);t.fail$data((0,Tt.or)((0,Tt._)`typeof ${m} != "object"`,(0,Tt._)`${m} instanceof RegExp`,(0,Tt._)`typeof ${m}.compare != "function"`,l(m)))}function d(){let h=c.schema,m=a.formats[h];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw new Error(`"${o}": format "${h}" does not define "compare" function`);let p=e.scopeValue("formats",{key:h,ref:m,code:i.code.formats?(0,Tt._)`${i.code.formats}${(0,Tt.getProperty)(h)}`:void 0});t.fail$data(l(p))}function l(h){return(0,Tt._)`${h}.compare(${r}, ${n}) ${ji[o].fail} 0`}},dependencies:["format"]};var $E=t=>(t.addKeyword(Nn.formatLimitDefinition),t);Nn.default=$E});var jy=E((Vo,Ny)=>{"use strict";Object.defineProperty(Vo,"__esModule",{value:!0});var jn=Oy(),kE=My(),Od=G(),Ay=new Od.Name("fullFormats"),SE=new Od.Name("fastFormats"),Md=(t,e={keywords:!0})=>{if(Array.isArray(e))return Cy(t,e,jn.fullFormats,Ay),t;let[r,n]=e.mode==="fast"?[jn.fastFormats,SE]:[jn.fullFormats,Ay],o=e.formats||jn.formatNames;return Cy(t,o,r,n),e.keywords&&(0,kE.default)(t),t};Md.get=(t,e="full")=>{let n=(e==="fast"?jn.fastFormats:jn.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,Od._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}Ny.exports=Vo=Md;Object.defineProperty(Vo,"__esModule",{value:!0});Vo.default=Md});var AP={};es(AP,{log:()=>sa});module.exports=j_(AP);var T={};es(T,{BRAND:()=>uv,DIRTY:()=>br,EMPTY_PATH:()=>L_,INVALID:()=>D,NEVER:()=>Gv,OK:()=>je,ParseStatus:()=>Pe,Schema:()=>H,ZodAny:()=>er,ZodArray:()=>Ht,ZodBigInt:()=>$r,ZodBoolean:()=>kr,ZodBranded:()=>Un,ZodCatch:()=>Cr,ZodDate:()=>Sr,ZodDefault:()=>Ar,ZodDiscriminatedUnion:()=>ns,ZodEffects:()=>ut,ZodEnum:()=>Or,ZodError:()=>Be,ZodFirstPartyTypeKind:()=>k,ZodFunction:()=>ss,ZodIntersection:()=>Pr,ZodIssueCode:()=>$,ZodLazy:()=>Rr,ZodLiteral:()=>Ir,ZodMap:()=>dn,ZodNaN:()=>fn,ZodNativeEnum:()=>Mr,ZodNever:()=>_t,ZodNull:()=>zr,ZodNullable:()=>Mt,ZodNumber:()=>wr,ZodObject:()=>Ke,ZodOptional:()=>Je,ZodParsedType:()=>P,ZodPipeline:()=>Vn,ZodPromise:()=>tr,ZodReadonly:()=>Nr,ZodRecord:()=>os,ZodSchema:()=>H,ZodSet:()=>pn,ZodString:()=>Yt,ZodSymbol:()=>un,ZodTransformer:()=>ut,ZodTuple:()=>Ot,ZodType:()=>H,ZodUndefined:()=>Tr,ZodUnion:()=>Er,ZodUnknown:()=>Vt,ZodVoid:()=>ln,addIssueToContext:()=>z,any:()=>_v,array:()=>wv,bigint:()=>fv,boolean:()=>mp,coerce:()=>Hv,custom:()=>dp,date:()=>mv,datetimeRegex:()=>up,defaultErrorMap:()=>Ft,discriminatedUnion:()=>Sv,effect:()=>jv,enum:()=>Av,function:()=>Iv,getErrorMap:()=>sn,getParsedType:()=>It,instanceof:()=>dv,intersection:()=>Tv,isAborted:()=>ts,isAsync:()=>an,isDirty:()=>rs,isValid:()=>Xt,late:()=>lv,lazy:()=>Ov,literal:()=>Mv,makeIssue:()=>Fn,map:()=>Pv,nan:()=>pv,nativeEnum:()=>Cv,never:()=>xv,null:()=>yv,nullable:()=>Dv,number:()=>fp,object:()=>ua,objectUtil:()=>ia,oboolean:()=>Vv,onumber:()=>Uv,optional:()=>Zv,ostring:()=>Fv,pipeline:()=>Lv,preprocess:()=>qv,promise:()=>Nv,quotelessJson:()=>Z_,record:()=>Ev,set:()=>Rv,setErrorMap:()=>q_,strictObject:()=>$v,string:()=>pp,symbol:()=>hv,transformer:()=>jv,tuple:()=>zv,undefined:()=>gv,union:()=>kv,unknown:()=>vv,util:()=>J,void:()=>bv});var J;(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})(J||(J={}));var ia;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(ia||(ia={}));var P=J.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),It=t=>{switch(typeof t){case"undefined":return P.undefined;case"string":return P.string;case"number":return Number.isNaN(t)?P.nan:P.number;case"boolean":return P.boolean;case"function":return P.function;case"bigint":return P.bigint;case"symbol":return P.symbol;case"object":return Array.isArray(t)?P.array:t===null?P.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?P.promise:typeof Map<"u"&&t instanceof Map?P.map:typeof Set<"u"&&t instanceof Set?P.set:typeof Date<"u"&&t instanceof Date?P.date:P.object;default:return P.unknown}};var $=J.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"]),Z_=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Be=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,J.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()}};Be.create=t=>new Be(t);var D_=(t,e)=>{let r;switch(t.code){case $.invalid_type:t.received===P.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case $.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,J.jsonStringifyReplacer)}`;break;case $.unrecognized_keys:r=`Unrecognized key(s) in object: ${J.joinValues(t.keys,", ")}`;break;case $.invalid_union:r="Invalid input";break;case $.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${J.joinValues(t.options)}`;break;case $.invalid_enum_value:r=`Invalid enum value. Expected ${J.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}"`:J.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,J.assertNever(t)}return{message:r}},Ft=D_;var op=Ft;function q_(t){op=t}function sn(){return op}var Fn=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}},L_=[];function z(t,e){let r=sn(),n=Fn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Ft?void 0:Ft].filter(o=>!!o)});t.common.issues.push(n)}var Pe=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 D;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 D;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}}},D=Object.freeze({status:"aborted"}),br=t=>({status:"dirty",value:t}),je=t=>({status:"valid",value:t}),ts=t=>t.status==="aborted",rs=t=>t.status==="dirty",Xt=t=>t.status==="valid",an=t=>typeof Promise<"u"&&t instanceof Promise;var O;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(O||(O={}));var ct=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}},sp=(t,e)=>{if(Xt(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 Be(t.common.issues);return this._error=r,this._error}}};function U(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 H=class{get description(){return this._def.description}_getType(e){return It(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:It(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Pe,ctx:{common:e.parent.common,data:e.data,parsedType:It(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(an(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:It(e)},o=this._parseSync({data:e,path:n.path,parent:n});return sp(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:It(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Xt(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=>Xt(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:It(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(an(o)?o:Promise.resolve(o));return sp(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 ut({schema:this,typeName:k.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 Je.create(this,this._def)}nullable(){return Mt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Ht.create(this)}promise(){return tr.create(this,this._def)}or(e){return Er.create([this,e],this._def)}and(e){return Pr.create(this,e,this._def)}transform(e){return new ut({...U(this._def),schema:this,typeName:k.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Ar({...U(this._def),innerType:this,defaultValue:r,typeName:k.ZodDefault})}brand(){return new Un({typeName:k.ZodBranded,type:this,...U(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new Cr({...U(this._def),innerType:this,catchValue:r,typeName:k.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Vn.create(this,e)}readonly(){return Nr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},F_=/^c[^\s-]{8,}$/i,U_=/^[0-9a-z]+$/,V_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,H_=/^[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,G_=/^[a-z0-9_-]{21}$/i,W_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,B_=/^[-+]?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)?)??$/,J_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,K_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",aa,Q_=/^(?:(?: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])$/,X_=/^(?:(?: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])$/,Y_=/^(([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]))$/,ev=/^(([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])$/,tv=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,rv=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,ap="((\\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(`^${ap}$`);function cp(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 ov(t){return new RegExp(`^${cp(t)}$`)}function up(t){let e=`${ap}T${cp(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 sv(t,e){return!!((e==="v4"||!e)&&Q_.test(t)||(e==="v6"||!e)&&Y_.test(t))}function iv(t,e){if(!W_.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 av(t,e){return!!((e==="v4"||!e)&&X_.test(t)||(e==="v6"||!e)&&ev.test(t))}var Yt=class t extends H{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==P.string){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_type,expected:P.string,received:s.parsedType}),D}let n=new Pe,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),z(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),z(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?z(o,{code:$.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&z(o,{code:$.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")J_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"email",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")aa||(aa=new RegExp(K_,"u")),aa.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"emoji",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")H_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"uuid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")G_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"nanoid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")F_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")U_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid2",code:$.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")V_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(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),z(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),z(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),z(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),z(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),z(o,{code:$.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?up(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:$.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?nv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:$.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?ov(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:$.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?B_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"duration",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?sv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ip",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?iv(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"jwt",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?av(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cidr",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?tv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64",code:$.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?rv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64url",code:$.invalid_string,message:s.message}),n.dirty()):J.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,...O.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...O.errToObj(e)})}url(e){return this._addCheck({kind:"url",...O.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...O.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...O.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...O.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...O.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...O.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...O.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...O.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...O.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...O.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...O.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...O.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,...O.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,...O.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...O.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...O.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...O.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...O.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...O.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...O.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...O.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...O.errToObj(r)})}nonempty(e){return this.min(1,O.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}};Yt.create=t=>new Yt({checks:[],typeName:k.ZodString,coerce:t?.coerce??!1,...U(t)});function cv(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 wr=class t extends H{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)!==P.number){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_type,expected:P.number,received:s.parsedType}),D}let n,o=new Pe;for(let s of this._def.checks)s.kind==="int"?J.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),z(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),z(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),z(n,{code:$.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?cv(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),z(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),z(n,{code:$.not_finite,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,O.toString(r))}gt(e,r){return this.setLimit("min",e,!1,O.toString(r))}lte(e,r){return this.setLimit("max",e,!0,O.toString(r))}lt(e,r){return this.setLimit("max",e,!1,O.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:O.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:O.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:O.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:O.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:O.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:O.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:O.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:O.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:O.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:O.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"&&J.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)}};wr.create=t=>new wr({checks:[],typeName:k.ZodNumber,coerce:t?.coerce||!1,...U(t)});var $r=class t extends H{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)!==P.bigint)return this._getInvalidInput(e);let n,o=new Pe;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),z(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),z(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),z(n,{code:$.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):J.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return z(r,{code:$.invalid_type,expected:P.bigint,received:r.parsedType}),D}gte(e,r){return this.setLimit("min",e,!0,O.toString(r))}gt(e,r){return this.setLimit("min",e,!1,O.toString(r))}lte(e,r){return this.setLimit("max",e,!0,O.toString(r))}lt(e,r){return this.setLimit("max",e,!1,O.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:O.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:O.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:O.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:O.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:O.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:O.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}};$r.create=t=>new $r({checks:[],typeName:k.ZodBigInt,coerce:t?.coerce??!1,...U(t)});var kr=class extends H{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==P.boolean){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.boolean,received:n.parsedType}),D}return je(e.data)}};kr.create=t=>new kr({typeName:k.ZodBoolean,coerce:t?.coerce||!1,...U(t)});var Sr=class t extends H{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==P.date){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_type,expected:P.date,received:s.parsedType}),D}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return z(s,{code:$.invalid_date}),D}let n=new Pe,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),z(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),z(o,{code:$.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):J.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:O.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:O.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:k.ZodDate,...U(t)});var un=class extends H{_parse(e){if(this._getType(e)!==P.symbol){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.symbol,received:n.parsedType}),D}return je(e.data)}};un.create=t=>new un({typeName:k.ZodSymbol,...U(t)});var Tr=class extends H{_parse(e){if(this._getType(e)!==P.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.undefined,received:n.parsedType}),D}return je(e.data)}};Tr.create=t=>new Tr({typeName:k.ZodUndefined,...U(t)});var zr=class extends H{_parse(e){if(this._getType(e)!==P.null){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.null,received:n.parsedType}),D}return je(e.data)}};zr.create=t=>new zr({typeName:k.ZodNull,...U(t)});var er=class extends H{constructor(){super(...arguments),this._any=!0}_parse(e){return je(e.data)}};er.create=t=>new er({typeName:k.ZodAny,...U(t)});var Vt=class extends H{constructor(){super(...arguments),this._unknown=!0}_parse(e){return je(e.data)}};Vt.create=t=>new Vt({typeName:k.ZodUnknown,...U(t)});var _t=class extends H{_parse(e){let r=this._getOrReturnCtx(e);return z(r,{code:$.invalid_type,expected:P.never,received:r.parsedType}),D}};_t.create=t=>new _t({typeName:k.ZodNever,...U(t)});var ln=class extends H{_parse(e){if(this._getType(e)!==P.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.void,received:n.parsedType}),D}return je(e.data)}};ln.create=t=>new ln({typeName:k.ZodVoid,...U(t)});var Ht=class t extends H{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==P.array)return z(r,{code:$.invalid_type,expected:P.array,received:r.parsedType}),D;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(z(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&&(z(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&&(z(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 ct(r,i,r.path,a)))).then(i=>Pe.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new ct(r,i,r.path,a)));return Pe.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:O.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:O.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:O.toString(r)}})}nonempty(e){return this.min(1,e)}};Ht.create=(t,e)=>new Ht({type:t,minLength:null,maxLength:null,exactLength:null,typeName:k.ZodArray,...U(e)});function cn(t){if(t instanceof Ke){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Je.create(cn(n))}return new Ke({...t._def,shape:()=>e})}else return t instanceof Ht?new Ht({...t._def,type:cn(t.element)}):t instanceof Je?Je.create(cn(t.unwrap())):t instanceof Mt?Mt.create(cn(t.unwrap())):t instanceof Ot?Ot.create(t.items.map(e=>cn(e))):t}var Ke=class t extends H{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=J.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==P.object){let u=this._getOrReturnCtx(e);return z(u,{code:$.invalid_type,expected:P.object,received:u.parsedType}),D}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof _t&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let d=s[u],l=o.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new ct(o,l,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof _t){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of a)c.push({key:{status:"valid",value:d},value:{status:"valid",value:o.data[d]}});else if(u==="strict")a.length>0&&(z(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 d of a){let l=o.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new ct(o,l,o.path,d)),alwaysSet:d in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let l=await d.key,h=await d.value;u.push({key:l,value:h,alwaysSet:d.alwaysSet})}return u}).then(u=>Pe.mergeObjectSync(n,u)):Pe.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return O.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:O.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:k.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 J.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 J.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return cn(this)}partial(e){let r={};for(let n of J.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 J.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Je;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return lp(J.objectKeys(this.shape))}};Ke.create=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strip",catchall:_t.create(),typeName:k.ZodObject,...U(e)});Ke.strictCreate=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strict",catchall:_t.create(),typeName:k.ZodObject,...U(e)});Ke.lazycreate=(t,e)=>new Ke({shape:t,unknownKeys:"strip",catchall:_t.create(),typeName:k.ZodObject,...U(e)});var Er=class extends H{_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 Be(a.ctx.common.issues));return z(r,{code:$.invalid_union,unionErrors:i}),D}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},d=c._parseSync({data:r.data,path:r.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!s&&(s={result:d,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 Be(c));return z(r,{code:$.invalid_union,unionErrors:a}),D}}get options(){return this._def.options}};Er.create=(t,e)=>new Er({options:t,typeName:k.ZodUnion,...U(e)});var Ut=t=>t instanceof Rr?Ut(t.schema):t instanceof ut?Ut(t.innerType()):t instanceof Ir?[t.value]:t instanceof Or?t.options:t instanceof Mr?J.objectValues(t.enum):t instanceof Ar?Ut(t._def.innerType):t instanceof Tr?[void 0]:t instanceof zr?[null]:t instanceof Je?[void 0,...Ut(t.unwrap())]:t instanceof Mt?[null,...Ut(t.unwrap())]:t instanceof Un||t instanceof Nr?Ut(t.unwrap()):t instanceof Cr?Ut(t._def.innerType):[],ns=class t extends H{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.object)return z(r,{code:$.invalid_type,expected:P.object,received:r.parsedType}),D;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}):(z(r,{code:$.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),D)}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=Ut(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:k.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...U(n)})}};function ca(t,e){let r=It(t),n=It(e);if(t===e)return{valid:!0,data:t};if(r===P.object&&n===P.object){let o=J.objectKeys(e),s=J.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=ca(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===P.array&&n===P.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=ca(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===P.date&&n===P.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var Pr=class extends H{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(ts(s)||ts(i))return D;let a=ca(s.value,i.value);return a.valid?((rs(s)||rs(i))&&r.dirty(),{status:r.value,value:a.data}):(z(n,{code:$.invalid_intersection_types}),D)};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}))}};Pr.create=(t,e,r)=>new Pr({left:t,right:e,typeName:k.ZodIntersection,...U(r)});var Ot=class t extends H{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==P.array)return z(n,{code:$.invalid_type,expected:P.array,received:n.parsedType}),D;if(n.data.length<this._def.items.length)return z(n,{code:$.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),D;!this._def.rest&&n.data.length>this._def.items.length&&(z(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 ct(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>Pe.mergeArray(r,i)):Pe.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Ot.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Ot({items:t,typeName:k.ZodTuple,rest:null,...U(e)})};var os=class t extends H{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!==P.object)return z(n,{code:$.invalid_type,expected:P.object,received:n.parsedType}),D;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new ct(n,a,n.path,a)),value:i._parse(new ct(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Pe.mergeObjectAsync(r,o):Pe.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof H?new t({keyType:e,valueType:r,typeName:k.ZodRecord,...U(n)}):new t({keyType:Yt.create(),valueType:e,typeName:k.ZodRecord,...U(r)})}},dn=class extends H{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!==P.map)return z(n,{code:$.invalid_type,expected:P.map,received:n.parsedType}),D;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new ct(n,a,n.path,[u,"key"])),value:s._parse(new ct(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,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return D;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return D;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}}}};dn.create=(t,e,r)=>new dn({valueType:e,keyType:t,typeName:k.ZodMap,...U(r)});var pn=class t extends H{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==P.set)return z(n,{code:$.invalid_type,expected:P.set,received:n.parsedType}),D;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(z(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&&(z(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 d of c){if(d.status==="aborted")return D;d.status==="dirty"&&r.dirty(),u.add(d.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new ct(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:O.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:O.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};pn.create=(t,e)=>new pn({valueType:t,minSize:null,maxSize:null,typeName:k.ZodSet,...U(e)});var ss=class t extends H{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.function)return z(r,{code:$.invalid_type,expected:P.function,received:r.parsedType}),D;function n(a,c){return Fn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,sn(),Ft].filter(u=>!!u),issueData:{code:$.invalid_arguments,argumentsError:c}})}function o(a,c){return Fn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,sn(),Ft].filter(u=>!!u),issueData:{code:$.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof tr){let a=this;return je(async function(...c){let u=new Be([]),d=await a._def.args.parseAsync(c,s).catch(m=>{throw u.addIssue(n(c,m)),u}),l=await Reflect.apply(i,this,d);return await a._def.returns._def.type.parseAsync(l,s).catch(m=>{throw u.addIssue(o(l,m)),u})})}else{let a=this;return je(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new Be([n(c,u.error)]);let d=Reflect.apply(i,this,u.data),l=a._def.returns.safeParse(d,s);if(!l.success)throw new Be([o(d,l.error)]);return l.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Ot.create(e).rest(Vt.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||Ot.create([]).rest(Vt.create()),returns:r||Vt.create(),typeName:k.ZodFunction,...U(n)})}},Rr=class extends H{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})}};Rr.create=(t,e)=>new Rr({getter:t,typeName:k.ZodLazy,...U(e)});var Ir=class extends H{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return z(r,{received:r.data,code:$.invalid_literal,expected:this._def.value}),D}return{status:"valid",value:e.data}}get value(){return this._def.value}};Ir.create=(t,e)=>new Ir({value:t,typeName:k.ZodLiteral,...U(e)});function lp(t,e){return new Or({values:t,typeName:k.ZodEnum,...U(e)})}var Or=class t extends H{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{expected:J.joinValues(n),received:r.parsedType,code:$.invalid_type}),D}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 z(r,{received:r.data,code:$.invalid_enum_value,options:n}),D}return je(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})}};Or.create=lp;var Mr=class extends H{_parse(e){let r=J.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==P.string&&n.parsedType!==P.number){let o=J.objectValues(r);return z(n,{expected:J.joinValues(o),received:n.parsedType,code:$.invalid_type}),D}if(this._cache||(this._cache=new Set(J.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=J.objectValues(r);return z(n,{received:n.data,code:$.invalid_enum_value,options:o}),D}return je(e.data)}get enum(){return this._def.values}};Mr.create=(t,e)=>new Mr({values:t,typeName:k.ZodNativeEnum,...U(e)});var tr=class extends H{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.promise&&r.common.async===!1)return z(r,{code:$.invalid_type,expected:P.promise,received:r.parsedType}),D;let n=r.parsedType===P.promise?r.data:Promise.resolve(r.data);return je(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};tr.create=(t,e)=>new tr({type:t,typeName:k.ZodPromise,...U(e)});var ut=class extends H{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===k.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=>{z(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 D;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?D:c.status==="dirty"?br(c.value):r.value==="dirty"?br(c.value):c});{if(r.value==="aborted")return D;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?D:a.status==="dirty"?br(a.value):r.value==="dirty"?br(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"?D:(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"?D:(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(!Xt(i))return D;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=>Xt(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):D);J.assertNever(o)}};ut.create=(t,e,r)=>new ut({schema:t,typeName:k.ZodEffects,effect:e,...U(r)});ut.createWithPreprocess=(t,e,r)=>new ut({schema:e,effect:{type:"preprocess",transform:t},typeName:k.ZodEffects,...U(r)});var Je=class extends H{_parse(e){return this._getType(e)===P.undefined?je(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Je.create=(t,e)=>new Je({innerType:t,typeName:k.ZodOptional,...U(e)});var Mt=class extends H{_parse(e){return this._getType(e)===P.null?je(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Mt.create=(t,e)=>new Mt({innerType:t,typeName:k.ZodNullable,...U(e)});var Ar=class extends H{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===P.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};Ar.create=(t,e)=>new Ar({innerType:t,typeName:k.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...U(e)});var Cr=class extends H{_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 an(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Be(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Be(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Cr.create=(t,e)=>new Cr({innerType:t,typeName:k.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...U(e)});var fn=class extends H{_parse(e){if(this._getType(e)!==P.nan){let n=this._getOrReturnCtx(e);return z(n,{code:$.invalid_type,expected:P.nan,received:n.parsedType}),D}return{status:"valid",value:e.data}}};fn.create=t=>new fn({typeName:k.ZodNaN,...U(t)});var uv=Symbol("zod_brand"),Un=class extends H{_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}},Vn=class t extends H{_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"?D:s.status==="dirty"?(r.dirty(),br(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"?D: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:k.ZodPipeline})}},Nr=class extends H{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Xt(o)&&(o.value=Object.freeze(o.value)),o);return an(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};Nr.create=(t,e)=>new Nr({innerType:t,typeName:k.ZodReadonly,...U(e)});function ip(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function dp(t,e={},r){return t?er.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=ip(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=ip(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):er.create()}var lv={object:Ke.lazycreate},k;(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"})(k||(k={}));var dv=(t,e={message:`Input not instance of ${t.name}`})=>dp(r=>r instanceof t,e),pp=Yt.create,fp=wr.create,pv=fn.create,fv=$r.create,mp=kr.create,mv=Sr.create,hv=un.create,gv=Tr.create,yv=zr.create,_v=er.create,vv=Vt.create,xv=_t.create,bv=ln.create,wv=Ht.create,ua=Ke.create,$v=Ke.strictCreate,kv=Er.create,Sv=ns.create,Tv=Pr.create,zv=Ot.create,Ev=os.create,Pv=dn.create,Rv=pn.create,Iv=ss.create,Ov=Rr.create,Mv=Ir.create,Av=Or.create,Cv=Mr.create,Nv=tr.create,jv=ut.create,Zv=Je.create,Dv=Mt.create,qv=ut.createWithPreprocess,Lv=Vn.create,Fv=()=>pp().optional(),Uv=()=>fp().optional(),Vv=()=>mp().optional(),Hv={string:t=>Yt.create({...t,coerce:!0}),number:t=>wr.create({...t,coerce:!0}),boolean:t=>kr.create({...t,coerce:!0}),bigint:t=>$r.create({...t,coerce:!0}),date:t=>Sr.create({...t,coerce:!0})};var Gv=D;var Wv=Object.freeze({status:"aborted"});function w(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 d in i.prototype)d in a||Object.defineProperty(a,d,{value:i.prototype[d].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 d of u._zod.deferred)d();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 Bv=Symbol("zod_brand"),Gt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},is={};function ot(t){return t&&Object.assign(is,t),is}var K={};es(K,{BIGINT_FORMAT_RANGES:()=>gp,Class:()=>da,NUMBER_FORMAT_RANGES:()=>_a,aborted:()=>Zr,allowsEval:()=>ha,assert:()=>Yv,assertEqual:()=>Jv,assertIs:()=>Qv,assertNever:()=>Xv,assertNotEqual:()=>Kv,assignProp:()=>ma,cached:()=>Wn,captureStackTrace:()=>cs,cleanEnum:()=>px,cleanRegex:()=>Jn,clone:()=>st,createTransparentProxy:()=>sx,defineLazy:()=>le,esc:()=>jr,escapeRegex:()=>rr,extend:()=>cx,finalizeIssue:()=>vt,floatSafeRemainder:()=>fa,getElementAtPath:()=>ex,getEnumValues:()=>Gn,getLengthableOrigin:()=>Kn,getParsedType:()=>ox,getSizableOrigin:()=>yp,isObject:()=>mn,isPlainObject:()=>hn,issue:()=>va,joinValues:()=>as,jsonStringifyReplacer:()=>pa,merge:()=>ux,normalizeParams:()=>q,nullish:()=>Bn,numKeys:()=>nx,omit:()=>ax,optionalKeys:()=>ya,partial:()=>lx,pick:()=>ix,prefixIssues:()=>At,primitiveTypes:()=>hp,promiseAllObject:()=>tx,propertyKeyTypes:()=>ga,randomString:()=>rx,required:()=>dx,stringifyPrimitive:()=>us,unwrapMessage:()=>Hn});function Jv(t){return t}function Kv(t){return t}function Qv(t){}function Xv(t){throw new Error}function Yv(t){}function Gn(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 as(t,e="|"){return t.map(r=>us(r)).join(e)}function pa(t,e){return typeof e=="bigint"?e.toString():e}function Wn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Bn(t){return t==null}function Jn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function fa(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 le(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 ma(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function ex(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function tx(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 jr(t){return JSON.stringify(t)}var cs=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function mn(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var ha=Wn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function hn(t){if(mn(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(mn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function nx(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var ox=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}`)}},ga=new Set(["string","number","symbol"]),hp=new Set(["string","number","bigint","boolean","symbol","undefined"]);function rr(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function st(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function q(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 sx(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 us(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function ya(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var _a={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]},gp={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function ix(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 st(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 st(t,{...t._zod.def,shape:r,checks:[]})}function cx(t,e){if(!hn(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 ma(this,"shape",n),n},checks:[]};return st(t,r)}function ux(t,e){return st(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return ma(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 st(e,{...e._zod.def,shape:o,checks:[]})}function dx(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 st(e,{...e._zod.def,shape:o,checks:[]})}function Zr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function At(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Hn(t){return typeof t=="string"?t:t?.message}function vt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Hn(t.inst?._zod.def?.error?.(t))??Hn(e?.error?.(t))??Hn(r.customError?.(t))??Hn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function yp(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Kn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function va(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function px(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var da=class{constructor(...e){}};var _p=(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,pa,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},ls=w("$ZodError",_p),Qn=w("$ZodError",_p,{Parent:Error});function xa(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 ba(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 wa=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 Gt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>vt(c,s,ot())));throw cs(a,o?.callee),a}return i.value},$a=wa(Qn),ka=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=>vt(c,s,ot())));throw cs(a,o?.callee),a}return i.value},Sa=ka(Qn),Ta=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 Gt;return s.issues.length?{success:!1,error:new(t??ls)(s.issues.map(i=>vt(i,o,ot())))}:{success:!0,data:s.value}},Dr=Ta(Qn),za=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=>vt(i,o,ot())))}:{success:!0,data:s.value}},qr=za(Qn);var vp=/^[cC][^\s-]{8,}$/,xp=/^[0-9a-z]+$/,bp=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,wp=/^[0-9a-vA-V]{20}$/,$p=/^[A-Za-z0-9]{27}$/,kp=/^[a-zA-Z0-9_-]{21}$/,Sp=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Tp=/^([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})$/,Ea=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 zp=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var mx="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Ep(){return new RegExp(mx,"u")}var Pp=/^(?:(?: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])$/,Rp=/^(([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})$/,Ip=/^((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])$/,Op=/^(([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])$/,Mp=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Pa=/^[A-Za-z0-9_-]*$/,Ap=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var Cp=/^\+(?:[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])))",jp=new RegExp(`^${Np}$`);function Zp(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 Dp(t){return new RegExp(`^${Zp(t)}$`)}function qp(t){let e=Zp({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 Lp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Fp=/^\d+$/,Up=/^-?\d+(?:\.\d+)?/i,Vp=/true|false/i,Hp=/null/i;var Gp=/^[^A-Z]*$/,Wp=/^[^a-z]*$/;var Re=w("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Bp={number:"number",bigint:"bigint",object:"date"},Ra=w("$ZodCheckLessThan",(t,e)=>{Re.init(t,e);let r=Bp[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})}}),Ia=w("$ZodCheckGreaterThan",(t,e)=>{Re.init(t,e);let r=Bp[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})}}),Jp=w("$ZodCheckMultipleOf",(t,e)=>{Re.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):fa(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})}}),Kp=w("$ZodCheckNumberFormat",(t,e)=>{Re.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=_a[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=Fp)}),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 Qp=w("$ZodCheckMaxLength",(t,e)=>{var r;Re.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Bn(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=Kn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Xp=w("$ZodCheckMinLength",(t,e)=>{var r;Re.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Bn(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=Kn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Yp=w("$ZodCheckLengthEquals",(t,e)=>{var r;Re.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Bn(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=Kn(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})}}),Xn=w("$ZodCheckStringFormat",(t,e)=>{var r,n;Re.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=()=>{})}),ef=w("$ZodCheckRegex",(t,e)=>{Xn.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})}}),tf=w("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Gp),Xn.init(t,e)}),rf=w("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Wp),Xn.init(t,e)}),nf=w("$ZodCheckIncludes",(t,e)=>{Re.init(t,e);let r=rr(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})}}),of=w("$ZodCheckStartsWith",(t,e)=>{Re.init(t,e);let r=new RegExp(`^${rr(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})}}),sf=w("$ZodCheckEndsWith",(t,e)=>{Re.init(t,e);let r=new RegExp(`.*${rr(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 af=w("$ZodCheckOverwrite",(t,e)=>{Re.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var ps=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(`
10
10
  `).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(`
11
- `))}};var cf={major:4,minor:0,patch:0};var ae=w("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=cf;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=Zr(s),u;for(let d of i){if(d._zod.def.when){if(!d._zod.def.when(s))continue}else if(c)continue;let l=s.issues.length,h=d._zod.check(s);if(h instanceof Promise&&a?.async===!1)throw new Gt;if(u||h instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await h,s.issues.length!==l&&(c||(c=Zr(s,l)))});else{if(s.issues.length===l)continue;c||(c=Zr(s,l))}}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 Gt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=Dr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return qr(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Yn=w("$ZodString",(t,e)=>{ae.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??qp(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}}),de=w("$ZodStringFormat",(t,e)=>{Xn.init(t,e),Yn.init(t,e)}),Ma=w("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=Sp),de.init(t,e)}),Aa=w("$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=Ea(n))}else e.pattern??(e.pattern=Ea());de.init(t,e)}),Ca=w("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=Tp),de.init(t,e)}),Na=w("$ZodURL",(t,e)=>{de.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:Mp.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})}}}),ja=w("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=zp()),de.init(t,e)}),Za=w("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=$p),de.init(t,e)}),Da=w("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=_p),de.init(t,e)}),qa=w("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=vp),de.init(t,e)}),La=w("$ZodULID",(t,e)=>{e.pattern??(e.pattern=xp),de.init(t,e)}),Fa=w("$ZodXID",(t,e)=>{e.pattern??(e.pattern=bp),de.init(t,e)}),Ua=w("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=wp),de.init(t,e)}),_f=w("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Dp(e)),de.init(t,e)}),vf=w("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Np),de.init(t,e)}),xf=w("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Zp(e)),de.init(t,e)}),bf=w("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=kp),de.init(t,e)}),Va=w("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Ep),de.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),Ha=w("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Pp),de.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})}}}),Ga=w("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Rp),de.init(t,e)}),Wa=w("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Ip),de.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 wf(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var Ba=w("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=Op),de.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{wf(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function mx(t){if(!Pa.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return wf(r)}var Ja=w("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Pa),de.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{mx(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),Ka=w("$ZodE164",(t,e)=>{e.pattern??(e.pattern=Ap),de.init(t,e)});function hx(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 Qa=w("$ZodJWT",(t,e)=>{de.init(t,e),t._zod.check=r=>{hx(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var ms=w("$ZodNumber",(t,e)=>{ae.init(t,e),t._zod.pattern=t._zod.bag.pattern??Fp,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}}),Xa=w("$ZodNumber",(t,e)=>{Jp.init(t,e),ms.init(t,e)}),Ya=w("$ZodBoolean",(t,e)=>{ae.init(t,e),t._zod.pattern=Up,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 ec=w("$ZodNull",(t,e)=>{ae.init(t,e),t._zod.pattern=Vp,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 tc=w("$ZodUnknown",(t,e)=>{ae.init(t,e),t._zod.parse=r=>r}),rc=w("$ZodNever",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function uf(t,e,r){t.issues.length&&e.issues.push(...At(r,t.issues)),e.value[r]=t.value}var nc=w("$ZodArray",(t,e)=>{ae.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=>uf(u,r,i))):uf(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function fs(t,e,r){t.issues.length&&e.issues.push(...At(r,t.issues)),e.value[r]=t.value}function lf(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(...At(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var hs=w("$ZodObject",(t,e)=>{ae.init(t,e);let r=Wn(()=>{let l=Object.keys(e.shape);for(let m of l)if(!(e.shape[m]instanceof ae))throw new Error(`Invalid element at key "${m}": expected a Zod schema`);let h=ya(e.shape);return{shape:e.shape,keys:l,keySet:new Set(l),numKeys:l.length,optionalKeys:new Set(h)}});le(t._zod,"propValues",()=>{let l=e.shape,h={};for(let m in l){let p=l[m]._zod;if(p.values){h[m]??(h[m]=new Set);for(let f of p.values)h[m].add(f)}}return h});let n=l=>{let h=new ps(["shape","payload","ctx"]),m=r.value,p=_=>{let v=jr(_);return`shape[${v}]._zod.run({ value: input[${v}], issues: [] }, ctx)`};h.write("const input = payload.value;");let f=Object.create(null),y=0;for(let _ of m.keys)f[_]=`key_${y++}`;h.write("const newResult = {}");for(let _ of m.keys)if(m.optionalKeys.has(_)){let v=f[_];h.write(`const ${v} = ${p(_)};`);let x=jr(_);h.write(`
11
+ `))}};var uf={major:4,minor:0,patch:0};var ae=w("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=uf;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=Zr(s),u;for(let d of i){if(d._zod.def.when){if(!d._zod.def.when(s))continue}else if(c)continue;let l=s.issues.length,h=d._zod.check(s);if(h instanceof Promise&&a?.async===!1)throw new Gt;if(u||h instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await h,s.issues.length!==l&&(c||(c=Zr(s,l)))});else{if(s.issues.length===l)continue;c||(c=Zr(s,l))}}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 Gt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=Dr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return qr(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Yn=w("$ZodString",(t,e)=>{ae.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Lp(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}}),de=w("$ZodStringFormat",(t,e)=>{Xn.init(t,e),Yn.init(t,e)}),Ma=w("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=Tp),de.init(t,e)}),Aa=w("$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=Ea(n))}else e.pattern??(e.pattern=Ea());de.init(t,e)}),Ca=w("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=zp),de.init(t,e)}),Na=w("$ZodURL",(t,e)=>{de.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:Ap.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})}}}),ja=w("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Ep()),de.init(t,e)}),Za=w("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=kp),de.init(t,e)}),Da=w("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=vp),de.init(t,e)}),qa=w("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=xp),de.init(t,e)}),La=w("$ZodULID",(t,e)=>{e.pattern??(e.pattern=bp),de.init(t,e)}),Fa=w("$ZodXID",(t,e)=>{e.pattern??(e.pattern=wp),de.init(t,e)}),Ua=w("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=$p),de.init(t,e)}),vf=w("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=qp(e)),de.init(t,e)}),xf=w("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=jp),de.init(t,e)}),bf=w("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Dp(e)),de.init(t,e)}),wf=w("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=Sp),de.init(t,e)}),Va=w("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Pp),de.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),Ha=w("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Rp),de.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})}}}),Ga=w("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Ip),de.init(t,e)}),Wa=w("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Op),de.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 $f(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var Ba=w("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=Mp),de.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{$f(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 $f(r)}var Ja=w("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Pa),de.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})}}),Ka=w("$ZodE164",(t,e)=>{e.pattern??(e.pattern=Cp),de.init(t,e)});function gx(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 Qa=w("$ZodJWT",(t,e)=>{de.init(t,e),t._zod.check=r=>{gx(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var ms=w("$ZodNumber",(t,e)=>{ae.init(t,e),t._zod.pattern=t._zod.bag.pattern??Up,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}}),Xa=w("$ZodNumber",(t,e)=>{Kp.init(t,e),ms.init(t,e)}),Ya=w("$ZodBoolean",(t,e)=>{ae.init(t,e),t._zod.pattern=Vp,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 ec=w("$ZodNull",(t,e)=>{ae.init(t,e),t._zod.pattern=Hp,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 tc=w("$ZodUnknown",(t,e)=>{ae.init(t,e),t._zod.parse=r=>r}),rc=w("$ZodNever",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function lf(t,e,r){t.issues.length&&e.issues.push(...At(r,t.issues)),e.value[r]=t.value}var nc=w("$ZodArray",(t,e)=>{ae.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=>lf(u,r,i))):lf(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function fs(t,e,r){t.issues.length&&e.issues.push(...At(r,t.issues)),e.value[r]=t.value}function df(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(...At(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var hs=w("$ZodObject",(t,e)=>{ae.init(t,e);let r=Wn(()=>{let l=Object.keys(e.shape);for(let m of l)if(!(e.shape[m]instanceof ae))throw new Error(`Invalid element at key "${m}": expected a Zod schema`);let h=ya(e.shape);return{shape:e.shape,keys:l,keySet:new Set(l),numKeys:l.length,optionalKeys:new Set(h)}});le(t._zod,"propValues",()=>{let l=e.shape,h={};for(let m in l){let p=l[m]._zod;if(p.values){h[m]??(h[m]=new Set);for(let f of p.values)h[m].add(f)}}return h});let n=l=>{let h=new ps(["shape","payload","ctx"]),m=r.value,p=_=>{let v=jr(_);return`shape[${v}]._zod.run({ value: input[${v}], issues: [] }, ctx)`};h.write("const input = payload.value;");let f=Object.create(null),y=0;for(let _ of m.keys)f[_]=`key_${y++}`;h.write("const newResult = {}");for(let _ of m.keys)if(m.optionalKeys.has(_)){let v=f[_];h.write(`const ${v} = ${p(_)};`);let x=jr(_);h.write(`
12
12
  if (${v}.issues.length) {
13
13
  if (input[${x}] === undefined) {
14
14
  if (${x} in input) {
@@ -31,50 +31,50 @@
31
31
  if (${v}.issues.length) payload.issues = payload.issues.concat(${v}.issues.map(iss => ({
32
32
  ...iss,
33
33
  path: iss.path ? [${jr(_)}, ...iss.path] : [${jr(_)}]
34
- })));`),h.write(`newResult[${jr(_)}] = ${v}.value`)}h.write("payload.value = newResult;"),h.write("return payload;");let g=h.compile();return(_,v)=>g(l,_,v)},o,s=mn,i=!is.jitless,c=i&&ha.value,u=e.catchall,d;t._zod.parse=(l,h)=>{d??(d=r.value);let m=l.value;if(!s(m))return l.issues.push({expected:"object",code:"invalid_type",input:m,inst:t}),l;let p=[];if(i&&c&&h?.async===!1&&h.jitless!==!0)o||(o=n(e.shape)),l=o(l,h);else{l.value={};let v=d.shape;for(let x of d.keys){let S=v[x],Z=S._zod.run({value:m[x],issues:[]},h),I=S._zod.optin==="optional"&&S._zod.optout==="optional";Z instanceof Promise?p.push(Z.then(Q=>I?lf(Q,l,x,m):fs(Q,l,x))):I?lf(Z,l,x,m):fs(Z,l,x)}}if(!u)return p.length?Promise.all(p).then(()=>l):l;let f=[],y=d.keySet,g=u._zod,_=g.def.type;for(let v of Object.keys(m)){if(y.has(v))continue;if(_==="never"){f.push(v);continue}let x=g.run({value:m[v],issues:[]},h);x instanceof Promise?p.push(x.then(S=>fs(S,l,v))):fs(x,l,v)}return f.length&&l.issues.push({code:"unrecognized_keys",keys:f,input:m,inst:t}),p.length?Promise.all(p).then(()=>l):l}});function df(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=>vt(s,n,ot())))}),e}var gs=w("$ZodUnion",(t,e)=>{ae.init(t,e),le(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),le(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),le(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),le(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=>Jn(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=>df(i,r,t,n)):df(s,r,t,n)}}),oc=w("$ZodDiscriminatedUnion",(t,e)=>{gs.init(t,e);let r=t._zod.parse;le(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=Wn(()=>{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(!mn(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)}}),sc=w("$ZodIntersection",(t,e)=>{ae.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])=>pf(r,c,u)):pf(r,s,i)}});function Oa(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(hn(t)&&hn(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=Oa(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=Oa(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 pf(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),Zr(t))return t;let n=Oa(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 ic=w("$ZodRecord",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!hn(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(d=>{d.issues.length&&r.issues.push(...At(c,d.issues)),r.value[c]=d.value})):(u.issues.length&&r.issues.push(...At(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=>vt(u,n,ot())),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(...At(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...At(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var ac=w("$ZodEnum",(t,e)=>{ae.init(t,e);let r=Gn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>ga.has(typeof n)).map(n=>typeof n=="string"?rr(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}}),cc=w("$ZodLiteral",(t,e)=>{ae.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?rr(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 uc=w("$ZodTransform",(t,e)=>{ae.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 Gt;return r.value=o,r}}),lc=w("$ZodOptional",(t,e)=>{ae.init(t,e),t._zod.optin="optional",t._zod.optout="optional",le(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),le(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Jn(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)}),dc=w("$ZodNullable",(t,e)=>{ae.init(t,e),le(t._zod,"optin",()=>e.innerType._zod.optin),le(t._zod,"optout",()=>e.innerType._zod.optout),le(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Jn(r.source)}|null)$`):void 0}),le(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)}),pc=w("$ZodDefault",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(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=>ff(s,e)):ff(o,e)}});function ff(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var fc=w("$ZodPrefault",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(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))}),mc=w("$ZodNonOptional",(t,e)=>{ae.init(t,e),le(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=>mf(s,t)):mf(o,t)}});function mf(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 hc=w("$ZodCatch",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(t._zod,"optout",()=>e.innerType._zod.optout),le(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=>vt(i,n,ot()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>vt(s,n,ot()))},input:r.value}),r.issues=[]),r)}});var gc=w("$ZodPipe",(t,e)=>{ae.init(t,e),le(t._zod,"values",()=>e.in._zod.values),le(t._zod,"optin",()=>e.in._zod.optin),le(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=>hf(s,e,n)):hf(o,e,n)}});function hf(t,e,r){return Zr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var yc=w("$ZodReadonly",(t,e)=>{ae.init(t,e),le(t._zod,"propValues",()=>e.innerType._zod.propValues),le(t._zod,"values",()=>e.innerType._zod.values),le(t._zod,"optin",()=>e.innerType._zod.optin),le(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(gf):gf(o)}});function gf(t){return t.value=Object.freeze(t.value),t}var _c=w("$ZodCustom",(t,e)=>{Re.init(t,e),ae.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=>yf(s,r,n,t));yf(o,r,n,t)}});function yf(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(va(o))}}var gx=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},yx=()=>{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 ${gx(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${us(n.values[0])}`:`Invalid option: expected one of ${as(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":""}: ${as(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 $f(){return{localeError:yx()}}var _x=Symbol("ZodOutput"),vx=Symbol("ZodInput"),eo=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 kf(){return new eo}var nr=kf();function vc(t,e){return new t({type:"string",...q(e)})}function xc(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...q(e)})}function ys(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...q(e)})}function bc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...q(e)})}function wc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...q(e)})}function $c(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...q(e)})}function kc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...q(e)})}function Sc(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...q(e)})}function Tc(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...q(e)})}function zc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...q(e)})}function Ec(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...q(e)})}function Pc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...q(e)})}function Rc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...q(e)})}function Ic(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...q(e)})}function Oc(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...q(e)})}function Mc(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...q(e)})}function Ac(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...q(e)})}function Cc(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...q(e)})}function Nc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...q(e)})}function jc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...q(e)})}function Zc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...q(e)})}function Dc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...q(e)})}function qc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...q(e)})}function Sf(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...q(e)})}function Tf(t,e){return new t({type:"string",format:"date",check:"string_format",...q(e)})}function zf(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...q(e)})}function Ef(t,e){return new t({type:"string",format:"duration",check:"string_format",...q(e)})}function Lc(t,e){return new t({type:"number",checks:[],...q(e)})}function Fc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...q(e)})}function Uc(t,e){return new t({type:"boolean",...q(e)})}function Vc(t,e){return new t({type:"null",...q(e)})}function Hc(t){return new t({type:"unknown"})}function Gc(t,e){return new t({type:"never",...q(e)})}function _s(t,e){return new Ra({check:"less_than",...q(e),value:t,inclusive:!1})}function to(t,e){return new Ra({check:"less_than",...q(e),value:t,inclusive:!0})}function vs(t,e){return new Ia({check:"greater_than",...q(e),value:t,inclusive:!1})}function ro(t,e){return new Ia({check:"greater_than",...q(e),value:t,inclusive:!0})}function xs(t,e){return new Bp({check:"multiple_of",...q(e),value:t})}function bs(t,e){return new Kp({check:"max_length",...q(e),maximum:t})}function gn(t,e){return new Qp({check:"min_length",...q(e),minimum:t})}function ws(t,e){return new Xp({check:"length_equals",...q(e),length:t})}function Wc(t,e){return new Yp({check:"string_format",format:"regex",...q(e),pattern:t})}function Bc(t){return new ef({check:"string_format",format:"lowercase",...q(t)})}function Jc(t){return new tf({check:"string_format",format:"uppercase",...q(t)})}function Kc(t,e){return new rf({check:"string_format",format:"includes",...q(e),includes:t})}function Qc(t,e){return new nf({check:"string_format",format:"starts_with",...q(e),prefix:t})}function Xc(t,e){return new of({check:"string_format",format:"ends_with",...q(e),suffix:t})}function Lr(t){return new sf({check:"overwrite",tx:t})}function Yc(t){return Lr(e=>e.normalize(t))}function eu(){return Lr(t=>t.trim())}function tu(){return Lr(t=>t.toLowerCase())}function ru(){return Lr(t=>t.toUpperCase())}function Pf(t,e,r){return new t({type:"array",element:e,...q(r)})}function nu(t,e,r){let n=q(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function ou(t,e,r){return new t({type:"custom",check:"custom",fn:e,...q(r)})}var $s=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??nr,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 l={...r,schemaPath:[...r.schemaPath,e],path:r.path},h=e._zod.parent;if(h)a.ref=h,this.process(h,l),this.seen.get(h).isParent=!0;else{let m=a.schema;switch(o.type){case"string":{let p=m;p.type="string";let{minimum:f,maximum:y,format:g,patterns:_,contentEncoding:v}=e._zod.bag;if(typeof f=="number"&&(p.minLength=f),typeof y=="number"&&(p.maxLength=y),g&&(p.format=s[g]??g,p.format===""&&delete p.format),v&&(p.contentEncoding=v),_&&_.size>0){let x=[..._];x.length===1?p.pattern=x[0].source:x.length>1&&(a.schema.allOf=[...x.map(S=>({...this.target==="draft-7"?{type:"string"}:{},pattern:S.source}))])}break}case"number":{let p=m,{minimum:f,maximum:y,format:g,multipleOf:_,exclusiveMaximum:v,exclusiveMinimum:x}=e._zod.bag;typeof g=="string"&&g.includes("int")?p.type="integer":p.type="number",typeof x=="number"&&(p.exclusiveMinimum=x),typeof f=="number"&&(p.minimum=f,typeof x=="number"&&(x>=f?delete p.minimum:delete p.exclusiveMinimum)),typeof v=="number"&&(p.exclusiveMaximum=v),typeof y=="number"&&(p.maximum=y,typeof v=="number"&&(v<=y?delete p.maximum:delete p.exclusiveMaximum)),typeof _=="number"&&(p.multipleOf=_);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:f,maximum:y}=e._zod.bag;typeof f=="number"&&(p.minItems=f),typeof y=="number"&&(p.maxItems=y),p.type="array",p.items=this.process(o.element,{...l,path:[...l.path,"items"]});break}case"object":{let p=m;p.type="object",p.properties={};let f=o.shape;for(let _ in f)p.properties[_]=this.process(f[_],{...l,path:[...l.path,"properties",_]});let y=new Set(Object.keys(f)),g=new Set([...y].filter(_=>{let v=o.shape[_]._zod;return this.io==="input"?v.optin===void 0:v.optout===void 0}));g.size>0&&(p.required=Array.from(g)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...l,path:[...l.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=m;p.anyOf=o.options.map((f,y)=>this.process(f,{...l,path:[...l.path,"anyOf",y]}));break}case"intersection":{let p=m,f=this.process(o.left,{...l,path:[...l.path,"allOf",0]}),y=this.process(o.right,{...l,path:[...l.path,"allOf",1]}),g=v=>"allOf"in v&&Object.keys(v).length===1,_=[...g(f)?f.allOf:[f],...g(y)?y.allOf:[y]];p.allOf=_;break}case"tuple":{let p=m;p.type="array";let f=o.items.map((_,v)=>this.process(_,{...l,path:[...l.path,"prefixItems",v]}));if(this.target==="draft-2020-12"?p.prefixItems=f:p.items=f,o.rest){let _=this.process(o.rest,{...l,path:[...l.path,"items"]});this.target==="draft-2020-12"?p.items=_:p.additionalItems=_}o.rest&&(p.items=this.process(o.rest,{...l,path:[...l.path,"items"]}));let{minimum:y,maximum:g}=e._zod.bag;typeof y=="number"&&(p.minItems=y),typeof g=="number"&&(p.maxItems=g);break}case"record":{let p=m;p.type="object",p.propertyNames=this.process(o.keyType,{...l,path:[...l.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...l,path:[...l.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,f=Gn(o.entries);f.every(y=>typeof y=="number")&&(p.type="number"),f.every(y=>typeof y=="string")&&(p.type="string"),p.enum=f;break}case"literal":{let p=m,f=[];for(let y of o.values)if(y===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof y=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");f.push(Number(y))}else f.push(y);if(f.length!==0)if(f.length===1){let y=f[0];p.type=y===null?"null":typeof y,p.const=y}else f.every(y=>typeof y=="number")&&(p.type="number"),f.every(y=>typeof y=="string")&&(p.type="string"),f.every(y=>typeof y=="boolean")&&(p.type="string"),f.every(y=>y===null)&&(p.type="null"),p.enum=f;break}case"file":{let p=m,f={type:"string",format:"binary",contentEncoding:"binary"},{minimum:y,maximum:g,mime:_}=e._zod.bag;y!==void 0&&(f.minLength=y),g!==void 0&&(f.maxLength=g),_?_.length===1?(f.contentMediaType=_[0],Object.assign(p,f)):p.anyOf=_.map(v=>({...f,contentMediaType:v})):Object.assign(p,f);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,l);m.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,l),a.ref=o.innerType;break}case"success":{let p=m;p.type="boolean";break}case"default":{this.process(o.innerType,l),a.ref=o.innerType,m.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,l),a.ref=o.innerType,this.io==="input"&&(m._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,l),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,f=e._zod.pattern;if(!f)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=f.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,l),a.ref=p;break}case"readonly":{this.process(o.innerType,l),a.ref=o.innerType,m.readOnly=!0;break}case"promise":{this.process(o.innerType,l),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,l),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,l),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"&&Te(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=d=>{let l=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let f=n.external.registry.get(d[0])?.id,y=n.external.uri??(_=>_);if(f)return{ref:y(f)};let g=d[1].defId??d[1].schema.id??`schema${this.counter++}`;return d[1].defId=g,{defId:g,ref:`${y("__shared")}#/${l}/${g}`}}if(d[1]===o)return{ref:"#"};let m=`#/${l}/`,p=d[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:m+p}},i=d=>{if(d[1].schema.$ref)return;let l=d[1],{ref:h,defId:m}=s(d);l.def={...l.schema},m&&(l.defId=m);let p=l.schema;for(let f in p)delete p[f];p.$ref=h};if(n.cycles==="throw")for(let d of this.seen.entries()){let l=d[1];if(l.cycle)throw new Error(`Cycle detected: #/${l.cycle?.join("/")}/<root>
34
+ })));`),h.write(`newResult[${jr(_)}] = ${v}.value`)}h.write("payload.value = newResult;"),h.write("return payload;");let g=h.compile();return(_,v)=>g(l,_,v)},o,s=mn,i=!is.jitless,c=i&&ha.value,u=e.catchall,d;t._zod.parse=(l,h)=>{d??(d=r.value);let m=l.value;if(!s(m))return l.issues.push({expected:"object",code:"invalid_type",input:m,inst:t}),l;let p=[];if(i&&c&&h?.async===!1&&h.jitless!==!0)o||(o=n(e.shape)),l=o(l,h);else{l.value={};let v=d.shape;for(let x of d.keys){let S=v[x],Z=S._zod.run({value:m[x],issues:[]},h),I=S._zod.optin==="optional"&&S._zod.optout==="optional";Z instanceof Promise?p.push(Z.then(Q=>I?df(Q,l,x,m):fs(Q,l,x))):I?df(Z,l,x,m):fs(Z,l,x)}}if(!u)return p.length?Promise.all(p).then(()=>l):l;let f=[],y=d.keySet,g=u._zod,_=g.def.type;for(let v of Object.keys(m)){if(y.has(v))continue;if(_==="never"){f.push(v);continue}let x=g.run({value:m[v],issues:[]},h);x instanceof Promise?p.push(x.then(S=>fs(S,l,v))):fs(x,l,v)}return f.length&&l.issues.push({code:"unrecognized_keys",keys:f,input:m,inst:t}),p.length?Promise.all(p).then(()=>l):l}});function pf(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=>vt(s,n,ot())))}),e}var gs=w("$ZodUnion",(t,e)=>{ae.init(t,e),le(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),le(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),le(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),le(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=>Jn(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=>pf(i,r,t,n)):pf(s,r,t,n)}}),oc=w("$ZodDiscriminatedUnion",(t,e)=>{gs.init(t,e);let r=t._zod.parse;le(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=Wn(()=>{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(!mn(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)}}),sc=w("$ZodIntersection",(t,e)=>{ae.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])=>ff(r,c,u)):ff(r,s,i)}});function Oa(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(hn(t)&&hn(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=Oa(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=Oa(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 ff(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),Zr(t))return t;let n=Oa(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 ic=w("$ZodRecord",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!hn(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(d=>{d.issues.length&&r.issues.push(...At(c,d.issues)),r.value[c]=d.value})):(u.issues.length&&r.issues.push(...At(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=>vt(u,n,ot())),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(...At(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...At(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var ac=w("$ZodEnum",(t,e)=>{ae.init(t,e);let r=Gn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>ga.has(typeof n)).map(n=>typeof n=="string"?rr(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}}),cc=w("$ZodLiteral",(t,e)=>{ae.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?rr(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 uc=w("$ZodTransform",(t,e)=>{ae.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 Gt;return r.value=o,r}}),lc=w("$ZodOptional",(t,e)=>{ae.init(t,e),t._zod.optin="optional",t._zod.optout="optional",le(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),le(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Jn(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)}),dc=w("$ZodNullable",(t,e)=>{ae.init(t,e),le(t._zod,"optin",()=>e.innerType._zod.optin),le(t._zod,"optout",()=>e.innerType._zod.optout),le(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Jn(r.source)}|null)$`):void 0}),le(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)}),pc=w("$ZodDefault",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(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=>mf(s,e)):mf(o,e)}});function mf(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var fc=w("$ZodPrefault",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(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))}),mc=w("$ZodNonOptional",(t,e)=>{ae.init(t,e),le(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=>hf(s,t)):hf(o,t)}});function hf(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 hc=w("$ZodCatch",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(t._zod,"optout",()=>e.innerType._zod.optout),le(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=>vt(i,n,ot()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>vt(s,n,ot()))},input:r.value}),r.issues=[]),r)}});var gc=w("$ZodPipe",(t,e)=>{ae.init(t,e),le(t._zod,"values",()=>e.in._zod.values),le(t._zod,"optin",()=>e.in._zod.optin),le(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=>gf(s,e,n)):gf(o,e,n)}});function gf(t,e,r){return Zr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var yc=w("$ZodReadonly",(t,e)=>{ae.init(t,e),le(t._zod,"propValues",()=>e.innerType._zod.propValues),le(t._zod,"values",()=>e.innerType._zod.values),le(t._zod,"optin",()=>e.innerType._zod.optin),le(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(yf):yf(o)}});function yf(t){return t.value=Object.freeze(t.value),t}var _c=w("$ZodCustom",(t,e)=>{Re.init(t,e),ae.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=>_f(s,r,n,t));_f(o,r,n,t)}});function _f(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(va(o))}}var yx=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},_x=()=>{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 ${yx(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${us(n.values[0])}`:`Invalid option: expected one of ${as(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":""}: ${as(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 kf(){return{localeError:_x()}}var vx=Symbol("ZodOutput"),xx=Symbol("ZodInput"),eo=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 Sf(){return new eo}var nr=Sf();function vc(t,e){return new t({type:"string",...q(e)})}function xc(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...q(e)})}function ys(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...q(e)})}function bc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...q(e)})}function wc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...q(e)})}function $c(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...q(e)})}function kc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...q(e)})}function Sc(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...q(e)})}function Tc(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...q(e)})}function zc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...q(e)})}function Ec(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...q(e)})}function Pc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...q(e)})}function Rc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...q(e)})}function Ic(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...q(e)})}function Oc(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...q(e)})}function Mc(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...q(e)})}function Ac(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...q(e)})}function Cc(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...q(e)})}function Nc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...q(e)})}function jc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...q(e)})}function Zc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...q(e)})}function Dc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...q(e)})}function qc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...q(e)})}function Tf(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...q(e)})}function zf(t,e){return new t({type:"string",format:"date",check:"string_format",...q(e)})}function Ef(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...q(e)})}function Pf(t,e){return new t({type:"string",format:"duration",check:"string_format",...q(e)})}function Lc(t,e){return new t({type:"number",checks:[],...q(e)})}function Fc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...q(e)})}function Uc(t,e){return new t({type:"boolean",...q(e)})}function Vc(t,e){return new t({type:"null",...q(e)})}function Hc(t){return new t({type:"unknown"})}function Gc(t,e){return new t({type:"never",...q(e)})}function _s(t,e){return new Ra({check:"less_than",...q(e),value:t,inclusive:!1})}function to(t,e){return new Ra({check:"less_than",...q(e),value:t,inclusive:!0})}function vs(t,e){return new Ia({check:"greater_than",...q(e),value:t,inclusive:!1})}function ro(t,e){return new Ia({check:"greater_than",...q(e),value:t,inclusive:!0})}function xs(t,e){return new Jp({check:"multiple_of",...q(e),value:t})}function bs(t,e){return new Qp({check:"max_length",...q(e),maximum:t})}function gn(t,e){return new Xp({check:"min_length",...q(e),minimum:t})}function ws(t,e){return new Yp({check:"length_equals",...q(e),length:t})}function Wc(t,e){return new ef({check:"string_format",format:"regex",...q(e),pattern:t})}function Bc(t){return new tf({check:"string_format",format:"lowercase",...q(t)})}function Jc(t){return new rf({check:"string_format",format:"uppercase",...q(t)})}function Kc(t,e){return new nf({check:"string_format",format:"includes",...q(e),includes:t})}function Qc(t,e){return new of({check:"string_format",format:"starts_with",...q(e),prefix:t})}function Xc(t,e){return new sf({check:"string_format",format:"ends_with",...q(e),suffix:t})}function Lr(t){return new af({check:"overwrite",tx:t})}function Yc(t){return Lr(e=>e.normalize(t))}function eu(){return Lr(t=>t.trim())}function tu(){return Lr(t=>t.toLowerCase())}function ru(){return Lr(t=>t.toUpperCase())}function Rf(t,e,r){return new t({type:"array",element:e,...q(r)})}function nu(t,e,r){let n=q(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function ou(t,e,r){return new t({type:"custom",check:"custom",fn:e,...q(r)})}var $s=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??nr,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 l={...r,schemaPath:[...r.schemaPath,e],path:r.path},h=e._zod.parent;if(h)a.ref=h,this.process(h,l),this.seen.get(h).isParent=!0;else{let m=a.schema;switch(o.type){case"string":{let p=m;p.type="string";let{minimum:f,maximum:y,format:g,patterns:_,contentEncoding:v}=e._zod.bag;if(typeof f=="number"&&(p.minLength=f),typeof y=="number"&&(p.maxLength=y),g&&(p.format=s[g]??g,p.format===""&&delete p.format),v&&(p.contentEncoding=v),_&&_.size>0){let x=[..._];x.length===1?p.pattern=x[0].source:x.length>1&&(a.schema.allOf=[...x.map(S=>({...this.target==="draft-7"?{type:"string"}:{},pattern:S.source}))])}break}case"number":{let p=m,{minimum:f,maximum:y,format:g,multipleOf:_,exclusiveMaximum:v,exclusiveMinimum:x}=e._zod.bag;typeof g=="string"&&g.includes("int")?p.type="integer":p.type="number",typeof x=="number"&&(p.exclusiveMinimum=x),typeof f=="number"&&(p.minimum=f,typeof x=="number"&&(x>=f?delete p.minimum:delete p.exclusiveMinimum)),typeof v=="number"&&(p.exclusiveMaximum=v),typeof y=="number"&&(p.maximum=y,typeof v=="number"&&(v<=y?delete p.maximum:delete p.exclusiveMaximum)),typeof _=="number"&&(p.multipleOf=_);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:f,maximum:y}=e._zod.bag;typeof f=="number"&&(p.minItems=f),typeof y=="number"&&(p.maxItems=y),p.type="array",p.items=this.process(o.element,{...l,path:[...l.path,"items"]});break}case"object":{let p=m;p.type="object",p.properties={};let f=o.shape;for(let _ in f)p.properties[_]=this.process(f[_],{...l,path:[...l.path,"properties",_]});let y=new Set(Object.keys(f)),g=new Set([...y].filter(_=>{let v=o.shape[_]._zod;return this.io==="input"?v.optin===void 0:v.optout===void 0}));g.size>0&&(p.required=Array.from(g)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...l,path:[...l.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=m;p.anyOf=o.options.map((f,y)=>this.process(f,{...l,path:[...l.path,"anyOf",y]}));break}case"intersection":{let p=m,f=this.process(o.left,{...l,path:[...l.path,"allOf",0]}),y=this.process(o.right,{...l,path:[...l.path,"allOf",1]}),g=v=>"allOf"in v&&Object.keys(v).length===1,_=[...g(f)?f.allOf:[f],...g(y)?y.allOf:[y]];p.allOf=_;break}case"tuple":{let p=m;p.type="array";let f=o.items.map((_,v)=>this.process(_,{...l,path:[...l.path,"prefixItems",v]}));if(this.target==="draft-2020-12"?p.prefixItems=f:p.items=f,o.rest){let _=this.process(o.rest,{...l,path:[...l.path,"items"]});this.target==="draft-2020-12"?p.items=_:p.additionalItems=_}o.rest&&(p.items=this.process(o.rest,{...l,path:[...l.path,"items"]}));let{minimum:y,maximum:g}=e._zod.bag;typeof y=="number"&&(p.minItems=y),typeof g=="number"&&(p.maxItems=g);break}case"record":{let p=m;p.type="object",p.propertyNames=this.process(o.keyType,{...l,path:[...l.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...l,path:[...l.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,f=Gn(o.entries);f.every(y=>typeof y=="number")&&(p.type="number"),f.every(y=>typeof y=="string")&&(p.type="string"),p.enum=f;break}case"literal":{let p=m,f=[];for(let y of o.values)if(y===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof y=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");f.push(Number(y))}else f.push(y);if(f.length!==0)if(f.length===1){let y=f[0];p.type=y===null?"null":typeof y,p.const=y}else f.every(y=>typeof y=="number")&&(p.type="number"),f.every(y=>typeof y=="string")&&(p.type="string"),f.every(y=>typeof y=="boolean")&&(p.type="string"),f.every(y=>y===null)&&(p.type="null"),p.enum=f;break}case"file":{let p=m,f={type:"string",format:"binary",contentEncoding:"binary"},{minimum:y,maximum:g,mime:_}=e._zod.bag;y!==void 0&&(f.minLength=y),g!==void 0&&(f.maxLength=g),_?_.length===1?(f.contentMediaType=_[0],Object.assign(p,f)):p.anyOf=_.map(v=>({...f,contentMediaType:v})):Object.assign(p,f);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,l);m.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,l),a.ref=o.innerType;break}case"success":{let p=m;p.type="boolean";break}case"default":{this.process(o.innerType,l),a.ref=o.innerType,m.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,l),a.ref=o.innerType,this.io==="input"&&(m._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,l),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,f=e._zod.pattern;if(!f)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=f.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,l),a.ref=p;break}case"readonly":{this.process(o.innerType,l),a.ref=o.innerType,m.readOnly=!0;break}case"promise":{this.process(o.innerType,l),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,l),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,l),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"&&Te(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=d=>{let l=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let f=n.external.registry.get(d[0])?.id,y=n.external.uri??(_=>_);if(f)return{ref:y(f)};let g=d[1].defId??d[1].schema.id??`schema${this.counter++}`;return d[1].defId=g,{defId:g,ref:`${y("__shared")}#/${l}/${g}`}}if(d[1]===o)return{ref:"#"};let m=`#/${l}/`,p=d[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:m+p}},i=d=>{if(d[1].schema.$ref)return;let l=d[1],{ref:h,defId:m}=s(d);l.def={...l.schema},m&&(l.defId=m);let p=l.schema;for(let f in p)delete p[f];p.$ref=h};if(n.cycles==="throw")for(let d of this.seen.entries()){let l=d[1];if(l.cycle)throw new Error(`Cycle detected: #/${l.cycle?.join("/")}/<root>
35
35
 
36
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let d of this.seen.entries()){let l=d[1];if(e===d[0]){i(d);continue}if(n.external){let m=n.external.registry.get(d[0])?.id;if(e!==d[0]&&m){i(d);continue}}if(this.metadataRegistry.get(d[0])?.id){i(d);continue}if(l.cycle){i(d);continue}if(l.count>1&&n.reused==="ref"){i(d);continue}}let a=(d,l)=>{let h=this.seen.get(d),m=h.def??h.schema,p={...m};if(h.ref===null)return;let f=h.ref;if(h.ref=null,f){a(f,l);let y=this.seen.get(f).schema;y.$ref&&l.target==="draft-7"?(m.allOf=m.allOf??[],m.allOf.push(y)):(Object.assign(m,y),Object.assign(m,p))}h.isParent||this.override({zodSchema:d,jsonSchema:m,path:h.path??[]})};for(let d of[...this.seen.entries()].reverse())a(d[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 d=n.external.registry.get(e)?.id;if(!d)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(d)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let d of this.seen.entries()){let l=d[1];l.def&&l.defId&&(u[l.defId]=l.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 su(t,e){if(t instanceof eo){let n=new $s(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 $s(e);return r.process(t),r.emit(t,e)}function Te(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 Te(o.element,r);case"object":{for(let s in o.shape)if(Te(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(Te(s,r))return!0;return!1}case"intersection":return Te(o.left,r)||Te(o.right,r);case"tuple":{for(let s of o.items)if(Te(s,r))return!0;return!!(o.rest&&Te(o.rest,r))}case"record":return Te(o.keyType,r)||Te(o.valueType,r);case"map":return Te(o.keyType,r)||Te(o.valueType,r);case"set":return Te(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Te(o.innerType,r);case"lazy":return Te(o.getter(),r);case"default":return Te(o.innerType,r);case"prefault":return Te(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Te(o.in,r)||Te(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var eb=w("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ae.init(t,e),t.def=e,t.parse=(r,n)=>$a(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Dr(t,r,n),t.parseAsync=async(r,n)=>Sa(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>qr(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)=>st(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var tb=w("ZodMiniObject",(t,e)=>{hs.init(t,e),eb.init(t,e),K.defineLazy(t,"shape",()=>e.shape)});function iu(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new tb(r)}function lt(t){return!!t._zod}function Ur(t){let e=Object.values(t);if(e.length===0)return iu({});let r=e.every(lt),n=e.every(o=>!lt(o));if(r)return iu(t);if(n)return ua(t);throw new Error("Mixed Zod versions detected in object shape.")}function or(t,e){return lt(t)?Dr(t,e):t.safeParse(e)}async function ks(t,e){return lt(t)?await qr(t,e):await t.safeParseAsync(e)}function sr(t){if(!t)return;let e;if(lt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function yn(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 Ur(t)}}if(lt(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 Ss(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 If(t){return t.description}function Of(t){if(lt(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(lt(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 no={};es(no,{ZodISODate:()=>Af,ZodISODateTime:()=>Mf,ZodISODuration:()=>Nf,ZodISOTime:()=>Cf,date:()=>cu,datetime:()=>au,duration:()=>lu,time:()=>uu});var Mf=w("ZodISODateTime",(t,e)=>{_f.init(t,e),he.init(t,e)});function au(t){return Sf(Mf,t)}var Af=w("ZodISODate",(t,e)=>{vf.init(t,e),he.init(t,e)});function cu(t){return Tf(Af,t)}var Cf=w("ZodISOTime",(t,e)=>{xf.init(t,e),he.init(t,e)});function uu(t){return zf(Cf,t)}var Nf=w("ZodISODuration",(t,e)=>{bf.init(t,e),he.init(t,e)});function lu(t){return Ef(Nf,t)}var jf=(t,e)=>{ls.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>ba(t,r)},flatten:{value:r=>xa(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},uI=w("ZodError",jf),oo=w("ZodError",jf,{Parent:Error});var Zf=wa(oo),Df=ka(oo),qf=Ta(oo),Lf=za(oo);var be=w("ZodType",(t,e)=>(ae.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)=>st(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>Zf(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>qf(t,r,n),t.parseAsync=async(r,n)=>Df(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Lf(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Xb(r,n)),t.superRefine=r=>t.check(Yb(r)),t.overwrite=r=>t.check(Lr(r)),t.optional=()=>xe(t),t.nullable=()=>Vf(t),t.nullish=()=>xe(Vf(t)),t.nonoptional=r=>Hb(t,r),t.array=()=>Y(t),t.or=r=>pe([t,r]),t.and=r=>Es(t,r),t.transform=r=>pu(t,Jf(r)),t.default=r=>Fb(t,r),t.prefault=r=>Vb(t,r),t.catch=r=>Wb(t,r),t.pipe=r=>pu(t,r),t.readonly=()=>Kb(t),t.describe=r=>{let n=t.clone();return nr.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return nr.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return nr.get(t);let n=t.clone();return nr.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Hf=w("_ZodString",(t,e)=>{Yn.init(t,e),be.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(Wc(...n)),t.includes=(...n)=>t.check(Kc(...n)),t.startsWith=(...n)=>t.check(Qc(...n)),t.endsWith=(...n)=>t.check(Xc(...n)),t.min=(...n)=>t.check(gn(...n)),t.max=(...n)=>t.check(bs(...n)),t.length=(...n)=>t.check(ws(...n)),t.nonempty=(...n)=>t.check(gn(1,...n)),t.lowercase=n=>t.check(Bc(n)),t.uppercase=n=>t.check(Jc(n)),t.trim=()=>t.check(eu()),t.normalize=(...n)=>t.check(Yc(...n)),t.toLowerCase=()=>t.check(tu()),t.toUpperCase=()=>t.check(ru())}),lb=w("ZodString",(t,e)=>{Yn.init(t,e),Hf.init(t,e),t.email=r=>t.check(xc(db,r)),t.url=r=>t.check(Sc(pb,r)),t.jwt=r=>t.check(qc(zb,r)),t.emoji=r=>t.check(Tc(fb,r)),t.guid=r=>t.check(ys(Ff,r)),t.uuid=r=>t.check(bc(zs,r)),t.uuidv4=r=>t.check(wc(zs,r)),t.uuidv6=r=>t.check($c(zs,r)),t.uuidv7=r=>t.check(kc(zs,r)),t.nanoid=r=>t.check(zc(mb,r)),t.guid=r=>t.check(ys(Ff,r)),t.cuid=r=>t.check(Ec(hb,r)),t.cuid2=r=>t.check(Pc(gb,r)),t.ulid=r=>t.check(Rc(yb,r)),t.base64=r=>t.check(jc(kb,r)),t.base64url=r=>t.check(Zc(Sb,r)),t.xid=r=>t.check(Ic(_b,r)),t.ksuid=r=>t.check(Oc(vb,r)),t.ipv4=r=>t.check(Mc(xb,r)),t.ipv6=r=>t.check(Ac(bb,r)),t.cidrv4=r=>t.check(Cc(wb,r)),t.cidrv6=r=>t.check(Nc($b,r)),t.e164=r=>t.check(Dc(Tb,r)),t.datetime=r=>t.check(au(r)),t.date=r=>t.check(cu(r)),t.time=r=>t.check(uu(r)),t.duration=r=>t.check(lu(r))});function b(t){return vc(lb,t)}var he=w("ZodStringFormat",(t,e)=>{de.init(t,e),Hf.init(t,e)}),db=w("ZodEmail",(t,e)=>{Ca.init(t,e),he.init(t,e)});var Ff=w("ZodGUID",(t,e)=>{Ma.init(t,e),he.init(t,e)});var zs=w("ZodUUID",(t,e)=>{Aa.init(t,e),he.init(t,e)});var pb=w("ZodURL",(t,e)=>{Na.init(t,e),he.init(t,e)});var fb=w("ZodEmoji",(t,e)=>{ja.init(t,e),he.init(t,e)});var mb=w("ZodNanoID",(t,e)=>{Za.init(t,e),he.init(t,e)});var hb=w("ZodCUID",(t,e)=>{Da.init(t,e),he.init(t,e)});var gb=w("ZodCUID2",(t,e)=>{qa.init(t,e),he.init(t,e)});var yb=w("ZodULID",(t,e)=>{La.init(t,e),he.init(t,e)});var _b=w("ZodXID",(t,e)=>{Fa.init(t,e),he.init(t,e)});var vb=w("ZodKSUID",(t,e)=>{Ua.init(t,e),he.init(t,e)});var xb=w("ZodIPv4",(t,e)=>{Va.init(t,e),he.init(t,e)});var bb=w("ZodIPv6",(t,e)=>{Ha.init(t,e),he.init(t,e)});var wb=w("ZodCIDRv4",(t,e)=>{Ga.init(t,e),he.init(t,e)});var $b=w("ZodCIDRv6",(t,e)=>{Wa.init(t,e),he.init(t,e)});var kb=w("ZodBase64",(t,e)=>{Ba.init(t,e),he.init(t,e)});var Sb=w("ZodBase64URL",(t,e)=>{Ja.init(t,e),he.init(t,e)});var Tb=w("ZodE164",(t,e)=>{Ka.init(t,e),he.init(t,e)});var zb=w("ZodJWT",(t,e)=>{Qa.init(t,e),he.init(t,e)});var Gf=w("ZodNumber",(t,e)=>{ms.init(t,e),be.init(t,e),t.gt=(n,o)=>t.check(vs(n,o)),t.gte=(n,o)=>t.check(ro(n,o)),t.min=(n,o)=>t.check(ro(n,o)),t.lt=(n,o)=>t.check(_s(n,o)),t.lte=(n,o)=>t.check(to(n,o)),t.max=(n,o)=>t.check(to(n,o)),t.int=n=>t.check(Uf(n)),t.safe=n=>t.check(Uf(n)),t.positive=n=>t.check(vs(0,n)),t.nonnegative=n=>t.check(ro(0,n)),t.negative=n=>t.check(_s(0,n)),t.nonpositive=n=>t.check(to(0,n)),t.multipleOf=(n,o)=>t.check(xs(n,o)),t.step=(n,o)=>t.check(xs(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 ie(t){return Lc(Gf,t)}var Eb=w("ZodNumberFormat",(t,e)=>{Xa.init(t,e),Gf.init(t,e)});function Uf(t){return Fc(Eb,t)}var Pb=w("ZodBoolean",(t,e)=>{Ya.init(t,e),be.init(t,e)});function Ee(t){return Uc(Pb,t)}var Rb=w("ZodNull",(t,e)=>{ec.init(t,e),be.init(t,e)});function fu(t){return Vc(Rb,t)}var Ib=w("ZodUnknown",(t,e)=>{tc.init(t,e),be.init(t,e)});function ge(){return Hc(Ib)}var Ob=w("ZodNever",(t,e)=>{rc.init(t,e),be.init(t,e)});function Mb(t){return Gc(Ob,t)}var Ab=w("ZodArray",(t,e)=>{nc.init(t,e),be.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(gn(r,n)),t.nonempty=r=>t.check(gn(1,r)),t.max=(r,n)=>t.check(bs(r,n)),t.length=(r,n)=>t.check(ws(r,n)),t.unwrap=()=>t.element});function Y(t,e){return Pf(Ab,t,e)}var Wf=w("ZodObject",(t,e)=>{hs.init(t,e),be.init(t,e),K.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>Qe(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:ge()}),t.loose=()=>t.clone({...t._zod.def,catchall:ge()}),t.strict=()=>t.clone({...t._zod.def,catchall:Mb()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>K.extend(t,r),t.merge=r=>K.merge(t,r),t.pick=r=>K.pick(t,r),t.omit=r=>K.omit(t,r),t.partial=(...r)=>K.partial(Kf,t,r[0]),t.required=(...r)=>K.required(Qf,t,r[0])});function R(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new Wf(r)}function Le(t,e){return new Wf({type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},catchall:ge(),...K.normalizeParams(e)})}var Bf=w("ZodUnion",(t,e)=>{gs.init(t,e),be.init(t,e),t.options=e.options});function pe(t,e){return new Bf({type:"union",options:t,...K.normalizeParams(e)})}var Cb=w("ZodDiscriminatedUnion",(t,e)=>{Bf.init(t,e),oc.init(t,e)});function mu(t,e,r){return new Cb({type:"union",options:e,discriminator:t,...K.normalizeParams(r)})}var Nb=w("ZodIntersection",(t,e)=>{sc.init(t,e),be.init(t,e)});function Es(t,e){return new Nb({type:"intersection",left:t,right:e})}var jb=w("ZodRecord",(t,e)=>{ic.init(t,e),be.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ye(t,e,r){return new jb({type:"record",keyType:t,valueType:e,...K.normalizeParams(r)})}var du=w("ZodEnum",(t,e)=>{ac.init(t,e),be.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 du({...e,checks:[],...K.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 du({...e,checks:[],...K.normalizeParams(o),entries:s})}});function Qe(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new du({type:"enum",entries:r,...K.normalizeParams(e)})}var Zb=w("ZodLiteral",(t,e)=>{cc.init(t,e),be.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 A(t,e){return new Zb({type:"literal",values:Array.isArray(t)?t:[t],...K.normalizeParams(e)})}var Db=w("ZodTransform",(t,e)=>{uc.init(t,e),be.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(K.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(K.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 Jf(t){return new Db({type:"transform",transform:t})}var Kf=w("ZodOptional",(t,e)=>{lc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function xe(t){return new Kf({type:"optional",innerType:t})}var qb=w("ZodNullable",(t,e)=>{dc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Vf(t){return new qb({type:"nullable",innerType:t})}var Lb=w("ZodDefault",(t,e)=>{pc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Fb(t,e){return new Lb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Ub=w("ZodPrefault",(t,e)=>{fc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Vb(t,e){return new Ub({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Qf=w("ZodNonOptional",(t,e)=>{mc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Hb(t,e){return new Qf({type:"nonoptional",innerType:t,...K.normalizeParams(e)})}var Gb=w("ZodCatch",(t,e)=>{hc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Wb(t,e){return new Gb({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Bb=w("ZodPipe",(t,e)=>{gc.init(t,e),be.init(t,e),t.in=e.in,t.out=e.out});function pu(t,e){return new Bb({type:"pipe",in:t,out:e})}var Jb=w("ZodReadonly",(t,e)=>{yc.init(t,e),be.init(t,e)});function Kb(t){return new Jb({type:"readonly",innerType:t})}var Xf=w("ZodCustom",(t,e)=>{_c.init(t,e),be.init(t,e)});function Qb(t){let e=new Re({check:"custom"});return e._zod.check=t,e}function Yf(t,e){return nu(Xf,t??(()=>!0),e)}function Xb(t,e={}){return ou(Xf,t,e)}function Yb(t){let e=Qb(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(K.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(K.issue(o))}},t(r.value,r)));return e}function hu(t,e){return pu(Jf(t),e)}ot($f());var yu="2025-11-25";var em=[yu,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],ir="io.modelcontextprotocol/related-task",Rs="2.0",Ie=Yf(t=>t!==null&&(typeof t=="object"||typeof t=="function")),tm=pe([b(),ie().int()]),rm=b(),$I=Le({ttl:pe([ie(),fu()]).optional(),pollInterval:ie().optional()}),ew=R({ttl:ie().optional()}),tw=R({taskId:b()}),_u=Le({progressToken:tm.optional(),[ir]:tw.optional()}),it=R({_meta:_u.optional()}),so=it.extend({task:ew.optional()}),nm=t=>so.safeParse(t).success,Oe=R({method:b(),params:it.loose().optional()}),dt=R({_meta:_u.optional()}),pt=R({method:b(),params:dt.loose().optional()}),Me=Le({_meta:_u.optional()}),Is=pe([b(),ie().int()]),om=R({jsonrpc:A(Rs),id:Is,...Oe.shape}).strict(),vu=t=>om.safeParse(t).success,sm=R({jsonrpc:A(Rs),...pt.shape}).strict(),im=t=>sm.safeParse(t).success,xu=R({jsonrpc:A(Rs),id:Is,result:Me}).strict(),io=t=>xu.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 bu=R({jsonrpc:A(Rs),id:Is.optional(),error:R({code:ie().int(),message:b(),data:ge().optional()})}).strict();var am=t=>bu.safeParse(t).success;var cm=pe([om,sm,xu,bu]),kI=pe([xu,bu]),Os=Me.strict(),rw=dt.extend({requestId:Is.optional(),reason:b().optional()}),Ms=pt.extend({method:A("notifications/cancelled"),params:rw}),nw=R({src:b(),mimeType:b().optional(),sizes:Y(b()).optional(),theme:Qe(["light","dark"]).optional()}),ao=R({icons:Y(nw).optional()}),_n=R({name:b(),title:b().optional()}),um=_n.extend({..._n.shape,...ao.shape,version:b(),websiteUrl:b().optional(),description:b().optional()}),ow=Es(R({applyDefaults:Ee().optional()}),ye(b(),ge())),sw=hu(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Es(R({form:ow.optional(),url:Ie.optional()}),ye(b(),ge()).optional())),iw=Le({list:Ie.optional(),cancel:Ie.optional(),requests:Le({sampling:Le({createMessage:Ie.optional()}).optional(),elicitation:Le({create:Ie.optional()}).optional()}).optional()}),aw=Le({list:Ie.optional(),cancel:Ie.optional(),requests:Le({tools:Le({call:Ie.optional()}).optional()}).optional()}),cw=R({experimental:ye(b(),Ie).optional(),sampling:R({context:Ie.optional(),tools:Ie.optional()}).optional(),elicitation:sw.optional(),roots:R({listChanged:Ee().optional()}).optional(),tasks:iw.optional()}),uw=it.extend({protocolVersion:b(),capabilities:cw,clientInfo:um}),wu=Oe.extend({method:A("initialize"),params:uw});var lw=R({experimental:ye(b(),Ie).optional(),logging:Ie.optional(),completions:Ie.optional(),prompts:R({listChanged:Ee().optional()}).optional(),resources:R({subscribe:Ee().optional(),listChanged:Ee().optional()}).optional(),tools:R({listChanged:Ee().optional()}).optional(),tasks:aw.optional()}),dw=Me.extend({protocolVersion:b(),capabilities:lw,serverInfo:um,instructions:b().optional()}),$u=pt.extend({method:A("notifications/initialized"),params:dt.optional()});var As=Oe.extend({method:A("ping"),params:it.optional()}),pw=R({progress:ie(),total:xe(ie()),message:xe(b())}),fw=R({...dt.shape,...pw.shape,progressToken:tm}),Cs=pt.extend({method:A("notifications/progress"),params:fw}),mw=it.extend({cursor:rm.optional()}),co=Oe.extend({params:mw.optional()}),uo=Me.extend({nextCursor:rm.optional()}),hw=Qe(["working","input_required","completed","failed","cancelled"]),lo=R({taskId:b(),status:hw,ttl:pe([ie(),fu()]),createdAt:b(),lastUpdatedAt:b(),pollInterval:xe(ie()),statusMessage:xe(b())}),vn=Me.extend({task:lo}),gw=dt.merge(lo),po=pt.extend({method:A("notifications/tasks/status"),params:gw}),Ns=Oe.extend({method:A("tasks/get"),params:it.extend({taskId:b()})}),js=Me.merge(lo),Zs=Oe.extend({method:A("tasks/result"),params:it.extend({taskId:b()})}),SI=Me.loose(),Ds=co.extend({method:A("tasks/list")}),qs=uo.extend({tasks:Y(lo)}),Ls=Oe.extend({method:A("tasks/cancel"),params:it.extend({taskId:b()})}),lm=Me.merge(lo),dm=R({uri:b(),mimeType:xe(b()),_meta:ye(b(),ge()).optional()}),pm=dm.extend({text:b()}),ku=b().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),fm=dm.extend({blob:ku}),fo=Qe(["user","assistant"]),xn=R({audience:Y(fo).optional(),priority:ie().min(0).max(1).optional(),lastModified:no.datetime({offset:!0}).optional()}),mm=R({..._n.shape,...ao.shape,uri:b(),description:xe(b()),mimeType:xe(b()),annotations:xn.optional(),_meta:xe(Le({}))}),yw=R({..._n.shape,...ao.shape,uriTemplate:b(),description:xe(b()),mimeType:xe(b()),annotations:xn.optional(),_meta:xe(Le({}))}),Fs=co.extend({method:A("resources/list")}),_w=uo.extend({resources:Y(mm)}),Us=co.extend({method:A("resources/templates/list")}),vw=uo.extend({resourceTemplates:Y(yw)}),Su=it.extend({uri:b()}),xw=Su,Vs=Oe.extend({method:A("resources/read"),params:xw}),bw=Me.extend({contents:Y(pe([pm,fm]))}),ww=pt.extend({method:A("notifications/resources/list_changed"),params:dt.optional()}),$w=Su,kw=Oe.extend({method:A("resources/subscribe"),params:$w}),Sw=Su,Tw=Oe.extend({method:A("resources/unsubscribe"),params:Sw}),zw=dt.extend({uri:b()}),Ew=pt.extend({method:A("notifications/resources/updated"),params:zw}),Pw=R({name:b(),description:xe(b()),required:xe(Ee())}),Rw=R({..._n.shape,...ao.shape,description:xe(b()),arguments:xe(Y(Pw)),_meta:xe(Le({}))}),Hs=co.extend({method:A("prompts/list")}),Iw=uo.extend({prompts:Y(Rw)}),Ow=it.extend({name:b(),arguments:ye(b(),b()).optional()}),Gs=Oe.extend({method:A("prompts/get"),params:Ow}),Tu=R({type:A("text"),text:b(),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),zu=R({type:A("image"),data:ku,mimeType:b(),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),Eu=R({type:A("audio"),data:ku,mimeType:b(),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),Mw=R({type:A("tool_use"),name:b(),id:b(),input:ye(b(),ge()),_meta:ye(b(),ge()).optional()}),Aw=R({type:A("resource"),resource:pe([pm,fm]),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),Cw=mm.extend({type:A("resource_link")}),Pu=pe([Tu,zu,Eu,Cw,Aw]),Nw=R({role:fo,content:Pu}),jw=Me.extend({description:b().optional(),messages:Y(Nw)}),Zw=pt.extend({method:A("notifications/prompts/list_changed"),params:dt.optional()}),Dw=R({title:b().optional(),readOnlyHint:Ee().optional(),destructiveHint:Ee().optional(),idempotentHint:Ee().optional(),openWorldHint:Ee().optional()}),qw=R({taskSupport:Qe(["required","optional","forbidden"]).optional()}),hm=R({..._n.shape,...ao.shape,description:b().optional(),inputSchema:R({type:A("object"),properties:ye(b(),Ie).optional(),required:Y(b()).optional()}).catchall(ge()),outputSchema:R({type:A("object"),properties:ye(b(),Ie).optional(),required:Y(b()).optional()}).catchall(ge()).optional(),annotations:Dw.optional(),execution:qw.optional(),_meta:ye(b(),ge()).optional()}),Ws=co.extend({method:A("tools/list")}),Lw=uo.extend({tools:Y(hm)}),Bs=Me.extend({content:Y(Pu).default([]),structuredContent:ye(b(),ge()).optional(),isError:Ee().optional()}),TI=Bs.or(Me.extend({toolResult:ge()})),Fw=so.extend({name:b(),arguments:ye(b(),ge()).optional()}),bn=Oe.extend({method:A("tools/call"),params:Fw}),Uw=pt.extend({method:A("notifications/tools/list_changed"),params:dt.optional()}),zI=R({autoRefresh:Ee().default(!0),debounceMs:ie().int().nonnegative().default(300)}),mo=Qe(["debug","info","notice","warning","error","critical","alert","emergency"]),Vw=it.extend({level:mo}),Ru=Oe.extend({method:A("logging/setLevel"),params:Vw}),Hw=dt.extend({level:mo,logger:b().optional(),data:ge()}),Gw=pt.extend({method:A("notifications/message"),params:Hw}),Ww=R({name:b().optional()}),Bw=R({hints:Y(Ww).optional(),costPriority:ie().min(0).max(1).optional(),speedPriority:ie().min(0).max(1).optional(),intelligencePriority:ie().min(0).max(1).optional()}),Jw=R({mode:Qe(["auto","required","none"]).optional()}),Kw=R({type:A("tool_result"),toolUseId:b().describe("The unique identifier for the corresponding tool call."),content:Y(Pu).default([]),structuredContent:R({}).loose().optional(),isError:Ee().optional(),_meta:ye(b(),ge()).optional()}),Qw=mu("type",[Tu,zu,Eu]),Ps=mu("type",[Tu,zu,Eu,Mw,Kw]),Xw=R({role:fo,content:pe([Ps,Y(Ps)]),_meta:ye(b(),ge()).optional()}),Yw=so.extend({messages:Y(Xw),modelPreferences:Bw.optional(),systemPrompt:b().optional(),includeContext:Qe(["none","thisServer","allServers"]).optional(),temperature:ie().optional(),maxTokens:ie().int(),stopSequences:Y(b()).optional(),metadata:Ie.optional(),tools:Y(hm).optional(),toolChoice:Jw.optional()}),e$=Oe.extend({method:A("sampling/createMessage"),params:Yw}),Iu=Me.extend({model:b(),stopReason:xe(Qe(["endTurn","stopSequence","maxTokens"]).or(b())),role:fo,content:Qw}),Ou=Me.extend({model:b(),stopReason:xe(Qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(b())),role:fo,content:pe([Ps,Y(Ps)])}),t$=R({type:A("boolean"),title:b().optional(),description:b().optional(),default:Ee().optional()}),r$=R({type:A("string"),title:b().optional(),description:b().optional(),minLength:ie().optional(),maxLength:ie().optional(),format:Qe(["email","uri","date","date-time"]).optional(),default:b().optional()}),n$=R({type:Qe(["number","integer"]),title:b().optional(),description:b().optional(),minimum:ie().optional(),maximum:ie().optional(),default:ie().optional()}),o$=R({type:A("string"),title:b().optional(),description:b().optional(),enum:Y(b()),default:b().optional()}),s$=R({type:A("string"),title:b().optional(),description:b().optional(),oneOf:Y(R({const:b(),title:b()})),default:b().optional()}),i$=R({type:A("string"),title:b().optional(),description:b().optional(),enum:Y(b()),enumNames:Y(b()).optional(),default:b().optional()}),a$=pe([o$,s$]),c$=R({type:A("array"),title:b().optional(),description:b().optional(),minItems:ie().optional(),maxItems:ie().optional(),items:R({type:A("string"),enum:Y(b())}),default:Y(b()).optional()}),u$=R({type:A("array"),title:b().optional(),description:b().optional(),minItems:ie().optional(),maxItems:ie().optional(),items:R({anyOf:Y(R({const:b(),title:b()}))}),default:Y(b()).optional()}),l$=pe([c$,u$]),d$=pe([i$,a$,l$]),p$=pe([d$,t$,r$,n$]),f$=so.extend({mode:A("form").optional(),message:b(),requestedSchema:R({type:A("object"),properties:ye(b(),p$),required:Y(b()).optional()})}),m$=so.extend({mode:A("url"),message:b(),elicitationId:b(),url:b().url()}),h$=pe([f$,m$]),g$=Oe.extend({method:A("elicitation/create"),params:h$}),y$=dt.extend({elicitationId:b()}),_$=pt.extend({method:A("notifications/elicitation/complete"),params:y$}),Js=Me.extend({action:Qe(["accept","decline","cancel"]),content:hu(t=>t===null?void 0:t,ye(b(),pe([b(),ie(),Ee(),Y(b())])).optional())}),v$=R({type:A("ref/resource"),uri:b()});var x$=R({type:A("ref/prompt"),name:b()}),b$=it.extend({ref:pe([x$,v$]),argument:R({name:b(),value:b()}),context:R({arguments:ye(b(),b()).optional()}).optional()}),Ks=Oe.extend({method:A("completion/complete"),params:b$});function gm(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function ym(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var w$=Me.extend({completion:Le({values:Y(b()).max(100),total:xe(ie().int()),hasMore:xe(Ee())})}),$$=R({uri:b().startsWith("file://"),name:b().optional(),_meta:ye(b(),ge()).optional()}),k$=Oe.extend({method:A("roots/list"),params:it.optional()}),Mu=Me.extend({roots:Y($$)}),S$=pt.extend({method:A("notifications/roots/list_changed"),params:dt.optional()}),EI=pe([As,wu,Ks,Ru,Gs,Hs,Fs,Us,Vs,kw,Tw,bn,Ws,Ns,Zs,Ds,Ls]),PI=pe([Ms,Cs,$u,S$,po]),RI=pe([Os,Iu,Ou,Js,Mu,js,qs,vn]),II=pe([As,e$,g$,k$,Ns,Zs,Ds,Ls]),OI=pe([Ms,Cs,Gw,Ew,ww,Uw,Zw,po,_$]),MI=pe([Os,dw,w$,jw,Iw,_w,vw,bw,Bs,Lw,js,qs,vn]),M=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 gu(o.elicitations,r)}return new t(e,r,n)}},gu=class extends M{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(j.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function ar(t){return t==="completed"||t==="failed"||t==="cancelled"}var vm=Symbol("Let zodToJsonSchema decide on which parser to use");var _m={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"},xm=t=>typeof t=="string"?{..._m,name:t}:{..._m,...t};var bm=t=>{let e=xm(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 Au(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function ee(t,e,r,n,o){t[e]=r,Au(t,e,n,o)}var Qs=(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 _e(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Qs(e,t.currentPath):e.join("/")}}function wm(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==k.ZodAny&&(r.items=L(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&ee(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&ee(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(ee(r,"minItems",t.exactLength.value,t.exactLength.message,e),ee(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function $m(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?ee(r,"minimum",n.value,n.message,e):ee(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),ee(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?ee(r,"maximum",n.value,n.message,e):ee(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),ee(r,"maximum",n.value,n.message,e));break;case"multipleOf":ee(r,"multipleOf",n.value,n.message,e);break}return r}function km(){return{type:"boolean"}}function Xs(t,e){return L(t.type._def,e)}var Sm=(t,e)=>L(t.innerType._def,e);function Cu(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>Cu(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 T$(t,e)}}var T$=(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":ee(r,"minimum",n.value,n.message,e);break;case"max":ee(r,"maximum",n.value,n.message,e);break}return r};function Tm(t,e){return{...L(t.innerType._def,e),default:t.defaultValue()}}function zm(t,e){return e.effectStrategy==="input"?L(t.schema._def,e):_e(e)}function Em(t){return{type:"string",enum:Array.from(t.values)}}var z$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Pm(t,e){let r=[L(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),L(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(z$(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 Rm(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 Nu,xt={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:()=>(Nu===void 0&&(Nu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Nu),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 Ys(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":ee(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":ee(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":bt(r,"email",n.message,e);break;case"format:idn-email":bt(r,"idn-email",n.message,e);break;case"pattern:zod":Fe(r,xt.email,n.message,e);break}break;case"url":bt(r,"uri",n.message,e);break;case"uuid":bt(r,"uuid",n.message,e);break;case"regex":Fe(r,n.regex,n.message,e);break;case"cuid":Fe(r,xt.cuid,n.message,e);break;case"cuid2":Fe(r,xt.cuid2,n.message,e);break;case"startsWith":Fe(r,RegExp(`^${ju(n.value,e)}`),n.message,e);break;case"endsWith":Fe(r,RegExp(`${ju(n.value,e)}$`),n.message,e);break;case"datetime":bt(r,"date-time",n.message,e);break;case"date":bt(r,"date",n.message,e);break;case"time":bt(r,"time",n.message,e);break;case"duration":bt(r,"duration",n.message,e);break;case"length":ee(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),ee(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Fe(r,RegExp(ju(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&bt(r,"ipv4",n.message,e),n.version!=="v4"&&bt(r,"ipv6",n.message,e);break}case"base64url":Fe(r,xt.base64url,n.message,e);break;case"jwt":Fe(r,xt.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Fe(r,xt.ipv4Cidr,n.message,e),n.version!=="v4"&&Fe(r,xt.ipv6Cidr,n.message,e);break}case"emoji":Fe(r,xt.emoji(),n.message,e);break;case"ulid":{Fe(r,xt.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{bt(r,"binary",n.message,e);break}case"contentEncoding:base64":{ee(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Fe(r,xt.base64,n.message,e);break}}break}case"nanoid":Fe(r,xt.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function ju(t,e){return e.patternStrategy==="escape"?P$(t):t}var E$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function P$(t){let e="";for(let r=0;r<t.length;r++)E$.has(t[r])||(e+="\\"),e+=t[r];return e}function bt(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}}})):ee(t,"format",e,r,n)}function Fe(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:Im(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):ee(t,"pattern",Im(e,n),r,n)}function Im(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
36
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let d of this.seen.entries()){let l=d[1];if(e===d[0]){i(d);continue}if(n.external){let m=n.external.registry.get(d[0])?.id;if(e!==d[0]&&m){i(d);continue}}if(this.metadataRegistry.get(d[0])?.id){i(d);continue}if(l.cycle){i(d);continue}if(l.count>1&&n.reused==="ref"){i(d);continue}}let a=(d,l)=>{let h=this.seen.get(d),m=h.def??h.schema,p={...m};if(h.ref===null)return;let f=h.ref;if(h.ref=null,f){a(f,l);let y=this.seen.get(f).schema;y.$ref&&l.target==="draft-7"?(m.allOf=m.allOf??[],m.allOf.push(y)):(Object.assign(m,y),Object.assign(m,p))}h.isParent||this.override({zodSchema:d,jsonSchema:m,path:h.path??[]})};for(let d of[...this.seen.entries()].reverse())a(d[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 d=n.external.registry.get(e)?.id;if(!d)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(d)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let d of this.seen.entries()){let l=d[1];l.def&&l.defId&&(u[l.defId]=l.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 su(t,e){if(t instanceof eo){let n=new $s(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 $s(e);return r.process(t),r.emit(t,e)}function Te(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 Te(o.element,r);case"object":{for(let s in o.shape)if(Te(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(Te(s,r))return!0;return!1}case"intersection":return Te(o.left,r)||Te(o.right,r);case"tuple":{for(let s of o.items)if(Te(s,r))return!0;return!!(o.rest&&Te(o.rest,r))}case"record":return Te(o.keyType,r)||Te(o.valueType,r);case"map":return Te(o.keyType,r)||Te(o.valueType,r);case"set":return Te(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Te(o.innerType,r);case"lazy":return Te(o.getter(),r);case"default":return Te(o.innerType,r);case"prefault":return Te(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Te(o.in,r)||Te(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var tb=w("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ae.init(t,e),t.def=e,t.parse=(r,n)=>$a(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Dr(t,r,n),t.parseAsync=async(r,n)=>Sa(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>qr(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)=>st(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var rb=w("ZodMiniObject",(t,e)=>{hs.init(t,e),tb.init(t,e),K.defineLazy(t,"shape",()=>e.shape)});function iu(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new rb(r)}function lt(t){return!!t._zod}function Ur(t){let e=Object.values(t);if(e.length===0)return iu({});let r=e.every(lt),n=e.every(o=>!lt(o));if(r)return iu(t);if(n)return ua(t);throw new Error("Mixed Zod versions detected in object shape.")}function or(t,e){return lt(t)?Dr(t,e):t.safeParse(e)}async function ks(t,e){return lt(t)?await qr(t,e):await t.safeParseAsync(e)}function sr(t){if(!t)return;let e;if(lt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function yn(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 Ur(t)}}if(lt(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 Ss(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 Of(t){return t.description}function Mf(t){if(lt(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(lt(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 no={};es(no,{ZodISODate:()=>Cf,ZodISODateTime:()=>Af,ZodISODuration:()=>jf,ZodISOTime:()=>Nf,date:()=>cu,datetime:()=>au,duration:()=>lu,time:()=>uu});var Af=w("ZodISODateTime",(t,e)=>{vf.init(t,e),he.init(t,e)});function au(t){return Tf(Af,t)}var Cf=w("ZodISODate",(t,e)=>{xf.init(t,e),he.init(t,e)});function cu(t){return zf(Cf,t)}var Nf=w("ZodISOTime",(t,e)=>{bf.init(t,e),he.init(t,e)});function uu(t){return Ef(Nf,t)}var jf=w("ZodISODuration",(t,e)=>{wf.init(t,e),he.init(t,e)});function lu(t){return Pf(jf,t)}var Zf=(t,e)=>{ls.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>ba(t,r)},flatten:{value:r=>xa(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},lI=w("ZodError",Zf),oo=w("ZodError",Zf,{Parent:Error});var Df=wa(oo),qf=ka(oo),Lf=Ta(oo),Ff=za(oo);var be=w("ZodType",(t,e)=>(ae.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)=>st(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>Df(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Lf(t,r,n),t.parseAsync=async(r,n)=>qf(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Ff(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Yb(r,n)),t.superRefine=r=>t.check(ew(r)),t.overwrite=r=>t.check(Lr(r)),t.optional=()=>xe(t),t.nullable=()=>Hf(t),t.nullish=()=>xe(Hf(t)),t.nonoptional=r=>Gb(t,r),t.array=()=>Y(t),t.or=r=>pe([t,r]),t.and=r=>Es(t,r),t.transform=r=>pu(t,Kf(r)),t.default=r=>Ub(t,r),t.prefault=r=>Hb(t,r),t.catch=r=>Bb(t,r),t.pipe=r=>pu(t,r),t.readonly=()=>Qb(t),t.describe=r=>{let n=t.clone();return nr.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return nr.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return nr.get(t);let n=t.clone();return nr.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Gf=w("_ZodString",(t,e)=>{Yn.init(t,e),be.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(Wc(...n)),t.includes=(...n)=>t.check(Kc(...n)),t.startsWith=(...n)=>t.check(Qc(...n)),t.endsWith=(...n)=>t.check(Xc(...n)),t.min=(...n)=>t.check(gn(...n)),t.max=(...n)=>t.check(bs(...n)),t.length=(...n)=>t.check(ws(...n)),t.nonempty=(...n)=>t.check(gn(1,...n)),t.lowercase=n=>t.check(Bc(n)),t.uppercase=n=>t.check(Jc(n)),t.trim=()=>t.check(eu()),t.normalize=(...n)=>t.check(Yc(...n)),t.toLowerCase=()=>t.check(tu()),t.toUpperCase=()=>t.check(ru())}),db=w("ZodString",(t,e)=>{Yn.init(t,e),Gf.init(t,e),t.email=r=>t.check(xc(pb,r)),t.url=r=>t.check(Sc(fb,r)),t.jwt=r=>t.check(qc(Eb,r)),t.emoji=r=>t.check(Tc(mb,r)),t.guid=r=>t.check(ys(Uf,r)),t.uuid=r=>t.check(bc(zs,r)),t.uuidv4=r=>t.check(wc(zs,r)),t.uuidv6=r=>t.check($c(zs,r)),t.uuidv7=r=>t.check(kc(zs,r)),t.nanoid=r=>t.check(zc(hb,r)),t.guid=r=>t.check(ys(Uf,r)),t.cuid=r=>t.check(Ec(gb,r)),t.cuid2=r=>t.check(Pc(yb,r)),t.ulid=r=>t.check(Rc(_b,r)),t.base64=r=>t.check(jc(Sb,r)),t.base64url=r=>t.check(Zc(Tb,r)),t.xid=r=>t.check(Ic(vb,r)),t.ksuid=r=>t.check(Oc(xb,r)),t.ipv4=r=>t.check(Mc(bb,r)),t.ipv6=r=>t.check(Ac(wb,r)),t.cidrv4=r=>t.check(Cc($b,r)),t.cidrv6=r=>t.check(Nc(kb,r)),t.e164=r=>t.check(Dc(zb,r)),t.datetime=r=>t.check(au(r)),t.date=r=>t.check(cu(r)),t.time=r=>t.check(uu(r)),t.duration=r=>t.check(lu(r))});function b(t){return vc(db,t)}var he=w("ZodStringFormat",(t,e)=>{de.init(t,e),Gf.init(t,e)}),pb=w("ZodEmail",(t,e)=>{Ca.init(t,e),he.init(t,e)});var Uf=w("ZodGUID",(t,e)=>{Ma.init(t,e),he.init(t,e)});var zs=w("ZodUUID",(t,e)=>{Aa.init(t,e),he.init(t,e)});var fb=w("ZodURL",(t,e)=>{Na.init(t,e),he.init(t,e)});var mb=w("ZodEmoji",(t,e)=>{ja.init(t,e),he.init(t,e)});var hb=w("ZodNanoID",(t,e)=>{Za.init(t,e),he.init(t,e)});var gb=w("ZodCUID",(t,e)=>{Da.init(t,e),he.init(t,e)});var yb=w("ZodCUID2",(t,e)=>{qa.init(t,e),he.init(t,e)});var _b=w("ZodULID",(t,e)=>{La.init(t,e),he.init(t,e)});var vb=w("ZodXID",(t,e)=>{Fa.init(t,e),he.init(t,e)});var xb=w("ZodKSUID",(t,e)=>{Ua.init(t,e),he.init(t,e)});var bb=w("ZodIPv4",(t,e)=>{Va.init(t,e),he.init(t,e)});var wb=w("ZodIPv6",(t,e)=>{Ha.init(t,e),he.init(t,e)});var $b=w("ZodCIDRv4",(t,e)=>{Ga.init(t,e),he.init(t,e)});var kb=w("ZodCIDRv6",(t,e)=>{Wa.init(t,e),he.init(t,e)});var Sb=w("ZodBase64",(t,e)=>{Ba.init(t,e),he.init(t,e)});var Tb=w("ZodBase64URL",(t,e)=>{Ja.init(t,e),he.init(t,e)});var zb=w("ZodE164",(t,e)=>{Ka.init(t,e),he.init(t,e)});var Eb=w("ZodJWT",(t,e)=>{Qa.init(t,e),he.init(t,e)});var Wf=w("ZodNumber",(t,e)=>{ms.init(t,e),be.init(t,e),t.gt=(n,o)=>t.check(vs(n,o)),t.gte=(n,o)=>t.check(ro(n,o)),t.min=(n,o)=>t.check(ro(n,o)),t.lt=(n,o)=>t.check(_s(n,o)),t.lte=(n,o)=>t.check(to(n,o)),t.max=(n,o)=>t.check(to(n,o)),t.int=n=>t.check(Vf(n)),t.safe=n=>t.check(Vf(n)),t.positive=n=>t.check(vs(0,n)),t.nonnegative=n=>t.check(ro(0,n)),t.negative=n=>t.check(_s(0,n)),t.nonpositive=n=>t.check(to(0,n)),t.multipleOf=(n,o)=>t.check(xs(n,o)),t.step=(n,o)=>t.check(xs(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 ie(t){return Lc(Wf,t)}var Pb=w("ZodNumberFormat",(t,e)=>{Xa.init(t,e),Wf.init(t,e)});function Vf(t){return Fc(Pb,t)}var Rb=w("ZodBoolean",(t,e)=>{Ya.init(t,e),be.init(t,e)});function Ee(t){return Uc(Rb,t)}var Ib=w("ZodNull",(t,e)=>{ec.init(t,e),be.init(t,e)});function fu(t){return Vc(Ib,t)}var Ob=w("ZodUnknown",(t,e)=>{tc.init(t,e),be.init(t,e)});function ge(){return Hc(Ob)}var Mb=w("ZodNever",(t,e)=>{rc.init(t,e),be.init(t,e)});function Ab(t){return Gc(Mb,t)}var Cb=w("ZodArray",(t,e)=>{nc.init(t,e),be.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(gn(r,n)),t.nonempty=r=>t.check(gn(1,r)),t.max=(r,n)=>t.check(bs(r,n)),t.length=(r,n)=>t.check(ws(r,n)),t.unwrap=()=>t.element});function Y(t,e){return Rf(Cb,t,e)}var Bf=w("ZodObject",(t,e)=>{hs.init(t,e),be.init(t,e),K.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>Qe(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:ge()}),t.loose=()=>t.clone({...t._zod.def,catchall:ge()}),t.strict=()=>t.clone({...t._zod.def,catchall:Ab()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>K.extend(t,r),t.merge=r=>K.merge(t,r),t.pick=r=>K.pick(t,r),t.omit=r=>K.omit(t,r),t.partial=(...r)=>K.partial(Qf,t,r[0]),t.required=(...r)=>K.required(Xf,t,r[0])});function R(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new Bf(r)}function Fe(t,e){return new Bf({type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},catchall:ge(),...K.normalizeParams(e)})}var Jf=w("ZodUnion",(t,e)=>{gs.init(t,e),be.init(t,e),t.options=e.options});function pe(t,e){return new Jf({type:"union",options:t,...K.normalizeParams(e)})}var Nb=w("ZodDiscriminatedUnion",(t,e)=>{Jf.init(t,e),oc.init(t,e)});function mu(t,e,r){return new Nb({type:"union",options:e,discriminator:t,...K.normalizeParams(r)})}var jb=w("ZodIntersection",(t,e)=>{sc.init(t,e),be.init(t,e)});function Es(t,e){return new jb({type:"intersection",left:t,right:e})}var Zb=w("ZodRecord",(t,e)=>{ic.init(t,e),be.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ye(t,e,r){return new Zb({type:"record",keyType:t,valueType:e,...K.normalizeParams(r)})}var du=w("ZodEnum",(t,e)=>{ac.init(t,e),be.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 du({...e,checks:[],...K.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 du({...e,checks:[],...K.normalizeParams(o),entries:s})}});function Qe(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new du({type:"enum",entries:r,...K.normalizeParams(e)})}var Db=w("ZodLiteral",(t,e)=>{cc.init(t,e),be.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 C(t,e){return new Db({type:"literal",values:Array.isArray(t)?t:[t],...K.normalizeParams(e)})}var qb=w("ZodTransform",(t,e)=>{uc.init(t,e),be.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(K.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(K.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 Kf(t){return new qb({type:"transform",transform:t})}var Qf=w("ZodOptional",(t,e)=>{lc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function xe(t){return new Qf({type:"optional",innerType:t})}var Lb=w("ZodNullable",(t,e)=>{dc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Hf(t){return new Lb({type:"nullable",innerType:t})}var Fb=w("ZodDefault",(t,e)=>{pc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Ub(t,e){return new Fb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Vb=w("ZodPrefault",(t,e)=>{fc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Hb(t,e){return new Vb({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Xf=w("ZodNonOptional",(t,e)=>{mc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Gb(t,e){return new Xf({type:"nonoptional",innerType:t,...K.normalizeParams(e)})}var Wb=w("ZodCatch",(t,e)=>{hc.init(t,e),be.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Bb(t,e){return new Wb({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Jb=w("ZodPipe",(t,e)=>{gc.init(t,e),be.init(t,e),t.in=e.in,t.out=e.out});function pu(t,e){return new Jb({type:"pipe",in:t,out:e})}var Kb=w("ZodReadonly",(t,e)=>{yc.init(t,e),be.init(t,e)});function Qb(t){return new Kb({type:"readonly",innerType:t})}var Yf=w("ZodCustom",(t,e)=>{_c.init(t,e),be.init(t,e)});function Xb(t){let e=new Re({check:"custom"});return e._zod.check=t,e}function em(t,e){return nu(Yf,t??(()=>!0),e)}function Yb(t,e={}){return ou(Yf,t,e)}function ew(t){let e=Xb(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(K.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(K.issue(o))}},t(r.value,r)));return e}function hu(t,e){return pu(Kf(t),e)}ot(kf());var yu="2025-11-25";var tm=[yu,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],ir="io.modelcontextprotocol/related-task",Rs="2.0",Ie=em(t=>t!==null&&(typeof t=="object"||typeof t=="function")),rm=pe([b(),ie().int()]),nm=b(),kI=Fe({ttl:pe([ie(),fu()]).optional(),pollInterval:ie().optional()}),tw=R({ttl:ie().optional()}),rw=R({taskId:b()}),_u=Fe({progressToken:rm.optional(),[ir]:rw.optional()}),it=R({_meta:_u.optional()}),so=it.extend({task:tw.optional()}),om=t=>so.safeParse(t).success,Oe=R({method:b(),params:it.loose().optional()}),dt=R({_meta:_u.optional()}),pt=R({method:b(),params:dt.loose().optional()}),Me=Fe({_meta:_u.optional()}),Is=pe([b(),ie().int()]),sm=R({jsonrpc:C(Rs),id:Is,...Oe.shape}).strict(),vu=t=>sm.safeParse(t).success,im=R({jsonrpc:C(Rs),...pt.shape}).strict(),am=t=>im.safeParse(t).success,xu=R({jsonrpc:C(Rs),id:Is,result:Me}).strict(),io=t=>xu.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 bu=R({jsonrpc:C(Rs),id:Is.optional(),error:R({code:ie().int(),message:b(),data:ge().optional()})}).strict();var cm=t=>bu.safeParse(t).success;var um=pe([sm,im,xu,bu]),SI=pe([xu,bu]),Os=Me.strict(),nw=dt.extend({requestId:Is.optional(),reason:b().optional()}),Ms=pt.extend({method:C("notifications/cancelled"),params:nw}),ow=R({src:b(),mimeType:b().optional(),sizes:Y(b()).optional(),theme:Qe(["light","dark"]).optional()}),ao=R({icons:Y(ow).optional()}),_n=R({name:b(),title:b().optional()}),lm=_n.extend({..._n.shape,...ao.shape,version:b(),websiteUrl:b().optional(),description:b().optional()}),sw=Es(R({applyDefaults:Ee().optional()}),ye(b(),ge())),iw=hu(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Es(R({form:sw.optional(),url:Ie.optional()}),ye(b(),ge()).optional())),aw=Fe({list:Ie.optional(),cancel:Ie.optional(),requests:Fe({sampling:Fe({createMessage:Ie.optional()}).optional(),elicitation:Fe({create:Ie.optional()}).optional()}).optional()}),cw=Fe({list:Ie.optional(),cancel:Ie.optional(),requests:Fe({tools:Fe({call:Ie.optional()}).optional()}).optional()}),uw=R({experimental:ye(b(),Ie).optional(),sampling:R({context:Ie.optional(),tools:Ie.optional()}).optional(),elicitation:iw.optional(),roots:R({listChanged:Ee().optional()}).optional(),tasks:aw.optional()}),lw=it.extend({protocolVersion:b(),capabilities:uw,clientInfo:lm}),wu=Oe.extend({method:C("initialize"),params:lw});var dw=R({experimental:ye(b(),Ie).optional(),logging:Ie.optional(),completions:Ie.optional(),prompts:R({listChanged:Ee().optional()}).optional(),resources:R({subscribe:Ee().optional(),listChanged:Ee().optional()}).optional(),tools:R({listChanged:Ee().optional()}).optional(),tasks:cw.optional()}),pw=Me.extend({protocolVersion:b(),capabilities:dw,serverInfo:lm,instructions:b().optional()}),$u=pt.extend({method:C("notifications/initialized"),params:dt.optional()});var As=Oe.extend({method:C("ping"),params:it.optional()}),fw=R({progress:ie(),total:xe(ie()),message:xe(b())}),mw=R({...dt.shape,...fw.shape,progressToken:rm}),Cs=pt.extend({method:C("notifications/progress"),params:mw}),hw=it.extend({cursor:nm.optional()}),co=Oe.extend({params:hw.optional()}),uo=Me.extend({nextCursor:nm.optional()}),gw=Qe(["working","input_required","completed","failed","cancelled"]),lo=R({taskId:b(),status:gw,ttl:pe([ie(),fu()]),createdAt:b(),lastUpdatedAt:b(),pollInterval:xe(ie()),statusMessage:xe(b())}),vn=Me.extend({task:lo}),yw=dt.merge(lo),po=pt.extend({method:C("notifications/tasks/status"),params:yw}),Ns=Oe.extend({method:C("tasks/get"),params:it.extend({taskId:b()})}),js=Me.merge(lo),Zs=Oe.extend({method:C("tasks/result"),params:it.extend({taskId:b()})}),TI=Me.loose(),Ds=co.extend({method:C("tasks/list")}),qs=uo.extend({tasks:Y(lo)}),Ls=Oe.extend({method:C("tasks/cancel"),params:it.extend({taskId:b()})}),dm=Me.merge(lo),pm=R({uri:b(),mimeType:xe(b()),_meta:ye(b(),ge()).optional()}),fm=pm.extend({text:b()}),ku=b().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),mm=pm.extend({blob:ku}),fo=Qe(["user","assistant"]),xn=R({audience:Y(fo).optional(),priority:ie().min(0).max(1).optional(),lastModified:no.datetime({offset:!0}).optional()}),hm=R({..._n.shape,...ao.shape,uri:b(),description:xe(b()),mimeType:xe(b()),annotations:xn.optional(),_meta:xe(Fe({}))}),_w=R({..._n.shape,...ao.shape,uriTemplate:b(),description:xe(b()),mimeType:xe(b()),annotations:xn.optional(),_meta:xe(Fe({}))}),Fs=co.extend({method:C("resources/list")}),vw=uo.extend({resources:Y(hm)}),Us=co.extend({method:C("resources/templates/list")}),xw=uo.extend({resourceTemplates:Y(_w)}),Su=it.extend({uri:b()}),bw=Su,Vs=Oe.extend({method:C("resources/read"),params:bw}),ww=Me.extend({contents:Y(pe([fm,mm]))}),$w=pt.extend({method:C("notifications/resources/list_changed"),params:dt.optional()}),kw=Su,Sw=Oe.extend({method:C("resources/subscribe"),params:kw}),Tw=Su,zw=Oe.extend({method:C("resources/unsubscribe"),params:Tw}),Ew=dt.extend({uri:b()}),Pw=pt.extend({method:C("notifications/resources/updated"),params:Ew}),Rw=R({name:b(),description:xe(b()),required:xe(Ee())}),Iw=R({..._n.shape,...ao.shape,description:xe(b()),arguments:xe(Y(Rw)),_meta:xe(Fe({}))}),Hs=co.extend({method:C("prompts/list")}),Ow=uo.extend({prompts:Y(Iw)}),Mw=it.extend({name:b(),arguments:ye(b(),b()).optional()}),Gs=Oe.extend({method:C("prompts/get"),params:Mw}),Tu=R({type:C("text"),text:b(),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),zu=R({type:C("image"),data:ku,mimeType:b(),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),Eu=R({type:C("audio"),data:ku,mimeType:b(),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),Aw=R({type:C("tool_use"),name:b(),id:b(),input:ye(b(),ge()),_meta:ye(b(),ge()).optional()}),Cw=R({type:C("resource"),resource:pe([fm,mm]),annotations:xn.optional(),_meta:ye(b(),ge()).optional()}),Nw=hm.extend({type:C("resource_link")}),Pu=pe([Tu,zu,Eu,Nw,Cw]),jw=R({role:fo,content:Pu}),Zw=Me.extend({description:b().optional(),messages:Y(jw)}),Dw=pt.extend({method:C("notifications/prompts/list_changed"),params:dt.optional()}),qw=R({title:b().optional(),readOnlyHint:Ee().optional(),destructiveHint:Ee().optional(),idempotentHint:Ee().optional(),openWorldHint:Ee().optional()}),Lw=R({taskSupport:Qe(["required","optional","forbidden"]).optional()}),gm=R({..._n.shape,...ao.shape,description:b().optional(),inputSchema:R({type:C("object"),properties:ye(b(),Ie).optional(),required:Y(b()).optional()}).catchall(ge()),outputSchema:R({type:C("object"),properties:ye(b(),Ie).optional(),required:Y(b()).optional()}).catchall(ge()).optional(),annotations:qw.optional(),execution:Lw.optional(),_meta:ye(b(),ge()).optional()}),Ws=co.extend({method:C("tools/list")}),Fw=uo.extend({tools:Y(gm)}),Bs=Me.extend({content:Y(Pu).default([]),structuredContent:ye(b(),ge()).optional(),isError:Ee().optional()}),zI=Bs.or(Me.extend({toolResult:ge()})),Uw=so.extend({name:b(),arguments:ye(b(),ge()).optional()}),bn=Oe.extend({method:C("tools/call"),params:Uw}),Vw=pt.extend({method:C("notifications/tools/list_changed"),params:dt.optional()}),EI=R({autoRefresh:Ee().default(!0),debounceMs:ie().int().nonnegative().default(300)}),mo=Qe(["debug","info","notice","warning","error","critical","alert","emergency"]),Hw=it.extend({level:mo}),Ru=Oe.extend({method:C("logging/setLevel"),params:Hw}),Gw=dt.extend({level:mo,logger:b().optional(),data:ge()}),Ww=pt.extend({method:C("notifications/message"),params:Gw}),Bw=R({name:b().optional()}),Jw=R({hints:Y(Bw).optional(),costPriority:ie().min(0).max(1).optional(),speedPriority:ie().min(0).max(1).optional(),intelligencePriority:ie().min(0).max(1).optional()}),Kw=R({mode:Qe(["auto","required","none"]).optional()}),Qw=R({type:C("tool_result"),toolUseId:b().describe("The unique identifier for the corresponding tool call."),content:Y(Pu).default([]),structuredContent:R({}).loose().optional(),isError:Ee().optional(),_meta:ye(b(),ge()).optional()}),Xw=mu("type",[Tu,zu,Eu]),Ps=mu("type",[Tu,zu,Eu,Aw,Qw]),Yw=R({role:fo,content:pe([Ps,Y(Ps)]),_meta:ye(b(),ge()).optional()}),e$=so.extend({messages:Y(Yw),modelPreferences:Jw.optional(),systemPrompt:b().optional(),includeContext:Qe(["none","thisServer","allServers"]).optional(),temperature:ie().optional(),maxTokens:ie().int(),stopSequences:Y(b()).optional(),metadata:Ie.optional(),tools:Y(gm).optional(),toolChoice:Kw.optional()}),t$=Oe.extend({method:C("sampling/createMessage"),params:e$}),Iu=Me.extend({model:b(),stopReason:xe(Qe(["endTurn","stopSequence","maxTokens"]).or(b())),role:fo,content:Xw}),Ou=Me.extend({model:b(),stopReason:xe(Qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(b())),role:fo,content:pe([Ps,Y(Ps)])}),r$=R({type:C("boolean"),title:b().optional(),description:b().optional(),default:Ee().optional()}),n$=R({type:C("string"),title:b().optional(),description:b().optional(),minLength:ie().optional(),maxLength:ie().optional(),format:Qe(["email","uri","date","date-time"]).optional(),default:b().optional()}),o$=R({type:Qe(["number","integer"]),title:b().optional(),description:b().optional(),minimum:ie().optional(),maximum:ie().optional(),default:ie().optional()}),s$=R({type:C("string"),title:b().optional(),description:b().optional(),enum:Y(b()),default:b().optional()}),i$=R({type:C("string"),title:b().optional(),description:b().optional(),oneOf:Y(R({const:b(),title:b()})),default:b().optional()}),a$=R({type:C("string"),title:b().optional(),description:b().optional(),enum:Y(b()),enumNames:Y(b()).optional(),default:b().optional()}),c$=pe([s$,i$]),u$=R({type:C("array"),title:b().optional(),description:b().optional(),minItems:ie().optional(),maxItems:ie().optional(),items:R({type:C("string"),enum:Y(b())}),default:Y(b()).optional()}),l$=R({type:C("array"),title:b().optional(),description:b().optional(),minItems:ie().optional(),maxItems:ie().optional(),items:R({anyOf:Y(R({const:b(),title:b()}))}),default:Y(b()).optional()}),d$=pe([u$,l$]),p$=pe([a$,c$,d$]),f$=pe([p$,r$,n$,o$]),m$=so.extend({mode:C("form").optional(),message:b(),requestedSchema:R({type:C("object"),properties:ye(b(),f$),required:Y(b()).optional()})}),h$=so.extend({mode:C("url"),message:b(),elicitationId:b(),url:b().url()}),g$=pe([m$,h$]),y$=Oe.extend({method:C("elicitation/create"),params:g$}),_$=dt.extend({elicitationId:b()}),v$=pt.extend({method:C("notifications/elicitation/complete"),params:_$}),Js=Me.extend({action:Qe(["accept","decline","cancel"]),content:hu(t=>t===null?void 0:t,ye(b(),pe([b(),ie(),Ee(),Y(b())])).optional())}),x$=R({type:C("ref/resource"),uri:b()});var b$=R({type:C("ref/prompt"),name:b()}),w$=it.extend({ref:pe([b$,x$]),argument:R({name:b(),value:b()}),context:R({arguments:ye(b(),b()).optional()}).optional()}),Ks=Oe.extend({method:C("completion/complete"),params:w$});function ym(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function _m(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var $$=Me.extend({completion:Fe({values:Y(b()).max(100),total:xe(ie().int()),hasMore:xe(Ee())})}),k$=R({uri:b().startsWith("file://"),name:b().optional(),_meta:ye(b(),ge()).optional()}),S$=Oe.extend({method:C("roots/list"),params:it.optional()}),Mu=Me.extend({roots:Y(k$)}),T$=pt.extend({method:C("notifications/roots/list_changed"),params:dt.optional()}),PI=pe([As,wu,Ks,Ru,Gs,Hs,Fs,Us,Vs,Sw,zw,bn,Ws,Ns,Zs,Ds,Ls]),RI=pe([Ms,Cs,$u,T$,po]),II=pe([Os,Iu,Ou,Js,Mu,js,qs,vn]),OI=pe([As,t$,y$,S$,Ns,Zs,Ds,Ls]),MI=pe([Ms,Cs,Ww,Pw,$w,Vw,Dw,po,v$]),AI=pe([Os,pw,$$,Zw,Ow,vw,xw,ww,Bs,Fw,js,qs,vn]),M=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 gu(o.elicitations,r)}return new t(e,r,n)}},gu=class extends M{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(j.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function ar(t){return t==="completed"||t==="failed"||t==="cancelled"}var xm=Symbol("Let zodToJsonSchema decide on which parser to use");var vm={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"},bm=t=>typeof t=="string"?{...vm,name:t}:{...vm,...t};var wm=t=>{let e=bm(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 Au(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function ee(t,e,r,n,o){t[e]=r,Au(t,e,n,o)}var Qs=(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 _e(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Qs(e,t.currentPath):e.join("/")}}function $m(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==k.ZodAny&&(r.items=L(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&ee(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&ee(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(ee(r,"minItems",t.exactLength.value,t.exactLength.message,e),ee(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function km(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?ee(r,"minimum",n.value,n.message,e):ee(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),ee(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?ee(r,"maximum",n.value,n.message,e):ee(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),ee(r,"maximum",n.value,n.message,e));break;case"multipleOf":ee(r,"multipleOf",n.value,n.message,e);break}return r}function Sm(){return{type:"boolean"}}function Xs(t,e){return L(t.type._def,e)}var Tm=(t,e)=>L(t.innerType._def,e);function Cu(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>Cu(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 z$(t,e)}}var z$=(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":ee(r,"minimum",n.value,n.message,e);break;case"max":ee(r,"maximum",n.value,n.message,e);break}return r};function zm(t,e){return{...L(t.innerType._def,e),default:t.defaultValue()}}function Em(t,e){return e.effectStrategy==="input"?L(t.schema._def,e):_e(e)}function Pm(t){return{type:"string",enum:Array.from(t.values)}}var E$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Rm(t,e){let r=[L(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),L(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(E$(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 Im(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 Nu,xt={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:()=>(Nu===void 0&&(Nu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Nu),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 Ys(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":ee(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":ee(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":bt(r,"email",n.message,e);break;case"format:idn-email":bt(r,"idn-email",n.message,e);break;case"pattern:zod":Ue(r,xt.email,n.message,e);break}break;case"url":bt(r,"uri",n.message,e);break;case"uuid":bt(r,"uuid",n.message,e);break;case"regex":Ue(r,n.regex,n.message,e);break;case"cuid":Ue(r,xt.cuid,n.message,e);break;case"cuid2":Ue(r,xt.cuid2,n.message,e);break;case"startsWith":Ue(r,RegExp(`^${ju(n.value,e)}`),n.message,e);break;case"endsWith":Ue(r,RegExp(`${ju(n.value,e)}$`),n.message,e);break;case"datetime":bt(r,"date-time",n.message,e);break;case"date":bt(r,"date",n.message,e);break;case"time":bt(r,"time",n.message,e);break;case"duration":bt(r,"duration",n.message,e);break;case"length":ee(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),ee(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Ue(r,RegExp(ju(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&bt(r,"ipv4",n.message,e),n.version!=="v4"&&bt(r,"ipv6",n.message,e);break}case"base64url":Ue(r,xt.base64url,n.message,e);break;case"jwt":Ue(r,xt.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Ue(r,xt.ipv4Cidr,n.message,e),n.version!=="v4"&&Ue(r,xt.ipv6Cidr,n.message,e);break}case"emoji":Ue(r,xt.emoji(),n.message,e);break;case"ulid":{Ue(r,xt.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{bt(r,"binary",n.message,e);break}case"contentEncoding:base64":{ee(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Ue(r,xt.base64,n.message,e);break}}break}case"nanoid":Ue(r,xt.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function ju(t,e){return e.patternStrategy==="escape"?R$(t):t}var P$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function R$(t){let e="";for(let r=0;r<t.length;r++)P$.has(t[r])||(e+="\\"),e+=t[r];return e}function bt(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}}})):ee(t,"format",e,r,n)}function Ue(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:Om(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):ee(t,"pattern",Om(e,n),r,n)}function Om(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
37
37
  ]))`;continue}else if(n[c]==="$"){o+=`($|(?=[\r
38
38
  ]))`;continue}}if(r.s&&n[c]==="."){o+=i?`${n[c]}\r
39
39
  `:`[${n[c]}\r
40
- ]`;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 ei(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===k.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??_e(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===k.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=Ys(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===k.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===k.ZodBranded&&t.keyType._def.type._def.typeName===k.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=Xs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function Om(t,e){if(e.mapStrategy==="record")return ei(t,e);let r=L(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||_e(e),n=L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||_e(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function Mm(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 Am(t){return t.target==="openAi"?void 0:{not:_e({...t,currentPath:[...t.currentPath,"not"]})}}function Cm(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var ho={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function jm(t,e){if(e.target==="openApi3")return Nm(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in ho&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=ho[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"];case"symbol":case"undefined":case"function":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 Nm(t,e)}var Nm=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>L(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 Zm(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:ho[t.innerType._def.typeName],nullable:!0}:{type:[ho[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=L(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=L(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function Dm(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",Au(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?ee(r,"minimum",n.value,n.message,e):ee(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),ee(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?ee(r,"maximum",n.value,n.message,e):ee(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),ee(r,"maximum",n.value,n.message,e));break;case"multipleOf":ee(r,"multipleOf",n.value,n.message,e);break}return r}function qm(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=I$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let d=L(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});d!==void 0&&(n.properties[a]=d,u||o.push(a))}o.length&&(n.required=o);let i=R$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function R$(t,e){if(t.catchall._def.typeName!=="ZodNever")return L(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 I$(t){try{return t.isOptional()}catch{return!0}}var Lm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return L(t.innerType._def,e);let r=L(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:_e(e)},r]}:_e(e)};var Fm=(t,e)=>{if(e.pipeStrategy==="input")return L(t.in._def,e);if(e.pipeStrategy==="output")return L(t.out._def,e);let r=L(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=L(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function Um(t,e){return L(t.type._def,e)}function Vm(t,e){let n={type:"array",uniqueItems:!0,items:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&ee(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&ee(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Hm(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>L(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:L(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>L(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Gm(t){return{not:_e(t)}}function Wm(t){return _e(t)}var Bm=(t,e)=>L(t.innerType._def,e);var Jm=(t,e,r)=>{switch(e){case k.ZodString:return Ys(t,r);case k.ZodNumber:return Dm(t,r);case k.ZodObject:return qm(t,r);case k.ZodBigInt:return $m(t,r);case k.ZodBoolean:return km();case k.ZodDate:return Cu(t,r);case k.ZodUndefined:return Gm(r);case k.ZodNull:return Cm(r);case k.ZodArray:return wm(t,r);case k.ZodUnion:case k.ZodDiscriminatedUnion:return jm(t,r);case k.ZodIntersection:return Pm(t,r);case k.ZodTuple:return Hm(t,r);case k.ZodRecord:return ei(t,r);case k.ZodLiteral:return Rm(t,r);case k.ZodEnum:return Em(t);case k.ZodNativeEnum:return Mm(t);case k.ZodNullable:return Zm(t,r);case k.ZodOptional:return Lm(t,r);case k.ZodMap:return Om(t,r);case k.ZodSet:return Vm(t,r);case k.ZodLazy:return()=>t.getter()._def;case k.ZodPromise:return Um(t,r);case k.ZodNaN:case k.ZodNever:return Am(r);case k.ZodEffects:return zm(t,r);case k.ZodAny:return _e(r);case k.ZodUnknown:return Wm(r);case k.ZodDefault:return Tm(t,r);case k.ZodBranded:return Xs(t,r);case k.ZodReadonly:return Bm(t,r);case k.ZodCatch:return Sm(t,r);case k.ZodPipeline:return Fm(t,r);case k.ZodFunction:case k.ZodVoid:case k.ZodSymbol:return;default:return(n=>{})(e)}};function L(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==vm)return a}if(n&&!r){let a=O$(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=Jm(t,t.typeName,e),i=typeof s=="function"?L(s(),e):s;if(i&&M$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var O$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Qs(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`),_e(e)):e.$refStrategy==="seen"?_e(e):void 0}},M$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Zu=(t,e)=>{let r=bm(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,d])=>({...c,[u]:L(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??_e(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=L(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??_e(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 A$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Du(t,e){return lt(t)?su(t,{target:A$(e?.target),io:e?.pipeStrategy??"input"}):Zu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function qu(t){let r=sr(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=or(t,e);if(!r.success)throw r.error;return r.data}var C$=6e4,ti=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(Ms,r=>{this._oncancel(r)}),this.setNotificationHandler(Cs,r=>{this._onprogress(r)}),this.setRequestHandler(As,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Ns,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new M(j.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(Zs,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,d=this._requestResolvers.get(u);if(d)if(this._requestResolvers.delete(u),a.type==="response")d(c);else{let l=c,h=new M(l.error.code,l.error.message,l.error.data);d(h)}else{let l=a.type==="response"?"Response":"Error";this._onerror(new Error(`${l} 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 M(j.InvalidParams,`Task not found: ${s}`);if(!ar(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(ar(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[ir]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(Ds,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 M(j.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(Ls,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new M(j.InvalidParams,`Task not found: ${r.params.taskId}`);if(ar(o.status))throw new M(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 M(j.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof M?o:new M(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),M.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),io(s)||am(s)?this._onresponse(s):vu(s)?this._onrequest(s,i):im(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._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=M.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?.[ir]?.taskId;if(n===void 0){let d={jsonrpc:"2.0",id:e.id,error:{code:j.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId).catch(l=>this._onerror(new Error(`Failed to enqueue error response: ${l}`))):o?.send(d).catch(l=>this._onerror(new Error(`Failed to send an error response: ${l}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=nm(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 d=>{if(i.signal.aborted)return;let l={relatedRequestId:e.id};s&&(l.relatedTask={taskId:s}),await this.notification(d,l)},sendRequest:async(d,l,h)=>{if(i.signal.aborted)throw new M(j.ConnectionClosed,"Request was cancelled");let m={...h,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(d,l,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 d=>{if(i.signal.aborted)return;let l={result:d,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)},async d=>{if(i.signal.aborted)return;let l={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(d.code)?d.code:j.InternalError,message:d.message??"Internal error",...d.data!==void 0&&{data:d.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)}).catch(d=>this._onerror(new Error(`Failed to send response: ${d}`))).finally(()=>{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),io(e))n(e);else{let i=new M(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(io(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),io(e))o(e);else{let i=M.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 M?i:new M(j.InternalError,String(i))}}return}let s;try{let i=await this.request(e,vn,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new M(j.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},ar(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new M(j.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new M(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 M?i:new M(j.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,d)=>{let l=_=>{d(_)};if(!this._transport){l(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(_){l(_);return}n?.signal?.throwIfAborted();let h=this._requestMessageId++,m={...e,jsonrpc:"2.0",id:h};n?.onprogress&&(this._progressHandlers.set(h,n.onprogress),m.params={...e.params,_meta:{...e.params?._meta||{},progressToken:h}}),a&&(m.params={...m.params,task:a}),c&&(m.params={...m.params,_meta:{...m.params?._meta||{},[ir]:c}});let p=_=>{this._responseHandlers.delete(h),this._progressHandlers.delete(h),this._cleanupTimeout(h),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:h,reason:String(_)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(x=>this._onerror(new Error(`Failed to send cancellation: ${x}`)));let v=_ instanceof M?_:new M(j.RequestTimeout,String(_));d(v)};this._responseHandlers.set(h,_=>{if(!n?.signal?.aborted){if(_ instanceof Error)return d(_);try{let v=or(r,_.result);v.success?u(v.data):d(v.error)}catch(v){d(v)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let f=n?.timeout??C$,y=()=>p(M.fromError(j.RequestTimeout,"Request timed out",{timeout:f}));this._setupTimeout(h,f,n?.maxTotalTimeout,y,n?.resetTimeoutOnProgress??!1);let g=c?.taskId;if(g){let _=v=>{let x=this._responseHandlers.get(h);x?x(v):this._onerror(new Error(`Response handler missing for side-channeled request ${h}`))};this._requestResolvers.set(h,_),this._enqueueTaskMessage(g,{type:"request",message:m,timestamp:Date.now()}).catch(v=>{this._cleanupTimeout(h),d(v)})}else this._transport.send(m,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(_=>{this._cleanupTimeout(h),d(_)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},js,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},qs,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},lm,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||{},[ir]: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||{},[ir]: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||{},[ir]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=qu(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=qu(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"&&vu(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new M(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 M(j.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new M(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 M(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=po.parse({method:"notifications/tasks/status",params:a});await this.notification(c),ar(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 M(j.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(ar(a.status))throw new M(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=po.parse({method:"notifications/tasks/status",params:c});await this.notification(u),ar(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function Km(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Qm(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];Km(i)&&Km(s)?r[o]={...i,...s}:r[o]=s}return r}var jy=Ln(Td(),1),Zy=Ln(Ny(),1);function SE(){let t=new jy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Zy.default)(t),t}var Zi=class{constructor(e){this._ajv=e??SE()}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)}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 Dy(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 qy(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 qi=class extends ti{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(mo.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 Zi,this.setRequestHandler(wu,n=>this._oninitialize(n)),this.setNotificationHandler($u,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Ru,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=mo.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=Qm(this._capabilities,e)}setRequestHandler(e,r){let o=sr(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(lt(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 d=or(bn,c);if(!d.success){let p=d.error instanceof Error?d.error.message:String(d.error);throw new M(j.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:l}=d.data,h=await Promise.resolve(r(c,u));if(l.task){let p=or(vn,h);if(!p.success){let f=p.error instanceof Error?p.error.message:String(p.error);throw new M(j.InvalidParams,`Invalid task creation result: ${f}`)}return p.data}let m=or(Bs,h);if(!m.success){let p=m.error instanceof Error?m.error.message:String(m.error);throw new M(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){qy(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&Dy(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:em.includes(r)?r:yu,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"},Os)}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(l=>l.type==="tool_use").map(l=>l.id)),d=new Set(o.filter(l=>l.type==="tool_result").map(l=>l.toolUseId));if(u.size!==d.size||![...u].every(l=>d.has(l)))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},Ou,r):this.request({method:"sampling/createMessage",params:e},Iu,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},Js,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},Js,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new M(j.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof M?i:new M(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 Fy=Symbol.for("mcp.completable");function Ad(t){return!!t&&typeof t=="object"&&Fy in t}function Uy(t){return t[Fy]?.complete}var Ly;(function(t){t.Completable="McpCompletable"})(Ly||(Ly={}));var TE=/^[A-Za-z0-9._-]{1,128}$/;function zE(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"),!TE.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 EE(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 Cd(t){let e=zE(t);return EE(t,e.warnings),e.isValid}var Li=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 Fi=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 qi(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new Li(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(gr(Ws)),this.server.assertCanSetRequestHandler(gr(bn)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Ws,()=>({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=yn(r.inputSchema);return o?Du(o,{strictUnions:!0,pipeStrategy:"input"}):PE})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=yn(r.outputSchema);o&&(n.outputSchema=Du(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(bn,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new M(j.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new M(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 M(j.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new M(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 M&&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=yn(e.inputSchema)??e.inputSchema,i=await ks(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=Ss(a);throw new M(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 M(j.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=yn(e.outputSchema),s=await ks(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=Ss(i);throw new M(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,d=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,d));let l=await n.taskStore.getTask(c);if(!l)throw new M(j.InternalError,`Task ${c} not found during polling`);u=l}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(gr(Ks)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Ks,async e=>{switch(e.params.ref.type){case"ref/prompt":return gm(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return ym(e),this.handleResourceCompletion(e,e.params.ref);default:throw new M(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 M(j.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new M(j.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Ho;let s=sr(n.argsSchema)?.[e.params.argument.name];if(!Ad(s))return Ho;let i=Uy(s);if(!i)return Ho;let a=await i(e.params.argument.value,e.params.context);return Hy(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 Ho;throw new M(j.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Ho;let s=await o(e.params.argument.value,e.params.context);return Hy(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(gr(Fs)),this.server.assertCanSetRequestHandler(gr(Us)),this.server.assertCanSetRequestHandler(gr(Vs)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Fs,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(Us,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 M(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 M(j.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(gr(Hs)),this.server.assertCanSetRequestHandler(gr(Gs)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Hs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?IE(r.argsSchema):void 0}))})),this.server.setRequestHandler(Gs,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new M(j.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new M(j.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=yn(n.argsSchema),s=await ks(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=Ss(c);throw new M(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:Ur(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=Ur(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 Je?c._def?.innerType:c;return Ad(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){Cd(e);let d={title:r,description:n,inputSchema:Vy(o),outputSchema:Vy(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>d.update({enabled:!1}),enable:()=>d.update({enabled:!0}),remove:()=>d.update({name:null}),update:l=>{typeof l.name<"u"&&l.name!==e&&(typeof l.name=="string"&&Cd(l.name),delete this._registeredTools[e],l.name&&(this._registeredTools[l.name]=d)),typeof l.title<"u"&&(d.title=l.title),typeof l.description<"u"&&(d.description=l.description),typeof l.paramsSchema<"u"&&(d.inputSchema=Ur(l.paramsSchema)),typeof l.outputSchema<"u"&&(d.outputSchema=Ur(l.outputSchema)),typeof l.callback<"u"&&(d.handler=l.callback),typeof l.annotations<"u"&&(d.annotations=l.annotations),typeof l._meta<"u"&&(d._meta=l._meta),typeof l.enabled<"u"&&(d.enabled=l.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=d,this.setToolRequestHandlers(),this.sendToolListChanged(),d}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];Nd(c)?(o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Nd(r[0])&&(i=r.shift())):typeof c=="object"&&c!==null&&(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 PE={type:"object",properties:{}};function Gy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function RE(t){return"_def"in t||"_zod"in t||Gy(t)}function Nd(t){return typeof t!="object"||t===null||RE(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(Gy)}function Vy(t){if(t)return Nd(t)?Ur(t):t}function IE(t){let e=sr(t);return e?Object.entries(e).map(([r,n])=>{let o=If(n),s=Of(n);return{name:r,description:o,required:!s}}):[]}function gr(t){let r=sr(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 Hy(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Ho={completion:{values:[],hasMore:!1}};var jd=Ln(require("node:process"),1);var Ui=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
41
- `);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),OE(r)}clear(){this._buffer=void 0}};function OE(t){return cm.parse(JSON.parse(t))}function Wy(t){return JSON.stringify(t)+`
42
- `}var Vi=class{constructor(e=jd.default.stdin,r=jd.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Ui,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=Wy(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};var yr={"#fef08a":"yellow","#fca5a5":"red","#93c5fd":"blue"};function zt(t){return t==="answered"||t==="done"||t==="failed"||t==="wontfix"}function Go(t){return t==="red"?"fix":t==="blue"?"question":"highlight"}function rt(t,e={}){let r=e.separator??"-",n=e.randomLength??6,o=Date.now().toString(36),s=Math.random().toString(36).slice(2,2+n).padEnd(n,"0");return`${t}${r}${o}${r}${s}`}var Zd=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="SharedError"}},Dd=class extends Zd{constructor(e,r){super("PARSE_JSON",`Failed to parse JSON in ${e}`,r),this.name="SharedJsonParseError"}};function By(t,e){try{return JSON.parse(t)}catch(r){throw new Dd(e,{raw:t,cause:r instanceof Error?r.message:String(r)})}}function ze(t,e=120){return t.length>e?t.slice(0,e)+"...":t}function qd(t){return t==="red"?"fix":t==="blue"?"question":"important"}function Ld(t,e,r={}){let n=[],o=new Set,{floatingMemos:s=[]}=r;for(let i of e){let a=i.color.startsWith("#")?yr[i.color]||"red":i.color,c=qd(a),u=a==="red"?"#fca5a5":a==="blue"?"#93c5fd":"#fef08a",d=i.section.trim(),l=t.findIndex((h,m)=>!o.has(m)&&h.color===u&&h.section.trim()===d);if(l>=0){o.add(l);let h=t[l];n.push({type:c,text:h.text,section:i.section||h.section||"",context:h.context||"",feedback:i.text})}else n.push({type:c,text:i.context||"",section:i.section||"",context:"",feedback:i.text})}for(let i=0;i<t.length;i++){if(o.has(i))continue;let a=t[i],c=yr[a.color]||"yellow";n.push({type:qd(c),text:a.text,section:a.section||"",context:a.context||"",feedback:""})}for(let i of s)i.text.trim()&&n.push({type:qd(i.color),text:"",section:"",context:"",feedback:i.text});return n}function He(t){return t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/\n/g,"&#10;").replace(/-->/g,"--&#62;")}function Xy(t){return t.replace(/--&#62;/g,"-->").replace(/&#10;/g,`
43
- `).replace(/&quot;/g,'"').replace(/&amp;/g,"&")}function Et(t){let e=5381;for(let r=0;r<t.length;r++)e=(e<<5)+e+t.charCodeAt(r)>>>0;return e.toString(16).padStart(8,"0").slice(0,8)}var ME=/^<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->$/,AE=/^<!-- USER_MEMO\s*$/,CE=/^-->$/,NE=/^<!-- GATE\s*$/,jE=/^-->$/,ZE=/^<!-- PLAN_CURSOR\s*$/,DE=/^-->$/,qE=/^<!-- CHECKPOINT\s+id="([^"]+)"\s+time="([^"]+)"\s+note="([^"]*)"\s+fixes=(\d+)\s+questions=(\d+)\s+highlights=(\d+)\s+sections="([^"]*)" -->$/,LE=/^---\s*\n([\s\S]*?)\n---\s*\n/,FE=/^<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->$/,UE=/^<!-- @\/memo -->$/,VE=/^<!--$/,HE=/MD Feedback/,GE=/^<!-- \/?(USER_FEEDBACK_NOTES|@\/?feedback-notes)\b.*-->$/,WE=/^<!-- REVIEW_RESPONSE\s+to="([^"]+)"\s*-->$/,BE=/^<!-- \/REVIEW_RESPONSE\s*-->$/,JE=/^<!-- MEMO_IMPL\s*$/,KE=/^-->$/,QE=/^<!-- MEMO_ARTIFACT\s*$/,XE=/^-->$/,YE=/^<!-- MEMO_DEPENDENCY\s+id="([^"]+)"\s+from="([^"]+)"\s+to="([^"]+)"\s+type="([^"]+)" -->$/,Jy=/<!-- HIGHLIGHT_MARK color="([^"]*)" text="([^"]*)" anchor="([^"]*)" -->/g,eP=10;function Wo(t){let e={};for(let r of t){let n=r.trim().match(/^(\w+)="([^"]*)"$/);n&&(e[n[1]]=Xy(n[2]))}return e}function we(t){let e="",r=t,n=r.match(LE);n&&(e=n[0],r=r.slice(n[0].length));let o=r.split(`
44
- `),s=[],i=[],a=[],c=[],u=[],d=[],l=[],h=[],m=null,p=null,f=0;for(;f<o.length;){let v=o[f],x=v.trim(),S=x.match(WE);if(S){p={id:`resp_${S[1]}`,to:S[1],bodyStartIdx:s.length,bodyEndIdx:-1},f++;continue}if(BE.test(x)){p&&(p.bodyEndIdx=s.length-1,a.push(p),p=null),f++;continue}let Z=x.match(ME);if(Z){let X=Fd(s),N=Ud(s),ke=Z[2]||"red",We=Z[3]||"open";i.push({id:Z[1],type:Go(ke),status:We,owner:"human",source:"generic",color:ke,text:Z[4].replace(/--\u200B>/g,"-->"),anchorText:X||"",anchor:N>=0?`L${N+1}|${Et(s[N]||"")}`:"",createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()}),f++;continue}if(AE.test(x)){let X=[];for(f++;f<o.length&&!CE.test(o[f].trim());)X.push(o[f]),f++;f++;let N=Wo(X),ke=N.anchorText||Fd(s)||"",We=Ud(s),qn=We>=0?`L${We+1}|${Et(s[We])}`:N.anchor||"";i.push({id:N.id||rt("memo"),type:N.type||Go(N.color||"red"),status:N.status||"open",owner:N.owner||"human",source:N.source||"generic",color:N.color||"red",text:N.text||"",anchorText:ke,anchor:qn,createdAt:N.createdAt||new Date().toISOString(),updatedAt:N.updatedAt||new Date().toISOString()});continue}if(NE.test(x)){let X=[];for(f++;f<o.length&&!jE.test(o[f].trim());)X.push(o[f]),f++;f++;let N=Wo(X),ke=N.override;h.push({id:N.id||rt("gate"),type:N.type||"custom",status:N.status||"blocked",blockedBy:N.blockedBy?N.blockedBy.split(",").map(We=>We.trim()).filter(Boolean):[],canProceedIf:N.canProceedIf||"",doneDefinition:N.doneDefinition||"",...ke?{override:ke}:{}});continue}if(ZE.test(x)){let X=[];for(f++;f<o.length&&!DE.test(o[f].trim());)X.push(o[f]),f++;f++;let N=Wo(X);m={taskId:N.taskId||"",step:N.step||"",nextAction:N.nextAction||"",lastSeenHash:N.lastSeenHash||"",updatedAt:N.updatedAt||new Date().toISOString()};continue}if(JE.test(x)){let X=[];for(f++;f<o.length&&!KE.test(o[f].trim());)X.push(o[f]),f++;f++;let N=Wo(X),ke=[];try{ke=By(N.operations||"[]","MEMO_IMPL.operations")}catch{}c.push({id:N.id||rt("impl",{separator:"_"}),memoId:N.memoId||"",status:N.status||"applied",operations:ke,summary:N.summary||"",appliedAt:N.appliedAt||new Date().toISOString()});continue}if(QE.test(x)){let X=[];for(f++;f<o.length&&!XE.test(o[f].trim());)X.push(o[f]),f++;f++;let N=Wo(X);u.push({id:N.id||rt("art",{separator:"_"}),memoId:N.memoId||"",files:N.files?N.files.split(",").map(ke=>ke.trim()).filter(Boolean):[],linkedAt:N.linkedAt||new Date().toISOString()});continue}let I=x.match(YE);if(I){d.push({id:I[1],from:I[2],to:I[3],type:I[4]}),f++;continue}let Q=x.match(qE);if(Q){l.push({id:Q[1],timestamp:Q[2],note:Q[3],fixes:parseInt(Q[4],10),questions:parseInt(Q[5],10),highlights:parseInt(Q[6],10),sectionsReviewed:Q[7]?Q[7].split(","):[]}),f++;continue}let $e=x.match(FE);if($e){let X=[],N=Fd(s),ke=Ud(s);for(f++;f<o.length&&!UE.test(o[f].trim());)X.push(o[f]),f++;f++;let We=X.map(qn=>qn.replace(/^<!--\s*/,"").replace(/\s*-->$/,"")).join(`
45
- `).trim();i.push({id:$e[1],type:Go($e[2]||"red"),status:"open",owner:"human",source:"generic",color:$e[2]||"red",text:We,anchorText:N||"",anchor:ke>=0?`L${ke+1}|${Et(s[ke]||"")}`:"",createdAt:$e[3]||new Date().toISOString(),updatedAt:$e[3]||new Date().toISOString()});continue}if(VE.test(x)&&f+1<o.length&&HE.test(o[f+1])){for(;f<o.length&&!o[f].includes("-->");)f++;f++;continue}if(GE.test(x)){f++;continue}s.push(v),f++}for(;s.length>0&&s[s.length-1].trim()==="";)s.pop();p&&(p.bodyEndIdx=s.length-1,a.push(p));let y=new Set(a.map(v=>v.to));for(let v of i)v.status==="open"&&y.has(v.id)&&(v.status="needs_review");let g=new Set(i.filter(v=>v.color==="red"||v.color==="blue").map(v=>`${v.color}|${v.anchorText.trim()}`));Jy.lastIndex=0;let _;for(;(_=Jy.exec(r))!==null;){let v=cP(_[1]);if(v!=="red"&&v!=="blue")continue;let x=Qy(_[2]).trim(),Z=Qy(_[3]).trim()||x;if(!Z)continue;let I=`${v}|${Z}`;if(g.has(I))continue;let Q=Z.slice(0,40),$e=Q?s.findIndex(We=>We.includes(Q)):-1,X=$e>=0?`L${$e+1}|${Et(s[$e]||"")}`:"",N=new Date().toISOString(),ke=`memo_recovered_${Et(`${v}|${Z}|${x}`)}`;i.push({id:ke,type:Go(v),status:"open",owner:"human",source:"recovered-highlight",color:v,text:x,anchorText:Z,anchor:X,createdAt:N,updatedAt:N}),g.add(I)}return{frontmatter:e,body:s.join(`
46
- `),memos:i,responses:a,impls:c,artifacts:u,dependencies:d,checkpoints:l,gates:h,cursor:m}}function Lt(t){let e=[];t.frontmatter&&e.push(t.frontmatter.trimEnd());let r=aP(t.body,t.memos,t.responses||[]);e.push(r);for(let n of t.impls||[])e.push(oP(n));for(let n of t.artifacts||[])e.push(sP(n));for(let n of t.dependencies||[])e.push(iP(n));for(let n of t.gates)e.push(tP(n));for(let n of t.checkpoints)e.push(nP(n));return t.cursor&&e.push(rP(t.cursor)),e.join(`
40
+ ]`;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 ei(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===k.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??_e(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===k.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=Ys(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===k.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===k.ZodBranded&&t.keyType._def.type._def.typeName===k.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=Xs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function Mm(t,e){if(e.mapStrategy==="record")return ei(t,e);let r=L(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||_e(e),n=L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||_e(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function Am(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 Cm(t){return t.target==="openAi"?void 0:{not:_e({...t,currentPath:[...t.currentPath,"not"]})}}function Nm(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var ho={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Zm(t,e){if(e.target==="openApi3")return jm(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in ho&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=ho[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"];case"symbol":case"undefined":case"function":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 jm(t,e)}var jm=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>L(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 Dm(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:ho[t.innerType._def.typeName],nullable:!0}:{type:[ho[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=L(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=L(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function qm(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",Au(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?ee(r,"minimum",n.value,n.message,e):ee(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),ee(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?ee(r,"maximum",n.value,n.message,e):ee(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),ee(r,"maximum",n.value,n.message,e));break;case"multipleOf":ee(r,"multipleOf",n.value,n.message,e);break}return r}function Lm(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=O$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let d=L(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});d!==void 0&&(n.properties[a]=d,u||o.push(a))}o.length&&(n.required=o);let i=I$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function I$(t,e){if(t.catchall._def.typeName!=="ZodNever")return L(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 O$(t){try{return t.isOptional()}catch{return!0}}var Fm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return L(t.innerType._def,e);let r=L(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:_e(e)},r]}:_e(e)};var Um=(t,e)=>{if(e.pipeStrategy==="input")return L(t.in._def,e);if(e.pipeStrategy==="output")return L(t.out._def,e);let r=L(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=L(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function Vm(t,e){return L(t.type._def,e)}function Hm(t,e){let n={type:"array",uniqueItems:!0,items:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&ee(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&ee(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Gm(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>L(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:L(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>L(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Wm(t){return{not:_e(t)}}function Bm(t){return _e(t)}var Jm=(t,e)=>L(t.innerType._def,e);var Km=(t,e,r)=>{switch(e){case k.ZodString:return Ys(t,r);case k.ZodNumber:return qm(t,r);case k.ZodObject:return Lm(t,r);case k.ZodBigInt:return km(t,r);case k.ZodBoolean:return Sm();case k.ZodDate:return Cu(t,r);case k.ZodUndefined:return Wm(r);case k.ZodNull:return Nm(r);case k.ZodArray:return $m(t,r);case k.ZodUnion:case k.ZodDiscriminatedUnion:return Zm(t,r);case k.ZodIntersection:return Rm(t,r);case k.ZodTuple:return Gm(t,r);case k.ZodRecord:return ei(t,r);case k.ZodLiteral:return Im(t,r);case k.ZodEnum:return Pm(t);case k.ZodNativeEnum:return Am(t);case k.ZodNullable:return Dm(t,r);case k.ZodOptional:return Fm(t,r);case k.ZodMap:return Mm(t,r);case k.ZodSet:return Hm(t,r);case k.ZodLazy:return()=>t.getter()._def;case k.ZodPromise:return Vm(t,r);case k.ZodNaN:case k.ZodNever:return Cm(r);case k.ZodEffects:return Em(t,r);case k.ZodAny:return _e(r);case k.ZodUnknown:return Bm(r);case k.ZodDefault:return zm(t,r);case k.ZodBranded:return Xs(t,r);case k.ZodReadonly:return Jm(t,r);case k.ZodCatch:return Tm(t,r);case k.ZodPipeline:return Um(t,r);case k.ZodFunction:case k.ZodVoid:case k.ZodSymbol:return;default:return(n=>{})(e)}};function L(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==xm)return a}if(n&&!r){let a=M$(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=Km(t,t.typeName,e),i=typeof s=="function"?L(s(),e):s;if(i&&A$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var M$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Qs(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`),_e(e)):e.$refStrategy==="seen"?_e(e):void 0}},A$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Zu=(t,e)=>{let r=wm(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,d])=>({...c,[u]:L(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??_e(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=L(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??_e(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 C$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Du(t,e){return lt(t)?su(t,{target:C$(e?.target),io:e?.pipeStrategy??"input"}):Zu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function qu(t){let r=sr(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=or(t,e);if(!r.success)throw r.error;return r.data}var N$=6e4,ti=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(Ms,r=>{this._oncancel(r)}),this.setNotificationHandler(Cs,r=>{this._onprogress(r)}),this.setRequestHandler(As,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Ns,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new M(j.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(Zs,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,d=this._requestResolvers.get(u);if(d)if(this._requestResolvers.delete(u),a.type==="response")d(c);else{let l=c,h=new M(l.error.code,l.error.message,l.error.data);d(h)}else{let l=a.type==="response"?"Response":"Error";this._onerror(new Error(`${l} 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 M(j.InvalidParams,`Task not found: ${s}`);if(!ar(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(ar(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[ir]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(Ds,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 M(j.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(Ls,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new M(j.InvalidParams,`Task not found: ${r.params.taskId}`);if(ar(o.status))throw new M(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 M(j.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof M?o:new M(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),M.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),io(s)||cm(s)?this._onresponse(s):vu(s)?this._onrequest(s,i):am(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._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=M.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?.[ir]?.taskId;if(n===void 0){let d={jsonrpc:"2.0",id:e.id,error:{code:j.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId).catch(l=>this._onerror(new Error(`Failed to enqueue error response: ${l}`))):o?.send(d).catch(l=>this._onerror(new Error(`Failed to send an error response: ${l}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=om(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 d=>{if(i.signal.aborted)return;let l={relatedRequestId:e.id};s&&(l.relatedTask={taskId:s}),await this.notification(d,l)},sendRequest:async(d,l,h)=>{if(i.signal.aborted)throw new M(j.ConnectionClosed,"Request was cancelled");let m={...h,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(d,l,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 d=>{if(i.signal.aborted)return;let l={result:d,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)},async d=>{if(i.signal.aborted)return;let l={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(d.code)?d.code:j.InternalError,message:d.message??"Internal error",...d.data!==void 0&&{data:d.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)}).catch(d=>this._onerror(new Error(`Failed to send response: ${d}`))).finally(()=>{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),io(e))n(e);else{let i=new M(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(io(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),io(e))o(e);else{let i=M.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 M?i:new M(j.InternalError,String(i))}}return}let s;try{let i=await this.request(e,vn,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new M(j.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},ar(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new M(j.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new M(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 M?i:new M(j.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,d)=>{let l=_=>{d(_)};if(!this._transport){l(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(_){l(_);return}n?.signal?.throwIfAborted();let h=this._requestMessageId++,m={...e,jsonrpc:"2.0",id:h};n?.onprogress&&(this._progressHandlers.set(h,n.onprogress),m.params={...e.params,_meta:{...e.params?._meta||{},progressToken:h}}),a&&(m.params={...m.params,task:a}),c&&(m.params={...m.params,_meta:{...m.params?._meta||{},[ir]:c}});let p=_=>{this._responseHandlers.delete(h),this._progressHandlers.delete(h),this._cleanupTimeout(h),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:h,reason:String(_)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(x=>this._onerror(new Error(`Failed to send cancellation: ${x}`)));let v=_ instanceof M?_:new M(j.RequestTimeout,String(_));d(v)};this._responseHandlers.set(h,_=>{if(!n?.signal?.aborted){if(_ instanceof Error)return d(_);try{let v=or(r,_.result);v.success?u(v.data):d(v.error)}catch(v){d(v)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let f=n?.timeout??N$,y=()=>p(M.fromError(j.RequestTimeout,"Request timed out",{timeout:f}));this._setupTimeout(h,f,n?.maxTotalTimeout,y,n?.resetTimeoutOnProgress??!1);let g=c?.taskId;if(g){let _=v=>{let x=this._responseHandlers.get(h);x?x(v):this._onerror(new Error(`Response handler missing for side-channeled request ${h}`))};this._requestResolvers.set(h,_),this._enqueueTaskMessage(g,{type:"request",message:m,timestamp:Date.now()}).catch(v=>{this._cleanupTimeout(h),d(v)})}else this._transport.send(m,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(_=>{this._cleanupTimeout(h),d(_)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},js,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},qs,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},dm,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||{},[ir]: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||{},[ir]: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||{},[ir]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=qu(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=qu(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"&&vu(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new M(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 M(j.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new M(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 M(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=po.parse({method:"notifications/tasks/status",params:a});await this.notification(c),ar(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 M(j.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(ar(a.status))throw new M(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=po.parse({method:"notifications/tasks/status",params:c});await this.notification(u),ar(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function Qm(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];Qm(i)&&Qm(s)?r[o]={...i,...s}:r[o]=s}return r}var Zy=Ln(Td(),1),Dy=Ln(jy(),1);function TE(){let t=new Zy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Dy.default)(t),t}var Zi=class{constructor(e){this._ajv=e??TE()}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)}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 qy(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 Ly(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 qi=class extends ti{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(mo.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 Zi,this.setRequestHandler(wu,n=>this._oninitialize(n)),this.setNotificationHandler($u,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Ru,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=mo.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=sr(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(lt(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 d=or(bn,c);if(!d.success){let p=d.error instanceof Error?d.error.message:String(d.error);throw new M(j.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:l}=d.data,h=await Promise.resolve(r(c,u));if(l.task){let p=or(vn,h);if(!p.success){let f=p.error instanceof Error?p.error.message:String(p.error);throw new M(j.InvalidParams,`Invalid task creation result: ${f}`)}return p.data}let m=or(Bs,h);if(!m.success){let p=m.error instanceof Error?m.error.message:String(m.error);throw new M(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){Ly(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&qy(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:tm.includes(r)?r:yu,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"},Os)}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(l=>l.type==="tool_use").map(l=>l.id)),d=new Set(o.filter(l=>l.type==="tool_result").map(l=>l.toolUseId));if(u.size!==d.size||![...u].every(l=>d.has(l)))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},Ou,r):this.request({method:"sampling/createMessage",params:e},Iu,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},Js,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},Js,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new M(j.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof M?i:new M(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 Uy=Symbol.for("mcp.completable");function Ad(t){return!!t&&typeof t=="object"&&Uy in t}function Vy(t){return t[Uy]?.complete}var Fy;(function(t){t.Completable="McpCompletable"})(Fy||(Fy={}));var zE=/^[A-Za-z0-9._-]{1,128}$/;function EE(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"),!zE.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 PE(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 Cd(t){let e=EE(t);return PE(t,e.warnings),e.isValid}var Li=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 Fi=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 qi(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new Li(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(gr(Ws)),this.server.assertCanSetRequestHandler(gr(bn)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Ws,()=>({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=yn(r.inputSchema);return o?Du(o,{strictUnions:!0,pipeStrategy:"input"}):RE})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=yn(r.outputSchema);o&&(n.outputSchema=Du(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(bn,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new M(j.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new M(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 M(j.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new M(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 M&&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=yn(e.inputSchema)??e.inputSchema,i=await ks(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=Ss(a);throw new M(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 M(j.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=yn(e.outputSchema),s=await ks(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=Ss(i);throw new M(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,d=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,d));let l=await n.taskStore.getTask(c);if(!l)throw new M(j.InternalError,`Task ${c} not found during polling`);u=l}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(gr(Ks)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Ks,async e=>{switch(e.params.ref.type){case"ref/prompt":return ym(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return _m(e),this.handleResourceCompletion(e,e.params.ref);default:throw new M(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 M(j.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new M(j.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Ho;let s=sr(n.argsSchema)?.[e.params.argument.name];if(!Ad(s))return Ho;let i=Vy(s);if(!i)return Ho;let a=await i(e.params.argument.value,e.params.context);return Gy(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 Ho;throw new M(j.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Ho;let s=await o(e.params.argument.value,e.params.context);return Gy(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(gr(Fs)),this.server.assertCanSetRequestHandler(gr(Us)),this.server.assertCanSetRequestHandler(gr(Vs)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Fs,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(Us,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 M(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 M(j.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(gr(Hs)),this.server.assertCanSetRequestHandler(gr(Gs)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Hs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?OE(r.argsSchema):void 0}))})),this.server.setRequestHandler(Gs,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new M(j.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new M(j.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=yn(n.argsSchema),s=await ks(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=Ss(c);throw new M(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:Ur(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=Ur(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 Je?c._def?.innerType:c;return Ad(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){Cd(e);let d={title:r,description:n,inputSchema:Hy(o),outputSchema:Hy(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>d.update({enabled:!1}),enable:()=>d.update({enabled:!0}),remove:()=>d.update({name:null}),update:l=>{typeof l.name<"u"&&l.name!==e&&(typeof l.name=="string"&&Cd(l.name),delete this._registeredTools[e],l.name&&(this._registeredTools[l.name]=d)),typeof l.title<"u"&&(d.title=l.title),typeof l.description<"u"&&(d.description=l.description),typeof l.paramsSchema<"u"&&(d.inputSchema=Ur(l.paramsSchema)),typeof l.outputSchema<"u"&&(d.outputSchema=Ur(l.outputSchema)),typeof l.callback<"u"&&(d.handler=l.callback),typeof l.annotations<"u"&&(d.annotations=l.annotations),typeof l._meta<"u"&&(d._meta=l._meta),typeof l.enabled<"u"&&(d.enabled=l.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=d,this.setToolRequestHandlers(),this.sendToolListChanged(),d}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];Nd(c)?(o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Nd(r[0])&&(i=r.shift())):typeof c=="object"&&c!==null&&(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 RE={type:"object",properties:{}};function Wy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function IE(t){return"_def"in t||"_zod"in t||Wy(t)}function Nd(t){return typeof t!="object"||t===null||IE(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(Wy)}function Hy(t){if(t)return Nd(t)?Ur(t):t}function OE(t){let e=sr(t);return e?Object.entries(e).map(([r,n])=>{let o=Of(n),s=Mf(n);return{name:r,description:o,required:!s}}):[]}function gr(t){let r=sr(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 Gy(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Ho={completion:{values:[],hasMore:!1}};var jd=Ln(require("node:process"),1);var Ui=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
41
+ `);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),ME(r)}clear(){this._buffer=void 0}};function ME(t){return um.parse(JSON.parse(t))}function By(t){return JSON.stringify(t)+`
42
+ `}var Vi=class{constructor(e=jd.default.stdin,r=jd.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Ui,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)})}};var yr={"#fef08a":"yellow","#fca5a5":"red","#93c5fd":"blue"};function zt(t){return t==="answered"||t==="done"||t==="failed"||t==="wontfix"}function Go(t){return t==="red"?"fix":t==="blue"?"question":"highlight"}function rt(t,e={}){let r=e.separator??"-",n=e.randomLength??6,o=Date.now().toString(36),s=Math.random().toString(36).slice(2,2+n).padEnd(n,"0");return`${t}${r}${o}${r}${s}`}var Zd=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="SharedError"}},Dd=class extends Zd{constructor(e,r){super("PARSE_JSON",`Failed to parse JSON in ${e}`,r),this.name="SharedJsonParseError"}};function Jy(t,e){try{return JSON.parse(t)}catch(r){throw new Dd(e,{raw:t,cause:r instanceof Error?r.message:String(r)})}}function ze(t,e=120){return t.length>e?t.slice(0,e)+"...":t}function qd(t){return JSON.parse(t.replace(/^\uFEFF/,""))}function Ld(t){return t==="red"?"fix":t==="blue"?"question":"important"}function Fd(t,e,r={}){let n=[],o=new Set,{floatingMemos:s=[]}=r;for(let i of e){let a=i.color.startsWith("#")?yr[i.color]||"red":i.color,c=Ld(a),u=a==="red"?"#fca5a5":a==="blue"?"#93c5fd":"#fef08a",d=i.section.trim(),l=t.findIndex((h,m)=>!o.has(m)&&h.color===u&&h.section.trim()===d);if(l>=0){o.add(l);let h=t[l];n.push({type:c,text:h.text,section:i.section||h.section||"",context:h.context||"",feedback:i.text})}else n.push({type:c,text:i.context||"",section:i.section||"",context:"",feedback:i.text})}for(let i=0;i<t.length;i++){if(o.has(i))continue;let a=t[i],c=yr[a.color]||"yellow";n.push({type:Ld(c),text:a.text,section:a.section||"",context:a.context||"",feedback:""})}for(let i of s)i.text.trim()&&n.push({type:Ld(i.color),text:"",section:"",context:"",feedback:i.text});return n}function Le(t){return t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/\n/g,"&#10;").replace(/-->/g,"--&#62;")}function Yy(t){return t.replace(/--&#62;/g,"-->").replace(/&#10;/g,`
43
+ `).replace(/&quot;/g,'"').replace(/&amp;/g,"&")}function Et(t){let e=5381;for(let r=0;r<t.length;r++)e=(e<<5)+e+t.charCodeAt(r)>>>0;return e.toString(16).padStart(8,"0").slice(0,8)}var AE=/^<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->$/,CE=/^<!-- USER_MEMO\s*$/,NE=/^-->$/,jE=/^<!-- GATE\s*$/,ZE=/^-->$/,DE=/^<!-- PLAN_CURSOR\s*$/,qE=/^-->$/,LE=/^<!-- CHECKPOINT\s+id="([^"]+)"\s+time="([^"]+)"\s+note="([^"]*)"\s+fixes=(\d+)\s+questions=(\d+)\s+highlights=(\d+)\s+sections="([^"]*)" -->$/,FE=/^---\s*\n([\s\S]*?)\n---\s*\n/,UE=/^<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->$/,VE=/^<!-- @\/memo -->$/,HE=/^<!--$/,GE=/MD Feedback/,WE=/^<!-- \/?(USER_FEEDBACK_NOTES|@\/?feedback-notes)\b.*-->$/,BE=/^<!-- REVIEW_RESPONSE\s+to="([^"]+)"\s*-->$/,JE=/^<!-- \/REVIEW_RESPONSE\s*-->$/,KE=/^<!-- MEMO_IMPL\s*$/,QE=/^-->$/,XE=/^<!-- MEMO_ARTIFACT\s*$/,YE=/^-->$/,eP=/^<!-- MEMO_DEPENDENCY\s+id="([^"]+)"\s+from="([^"]+)"\s+to="([^"]+)"\s+type="([^"]+)" -->$/,Ky=/<!-- HIGHLIGHT_MARK color="([^"]*)" text="([^"]*)" anchor="([^"]*)" -->/g,tP=10;function Wo(t){let e={};for(let r of t){let n=r.trim().match(/^(\w+)="([^"]*)"$/);n&&(e[n[1]]=Yy(n[2]))}return e}function we(t){let e="",r=t,n=r.match(FE);n&&(e=n[0],r=r.slice(n[0].length));let o=r.split(`
44
+ `),s=[],i=[],a=[],c=[],u=[],d=[],l=[],h=[],m=null,p=null,f=0;for(;f<o.length;){let v=o[f],x=v.trim(),S=x.match(BE);if(S){p={id:`resp_${S[1]}`,to:S[1],bodyStartIdx:s.length,bodyEndIdx:-1},f++;continue}if(JE.test(x)){p&&(p.bodyEndIdx=s.length-1,a.push(p),p=null),f++;continue}let Z=x.match(AE);if(Z){let X=Ud(s),A=Vd(s),ke=Z[2]||"red",We=Z[3]||"open";i.push({id:Z[1],type:Go(ke),status:We,owner:"human",source:"generic",color:ke,text:Z[4].replace(/--\u200B>/g,"-->"),anchorText:X||"",anchor:A>=0?`L${A+1}|${Et(s[A]||"")}`:"",createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()}),f++;continue}if(CE.test(x)){let X=[];for(f++;f<o.length&&!NE.test(o[f].trim());)X.push(o[f]),f++;f++;let A=Wo(X),ke=A.anchorText||Ud(s)||"",We=Vd(s),qn=We>=0?`L${We+1}|${Et(s[We])}`:A.anchor||"";i.push({id:A.id||rt("memo"),type:A.type||Go(A.color||"red"),status:A.status||"open",owner:A.owner||"human",source:A.source||"generic",color:A.color||"red",text:A.text||"",anchorText:ke,anchor:qn,createdAt:A.createdAt||new Date().toISOString(),updatedAt:A.updatedAt||new Date().toISOString(),...A.rejectReason?{rejectReason:A.rejectReason}:{}});continue}if(jE.test(x)){let X=[];for(f++;f<o.length&&!ZE.test(o[f].trim());)X.push(o[f]),f++;f++;let A=Wo(X),ke=A.override;h.push({id:A.id||rt("gate"),type:A.type||"custom",status:A.status||"blocked",blockedBy:A.blockedBy?A.blockedBy.split(",").map(We=>We.trim()).filter(Boolean):[],canProceedIf:A.canProceedIf||"",doneDefinition:A.doneDefinition||"",...ke?{override:ke}:{}});continue}if(DE.test(x)){let X=[];for(f++;f<o.length&&!qE.test(o[f].trim());)X.push(o[f]),f++;f++;let A=Wo(X);m={taskId:A.taskId||"",step:A.step||"",nextAction:A.nextAction||"",lastSeenHash:A.lastSeenHash||"",updatedAt:A.updatedAt||new Date().toISOString()};continue}if(KE.test(x)){let X=[];for(f++;f<o.length&&!QE.test(o[f].trim());)X.push(o[f]),f++;f++;let A=Wo(X),ke=[];try{ke=Jy(A.operations||"[]","MEMO_IMPL.operations")}catch{}c.push({id:A.id||rt("impl",{separator:"_"}),memoId:A.memoId||"",status:A.status||"applied",operations:ke,summary:A.summary||"",appliedAt:A.appliedAt||new Date().toISOString()});continue}if(XE.test(x)){let X=[];for(f++;f<o.length&&!YE.test(o[f].trim());)X.push(o[f]),f++;f++;let A=Wo(X);u.push({id:A.id||rt("art",{separator:"_"}),memoId:A.memoId||"",files:A.files?A.files.split(",").map(ke=>ke.trim()).filter(Boolean):[],linkedAt:A.linkedAt||new Date().toISOString()});continue}let I=x.match(eP);if(I){d.push({id:I[1],from:I[2],to:I[3],type:I[4]}),f++;continue}let Q=x.match(LE);if(Q){l.push({id:Q[1],timestamp:Q[2],note:Q[3],fixes:parseInt(Q[4],10),questions:parseInt(Q[5],10),highlights:parseInt(Q[6],10),sectionsReviewed:Q[7]?Q[7].split(","):[]}),f++;continue}let $e=x.match(UE);if($e){let X=[],A=Ud(s),ke=Vd(s);for(f++;f<o.length&&!VE.test(o[f].trim());)X.push(o[f]),f++;f++;let We=X.map(qn=>qn.replace(/^<!--\s*/,"").replace(/\s*-->$/,"")).join(`
45
+ `).trim();i.push({id:$e[1],type:Go($e[2]||"red"),status:"open",owner:"human",source:"generic",color:$e[2]||"red",text:We,anchorText:A||"",anchor:ke>=0?`L${ke+1}|${Et(s[ke]||"")}`:"",createdAt:$e[3]||new Date().toISOString(),updatedAt:$e[3]||new Date().toISOString()});continue}if(HE.test(x)&&f+1<o.length&&GE.test(o[f+1])){for(;f<o.length&&!o[f].includes("-->");)f++;f++;continue}if(WE.test(x)){f++;continue}s.push(v),f++}for(;s.length>0&&s[s.length-1].trim()==="";)s.pop();p&&(p.bodyEndIdx=s.length-1,a.push(p));let y=new Set(a.map(v=>v.to));for(let v of i)v.status==="open"&&y.has(v.id)&&(v.status="needs_review");let g=new Set(i.filter(v=>v.color==="red"||v.color==="blue").map(v=>`${v.color}|${v.anchorText.trim()}`));Ky.lastIndex=0;let _;for(;(_=Ky.exec(r))!==null;){let v=uP(_[1]);if(v!=="red"&&v!=="blue")continue;let x=Xy(_[2]).trim(),Z=Xy(_[3]).trim()||x;if(!Z)continue;let I=`${v}|${Z}`;if(g.has(I))continue;let Q=Z.slice(0,40),$e=Q?s.findIndex(We=>We.includes(Q)):-1,X=$e>=0?`L${$e+1}|${Et(s[$e]||"")}`:"",A=new Date().toISOString(),ke=`memo_recovered_${Et(`${v}|${Z}|${x}`)}`;i.push({id:ke,type:Go(v),status:"open",owner:"human",source:"recovered-highlight",color:v,text:x,anchorText:Z,anchor:X,createdAt:A,updatedAt:A}),g.add(I)}return{frontmatter:e,body:s.join(`
46
+ `),memos:i,responses:a,impls:c,artifacts:u,dependencies:d,checkpoints:l,gates:h,cursor:m}}function Lt(t){let e=[];t.frontmatter&&e.push(t.frontmatter.trimEnd());let r=cP(t.body,t.memos,t.responses||[]);e.push(r);for(let n of t.impls||[])e.push(sP(n));for(let n of t.artifacts||[])e.push(iP(n));for(let n of t.dependencies||[])e.push(aP(n));for(let n of t.gates)e.push(rP(n));for(let n of t.checkpoints)e.push(oP(n));return t.cursor&&e.push(nP(t.cursor)),e.join(`
47
47
 
48
48
  `)+`
49
- `}function Ky(t){return["<!-- USER_MEMO",` id="${He(t.id)}"`,` type="${t.type}"`,` status="${t.status}"`,` owner="${t.owner}"`,` source="${He(t.source)}"`,` color="${t.color}"`,` text="${He(t.text)}"`,` anchorText="${He(t.anchorText)}"`,` anchor="${He(t.anchor)}"`,` createdAt="${t.createdAt}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
50
- `)}function tP(t){let e=["<!-- GATE",` id="${t.id}"`,` type="${t.type}"`,` status="${t.status}"`,` blockedBy="${t.blockedBy.join(",")}"`,` canProceedIf="${He(t.canProceedIf)}"`,` doneDefinition="${He(t.doneDefinition)}"`];return t.override&&e.push(` override="${t.override}"`),e.push("-->"),e.join(`
51
- `)}function rP(t){return["<!-- PLAN_CURSOR",` taskId="${t.taskId}"`,` step="${t.step}"`,` nextAction="${He(t.nextAction)}"`,` lastSeenHash="${t.lastSeenHash}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
52
- `)}function nP(t){let e=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${He(t.note)}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${e}" -->`}function oP(t){return["<!-- MEMO_IMPL",` id="${He(t.id)}"`,` memoId="${He(t.memoId)}"`,` status="${t.status}"`,` operations="${He(JSON.stringify(t.operations))}"`,` summary="${He(t.summary)}"`,` appliedAt="${t.appliedAt}"`,"-->"].join(`
53
- `)}function sP(t){return["<!-- MEMO_ARTIFACT",` id="${He(t.id)}"`,` memoId="${He(t.memoId)}"`,` files="${t.files.join(",")}"`,` linkedAt="${t.linkedAt}"`,"-->"].join(`
54
- `)}function iP(t){return`<!-- MEMO_DEPENDENCY id="${t.id}" from="${t.from}" to="${t.to}" type="${t.type}" -->`}function aP(t,e,r){if(e.length===0&&r.length===0)return t;let n=t.split(`
55
- `),o=new Map,s=[];for(let u of e){let d=Vd(n,u);if(d>=0){u.anchor=`L${d+1}|${Et(n[d])}`;let l=o.get(d)||[];l.push(u),o.set(d,l)}else s.push(u)}let i=new Map,a=new Map;for(let u of r)i.set(u.bodyStartIdx,`<!-- REVIEW_RESPONSE to="${u.to}" -->`),u.bodyEndIdx>=0&&a.set(u.bodyEndIdx,"<!-- /REVIEW_RESPONSE -->");let c=[];for(let u=0;u<n.length;u++){i.has(u)&&c.push(i.get(u)),c.push(n[u]);let d=o.get(u);if(d)for(let l of d)c.push(Ky(l));a.has(u)&&c.push(a.get(u))}for(let u of s)c.push(Ky(u));return c.join(`
56
- `)}function Vd(t,e){if(e.anchor){let r=e.anchor.match(/^L(\d+)(?::L\d+)?\|(.+)$/);if(r){let n=parseInt(r[1],10)-1,o=r[2];if(n>=0&&n<t.length&&Et(t[n])===o)return n;for(let s=1;s<=eP;s++)for(let i of[n-s,n+s])if(i>=0&&i<t.length&&Et(t[i])===o)return i}}if(e.anchorText){let r=e.anchorText.trim();for(let n=0;n<t.length;n++)if(t[n].includes(r))return n}if(e.anchor){let r=e.anchor.match(/^L(\d+)/);if(r){let n=parseInt(r[1],10)-1;return Math.max(0,Math.min(n,t.length-1))}}return-1}function Fd(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return t[e].trim();return null}function Ud(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return e;return-1}function Hi(t){return Et(t)}function Qy(t){return Xy(t).replace(/&#39;/g,"'").replace(/&lt;/g,"<").replace(/&gt;/g,">")}function cP(t){let e=t.toLowerCase();if(e==="red"||e==="blue"||e==="yellow")return e;let r=yr[e];return r==="red"||r==="blue"||r==="yellow"?r:null}var uP='<!-- CHECKPOINT id="([^"]+)" time="([^"]+)" note="([^"]*)" fixes=(\\d+) questions=(\\d+) highlights=(\\d+) sections="([^"]*)" -->';function en(t){let e=[],r=new RegExp(uP,"g"),n;for(;(n=r.exec(t))!==null;)e.push({id:n[1],timestamp:n[2],note:n[3],fixes:parseInt(n[4],10),questions:parseInt(n[5],10),highlights:parseInt(n[6],10),sectionsReviewed:n[7]?n[7].split(","):[]});return e}function Hd(t){let e=t.note.replace(/"/g,"&quot;"),r=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${e}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${r}" -->`}function Yy(t){return t.length===0?"":t.map(e=>`- [ ] ${e}`).join(`
57
- `)}function _r(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push(`## Active Plan Review: ${a}`),i.push(`Follow this plan. Refer to ${a} for details.`),i.push(""),n.length>0){i.push("### Must Fix");for(let c of n){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${ze(c.text,120)}"${u} \u2192 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Fix: "${ze(c.text,80)}"${u}`)}i.push("")}if(o.length>0){i.push("### Open Questions (resolve before implementing)");for(let c of o){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${ze(c.text,120)}"${u} \u2014 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Question about: "${ze(c.text,80)}"${u}`)}i.push("")}if(s.length>0){i.push("### Key Points (preserve these)");for(let c of s)c.text&&i.push(`- "${ze(c.text,80)}"${c.section?` (${c.section})`:""}`),c.feedback&&i.push(`- ${c.feedback}`);i.push("")}return r.length>0&&(i.push("### Checklist"),i.push(Yy(r)),i.push("")),i.push("When all items are complete, delete this section."),i.join(`
58
- `)}function pP(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push("---"),i.push(`description: Plan review feedback for ${t||a}`),i.push("alwaysApply: true"),i.push("---"),i.push(""),i.push(`Follow the plan at ${a} strictly.`),i.push(""),n.length>0){i.push("Required changes:");for(let c of n)c.text&&c.feedback?i.push(`- "${ze(c.text,50)}" \u2192 ${c.feedback}`):c.feedback&&i.push(`- ${c.feedback}`);i.push("")}if(o.length>0){i.push("Open questions (resolve before coding):");for(let c of o)i.push(`- ${c.feedback||ze(c.text,80)}`);i.push("")}if(r.length>0){i.push("Checklist:");for(let c of r)i.push(`- [ ] ${c}`);i.push("")}return i.push("Remove this file when all items are complete."),i.join(`
59
- `)}function fP(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md",c=t||"Untitled Plan";if(i.push(`# Plan Review Context \u2014 ${c}`),i.push(""),i.push(`**Source:** \`${a}\``),i.push(`**Reviewed:** ${new Date().toISOString().split("T")[0]}`),i.push(""),n.length>0){i.push("## Must Fix");for(let u of n){let d=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${ze(u.text,120)}"${d} \u2192 ${u.feedback}`):u.feedback?i.push(`- ${u.feedback}${d}`):u.text&&i.push(`- "${ze(u.text,80)}"${d}`)}i.push("")}if(o.length>0){i.push("## Questions");for(let u of o){let d=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${ze(u.text,120)}"${d} \u2014 ${u.feedback}`):u.feedback&&i.push(`- ${u.feedback}${d}`)}i.push("")}if(s.length>0){i.push("## Key Points");for(let u of s)u.text&&i.push(`- "${ze(u.text,80)}"`),u.feedback&&i.push(`- ${u.feedback}`);i.push("")}return r.length>0&&(i.push("## Checklist"),i.push(Yy(r)),i.push("")),i.push("---"),i.push("*Generated by [md-feedback](https://github.com/yeominux/md-feedback). Delete when done.*"),i.join(`
60
- `)}var mP={cursor:pP,generic:fP,"claude-code":_r,codex:_r,copilot:_r,cline:_r,windsurf:_r,"roo-code":_r,gemini:_r,antigravity:_r};function e_(t,e,r,n,o,s){let i=Ld(n,o);if(i.length===0&&r.length===0)return["## No annotations found","","Select text in the editor and press **1** (highlight), **2** (fix), or **3** (question) to annotate.","Then export again to generate context for your AI tool."].join(`
61
- `);let a=i.filter(l=>l.type==="fix"),c=i.filter(l=>l.type==="question"),u=i.filter(l=>l.type==="important");if(s==="handoff")return"(Use Export > Handoff to generate handoff document)";let d=mP[s];return d(t,e,r,a,c,u)}function Zn(t){let e=0,r=0,n=0,o=we(t);for(let s of o.memos){let i=s.color||"red";i==="red"?e++:i==="blue"?r++:n++}return{fixes:e,questions:r,highlights:n}}function tn(t){let e=t.split(`
49
+ `}function Qy(t){let e=["<!-- USER_MEMO",` id="${Le(t.id)}"`,` type="${t.type}"`,` status="${t.status}"`,` owner="${t.owner}"`,` source="${Le(t.source)}"`,` color="${t.color}"`,` text="${Le(t.text)}"`,` anchorText="${Le(t.anchorText)}"`,` anchor="${Le(t.anchor)}"`,` createdAt="${t.createdAt}"`,` updatedAt="${t.updatedAt}"`];return t.rejectReason&&e.push(` rejectReason="${Le(t.rejectReason)}"`),e.push("-->"),e.join(`
50
+ `)}function rP(t){let e=["<!-- GATE",` id="${t.id}"`,` type="${t.type}"`,` status="${t.status}"`,` blockedBy="${t.blockedBy.join(",")}"`,` canProceedIf="${Le(t.canProceedIf)}"`,` doneDefinition="${Le(t.doneDefinition)}"`];return t.override&&e.push(` override="${t.override}"`),e.push("-->"),e.join(`
51
+ `)}function nP(t){return["<!-- PLAN_CURSOR",` taskId="${t.taskId}"`,` step="${t.step}"`,` nextAction="${Le(t.nextAction)}"`,` lastSeenHash="${t.lastSeenHash}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
52
+ `)}function oP(t){let e=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${Le(t.note)}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${e}" -->`}function sP(t){return["<!-- MEMO_IMPL",` id="${Le(t.id)}"`,` memoId="${Le(t.memoId)}"`,` status="${t.status}"`,` operations="${Le(JSON.stringify(t.operations))}"`,` summary="${Le(t.summary)}"`,` appliedAt="${t.appliedAt}"`,"-->"].join(`
53
+ `)}function iP(t){return["<!-- MEMO_ARTIFACT",` id="${Le(t.id)}"`,` memoId="${Le(t.memoId)}"`,` files="${t.files.join(",")}"`,` linkedAt="${t.linkedAt}"`,"-->"].join(`
54
+ `)}function aP(t){return`<!-- MEMO_DEPENDENCY id="${t.id}" from="${t.from}" to="${t.to}" type="${t.type}" -->`}function cP(t,e,r){if(e.length===0&&r.length===0)return t;let n=t.split(`
55
+ `),o=new Map,s=[];for(let u of e){let d=Hd(n,u);if(d>=0){u.anchor=`L${d+1}|${Et(n[d])}`;let l=o.get(d)||[];l.push(u),o.set(d,l)}else s.push(u)}let i=new Map,a=new Map;for(let u of r)i.set(u.bodyStartIdx,`<!-- REVIEW_RESPONSE to="${u.to}" -->`),u.bodyEndIdx>=0&&a.set(u.bodyEndIdx,"<!-- /REVIEW_RESPONSE -->");let c=[];for(let u=0;u<n.length;u++){i.has(u)&&c.push(i.get(u)),c.push(n[u]);let d=o.get(u);if(d)for(let l of d)c.push(Qy(l));a.has(u)&&c.push(a.get(u))}for(let u of s)c.push(Qy(u));return c.join(`
56
+ `)}function Hd(t,e){if(e.anchor){let r=e.anchor.match(/^L(\d+)(?::L\d+)?\|(.+)$/);if(r){let n=parseInt(r[1],10)-1,o=r[2];if(n>=0&&n<t.length&&Et(t[n])===o)return n;for(let s=1;s<=tP;s++)for(let i of[n-s,n+s])if(i>=0&&i<t.length&&Et(t[i])===o)return i}}if(e.anchorText){let r=e.anchorText.trim();for(let n=0;n<t.length;n++)if(t[n].includes(r))return n}if(e.anchor){let r=e.anchor.match(/^L(\d+)/);if(r){let n=parseInt(r[1],10)-1;return Math.max(0,Math.min(n,t.length-1))}}return-1}function Ud(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return t[e].trim();return null}function Vd(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return e;return-1}function Hi(t){return Et(t)}function Xy(t){return Yy(t).replace(/&#39;/g,"'").replace(/&lt;/g,"<").replace(/&gt;/g,">")}function uP(t){let e=t.toLowerCase();if(e==="red"||e==="blue"||e==="yellow")return e;let r=yr[e];return r==="red"||r==="blue"||r==="yellow"?r:null}var lP='<!-- CHECKPOINT id="([^"]+)" time="([^"]+)" note="([^"]*)" fixes=(\\d+) questions=(\\d+) highlights=(\\d+) sections="([^"]*)" -->';function en(t){let e=[],r=new RegExp(lP,"g"),n;for(;(n=r.exec(t))!==null;)e.push({id:n[1],timestamp:n[2],note:n[3],fixes:parseInt(n[4],10),questions:parseInt(n[5],10),highlights:parseInt(n[6],10),sectionsReviewed:n[7]?n[7].split(","):[]});return e}function Gd(t){let e=t.note.replace(/"/g,"&quot;"),r=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${e}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${r}" -->`}function e_(t){return t.length===0?"":t.map(e=>`- [ ] ${e}`).join(`
57
+ `)}function _r(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push(`## Active Plan Review: ${a}`),i.push(`Follow this plan. Refer to ${a} for details.`),i.push(""),n.length>0){i.push("### Must Fix");for(let c of n){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${ze(c.text,120)}"${u} \u2192 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Fix: "${ze(c.text,80)}"${u}`)}i.push("")}if(o.length>0){i.push("### Open Questions (resolve before implementing)");for(let c of o){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${ze(c.text,120)}"${u} \u2014 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Question about: "${ze(c.text,80)}"${u}`)}i.push("")}if(s.length>0){i.push("### Key Points (preserve these)");for(let c of s)c.text&&i.push(`- "${ze(c.text,80)}"${c.section?` (${c.section})`:""}`),c.feedback&&i.push(`- ${c.feedback}`);i.push("")}return r.length>0&&(i.push("### Checklist"),i.push(e_(r)),i.push("")),i.push("When all items are complete, delete this section."),i.join(`
58
+ `)}function fP(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push("---"),i.push(`description: Plan review feedback for ${t||a}`),i.push("alwaysApply: true"),i.push("---"),i.push(""),i.push(`Follow the plan at ${a} strictly.`),i.push(""),n.length>0){i.push("Required changes:");for(let c of n)c.text&&c.feedback?i.push(`- "${ze(c.text,50)}" \u2192 ${c.feedback}`):c.feedback&&i.push(`- ${c.feedback}`);i.push("")}if(o.length>0){i.push("Open questions (resolve before coding):");for(let c of o)i.push(`- ${c.feedback||ze(c.text,80)}`);i.push("")}if(r.length>0){i.push("Checklist:");for(let c of r)i.push(`- [ ] ${c}`);i.push("")}return i.push("Remove this file when all items are complete."),i.join(`
59
+ `)}function mP(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md",c=t||"Untitled Plan";if(i.push(`# Plan Review Context \u2014 ${c}`),i.push(""),i.push(`**Source:** \`${a}\``),i.push(`**Reviewed:** ${new Date().toISOString().split("T")[0]}`),i.push(""),n.length>0){i.push("## Must Fix");for(let u of n){let d=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${ze(u.text,120)}"${d} \u2192 ${u.feedback}`):u.feedback?i.push(`- ${u.feedback}${d}`):u.text&&i.push(`- "${ze(u.text,80)}"${d}`)}i.push("")}if(o.length>0){i.push("## Questions");for(let u of o){let d=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${ze(u.text,120)}"${d} \u2014 ${u.feedback}`):u.feedback&&i.push(`- ${u.feedback}${d}`)}i.push("")}if(s.length>0){i.push("## Key Points");for(let u of s)u.text&&i.push(`- "${ze(u.text,80)}"`),u.feedback&&i.push(`- ${u.feedback}`);i.push("")}return r.length>0&&(i.push("## Checklist"),i.push(e_(r)),i.push("")),i.push("---"),i.push("*Generated by [md-feedback](https://github.com/yeominux/md-feedback). Delete when done.*"),i.join(`
60
+ `)}var hP={cursor:fP,generic:mP,"claude-code":_r,codex:_r,copilot:_r,cline:_r,windsurf:_r,"roo-code":_r,gemini:_r,antigravity:_r};function t_(t,e,r,n,o,s){let i=Fd(n,o);if(i.length===0&&r.length===0)return["## No annotations found","","Select text in the editor and press **1** (highlight), **2** (fix), or **3** (question) to annotate.","Then export again to generate context for your AI tool."].join(`
61
+ `);let a=i.filter(l=>l.type==="fix"),c=i.filter(l=>l.type==="question"),u=i.filter(l=>l.type==="important");if(s==="handoff")return"(Use Export > Handoff to generate handoff document)";let d=hP[s];return d(t,e,r,a,c,u)}function Zn(t){let e=0,r=0,n=0,o=we(t);for(let s of o.memos){let i=s.color||"red";i==="red"?e++:i==="blue"?r++:n++}return{fixes:e,questions:r,highlights:n}}function tn(t){let e=t.split(`
62
62
  `),r=[],n=new Set,o="";for(let s of e){let i=s.match(/^## (.+)/);if(i){o=i[1].trim();continue}if(!o)continue;(s.includes("<!-- USER_MEMO")||s.includes("<mark")||/(?<!`)==.+==(?!`)/.test(s))&&!n.has(o)&&(n.add(o),r.push(o))}return r}function rn(t){let e=[];for(let r of t.split(`
63
- `)){let n=r.match(/^## (.+)/);n&&e.push(n[1].trim())}return e}function Gd(t,e){let r=Zn(t),n=tn(t),o={id:rt("ckpt",{separator:"_"}),timestamp:new Date().toISOString(),note:e,fixes:r.fixes,questions:r.questions,highlights:r.highlights,sectionsReviewed:n},s=Hd(o),a=t.trimEnd()+`
63
+ `)){let n=r.match(/^## (.+)/);n&&e.push(n[1].trim())}return e}function Wd(t,e){let r=Zn(t),n=tn(t),o={id:rt("ckpt",{separator:"_"}),timestamp:new Date().toISOString(),note:e,fixes:r.fixes,questions:r.questions,highlights:r.highlights,sectionsReviewed:n},s=Gd(o),a=t.trimEnd()+`
64
64
 
65
65
  `+s+`
66
- `;return{checkpoint:o,updatedMarkdown:a}}function Gi(t,e){let r=en(t),n=Zn(t),o=tn(t),s=rn(t),i={file:e,startedAt:r.length>0?r[0].timestamp:new Date().toISOString(),lastCheckpoint:r.length>0?r[r.length-1].timestamp:"",checkpointCount:r.length,totalFixes:n.fixes,totalQuestions:n.questions,totalHighlights:n.highlights},a=[],c=[],u=[];hP(t,a,c,u);let d=[];for(let h of c)d.push(`Resolve: ${h.feedback||h.text}`);let l=s.filter(h=>!o.includes(h));for(let h of l)d.push(`Review uncovered: ${h} section`);return{meta:i,decisions:a,openQuestions:c,keyPoints:u,checkpoints:r,nextSteps:d}}function hP(t,e,r,n){let o=t.split(`
66
+ `;return{checkpoint:o,updatedMarkdown:a}}function Gi(t,e){let r=en(t),n=Zn(t),o=tn(t),s=rn(t),i={file:e,startedAt:r.length>0?r[0].timestamp:new Date().toISOString(),lastCheckpoint:r.length>0?r[r.length-1].timestamp:"",checkpointCount:r.length,totalFixes:n.fixes,totalQuestions:n.questions,totalHighlights:n.highlights},a=[],c=[],u=[];gP(t,a,c,u);let d=[];for(let h of c)d.push(`Resolve: ${h.feedback||h.text}`);let l=s.filter(h=>!o.includes(h));for(let h of l)d.push(`Review uncovered: ${h} section`);return{meta:i,decisions:a,openQuestions:c,keyPoints:u,checkpoints:r,nextSteps:d}}function gP(t,e,r,n){let o=t.split(`
67
67
  `),s="";for(let i=0;i<o.length;i++){let a=o[i],c=a.match(/^## (.+)/);if(c){s=c[1].trim();continue}let u=a.match(/<!-- USER_MEMO\s+id="[^"]+"\s+(.*?)\s*:\s*(.*?)\s*-->/);if(u){let h=u[1].match(/color="([^"]+)"/),m=h?h[1]:"red",p=u[2].replace(/--\u200B>/g,"-->"),f="";for(let g=i-1;g>=0;g--)if(o[g].trim()&&!o[g].includes("<!-- ")){f=o[g].trim(),f=f.replace(/<\/?mark[^>]*>/g,"");break}let y={section:s,text:f,feedback:p};m==="red"?e.push(y):m==="blue"?r.push(y):n.push(y);continue}if(/^<!-- USER_MEMO\s*$/.test(a.trim())){let l=[];for(i++;i<o.length&&!/^-->$/.test(o[i].trim());)l.push(o[i]),i++;let h={};for(let g of l){let _=g.trim().match(/^(\w+)="([^"]*)"$/);_&&(h[_[1]]=_[2])}let m=h.color||"red",p=(h.text||"").replace(/--\u200B>/g,"-->"),f="";if(h.anchorText)f=h.anchorText.replace(/<\/?mark[^>]*>/g,"");else for(let g=i-1;g>=0;g--)if(o[g].trim()&&!o[g].includes("<!-- ")){f=o[g].trim().replace(/<\/?mark[^>]*>/g,"");break}let y={section:s,text:f,feedback:p};m==="red"?e.push(y):m==="blue"?r.push(y):n.push(y);continue}let d=a.match(/<mark[^>]*(?:data-color="([^"]+)"|style="background-color:\s*([^"]+)")?\s*>(.*?)<\/mark>/)||a.match(/==(.*?)==/);if(d){if((i+1<o.length?o[i+1]:"").includes("<!-- USER_MEMO"))continue;let h,m;if(d.length===2)h=d[1],m="yellow";else{let f=(d[1]||d[2]||"").trim();m=yr[f]||"yellow",h=d[3]}let p={section:s,text:h,feedback:""};m==="red"?e.push(p):m==="blue"?r.push(p):n.push(p)}}}function Wi(t,e="standalone"){let r=[];if(e==="standalone"?(r.push(`# HANDOFF \u2014 \`${t.meta.file}\``),r.push("")):e==="claude-md"?(r.push(`## Session Handoff: ${t.meta.file}`),r.push("")):(r.push("---"),r.push(`description: Session handoff for ${t.meta.file}`),r.push("alwaysApply: true"),r.push("---"),r.push("")),r.push("## Session"),r.push(`- **File**: \`${t.meta.file}\``),r.push(`- **Started**: ${t.meta.startedAt}`),t.meta.lastCheckpoint&&r.push(`- **Last checkpoint**: ${t.meta.lastCheckpoint}`),r.push(`- **Checkpoints**: ${t.meta.checkpointCount}`),r.push(`- **Annotations**: ${t.meta.totalFixes} fix, ${t.meta.totalQuestions} question, ${t.meta.totalHighlights} highlight`),r.push(""),t.decisions.length>0){r.push(`## Decisions Made (${t.decisions.length})`),r.push("Marked as FIX. Decided \u2014 implement as specified.");for(let n=0;n<t.decisions.length;n++){let o=t.decisions[n],s=o.section?`[${o.section}]`:"[General]";o.text&&o.feedback?r.push(`${n+1}. **${s}** "${ze(o.text,60)}" \u2192 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${ze(o.text,80)}"`)}r.push("")}if(t.openQuestions.length>0){r.push(`## Open Questions (${t.openQuestions.length})`),r.push("Marked as QUESTION. Unresolved \u2014 investigate before implementing.");for(let n=0;n<t.openQuestions.length;n++){let o=t.openQuestions[n],s=o.section?`[${o.section}]`:"[General]";o.text&&o.feedback?r.push(`${n+1}. **${s}** "${ze(o.text,60)}" \u2014 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${ze(o.text,80)}"`)}r.push("")}if(t.keyPoints.length>0){r.push(`## Key Points (${t.keyPoints.length})`),r.push("Marked as HIGHLIGHT. Important context \u2014 preserve during implementation.");for(let n=0;n<t.keyPoints.length;n++){let o=t.keyPoints[n],s=o.section?`[${o.section}]`:"[General]";o.text&&r.push(`${n+1}. **${s}** "${ze(o.text,80)}"`),o.feedback&&r.push(` ${o.feedback}`)}r.push("")}if(t.checkpoints.length>0){r.push("## Progress Checkpoints"),r.push("| # | Time | Note | Fixes | Questions | Highlights |"),r.push("|---|------|------|-------|-----------|------------|");for(let n=0;n<t.checkpoints.length;n++){let o=t.checkpoints[n],s=o.timestamp.split("T")[1]?.split(".")[0]||o.timestamp;r.push(`| ${n+1} | ${s} | ${o.note} | ${o.fixes} | ${o.questions} | ${o.highlights} |`)}r.push("")}if(t.nextSteps.length>0){r.push("## Next Steps");for(let n of t.nextSteps)r.push(`- [ ] ${n}`);r.push("")}return r.push("---"),r.push("*Generated by md-feedback. Feed this to your AI coding agent.*"),r.join(`
68
- `)}function t_(t){let e=t.split(`
69
- `),r="",n={file:"",startedAt:"",lastCheckpoint:"",checkpointCount:0,totalFixes:0,totalQuestions:0,totalHighlights:0},o=[],s=[],i=[],a=[],c=[];for(let u of e){let d=u.match(/^## (.+)/);if(d){r=d[1].trim();continue}if(r.startsWith("Session")){let h=u.match(/\*\*File\*\*:\s*`([^`]+)`/);h&&(n.file=h[1]);let m=u.match(/\*\*Started\*\*:\s*(.+)/);m&&(n.startedAt=m[1].trim());let p=u.match(/\*\*Last checkpoint\*\*:\s*(.+)/);p&&(n.lastCheckpoint=p[1].trim());let f=u.match(/\*\*Checkpoints\*\*:\s*(\d+)/);f&&(n.checkpointCount=parseInt(f[1],10));let y=u.match(/\*\*Annotations\*\*:\s*(\d+)\s*fix,\s*(\d+)\s*question,\s*(\d+)\s*highlight/);y&&(n.totalFixes=parseInt(y[1],10),n.totalQuestions=parseInt(y[2],10),n.totalHighlights=parseInt(y[3],10))}let l=u.match(/^\d+\.\s+\*\*\[([^\]]*)\]\*\*\s+(.+)/);if(l){let h=l[1],m=l[2],p=m.match(/"([^"]+)"\s*→\s*(.+)/),f=m.match(/"([^"]+)"\s*—\s*(.+)/),y;if(p)y={section:h,text:p[1],feedback:p[2]};else if(f)y={section:h,text:f[1],feedback:f[2]};else{let g=m.match(/"([^"]+)"/);y={section:h,text:g?g[1]:"",feedback:g?"":m}}r.startsWith("Decisions")?o.push(y):r.startsWith("Open Questions")?s.push(y):r.startsWith("Key Points")&&i.push(y)}if(r.startsWith("Progress Checkpoints")){let h=u.match(/^\|\s*(\d+)\s*\|\s*([^|]+)\|\s*([^|]*)\|\s*(\d+)\s*\|\s*(\d+)\s*\|\s*(\d+)\s*\|/);h&&a.push({id:`ckpt_restored_${h[1]}`,timestamp:h[2].trim(),note:h[3].trim(),fixes:parseInt(h[4],10),questions:parseInt(h[5],10),highlights:parseInt(h[6],10),sectionsReviewed:[]})}if(r.startsWith("Next Steps")){let h=u.match(/^- \[ \]\s+(.+)/);h&&c.push(h[1])}}return n.file?{meta:n,decisions:o,openQuestions:s,keyPoints:i,checkpoints:a,nextSteps:c}:null}function gP(t,e){return t.blockedBy.length>0&&t.blockedBy.map(o=>e.find(s=>s.id===o)).filter(o=>o!=null&&!zt(o.status)).length>0?"blocked":e.some(n=>!zt(n.status))?"proceed":"done"}function Pt(t,e){return t.map(r=>({...r,status:r.override||gP(r,e)}))}function r_(t,e,r,n,o,s){let i={},a={},c=0;for(let x of t)i[x.status]=(i[x.status]||0)+1,a[x.type]=(a[x.type]||0)+1,zt(x.status)&&c++;let u=t.length>0?c/t.length:0,d={},l=0,h=0,m=0;for(let x of e)d[x.status]=(d[x.status]||0)+1,x.status==="applied"&&l++,x.status==="reverted"&&h++,x.status==="failed"&&m++;let p={};for(let x of r)p[x.status]=(p[x.status]||0)+1;let f=new Set;for(let x of o)for(let S of x.files)f.add(S);let y=s.filter(x=>x.type==="blocks").length,g=null;n.length>0&&(g=n.reduce((x,S)=>S.timestamp>x?S.timestamp:x,n[0].timestamp));let _=null,v=t.filter(x=>zt(x.status)&&x.createdAt&&x.updatedAt);if(v.length>0){let x=0,S=0;for(let Z of v){let I=new Date(Z.createdAt).getTime(),Q=new Date(Z.updatedAt).getTime();!isNaN(I)&&!isNaN(Q)&&Q>I&&(x+=Q-I,S++)}S>0&&(_=x/S)}return{totalMemos:t.length,byStatus:i,byType:a,resolutionRate:u,totalImpls:e.length,implsByStatus:d,appliedCount:l,revertedCount:h,failedCount:m,totalGates:r.length,gatesByStatus:p,totalArtifacts:o.length,linkedFiles:f.size,totalDependencies:s.length,blockingChains:y,totalCheckpoints:n.length,lastCheckpoint:g,avgResolutionTime:_}}var at=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="ToolError"}},Bo=class extends at{constructor(e,r){super("FILE_SAFETY",e,r),this.name="FileSafetyError"}},Bi=class extends at{constructor(e){super("FILE_NOT_FOUND",`File not found: ${e}`,{file:e}),this.name="FileNotFoundError"}},Ji=class extends at{constructor(e,r){super("FILE_READ",`Cannot read file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileReadError"}},Ki=class extends at{constructor(e,r){super("FILE_WRITE",`Cannot write file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileWriteError"}},Qi=class extends at{constructor(e){super("FILE_LOCK_TIMEOUT",`Timeout acquiring lock: ${e}`,{lockPath:e}),this.name="FileLockTimeoutError"}},vr=class extends at{constructor(e,r){super("PATCH_APPLY",e,r),this.name="PatchApplyError"}},Rt=class extends at{constructor(e){super("MEMO_NOT_FOUND",`Memo not found: ${e}`,{memoId:e}),this.name="MemoNotFoundError"}},ve=class extends at{constructor(e,r){super("OPERATION_INVALID",e,r),this.name="OperationValidationError"}},Jo=class extends at{constructor(e,r){super("ANCHOR_NOT_FOUND",`Anchor text not found: "${e}"`,{anchorText:e,matchCount:0,...r??{}}),this.name="AnchorNotFoundError"}},Xi=class extends at{constructor(e){super("HANDOFF_INVALID","Not a valid handoff document",{file:e}),this.name="InvalidHandoffError"}};function Wd(t){return t instanceof at?{error:t.message,code:t.code,type:t.name,...t.details?{details:t.details}:{}}:t instanceof Error?{error:t.message}:{error:String(t)}}var n_={respond_to_memo:{allowedMemoTypes:["question"],guidance:"Use apply_memo/update_memo_progress for fix memos."},apply_memo:{allowedMemoTypes:["fix"],guidance:"Use respond_to_memo for question memos."},batch_apply:{allowedMemoTypes:["fix"],guidance:"Use respond_to_memo for question memos."}},yP={...n_};function o_(t=process.env){return t.MD_FEEDBACK_POLICY_PROFILE?.trim().toLowerCase()==="strict"?"strict":"default"}function s_(t){return t==="strict"?yP:n_}function i_(t=o_()){let e=s_(t);return{profile:t,memoActions:{respond_to_memo:{allowedMemoTypes:[...e.respond_to_memo.allowedMemoTypes]},apply_memo:{allowedMemoTypes:[...e.apply_memo.allowedMemoTypes]},batch_apply:{allowedMemoTypes:[...e.batch_apply.allowedMemoTypes]}}}}function Yi(t,e,r,n=o_()){let s=s_(n)[t];if(!s.allowedMemoTypes.includes(r))throw new ve(`${t} supports only ${s.allowedMemoTypes.join(", ")} memos. ${s.guidance}`,{memoId:e,memoType:r,action:t,policyProfile:n,allowedMemoTypes:s.allowedMemoTypes})}var yt=require("node:fs"),Qd=require("node:path"),ra=require("node:crypto");var se=require("fs"),Ne=require("path"),Bd=require("node:crypto");var _P=2e3,vP=10,xP=20;function Jd(t){return(0,Ne.isAbsolute)(t)?t:(0,Ne.resolve)(process.cwd(),t)}function ta(t){let e=Jd(t);if(!(0,se.existsSync)(e))throw new Bi(e);try{return(0,se.readFileSync)(e,"utf-8")}catch(r){throw new Ji(e,r instanceof Error?r.message:String(r))}}function a_(t,e){let r=Jd(t),n=(0,Ne.dirname)(r),o=(0,Ne.join)(n,`.mf-tmp-${(0,Bd.randomBytes)(6).toString("hex")}`);try{(0,se.writeFileSync)(o,e,"utf-8"),(0,se.renameSync)(o,r)}catch(s){try{(0,se.unlinkSync)(o)}catch{}throw new Ki(r,s instanceof Error?s.message:String(s))}}var ea=new Map;async function bP(t,e){for(;ea.has(t);)await ea.get(t);let r;ea.set(t,new Promise(n=>{r=n}));try{return await e()}finally{ea.delete(t),r()}}function wP(t){return new Promise(e=>setTimeout(e,t))}async function $P(t,e=_P){let r=Date.now();for(;;)try{let n=(0,se.openSync)(t,"wx");return()=>{try{(0,se.closeSync)(n)}catch{}try{(0,se.unlinkSync)(t)}catch{}}}catch(n){if(n.code!=="EEXIST")throw n;if(Date.now()-r>e)throw new Qi(t);await wP(vP)}}function nn(t){let e=Jd(t),r=(0,Ne.join)((0,Ne.dirname)(e),".md-feedback");return(0,se.existsSync)(r)||(0,se.mkdirSync)(r,{recursive:!0}),r}function Ko(t,e){let r=nn(t),n=(0,Ne.join)(r,"snapshots");(0,se.existsSync)(n)||(0,se.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ne.join)(n,`snapshot-${o}.md`);(0,se.writeFileSync)(s,e,"utf-8");let i=(0,se.readdirSync)(n).filter(a=>a.startsWith("snapshot-")).sort();for(;i.length>xP;)try{(0,se.unlinkSync)((0,Ne.join)(n,i.shift()))}catch{}return s}function c_(t){let e=nn(t),r=(0,Ne.join)(e,"progress.json");if(!(0,se.existsSync)(r))return[];try{return JSON.parse((0,se.readFileSync)(r,"utf-8"))}catch{return[]}}async function u_(t,e){let r=nn(t),n=(0,Ne.join)(r,"progress.json"),o=`${n}.lock`;await bP(n,async()=>{let s=await $P(o);try{let i=[];if((0,se.existsSync)(n))try{i=JSON.parse((0,se.readFileSync)(n,"utf-8"))}catch{i=[]}i.push(e);let a=`${n}.tmp-${(0,Bd.randomBytes)(6).toString("hex")}`;(0,se.writeFileSync)(a,JSON.stringify(i,null,2),"utf-8"),(0,se.renameSync)(a,n)}finally{s()}})}function l_(t,e){let r=nn(t),n=(0,Ne.join)(r,"transactions");(0,se.existsSync)(n)||(0,se.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ne.join)(n,`tx-${o}.json`);return(0,se.writeFileSync)(s,JSON.stringify(e,null,2),"utf-8"),s}var Qo=["scope","root_cause","implementation","verification"],kP={create_annotation:["scope","root_cause"],respond_to_memo:["root_cause","implementation"],apply_memo:["implementation"],batch_apply:["implementation"],rollback_memo:["implementation"],update_memo_status:["implementation","verification"],update_memo_progress:["implementation","verification"],link_artifacts:["implementation","verification"],update_cursor:["implementation","verification"],create_checkpoint:["verification"],set_memo_severity:["scope","root_cause","implementation","verification"],request_approval_checkpoint:["scope","root_cause","implementation","verification"],approve_checkpoint:["scope","root_cause","implementation","verification"]},SP=new Set(["batch_apply","rollback_memo"]);function d_(t){return(0,Qd.join)(nn(t),"workflow.json")}function p_(t){return(0,Qd.join)(nn(t),"severity.json")}function f_(t=process.env){return t.MD_FEEDBACK_WORKFLOW_ENFORCEMENT?.trim().toLowerCase()==="strict"?"strict":"off"}function m_(t){let e=p_(t);if(!(0,yt.existsSync)(e))return{version:"1.0",overrides:{},updatedAt:new Date().toISOString()};try{let r=(0,yt.readFileSync)(e,"utf-8").replace(/^\uFEFF/,""),n=JSON.parse(r);return{version:"1.0",overrides:n.overrides&&typeof n.overrides=="object"?n.overrides:{},updatedAt:typeof n.updatedAt=="string"?n.updatedAt:new Date().toISOString()}}catch{return{version:"1.0",overrides:{},updatedAt:new Date().toISOString()}}}function TP(t,e){let r=p_(t),n=`${r}.tmp-${(0,ra.randomBytes)(6).toString("hex")}`;(0,yt.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,yt.renameSync)(n,r)}function zP(t){return t==="fix"?"blocking":"non_blocking"}function h_(t,e,r){let o={version:"1.0",overrides:{...m_(t).overrides,[e]:r},updatedAt:new Date().toISOString()};return TP(t,o),o}function Xd(t){let e=ta(t),r=we(e),n=m_(t).overrides,o=r.memos.filter(s=>!zt(s.status)).filter(s=>(n[s.id]??zP(s.type))==="blocking").map(s=>s.id);return{overrides:n,unresolvedBlockingMemos:o}}function na(t,e){let r=d_(t),n=`${r}.tmp-${(0,ra.randomBytes)(6).toString("hex")}`;(0,yt.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,yt.renameSync)(n,r)}function Kd(){return{version:"1.0",phase:"scope",status:"active",transitions:[],pendingCheckpoint:null,approvals:[],approvalGrant:null,updatedAt:new Date().toISOString()}}function EP(t){let e=d_(t);if(!(0,yt.existsSync)(e))return Kd();try{let r=(0,yt.readFileSync)(e,"utf-8").replace(/^\uFEFF/,""),n=JSON.parse(r),o=n.phase,s=Array.isArray(n.transitions)?n.transitions:[];return!o||!Qo.includes(o)?Kd():{version:"1.0",phase:o,status:"active",transitions:s,pendingCheckpoint:n.pendingCheckpoint&&typeof n.pendingCheckpoint=="object"?n.pendingCheckpoint:null,approvals:Array.isArray(n.approvals)?n.approvals:[],approvalGrant:n.approvalGrant&&typeof n.approvalGrant=="object"?n.approvalGrant:null,updatedAt:typeof n.updatedAt=="string"?n.updatedAt:new Date().toISOString()}}catch{return Kd()}}function xr(t){let e=EP(t);return e.transitions.length===0&&e.phase==="scope"&&na(t,e),e}function nt(t,e){let r=xr(t);if(f_()!=="strict")return r;let n=kP[e];if(!n||n.includes(r.phase))return r;throw new ve(`Tool "${e}" is not allowed in phase "${r.phase}".`,{tool:e,currentPhase:r.phase,allowedPhases:n})}function g_(t,e){let r=xr(t),n=e(r);return na(t,n),n}function Yd(t,e,r){return g_(t,n=>n.pendingCheckpoint&&n.pendingCheckpoint.tool===e?n:{...n,pendingCheckpoint:{id:`chk_${(0,ra.randomBytes)(4).toString("hex")}`,tool:e,reason:r,requestedAt:new Date().toISOString()},updatedAt:new Date().toISOString()})}function y_(t,e,r,n){return g_(t,o=>{let s=o.pendingCheckpoint;if(!s||s.tool!==e)throw new ve(`No pending checkpoint for tool "${e}".`,{tool:e,pendingCheckpoint:s});let i={checkpointId:s.id,tool:e,approvedBy:r,reason:n,approvedAt:new Date().toISOString()};return{...o,pendingCheckpoint:null,approvals:[...o.approvals,i],approvalGrant:{checkpointId:s.id,tool:e,approvedBy:r,approvedAt:i.approvedAt,consumed:!1},updatedAt:new Date().toISOString()}})}function ep(t,e,r){if(f_()!=="strict"||!SP.has(e))return xr(t);let n=xr(t);if(n.approvalGrant&&!n.approvalGrant.consumed&&n.approvalGrant.tool===e){let s={...n,approvalGrant:{...n.approvalGrant,consumed:!0},updatedAt:new Date().toISOString()};return na(t,s),s}let o=Yd(t,e,r);throw new ve(`Approval required before high-risk tool "${e}".`,{tool:e,reason:r,pendingCheckpoint:o.pendingCheckpoint})}function __(t,e,r,n){let o=xr(t);if(e===o.phase)return o;let s=Qo.indexOf(o.phase);if(Qo.indexOf(e)!==s+1)throw new ve(`Invalid workflow transition: ${o.phase} -> ${e}. Expected next phase: ${Qo[s+1]??"none"}.`,{currentPhase:o.phase,requestedPhase:e,expectedNextPhase:Qo[s+1]??null});if(e==="verification"){let c=Xd(t);if(c.unresolvedBlockingMemos.length>0)throw new ve("Cannot advance to verification with unresolved blocking memos.",{currentPhase:o.phase,requestedPhase:e,unresolvedBlockingMemos:c.unresolvedBlockingMemos})}let a={...o,phase:e,updatedAt:new Date().toISOString(),transitions:[...o.transitions,{from:o.phase,to:e,tool:r,note:n,timestamp:new Date().toISOString()}]};return na(t,a),a}function v_(t,e){let{safeRead:r,wrapTool:n}=e;t.tool("get_policy_status","Return current runtime policy profile and memo-action routing rules.",{},async()=>n(async()=>{let o=i_();return{content:[{type:"text",text:JSON.stringify({policy:o},null,2)}]}})),t.tool("get_workflow_status","Return current workflow phase and transition history for a document.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{r(o);let s=xr(o);return{content:[{type:"text",text:JSON.stringify({workflow:s},null,2)}]}})),t.tool("get_severity_status","Return memo severity overrides and unresolved blocking memo IDs for the document.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{r(o);let s=Xd(o);return{content:[{type:"text",text:JSON.stringify({severity:s},null,2)}]}})),t.tool("get_checkpoints","List all checkpoints in an annotated markdown file.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=en(s);return{content:[{type:"text",text:JSON.stringify({checkpoints:i},null,2)}]}})),t.tool("generate_handoff","Generate a structured handoff document from an annotated markdown file. Anti-compression format: explicit fields, numbers, lists only.",{file:T.string().describe("Path to the annotated markdown file"),target:T.enum(["standalone","claude-md","cursor-rules"]).optional().describe("Output format target (default: standalone)")},async({file:o,target:s})=>n(async()=>{let i=r(o),a=Gi(i,o);return{content:[{type:"text",text:Wi(a,s||"standalone")}]}})),t.tool("get_review_status","Get current review session status: annotation counts, checkpoints, and reviewed sections. Summary-only \u2014 returns counts and metadata, not individual memos. Use list_annotations for memo details or get_document_structure for the full parse.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=Zn(s),a=en(s),c=tn(s),u={file:o,annotations:i,checkpointCount:a.length,lastCheckpoint:a.length>0?a[a.length-1].timestamp:null,sectionsReviewed:c};return{content:[{type:"text",text:JSON.stringify(u,null,2)}]}})),t.tool("pickup_handoff","Parse an existing handoff document to resume a review session. Returns structured data for session continuity.",{file:T.string().describe("Path to the handoff markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=t_(s);if(!i)throw new Xi(o);return{content:[{type:"text",text:JSON.stringify(i,null,2)}]}})),t.tool("list_annotations","List all annotations (USER_MEMO comments) in a markdown file. Returns structured array with id, type, status, owner, text, and color. Lightweight \u2014 returns only memo data, no document body or sections. Use get_document_structure for the full parse.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),a=we(s).memos.map(c=>({id:c.id,type:c.type,status:c.status,owner:c.owner,source:c.source,color:c.color,text:c.text,anchorText:c.anchorText,anchor:c.anchor,createdAt:c.createdAt,updatedAt:c.updatedAt}));return{content:[{type:"text",text:JSON.stringify({annotations:a,total:a.length},null,2)}]}})),t.tool("get_document_structure","Parse an annotated markdown file and return the full v0.4.0 ReviewDocument: { bodyMd, memos[] (with status/owner), checkpoints[], gates[], cursor, sections, summary }. Most comprehensive tool \u2014 use this when you need the complete document state. Use list_annotations for just memos, or get_review_status for just counts.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=we(s),a=rn(s),c=tn(s),u=Pt(i.gates,i.memos),d=0,l=0,h=0,m=0,p=0,f=0,y=0,g=0,_=0,v=0;for(let I of i.memos)I.status==="open"?d++:I.status==="in_progress"?l++:I.status==="needs_review"?h++:I.status==="answered"?m++:I.status==="done"?p++:I.status==="failed"?f++:I.status==="wontfix"&&y++,I.type==="fix"?g++:I.type==="question"?_++:v++;let x=0;for(let I of u)I.status==="blocked"&&x++;let S={version:"0.4.0",file:o,bodyMd:i.body,memos:i.memos,checkpoints:i.checkpoints,gates:u,cursor:i.cursor,sections:{all:a,reviewed:c,uncovered:a.filter(I=>!c.includes(I))},impls:i.impls,artifacts:i.artifacts,dependencies:i.dependencies,summary:{total:i.memos.length,open:d,inProgress:l,needsReview:h,answered:m,done:p,failed:f,wontfix:y,blocked:x,fixes:g,questions:_,highlights:v}},Z=r_(i.memos,i.impls,u,i.checkpoints,i.artifacts,i.dependencies);return{content:[{type:"text",text:JSON.stringify({...S,metrics:Z},null,2)}]}})),t.tool("evaluate_gates","Evaluate all gates in a markdown file against current memo statuses. Returns updated gate statuses without modifying the file.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=we(s),a=Pt(i.gates,i.memos);return{content:[{type:"text",text:JSON.stringify({gates:a,summary:{total:a.length,blocked:a.filter(c=>c.status==="blocked").length,proceed:a.filter(c=>c.status==="proceed").length,done:a.filter(c=>c.status==="done").length}},null,2)}]}}))}function x_(t,e){let{safeRead:r,wrapTool:n}=e;t.tool("export_review","Export review feedback in a format optimized for a specific AI coding tool. Targets: claude-code, cursor, codex, copilot, cline, windsurf, roo-code, gemini, generic, handoff. Returns formatted markdown ready to save to the appropriate file.",{file:T.string().describe("Path to the annotated markdown file"),target:T.enum(["claude-code","cursor","codex","copilot","cline","windsurf","roo-code","gemini","antigravity","generic","handoff"]).describe("Target AI tool format")},async({file:o,target:s})=>n(async()=>{let i=r(o);if(s==="handoff"){let f=Gi(i,o);return{content:[{type:"text",text:Wi(f,"standalone")}]}}let c=we(i).memos,u=rn(i),d=u[0]||"Plan Review",l={red:"#fca5a5",blue:"#93c5fd",yellow:"#fef08a"},h=c.map(f=>({text:f.anchorText||"",color:l[f.color]||"#fef08a",section:"",context:""})),m=c.map(f=>({id:f.id,text:f.text,color:f.color,section:"",context:f.anchorText||""}));return{content:[{type:"text",text:e_(d,o,u,h,m,s)}]}})),t.tool("get_memo_changes","Get the implementation history and progress for a memo. Returns all MemoImpl records and progress entries from .md-feedback/progress.json. If memoId is omitted, returns all changes.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().optional().describe("Optional memo ID to filter by \u2014 if omitted, returns all changes")},async({file:o,memoId:s})=>n(async()=>{let i=r(o),a=we(i),c=s?a.impls.filter(l=>l.memoId===s):a.impls,u=c_(o),d=s?u.filter(l=>l.memoId===s):u;return{content:[{type:"text",text:JSON.stringify({impls:c,progress:d},null,2)}]}}))}function b_(t,e){v_(t,e),x_(t,e)}var on=require("node:fs");var w_=Ln(require("node:path")),oa=new Map;async function Ge(t,e){let r=w_.default.resolve(t);for(;oa.has(r);)await oa.get(r);let n;oa.set(r,new Promise(o=>{n=o}));try{return await e()}finally{oa.delete(r),n()}}function $_(t,e){let{safeRead:r,safeWrite:n,wrapTool:o,ensureDefaultGate:s,updateCursorFromMemos:i,applyUnifiedDiff:a}=e;t.tool("create_checkpoint","Create a review checkpoint in an annotated markdown file. Records current annotation counts and reviewed sections.",{file:T.string().describe("Path to the annotated markdown file"),note:T.string().describe('Checkpoint note (e.g., "Phase 1 review done")')},async({file:c,note:u})=>Ge(c,async()=>o(async()=>{nt(c,"create_checkpoint");let d=r(c),{checkpoint:l,updatedMarkdown:h}=Gd(d,u);return n(c,h),{content:[{type:"text",text:JSON.stringify({checkpoint:l},null,2)}]}}))),t.tool("create_annotation","Create a new review annotation on a markdown file. Finds the anchor text in the document and attaches a review memo. Auto-creates a quality gate and updates cursor.",{file:T.string().describe("Path to the annotated markdown file"),anchorText:T.string().describe("The exact text in the document to annotate (must exist in the file)"),type:T.enum(["fix","question","highlight"]).describe("fix = needs change, question = needs clarification, highlight = mark for reference"),text:T.string().describe("The review feedback or note to attach"),occurrence:T.number().int().min(1).optional().describe("Which occurrence of anchorText to annotate (1-indexed, default 1). Use when the same text appears multiple times.")},async({file:c,anchorText:u,type:d,text:l,occurrence:h})=>Ge(c,async()=>o(async()=>{nt(c,"create_annotation");let m=r(c),p=we(m),f=p.body.split(`
70
- `),y=-1;if(h){let Z=0;for(let I=0;I<f.length;I++)if(f[I].includes(u)&&(Z++,Z===h)){y=I;break}if(y===-1){let I=Z===0?{occurrenceRequested:h,matchCount:Z}:{occurrenceRequested:h,matchCount:Z};throw new Jo(u,I)}}else{let Z=[];for(let I=0;I<f.length;I++)f[I].includes(u)&&Z.push(I);if(Z.length===0)throw new Jo(u,{occurrenceRequested:null,matchCount:0});if(Z.length===1)y=Z[0];else{let I=Z.find(Q=>f[Q].trim()===u.trim());if(I!==void 0)y=I;else{let Q=Z[0],$e=1/0;for(let X of Z){let N=f[X].length-u.length;N<$e&&($e=N,Q=X)}y=Q}}}let g=Et(f[y]),_=y+1,v=d==="fix"?"red":d==="question"?"blue":"yellow",x={id:rt("memo"),type:d,status:"open",owner:"agent",source:"mcp",color:v,text:l,anchorText:u,anchor:`L${_}:L${_}|${g}`,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()};p.memos.push(x),s(p),p.gates=Pt(p.gates,p.memos),i(p,x.id,`Created ${d}: "${l.slice(0,50)}"`);let S=Lt(p);return n(c,S),{content:[{type:"text",text:JSON.stringify({memo:x,gateStatus:p.gates[0]?.status,totalMemos:p.memos.length},null,2)}]}}))),t.tool("respond_to_memo",`Add an AI response to a memo annotation. Inserts a REVIEW_RESPONSE block into the markdown file directly below the memo's anchor text. Automatically sets the memo status to "needs_review" for human approval.`,{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to respond to"),response:T.string().describe("The response text (markdown supported)")},async({file:c,memoId:u,response:d})=>Ge(c,async()=>o(async()=>{nt(c,"respond_to_memo");let l=r(c),h=we(l),m=h.memos.find(y=>y.id===u);if(!m)throw new Rt(u);Yi("respond_to_memo",u,m.type);let p=h.responses.find(y=>y.to===u);if(p){let y=h.body.split(`
68
+ `)}function r_(t){let e=t.split(`
69
+ `),r="",n={file:"",startedAt:"",lastCheckpoint:"",checkpointCount:0,totalFixes:0,totalQuestions:0,totalHighlights:0},o=[],s=[],i=[],a=[],c=[];for(let u of e){let d=u.match(/^## (.+)/);if(d){r=d[1].trim();continue}if(r.startsWith("Session")){let h=u.match(/\*\*File\*\*:\s*`([^`]+)`/);h&&(n.file=h[1]);let m=u.match(/\*\*Started\*\*:\s*(.+)/);m&&(n.startedAt=m[1].trim());let p=u.match(/\*\*Last checkpoint\*\*:\s*(.+)/);p&&(n.lastCheckpoint=p[1].trim());let f=u.match(/\*\*Checkpoints\*\*:\s*(\d+)/);f&&(n.checkpointCount=parseInt(f[1],10));let y=u.match(/\*\*Annotations\*\*:\s*(\d+)\s*fix,\s*(\d+)\s*question,\s*(\d+)\s*highlight/);y&&(n.totalFixes=parseInt(y[1],10),n.totalQuestions=parseInt(y[2],10),n.totalHighlights=parseInt(y[3],10))}let l=u.match(/^\d+\.\s+\*\*\[([^\]]*)\]\*\*\s+(.+)/);if(l){let h=l[1],m=l[2],p=m.match(/"([^"]+)"\s*→\s*(.+)/),f=m.match(/"([^"]+)"\s*—\s*(.+)/),y;if(p)y={section:h,text:p[1],feedback:p[2]};else if(f)y={section:h,text:f[1],feedback:f[2]};else{let g=m.match(/"([^"]+)"/);y={section:h,text:g?g[1]:"",feedback:g?"":m}}r.startsWith("Decisions")?o.push(y):r.startsWith("Open Questions")?s.push(y):r.startsWith("Key Points")&&i.push(y)}if(r.startsWith("Progress Checkpoints")){let h=u.match(/^\|\s*(\d+)\s*\|\s*([^|]+)\|\s*([^|]*)\|\s*(\d+)\s*\|\s*(\d+)\s*\|\s*(\d+)\s*\|/);h&&a.push({id:`ckpt_restored_${h[1]}`,timestamp:h[2].trim(),note:h[3].trim(),fixes:parseInt(h[4],10),questions:parseInt(h[5],10),highlights:parseInt(h[6],10),sectionsReviewed:[]})}if(r.startsWith("Next Steps")){let h=u.match(/^- \[ \]\s+(.+)/);h&&c.push(h[1])}}return n.file?{meta:n,decisions:o,openQuestions:s,keyPoints:i,checkpoints:a,nextSteps:c}:null}function yP(t,e){return t.blockedBy.length>0&&t.blockedBy.map(o=>e.find(s=>s.id===o)).filter(o=>o!=null&&!zt(o.status)).length>0?"blocked":e.some(n=>!zt(n.status))?"proceed":"done"}function Pt(t,e){return t.map(r=>({...r,status:r.override||yP(r,e)}))}function n_(t,e,r,n,o,s){let i={},a={},c=0;for(let x of t)i[x.status]=(i[x.status]||0)+1,a[x.type]=(a[x.type]||0)+1,zt(x.status)&&c++;let u=t.length>0?c/t.length:0,d={},l=0,h=0,m=0;for(let x of e)d[x.status]=(d[x.status]||0)+1,x.status==="applied"&&l++,x.status==="reverted"&&h++,x.status==="failed"&&m++;let p={};for(let x of r)p[x.status]=(p[x.status]||0)+1;let f=new Set;for(let x of o)for(let S of x.files)f.add(S);let y=s.filter(x=>x.type==="blocks").length,g=null;n.length>0&&(g=n.reduce((x,S)=>S.timestamp>x?S.timestamp:x,n[0].timestamp));let _=null,v=t.filter(x=>zt(x.status)&&x.createdAt&&x.updatedAt);if(v.length>0){let x=0,S=0;for(let Z of v){let I=new Date(Z.createdAt).getTime(),Q=new Date(Z.updatedAt).getTime();!isNaN(I)&&!isNaN(Q)&&Q>I&&(x+=Q-I,S++)}S>0&&(_=x/S)}return{totalMemos:t.length,byStatus:i,byType:a,resolutionRate:u,totalImpls:e.length,implsByStatus:d,appliedCount:l,revertedCount:h,failedCount:m,totalGates:r.length,gatesByStatus:p,totalArtifacts:o.length,linkedFiles:f.size,totalDependencies:s.length,blockingChains:y,totalCheckpoints:n.length,lastCheckpoint:g,avgResolutionTime:_}}var at=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="ToolError"}},Bo=class extends at{constructor(e,r){super("FILE_SAFETY",e,r),this.name="FileSafetyError"}},Bi=class extends at{constructor(e){super("FILE_NOT_FOUND",`File not found: ${e}`,{file:e}),this.name="FileNotFoundError"}},Ji=class extends at{constructor(e,r){super("FILE_READ",`Cannot read file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileReadError"}},Ki=class extends at{constructor(e,r){super("FILE_WRITE",`Cannot write file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileWriteError"}},Qi=class extends at{constructor(e){super("FILE_LOCK_TIMEOUT",`Timeout acquiring lock: ${e}`,{lockPath:e}),this.name="FileLockTimeoutError"}},vr=class extends at{constructor(e,r){super("PATCH_APPLY",e,r),this.name="PatchApplyError"}},Rt=class extends at{constructor(e){super("MEMO_NOT_FOUND",`Memo not found: ${e}`,{memoId:e}),this.name="MemoNotFoundError"}},ve=class extends at{constructor(e,r){super("OPERATION_INVALID",e,r),this.name="OperationValidationError"}},Jo=class extends at{constructor(e,r){super("ANCHOR_NOT_FOUND",`Anchor text not found: "${e}"`,{anchorText:e,matchCount:0,...r??{}}),this.name="AnchorNotFoundError"}},Xi=class extends at{constructor(e){super("HANDOFF_INVALID","Not a valid handoff document",{file:e}),this.name="InvalidHandoffError"}};function Bd(t){return t instanceof at?{error:t.message,code:t.code,type:t.name,...t.details?{details:t.details}:{}}:t instanceof Error?{error:t.message}:{error:String(t)}}var o_={respond_to_memo:{allowedMemoTypes:["question"],guidance:"Use apply_memo/update_memo_progress for fix memos."},apply_memo:{allowedMemoTypes:["fix"],guidance:"Use respond_to_memo for question memos."},batch_apply:{allowedMemoTypes:["fix"],guidance:"Use respond_to_memo for question memos."}},_P={...o_};function s_(t=process.env){return t.MD_FEEDBACK_POLICY_PROFILE?.trim().toLowerCase()==="strict"?"strict":"default"}function i_(t){return t==="strict"?_P:o_}function a_(t=s_()){let e=i_(t);return{profile:t,memoActions:{respond_to_memo:{allowedMemoTypes:[...e.respond_to_memo.allowedMemoTypes]},apply_memo:{allowedMemoTypes:[...e.apply_memo.allowedMemoTypes]},batch_apply:{allowedMemoTypes:[...e.batch_apply.allowedMemoTypes]}}}}function Yi(t,e,r,n=s_()){let s=i_(n)[t];if(!s.allowedMemoTypes.includes(r))throw new ve(`${t} supports only ${s.allowedMemoTypes.join(", ")} memos. ${s.guidance}`,{memoId:e,memoType:r,action:t,policyProfile:n,allowedMemoTypes:s.allowedMemoTypes})}var yt=require("node:fs"),Xd=require("node:path"),ra=require("node:crypto");var se=require("fs"),Ne=require("path"),Jd=require("node:crypto");var vP=2e3,xP=10,bP=20;function Kd(t){return(0,Ne.isAbsolute)(t)?t:(0,Ne.resolve)(process.cwd(),t)}function ta(t){let e=Kd(t);if(!(0,se.existsSync)(e))throw new Bi(e);try{return(0,se.readFileSync)(e,"utf-8")}catch(r){throw new Ji(e,r instanceof Error?r.message:String(r))}}function c_(t,e){let r=Kd(t),n=(0,Ne.dirname)(r),o=(0,Ne.join)(n,`.mf-tmp-${(0,Jd.randomBytes)(6).toString("hex")}`);try{(0,se.writeFileSync)(o,e,"utf-8"),(0,se.renameSync)(o,r)}catch(s){try{(0,se.unlinkSync)(o)}catch{}throw new Ki(r,s instanceof Error?s.message:String(s))}}var ea=new Map;async function wP(t,e){for(;ea.has(t);)await ea.get(t);let r;ea.set(t,new Promise(n=>{r=n}));try{return await e()}finally{ea.delete(t),r()}}function $P(t){return new Promise(e=>setTimeout(e,t))}async function kP(t,e=vP){let r=Date.now();for(;;)try{let n=(0,se.openSync)(t,"wx");return()=>{try{(0,se.closeSync)(n)}catch{}try{(0,se.unlinkSync)(t)}catch{}}}catch(n){if(n.code!=="EEXIST")throw n;if(Date.now()-r>e)throw new Qi(t);await $P(xP)}}function nn(t){let e=Kd(t),r=(0,Ne.join)((0,Ne.dirname)(e),".md-feedback");return(0,se.existsSync)(r)||(0,se.mkdirSync)(r,{recursive:!0}),r}function Ko(t,e){let r=nn(t),n=(0,Ne.join)(r,"snapshots");(0,se.existsSync)(n)||(0,se.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ne.join)(n,`snapshot-${o}.md`);(0,se.writeFileSync)(s,e,"utf-8");let i=(0,se.readdirSync)(n).filter(a=>a.startsWith("snapshot-")).sort();for(;i.length>bP;)try{(0,se.unlinkSync)((0,Ne.join)(n,i.shift()))}catch{}return s}function u_(t){let e=nn(t),r=(0,Ne.join)(e,"progress.json");if(!(0,se.existsSync)(r))return[];try{return JSON.parse((0,se.readFileSync)(r,"utf-8"))}catch{return[]}}async function l_(t,e){let r=nn(t),n=(0,Ne.join)(r,"progress.json"),o=`${n}.lock`;await wP(n,async()=>{let s=await kP(o);try{let i=[];if((0,se.existsSync)(n))try{i=JSON.parse((0,se.readFileSync)(n,"utf-8"))}catch{i=[]}i.push(e);let a=`${n}.tmp-${(0,Jd.randomBytes)(6).toString("hex")}`;(0,se.writeFileSync)(a,JSON.stringify(i,null,2),"utf-8"),(0,se.renameSync)(a,n)}finally{s()}})}function d_(t,e){let r=nn(t),n=(0,Ne.join)(r,"transactions");(0,se.existsSync)(n)||(0,se.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ne.join)(n,`tx-${o}.json`);return(0,se.writeFileSync)(s,JSON.stringify(e,null,2),"utf-8"),s}var Qo=["scope","root_cause","implementation","verification"],SP={create_annotation:["scope","root_cause"],respond_to_memo:["root_cause","implementation"],apply_memo:["implementation"],batch_apply:["implementation"],rollback_memo:["implementation"],update_memo_status:["implementation","verification"],update_memo_progress:["implementation","verification"],link_artifacts:["implementation","verification"],update_cursor:["implementation","verification"],create_checkpoint:["verification"],set_memo_severity:["scope","root_cause","implementation","verification"],request_approval_checkpoint:["scope","root_cause","implementation","verification"],approve_checkpoint:["scope","root_cause","implementation","verification"]},TP=new Set(["batch_apply","rollback_memo"]);function p_(t){return(0,Xd.join)(nn(t),"workflow.json")}function f_(t){return(0,Xd.join)(nn(t),"severity.json")}function m_(t=process.env){return t.MD_FEEDBACK_WORKFLOW_ENFORCEMENT?.trim().toLowerCase()==="strict"?"strict":"off"}function h_(t){let e=f_(t);if(!(0,yt.existsSync)(e))return{version:"1.0",overrides:{},updatedAt:new Date().toISOString()};try{let r=qd((0,yt.readFileSync)(e,"utf-8"));return{version:"1.0",overrides:r.overrides&&typeof r.overrides=="object"?r.overrides:{},updatedAt:typeof r.updatedAt=="string"?r.updatedAt:new Date().toISOString()}}catch{return{version:"1.0",overrides:{},updatedAt:new Date().toISOString()}}}function zP(t,e){let r=f_(t),n=`${r}.tmp-${(0,ra.randomBytes)(6).toString("hex")}`;(0,yt.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,yt.renameSync)(n,r)}function EP(t){return t==="fix"?"blocking":"non_blocking"}function g_(t,e,r){let o={version:"1.0",overrides:{...h_(t).overrides,[e]:r},updatedAt:new Date().toISOString()};return zP(t,o),o}function Yd(t){let e=ta(t),r=we(e),n=h_(t).overrides,o=r.memos.filter(s=>!zt(s.status)).filter(s=>(n[s.id]??EP(s.type))==="blocking").map(s=>s.id);return{overrides:n,unresolvedBlockingMemos:o}}function na(t,e){let r=p_(t),n=`${r}.tmp-${(0,ra.randomBytes)(6).toString("hex")}`;(0,yt.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,yt.renameSync)(n,r)}function Qd(){return{version:"1.0",phase:"scope",status:"active",transitions:[],pendingCheckpoint:null,approvals:[],approvalGrant:null,updatedAt:new Date().toISOString()}}function PP(t){let e=p_(t);if(!(0,yt.existsSync)(e))return Qd();try{let r=qd((0,yt.readFileSync)(e,"utf-8")),n=r.phase,o=Array.isArray(r.transitions)?r.transitions:[];return!n||!Qo.includes(n)?Qd():{version:"1.0",phase:n,status:"active",transitions:o,pendingCheckpoint:r.pendingCheckpoint&&typeof r.pendingCheckpoint=="object"?r.pendingCheckpoint:null,approvals:Array.isArray(r.approvals)?r.approvals:[],approvalGrant:r.approvalGrant&&typeof r.approvalGrant=="object"?r.approvalGrant:null,updatedAt:typeof r.updatedAt=="string"?r.updatedAt:new Date().toISOString()}}catch{return Qd()}}function xr(t){let e=PP(t);return e.transitions.length===0&&e.phase==="scope"&&na(t,e),e}function nt(t,e){let r=xr(t);if(m_()!=="strict")return r;let n=SP[e];if(!n||n.includes(r.phase))return r;throw new ve(`Tool "${e}" is not allowed in phase "${r.phase}".`,{tool:e,currentPhase:r.phase,allowedPhases:n})}function y_(t,e){let r=xr(t),n=e(r);return na(t,n),n}function ep(t,e,r){return y_(t,n=>n.pendingCheckpoint&&n.pendingCheckpoint.tool===e?n:{...n,pendingCheckpoint:{id:`chk_${(0,ra.randomBytes)(4).toString("hex")}`,tool:e,reason:r,requestedAt:new Date().toISOString()},updatedAt:new Date().toISOString()})}function __(t,e,r,n){return y_(t,o=>{let s=o.pendingCheckpoint;if(!s||s.tool!==e)throw new ve(`No pending checkpoint for tool "${e}".`,{tool:e,pendingCheckpoint:s});let i={checkpointId:s.id,tool:e,approvedBy:r,reason:n,approvedAt:new Date().toISOString()};return{...o,pendingCheckpoint:null,approvals:[...o.approvals,i],approvalGrant:{checkpointId:s.id,tool:e,approvedBy:r,approvedAt:i.approvedAt,consumed:!1},updatedAt:new Date().toISOString()}})}function tp(t,e,r){if(m_()!=="strict"||!TP.has(e))return xr(t);let n=xr(t);if(n.approvalGrant&&!n.approvalGrant.consumed&&n.approvalGrant.tool===e){let s={...n,approvalGrant:{...n.approvalGrant,consumed:!0},updatedAt:new Date().toISOString()};return na(t,s),s}let o=ep(t,e,r);throw new ve(`Approval required before high-risk tool "${e}".`,{tool:e,reason:r,pendingCheckpoint:o.pendingCheckpoint})}function v_(t,e,r,n){let o=xr(t);if(e===o.phase)return o;let s=Qo.indexOf(o.phase);if(Qo.indexOf(e)!==s+1)throw new ve(`Invalid workflow transition: ${o.phase} -> ${e}. Expected next phase: ${Qo[s+1]??"none"}.`,{currentPhase:o.phase,requestedPhase:e,expectedNextPhase:Qo[s+1]??null});if(e==="verification"){let c=Yd(t);if(c.unresolvedBlockingMemos.length>0)throw new ve("Cannot advance to verification with unresolved blocking memos.",{currentPhase:o.phase,requestedPhase:e,unresolvedBlockingMemos:c.unresolvedBlockingMemos})}let a={...o,phase:e,updatedAt:new Date().toISOString(),transitions:[...o.transitions,{from:o.phase,to:e,tool:r,note:n,timestamp:new Date().toISOString()}]};return na(t,a),a}function x_(t,e){let{safeRead:r,wrapTool:n}=e;t.tool("get_policy_status","Return current runtime policy profile and memo-action routing rules.",{},async()=>n(async()=>{let o=a_();return{content:[{type:"text",text:JSON.stringify({policy:o},null,2)}]}})),t.tool("get_workflow_status","Return current workflow phase and transition history for a document.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{r(o);let s=xr(o);return{content:[{type:"text",text:JSON.stringify({workflow:s},null,2)}]}})),t.tool("get_severity_status","Return memo severity overrides and unresolved blocking memo IDs for the document.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{r(o);let s=Yd(o);return{content:[{type:"text",text:JSON.stringify({severity:s},null,2)}]}})),t.tool("get_checkpoints","List all checkpoints in an annotated markdown file.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=en(s);return{content:[{type:"text",text:JSON.stringify({checkpoints:i},null,2)}]}})),t.tool("generate_handoff","Generate a structured handoff document from an annotated markdown file. Anti-compression format: explicit fields, numbers, lists only.",{file:T.string().describe("Path to the annotated markdown file"),target:T.enum(["standalone","claude-md","cursor-rules"]).optional().describe("Output format target (default: standalone)")},async({file:o,target:s})=>n(async()=>{let i=r(o),a=Gi(i,o);return{content:[{type:"text",text:Wi(a,s||"standalone")}]}})),t.tool("get_review_status","Get current review session status: annotation counts, checkpoints, and reviewed sections. Summary-only \u2014 returns counts and metadata, not individual memos. Use list_annotations for memo details or get_document_structure for the full parse.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=Zn(s),a=en(s),c=tn(s),u={file:o,annotations:i,checkpointCount:a.length,lastCheckpoint:a.length>0?a[a.length-1].timestamp:null,sectionsReviewed:c};return{content:[{type:"text",text:JSON.stringify(u,null,2)}]}})),t.tool("pickup_handoff","Parse an existing handoff document to resume a review session. Returns structured data for session continuity.",{file:T.string().describe("Path to the handoff markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=r_(s);if(!i)throw new Xi(o);return{content:[{type:"text",text:JSON.stringify(i,null,2)}]}})),t.tool("list_annotations","List all annotations (USER_MEMO comments) in a markdown file. Returns structured array with id, type, status, owner, text, and color. Lightweight \u2014 returns only memo data, no document body or sections. Use get_document_structure for the full parse.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),a=we(s).memos.map(c=>({id:c.id,type:c.type,status:c.status,owner:c.owner,source:c.source,color:c.color,text:c.text,anchorText:c.anchorText,anchor:c.anchor,createdAt:c.createdAt,updatedAt:c.updatedAt}));return{content:[{type:"text",text:JSON.stringify({annotations:a,total:a.length},null,2)}]}})),t.tool("get_document_structure","Parse an annotated markdown file and return the full v0.4.0 ReviewDocument: { bodyMd, memos[] (with status/owner), checkpoints[], gates[], cursor, sections, summary }. Most comprehensive tool \u2014 use this when you need the complete document state. Use list_annotations for just memos, or get_review_status for just counts.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=we(s),a=rn(s),c=tn(s),u=Pt(i.gates,i.memos),d=0,l=0,h=0,m=0,p=0,f=0,y=0,g=0,_=0,v=0;for(let I of i.memos)I.status==="open"?d++:I.status==="in_progress"?l++:I.status==="needs_review"?h++:I.status==="answered"?m++:I.status==="done"?p++:I.status==="failed"?f++:I.status==="wontfix"&&y++,I.type==="fix"?g++:I.type==="question"?_++:v++;let x=0;for(let I of u)I.status==="blocked"&&x++;let S={version:"0.4.0",file:o,bodyMd:i.body,memos:i.memos,checkpoints:i.checkpoints,gates:u,cursor:i.cursor,sections:{all:a,reviewed:c,uncovered:a.filter(I=>!c.includes(I))},impls:i.impls,artifacts:i.artifacts,dependencies:i.dependencies,summary:{total:i.memos.length,open:d,inProgress:l,needsReview:h,answered:m,done:p,failed:f,wontfix:y,blocked:x,fixes:g,questions:_,highlights:v}},Z=n_(i.memos,i.impls,u,i.checkpoints,i.artifacts,i.dependencies);return{content:[{type:"text",text:JSON.stringify({...S,metrics:Z},null,2)}]}})),t.tool("evaluate_gates","Evaluate all gates in a markdown file against current memo statuses. Returns updated gate statuses without modifying the file.",{file:T.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=we(s),a=Pt(i.gates,i.memos);return{content:[{type:"text",text:JSON.stringify({gates:a,summary:{total:a.length,blocked:a.filter(c=>c.status==="blocked").length,proceed:a.filter(c=>c.status==="proceed").length,done:a.filter(c=>c.status==="done").length}},null,2)}]}}))}function b_(t,e){let{safeRead:r,wrapTool:n}=e;t.tool("export_review","Export review feedback in a format optimized for a specific AI coding tool. Targets: claude-code, cursor, codex, copilot, cline, windsurf, roo-code, gemini, generic, handoff. Returns formatted markdown ready to save to the appropriate file.",{file:T.string().describe("Path to the annotated markdown file"),target:T.enum(["claude-code","cursor","codex","copilot","cline","windsurf","roo-code","gemini","antigravity","generic","handoff"]).describe("Target AI tool format")},async({file:o,target:s})=>n(async()=>{let i=r(o);if(s==="handoff"){let f=Gi(i,o);return{content:[{type:"text",text:Wi(f,"standalone")}]}}let c=we(i).memos,u=rn(i),d=u[0]||"Plan Review",l={red:"#fca5a5",blue:"#93c5fd",yellow:"#fef08a"},h=c.map(f=>({text:f.anchorText||"",color:l[f.color]||"#fef08a",section:"",context:""})),m=c.map(f=>({id:f.id,text:f.text,color:f.color,section:"",context:f.anchorText||""}));return{content:[{type:"text",text:t_(d,o,u,h,m,s)}]}})),t.tool("get_memo_changes","Get the implementation history and progress for a memo. Returns all MemoImpl records and progress entries from .md-feedback/progress.json. If memoId is omitted, returns all changes.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().optional().describe("Optional memo ID to filter by \u2014 if omitted, returns all changes")},async({file:o,memoId:s})=>n(async()=>{let i=r(o),a=we(i),c=s?a.impls.filter(l=>l.memoId===s):a.impls,u=u_(o),d=s?u.filter(l=>l.memoId===s):u;return{content:[{type:"text",text:JSON.stringify({impls:c,progress:d},null,2)}]}}))}function w_(t,e){x_(t,e),b_(t,e)}var on=require("node:fs");var $_=Ln(require("node:path")),oa=new Map;async function Ge(t,e){let r=$_.default.resolve(t);for(;oa.has(r);)await oa.get(r);let n;oa.set(r,new Promise(o=>{n=o}));try{return await e()}finally{oa.delete(r),n()}}function k_(t,e){let{safeRead:r,safeWrite:n,wrapTool:o,ensureDefaultGate:s,updateCursorFromMemos:i,applyUnifiedDiff:a}=e;t.tool("create_checkpoint","Create a review checkpoint in an annotated markdown file. Records current annotation counts and reviewed sections.",{file:T.string().describe("Path to the annotated markdown file"),note:T.string().describe('Checkpoint note (e.g., "Phase 1 review done")')},async({file:c,note:u})=>Ge(c,async()=>o(async()=>{nt(c,"create_checkpoint");let d=r(c),{checkpoint:l,updatedMarkdown:h}=Wd(d,u);return n(c,h),{content:[{type:"text",text:JSON.stringify({checkpoint:l},null,2)}]}}))),t.tool("create_annotation","Create a new review annotation on a markdown file. Finds the anchor text in the document and attaches a review memo. Auto-creates a quality gate and updates cursor.",{file:T.string().describe("Path to the annotated markdown file"),anchorText:T.string().describe("The exact text in the document to annotate (must exist in the file)"),type:T.enum(["fix","question","highlight"]).describe("fix = needs change, question = needs clarification, highlight = mark for reference"),text:T.string().describe("The review feedback or note to attach"),occurrence:T.number().int().min(1).optional().describe("Which occurrence of anchorText to annotate (1-indexed, default 1). Use when the same text appears multiple times.")},async({file:c,anchorText:u,type:d,text:l,occurrence:h})=>Ge(c,async()=>o(async()=>{nt(c,"create_annotation");let m=r(c),p=we(m),f=p.body.split(`
70
+ `),y=-1;if(h){let Z=0;for(let I=0;I<f.length;I++)if(f[I].includes(u)&&(Z++,Z===h)){y=I;break}if(y===-1){let I=Z===0?{occurrenceRequested:h,matchCount:Z}:{occurrenceRequested:h,matchCount:Z};throw new Jo(u,I)}}else{let Z=[];for(let I=0;I<f.length;I++)f[I].includes(u)&&Z.push(I);if(Z.length===0)throw new Jo(u,{occurrenceRequested:null,matchCount:0});if(Z.length===1)y=Z[0];else{let I=Z.find(Q=>f[Q].trim()===u.trim());if(I!==void 0)y=I;else{let Q=Z[0],$e=1/0;for(let X of Z){let A=f[X].length-u.length;A<$e&&($e=A,Q=X)}y=Q}}}let g=Et(f[y]),_=y+1,v=d==="fix"?"red":d==="question"?"blue":"yellow",x={id:rt("memo"),type:d,status:"open",owner:"agent",source:"mcp",color:v,text:l,anchorText:u,anchor:`L${_}:L${_}|${g}`,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()};p.memos.push(x),s(p),p.gates=Pt(p.gates,p.memos),i(p,x.id,`Created ${d}: "${l.slice(0,50)}"`);let S=Lt(p);return n(c,S),{content:[{type:"text",text:JSON.stringify({memo:x,gateStatus:p.gates[0]?.status,totalMemos:p.memos.length},null,2)}]}}))),t.tool("respond_to_memo",`Add an AI response to a memo annotation. Inserts a REVIEW_RESPONSE block into the markdown file directly below the memo's anchor text. Automatically sets the memo status to "needs_review" for human approval.`,{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to respond to"),response:T.string().describe("The response text (markdown supported)")},async({file:c,memoId:u,response:d})=>Ge(c,async()=>o(async()=>{nt(c,"respond_to_memo");let l=r(c),h=we(l),m=h.memos.find(y=>y.id===u);if(!m)throw new Rt(u);Yi("respond_to_memo",u,m.type);let p=h.responses.find(y=>y.to===u);if(p){let y=h.body.split(`
71
71
  `),g=d.split(`
72
72
  `),_=p.bodyStartIdx,v=p.bodyEndIdx,x=v>=_?v-_+1:0;y.splice(_,x,...g),p.bodyEndIdx=_+g.length-1,h.body=y.join(`
73
73
  `)}else{let y=h.body.split(`
74
- `),g=Vd(y,m),_=g>=0?g:y.length-1,v=d.split(`
74
+ `),g=Hd(y,m),_=g>=0?g:y.length-1,v=d.split(`
75
75
  `),x=_+1;y.splice(x,0,...v);for(let S of h.responses)S.bodyStartIdx>=x&&(S.bodyStartIdx+=v.length,S.bodyEndIdx+=v.length);h.body=y.join(`
76
- `),h.responses.push({id:`resp_${u}`,to:u,bodyStartIdx:x,bodyEndIdx:x+v.length-1})}(m.status==="open"||m.status==="in_progress")&&(m.status="needs_review",m.updatedAt=new Date().toISOString()),h.gates.length>0&&(h.gates=Pt(h.gates,h.memos));let f=Lt(h);return n(c,f),{content:[{type:"text",text:JSON.stringify({memoId:u,status:m.status,responseInserted:!0,totalResponses:h.responses.length},null,2)}]}}))),t.tool("update_memo_status","Update the status of a memo annotation. Writes the change back to the markdown file. Returns the updated memo. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to update"),status:T.enum(["open","in_progress","needs_review"]).describe("New status. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code."),owner:T.enum(["human","agent","tool"]).optional().describe("Optionally change the owner")},async({file:c,memoId:u,status:d,owner:l})=>Ge(c,async()=>o(async()=>{nt(c,"update_memo_status");let h=r(c),m=we(h),p=m.memos.find(y=>y.id===u);if(!p)throw new Rt(u);p.status=d,l&&(p.owner=l),p.updatedAt=new Date().toISOString(),s(m),m.gates=Pt(m.gates,m.memos),i(m,u);let f=Lt(m);return n(c,f),{content:[{type:"text",text:JSON.stringify({memo:p,gatesUpdated:m.gates.length,cursor:m.cursor},null,2)}]}}))),t.tool("update_cursor",'Update the plan cursor position in a markdown file. The cursor tracks "where we are" in a plan. Only one cursor per document.',{file:T.string().describe("Path to the annotated markdown file"),taskId:T.string().describe("Current task ID"),step:T.string().describe('Current step (e.g., "3/7" or "Phase 2")'),nextAction:T.string().describe("Description of the next action to take")},async({file:c,taskId:u,step:d,nextAction:l})=>Ge(c,async()=>o(async()=>{nt(c,"update_cursor");let h=r(c),m=we(h);if(m.memos.length>0&&!m.memos.some(f=>f.id===u))throw new ve(`Task ID not found: "${u}". Valid IDs: ${m.memos.map(f=>f.id).join(", ")}`,{taskId:u,validTaskIds:m.memos.map(f=>f.id)});m.cursor={taskId:u,step:d,nextAction:l,lastSeenHash:Hi(m.body),updatedAt:new Date().toISOString()};let p=Lt(m);return n(c,p),{content:[{type:"text",text:JSON.stringify({cursor:m.cursor},null,2)}]}}))),t.tool("apply_memo","Apply an implementation action to a memo. Supports text_replace (replaces all occurrences in current document), file_patch (applies unified diff patch \u2014 snapshot saved first), and file_create (create a new file). Creates a snapshot before modification, records the implementation, and updates memo status to needs_review.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to apply implementation to"),action:T.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),dryRun:T.boolean().optional().default(!1).describe("If true, return preview without writing"),oldText:T.string().optional().describe("For text_replace: the text to find and replace"),newText:T.string().optional().describe("For text_replace: the replacement text"),targetFile:T.string().optional().describe("For file_patch/file_create: target file path"),patch:T.string().optional().describe("For file_patch: unified diff patch content"),content:T.string().optional().describe("For file_create: the file content to write")},async({file:c,memoId:u,action:d,dryRun:l,oldText:h,newText:m,targetFile:p,patch:f,content:y})=>Ge(c,async()=>o(async()=>{nt(c,"apply_memo");let g=r(c),_=we(g),v=_.memos.find(I=>I.id===u);if(!v)throw new Rt(u);Yi("apply_memo",u,v.type);let x;if(d==="text_replace"){if(!h||m===void 0)throw new ve("text_replace requires oldText and newText",{memoId:u,action:d});x={type:"text_replace",file:"",before:h,after:m}}else if(d==="file_patch"){if(!p||!f)throw new ve("file_patch requires targetFile and patch",{memoId:u,action:d});x={type:"file_patch",file:p,patch:f}}else{if(!p||y===void 0)throw new ve("file_create requires targetFile and content",{memoId:u,action:d});x={type:"file_create",file:p,content:y}}let S={id:rt("impl",{separator:"_"}),memoId:u,status:"applied",operations:[x],summary:`${d} for ${u}`,appliedAt:new Date().toISOString()};if(l)return{content:[{type:"text",text:JSON.stringify({dryRun:!0,impl:S,operation:x,memo:{id:v.id,status:v.status}},null,2)}]};if(Ko(c,g),d==="text_replace"){if(!_.body.includes(h))throw new ve("oldText not found in document body",{memoId:u,action:d});_.body=_.body.split(h).join(m)}else if(d==="file_patch"){if(!(0,on.existsSync)(p))throw new ve(`Target file not found for file_patch: ${p}`,{memoId:u,action:d,targetFile:p});let I=r(p),Q=a(I,f,p);Ko(p,I),n(p,Q)}else d==="file_create"&&n(p,y);_.impls.push(S),v.status="needs_review",v.updatedAt=new Date().toISOString(),_.gates.length>0&&(_.gates=Pt(_.gates,_.memos)),i(_,u);let Z=Lt(_);return n(c,Z),{content:[{type:"text",text:JSON.stringify({impl:S,memo:{id:v.id,status:v.status},gatesUpdated:_.gates.length},null,2)}]}}))),t.tool("link_artifacts","Link file artifacts (source files, configs, etc.) to a memo. Creates a MemoArtifact record in the document.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to link artifacts to"),files:T.array(T.string()).describe("Array of relative file paths to link")},async({file:c,memoId:u,files:d})=>Ge(c,async()=>o(async()=>{nt(c,"link_artifacts");let l=r(c),h=we(l);if(!h.memos.find(y=>y.id===u))throw new Rt(u);let p={id:rt("art",{separator:"_"}),memoId:u,files:d,linkedAt:new Date().toISOString()};h.artifacts.push(p);let f=Lt(h);return n(c,f),{content:[{type:"text",text:JSON.stringify({artifact:p},null,2)}]}}))),t.tool("update_memo_progress","Update the progress of a memo with a status change and message. Writes progress to .md-feedback/progress.json and updates the memo status. Terminal statuses (done, failed) require human approval via VS Code.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to update progress for"),status:T.enum(["in_progress","needs_review"]).describe("New progress status. Terminal statuses (done, failed) require human approval via VS Code."),message:T.string().describe("Progress message describing what was done or what failed")},async({file:c,memoId:u,status:d,message:l})=>Ge(c,async()=>o(async()=>{nt(c,"update_memo_progress");let h=r(c),m=we(h),p=m.memos.find(g=>g.id===u);if(!p)throw new Rt(u);p.status=d,p.updatedAt=new Date().toISOString();let f={memoId:u,status:d,message:l,timestamp:new Date().toISOString()};await u_(c,f),m.gates.length>0&&(m.gates=Pt(m.gates,m.memos)),i(m,u);let y=Lt(m);return n(c,y),{content:[{type:"text",text:JSON.stringify({memo:{id:p.id,status:p.status},progressEntry:f,gatesUpdated:m.gates.length},null,2)}]}}))),t.tool("rollback_memo","Rollback the latest implementation for a memo. Reverses text_replace operations (swaps before/after), marks the impl as reverted, and sets the memo status back to open.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to rollback")},async({file:c,memoId:u})=>Ge(c,async()=>o(async()=>{nt(c,"rollback_memo"),ep(c,"rollback_memo","Rollback is high-risk because it can revert prior implementation state.");let d=r(c),l=we(d),h=l.memos.find(y=>y.id===u);if(!h)throw new Rt(u);let m=l.impls.filter(y=>y.memoId===u&&y.status==="applied");if(m.length===0)throw new ve(`No applied implementation found for memo: ${u}`,{memoId:u});let p=m[m.length-1];for(let y of p.operations)y.type==="text_replace"&&l.body.includes(y.after)&&(l.body=l.body.split(y.after).join(y.before));p.status="reverted",h.status="open",h.updatedAt=new Date().toISOString(),l.gates.length>0&&(l.gates=Pt(l.gates,l.memos)),i(l,u);let f=Lt(l);return n(c,f),{content:[{type:"text",text:JSON.stringify({rolledBack:p.id,memo:{id:h.id,status:h.status},gatesUpdated:l.gates.length},null,2)}]}}))),t.tool("batch_apply","Apply multiple implementation operations in a single transaction. Parses the document once, applies all operations sequentially, then writes once. Each operation follows the same format as apply_memo.",{file:T.string().describe("Path to the annotated markdown file"),operations:T.array(T.object({memoId:T.string().describe("The memo ID to apply implementation to"),action:T.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),oldText:T.string().optional().describe("For text_replace: the text to find and replace"),newText:T.string().optional().describe("For text_replace: the replacement text"),targetFile:T.string().optional().describe("For file_patch/file_create: target file path"),patch:T.string().optional().describe("For file_patch: unified diff patch content"),content:T.string().optional().describe("For file_create: the file content to write")})).describe("Array of operations to apply")},async({file:c,operations:u})=>Ge(c,async()=>o(async()=>{nt(c,"batch_apply"),ep(c,"batch_apply","Batch apply is high-risk because it can modify multiple files in one transaction.");let d=r(c),l=we(d),h=[],m=new Map,p=new Map;for(let g of u){let _=l.memos.find(S=>S.id===g.memoId);if(!_)throw new Rt(g.memoId);Yi("batch_apply",g.memoId,_.type);let v;if(g.action==="text_replace"){if(!g.oldText||g.newText===void 0)throw new ve(`Operation failed (${g.memoId}): text_replace requires oldText and newText`,{memoId:g.memoId,action:g.action});if(v={type:"text_replace",file:"",before:g.oldText,after:g.newText},!l.body.includes(g.oldText))throw new ve(`Operation failed (${g.memoId}): oldText not found in body`,{memoId:g.memoId,action:g.action});l.body=l.body.split(g.oldText).join(g.newText);for(let S of l.memos)S.anchorText&&S.anchorText.includes(g.oldText)&&(S.anchorText=S.anchorText.split(g.oldText).join(g.newText))}else if(g.action==="file_patch"){if(!g.targetFile||!g.patch)throw new ve(`Operation failed (${g.memoId}): file_patch requires targetFile and patch`,{memoId:g.memoId,action:g.action});v={type:"file_patch",file:g.targetFile,patch:g.patch};let S=m.has(g.targetFile)?m.get(g.targetFile):(0,on.existsSync)(g.targetFile)?r(g.targetFile):null;if(S===null)throw new ve(`Operation failed (${g.memoId}): target file not found for file_patch (${g.targetFile})`,{memoId:g.memoId,action:g.action,targetFile:g.targetFile});let Z=a(S,g.patch,g.targetFile);m.set(g.targetFile,Z)}else{if(!g.targetFile||g.content===void 0)throw new ve(`Operation failed (${g.memoId}): file_create requires targetFile and content`,{memoId:g.memoId,action:g.action});if((0,on.existsSync)(g.targetFile)&&!m.has(g.targetFile))throw new ve(`Operation failed (${g.memoId}): file_create target already exists (${g.targetFile})`,{memoId:g.memoId,action:g.action,targetFile:g.targetFile});v={type:"file_create",file:g.targetFile,content:g.content},m.set(g.targetFile,g.content)}let x={id:rt("impl",{separator:"_"}),memoId:g.memoId,status:"applied",operations:[v],summary:`${g.action} for ${g.memoId}`,appliedAt:new Date().toISOString()};l.impls.push(x),_.status="needs_review",_.updatedAt=new Date().toISOString(),h.push({memoId:g.memoId,implId:x.id,status:"applied"})}l.gates.length>0&&(l.gates=Pt(l.gates,l.memos)),i(l,u[0]?.memoId||"");let f=Lt(l);p.set(c,d);for(let g of m.keys())(0,on.existsSync)(g)&&p.set(g,r(g));Ko(c,d);for(let[g,_]of p.entries())g!==c&&Ko(g,_);let y=[];try{for(let[g,_]of m.entries())n(g,_),y.push(g);n(c,f),y.push(c)}catch(g){for(let _=y.length-1;_>=0;_--){let v=y[_],x=p.get(v);if(x!==void 0)try{n(v,x)}catch{}else try{(0,on.unlinkSync)(v)}catch{}}throw g}return l_(c,{type:"batch_apply",results:h,timestamp:new Date().toISOString()}),{content:[{type:"text",text:JSON.stringify({results:h,gatesUpdated:l.gates.length,cursor:l.cursor},null,2)}]}}))),t.tool("advance_workflow_phase","Advance workflow phase in strict sequence: scope -> root_cause -> implementation -> verification.",{file:T.string().describe("Path to the annotated markdown file"),toPhase:T.enum(["root_cause","implementation","verification"]).describe("Next phase to move to"),note:T.string().optional().describe("Optional transition note")},async({file:c,toPhase:u,note:d})=>Ge(c,async()=>o(async()=>{let l=__(c,u,"advance_workflow_phase",d);return{content:[{type:"text",text:JSON.stringify({workflow:l},null,2)}]}}))),t.tool("set_memo_severity","Set severity override for a memo. Defaults remain: fix=blocking, question/highlight=non_blocking.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("Memo ID to classify"),severity:T.enum(["blocking","non_blocking"]).describe("Severity override")},async({file:c,memoId:u,severity:d})=>Ge(c,async()=>o(async()=>{nt(c,"set_memo_severity");let l=r(c);if(!we(l).memos.find(f=>f.id===u))throw new Rt(u);let p=h_(c,u,d);return{content:[{type:"text",text:JSON.stringify({memoId:u,severity:d,severityState:p},null,2)}]}}))),t.tool("request_approval_checkpoint","Create an approval checkpoint for a high-risk action before execution.",{file:T.string().describe("Path to the annotated markdown file"),tool:T.string().describe("High-risk tool name (e.g., batch_apply, rollback_memo)"),reason:T.string().describe("Reason for approval request")},async({file:c,tool:u,reason:d})=>Ge(c,async()=>o(async()=>{nt(c,"request_approval_checkpoint");let l=Yd(c,u,d);return{content:[{type:"text",text:JSON.stringify({workflow:l},null,2)}]}}))),t.tool("approve_checkpoint","Approve a pending high-risk checkpoint. Grants one execution for the approved tool.",{file:T.string().describe("Path to the annotated markdown file"),tool:T.string().describe("Tool name being approved"),approvedBy:T.string().describe("Approver identity"),reason:T.string().describe("Approval rationale")},async({file:c,tool:u,approvedBy:d,reason:l})=>Ge(c,async()=>o(async()=>{nt(c,"approve_checkpoint");let h=y_(c,u,d,l);return{content:[{type:"text",text:JSON.stringify({workflow:h},null,2)}]}})))}var Dn=Ln(require("node:path")),Xo=require("node:fs"),PP=["**/.env",".env","**/.env.*",".env.*","**/credentials*","credentials*","**/secrets*","secrets*","**/*.pem","*.pem","**/*.key","*.key","**/*.p12","*.p12","**/node_modules/**","node_modules/**","**/.git/**",".git/**"];function S_(t){return{workspaceRoot:t||process.env.MD_FEEDBACK_WORKSPACE||process.cwd(),blocklist:[...PP],allowlist:[]}}function RP(t,e){let r=e.replace(/\\/g,"/"),o=t.replace(/\\/g,"/").replace(/[.+^${}()|[\]]/g,"\\$&").replace(/\*\*/g,"\0").replace(/\*/g,"[^/]*").replace(/\u0000/g,".*").replace(/\?/g,"[^/]");return new RegExp(`^${o}$`).test(r)}function k_(t,e){return t.some(r=>RP(r,e))}function tp(t,e){let r=Dn.default.resolve(t.workspaceRoot,e),n=Dn.default.resolve(t.workspaceRoot);if(!r.startsWith(n+Dn.default.sep)&&r!==n)return{safe:!1,reason:`Path "${e}" resolves outside workspace root`};if((0,Xo.existsSync)(r))try{let s=(0,Xo.realpathSync)(r),i=(0,Xo.realpathSync)(n);if(!s.startsWith(i+Dn.default.sep)&&s!==i)return{safe:!1,reason:`Path "${e}" resolves outside workspace via symlink`}}catch{}let o=Dn.default.relative(n,r).replace(/\\/g,"/");return k_(t.blocklist,o)?{safe:!1,reason:`Path "${e}" matches blocklist pattern`}:t.allowlist.length>0&&!k_(t.allowlist,o)?{safe:!1,reason:`Path "${e}" not in allowlist`}:{safe:!0}}function T_(t={}){let{workspace:e,log:r}=t,n=S_(e);function o(l){let h=tp(n,l);if(!h.safe)throw new Bo(h.reason,{file:l});return ta(l)}function s(l,h){let m=tp(n,l);if(!m.safe)throw new Bo(m.reason,{file:l});a_(l,h)}function i(l){return{content:[{type:"text",text:JSON.stringify(Wd(l))}],isError:!0}}async function a(l){try{return await l()}catch(h){if(r){let m=Wd(h);r(`tool error: ${JSON.stringify(m)}`)}return i(h)}}function c(l){l.gates.length===0&&l.memos.length>0&&l.gates.push({id:rt("gate"),type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"})}function u(l,h,m){let p=l.memos.filter(y=>zt(y.status)).length,f=l.memos.filter(y=>!zt(y.status));l.cursor={taskId:h,step:`${p}/${l.memos.length} resolved`,nextAction:m??(f.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${f.map(y=>y.id).slice(0,3).join(", ")}${f.length>3?"...":""}`),lastSeenHash:Hi(l.body),updatedAt:new Date().toISOString()}}function d(l,h,m){let p=l.split(`
76
+ `),h.responses.push({id:`resp_${u}`,to:u,bodyStartIdx:x,bodyEndIdx:x+v.length-1})}(m.status==="open"||m.status==="in_progress")&&(m.status="needs_review",m.updatedAt=new Date().toISOString()),h.gates.length>0&&(h.gates=Pt(h.gates,h.memos));let f=Lt(h);return n(c,f),{content:[{type:"text",text:JSON.stringify({memoId:u,status:m.status,responseInserted:!0,totalResponses:h.responses.length},null,2)}]}}))),t.tool("update_memo_status","Update the status of a memo annotation. Writes the change back to the markdown file. Returns the updated memo. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to update"),status:T.enum(["open","in_progress","needs_review"]).describe("New status. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code."),owner:T.enum(["human","agent","tool"]).optional().describe("Optionally change the owner")},async({file:c,memoId:u,status:d,owner:l})=>Ge(c,async()=>o(async()=>{nt(c,"update_memo_status");let h=r(c),m=we(h),p=m.memos.find(y=>y.id===u);if(!p)throw new Rt(u);p.status=d,l&&(p.owner=l),p.updatedAt=new Date().toISOString(),s(m),m.gates=Pt(m.gates,m.memos),i(m,u);let f=Lt(m);return n(c,f),{content:[{type:"text",text:JSON.stringify({memo:p,gatesUpdated:m.gates.length,cursor:m.cursor},null,2)}]}}))),t.tool("update_cursor",'Update the plan cursor position in a markdown file. The cursor tracks "where we are" in a plan. Only one cursor per document.',{file:T.string().describe("Path to the annotated markdown file"),taskId:T.string().describe("Current task ID"),step:T.string().describe('Current step (e.g., "3/7" or "Phase 2")'),nextAction:T.string().describe("Description of the next action to take")},async({file:c,taskId:u,step:d,nextAction:l})=>Ge(c,async()=>o(async()=>{nt(c,"update_cursor");let h=r(c),m=we(h);if(m.memos.length>0&&!m.memos.some(f=>f.id===u))throw new ve(`Task ID not found: "${u}". Valid IDs: ${m.memos.map(f=>f.id).join(", ")}`,{taskId:u,validTaskIds:m.memos.map(f=>f.id)});m.cursor={taskId:u,step:d,nextAction:l,lastSeenHash:Hi(m.body),updatedAt:new Date().toISOString()};let p=Lt(m);return n(c,p),{content:[{type:"text",text:JSON.stringify({cursor:m.cursor},null,2)}]}}))),t.tool("apply_memo","Apply an implementation action to a memo. Supports text_replace (replaces all occurrences in current document), file_patch (applies unified diff patch \u2014 snapshot saved first), and file_create (create a new file). Creates a snapshot before modification, records the implementation, and updates memo status to needs_review.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to apply implementation to"),action:T.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),dryRun:T.boolean().optional().default(!1).describe("If true, return preview without writing"),oldText:T.string().optional().describe("For text_replace: the text to find and replace"),newText:T.string().optional().describe("For text_replace: the replacement text"),targetFile:T.string().optional().describe("For file_patch/file_create: target file path"),patch:T.string().optional().describe("For file_patch: unified diff patch content"),content:T.string().optional().describe("For file_create: the file content to write")},async({file:c,memoId:u,action:d,dryRun:l,oldText:h,newText:m,targetFile:p,patch:f,content:y})=>Ge(c,async()=>o(async()=>{nt(c,"apply_memo");let g=r(c),_=we(g),v=_.memos.find(I=>I.id===u);if(!v)throw new Rt(u);Yi("apply_memo",u,v.type);let x;if(d==="text_replace"){if(!h||m===void 0)throw new ve("text_replace requires oldText and newText",{memoId:u,action:d});x={type:"text_replace",file:"",before:h,after:m}}else if(d==="file_patch"){if(!p||!f)throw new ve("file_patch requires targetFile and patch",{memoId:u,action:d});x={type:"file_patch",file:p,patch:f}}else{if(!p||y===void 0)throw new ve("file_create requires targetFile and content",{memoId:u,action:d});x={type:"file_create",file:p,content:y}}let S={id:rt("impl",{separator:"_"}),memoId:u,status:"applied",operations:[x],summary:`${d} for ${u}`,appliedAt:new Date().toISOString()};if(l)return{content:[{type:"text",text:JSON.stringify({dryRun:!0,impl:S,operation:x,memo:{id:v.id,status:v.status}},null,2)}]};if(Ko(c,g),d==="text_replace"){if(!_.body.includes(h))throw new ve("oldText not found in document body",{memoId:u,action:d});_.body=_.body.split(h).join(m)}else if(d==="file_patch"){if(!(0,on.existsSync)(p))throw new ve(`Target file not found for file_patch: ${p}`,{memoId:u,action:d,targetFile:p});let I=r(p),Q=a(I,f,p);Ko(p,I),n(p,Q)}else d==="file_create"&&n(p,y);_.impls.push(S),v.status="needs_review",v.updatedAt=new Date().toISOString(),_.gates.length>0&&(_.gates=Pt(_.gates,_.memos)),i(_,u);let Z=Lt(_);return n(c,Z),{content:[{type:"text",text:JSON.stringify({impl:S,memo:{id:v.id,status:v.status},gatesUpdated:_.gates.length},null,2)}]}}))),t.tool("link_artifacts","Link file artifacts (source files, configs, etc.) to a memo. Creates a MemoArtifact record in the document.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to link artifacts to"),files:T.array(T.string()).describe("Array of relative file paths to link")},async({file:c,memoId:u,files:d})=>Ge(c,async()=>o(async()=>{nt(c,"link_artifacts");let l=r(c),h=we(l);if(!h.memos.find(y=>y.id===u))throw new Rt(u);let p={id:rt("art",{separator:"_"}),memoId:u,files:d,linkedAt:new Date().toISOString()};h.artifacts.push(p);let f=Lt(h);return n(c,f),{content:[{type:"text",text:JSON.stringify({artifact:p},null,2)}]}}))),t.tool("update_memo_progress","Update the progress of a memo with a status change and message. Writes progress to .md-feedback/progress.json and updates the memo status. Terminal statuses (done, failed) require human approval via VS Code.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to update progress for"),status:T.enum(["in_progress","needs_review"]).describe("New progress status. Terminal statuses (done, failed) require human approval via VS Code."),message:T.string().describe("Progress message describing what was done or what failed")},async({file:c,memoId:u,status:d,message:l})=>Ge(c,async()=>o(async()=>{nt(c,"update_memo_progress");let h=r(c),m=we(h),p=m.memos.find(g=>g.id===u);if(!p)throw new Rt(u);p.status=d,p.updatedAt=new Date().toISOString();let f={memoId:u,status:d,message:l,timestamp:new Date().toISOString()};await l_(c,f),m.gates.length>0&&(m.gates=Pt(m.gates,m.memos)),i(m,u);let y=Lt(m);return n(c,y),{content:[{type:"text",text:JSON.stringify({memo:{id:p.id,status:p.status},progressEntry:f,gatesUpdated:m.gates.length},null,2)}]}}))),t.tool("rollback_memo","Rollback the latest implementation for a memo. Reverses text_replace operations (swaps before/after), marks the impl as reverted, and sets the memo status back to open.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("The memo ID to rollback")},async({file:c,memoId:u})=>Ge(c,async()=>o(async()=>{nt(c,"rollback_memo"),tp(c,"rollback_memo","Rollback is high-risk because it can revert prior implementation state.");let d=r(c),l=we(d),h=l.memos.find(y=>y.id===u);if(!h)throw new Rt(u);let m=l.impls.filter(y=>y.memoId===u&&y.status==="applied");if(m.length===0)throw new ve(`No applied implementation found for memo: ${u}`,{memoId:u});let p=m[m.length-1];for(let y of p.operations)y.type==="text_replace"&&l.body.includes(y.after)&&(l.body=l.body.split(y.after).join(y.before));p.status="reverted",h.status="open",h.updatedAt=new Date().toISOString(),l.gates.length>0&&(l.gates=Pt(l.gates,l.memos)),i(l,u);let f=Lt(l);return n(c,f),{content:[{type:"text",text:JSON.stringify({rolledBack:p.id,memo:{id:h.id,status:h.status},gatesUpdated:l.gates.length},null,2)}]}}))),t.tool("batch_apply","Apply multiple implementation operations in a single transaction. Parses the document once, applies all operations sequentially, then writes once. Each operation follows the same format as apply_memo.",{file:T.string().describe("Path to the annotated markdown file"),operations:T.array(T.object({memoId:T.string().describe("The memo ID to apply implementation to"),action:T.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),oldText:T.string().optional().describe("For text_replace: the text to find and replace"),newText:T.string().optional().describe("For text_replace: the replacement text"),targetFile:T.string().optional().describe("For file_patch/file_create: target file path"),patch:T.string().optional().describe("For file_patch: unified diff patch content"),content:T.string().optional().describe("For file_create: the file content to write")})).describe("Array of operations to apply")},async({file:c,operations:u})=>Ge(c,async()=>o(async()=>{nt(c,"batch_apply"),tp(c,"batch_apply","Batch apply is high-risk because it can modify multiple files in one transaction.");let d=r(c),l=we(d),h=[],m=new Map,p=new Map;for(let g of u){let _=l.memos.find(S=>S.id===g.memoId);if(!_)throw new Rt(g.memoId);Yi("batch_apply",g.memoId,_.type);let v;if(g.action==="text_replace"){if(!g.oldText||g.newText===void 0)throw new ve(`Operation failed (${g.memoId}): text_replace requires oldText and newText`,{memoId:g.memoId,action:g.action});if(v={type:"text_replace",file:"",before:g.oldText,after:g.newText},!l.body.includes(g.oldText))throw new ve(`Operation failed (${g.memoId}): oldText not found in body`,{memoId:g.memoId,action:g.action});l.body=l.body.split(g.oldText).join(g.newText);for(let S of l.memos)S.anchorText&&S.anchorText.includes(g.oldText)&&(S.anchorText=S.anchorText.split(g.oldText).join(g.newText))}else if(g.action==="file_patch"){if(!g.targetFile||!g.patch)throw new ve(`Operation failed (${g.memoId}): file_patch requires targetFile and patch`,{memoId:g.memoId,action:g.action});v={type:"file_patch",file:g.targetFile,patch:g.patch};let S=m.has(g.targetFile)?m.get(g.targetFile):(0,on.existsSync)(g.targetFile)?r(g.targetFile):null;if(S===null)throw new ve(`Operation failed (${g.memoId}): target file not found for file_patch (${g.targetFile})`,{memoId:g.memoId,action:g.action,targetFile:g.targetFile});let Z=a(S,g.patch,g.targetFile);m.set(g.targetFile,Z)}else{if(!g.targetFile||g.content===void 0)throw new ve(`Operation failed (${g.memoId}): file_create requires targetFile and content`,{memoId:g.memoId,action:g.action});if((0,on.existsSync)(g.targetFile)&&!m.has(g.targetFile))throw new ve(`Operation failed (${g.memoId}): file_create target already exists (${g.targetFile})`,{memoId:g.memoId,action:g.action,targetFile:g.targetFile});v={type:"file_create",file:g.targetFile,content:g.content},m.set(g.targetFile,g.content)}let x={id:rt("impl",{separator:"_"}),memoId:g.memoId,status:"applied",operations:[v],summary:`${g.action} for ${g.memoId}`,appliedAt:new Date().toISOString()};l.impls.push(x),_.status="needs_review",_.updatedAt=new Date().toISOString(),h.push({memoId:g.memoId,implId:x.id,status:"applied"})}l.gates.length>0&&(l.gates=Pt(l.gates,l.memos)),i(l,u[0]?.memoId||"");let f=Lt(l);p.set(c,d);for(let g of m.keys())(0,on.existsSync)(g)&&p.set(g,r(g));Ko(c,d);for(let[g,_]of p.entries())g!==c&&Ko(g,_);let y=[];try{for(let[g,_]of m.entries())n(g,_),y.push(g);n(c,f),y.push(c)}catch(g){for(let _=y.length-1;_>=0;_--){let v=y[_],x=p.get(v);if(x!==void 0)try{n(v,x)}catch{}else try{(0,on.unlinkSync)(v)}catch{}}throw g}return d_(c,{type:"batch_apply",results:h,timestamp:new Date().toISOString()}),{content:[{type:"text",text:JSON.stringify({results:h,gatesUpdated:l.gates.length,cursor:l.cursor},null,2)}]}}))),t.tool("advance_workflow_phase","Advance workflow phase in strict sequence: scope -> root_cause -> implementation -> verification.",{file:T.string().describe("Path to the annotated markdown file"),toPhase:T.enum(["root_cause","implementation","verification"]).describe("Next phase to move to"),note:T.string().optional().describe("Optional transition note")},async({file:c,toPhase:u,note:d})=>Ge(c,async()=>o(async()=>{let l=v_(c,u,"advance_workflow_phase",d);return{content:[{type:"text",text:JSON.stringify({workflow:l},null,2)}]}}))),t.tool("set_memo_severity","Set severity override for a memo. Defaults remain: fix=blocking, question/highlight=non_blocking.",{file:T.string().describe("Path to the annotated markdown file"),memoId:T.string().describe("Memo ID to classify"),severity:T.enum(["blocking","non_blocking"]).describe("Severity override")},async({file:c,memoId:u,severity:d})=>Ge(c,async()=>o(async()=>{nt(c,"set_memo_severity");let l=r(c);if(!we(l).memos.find(f=>f.id===u))throw new Rt(u);let p=g_(c,u,d);return{content:[{type:"text",text:JSON.stringify({memoId:u,severity:d,severityState:p},null,2)}]}}))),t.tool("request_approval_checkpoint","Create an approval checkpoint for a high-risk action before execution.",{file:T.string().describe("Path to the annotated markdown file"),tool:T.string().describe("High-risk tool name (e.g., batch_apply, rollback_memo)"),reason:T.string().describe("Reason for approval request")},async({file:c,tool:u,reason:d})=>Ge(c,async()=>o(async()=>{nt(c,"request_approval_checkpoint");let l=ep(c,u,d);return{content:[{type:"text",text:JSON.stringify({workflow:l},null,2)}]}}))),t.tool("approve_checkpoint","Approve a pending high-risk checkpoint. Grants one execution for the approved tool.",{file:T.string().describe("Path to the annotated markdown file"),tool:T.string().describe("Tool name being approved"),approvedBy:T.string().describe("Approver identity"),reason:T.string().describe("Approval rationale")},async({file:c,tool:u,approvedBy:d,reason:l})=>Ge(c,async()=>o(async()=>{nt(c,"approve_checkpoint");let h=__(c,u,d,l);return{content:[{type:"text",text:JSON.stringify({workflow:h},null,2)}]}})))}var Dn=Ln(require("node:path")),Xo=require("node:fs"),RP=["**/.env",".env","**/.env.*",".env.*","**/credentials*","credentials*","**/secrets*","secrets*","**/*.pem","*.pem","**/*.key","*.key","**/*.p12","*.p12","**/node_modules/**","node_modules/**","**/.git/**",".git/**"];function T_(t){return{workspaceRoot:t||process.env.MD_FEEDBACK_WORKSPACE||process.cwd(),blocklist:[...RP],allowlist:[]}}function IP(t,e){let r=e.replace(/\\/g,"/"),o=t.replace(/\\/g,"/").replace(/[.+^${}()|[\]]/g,"\\$&").replace(/\*\*/g,"\0").replace(/\*/g,"[^/]*").replace(/\u0000/g,".*").replace(/\?/g,"[^/]");return new RegExp(`^${o}$`).test(r)}function S_(t,e){return t.some(r=>IP(r,e))}function rp(t,e){let r=Dn.default.resolve(t.workspaceRoot,e),n=Dn.default.resolve(t.workspaceRoot);if(!r.startsWith(n+Dn.default.sep)&&r!==n)return{safe:!1,reason:`Path "${e}" resolves outside workspace root`};if((0,Xo.existsSync)(r))try{let s=(0,Xo.realpathSync)(r),i=(0,Xo.realpathSync)(n);if(!s.startsWith(i+Dn.default.sep)&&s!==i)return{safe:!1,reason:`Path "${e}" resolves outside workspace via symlink`}}catch{}let o=Dn.default.relative(n,r).replace(/\\/g,"/");return S_(t.blocklist,o)?{safe:!1,reason:`Path "${e}" matches blocklist pattern`}:t.allowlist.length>0&&!S_(t.allowlist,o)?{safe:!1,reason:`Path "${e}" not in allowlist`}:{safe:!0}}function z_(t={}){let{workspace:e,log:r}=t,n=T_(e);function o(l){let h=rp(n,l);if(!h.safe)throw new Bo(h.reason,{file:l});return ta(l)}function s(l,h){let m=rp(n,l);if(!m.safe)throw new Bo(m.reason,{file:l});c_(l,h)}function i(l){return{content:[{type:"text",text:JSON.stringify(Bd(l))}],isError:!0}}async function a(l){try{return await l()}catch(h){if(r){let m=Bd(h);r(`tool error: ${JSON.stringify(m)}`)}return i(h)}}function c(l){l.gates.length===0&&l.memos.length>0&&l.gates.push({id:rt("gate"),type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"})}function u(l,h,m){let p=l.memos.filter(y=>zt(y.status)).length,f=l.memos.filter(y=>!zt(y.status));l.cursor={taskId:h,step:`${p}/${l.memos.length} resolved`,nextAction:m??(f.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${f.map(y=>y.id).slice(0,3).join(", ")}${f.length>3?"...":""}`),lastSeenHash:Hi(l.body),updatedAt:new Date().toISOString()}}function d(l,h,m){let p=l.split(`
77
77
  `),f=h.split(`
78
78
  `),y=[],g=0,_=0,v=!1;for(;_<f.length;){let S=f[_].match(/^@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/);if(!S){_++;continue}v=!0;let I=Number(S[1])-1;if(I<g||I>p.length)throw new vr(`Invalid patch hunk range for ${m}`,{file:m});for(y.push(...p.slice(g,I)),g=I,_++;_<f.length&&!f[_].startsWith("@@ ");){let Q=f[_];if(Q.startsWith("\")){_++;continue}let $e=Q[0],X=Q.slice(1);if($e===" "){if(g>=p.length||p[g]!==X)throw new vr(`Patch context mismatch in ${m}`,{file:m});y.push(X),g++}else if($e==="-"){if(g>=p.length||p[g]!==X)throw new vr(`Patch delete mismatch in ${m}`,{file:m});g++}else if($e==="+")y.push(X);else throw new vr(`Unsupported patch line in ${m}: "${Q}"`,{file:m});_++}}if(!v)throw new vr(`Invalid unified diff for ${m}: no hunks found`,{file:m});return y.push(...p.slice(g)),y.join(`
79
- `)}return{safeRead:o,safeWrite:s,wrapTool:a,ensureDefaultGate:c,updateCursorFromMemos:u,applyUnifiedDiff:d}}function z_(t,e,r){let n=T_({workspace:e,log:r});b_(t,n),$_(t,{safeRead:n.safeRead,safeWrite:n.safeWrite,wrapTool:n.wrapTool,ensureDefaultGate:n.ensureDefaultGate,updateCursorFromMemos:n.updateCursorFromMemos,applyUnifiedDiff:n.applyUnifiedDiff})}function E_(t,e){let r=t.filter(o=>o.startsWith("--workspace=")),n=r.length>0?r[r.length-1]:void 0;if(n){let o=n.slice(12);if(o)return o}return e.MD_FEEDBACK_WORKSPACE||void 0}function sa(t){process.stderr.write(`[md-feedback] ${t}
80
- `)}function IP(){return E_(process.argv,process.env)}var P_=IP(),R_=new Fi({name:"md-feedback",version:"1.3.13"});z_(R_,P_,sa);async function OP(){let t=new Vi;await R_.connect(t);let e=P_||process.cwd();sa(`v1.3.13 ready (stdio) workspace=${e}`)}OP().catch(t=>{sa(`fatal: ${t}`),process.exit(1)});0&&(module.exports={log});
79
+ `)}return{safeRead:o,safeWrite:s,wrapTool:a,ensureDefaultGate:c,updateCursorFromMemos:u,applyUnifiedDiff:d}}function E_(t,e,r){let n=z_({workspace:e,log:r});w_(t,n),k_(t,{safeRead:n.safeRead,safeWrite:n.safeWrite,wrapTool:n.wrapTool,ensureDefaultGate:n.ensureDefaultGate,updateCursorFromMemos:n.updateCursorFromMemos,applyUnifiedDiff:n.applyUnifiedDiff})}function P_(t,e){let r=t.filter(o=>o.startsWith("--workspace=")),n=r.length>0?r[r.length-1]:void 0;if(n){let o=n.slice(12);if(o)return o}return e.MD_FEEDBACK_WORKSPACE||void 0}function sa(t){process.stderr.write(`[md-feedback] ${t}
80
+ `)}function OP(){return P_(process.argv,process.env)}var R_=OP(),I_=new Fi({name:"md-feedback",version:"1.3.14"});E_(I_,R_,sa);async function MP(){let t=new Vi;await I_.connect(t);let e=R_||process.cwd();sa(`v1.3.14 ready (stdio) workspace=${e}`)}MP().catch(t=>{sa(`fatal: ${t}`),process.exit(1)});0&&(module.exports={log});