md-feedback 1.3.17 → 1.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mcp-server.js +50 -50
- package/package.json +1 -1
package/dist/mcp-server.js
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
"use strict";var j_=Object.create;var ns=Object.defineProperty;var Z_=Object.getOwnPropertyDescriptor;var D_=Object.getOwnPropertyNames;var q_=Object.getPrototypeOf,L_=Object.prototype.hasOwnProperty;var E=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),os=(t,e)=>{for(var r in e)ns(t,r,{get:e[r],enumerable:!0})},ap=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of D_(e))!L_.call(t,o)&&o!==r&&ns(t,o,{get:()=>e[o],enumerable:!(n=Z_(e,o))||n.enumerable});return t};var Vn=(t,e,r)=>(r=t!=null?j_(q_(t)):{},ap(e||!t||!t.__esModule?ns(r,"default",{value:t,enumerable:!0}):r,t)),F_=t=>ap(ns({},"__esModule",{value:!0}),t);var bo=E(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.regexpCode=oe.getEsmExportName=oe.getProperty=oe.safeStringify=oe.stringify=oe.strConcat=oe.addCodeArg=oe.str=oe._=oe.nil=oe._Code=oe.Name=oe.IDENTIFIER=oe._CodeOrName=void 0;var vo=class{};oe._CodeOrName=vo;oe.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Hr=class extends vo{constructor(e){if(super(),!oe.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}}};oe.Name=Hr;var mt=class extends vo{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 Hr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};oe._Code=mt;oe.nil=new mt("");function nh(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Ju(r,e[n]),r.push(t[++n]);return new mt(r)}oe._=nh;var Bu=new mt("+");function oh(t,...e){let r=[xo(t[0])],n=0;for(;n<e.length;)r.push(Bu),Ju(r,e[n]),r.push(Bu,xo(t[++n]));return F$(r),new mt(r)}oe.str=oh;function Ju(t,e){e instanceof mt?t.push(...e._items):e instanceof Hr?t.push(e):t.push(H$(e))}oe.addCodeArg=Ju;function F$(t){let e=1;for(;e<t.length-1;){if(t[e]===Bu){let r=U$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function U$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Hr||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 Hr))return`"${t}${e.slice(1)}`}function V$(t,e){return e.emptyStr()?t:t.emptyStr()?e:oh`${t}${e}`}oe.strConcat=V$;function H$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:xo(Array.isArray(t)?t.join(","):t)}function G$(t){return new mt(xo(t))}oe.stringify=G$;function xo(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}oe.safeStringify=xo;function W$(t){return typeof t=="string"&&oe.IDENTIFIER.test(t)?new mt(`.${t}`):nh`[${t}]`}oe.getProperty=W$;function B$(t){if(typeof t=="string"&&oe.IDENTIFIER.test(t))return new mt(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}oe.getEsmExportName=B$;function J$(t){return new mt(t.toString())}oe.regexpCode=J$});var Xu=E(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.ValueScope=Ye.ValueScopeName=Ye.Scope=Ye.varKinds=Ye.UsedValueState=void 0;var Xe=bo(),Ku=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},ii;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(ii||(Ye.UsedValueState=ii={}));Ye.varKinds={const:new Xe.Name("const"),let:new Xe.Name("let"),var:new Xe.Name("var")};var ai=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=ai;var ci=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=ci;var K$=(0,Xe._)`\n`,Qu=class extends ai{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?K$:Xe.nil}}get(){return this._scope}name(e){return new ci(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let u=this._scope[s]||(this._scope[s]=[]),c=u.length;return u[c]=r.ref,o.setValue(r,{property:s,itemIndex:c}),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 u=n[i]=n[i]||new Map;a.forEach(c=>{if(u.has(c))return;u.set(c,ii.Started);let l=r(c);if(l){let d=this.opts.es5?Ye.varKinds.var:Ye.varKinds.const;s=(0,Xe._)`${s}${d} ${c} = ${l};${this.opts._n}`}else if(l=o?.(c))s=(0,Xe._)`${s}${l}${this.opts._n}`;else throw new Ku(c);u.set(c,ii.Completed)})}return s}};Ye.ValueScope=Qu});var B=E(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.or=J.and=J.not=J.CodeGen=J.operators=J.varKinds=J.ValueScopeName=J.ValueScope=J.Scope=J.Name=J.regexpCode=J.stringify=J.getProperty=J.nil=J.strConcat=J.str=J._=void 0;var re=bo(),$t=Xu(),ur=bo();Object.defineProperty(J,"_",{enumerable:!0,get:function(){return ur._}});Object.defineProperty(J,"str",{enumerable:!0,get:function(){return ur.str}});Object.defineProperty(J,"strConcat",{enumerable:!0,get:function(){return ur.strConcat}});Object.defineProperty(J,"nil",{enumerable:!0,get:function(){return ur.nil}});Object.defineProperty(J,"getProperty",{enumerable:!0,get:function(){return ur.getProperty}});Object.defineProperty(J,"stringify",{enumerable:!0,get:function(){return ur.stringify}});Object.defineProperty(J,"regexpCode",{enumerable:!0,get:function(){return ur.regexpCode}});Object.defineProperty(J,"Name",{enumerable:!0,get:function(){return ur.Name}});var pi=Xu();Object.defineProperty(J,"Scope",{enumerable:!0,get:function(){return pi.Scope}});Object.defineProperty(J,"ValueScope",{enumerable:!0,get:function(){return pi.ValueScope}});Object.defineProperty(J,"ValueScopeName",{enumerable:!0,get:function(){return pi.ValueScopeName}});Object.defineProperty(J,"varKinds",{enumerable:!0,get:function(){return pi.varKinds}});J.operators={GT:new re._Code(">"),GTE:new re._Code(">="),LT:new re._Code("<"),LTE:new re._Code("<="),EQ:new re._Code("==="),NEQ:new re._Code("!=="),NOT:new re._Code("!"),OR:new re._Code("||"),AND:new re._Code("&&"),ADD:new re._Code("+")};var Bt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Yu=class extends Bt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?$t.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=kn(this.rhs,e,r)),this}get names(){return this.rhs instanceof re._CodeOrName?this.rhs.names:{}}},ui=class extends Bt{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 re.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=kn(this.rhs,e,r),this}get names(){let e=this.lhs instanceof re.Name?{}:{...this.lhs.names};return di(e,this.rhs)}},el=class extends ui{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},tl=class extends Bt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},rl=class extends Bt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},nl=class extends Bt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},ol=class extends Bt{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=kn(this.code,e,r),this}get names(){return this.code instanceof re._CodeOrName?this.code.names:{}}},wo=class extends Bt{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)||(Q$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Br(e,r.names),{})}},Jt=class extends wo{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},sl=class extends wo{},$n=class extends Jt{};$n.kind="else";var Gr=class t extends Jt{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 $n(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(sh(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=kn(this.condition,e,r),this}get names(){let e=super.names;return di(e,this.condition),this.else&&Br(e,this.else.names),e}};Gr.kind="if";var Wr=class extends Jt{};Wr.kind="for";var il=class extends Wr{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=kn(this.iteration,e,r),this}get names(){return Br(super.names,this.iteration.names)}},al=class extends Wr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?$t.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=di(super.names,this.from);return di(e,this.to)}},li=class extends Wr{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=kn(this.iterable,e,r),this}get names(){return Br(super.names,this.iterable.names)}},$o=class extends Jt{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)}};$o.kind="func";var ko=class extends wo{render(e){return"return "+super.render(e)}};ko.kind="return";var cl=class extends Jt{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&&Br(e,this.catch.names),this.finally&&Br(e,this.finally.names),e}},So=class extends Jt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};So.kind="catch";var To=class extends Jt{render(e){return"finally"+super.render(e)}};To.kind="finally";var ul=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
3
|
-
`:""},this._extScope=e,this._scope=new $t.Scope({parent:e}),this._nodes=[new sl]}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 Yu(e,s,n)),s}const(e,r,n){return this._def($t.varKinds.const,e,r,n)}let(e,r,n){return this._def($t.varKinds.let,e,r,n)}var(e,r,n){return this._def($t.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new ui(e,r,n))}add(e,r){return this._leafNode(new el(e,J.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==re.nil&&this._leafNode(new ol(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,re.addCodeArg)(r,o));return r.push("}"),new re._Code(r)}if(e,r,n){if(this._blockNode(new Gr(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 Gr(e))}else(){return this._elseNode(new $n)}endIf(){return this._endBlockNode(Gr,$n)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new il(e),r)}forRange(e,r,n,o,s=this.opts.es5?$t.varKinds.var:$t.varKinds.let){let i=this._scope.toName(e);return this._for(new al(s,i,r,n),()=>o(i))}forOf(e,r,n,o=$t.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof re.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,re._)`${i}.length`,a=>{this.var(s,(0,re._)`${i}[${a}]`),n(s)})}return this._for(new li("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?$t.varKinds.var:$t.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,re._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new li("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Wr)}label(e){return this._leafNode(new tl(e))}break(e){return this._leafNode(new rl(e))}return(e){let r=new ko;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ko)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new cl;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new So(s),r(s)}return n&&(this._currNode=o.finally=new To,this.code(n)),this._endBlockNode(So,To)}throw(e){return this._leafNode(new nl(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=re.nil,n,o){return this._blockNode(new $o(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode($o)}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 Gr))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}};J.CodeGen=ul;function Br(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function di(t,e){return e instanceof re._CodeOrName?Br(t,e.names):t}function kn(t,e,r){if(t instanceof re.Name)return n(t);if(!o(t))return t;return new re._Code(t._items.reduce((s,i)=>(i instanceof re.Name&&(i=n(i)),i instanceof re._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 re._Code&&s._items.some(i=>i instanceof re.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function Q$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function sh(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,re._)`!${ll(t)}`}J.not=sh;var X$=ih(J.operators.AND);function Y$(...t){return t.reduce(X$)}J.and=Y$;var ek=ih(J.operators.OR);function tk(...t){return t.reduce(ek)}J.or=tk;function ih(t){return(e,r)=>e===re.nil?r:r===re.nil?e:(0,re._)`${ll(e)} ${t} ${ll(r)}`}function ll(t){return t instanceof re.Name?t:(0,re._)`(${t})`}});var se=E(K=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});K.checkStrictMode=K.getErrorPath=K.Type=K.useFunc=K.setEvaluated=K.evaluatedPropsToName=K.mergeEvaluated=K.eachItem=K.unescapeJsonPointer=K.escapeJsonPointer=K.escapeFragment=K.unescapeFragment=K.schemaRefOrVal=K.schemaHasRulesButRef=K.schemaHasRules=K.checkUnknownRules=K.alwaysValidSchema=K.toHash=void 0;var de=B(),rk=bo();function nk(t){let e={};for(let r of t)e[r]=!0;return e}K.toHash=nk;function ok(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(uh(t,e),!lh(e,t.self.RULES.all))}K.alwaysValidSchema=ok;function uh(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]||fh(t,`unknown keyword: "${s}"`)}K.checkUnknownRules=uh;function lh(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}K.schemaHasRules=lh;function sk(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}K.schemaHasRulesButRef=sk;function ik({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,de._)`${r}`}return(0,de._)`${t}${e}${(0,de.getProperty)(n)}`}K.schemaRefOrVal=ik;function ak(t){return dh(decodeURIComponent(t))}K.unescapeFragment=ak;function ck(t){return encodeURIComponent(pl(t))}K.escapeFragment=ck;function pl(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}K.escapeJsonPointer=pl;function dh(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}K.unescapeJsonPointer=dh;function uk(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}K.eachItem=uk;function ah({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let u=i===void 0?s:i instanceof de.Name?(s instanceof de.Name?t(o,s,i):e(o,s,i),i):s instanceof de.Name?(e(o,i,s),s):r(s,i);return a===de.Name&&!(u instanceof de.Name)?n(o,u):u}}K.mergeEvaluated={props:ah({mergeNames:(t,e,r)=>t.if((0,de._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,de._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,de._)`${r} || {}`).code((0,de._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,de._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,de._)`${r} || {}`),fl(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:ph}),items:ah({mergeNames:(t,e,r)=>t.if((0,de._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,de._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,de._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,de._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function ph(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,de._)`{}`);return e!==void 0&&fl(t,r,e),r}K.evaluatedPropsToName=ph;function fl(t,e,r){Object.keys(r).forEach(n=>t.assign((0,de._)`${e}${(0,de.getProperty)(n)}`,!0))}K.setEvaluated=fl;var ch={};function lk(t,e){return t.scopeValue("func",{ref:e,code:ch[e.code]||(ch[e.code]=new rk._Code(e.code))})}K.useFunc=lk;var dl;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(dl||(K.Type=dl={}));function dk(t,e,r){if(t instanceof de.Name){let n=e===dl.Num;return r?n?(0,de._)`"[" + ${t} + "]"`:(0,de._)`"['" + ${t} + "']"`:n?(0,de._)`"/" + ${t}`:(0,de._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,de.getProperty)(t).toString():"/"+pl(t)}K.getErrorPath=dk;function fh(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}K.checkStrictMode=fh});var Kt=E(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});var De=B(),pk={data:new De.Name("data"),valCxt:new De.Name("valCxt"),instancePath:new De.Name("instancePath"),parentData:new De.Name("parentData"),parentDataProperty:new De.Name("parentDataProperty"),rootData:new De.Name("rootData"),dynamicAnchors:new De.Name("dynamicAnchors"),vErrors:new De.Name("vErrors"),errors:new De.Name("errors"),this:new De.Name("this"),self:new De.Name("self"),scope:new De.Name("scope"),json:new De.Name("json"),jsonPos:new De.Name("jsonPos"),jsonLen:new De.Name("jsonLen"),jsonPart:new De.Name("jsonPart")};ml.default=pk});var zo=E(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.extendErrors=qe.resetErrorsCount=qe.reportExtraError=qe.reportError=qe.keyword$DataError=qe.keywordError=void 0;var ne=B(),fi=se(),He=Kt();qe.keywordError={message:({keyword:t})=>(0,ne.str)`must pass "${t}" keyword validation`};qe.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,ne.str)`"${t}" keyword must be ${e} ($data)`:(0,ne.str)`"${t}" keyword is invalid ($data)`};function fk(t,e=qe.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,u=gh(t,e,r);n??(i||a)?mh(s,u):hh(o,(0,ne._)`[${u}]`)}qe.reportError=fk;function mk(t,e=qe.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=gh(t,e,r);mh(o,a),s||i||hh(n,He.default.vErrors)}qe.reportExtraError=mk;function hk(t,e){t.assign(He.default.errors,e),t.if((0,ne._)`${He.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,ne._)`${He.default.vErrors}.length`,e),()=>t.assign(He.default.vErrors,null)))}qe.resetErrorsCount=hk;function gk({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,He.default.errors,a=>{t.const(i,(0,ne._)`${He.default.vErrors}[${a}]`),t.if((0,ne._)`${i}.instancePath === undefined`,()=>t.assign((0,ne._)`${i}.instancePath`,(0,ne.strConcat)(He.default.instancePath,s.errorPath))),t.assign((0,ne._)`${i}.schemaPath`,(0,ne.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,ne._)`${i}.schema`,r),t.assign((0,ne._)`${i}.data`,n))})}qe.extendErrors=gk;function mh(t,e){let r=t.const("err",e);t.if((0,ne._)`${He.default.vErrors} === null`,()=>t.assign(He.default.vErrors,(0,ne._)`[${r}]`),(0,ne._)`${He.default.vErrors}.push(${r})`),t.code((0,ne._)`${He.default.errors}++`)}function hh(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,ne._)`new ${t.ValidationError}(${e})`):(r.assign((0,ne._)`${n}.errors`,e),r.return(!1))}var Jr={keyword:new ne.Name("keyword"),schemaPath:new ne.Name("schemaPath"),params:new ne.Name("params"),propertyName:new ne.Name("propertyName"),message:new ne.Name("message"),schema:new ne.Name("schema"),parentSchema:new ne.Name("parentSchema")};function gh(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,ne._)`{}`:yk(t,e,r)}function yk(t,e,r={}){let{gen:n,it:o}=t,s=[_k(o,r),vk(t,r)];return xk(t,e,s),n.object(...s)}function _k({errorPath:t},{instancePath:e}){let r=e?(0,ne.str)`${t}${(0,fi.getErrorPath)(e,fi.Type.Str)}`:t;return[He.default.instancePath,(0,ne.strConcat)(He.default.instancePath,r)]}function vk({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,ne.str)`${e}/${t}`;return r&&(o=(0,ne.str)`${o}${(0,fi.getErrorPath)(r,fi.Type.Str)}`),[Jr.schemaPath,o]}function xk(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:u,propertyName:c,topSchemaRef:l,schemaPath:d}=a;n.push([Jr.keyword,o],[Jr.params,typeof e=="function"?e(t):e||(0,ne._)`{}`]),u.messages&&n.push([Jr.message,typeof r=="function"?r(t):r]),u.verbose&&n.push([Jr.schema,i],[Jr.parentSchema,(0,ne._)`${l}${d}`],[He.default.data,s]),c&&n.push([Jr.propertyName,c])}});var _h=E(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.boolOrEmptySchema=Sn.topBoolOrEmptySchema=void 0;var bk=zo(),wk=B(),$k=Kt(),kk={message:"boolean schema is false"};function Sk(t){let{gen:e,schema:r,validateName:n}=t;r===!1?yh(t,!1):typeof r=="object"&&r.$async===!0?e.return($k.default.data):(e.assign((0,wk._)`${n}.errors`,null),e.return(!0))}Sn.topBoolOrEmptySchema=Sk;function Tk(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),yh(t)):r.var(e,!0)}Sn.boolOrEmptySchema=Tk;function yh(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,bk.reportError)(o,kk,void 0,e)}});var hl=E(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.getRules=Tn.isJSONType=void 0;var zk=["string","number","integer","boolean","null","object","array"],Ek=new Set(zk);function Pk(t){return typeof t=="string"&&Ek.has(t)}Tn.isJSONType=Pk;function Rk(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Tn.getRules=Rk});var gl=E(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.shouldUseRule=lr.shouldUseGroup=lr.schemaHasRulesForType=void 0;function Ik({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&vh(t,n)}lr.schemaHasRulesForType=Ik;function vh(t,e){return e.rules.some(r=>xh(t,r))}lr.shouldUseGroup=vh;function xh(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))}lr.shouldUseRule=xh});var Eo=E(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.reportTypeError=Le.checkDataTypes=Le.checkDataType=Le.coerceAndCheckDataType=Le.getJSONTypes=Le.getSchemaTypes=Le.DataType=void 0;var Ok=hl(),Mk=gl(),Ak=zo(),G=B(),bh=se(),zn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(zn||(Le.DataType=zn={}));function Ck(t){let e=wh(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}Le.getSchemaTypes=Ck;function wh(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(Ok.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Le.getJSONTypes=wh;function Nk(t,e){let{gen:r,data:n,opts:o}=t,s=jk(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Mk.schemaHasRulesForType)(t,e[0]));if(i){let a=_l(e,n,o.strictNumbers,zn.Wrong);r.if(a,()=>{s.length?Zk(t,e,s):vl(t)})}return i}Le.coerceAndCheckDataType=Nk;var $h=new Set(["string","number","integer","boolean","null"]);function jk(t,e){return e?t.filter(r=>$h.has(r)||e==="array"&&r==="array"):[]}function Zk(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,G._)`typeof ${o}`),a=n.let("coerced",(0,G._)`undefined`);s.coerceTypes==="array"&&n.if((0,G._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,G._)`${o}[0]`).assign(i,(0,G._)`typeof ${o}`).if(_l(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,G._)`${a} !== undefined`);for(let c of r)($h.has(c)||c==="array"&&s.coerceTypes==="array")&&u(c);n.else(),vl(t),n.endIf(),n.if((0,G._)`${a} !== undefined`,()=>{n.assign(o,a),Dk(t,a)});function u(c){switch(c){case"string":n.elseIf((0,G._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,G._)`"" + ${o}`).elseIf((0,G._)`${o} === null`).assign(a,(0,G._)`""`);return;case"number":n.elseIf((0,G._)`${i} == "boolean" || ${o} === null
|
|
4
|
-
|| (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,
|
|
5
|
-
|| (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,
|
|
6
|
-
|| ${i} === "boolean" || ${o} === null`).assign(a,(0,G._)`[${o}]`)}}}function Dk({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,G._)`${e} !== undefined`,()=>t.assign((0,G._)`${e}[${r}]`,n))}function yl(t,e,r,n=zn.Correct){let o=n===zn.Correct?G.operators.EQ:G.operators.NEQ,s;switch(t){case"null":return(0,G._)`${e} ${o} null`;case"array":s=(0,G._)`Array.isArray(${e})`;break;case"object":s=(0,G._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,G._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,G._)`typeof ${e} ${o} ${t}`}return n===zn.Correct?s:(0,G.not)(s);function i(a=G.nil){return(0,G.and)((0,G._)`typeof ${e} == "number"`,a,r?(0,G._)`isFinite(${e})`:G.nil)}}Le.checkDataType=yl;function _l(t,e,r,n){if(t.length===1)return yl(t[0],e,r,n);let o,s=(0,bh.toHash)(t);if(s.array&&s.object){let i=(0,G._)`typeof ${e} != "object"`;o=s.null?i:(0,G._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=G.nil;s.number&&delete s.integer;for(let i in s)o=(0,G.and)(o,yl(i,e,r,n));return o}Le.checkDataTypes=_l;var qk={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,G._)`{type: ${t}}`:(0,G._)`{type: ${e}}`};function vl(t){let e=Lk(t);(0,Ak.reportError)(e,qk)}Le.reportTypeError=vl;function Lk(t){let{gen:e,data:r,schema:n}=t,o=(0,bh.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var Sh=E(mi=>{"use strict";Object.defineProperty(mi,"__esModule",{value:!0});mi.assignDefaults=void 0;var En=B(),Fk=se();function Uk(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)kh(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>kh(t,s,o.default))}mi.assignDefaults=Uk;function kh(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,En._)`${s}${(0,En.getProperty)(e)}`;if(o){(0,Fk.checkStrictMode)(t,`default is ignored for: ${a}`);return}let u=(0,En._)`${a} === undefined`;i.useDefaults==="empty"&&(u=(0,En._)`${u} || ${a} === null || ${a} === ""`),n.if(u,(0,En._)`${a} = ${(0,En.stringify)(r)}`)}});var ht=E(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.validateUnion=le.validateArray=le.usePattern=le.callValidateCode=le.schemaProperties=le.allSchemaProperties=le.noPropertyInData=le.propertyInData=le.isOwnProperty=le.hasPropFunc=le.reportMissingProp=le.checkMissingProp=le.checkReportMissingProp=void 0;var ge=B(),xl=se(),dr=Kt(),Vk=se();function Hk(t,e){let{gen:r,data:n,it:o}=t;r.if(wl(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,ge._)`${e}`},!0),t.error()})}le.checkReportMissingProp=Hk;function Gk({gen:t,data:e,it:{opts:r}},n,o){return(0,ge.or)(...n.map(s=>(0,ge.and)(wl(t,e,s,r.ownProperties),(0,ge._)`${o} = ${s}`)))}le.checkMissingProp=Gk;function Wk(t,e){t.setParams({missingProperty:e},!0),t.error()}le.reportMissingProp=Wk;function Th(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ge._)`Object.prototype.hasOwnProperty`})}le.hasPropFunc=Th;function bl(t,e,r){return(0,ge._)`${Th(t)}.call(${e}, ${r})`}le.isOwnProperty=bl;function Bk(t,e,r,n){let o=(0,ge._)`${e}${(0,ge.getProperty)(r)} !== undefined`;return n?(0,ge._)`${o} && ${bl(t,e,r)}`:o}le.propertyInData=Bk;function wl(t,e,r,n){let o=(0,ge._)`${e}${(0,ge.getProperty)(r)} === undefined`;return n?(0,ge.or)(o,(0,ge.not)(bl(t,e,r))):o}le.noPropertyInData=wl;function zh(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}le.allSchemaProperties=zh;function Jk(t,e){return zh(e).filter(r=>!(0,xl.alwaysValidSchema)(t,e[r]))}le.schemaProperties=Jk;function Kk({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,u,c){let l=c?(0,ge._)`${t}, ${e}, ${n}${o}`:e,d=[[dr.default.instancePath,(0,ge.strConcat)(dr.default.instancePath,s)],[dr.default.parentData,i.parentData],[dr.default.parentDataProperty,i.parentDataProperty],[dr.default.rootData,dr.default.rootData]];i.opts.dynamicRef&&d.push([dr.default.dynamicAnchors,dr.default.dynamicAnchors]);let m=(0,ge._)`${l}, ${r.object(...d)}`;return u!==ge.nil?(0,ge._)`${a}.call(${u}, ${m})`:(0,ge._)`${a}(${m})`}le.callValidateCode=Kk;var Qk=(0,ge._)`new RegExp`;function Xk({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,ge._)`${o.code==="new RegExp"?Qk:(0,Vk.useFunc)(t,o)}(${r}, ${n})`})}le.usePattern=Xk;function Yk(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 u=e.const("len",(0,ge._)`${r}.length`);e.forRange("i",0,u,c=>{t.subschema({keyword:n,dataProp:c,dataPropType:xl.Type.Num},s),e.if((0,ge.not)(s),a)})}}le.validateArray=Yk;function e0(t){let{gen:e,schema:r,keyword:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(u=>(0,xl.alwaysValidSchema)(o,u))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((u,c)=>{let l=t.subschema({keyword:n,schemaProp:c,compositeRule:!0},a);e.assign(i,(0,ge._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,ge.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}le.validateUnion=e0});var Rh=E(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.validateKeywordUsage=Nt.validSchemaType=Nt.funcKeywordCode=Nt.macroKeywordCode=void 0;var Ge=B(),Kr=Kt(),t0=ht(),r0=zo();function n0(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),u=Ph(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let c=r.name("valid");t.subschema({schema:a,schemaPath:Ge.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:u,compositeRule:!0},c),t.pass(c,()=>t.error(!0))}Nt.macroKeywordCode=n0;function o0(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:u}=t;i0(u,e);let c=!a&&e.compile?e.compile.call(u.self,s,i,u):e.validate,l=Ph(n,o,c),d=n.let("valid");t.block$data(d,m),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function m(){if(e.errors===!1)f(),e.modifying&&Eh(t),y(()=>t.error());else{let _=e.async?h():p();e.modifying&&Eh(t),y(()=>s0(t,_))}}function h(){let _=n.let("ruleErrs",null);return n.try(()=>f((0,Ge._)`await `),g=>n.assign(d,!1).if((0,Ge._)`${g} instanceof ${u.ValidationError}`,()=>n.assign(_,(0,Ge._)`${g}.errors`),()=>n.throw(g))),_}function p(){let _=(0,Ge._)`${l}.errors`;return n.assign(_,null),f(Ge.nil),_}function f(_=e.async?(0,Ge._)`await `:Ge.nil){let g=u.opts.passContext?Kr.default.this:Kr.default.self,x=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Ge._)`${_}${(0,t0.callValidateCode)(t,l,g,x)}`,e.modifying)}function y(_){var g;n.if((0,Ge.not)((g=e.valid)!==null&&g!==void 0?g:d),_)}}Nt.funcKeywordCode=o0;function Eh(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ge._)`${n.parentData}[${n.parentDataProperty}]`))}function s0(t,e){let{gen:r}=t;r.if((0,Ge._)`Array.isArray(${e})`,()=>{r.assign(Kr.default.vErrors,(0,Ge._)`${Kr.default.vErrors} === null ? ${e} : ${Kr.default.vErrors}.concat(${e})`).assign(Kr.default.errors,(0,Ge._)`${Kr.default.vErrors}.length`),(0,r0.extendErrors)(t)},()=>t.error())}function i0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Ph(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,Ge.stringify)(r)})}function a0(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")}Nt.validSchemaType=a0;function c0({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 u=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(u);else throw new Error(u)}}Nt.validateKeywordUsage=c0});var Oh=E(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.extendSubschemaMode=pr.extendSubschemaData=pr.getSubschema=void 0;var jt=B(),Ih=se();function u0(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,jt._)`${t.schemaPath}${(0,jt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,jt._)`${t.schemaPath}${(0,jt.getProperty)(e)}${(0,jt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Ih.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')}pr.getSubschema=u0;function l0(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:c,dataPathArr:l,opts:d}=e,m=a.let("data",(0,jt._)`${e.data}${(0,jt.getProperty)(r)}`,!0);u(m),t.errorPath=(0,jt.str)`${c}${(0,Ih.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,jt._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let c=o instanceof jt.Name?o:a.let("data",o,!0);u(c),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function u(c){t.data=c,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,c]}}pr.extendSubschemaData=l0;function d0(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}pr.extendSubschemaMode=d0});var $l=E((iC,Mh)=>{"use strict";Mh.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 Ch=E((aC,Ah)=>{"use strict";var fr=Ah.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(){};hi(e,n,o,t,"",t)};fr.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};fr.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};fr.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};fr.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 hi(t,e,r,n,o,s,i,a,u,c){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,u,c);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in fr.arrayKeywords)for(var m=0;m<d.length;m++)hi(t,e,r,d[m],o+"/"+l+"/"+m,s,o,l,n,m)}else if(l in fr.propsKeywords){if(d&&typeof d=="object")for(var h in d)hi(t,e,r,d[h],o+"/"+l+"/"+p0(h),s,o,l,n,h)}else(l in fr.keywords||t.allKeys&&!(l in fr.skipKeywords))&&hi(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,u,c)}}function p0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var Po=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 f0=se(),m0=$l(),h0=Ch(),g0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function y0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!kl(t):e?Nh(t)<=e:!1}et.inlineRef=y0;var _0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function kl(t){for(let e in t){if(_0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(kl)||typeof r=="object"&&kl(r))return!0}return!1}function Nh(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!g0.has(r)&&(typeof t[r]=="object"&&(0,f0.eachItem)(t[r],n=>e+=Nh(n)),e===1/0))return 1/0}return e}function jh(t,e="",r){r!==!1&&(e=Pn(e));let n=t.parse(e);return Zh(t,n)}et.getFullPath=jh;function Zh(t,e){return t.serialize(e).split("#")[0]+"#"}et._getFullPath=Zh;var v0=/#\/?$/;function Pn(t){return t?t.replace(v0,""):""}et.normalizeId=Pn;function x0(t,e,r){return r=Pn(r),t.resolve(e,r)}et.resolveUrl=x0;var b0=/^[a-z_][-a-z0-9._]*$/i;function w0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=Pn(t[r]||e),s={"":o},i=jh(n,o,!1),a={},u=new Set;return h0(t,{allKeys:!0},(d,m,h,p)=>{if(p===void 0)return;let f=i+m,y=s[p];typeof d[r]=="string"&&(y=_.call(this,d[r])),g.call(this,d.$anchor),g.call(this,d.$dynamicAnchor),s[m]=y;function _(x){let v=this.opts.uriResolver.resolve;if(x=Pn(y?v(y,x):x),u.has(x))throw l(x);u.add(x);let $=this.refs[x];return typeof $=="string"&&($=this.refs[$]),typeof $=="object"?c(d,$.schema,x):x!==Pn(f)&&(x[0]==="#"?(c(d,a[x],x),a[x]=d):this.refs[x]=f),x}function g(x){if(typeof x=="string"){if(!b0.test(x))throw new Error(`invalid anchor "${x}"`);_.call(this,`#${x}`)}}}),a;function c(d,m,h){if(m!==void 0&&!m0(d,m))throw l(h)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}et.getSchemaRefs=w0});var Oo=E(mr=>{"use strict";Object.defineProperty(mr,"__esModule",{value:!0});mr.getData=mr.KeywordCxt=mr.validateFunctionCode=void 0;var Uh=_h(),Dh=Eo(),Tl=gl(),gi=Eo(),$0=Sh(),Io=Rh(),Sl=Oh(),N=B(),F=Kt(),k0=Po(),Qt=se(),Ro=zo();function S0(t){if(Gh(t)&&(Wh(t),Hh(t))){E0(t);return}Vh(t,()=>(0,Uh.topBoolOrEmptySchema)(t))}mr.validateFunctionCode=S0;function Vh({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"; ${qh(r,o)}`),z0(t,o),t.code(s)}):t.func(e,(0,N._)`${F.default.data}, ${T0(o)}`,n.$async,()=>t.code(qh(r,o)).code(s))}function T0(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 z0(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 E0(t){let{schema:e,opts:r,gen:n}=t;Vh(t,()=>{r.$comment&&e.$comment&&Jh(t),M0(t),n.let(F.default.vErrors,null),n.let(F.default.errors,0),r.unevaluated&&P0(t),Bh(t),N0(t)})}function P0(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 qh(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 R0(t,e){if(Gh(t)&&(Wh(t),Hh(t))){I0(t,e);return}(0,Uh.boolOrEmptySchema)(t,e)}function Hh({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 Gh(t){return typeof t.schema!="boolean"}function I0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Jh(t),A0(t),C0(t);let s=n.const("_errs",F.default.errors);Bh(t,s),n.var(e,(0,N._)`${s} === ${F.default.errors}`)}function Wh(t){(0,Qt.checkUnknownRules)(t),O0(t)}function Bh(t,e){if(t.opts.jtd)return Lh(t,[],!1,e);let r=(0,Dh.getSchemaTypes)(t.schema),n=(0,Dh.coerceAndCheckDataType)(t,r);Lh(t,r,!n,e)}function O0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Qt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function M0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Qt.checkStrictMode)(t,"default is ignored in the schema root")}function A0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,k0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function C0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Jh({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 N0(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&&j0(t),e.return((0,N._)`${F.default.errors} === 0`))}function j0({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 Lh(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:u,self:c}=t,{RULES:l}=c;if(s.$ref&&(u.ignoreKeywordsWithRef||!(0,Qt.schemaHasRulesButRef)(s,l))){o.block(()=>Qh(t,"$ref",l.all.$ref.definition));return}u.jtd||Z0(t,e),o.block(()=>{for(let m of l.rules)d(m);d(l.post)});function d(m){(0,Tl.shouldUseGroup)(s,m)&&(m.type?(o.if((0,gi.checkDataType)(m.type,i,u.strictNumbers)),Fh(t,m),e.length===1&&e[0]===m.type&&r&&(o.else(),(0,gi.reportTypeError)(t)),o.endIf()):Fh(t,m),a||o.if((0,N._)`${F.default.errors} === ${n||0}`))}}function Fh(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,Tl.shouldUseRule)(n,s)&&Qh(t,s.keyword,s.definition,e.type)})}function Z0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(D0(t,e),t.opts.allowUnionTypes||q0(t,e),L0(t,t.dataTypes))}function D0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Kh(t.dataTypes,r)||zl(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),U0(t,e)}}function q0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&zl(t,"use allowUnionTypes to allow union type keyword")}function L0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,Tl.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>F0(e,i))&&zl(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function F0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Kh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function U0(t,e){let r=[];for(let n of t.dataTypes)Kh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function zl(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Qt.checkStrictMode)(t,e,t.opts.strictTypes)}var yi=class{constructor(e,r,n){if((0,Io.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,Qt.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",Xh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Io.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?Ro.reportExtraError:Ro.reportError)(this,this.def.error,r)}$dataError(){(0,Ro.reportError)(this,this.def.$dataError||Ro.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Ro.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 u=Array.isArray(n)?n:[n];return(0,N._)`${(0,gi.checkDataTypes)(u,r,s.opts.strictNumbers,gi.DataType.Wrong)}`}return N.nil}function a(){if(o.validateSchema){let u=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,N._)`!${u}(${r})`}return N.nil}}subschema(e,r){let n=(0,Sl.getSubschema)(this.it,e);(0,Sl.extendSubschemaData)(n,this.it,e),(0,Sl.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return R0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Qt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Qt.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}};mr.KeywordCxt=yi;function Qh(t,e,r,n){let o=new yi(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Io.funcKeywordCode)(o,r):"macro"in r?(0,Io.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Io.funcKeywordCode)(o,r)}var V0=/^\/(?:[^~]|~0|~1)*$/,H0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Xh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return F.default.rootData;if(t[0]==="/"){if(!V0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=F.default.rootData}else{let c=H0.exec(t);if(!c)throw new Error(`Invalid JSON-pointer: ${t}`);let l=+c[1];if(o=c[2],o==="#"){if(l>=e)throw new Error(u("property/index",l));return n[e-l]}if(l>e)throw new Error(u("data",l));if(s=r[e-l],!o)return s}let i=s,a=o.split("/");for(let c of a)c&&(s=(0,N._)`${s}${(0,N.getProperty)((0,Qt.unescapeJsonPointer)(c))}`,i=(0,N._)`${i} && ${s}`);return i;function u(c,l){return`Cannot access ${c} ${l} levels up, current level is ${e}`}}mr.getData=Xh});var _i=E(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});var El=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Pl.default=El});var Mo=E(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var Rl=Po(),Il=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Rl.resolveUrl)(e,r,n),this.missingSchema=(0,Rl.normalizeId)((0,Rl.getFullPath)(e,this.missingRef))}};Ol.default=Il});var xi=E(gt=>{"use strict";Object.defineProperty(gt,"__esModule",{value:!0});gt.resolveSchema=gt.getCompilingSchema=gt.resolveRef=gt.compileSchema=gt.SchemaEnv=void 0;var kt=B(),G0=_i(),Qr=Kt(),St=Po(),Yh=se(),W0=Oo(),Rn=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,St.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};gt.SchemaEnv=Rn;function Al(t){let e=eg.call(this,t);if(e)return e;let r=(0,St.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new kt.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:G0.default,code:(0,kt._)`require("ajv/dist/runtime/validation_error").default`}));let u=i.scopeName("validate");t.validateName=u;let c={gen:i,allErrors:this.opts.allErrors,data:Qr.default.data,parentData:Qr.default.parentData,parentDataProperty:Qr.default.parentDataProperty,dataNames:[Qr.default.data],dataPathArr:[kt.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,kt.stringify)(t.schema)}:{ref:t.schema}),validateName:u,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:kt.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,kt._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,W0.validateFunctionCode)(c),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(Qr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let h=new Function(`${Qr.default.self}`,`${Qr.default.scope}`,l)(this,this.scope.get());if(this.scope.value(u,{ref:h}),h.errors=null,h.schema=t.schema,h.schemaEnv=t,t.$async&&(h.$async=!0),this.opts.code.source===!0&&(h.source={validateName:u,validateCode:d,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:f}=c;h.evaluated={props:p instanceof kt.Name?void 0:p,items:f instanceof kt.Name?void 0:f,dynamicProps:p instanceof kt.Name,dynamicItems:f instanceof kt.Name},h.source&&(h.source.evaluated=(0,kt.stringify)(h.evaluated))}return t.validate=h,t}catch(d){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(t)}}gt.compileSchema=Al;function B0(t,e,r){var n;r=(0,St.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=Q0.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 Rn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=J0.call(this,s)}gt.resolveRef=B0;function J0(t){return(0,St.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Al.call(this,t)}function eg(t){for(let e of this._compilations)if(K0(e,t))return e}gt.getCompilingSchema=eg;function K0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function Q0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||vi.call(this,t,e)}function vi(t,e){let r=this.opts.uriResolver.parse(e),n=(0,St._getFullPath)(this.opts.uriResolver,r),o=(0,St.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return Ml.call(this,r,t);let s=(0,St.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=vi.call(this,t,i);return typeof a?.schema!="object"?void 0:Ml.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Al.call(this,i),s===(0,St.normalizeId)(e)){let{schema:a}=i,{schemaId:u}=this.opts,c=a[u];return c&&(o=(0,St.resolveUrl)(this.opts.uriResolver,o,c)),new Rn({schema:a,schemaId:u,root:t,baseId:o})}return Ml.call(this,r,i)}}gt.resolveSchema=vi;var X0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Ml(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 u=r[(0,Yh.unescapeFragment)(a)];if(u===void 0)return;r=u;let c=typeof r=="object"&&r[this.opts.schemaId];!X0.has(a)&&c&&(e=(0,St.resolveUrl)(this.opts.uriResolver,e,c))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Yh.schemaHasRulesButRef)(r,this.RULES)){let a=(0,St.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=vi.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new Rn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var tg=E((fC,Y0)=>{Y0.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 Nl=E((mC,sg)=>{"use strict";var eS=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),ng=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 Cl(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 tS=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function rg(t){return t.length=0,!0}function rS(t,e,r){if(t.length){let n=Cl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function nS(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=rS;for(let u=0;u<t.length;u++){let c=t[u];if(!(c==="["||c==="]"))if(c===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++e>7){r.error=!0;break}u>0&&t[u-1]===":"&&(s=!0),n.push(":");continue}else if(c==="%"){if(!a(o,n,r))break;a=rg}else{o.push(c);continue}}return o.length&&(a===rg?r.zone=o.join(""):i?n.push(o.join("")):n.push(Cl(o))),r.address=n.join(""),r}function og(t){if(oS(t,":")<2)return{host:t,isIPV6:!1};let e=nS(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 oS(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function sS(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 iS(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 aS(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!ng(r)){let n=og(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}sg.exports={nonSimpleDomain:tS,recomposeAuthority:aS,normalizeComponentEncoding:iS,removeDotSegments:sS,isIPv4:ng,isUUID:eS,normalizeIPv6:og,stringArrayToHexStripped:Cl}});var lg=E((hC,ug)=>{"use strict";var{isUUID:cS}=Nl(),uS=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,lS=["http","https","ws","wss","urn","urn:uuid"];function dS(t){return lS.indexOf(t)!==-1}function jl(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 ig(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function ag(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 pS(t){return t.secure=jl(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function fS(t){if((t.port===(jl(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 mS(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(uS);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=Zl(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function hS(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=Zl(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 gS(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!cS(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function yS(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var cg={scheme:"http",domainHost:!0,parse:ig,serialize:ag},_S={scheme:"https",domainHost:cg.domainHost,parse:ig,serialize:ag},bi={scheme:"ws",domainHost:!0,parse:pS,serialize:fS},vS={scheme:"wss",domainHost:bi.domainHost,parse:bi.parse,serialize:bi.serialize},xS={scheme:"urn",parse:mS,serialize:hS,skipNormalize:!0},bS={scheme:"urn:uuid",parse:gS,serialize:yS,skipNormalize:!0},wi={http:cg,https:_S,ws:bi,wss:vS,urn:xS,"urn:uuid":bS};Object.setPrototypeOf(wi,null);function Zl(t){return t&&(wi[t]||wi[t.toLowerCase()])||void 0}ug.exports={wsIsSecure:jl,SCHEMES:wi,isValidSchemeName:dS,getSchemeHandler:Zl}});var fg=E((gC,ki)=>{"use strict";var{normalizeIPv6:wS,removeDotSegments:Ao,recomposeAuthority:$S,normalizeComponentEncoding:$i,isIPv4:kS,nonSimpleDomain:SS}=Nl(),{SCHEMES:TS,getSchemeHandler:dg}=lg();function zS(t,e){return typeof t=="string"?t=Zt(Xt(t,e),e):typeof t=="object"&&(t=Xt(Zt(t,e),e)),t}function ES(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=pg(Xt(t,n),Xt(e,n),n,!0);return n.skipEscape=!0,Zt(o,n)}function pg(t,e,r,n){let o={};return n||(t=Xt(Zt(t,r),r),e=Xt(Zt(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=Ao(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=Ao(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=Ao(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=Ao(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 PS(t,e,r){return typeof t=="string"?(t=unescape(t),t=Zt($i(Xt(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Zt($i(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=Zt($i(Xt(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Zt($i(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function Zt(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=dg(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=Ao(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 RS=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Xt(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(RS);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(kS(n.host)===!1){let u=wS(n.host);n.host=u.host.toLowerCase(),o=u.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=dg(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&SS(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 Dl={SCHEMES:TS,normalize:zS,resolve:ES,resolveComponent:pg,equal:PS,serialize:Zt,parse:Xt};ki.exports=Dl;ki.exports.default=Dl;ki.exports.fastUri=Dl});var hg=E(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var mg=fg();mg.code='require("ajv/dist/runtime/uri").default';ql.default=mg});var $g=E(Ce=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.CodeGen=Ce.Name=Ce.nil=Ce.stringify=Ce.str=Ce._=Ce.KeywordCxt=void 0;var IS=Oo();Object.defineProperty(Ce,"KeywordCxt",{enumerable:!0,get:function(){return IS.KeywordCxt}});var In=B();Object.defineProperty(Ce,"_",{enumerable:!0,get:function(){return In._}});Object.defineProperty(Ce,"str",{enumerable:!0,get:function(){return In.str}});Object.defineProperty(Ce,"stringify",{enumerable:!0,get:function(){return In.stringify}});Object.defineProperty(Ce,"nil",{enumerable:!0,get:function(){return In.nil}});Object.defineProperty(Ce,"Name",{enumerable:!0,get:function(){return In.Name}});Object.defineProperty(Ce,"CodeGen",{enumerable:!0,get:function(){return In.CodeGen}});var OS=_i(),xg=Mo(),MS=hl(),Co=xi(),AS=B(),No=Po(),Si=Eo(),Fl=se(),gg=tg(),CS=hg(),bg=(t,e)=>new RegExp(t,e);bg.code="new RegExp";var NS=["removeAdditional","useDefaults","coerceTypes"],jS=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),ZS={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."},DS={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},yg=200;function qS(t){var e,r,n,o,s,i,a,u,c,l,d,m,h,p,f,y,_,g,x,v,$,M,j,U,V;let ae=t.strict,Y=(e=t.code)===null||e===void 0?void 0:e.optimize,I=Y===!0||Y===void 0?1:Y||0,Se=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:bg,ot=(o=t.uriResolver)!==null&&o!==void 0?o:CS.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:ae)!==null&&i!==void 0?i:!0,strictNumbers:(u=(a=t.strictNumbers)!==null&&a!==void 0?a:ae)!==null&&u!==void 0?u:!0,strictTypes:(l=(c=t.strictTypes)!==null&&c!==void 0?c:ae)!==null&&l!==void 0?l:"log",strictTuples:(m=(d=t.strictTuples)!==null&&d!==void 0?d:ae)!==null&&m!==void 0?m:"log",strictRequired:(p=(h=t.strictRequired)!==null&&h!==void 0?h:ae)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:I,regExp:Se}:{optimize:I,regExp:Se},loopRequired:(f=t.loopRequired)!==null&&f!==void 0?f:yg,loopEnum:(y=t.loopEnum)!==null&&y!==void 0?y:yg,meta:(_=t.meta)!==null&&_!==void 0?_:!0,messages:(g=t.messages)!==null&&g!==void 0?g:!0,inlineRefs:(x=t.inlineRefs)!==null&&x!==void 0?x:!0,schemaId:(v=t.schemaId)!==null&&v!==void 0?v:"$id",addUsedSchema:($=t.addUsedSchema)!==null&&$!==void 0?$:!0,validateSchema:(M=t.validateSchema)!==null&&M!==void 0?M:!0,validateFormats:(j=t.validateFormats)!==null&&j!==void 0?j:!0,unicodeRegExp:(U=t.unicodeRegExp)!==null&&U!==void 0?U:!0,int32range:(V=t.int32range)!==null&&V!==void 0?V:!0,uriResolver:ot}}var jo=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...qS(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new AS.ValueScope({scope:{},prefixes:jS,es5:r,lines:n}),this.logger=GS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,MS.getRules)(),_g.call(this,ZS,e,"NOT SUPPORTED"),_g.call(this,DS,e,"DEPRECATED","warn"),this._metaOpts=VS.call(this),e.formats&&FS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&US.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),LS.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=gg;n==="id"&&(o={...gg},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(l,d){await s.call(this,l.$schema);let m=this._addSchema(l,d);return m.validate||i.call(this,m)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof xg.default))throw d;return a.call(this,d),await u.call(this,d.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:d}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${d} cannot be resolved`)}async function u(l){let d=await c.call(this,l);this.refs[l]||await s.call(this,d.$schema),this.refs[l]||this.addSchema(d,l,r)}async function c(l){let d=this._loading[l];if(d)return d;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,No.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=vg.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Co.SchemaEnv({schema:{},schemaId:n});if(r=Co.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=vg.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,No.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(BS.call(this,n,r),!r)return(0,Fl.eachItem)(n,s=>Ll.call(this,s)),this;KS.call(this,r);let o={...r,type:(0,Si.getJSONTypes)(r.type),schemaType:(0,Si.getJSONTypes)(r.schemaType)};return(0,Fl.eachItem)(n,o.type.length===0?s=>Ll.call(this,s,o):s=>o.type.forEach(i=>Ll.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 u=n[a];if(typeof u!="object")continue;let{$data:c}=u.definition,l=i[a];c&&l&&(i[a]=wg(l))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let u=this._cache.get(e);if(u!==void 0)return u;n=(0,No.normalizeId)(i||n);let c=No.getSchemaRefs.call(this,e,n);return u=new Co.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:c}),this._cache.set(u.schema,u),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=u),o&&this.validateSchema(e,!0),u}_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):Co.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{Co.compileSchema.call(this,e)}finally{this.opts=r}}};jo.ValidationError=OS.default;jo.MissingRefError=xg.default;Ce.default=jo;function _g(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 vg(t){return t=(0,No.normalizeId)(t),this.schemas[t]||this.refs[t]}function LS(){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 FS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function US(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function VS(){let t={...this.opts};for(let e of NS)delete t[e];return t}var HS={log(){},warn(){},error(){}};function GS(t){if(t===!1)return HS;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 WS=/^[a-z_$][a-z0-9_$:-]*$/i;function BS(t,e){let{RULES:r}=this;if((0,Fl.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!WS.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 Ll(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:u})=>u===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,Si.getJSONTypes)(e.type),schemaType:(0,Si.getJSONTypes)(e.schemaType)}};e.before?JS.call(this,i,a,e.before):i.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(u=>this.addKeyword(u))}function JS(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 KS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=wg(e)),t.validateSchema=this.compile(e,!0))}var QS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function wg(t){return{anyOf:[t,QS]}}});var kg=E(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var XS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Ul.default=XS});var Eg=E(Xr=>{"use strict";Object.defineProperty(Xr,"__esModule",{value:!0});Xr.callRef=Xr.getValidate=void 0;var YS=Mo(),Sg=ht(),tt=B(),On=Kt(),Tg=xi(),Ti=se(),eT={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:u}=n,{root:c}=s;if((r==="#"||r==="#/")&&o===c.baseId)return d();let l=Tg.resolveRef.call(u,c,o,r);if(l===void 0)throw new YS.default(n.opts.uriResolver,o,r);if(l instanceof Tg.SchemaEnv)return m(l);return h(l);function d(){if(s===c)return zi(t,i,s,s.$async);let p=e.scopeValue("root",{ref:c});return zi(t,(0,tt._)`${p}.validate`,c,c.$async)}function m(p){let f=zg(t,p);zi(t,f,p,p.$async)}function h(p){let f=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,tt.stringify)(p)}:{ref:p}),y=e.name("valid"),_=t.subschema({schema:p,dataTypes:[],schemaPath:tt.nil,topSchemaRef:f,errSchemaPath:r},y);t.mergeEvaluated(_),t.ok(y)}}};function zg(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,tt._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Xr.getValidate=zg;function zi(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:u}=s,c=u.passContext?On.default.this:tt.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,tt._)`await ${(0,Sg.callValidateCode)(t,e,c)}`),h(e),i||o.assign(p,!0)},f=>{o.if((0,tt._)`!(${f} instanceof ${s.ValidationError})`,()=>o.throw(f)),m(f),i||o.assign(p,!1)}),t.ok(p)}function d(){t.result((0,Sg.callValidateCode)(t,e,c),()=>h(e),()=>m(e))}function m(p){let f=(0,tt._)`${p}.errors`;o.assign(On.default.vErrors,(0,tt._)`${On.default.vErrors} === null ? ${f} : ${On.default.vErrors}.concat(${f})`),o.assign(On.default.errors,(0,tt._)`${On.default.vErrors}.length`)}function h(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=Ti.mergeEvaluated.props(o,y.props,s.props));else{let _=o.var("props",(0,tt._)`${p}.evaluated.props`);s.props=Ti.mergeEvaluated.props(o,_,s.props,tt.Name)}if(s.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(s.items=Ti.mergeEvaluated.items(o,y.items,s.items));else{let _=o.var("items",(0,tt._)`${p}.evaluated.items`);s.items=Ti.mergeEvaluated.items(o,_,s.items,tt.Name)}}}Xr.callRef=zi;Xr.default=eT});var Pg=E(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var tT=kg(),rT=Eg(),nT=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",tT.default,rT.default];Vl.default=nT});var Rg=E(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});var Ei=B(),hr=Ei.operators,Pi={maximum:{okStr:"<=",ok:hr.LTE,fail:hr.GT},minimum:{okStr:">=",ok:hr.GTE,fail:hr.LT},exclusiveMaximum:{okStr:"<",ok:hr.LT,fail:hr.GTE},exclusiveMinimum:{okStr:">",ok:hr.GT,fail:hr.LTE}},oT={message:({keyword:t,schemaCode:e})=>(0,Ei.str)`must be ${Pi[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Ei._)`{comparison: ${Pi[t].okStr}, limit: ${e}}`},sT={keyword:Object.keys(Pi),type:"number",schemaType:"number",$data:!0,error:oT,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Ei._)`${r} ${Pi[e].fail} ${n} || isNaN(${r})`)}};Hl.default=sT});var Ig=E(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var Zo=B(),iT={message:({schemaCode:t})=>(0,Zo.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Zo._)`{multipleOf: ${t}}`},aT={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:iT,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,Zo._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,Zo._)`${i} !== parseInt(${i})`;t.fail$data((0,Zo._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Gl.default=aT});var Mg=E(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});function Og(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}Wl.default=Og;Og.code='require("ajv/dist/runtime/ucs2length").default'});var Ag=E(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});var Yr=B(),cT=se(),uT=Mg(),lT={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Yr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Yr._)`{limit: ${t}}`},dT={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:lT,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Yr.operators.GT:Yr.operators.LT,i=o.opts.unicode===!1?(0,Yr._)`${r}.length`:(0,Yr._)`${(0,cT.useFunc)(t.gen,uT.default)}(${r})`;t.fail$data((0,Yr._)`${i} ${s} ${n}`)}};Bl.default=dT});var Cg=E(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var pT=ht(),Ri=B(),fT={message:({schemaCode:t})=>(0,Ri.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,Ri._)`{pattern: ${t}}`},mT={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:fT,code(t){let{data:e,$data:r,schema:n,schemaCode:o,it:s}=t,i=s.opts.unicodeRegExp?"u":"",a=r?(0,Ri._)`(new RegExp(${o}, ${i}))`:(0,pT.usePattern)(t,n);t.fail$data((0,Ri._)`!${a}.test(${e})`)}};Jl.default=mT});var Ng=E(Kl=>{"use strict";Object.defineProperty(Kl,"__esModule",{value:!0});var Do=B(),hT={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,Do.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Do._)`{limit: ${t}}`},gT={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:hT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?Do.operators.GT:Do.operators.LT;t.fail$data((0,Do._)`Object.keys(${r}).length ${o} ${n}`)}};Kl.default=gT});var jg=E(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});var qo=ht(),Lo=B(),yT=se(),_T={message:({params:{missingProperty:t}})=>(0,Lo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Lo._)`{missingProperty: ${t}}`},vT={keyword:"required",type:"object",schemaType:"array",$data:!0,error:_T,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 u=r.length>=a.loopRequired;if(i.allErrors?c():l(),a.strictRequired){let h=t.parentSchema.properties,{definedProperties:p}=t.it;for(let f of r)if(h?.[f]===void 0&&!p.has(f)){let y=i.schemaEnv.baseId+i.errSchemaPath,_=`required property "${f}" is not defined at "${y}" (strictRequired)`;(0,yT.checkStrictMode)(i,_,i.opts.strictRequired)}}function c(){if(u||s)t.block$data(Lo.nil,d);else for(let h of r)(0,qo.checkReportMissingProp)(t,h)}function l(){let h=e.let("missing");if(u||s){let p=e.let("valid",!0);t.block$data(p,()=>m(h,p)),t.ok(p)}else e.if((0,qo.checkMissingProp)(t,r,h)),(0,qo.reportMissingProp)(t,h),e.else()}function d(){e.forOf("prop",n,h=>{t.setParams({missingProperty:h}),e.if((0,qo.noPropertyInData)(e,o,h,a.ownProperties),()=>t.error())})}function m(h,p){t.setParams({missingProperty:h}),e.forOf(h,n,()=>{e.assign(p,(0,qo.propertyInData)(e,o,h,a.ownProperties)),e.if((0,Lo.not)(p),()=>{t.error(),e.break()})},Lo.nil)}}};Ql.default=vT});var Zg=E(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var Fo=B(),xT={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Fo.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Fo._)`{limit: ${t}}`},bT={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:xT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?Fo.operators.GT:Fo.operators.LT;t.fail$data((0,Fo._)`${r}.length ${o} ${n}`)}};Xl.default=bT});var Ii=E(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});var Dg=$l();Dg.code='require("ajv/dist/runtime/equal").default';Yl.default=Dg});var qg=E(td=>{"use strict";Object.defineProperty(td,"__esModule",{value:!0});var ed=Eo(),Ne=B(),wT=se(),$T=Ii(),kT={message:({params:{i:t,j:e}})=>(0,Ne.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Ne._)`{i: ${t}, j: ${e}}`},ST={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:kT,code(t){let{gen:e,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=t;if(!n&&!o)return;let u=e.let("valid"),c=s.items?(0,ed.getSchemaTypes)(s.items):[];t.block$data(u,l,(0,Ne._)`${i} === false`),t.ok(u);function l(){let p=e.let("i",(0,Ne._)`${r}.length`),f=e.let("j");t.setParams({i:p,j:f}),e.assign(u,!0),e.if((0,Ne._)`${p} > 1`,()=>(d()?m:h)(p,f))}function d(){return c.length>0&&!c.some(p=>p==="object"||p==="array")}function m(p,f){let y=e.name("item"),_=(0,ed.checkDataTypes)(c,y,a.opts.strictNumbers,ed.DataType.Wrong),g=e.const("indices",(0,Ne._)`{}`);e.for((0,Ne._)`;${p}--;`,()=>{e.let(y,(0,Ne._)`${r}[${p}]`),e.if(_,(0,Ne._)`continue`),c.length>1&&e.if((0,Ne._)`typeof ${y} == "string"`,(0,Ne._)`${y} += "_"`),e.if((0,Ne._)`typeof ${g}[${y}] == "number"`,()=>{e.assign(f,(0,Ne._)`${g}[${y}]`),t.error(),e.assign(u,!1).break()}).code((0,Ne._)`${g}[${y}] = ${p}`)})}function h(p,f){let y=(0,wT.useFunc)(e,$T.default),_=e.name("outer");e.label(_).for((0,Ne._)`;${p}--;`,()=>e.for((0,Ne._)`${f} = ${p}; ${f}--;`,()=>e.if((0,Ne._)`${y}(${r}[${p}], ${r}[${f}])`,()=>{t.error(),e.assign(u,!1).break(_)})))}}};td.default=ST});var Lg=E(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});var rd=B(),TT=se(),zT=Ii(),ET={message:"must be equal to constant",params:({schemaCode:t})=>(0,rd._)`{allowedValue: ${t}}`},PT={keyword:"const",$data:!0,error:ET,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,rd._)`!${(0,TT.useFunc)(e,zT.default)}(${r}, ${o})`):t.fail((0,rd._)`${s} !== ${r}`)}};nd.default=PT});var Fg=E(od=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});var Uo=B(),RT=se(),IT=Ii(),OT={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Uo._)`{allowedValues: ${t}}`},MT={keyword:"enum",schemaType:"array",$data:!0,error:OT,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,u,c=()=>u??(u=(0,RT.useFunc)(e,IT.default)),l;if(a||n)l=e.let("valid"),t.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let h=e.const("vSchema",s);l=(0,Uo.or)(...o.map((p,f)=>m(h,f)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,h=>e.if((0,Uo._)`${c()}(${r}, ${h})`,()=>e.assign(l,!0).break()))}function m(h,p){let f=o[p];return typeof f=="object"&&f!==null?(0,Uo._)`${c()}(${r}, ${h}[${p}])`:(0,Uo._)`${r} === ${f}`}}};od.default=MT});var Ug=E(sd=>{"use strict";Object.defineProperty(sd,"__esModule",{value:!0});var AT=Rg(),CT=Ig(),NT=Ag(),jT=Cg(),ZT=Ng(),DT=jg(),qT=Zg(),LT=qg(),FT=Lg(),UT=Fg(),VT=[AT.default,CT.default,NT.default,jT.default,ZT.default,DT.default,qT.default,LT.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},FT.default,UT.default];sd.default=VT});var ad=E(Vo=>{"use strict";Object.defineProperty(Vo,"__esModule",{value:!0});Vo.validateAdditionalItems=void 0;var en=B(),id=se(),HT={message:({params:{len:t}})=>(0,en.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,en._)`{limit: ${t}}`},GT={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:HT,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,id.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Vg(t,n)}};function Vg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,en._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,en._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,id.alwaysValidSchema)(i,n)){let c=r.var("valid",(0,en._)`${a} <= ${e.length}`);r.if((0,en.not)(c),()=>u(c)),t.ok(c)}function u(c){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:id.Type.Num},c),i.allErrors||r.if((0,en.not)(c),()=>r.break())})}}Vo.validateAdditionalItems=Vg;Vo.default=GT});var cd=E(Ho=>{"use strict";Object.defineProperty(Ho,"__esModule",{value:!0});Ho.validateTuple=void 0;var Hg=B(),Oi=se(),WT=ht(),BT={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return Gg(t,"additionalItems",e);r.items=!0,!(0,Oi.alwaysValidSchema)(r,e)&&t.ok((0,WT.validateArray)(t))}};function Gg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=Oi.mergeEvaluated.items(n,r.length,a.items));let u=n.name("valid"),c=n.const("len",(0,Hg._)`${s}.length`);r.forEach((d,m)=>{(0,Oi.alwaysValidSchema)(a,d)||(n.if((0,Hg._)`${c} > ${m}`,()=>t.subschema({keyword:i,schemaProp:m,dataProp:m},u)),t.ok(u))});function l(d){let{opts:m,errSchemaPath:h}=a,p=r.length,f=p===d.minItems&&(p===d.maxItems||d[e]===!1);if(m.strictTuples&&!f){let y=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${h}"`;(0,Oi.checkStrictMode)(a,y,m.strictTuples)}}}Ho.validateTuple=Gg;Ho.default=BT});var Wg=E(ud=>{"use strict";Object.defineProperty(ud,"__esModule",{value:!0});var JT=cd(),KT={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,JT.validateTuple)(t,"items")};ud.default=KT});var Jg=E(ld=>{"use strict";Object.defineProperty(ld,"__esModule",{value:!0});var Bg=B(),QT=se(),XT=ht(),YT=ad(),ez={message:({params:{len:t}})=>(0,Bg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Bg._)`{limit: ${t}}`},tz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:ez,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,QT.alwaysValidSchema)(n,e)&&(o?(0,YT.validateAdditionalItems)(t,o):t.ok((0,XT.validateArray)(t)))}};ld.default=tz});var Kg=E(dd=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});var yt=B(),Mi=se(),rz={message:({params:{min:t,max:e}})=>e===void 0?(0,yt.str)`must contain at least ${t} valid item(s)`:(0,yt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,yt._)`{minContains: ${t}}`:(0,yt._)`{minContains: ${t}, maxContains: ${e}}`},nz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:rz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:u,maxContains:c}=n;s.opts.next?(i=u===void 0?1:u,a=c):i=1;let l=e.const("len",(0,yt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Mi.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Mi.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Mi.alwaysValidSchema)(s,r)){let f=(0,yt._)`${l} >= ${i}`;a!==void 0&&(f=(0,yt._)`${f} && ${l} <= ${a}`),t.pass(f);return}s.items=!0;let d=e.name("valid");a===void 0&&i===1?h(d,()=>e.if(d,()=>e.break())):i===0?(e.let(d,!0),a!==void 0&&e.if((0,yt._)`${o}.length > 0`,m)):(e.let(d,!1),m()),t.result(d,()=>t.reset());function m(){let f=e.name("_valid"),y=e.let("count",0);h(f,()=>e.if(f,()=>p(y)))}function h(f,y){e.forRange("i",0,l,_=>{t.subschema({keyword:"contains",dataProp:_,dataPropType:Mi.Type.Num,compositeRule:!0},f),y()})}function p(f){e.code((0,yt._)`${f}++`),a===void 0?e.if((0,yt._)`${f} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,yt._)`${f} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,yt._)`${f} >= ${i}`,()=>e.assign(d,!0)))}}};dd.default=nz});var Yg=E(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.validateSchemaDeps=Dt.validatePropertyDeps=Dt.error=void 0;var pd=B(),oz=se(),Go=ht();Dt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,pd.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,pd._)`{property: ${t},
|
|
2
|
+
"use strict";var j_=Object.create;var ns=Object.defineProperty;var Z_=Object.getOwnPropertyDescriptor;var D_=Object.getOwnPropertyNames;var q_=Object.getPrototypeOf,L_=Object.prototype.hasOwnProperty;var P=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),os=(t,e)=>{for(var r in e)ns(t,r,{get:e[r],enumerable:!0})},ap=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of D_(e))!L_.call(t,o)&&o!==r&&ns(t,o,{get:()=>e[o],enumerable:!(n=Z_(e,o))||n.enumerable});return t};var Vn=(t,e,r)=>(r=t!=null?j_(q_(t)):{},ap(e||!t||!t.__esModule?ns(r,"default",{value:t,enumerable:!0}):r,t)),F_=t=>ap(ns({},"__esModule",{value:!0}),t);var bo=P(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.regexpCode=oe.getEsmExportName=oe.getProperty=oe.safeStringify=oe.stringify=oe.strConcat=oe.addCodeArg=oe.str=oe._=oe.nil=oe._Code=oe.Name=oe.IDENTIFIER=oe._CodeOrName=void 0;var vo=class{};oe._CodeOrName=vo;oe.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Hr=class extends vo{constructor(e){if(super(),!oe.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}}};oe.Name=Hr;var mt=class extends vo{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 Hr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};oe._Code=mt;oe.nil=new mt("");function nh(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Ju(r,e[n]),r.push(t[++n]);return new mt(r)}oe._=nh;var Bu=new mt("+");function oh(t,...e){let r=[xo(t[0])],n=0;for(;n<e.length;)r.push(Bu),Ju(r,e[n]),r.push(Bu,xo(t[++n]));return F$(r),new mt(r)}oe.str=oh;function Ju(t,e){e instanceof mt?t.push(...e._items):e instanceof Hr?t.push(e):t.push(H$(e))}oe.addCodeArg=Ju;function F$(t){let e=1;for(;e<t.length-1;){if(t[e]===Bu){let r=U$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function U$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Hr||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 Hr))return`"${t}${e.slice(1)}`}function V$(t,e){return e.emptyStr()?t:t.emptyStr()?e:oh`${t}${e}`}oe.strConcat=V$;function H$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:xo(Array.isArray(t)?t.join(","):t)}function G$(t){return new mt(xo(t))}oe.stringify=G$;function xo(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}oe.safeStringify=xo;function W$(t){return typeof t=="string"&&oe.IDENTIFIER.test(t)?new mt(`.${t}`):nh`[${t}]`}oe.getProperty=W$;function B$(t){if(typeof t=="string"&&oe.IDENTIFIER.test(t))return new mt(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}oe.getEsmExportName=B$;function J$(t){return new mt(t.toString())}oe.regexpCode=J$});var Xu=P(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.ValueScope=Ye.ValueScopeName=Ye.Scope=Ye.varKinds=Ye.UsedValueState=void 0;var Xe=bo(),Ku=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},ii;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(ii||(Ye.UsedValueState=ii={}));Ye.varKinds={const:new Xe.Name("const"),let:new Xe.Name("let"),var:new Xe.Name("var")};var ai=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=ai;var ci=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=ci;var K$=(0,Xe._)`\n`,Qu=class extends ai{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?K$:Xe.nil}}get(){return this._scope}name(e){return new ci(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,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,ii.Started);let l=r(u);if(l){let d=this.opts.es5?Ye.varKinds.var:Ye.varKinds.const;s=(0,Xe._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,Xe._)`${s}${l}${this.opts._n}`;else throw new Ku(u);c.set(u,ii.Completed)})}return s}};Ye.ValueScope=Qu});var J=P(K=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});K.or=K.and=K.not=K.CodeGen=K.operators=K.varKinds=K.ValueScopeName=K.ValueScope=K.Scope=K.Name=K.regexpCode=K.stringify=K.getProperty=K.nil=K.strConcat=K.str=K._=void 0;var re=bo(),$t=Xu(),ur=bo();Object.defineProperty(K,"_",{enumerable:!0,get:function(){return ur._}});Object.defineProperty(K,"str",{enumerable:!0,get:function(){return ur.str}});Object.defineProperty(K,"strConcat",{enumerable:!0,get:function(){return ur.strConcat}});Object.defineProperty(K,"nil",{enumerable:!0,get:function(){return ur.nil}});Object.defineProperty(K,"getProperty",{enumerable:!0,get:function(){return ur.getProperty}});Object.defineProperty(K,"stringify",{enumerable:!0,get:function(){return ur.stringify}});Object.defineProperty(K,"regexpCode",{enumerable:!0,get:function(){return ur.regexpCode}});Object.defineProperty(K,"Name",{enumerable:!0,get:function(){return ur.Name}});var pi=Xu();Object.defineProperty(K,"Scope",{enumerable:!0,get:function(){return pi.Scope}});Object.defineProperty(K,"ValueScope",{enumerable:!0,get:function(){return pi.ValueScope}});Object.defineProperty(K,"ValueScopeName",{enumerable:!0,get:function(){return pi.ValueScopeName}});Object.defineProperty(K,"varKinds",{enumerable:!0,get:function(){return pi.varKinds}});K.operators={GT:new re._Code(">"),GTE:new re._Code(">="),LT:new re._Code("<"),LTE:new re._Code("<="),EQ:new re._Code("==="),NEQ:new re._Code("!=="),NOT:new re._Code("!"),OR:new re._Code("||"),AND:new re._Code("&&"),ADD:new re._Code("+")};var Bt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Yu=class extends Bt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?$t.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=kn(this.rhs,e,r)),this}get names(){return this.rhs instanceof re._CodeOrName?this.rhs.names:{}}},ui=class extends Bt{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 re.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=kn(this.rhs,e,r),this}get names(){let e=this.lhs instanceof re.Name?{}:{...this.lhs.names};return di(e,this.rhs)}},el=class extends ui{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},tl=class extends Bt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},rl=class extends Bt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},nl=class extends Bt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},ol=class extends Bt{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=kn(this.code,e,r),this}get names(){return this.code instanceof re._CodeOrName?this.code.names:{}}},wo=class extends Bt{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)||(Q$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Br(e,r.names),{})}},Jt=class extends wo{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},sl=class extends wo{},$n=class extends Jt{};$n.kind="else";var Gr=class t extends Jt{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 $n(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(sh(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=kn(this.condition,e,r),this}get names(){let e=super.names;return di(e,this.condition),this.else&&Br(e,this.else.names),e}};Gr.kind="if";var Wr=class extends Jt{};Wr.kind="for";var il=class extends Wr{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=kn(this.iteration,e,r),this}get names(){return Br(super.names,this.iteration.names)}},al=class extends Wr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?$t.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=di(super.names,this.from);return di(e,this.to)}},li=class extends Wr{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=kn(this.iterable,e,r),this}get names(){return Br(super.names,this.iterable.names)}},$o=class extends Jt{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)}};$o.kind="func";var ko=class extends wo{render(e){return"return "+super.render(e)}};ko.kind="return";var cl=class extends Jt{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&&Br(e,this.catch.names),this.finally&&Br(e,this.finally.names),e}},So=class extends Jt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};So.kind="catch";var To=class extends Jt{render(e){return"finally"+super.render(e)}};To.kind="finally";var ul=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
3
|
+
`:""},this._extScope=e,this._scope=new $t.Scope({parent:e}),this._nodes=[new sl]}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 Yu(e,s,n)),s}const(e,r,n){return this._def($t.varKinds.const,e,r,n)}let(e,r,n){return this._def($t.varKinds.let,e,r,n)}var(e,r,n){return this._def($t.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new ui(e,r,n))}add(e,r){return this._leafNode(new el(e,K.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==re.nil&&this._leafNode(new ol(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,re.addCodeArg)(r,o));return r.push("}"),new re._Code(r)}if(e,r,n){if(this._blockNode(new Gr(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 Gr(e))}else(){return this._elseNode(new $n)}endIf(){return this._endBlockNode(Gr,$n)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new il(e),r)}forRange(e,r,n,o,s=this.opts.es5?$t.varKinds.var:$t.varKinds.let){let i=this._scope.toName(e);return this._for(new al(s,i,r,n),()=>o(i))}forOf(e,r,n,o=$t.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof re.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,re._)`${i}.length`,a=>{this.var(s,(0,re._)`${i}[${a}]`),n(s)})}return this._for(new li("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?$t.varKinds.var:$t.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,re._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new li("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Wr)}label(e){return this._leafNode(new tl(e))}break(e){return this._leafNode(new rl(e))}return(e){let r=new ko;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ko)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new cl;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new So(s),r(s)}return n&&(this._currNode=o.finally=new To,this.code(n)),this._endBlockNode(So,To)}throw(e){return this._leafNode(new nl(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=re.nil,n,o){return this._blockNode(new $o(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode($o)}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 Gr))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}};K.CodeGen=ul;function Br(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function di(t,e){return e instanceof re._CodeOrName?Br(t,e.names):t}function kn(t,e,r){if(t instanceof re.Name)return n(t);if(!o(t))return t;return new re._Code(t._items.reduce((s,i)=>(i instanceof re.Name&&(i=n(i)),i instanceof re._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 re._Code&&s._items.some(i=>i instanceof re.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function Q$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function sh(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,re._)`!${ll(t)}`}K.not=sh;var X$=ih(K.operators.AND);function Y$(...t){return t.reduce(X$)}K.and=Y$;var ek=ih(K.operators.OR);function tk(...t){return t.reduce(ek)}K.or=tk;function ih(t){return(e,r)=>e===re.nil?r:r===re.nil?e:(0,re._)`${ll(e)} ${t} ${ll(r)}`}function ll(t){return t instanceof re.Name?t:(0,re._)`(${t})`}});var se=P(Q=>{"use strict";Object.defineProperty(Q,"__esModule",{value:!0});Q.checkStrictMode=Q.getErrorPath=Q.Type=Q.useFunc=Q.setEvaluated=Q.evaluatedPropsToName=Q.mergeEvaluated=Q.eachItem=Q.unescapeJsonPointer=Q.escapeJsonPointer=Q.escapeFragment=Q.unescapeFragment=Q.schemaRefOrVal=Q.schemaHasRulesButRef=Q.schemaHasRules=Q.checkUnknownRules=Q.alwaysValidSchema=Q.toHash=void 0;var pe=J(),rk=bo();function nk(t){let e={};for(let r of t)e[r]=!0;return e}Q.toHash=nk;function ok(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(uh(t,e),!lh(e,t.self.RULES.all))}Q.alwaysValidSchema=ok;function uh(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]||fh(t,`unknown keyword: "${s}"`)}Q.checkUnknownRules=uh;function lh(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}Q.schemaHasRules=lh;function sk(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}Q.schemaHasRulesButRef=sk;function ik({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,pe._)`${r}`}return(0,pe._)`${t}${e}${(0,pe.getProperty)(n)}`}Q.schemaRefOrVal=ik;function ak(t){return dh(decodeURIComponent(t))}Q.unescapeFragment=ak;function ck(t){return encodeURIComponent(pl(t))}Q.escapeFragment=ck;function pl(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}Q.escapeJsonPointer=pl;function dh(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}Q.unescapeJsonPointer=dh;function uk(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}Q.eachItem=uk;function ah({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof pe.Name?(s instanceof pe.Name?t(o,s,i):e(o,s,i),i):s instanceof pe.Name?(e(o,i,s),s):r(s,i);return a===pe.Name&&!(c instanceof pe.Name)?n(o,c):c}}Q.mergeEvaluated={props:ah({mergeNames:(t,e,r)=>t.if((0,pe._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,pe._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,pe._)`${r} || {}`).code((0,pe._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,pe._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,pe._)`${r} || {}`),fl(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:ph}),items:ah({mergeNames:(t,e,r)=>t.if((0,pe._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,pe._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,pe._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,pe._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function ph(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,pe._)`{}`);return e!==void 0&&fl(t,r,e),r}Q.evaluatedPropsToName=ph;function fl(t,e,r){Object.keys(r).forEach(n=>t.assign((0,pe._)`${e}${(0,pe.getProperty)(n)}`,!0))}Q.setEvaluated=fl;var ch={};function lk(t,e){return t.scopeValue("func",{ref:e,code:ch[e.code]||(ch[e.code]=new rk._Code(e.code))})}Q.useFunc=lk;var dl;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(dl||(Q.Type=dl={}));function dk(t,e,r){if(t instanceof pe.Name){let n=e===dl.Num;return r?n?(0,pe._)`"[" + ${t} + "]"`:(0,pe._)`"['" + ${t} + "']"`:n?(0,pe._)`"/" + ${t}`:(0,pe._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,pe.getProperty)(t).toString():"/"+pl(t)}Q.getErrorPath=dk;function fh(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}Q.checkStrictMode=fh});var Kt=P(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});var De=J(),pk={data:new De.Name("data"),valCxt:new De.Name("valCxt"),instancePath:new De.Name("instancePath"),parentData:new De.Name("parentData"),parentDataProperty:new De.Name("parentDataProperty"),rootData:new De.Name("rootData"),dynamicAnchors:new De.Name("dynamicAnchors"),vErrors:new De.Name("vErrors"),errors:new De.Name("errors"),this:new De.Name("this"),self:new De.Name("self"),scope:new De.Name("scope"),json:new De.Name("json"),jsonPos:new De.Name("jsonPos"),jsonLen:new De.Name("jsonLen"),jsonPart:new De.Name("jsonPart")};ml.default=pk});var zo=P(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.extendErrors=qe.resetErrorsCount=qe.reportExtraError=qe.reportError=qe.keyword$DataError=qe.keywordError=void 0;var ne=J(),fi=se(),He=Kt();qe.keywordError={message:({keyword:t})=>(0,ne.str)`must pass "${t}" keyword validation`};qe.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,ne.str)`"${t}" keyword must be ${e} ($data)`:(0,ne.str)`"${t}" keyword is invalid ($data)`};function fk(t,e=qe.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=gh(t,e,r);n??(i||a)?mh(s,c):hh(o,(0,ne._)`[${c}]`)}qe.reportError=fk;function mk(t,e=qe.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=gh(t,e,r);mh(o,a),s||i||hh(n,He.default.vErrors)}qe.reportExtraError=mk;function hk(t,e){t.assign(He.default.errors,e),t.if((0,ne._)`${He.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,ne._)`${He.default.vErrors}.length`,e),()=>t.assign(He.default.vErrors,null)))}qe.resetErrorsCount=hk;function gk({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,He.default.errors,a=>{t.const(i,(0,ne._)`${He.default.vErrors}[${a}]`),t.if((0,ne._)`${i}.instancePath === undefined`,()=>t.assign((0,ne._)`${i}.instancePath`,(0,ne.strConcat)(He.default.instancePath,s.errorPath))),t.assign((0,ne._)`${i}.schemaPath`,(0,ne.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,ne._)`${i}.schema`,r),t.assign((0,ne._)`${i}.data`,n))})}qe.extendErrors=gk;function mh(t,e){let r=t.const("err",e);t.if((0,ne._)`${He.default.vErrors} === null`,()=>t.assign(He.default.vErrors,(0,ne._)`[${r}]`),(0,ne._)`${He.default.vErrors}.push(${r})`),t.code((0,ne._)`${He.default.errors}++`)}function hh(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,ne._)`new ${t.ValidationError}(${e})`):(r.assign((0,ne._)`${n}.errors`,e),r.return(!1))}var Jr={keyword:new ne.Name("keyword"),schemaPath:new ne.Name("schemaPath"),params:new ne.Name("params"),propertyName:new ne.Name("propertyName"),message:new ne.Name("message"),schema:new ne.Name("schema"),parentSchema:new ne.Name("parentSchema")};function gh(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,ne._)`{}`:yk(t,e,r)}function yk(t,e,r={}){let{gen:n,it:o}=t,s=[_k(o,r),vk(t,r)];return xk(t,e,s),n.object(...s)}function _k({errorPath:t},{instancePath:e}){let r=e?(0,ne.str)`${t}${(0,fi.getErrorPath)(e,fi.Type.Str)}`:t;return[He.default.instancePath,(0,ne.strConcat)(He.default.instancePath,r)]}function vk({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,ne.str)`${e}/${t}`;return r&&(o=(0,ne.str)`${o}${(0,fi.getErrorPath)(r,fi.Type.Str)}`),[Jr.schemaPath,o]}function xk(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:d}=a;n.push([Jr.keyword,o],[Jr.params,typeof e=="function"?e(t):e||(0,ne._)`{}`]),c.messages&&n.push([Jr.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Jr.schema,i],[Jr.parentSchema,(0,ne._)`${l}${d}`],[He.default.data,s]),u&&n.push([Jr.propertyName,u])}});var _h=P(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.boolOrEmptySchema=Sn.topBoolOrEmptySchema=void 0;var bk=zo(),wk=J(),$k=Kt(),kk={message:"boolean schema is false"};function Sk(t){let{gen:e,schema:r,validateName:n}=t;r===!1?yh(t,!1):typeof r=="object"&&r.$async===!0?e.return($k.default.data):(e.assign((0,wk._)`${n}.errors`,null),e.return(!0))}Sn.topBoolOrEmptySchema=Sk;function Tk(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),yh(t)):r.var(e,!0)}Sn.boolOrEmptySchema=Tk;function yh(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,bk.reportError)(o,kk,void 0,e)}});var hl=P(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.getRules=Tn.isJSONType=void 0;var zk=["string","number","integer","boolean","null","object","array"],Ek=new Set(zk);function Pk(t){return typeof t=="string"&&Ek.has(t)}Tn.isJSONType=Pk;function Rk(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Tn.getRules=Rk});var gl=P(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.shouldUseRule=lr.shouldUseGroup=lr.schemaHasRulesForType=void 0;function Ik({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&vh(t,n)}lr.schemaHasRulesForType=Ik;function vh(t,e){return e.rules.some(r=>xh(t,r))}lr.shouldUseGroup=vh;function xh(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))}lr.shouldUseRule=xh});var Eo=P(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.reportTypeError=Le.checkDataTypes=Le.checkDataType=Le.coerceAndCheckDataType=Le.getJSONTypes=Le.getSchemaTypes=Le.DataType=void 0;var Ok=hl(),Mk=gl(),Ak=zo(),W=J(),bh=se(),zn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(zn||(Le.DataType=zn={}));function Ck(t){let e=wh(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}Le.getSchemaTypes=Ck;function wh(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(Ok.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Le.getJSONTypes=wh;function Nk(t,e){let{gen:r,data:n,opts:o}=t,s=jk(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Mk.schemaHasRulesForType)(t,e[0]));if(i){let a=_l(e,n,o.strictNumbers,zn.Wrong);r.if(a,()=>{s.length?Zk(t,e,s):vl(t)})}return i}Le.coerceAndCheckDataType=Nk;var $h=new Set(["string","number","integer","boolean","null"]);function jk(t,e){return e?t.filter(r=>$h.has(r)||e==="array"&&r==="array"):[]}function Zk(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,W._)`typeof ${o}`),a=n.let("coerced",(0,W._)`undefined`);s.coerceTypes==="array"&&n.if((0,W._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,W._)`${o}[0]`).assign(i,(0,W._)`typeof ${o}`).if(_l(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,W._)`${a} !== undefined`);for(let u of r)($h.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),vl(t),n.endIf(),n.if((0,W._)`${a} !== undefined`,()=>{n.assign(o,a),Dk(t,a)});function c(u){switch(u){case"string":n.elseIf((0,W._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,W._)`"" + ${o}`).elseIf((0,W._)`${o} === null`).assign(a,(0,W._)`""`);return;case"number":n.elseIf((0,W._)`${i} == "boolean" || ${o} === null
|
|
4
|
+
|| (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,W._)`+${o}`);return;case"integer":n.elseIf((0,W._)`${i} === "boolean" || ${o} === null
|
|
5
|
+
|| (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,W._)`+${o}`);return;case"boolean":n.elseIf((0,W._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,W._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,W._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,W._)`${i} === "string" || ${i} === "number"
|
|
6
|
+
|| ${i} === "boolean" || ${o} === null`).assign(a,(0,W._)`[${o}]`)}}}function Dk({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,W._)`${e} !== undefined`,()=>t.assign((0,W._)`${e}[${r}]`,n))}function yl(t,e,r,n=zn.Correct){let o=n===zn.Correct?W.operators.EQ:W.operators.NEQ,s;switch(t){case"null":return(0,W._)`${e} ${o} null`;case"array":s=(0,W._)`Array.isArray(${e})`;break;case"object":s=(0,W._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,W._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,W._)`typeof ${e} ${o} ${t}`}return n===zn.Correct?s:(0,W.not)(s);function i(a=W.nil){return(0,W.and)((0,W._)`typeof ${e} == "number"`,a,r?(0,W._)`isFinite(${e})`:W.nil)}}Le.checkDataType=yl;function _l(t,e,r,n){if(t.length===1)return yl(t[0],e,r,n);let o,s=(0,bh.toHash)(t);if(s.array&&s.object){let i=(0,W._)`typeof ${e} != "object"`;o=s.null?i:(0,W._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=W.nil;s.number&&delete s.integer;for(let i in s)o=(0,W.and)(o,yl(i,e,r,n));return o}Le.checkDataTypes=_l;var qk={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,W._)`{type: ${t}}`:(0,W._)`{type: ${e}}`};function vl(t){let e=Lk(t);(0,Ak.reportError)(e,qk)}Le.reportTypeError=vl;function Lk(t){let{gen:e,data:r,schema:n}=t,o=(0,bh.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var Sh=P(mi=>{"use strict";Object.defineProperty(mi,"__esModule",{value:!0});mi.assignDefaults=void 0;var En=J(),Fk=se();function Uk(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)kh(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>kh(t,s,o.default))}mi.assignDefaults=Uk;function kh(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,En._)`${s}${(0,En.getProperty)(e)}`;if(o){(0,Fk.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,En._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,En._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,En._)`${a} = ${(0,En.stringify)(r)}`)}});var ht=P(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.validateUnion=le.validateArray=le.usePattern=le.callValidateCode=le.schemaProperties=le.allSchemaProperties=le.noPropertyInData=le.propertyInData=le.isOwnProperty=le.hasPropFunc=le.reportMissingProp=le.checkMissingProp=le.checkReportMissingProp=void 0;var ye=J(),xl=se(),dr=Kt(),Vk=se();function Hk(t,e){let{gen:r,data:n,it:o}=t;r.if(wl(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,ye._)`${e}`},!0),t.error()})}le.checkReportMissingProp=Hk;function Gk({gen:t,data:e,it:{opts:r}},n,o){return(0,ye.or)(...n.map(s=>(0,ye.and)(wl(t,e,s,r.ownProperties),(0,ye._)`${o} = ${s}`)))}le.checkMissingProp=Gk;function Wk(t,e){t.setParams({missingProperty:e},!0),t.error()}le.reportMissingProp=Wk;function Th(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ye._)`Object.prototype.hasOwnProperty`})}le.hasPropFunc=Th;function bl(t,e,r){return(0,ye._)`${Th(t)}.call(${e}, ${r})`}le.isOwnProperty=bl;function Bk(t,e,r,n){let o=(0,ye._)`${e}${(0,ye.getProperty)(r)} !== undefined`;return n?(0,ye._)`${o} && ${bl(t,e,r)}`:o}le.propertyInData=Bk;function wl(t,e,r,n){let o=(0,ye._)`${e}${(0,ye.getProperty)(r)} === undefined`;return n?(0,ye.or)(o,(0,ye.not)(bl(t,e,r))):o}le.noPropertyInData=wl;function zh(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}le.allSchemaProperties=zh;function Jk(t,e){return zh(e).filter(r=>!(0,xl.alwaysValidSchema)(t,e[r]))}le.schemaProperties=Jk;function Kk({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,ye._)`${t}, ${e}, ${n}${o}`:e,d=[[dr.default.instancePath,(0,ye.strConcat)(dr.default.instancePath,s)],[dr.default.parentData,i.parentData],[dr.default.parentDataProperty,i.parentDataProperty],[dr.default.rootData,dr.default.rootData]];i.opts.dynamicRef&&d.push([dr.default.dynamicAnchors,dr.default.dynamicAnchors]);let m=(0,ye._)`${l}, ${r.object(...d)}`;return c!==ye.nil?(0,ye._)`${a}.call(${c}, ${m})`:(0,ye._)`${a}(${m})`}le.callValidateCode=Kk;var Qk=(0,ye._)`new RegExp`;function Xk({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,ye._)`${o.code==="new RegExp"?Qk:(0,Vk.useFunc)(t,o)}(${r}, ${n})`})}le.usePattern=Xk;function Yk(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,ye._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:xl.Type.Num},s),e.if((0,ye.not)(s),a)})}}le.validateArray=Yk;function e0(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,xl.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let l=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,ye._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,ye.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}le.validateUnion=e0});var Rh=P(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.validateKeywordUsage=Nt.validSchemaType=Nt.funcKeywordCode=Nt.macroKeywordCode=void 0;var Ge=J(),Kr=Kt(),t0=ht(),r0=zo();function n0(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=Ph(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ge.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Nt.macroKeywordCode=n0;function o0(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;i0(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=Ph(n,o,u),d=n.let("valid");t.block$data(d,m),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function m(){if(e.errors===!1)f(),e.modifying&&Eh(t),g(()=>t.error());else{let v=e.async?h():p();e.modifying&&Eh(t),g(()=>s0(t,v))}}function h(){let v=n.let("ruleErrs",null);return n.try(()=>f((0,Ge._)`await `),_=>n.assign(d,!1).if((0,Ge._)`${_} instanceof ${c.ValidationError}`,()=>n.assign(v,(0,Ge._)`${_}.errors`),()=>n.throw(_))),v}function p(){let v=(0,Ge._)`${l}.errors`;return n.assign(v,null),f(Ge.nil),v}function f(v=e.async?(0,Ge._)`await `:Ge.nil){let _=c.opts.passContext?Kr.default.this:Kr.default.self,y=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Ge._)`${v}${(0,t0.callValidateCode)(t,l,_,y)}`,e.modifying)}function g(v){var _;n.if((0,Ge.not)((_=e.valid)!==null&&_!==void 0?_:d),v)}}Nt.funcKeywordCode=o0;function Eh(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ge._)`${n.parentData}[${n.parentDataProperty}]`))}function s0(t,e){let{gen:r}=t;r.if((0,Ge._)`Array.isArray(${e})`,()=>{r.assign(Kr.default.vErrors,(0,Ge._)`${Kr.default.vErrors} === null ? ${e} : ${Kr.default.vErrors}.concat(${e})`).assign(Kr.default.errors,(0,Ge._)`${Kr.default.vErrors}.length`),(0,r0.extendErrors)(t)},()=>t.error())}function i0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Ph(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,Ge.stringify)(r)})}function a0(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")}Nt.validSchemaType=a0;function c0({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)}}Nt.validateKeywordUsage=c0});var Oh=P(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.extendSubschemaMode=pr.extendSubschemaData=pr.getSubschema=void 0;var jt=J(),Ih=se();function u0(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,jt._)`${t.schemaPath}${(0,jt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,jt._)`${t.schemaPath}${(0,jt.getProperty)(e)}${(0,jt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Ih.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')}pr.getSubschema=u0;function l0(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=e,m=a.let("data",(0,jt._)`${e.data}${(0,jt.getProperty)(r)}`,!0);c(m),t.errorPath=(0,jt.str)`${u}${(0,Ih.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,jt._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof jt.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]}}pr.extendSubschemaData=l0;function d0(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}pr.extendSubschemaMode=d0});var $l=P((iC,Mh)=>{"use strict";Mh.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 Ch=P((aC,Ah)=>{"use strict";var fr=Ah.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(){};hi(e,n,o,t,"",t)};fr.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};fr.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};fr.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};fr.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 hi(t,e,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,c,u);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in fr.arrayKeywords)for(var m=0;m<d.length;m++)hi(t,e,r,d[m],o+"/"+l+"/"+m,s,o,l,n,m)}else if(l in fr.propsKeywords){if(d&&typeof d=="object")for(var h in d)hi(t,e,r,d[h],o+"/"+l+"/"+p0(h),s,o,l,n,h)}else(l in fr.keywords||t.allKeys&&!(l in fr.skipKeywords))&&hi(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function p0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var Po=P(et=>{"use strict";Object.defineProperty(et,"__esModule",{value:!0});et.getSchemaRefs=et.resolveUrl=et.normalizeId=et._getFullPath=et.getFullPath=et.inlineRef=void 0;var f0=se(),m0=$l(),h0=Ch(),g0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function y0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!kl(t):e?Nh(t)<=e:!1}et.inlineRef=y0;var _0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function kl(t){for(let e in t){if(_0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(kl)||typeof r=="object"&&kl(r))return!0}return!1}function Nh(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!g0.has(r)&&(typeof t[r]=="object"&&(0,f0.eachItem)(t[r],n=>e+=Nh(n)),e===1/0))return 1/0}return e}function jh(t,e="",r){r!==!1&&(e=Pn(e));let n=t.parse(e);return Zh(t,n)}et.getFullPath=jh;function Zh(t,e){return t.serialize(e).split("#")[0]+"#"}et._getFullPath=Zh;var v0=/#\/?$/;function Pn(t){return t?t.replace(v0,""):""}et.normalizeId=Pn;function x0(t,e,r){return r=Pn(r),t.resolve(e,r)}et.resolveUrl=x0;var b0=/^[a-z_][-a-z0-9._]*$/i;function w0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=Pn(t[r]||e),s={"":o},i=jh(n,o,!1),a={},c=new Set;return h0(t,{allKeys:!0},(d,m,h,p)=>{if(p===void 0)return;let f=i+m,g=s[p];typeof d[r]=="string"&&(g=v.call(this,d[r])),_.call(this,d.$anchor),_.call(this,d.$dynamicAnchor),s[m]=g;function v(y){let x=this.opts.uriResolver.resolve;if(y=Pn(g?x(g,y):y),c.has(y))throw l(y);c.add(y);let $=this.refs[y];return typeof $=="string"&&($=this.refs[$]),typeof $=="object"?u(d,$.schema,y):y!==Pn(f)&&(y[0]==="#"?(u(d,a[y],y),a[y]=d):this.refs[y]=f),y}function _(y){if(typeof y=="string"){if(!b0.test(y))throw new Error(`invalid anchor "${y}"`);v.call(this,`#${y}`)}}}),a;function u(d,m,h){if(m!==void 0&&!m0(d,m))throw l(h)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}et.getSchemaRefs=w0});var Oo=P(mr=>{"use strict";Object.defineProperty(mr,"__esModule",{value:!0});mr.getData=mr.KeywordCxt=mr.validateFunctionCode=void 0;var Uh=_h(),Dh=Eo(),Tl=gl(),gi=Eo(),$0=Sh(),Io=Rh(),Sl=Oh(),j=J(),V=Kt(),k0=Po(),Qt=se(),Ro=zo();function S0(t){if(Gh(t)&&(Wh(t),Hh(t))){E0(t);return}Vh(t,()=>(0,Uh.topBoolOrEmptySchema)(t))}mr.validateFunctionCode=S0;function Vh({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,j._)`${V.default.data}, ${V.default.valCxt}`,n.$async,()=>{t.code((0,j._)`"use strict"; ${qh(r,o)}`),z0(t,o),t.code(s)}):t.func(e,(0,j._)`${V.default.data}, ${T0(o)}`,n.$async,()=>t.code(qh(r,o)).code(s))}function T0(t){return(0,j._)`{${V.default.instancePath}="", ${V.default.parentData}, ${V.default.parentDataProperty}, ${V.default.rootData}=${V.default.data}${t.dynamicRef?(0,j._)`, ${V.default.dynamicAnchors}={}`:j.nil}}={}`}function z0(t,e){t.if(V.default.valCxt,()=>{t.var(V.default.instancePath,(0,j._)`${V.default.valCxt}.${V.default.instancePath}`),t.var(V.default.parentData,(0,j._)`${V.default.valCxt}.${V.default.parentData}`),t.var(V.default.parentDataProperty,(0,j._)`${V.default.valCxt}.${V.default.parentDataProperty}`),t.var(V.default.rootData,(0,j._)`${V.default.valCxt}.${V.default.rootData}`),e.dynamicRef&&t.var(V.default.dynamicAnchors,(0,j._)`${V.default.valCxt}.${V.default.dynamicAnchors}`)},()=>{t.var(V.default.instancePath,(0,j._)`""`),t.var(V.default.parentData,(0,j._)`undefined`),t.var(V.default.parentDataProperty,(0,j._)`undefined`),t.var(V.default.rootData,V.default.data),e.dynamicRef&&t.var(V.default.dynamicAnchors,(0,j._)`{}`)})}function E0(t){let{schema:e,opts:r,gen:n}=t;Vh(t,()=>{r.$comment&&e.$comment&&Jh(t),M0(t),n.let(V.default.vErrors,null),n.let(V.default.errors,0),r.unevaluated&&P0(t),Bh(t),N0(t)})}function P0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,j._)`${r}.evaluated`),e.if((0,j._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,j._)`${t.evaluated}.props`,(0,j._)`undefined`)),e.if((0,j._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,j._)`${t.evaluated}.items`,(0,j._)`undefined`))}function qh(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,j._)`/*# sourceURL=${r} */`:j.nil}function R0(t,e){if(Gh(t)&&(Wh(t),Hh(t))){I0(t,e);return}(0,Uh.boolOrEmptySchema)(t,e)}function Hh({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 Gh(t){return typeof t.schema!="boolean"}function I0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Jh(t),A0(t),C0(t);let s=n.const("_errs",V.default.errors);Bh(t,s),n.var(e,(0,j._)`${s} === ${V.default.errors}`)}function Wh(t){(0,Qt.checkUnknownRules)(t),O0(t)}function Bh(t,e){if(t.opts.jtd)return Lh(t,[],!1,e);let r=(0,Dh.getSchemaTypes)(t.schema),n=(0,Dh.coerceAndCheckDataType)(t,r);Lh(t,r,!n,e)}function O0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Qt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function M0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Qt.checkStrictMode)(t,"default is ignored in the schema root")}function A0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,k0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function C0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Jh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,j._)`${V.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,j.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,j._)`${V.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function N0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,j._)`${V.default.errors} === 0`,()=>e.return(V.default.data),()=>e.throw((0,j._)`new ${o}(${V.default.vErrors})`)):(e.assign((0,j._)`${n}.errors`,V.default.vErrors),s.unevaluated&&j0(t),e.return((0,j._)`${V.default.errors} === 0`))}function j0({gen:t,evaluated:e,props:r,items:n}){r instanceof j.Name&&t.assign((0,j._)`${e}.props`,r),n instanceof j.Name&&t.assign((0,j._)`${e}.items`,n)}function Lh(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Qt.schemaHasRulesButRef)(s,l))){o.block(()=>Qh(t,"$ref",l.all.$ref.definition));return}c.jtd||Z0(t,e),o.block(()=>{for(let m of l.rules)d(m);d(l.post)});function d(m){(0,Tl.shouldUseGroup)(s,m)&&(m.type?(o.if((0,gi.checkDataType)(m.type,i,c.strictNumbers)),Fh(t,m),e.length===1&&e[0]===m.type&&r&&(o.else(),(0,gi.reportTypeError)(t)),o.endIf()):Fh(t,m),a||o.if((0,j._)`${V.default.errors} === ${n||0}`))}}function Fh(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,Tl.shouldUseRule)(n,s)&&Qh(t,s.keyword,s.definition,e.type)})}function Z0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(D0(t,e),t.opts.allowUnionTypes||q0(t,e),L0(t,t.dataTypes))}function D0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Kh(t.dataTypes,r)||zl(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),U0(t,e)}}function q0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&zl(t,"use allowUnionTypes to allow union type keyword")}function L0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,Tl.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>F0(e,i))&&zl(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function F0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Kh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function U0(t,e){let r=[];for(let n of t.dataTypes)Kh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function zl(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Qt.checkStrictMode)(t,e,t.opts.strictTypes)}var yi=class{constructor(e,r,n){if((0,Io.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,Qt.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",Xh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Io.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",V.default.errors))}result(e,r,n){this.failResult((0,j.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,j.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,j._)`${r} !== undefined && (${(0,j.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?Ro.reportExtraError:Ro.reportError)(this,this.def.error,r)}$dataError(){(0,Ro.reportError)(this,this.def.$dataError||Ro.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Ro.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=j.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=j.nil,r=j.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,j.or)((0,j._)`${o} === undefined`,r)),e!==j.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==j.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,j.or)(i(),a());function i(){if(n.length){if(!(r instanceof j.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,j._)`${(0,gi.checkDataTypes)(c,r,s.opts.strictNumbers,gi.DataType.Wrong)}`}return j.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,j._)`!${c}(${r})`}return j.nil}}subschema(e,r){let n=(0,Sl.getSubschema)(this.it,e);(0,Sl.extendSubschemaData)(n,this.it,e),(0,Sl.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return R0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Qt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Qt.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,j.Name)),!0}};mr.KeywordCxt=yi;function Qh(t,e,r,n){let o=new yi(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Io.funcKeywordCode)(o,r):"macro"in r?(0,Io.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Io.funcKeywordCode)(o,r)}var V0=/^\/(?:[^~]|~0|~1)*$/,H0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Xh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return V.default.rootData;if(t[0]==="/"){if(!V0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=V.default.rootData}else{let u=H0.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=e)throw new Error(c("property/index",l));return n[e-l]}if(l>e)throw new Error(c("data",l));if(s=r[e-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,j._)`${s}${(0,j.getProperty)((0,Qt.unescapeJsonPointer)(u))}`,i=(0,j._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}mr.getData=Xh});var _i=P(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});var El=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Pl.default=El});var Mo=P(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var Rl=Po(),Il=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Rl.resolveUrl)(e,r,n),this.missingSchema=(0,Rl.normalizeId)((0,Rl.getFullPath)(e,this.missingRef))}};Ol.default=Il});var xi=P(gt=>{"use strict";Object.defineProperty(gt,"__esModule",{value:!0});gt.resolveSchema=gt.getCompilingSchema=gt.resolveRef=gt.compileSchema=gt.SchemaEnv=void 0;var kt=J(),G0=_i(),Qr=Kt(),St=Po(),Yh=se(),W0=Oo(),Rn=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,St.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};gt.SchemaEnv=Rn;function Al(t){let e=eg.call(this,t);if(e)return e;let r=(0,St.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new kt.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:G0.default,code:(0,kt._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Qr.default.data,parentData:Qr.default.parentData,parentDataProperty:Qr.default.parentDataProperty,dataNames:[Qr.default.data],dataPathArr:[kt.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,kt.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:kt.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,kt._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,W0.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(Qr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let h=new Function(`${Qr.default.self}`,`${Qr.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:h}),h.errors=null,h.schema=t.schema,h.schemaEnv=t,t.$async&&(h.$async=!0),this.opts.code.source===!0&&(h.source={validateName:c,validateCode:d,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:f}=u;h.evaluated={props:p instanceof kt.Name?void 0:p,items:f instanceof kt.Name?void 0:f,dynamicProps:p instanceof kt.Name,dynamicItems:f instanceof kt.Name},h.source&&(h.source.evaluated=(0,kt.stringify)(h.evaluated))}return t.validate=h,t}catch(d){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(t)}}gt.compileSchema=Al;function B0(t,e,r){var n;r=(0,St.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=Q0.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 Rn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=J0.call(this,s)}gt.resolveRef=B0;function J0(t){return(0,St.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Al.call(this,t)}function eg(t){for(let e of this._compilations)if(K0(e,t))return e}gt.getCompilingSchema=eg;function K0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function Q0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||vi.call(this,t,e)}function vi(t,e){let r=this.opts.uriResolver.parse(e),n=(0,St._getFullPath)(this.opts.uriResolver,r),o=(0,St.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return Ml.call(this,r,t);let s=(0,St.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=vi.call(this,t,i);return typeof a?.schema!="object"?void 0:Ml.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Al.call(this,i),s===(0,St.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,St.resolveUrl)(this.opts.uriResolver,o,u)),new Rn({schema:a,schemaId:c,root:t,baseId:o})}return Ml.call(this,r,i)}}gt.resolveSchema=vi;var X0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Ml(t,{baseId:e,schema:r,root:n}){var o;if(((o=t.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,Yh.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!X0.has(a)&&u&&(e=(0,St.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Yh.schemaHasRulesButRef)(r,this.RULES)){let a=(0,St.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=vi.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new Rn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var tg=P((fC,Y0)=>{Y0.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 Nl=P((mC,sg)=>{"use strict";var eS=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),ng=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 Cl(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 tS=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function rg(t){return t.length=0,!0}function rS(t,e,r){if(t.length){let n=Cl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function nS(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=rS;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=rg}else{o.push(u);continue}}return o.length&&(a===rg?r.zone=o.join(""):i?n.push(o.join("")):n.push(Cl(o))),r.address=n.join(""),r}function og(t){if(oS(t,":")<2)return{host:t,isIPV6:!1};let e=nS(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 oS(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function sS(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 iS(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 aS(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!ng(r)){let n=og(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}sg.exports={nonSimpleDomain:tS,recomposeAuthority:aS,normalizeComponentEncoding:iS,removeDotSegments:sS,isIPv4:ng,isUUID:eS,normalizeIPv6:og,stringArrayToHexStripped:Cl}});var lg=P((hC,ug)=>{"use strict";var{isUUID:cS}=Nl(),uS=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,lS=["http","https","ws","wss","urn","urn:uuid"];function dS(t){return lS.indexOf(t)!==-1}function jl(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 ig(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function ag(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 pS(t){return t.secure=jl(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function fS(t){if((t.port===(jl(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 mS(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(uS);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=Zl(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function hS(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=Zl(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 gS(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!cS(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function yS(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var cg={scheme:"http",domainHost:!0,parse:ig,serialize:ag},_S={scheme:"https",domainHost:cg.domainHost,parse:ig,serialize:ag},bi={scheme:"ws",domainHost:!0,parse:pS,serialize:fS},vS={scheme:"wss",domainHost:bi.domainHost,parse:bi.parse,serialize:bi.serialize},xS={scheme:"urn",parse:mS,serialize:hS,skipNormalize:!0},bS={scheme:"urn:uuid",parse:gS,serialize:yS,skipNormalize:!0},wi={http:cg,https:_S,ws:bi,wss:vS,urn:xS,"urn:uuid":bS};Object.setPrototypeOf(wi,null);function Zl(t){return t&&(wi[t]||wi[t.toLowerCase()])||void 0}ug.exports={wsIsSecure:jl,SCHEMES:wi,isValidSchemeName:dS,getSchemeHandler:Zl}});var fg=P((gC,ki)=>{"use strict";var{normalizeIPv6:wS,removeDotSegments:Ao,recomposeAuthority:$S,normalizeComponentEncoding:$i,isIPv4:kS,nonSimpleDomain:SS}=Nl(),{SCHEMES:TS,getSchemeHandler:dg}=lg();function zS(t,e){return typeof t=="string"?t=Zt(Xt(t,e),e):typeof t=="object"&&(t=Xt(Zt(t,e),e)),t}function ES(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=pg(Xt(t,n),Xt(e,n),n,!0);return n.skipEscape=!0,Zt(o,n)}function pg(t,e,r,n){let o={};return n||(t=Xt(Zt(t,r),r),e=Xt(Zt(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=Ao(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=Ao(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=Ao(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=Ao(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 PS(t,e,r){return typeof t=="string"?(t=unescape(t),t=Zt($i(Xt(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Zt($i(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=Zt($i(Xt(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Zt($i(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function Zt(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=dg(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=Ao(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 RS=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Xt(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(RS);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(kS(n.host)===!1){let c=wS(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=dg(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&SS(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 Dl={SCHEMES:TS,normalize:zS,resolve:ES,resolveComponent:pg,equal:PS,serialize:Zt,parse:Xt};ki.exports=Dl;ki.exports.default=Dl;ki.exports.fastUri=Dl});var hg=P(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var mg=fg();mg.code='require("ajv/dist/runtime/uri").default';ql.default=mg});var $g=P(Ce=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.CodeGen=Ce.Name=Ce.nil=Ce.stringify=Ce.str=Ce._=Ce.KeywordCxt=void 0;var IS=Oo();Object.defineProperty(Ce,"KeywordCxt",{enumerable:!0,get:function(){return IS.KeywordCxt}});var In=J();Object.defineProperty(Ce,"_",{enumerable:!0,get:function(){return In._}});Object.defineProperty(Ce,"str",{enumerable:!0,get:function(){return In.str}});Object.defineProperty(Ce,"stringify",{enumerable:!0,get:function(){return In.stringify}});Object.defineProperty(Ce,"nil",{enumerable:!0,get:function(){return In.nil}});Object.defineProperty(Ce,"Name",{enumerable:!0,get:function(){return In.Name}});Object.defineProperty(Ce,"CodeGen",{enumerable:!0,get:function(){return In.CodeGen}});var OS=_i(),xg=Mo(),MS=hl(),Co=xi(),AS=J(),No=Po(),Si=Eo(),Fl=se(),gg=tg(),CS=hg(),bg=(t,e)=>new RegExp(t,e);bg.code="new RegExp";var NS=["removeAdditional","useDefaults","coerceTypes"],jS=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),ZS={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."},DS={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},yg=200;function qS(t){var e,r,n,o,s,i,a,c,u,l,d,m,h,p,f,g,v,_,y,x,$,O,Z,A,q;let de=t.strict,G=(e=t.code)===null||e===void 0?void 0:e.optimize,E=G===!0||G===void 0?1:G||0,ge=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:bg,ot=(o=t.uriResolver)!==null&&o!==void 0?o:CS.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:de)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:de)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:de)!==null&&l!==void 0?l:"log",strictTuples:(m=(d=t.strictTuples)!==null&&d!==void 0?d:de)!==null&&m!==void 0?m:"log",strictRequired:(p=(h=t.strictRequired)!==null&&h!==void 0?h:de)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:E,regExp:ge}:{optimize:E,regExp:ge},loopRequired:(f=t.loopRequired)!==null&&f!==void 0?f:yg,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:yg,meta:(v=t.meta)!==null&&v!==void 0?v:!0,messages:(_=t.messages)!==null&&_!==void 0?_:!0,inlineRefs:(y=t.inlineRefs)!==null&&y!==void 0?y:!0,schemaId:(x=t.schemaId)!==null&&x!==void 0?x:"$id",addUsedSchema:($=t.addUsedSchema)!==null&&$!==void 0?$:!0,validateSchema:(O=t.validateSchema)!==null&&O!==void 0?O:!0,validateFormats:(Z=t.validateFormats)!==null&&Z!==void 0?Z:!0,unicodeRegExp:(A=t.unicodeRegExp)!==null&&A!==void 0?A:!0,int32range:(q=t.int32range)!==null&&q!==void 0?q:!0,uriResolver:ot}}var jo=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...qS(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new AS.ValueScope({scope:{},prefixes:jS,es5:r,lines:n}),this.logger=GS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,MS.getRules)(),_g.call(this,ZS,e,"NOT SUPPORTED"),_g.call(this,DS,e,"DEPRECATED","warn"),this._metaOpts=VS.call(this),e.formats&&FS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&US.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),LS.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=gg;n==="id"&&(o={...gg},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(l,d){await s.call(this,l.$schema);let m=this._addSchema(l,d);return m.validate||i.call(this,m)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof xg.default))throw d;return a.call(this,d),await c.call(this,d.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:d}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${d} cannot be resolved`)}async function c(l){let d=await u.call(this,l);this.refs[l]||await s.call(this,d.$schema),this.refs[l]||this.addSchema(d,l,r)}async function u(l){let d=this._loading[l];if(d)return d;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,No.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=vg.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Co.SchemaEnv({schema:{},schemaId:n});if(r=Co.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=vg.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,No.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(BS.call(this,n,r),!r)return(0,Fl.eachItem)(n,s=>Ll.call(this,s)),this;KS.call(this,r);let o={...r,type:(0,Si.getJSONTypes)(r.type),schemaType:(0,Si.getJSONTypes)(r.schemaType)};return(0,Fl.eachItem)(n,o.type.length===0?s=>Ll.call(this,s,o):s=>o.type.forEach(i=>Ll.call(this,s,o,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===e);o>=0&&n.rules.splice(o,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of r){let s=o.split("/").slice(1),i=e;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,l=i[a];u&&l&&(i[a]=wg(l))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,No.normalizeId)(i||n);let u=No.getSchemaRefs.call(this,e,n);return c=new Co.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):Co.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{Co.compileSchema.call(this,e)}finally{this.opts=r}}};jo.ValidationError=OS.default;jo.MissingRefError=xg.default;Ce.default=jo;function _g(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 vg(t){return t=(0,No.normalizeId)(t),this.schemas[t]||this.refs[t]}function LS(){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 FS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function US(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function VS(){let t={...this.opts};for(let e of NS)delete t[e];return t}var HS={log(){},warn(){},error(){}};function GS(t){if(t===!1)return HS;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 WS=/^[a-z_$][a-z0-9_$:-]*$/i;function BS(t,e){let{RULES:r}=this;if((0,Fl.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!WS.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 Ll(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,Si.getJSONTypes)(e.type),schemaType:(0,Si.getJSONTypes)(e.schemaType)}};e.before?JS.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 JS(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 KS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=wg(e)),t.validateSchema=this.compile(e,!0))}var QS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function wg(t){return{anyOf:[t,QS]}}});var kg=P(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var XS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Ul.default=XS});var Eg=P(Xr=>{"use strict";Object.defineProperty(Xr,"__esModule",{value:!0});Xr.callRef=Xr.getValidate=void 0;var YS=Mo(),Sg=ht(),tt=J(),On=Kt(),Tg=xi(),Ti=se(),eT={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return d();let l=Tg.resolveRef.call(c,u,o,r);if(l===void 0)throw new YS.default(n.opts.uriResolver,o,r);if(l instanceof Tg.SchemaEnv)return m(l);return h(l);function d(){if(s===u)return zi(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return zi(t,(0,tt._)`${p}.validate`,u,u.$async)}function m(p){let f=zg(t,p);zi(t,f,p,p.$async)}function h(p){let f=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,tt.stringify)(p)}:{ref:p}),g=e.name("valid"),v=t.subschema({schema:p,dataTypes:[],schemaPath:tt.nil,topSchemaRef:f,errSchemaPath:r},g);t.mergeEvaluated(v),t.ok(g)}}};function zg(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,tt._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Xr.getValidate=zg;function zi(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?On.default.this:tt.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,tt._)`await ${(0,Sg.callValidateCode)(t,e,u)}`),h(e),i||o.assign(p,!0)},f=>{o.if((0,tt._)`!(${f} instanceof ${s.ValidationError})`,()=>o.throw(f)),m(f),i||o.assign(p,!1)}),t.ok(p)}function d(){t.result((0,Sg.callValidateCode)(t,e,u),()=>h(e),()=>m(e))}function m(p){let f=(0,tt._)`${p}.errors`;o.assign(On.default.vErrors,(0,tt._)`${On.default.vErrors} === null ? ${f} : ${On.default.vErrors}.concat(${f})`),o.assign(On.default.errors,(0,tt._)`${On.default.vErrors}.length`)}function h(p){var f;if(!s.opts.unevaluated)return;let g=(f=r?.validate)===null||f===void 0?void 0:f.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=Ti.mergeEvaluated.props(o,g.props,s.props));else{let v=o.var("props",(0,tt._)`${p}.evaluated.props`);s.props=Ti.mergeEvaluated.props(o,v,s.props,tt.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=Ti.mergeEvaluated.items(o,g.items,s.items));else{let v=o.var("items",(0,tt._)`${p}.evaluated.items`);s.items=Ti.mergeEvaluated.items(o,v,s.items,tt.Name)}}}Xr.callRef=zi;Xr.default=eT});var Pg=P(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var tT=kg(),rT=Eg(),nT=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",tT.default,rT.default];Vl.default=nT});var Rg=P(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});var Ei=J(),hr=Ei.operators,Pi={maximum:{okStr:"<=",ok:hr.LTE,fail:hr.GT},minimum:{okStr:">=",ok:hr.GTE,fail:hr.LT},exclusiveMaximum:{okStr:"<",ok:hr.LT,fail:hr.GTE},exclusiveMinimum:{okStr:">",ok:hr.GT,fail:hr.LTE}},oT={message:({keyword:t,schemaCode:e})=>(0,Ei.str)`must be ${Pi[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Ei._)`{comparison: ${Pi[t].okStr}, limit: ${e}}`},sT={keyword:Object.keys(Pi),type:"number",schemaType:"number",$data:!0,error:oT,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Ei._)`${r} ${Pi[e].fail} ${n} || isNaN(${r})`)}};Hl.default=sT});var Ig=P(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var Zo=J(),iT={message:({schemaCode:t})=>(0,Zo.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Zo._)`{multipleOf: ${t}}`},aT={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:iT,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,Zo._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,Zo._)`${i} !== parseInt(${i})`;t.fail$data((0,Zo._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Gl.default=aT});var Mg=P(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});function Og(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}Wl.default=Og;Og.code='require("ajv/dist/runtime/ucs2length").default'});var Ag=P(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});var Yr=J(),cT=se(),uT=Mg(),lT={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Yr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Yr._)`{limit: ${t}}`},dT={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:lT,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Yr.operators.GT:Yr.operators.LT,i=o.opts.unicode===!1?(0,Yr._)`${r}.length`:(0,Yr._)`${(0,cT.useFunc)(t.gen,uT.default)}(${r})`;t.fail$data((0,Yr._)`${i} ${s} ${n}`)}};Bl.default=dT});var Cg=P(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var pT=ht(),Ri=J(),fT={message:({schemaCode:t})=>(0,Ri.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,Ri._)`{pattern: ${t}}`},mT={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:fT,code(t){let{data:e,$data:r,schema:n,schemaCode:o,it:s}=t,i=s.opts.unicodeRegExp?"u":"",a=r?(0,Ri._)`(new RegExp(${o}, ${i}))`:(0,pT.usePattern)(t,n);t.fail$data((0,Ri._)`!${a}.test(${e})`)}};Jl.default=mT});var Ng=P(Kl=>{"use strict";Object.defineProperty(Kl,"__esModule",{value:!0});var Do=J(),hT={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,Do.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Do._)`{limit: ${t}}`},gT={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:hT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?Do.operators.GT:Do.operators.LT;t.fail$data((0,Do._)`Object.keys(${r}).length ${o} ${n}`)}};Kl.default=gT});var jg=P(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});var qo=ht(),Lo=J(),yT=se(),_T={message:({params:{missingProperty:t}})=>(0,Lo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Lo._)`{missingProperty: ${t}}`},vT={keyword:"required",type:"object",schemaType:"array",$data:!0,error:_T,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let h=t.parentSchema.properties,{definedProperties:p}=t.it;for(let f of r)if(h?.[f]===void 0&&!p.has(f)){let g=i.schemaEnv.baseId+i.errSchemaPath,v=`required property "${f}" is not defined at "${g}" (strictRequired)`;(0,yT.checkStrictMode)(i,v,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(Lo.nil,d);else for(let h of r)(0,qo.checkReportMissingProp)(t,h)}function l(){let h=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>m(h,p)),t.ok(p)}else e.if((0,qo.checkMissingProp)(t,r,h)),(0,qo.reportMissingProp)(t,h),e.else()}function d(){e.forOf("prop",n,h=>{t.setParams({missingProperty:h}),e.if((0,qo.noPropertyInData)(e,o,h,a.ownProperties),()=>t.error())})}function m(h,p){t.setParams({missingProperty:h}),e.forOf(h,n,()=>{e.assign(p,(0,qo.propertyInData)(e,o,h,a.ownProperties)),e.if((0,Lo.not)(p),()=>{t.error(),e.break()})},Lo.nil)}}};Ql.default=vT});var Zg=P(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var Fo=J(),xT={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Fo.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Fo._)`{limit: ${t}}`},bT={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:xT,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?Fo.operators.GT:Fo.operators.LT;t.fail$data((0,Fo._)`${r}.length ${o} ${n}`)}};Xl.default=bT});var Ii=P(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});var Dg=$l();Dg.code='require("ajv/dist/runtime/equal").default';Yl.default=Dg});var qg=P(td=>{"use strict";Object.defineProperty(td,"__esModule",{value:!0});var ed=Eo(),Ne=J(),wT=se(),$T=Ii(),kT={message:({params:{i:t,j:e}})=>(0,Ne.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Ne._)`{i: ${t}, j: ${e}}`},ST={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:kT,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,ed.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,Ne._)`${i} === false`),t.ok(c);function l(){let p=e.let("i",(0,Ne._)`${r}.length`),f=e.let("j");t.setParams({i:p,j:f}),e.assign(c,!0),e.if((0,Ne._)`${p} > 1`,()=>(d()?m:h)(p,f))}function d(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function m(p,f){let g=e.name("item"),v=(0,ed.checkDataTypes)(u,g,a.opts.strictNumbers,ed.DataType.Wrong),_=e.const("indices",(0,Ne._)`{}`);e.for((0,Ne._)`;${p}--;`,()=>{e.let(g,(0,Ne._)`${r}[${p}]`),e.if(v,(0,Ne._)`continue`),u.length>1&&e.if((0,Ne._)`typeof ${g} == "string"`,(0,Ne._)`${g} += "_"`),e.if((0,Ne._)`typeof ${_}[${g}] == "number"`,()=>{e.assign(f,(0,Ne._)`${_}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,Ne._)`${_}[${g}] = ${p}`)})}function h(p,f){let g=(0,wT.useFunc)(e,$T.default),v=e.name("outer");e.label(v).for((0,Ne._)`;${p}--;`,()=>e.for((0,Ne._)`${f} = ${p}; ${f}--;`,()=>e.if((0,Ne._)`${g}(${r}[${p}], ${r}[${f}])`,()=>{t.error(),e.assign(c,!1).break(v)})))}}};td.default=ST});var Lg=P(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});var rd=J(),TT=se(),zT=Ii(),ET={message:"must be equal to constant",params:({schemaCode:t})=>(0,rd._)`{allowedValue: ${t}}`},PT={keyword:"const",$data:!0,error:ET,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,rd._)`!${(0,TT.useFunc)(e,zT.default)}(${r}, ${o})`):t.fail((0,rd._)`${s} !== ${r}`)}};nd.default=PT});var Fg=P(od=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});var Uo=J(),RT=se(),IT=Ii(),OT={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Uo._)`{allowedValues: ${t}}`},MT={keyword:"enum",schemaType:"array",$data:!0,error:OT,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,RT.useFunc)(e,IT.default)),l;if(a||n)l=e.let("valid"),t.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let h=e.const("vSchema",s);l=(0,Uo.or)(...o.map((p,f)=>m(h,f)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,h=>e.if((0,Uo._)`${u()}(${r}, ${h})`,()=>e.assign(l,!0).break()))}function m(h,p){let f=o[p];return typeof f=="object"&&f!==null?(0,Uo._)`${u()}(${r}, ${h}[${p}])`:(0,Uo._)`${r} === ${f}`}}};od.default=MT});var Ug=P(sd=>{"use strict";Object.defineProperty(sd,"__esModule",{value:!0});var AT=Rg(),CT=Ig(),NT=Ag(),jT=Cg(),ZT=Ng(),DT=jg(),qT=Zg(),LT=qg(),FT=Lg(),UT=Fg(),VT=[AT.default,CT.default,NT.default,jT.default,ZT.default,DT.default,qT.default,LT.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},FT.default,UT.default];sd.default=VT});var ad=P(Vo=>{"use strict";Object.defineProperty(Vo,"__esModule",{value:!0});Vo.validateAdditionalItems=void 0;var en=J(),id=se(),HT={message:({params:{len:t}})=>(0,en.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,en._)`{limit: ${t}}`},GT={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:HT,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,id.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Vg(t,n)}};function Vg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,en._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,en._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,id.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,en._)`${a} <= ${e.length}`);r.if((0,en.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:id.Type.Num},u),i.allErrors||r.if((0,en.not)(u),()=>r.break())})}}Vo.validateAdditionalItems=Vg;Vo.default=GT});var cd=P(Ho=>{"use strict";Object.defineProperty(Ho,"__esModule",{value:!0});Ho.validateTuple=void 0;var Hg=J(),Oi=se(),WT=ht(),BT={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return Gg(t,"additionalItems",e);r.items=!0,!(0,Oi.alwaysValidSchema)(r,e)&&t.ok((0,WT.validateArray)(t))}};function Gg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=Oi.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,Hg._)`${s}.length`);r.forEach((d,m)=>{(0,Oi.alwaysValidSchema)(a,d)||(n.if((0,Hg._)`${u} > ${m}`,()=>t.subschema({keyword:i,schemaProp:m,dataProp:m},c)),t.ok(c))});function l(d){let{opts:m,errSchemaPath:h}=a,p=r.length,f=p===d.minItems&&(p===d.maxItems||d[e]===!1);if(m.strictTuples&&!f){let g=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${h}"`;(0,Oi.checkStrictMode)(a,g,m.strictTuples)}}}Ho.validateTuple=Gg;Ho.default=BT});var Wg=P(ud=>{"use strict";Object.defineProperty(ud,"__esModule",{value:!0});var JT=cd(),KT={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,JT.validateTuple)(t,"items")};ud.default=KT});var Jg=P(ld=>{"use strict";Object.defineProperty(ld,"__esModule",{value:!0});var Bg=J(),QT=se(),XT=ht(),YT=ad(),ez={message:({params:{len:t}})=>(0,Bg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Bg._)`{limit: ${t}}`},tz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:ez,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,QT.alwaysValidSchema)(n,e)&&(o?(0,YT.validateAdditionalItems)(t,o):t.ok((0,XT.validateArray)(t)))}};ld.default=tz});var Kg=P(dd=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});var yt=J(),Mi=se(),rz={message:({params:{min:t,max:e}})=>e===void 0?(0,yt.str)`must contain at least ${t} valid item(s)`:(0,yt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,yt._)`{minContains: ${t}}`:(0,yt._)`{minContains: ${t}, maxContains: ${e}}`},nz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:rz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let l=e.const("len",(0,yt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Mi.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Mi.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Mi.alwaysValidSchema)(s,r)){let f=(0,yt._)`${l} >= ${i}`;a!==void 0&&(f=(0,yt._)`${f} && ${l} <= ${a}`),t.pass(f);return}s.items=!0;let d=e.name("valid");a===void 0&&i===1?h(d,()=>e.if(d,()=>e.break())):i===0?(e.let(d,!0),a!==void 0&&e.if((0,yt._)`${o}.length > 0`,m)):(e.let(d,!1),m()),t.result(d,()=>t.reset());function m(){let f=e.name("_valid"),g=e.let("count",0);h(f,()=>e.if(f,()=>p(g)))}function h(f,g){e.forRange("i",0,l,v=>{t.subschema({keyword:"contains",dataProp:v,dataPropType:Mi.Type.Num,compositeRule:!0},f),g()})}function p(f){e.code((0,yt._)`${f}++`),a===void 0?e.if((0,yt._)`${f} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,yt._)`${f} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,yt._)`${f} >= ${i}`,()=>e.assign(d,!0)))}}};dd.default=nz});var Yg=P(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.validateSchemaDeps=Dt.validatePropertyDeps=Dt.error=void 0;var pd=J(),oz=se(),Go=ht();Dt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,pd.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,pd._)`{property: ${t},
|
|
7
7
|
missingProperty: ${n},
|
|
8
8
|
depsCount: ${e},
|
|
9
|
-
deps: ${r}}`};var sz={keyword:"dependencies",type:"object",schemaType:"object",error:Dt.error,code(t){let[e,r]=iz(t);Qg(t,e),Xg(t,r)}};function iz({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 Qg(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 u=(0,Go.propertyInData)(r,n,i,o.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(u,()=>{for(let c of a)(0,Go.checkReportMissingProp)(t,c)}):(r.if((0,pd._)`${u} && (${(0,Go.checkMissingProp)(t,a,s)})`),(0,Go.reportMissingProp)(t,s),r.else())}}Dt.validatePropertyDeps=Qg;function Xg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,oz.alwaysValidSchema)(s,e[a])||(r.if((0,Go.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let u=t.subschema({keyword:o,schemaProp:a},i);t.mergeValidEvaluated(u,i)},()=>r.var(i,!0)),t.ok(i))}Dt.validateSchemaDeps=Xg;Dt.default=sz});var ty=E(fd=>{"use strict";Object.defineProperty(fd,"__esModule",{value:!0});var ey=B(),az=se(),cz={message:"property name must be valid",params:({params:t})=>(0,ey._)`{propertyName: ${t.propertyName}}`},uz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:cz,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,az.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,ey.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};fd.default=uz});var hd=E(md=>{"use strict";Object.defineProperty(md,"__esModule",{value:!0});var Ai=ht(),Tt=B(),lz=Kt(),Ci=se(),dz={message:"must NOT have additional properties",params:({params:t})=>(0,Tt._)`{additionalProperty: ${t.additionalProperty}}`},pz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:dz,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:u}=i;if(i.props=!0,u.removeAdditional!=="all"&&(0,Ci.alwaysValidSchema)(i,r))return;let c=(0,Ai.allSchemaProperties)(n.properties),l=(0,Ai.allSchemaProperties)(n.patternProperties);d(),t.ok((0,Tt._)`${s} === ${lz.default.errors}`);function d(){e.forIn("key",o,y=>{!c.length&&!l.length?p(y):e.if(m(y),()=>p(y))})}function m(y){let _;if(c.length>8){let g=(0,Ci.schemaRefOrVal)(i,n.properties,"properties");_=(0,Ai.isOwnProperty)(e,g,y)}else c.length?_=(0,Tt.or)(...c.map(g=>(0,Tt._)`${y} === ${g}`)):_=Tt.nil;return l.length&&(_=(0,Tt.or)(_,...l.map(g=>(0,Tt._)`${(0,Ai.usePattern)(t,g)}.test(${y})`))),(0,Tt.not)(_)}function h(y){e.code((0,Tt._)`delete ${o}[${y}]`)}function p(y){if(u.removeAdditional==="all"||u.removeAdditional&&r===!1){h(y);return}if(r===!1){t.setParams({additionalProperty:y}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,Ci.alwaysValidSchema)(i,r)){let _=e.name("valid");u.removeAdditional==="failing"?(f(y,_,!1),e.if((0,Tt.not)(_),()=>{t.reset(),h(y)})):(f(y,_),a||e.if((0,Tt.not)(_),()=>e.break()))}}function f(y,_,g){let x={keyword:"additionalProperties",dataProp:y,dataPropType:Ci.Type.Str};g===!1&&Object.assign(x,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(x,_)}}};md.default=pz});var oy=E(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});var fz=Oo(),ry=ht(),gd=se(),ny=hd(),mz={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&&ny.default.code(new fz.KeywordCxt(s,ny.default,"additionalProperties"));let i=(0,ry.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=gd.mergeEvaluated.props(e,(0,gd.toHash)(i),s.props));let a=i.filter(d=>!(0,gd.alwaysValidSchema)(s,r[d]));if(a.length===0)return;let u=e.name("valid");for(let d of a)c(d)?l(d):(e.if((0,ry.propertyInData)(e,o,d,s.opts.ownProperties)),l(d),s.allErrors||e.else().var(u,!0),e.endIf()),t.it.definedProperties.add(d),t.ok(u);function c(d){return s.opts.useDefaults&&!s.compositeRule&&r[d].default!==void 0}function l(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},u)}}};yd.default=mz});var cy=E(_d=>{"use strict";Object.defineProperty(_d,"__esModule",{value:!0});var sy=ht(),Ni=B(),iy=se(),ay=se(),hz={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,sy.allSchemaProperties)(r),u=a.filter(f=>(0,iy.alwaysValidSchema)(s,r[f]));if(a.length===0||u.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let c=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=e.name("valid");s.props!==!0&&!(s.props instanceof Ni.Name)&&(s.props=(0,ay.evaluatedPropsToName)(e,s.props));let{props:d}=s;m();function m(){for(let f of a)c&&h(f),s.allErrors?p(f):(e.var(l,!0),p(f),e.if(l))}function h(f){for(let y in c)new RegExp(f).test(y)&&(0,iy.checkStrictMode)(s,`property ${y} matches pattern ${f} (use allowMatchingProperties)`)}function p(f){e.forIn("key",n,y=>{e.if((0,Ni._)`${(0,sy.usePattern)(t,f)}.test(${y})`,()=>{let _=u.includes(f);_||t.subschema({keyword:"patternProperties",schemaProp:f,dataProp:y,dataPropType:ay.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,Ni._)`${d}[${y}]`,!0):!_&&!s.allErrors&&e.if((0,Ni.not)(l),()=>e.break())})})}}};_d.default=hz});var uy=E(vd=>{"use strict";Object.defineProperty(vd,"__esModule",{value:!0});var gz=se(),yz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,gz.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"}};vd.default=yz});var ly=E(xd=>{"use strict";Object.defineProperty(xd,"__esModule",{value:!0});var _z=ht(),vz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:_z.validateUnion,error:{message:"must match a schema in anyOf"}};xd.default=vz});var dy=E(bd=>{"use strict";Object.defineProperty(bd,"__esModule",{value:!0});var ji=B(),xz=se(),bz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,ji._)`{passingSchemas: ${t.passing}}`},wz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:bz,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),u=e.name("_valid");t.setParams({passing:a}),e.block(c),t.result(i,()=>t.reset(),()=>t.error(!0));function c(){s.forEach((l,d)=>{let m;(0,xz.alwaysValidSchema)(o,l)?e.var(u,!0):m=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},u),d>0&&e.if((0,ji._)`${u} && ${i}`).assign(i,!1).assign(a,(0,ji._)`[${a}, ${d}]`).else(),e.if(u,()=>{e.assign(i,!0),e.assign(a,d),m&&t.mergeEvaluated(m,ji.Name)})})}}};bd.default=wz});var py=E(wd=>{"use strict";Object.defineProperty(wd,"__esModule",{value:!0});var $z=se(),kz={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)})}};wd.default=kz});var hy=E($d=>{"use strict";Object.defineProperty($d,"__esModule",{value:!0});var Zi=B(),my=se(),Sz={message:({params:t})=>(0,Zi.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Zi._)`{failingKeyword: ${t.ifClause}}`},Tz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Sz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,my.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=fy(n,"then"),s=fy(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(u(),t.reset(),o&&s){let l=e.let("ifClause");t.setParams({ifClause:l}),e.if(a,c("then",l),c("else",l))}else o?e.if(a,c("then")):e.if((0,Zi.not)(a),c("else"));t.pass(i,()=>t.error(!0));function u(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function c(l,d){return()=>{let m=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(m,i),d?e.assign(d,(0,Zi._)`${l}`):t.setParams({ifClause:l})}}}};function fy(t,e){let r=t.schema[e];return r!==void 0&&!(0,my.alwaysValidSchema)(t,r)}$d.default=Tz});var gy=E(kd=>{"use strict";Object.defineProperty(kd,"__esModule",{value:!0});var zz=se(),Ez={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,zz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};kd.default=Ez});var yy=E(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});var Pz=ad(),Rz=Wg(),Iz=cd(),Oz=Jg(),Mz=Kg(),Az=Yg(),Cz=ty(),Nz=hd(),jz=oy(),Zz=cy(),Dz=uy(),qz=ly(),Lz=dy(),Fz=py(),Uz=hy(),Vz=gy();function Hz(t=!1){let e=[Dz.default,qz.default,Lz.default,Fz.default,Uz.default,Vz.default,Cz.default,Nz.default,Az.default,jz.default,Zz.default];return t?e.push(Rz.default,Oz.default):e.push(Pz.default,Iz.default),e.push(Mz.default),e}Sd.default=Hz});var _y=E(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});var Te=B(),Gz={message:({schemaCode:t})=>(0,Te.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Te._)`{format: ${t}}`},Wz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Gz,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:u,errSchemaPath:c,schemaEnv:l,self:d}=a;if(!u.validateFormats)return;o?m():h();function m(){let p=r.scopeValue("formats",{ref:d.formats,code:u.code.formats}),f=r.const("fDef",(0,Te._)`${p}[${i}]`),y=r.let("fType"),_=r.let("format");r.if((0,Te._)`typeof ${f} == "object" && !(${f} instanceof RegExp)`,()=>r.assign(y,(0,Te._)`${f}.type || "string"`).assign(_,(0,Te._)`${f}.validate`),()=>r.assign(y,(0,Te._)`"string"`).assign(_,f)),t.fail$data((0,Te.or)(g(),x()));function g(){return u.strictSchema===!1?Te.nil:(0,Te._)`${i} && !${_}`}function x(){let v=l.$async?(0,Te._)`(${f}.async ? await ${_}(${n}) : ${_}(${n}))`:(0,Te._)`${_}(${n})`,$=(0,Te._)`(typeof ${_} == "function" ? ${v} : ${_}.test(${n}))`;return(0,Te._)`${_} && ${_} !== true && ${y} === ${e} && !${$}`}}function h(){let p=d.formats[s];if(!p){g();return}if(p===!0)return;let[f,y,_]=x(p);f===e&&t.pass(v());function g(){if(u.strictSchema===!1){d.logger.warn($());return}throw new Error($());function $(){return`unknown format "${s}" ignored in schema at path "${c}"`}}function x($){let M=$ instanceof RegExp?(0,Te.regexpCode)($):u.code.formats?(0,Te._)`${u.code.formats}${(0,Te.getProperty)(s)}`:void 0,j=r.scopeValue("formats",{key:s,ref:$,code:M});return typeof $=="object"&&!($ instanceof RegExp)?[$.type||"string",$.validate,(0,Te._)`${j}.validate`]:["string",$,j]}function v(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!l.$async)throw new Error("async format in sync schema");return(0,Te._)`await ${_}(${n})`}return typeof y=="function"?(0,Te._)`${_}(${n})`:(0,Te._)`${_}.test(${n})`}}}};Td.default=Wz});var vy=E(zd=>{"use strict";Object.defineProperty(zd,"__esModule",{value:!0});var Bz=_y(),Jz=[Bz.default];zd.default=Jz});var xy=E(Mn=>{"use strict";Object.defineProperty(Mn,"__esModule",{value:!0});Mn.contentVocabulary=Mn.metadataVocabulary=void 0;Mn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Mn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var wy=E(Ed=>{"use strict";Object.defineProperty(Ed,"__esModule",{value:!0});var Kz=Pg(),Qz=Ug(),Xz=yy(),Yz=vy(),by=xy(),eE=[Kz.default,Qz.default,(0,Xz.default)(),Yz.default,by.metadataVocabulary,by.contentVocabulary];Ed.default=eE});var ky=E(Di=>{"use strict";Object.defineProperty(Di,"__esModule",{value:!0});Di.DiscrError=void 0;var $y;(function(t){t.Tag="tag",t.Mapping="mapping"})($y||(Di.DiscrError=$y={}))});var Ty=E(Rd=>{"use strict";Object.defineProperty(Rd,"__esModule",{value:!0});var An=B(),Pd=ky(),Sy=xi(),tE=Mo(),rE=se(),nE={message:({params:{discrError:t,tagName:e}})=>t===Pd.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,An._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},oE={keyword:"discriminator",type:"object",schemaType:"object",error:nE,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 u=e.let("valid",!1),c=e.const("tag",(0,An._)`${r}${(0,An.getProperty)(a)}`);e.if((0,An._)`typeof ${c} == "string"`,()=>l(),()=>t.error(!1,{discrError:Pd.DiscrError.Tag,tag:c,tagName:a})),t.ok(u);function l(){let h=m();e.if(!1);for(let p in h)e.elseIf((0,An._)`${c} === ${p}`),e.assign(u,d(h[p]));e.else(),t.error(!1,{discrError:Pd.DiscrError.Mapping,tag:c,tagName:a}),e.endIf()}function d(h){let p=e.name("valid"),f=t.subschema({keyword:"oneOf",schemaProp:h},p);return t.mergeEvaluated(f,An.Name),p}function m(){var h;let p={},f=_(o),y=!0;for(let v=0;v<i.length;v++){let $=i[v];if($?.$ref&&!(0,rE.schemaHasRulesButRef)($,s.self.RULES)){let j=$.$ref;if($=Sy.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,j),$ instanceof Sy.SchemaEnv&&($=$.schema),$===void 0)throw new tE.default(s.opts.uriResolver,s.baseId,j)}let M=(h=$?.properties)===null||h===void 0?void 0:h[a];if(typeof M!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(f||_($)),g(M,v)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return p;function _({required:v}){return Array.isArray(v)&&v.includes(a)}function g(v,$){if(v.const)x(v.const,$);else if(v.enum)for(let M of v.enum)x(M,$);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function x(v,$){if(typeof v!="string"||v in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[v]=$}}}};Rd.default=oE});var zy=E((o1,sE)=>{sE.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 Od=E((ye,Id)=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.MissingRefError=ye.ValidationError=ye.CodeGen=ye.Name=ye.nil=ye.stringify=ye.str=ye._=ye.KeywordCxt=ye.Ajv=void 0;var iE=$g(),aE=wy(),cE=Ty(),Ey=zy(),uE=["/properties"],qi="http://json-schema.org/draft-07/schema",Cn=class extends iE.default{_addVocabularies(){super._addVocabularies(),aE.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(cE.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Ey,uE):Ey;this.addMetaSchema(e,qi,!1),this.refs["http://json-schema.org/schema"]=qi}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(qi)?qi:void 0)}};ye.Ajv=Cn;Id.exports=ye=Cn;Id.exports.Ajv=Cn;Object.defineProperty(ye,"__esModule",{value:!0});ye.default=Cn;var lE=Oo();Object.defineProperty(ye,"KeywordCxt",{enumerable:!0,get:function(){return lE.KeywordCxt}});var Nn=B();Object.defineProperty(ye,"_",{enumerable:!0,get:function(){return Nn._}});Object.defineProperty(ye,"str",{enumerable:!0,get:function(){return Nn.str}});Object.defineProperty(ye,"stringify",{enumerable:!0,get:function(){return Nn.stringify}});Object.defineProperty(ye,"nil",{enumerable:!0,get:function(){return Nn.nil}});Object.defineProperty(ye,"Name",{enumerable:!0,get:function(){return Nn.Name}});Object.defineProperty(ye,"CodeGen",{enumerable:!0,get:function(){return Nn.CodeGen}});var dE=_i();Object.defineProperty(ye,"ValidationError",{enumerable:!0,get:function(){return dE.default}});var pE=Mo();Object.defineProperty(ye,"MissingRefError",{enumerable:!0,get:function(){return pE.default}})});var Ny=E(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Lt.formatNames=Lt.fastFormats=Lt.fullFormats=void 0;function qt(t,e){return{validate:t,compare:e}}Lt.fullFormats={date:qt(Oy,Nd),time:qt(Ad(!0),jd),"date-time":qt(Py(!0),Ay),"iso-time":qt(Ad(),My),"iso-date-time":qt(Py(),Cy),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:_E,"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:SE,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:vE,int32:{type:"number",validate:wE},int64:{type:"number",validate:$E},float:{type:"number",validate:Iy},double:{type:"number",validate:Iy},password:!0,binary:!0};Lt.fastFormats={...Lt.fullFormats,date:qt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Nd),time:qt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,jd),"date-time":qt(/^\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,Ay),"iso-time":qt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,My),"iso-date-time":qt(/^\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,Cy),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};Lt.formatNames=Object.keys(Lt.fullFormats);function fE(t){return t%4===0&&(t%100!==0||t%400===0)}var mE=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,hE=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Oy(t){let e=mE.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&&fE(r)?29:hE[n])}function Nd(t,e){if(t&&e)return t>e?1:t<e?-1:0}var Md=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Ad(t){return function(r){let n=Md.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],u=n[5]==="-"?-1:1,c=+(n[6]||0),l=+(n[7]||0);if(c>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*u,m=o-c*u-(d<0?1:0);return(m===23||m===-1)&&(d===59||d===-1)&&i<61}}function jd(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 My(t,e){if(!(t&&e))return;let r=Md.exec(t),n=Md.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 Cd=/t|\s/i;function Py(t){let e=Ad(t);return function(n){let o=n.split(Cd);return o.length===2&&Oy(o[0])&&e(o[1])}}function Ay(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Cy(t,e){if(!(t&&e))return;let[r,n]=t.split(Cd),[o,s]=e.split(Cd),i=Nd(r,o);if(i!==void 0)return i||jd(n,s)}var gE=/\/|:/,yE=/^(?:[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 _E(t){return gE.test(t)&&yE.test(t)}var Ry=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function vE(t){return Ry.lastIndex=0,Ry.test(t)}var xE=-(2**31),bE=2**31-1;function wE(t){return Number.isInteger(t)&&t<=bE&&t>=xE}function $E(t){return Number.isInteger(t)}function Iy(){return!0}var kE=/[^\\]\\Z/;function SE(t){if(kE.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var jy=E(jn=>{"use strict";Object.defineProperty(jn,"__esModule",{value:!0});jn.formatLimitDefinition=void 0;var TE=Od(),zt=B(),gr=zt.operators,Li={formatMaximum:{okStr:"<=",ok:gr.LTE,fail:gr.GT},formatMinimum:{okStr:">=",ok:gr.GTE,fail:gr.LT},formatExclusiveMaximum:{okStr:"<",ok:gr.LT,fail:gr.GTE},formatExclusiveMinimum:{okStr:">",ok:gr.GT,fail:gr.LTE}},zE={message:({keyword:t,schemaCode:e})=>(0,zt.str)`should be ${Li[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,zt._)`{comparison: ${Li[t].okStr}, limit: ${e}}`};jn.formatLimitDefinition={keyword:Object.keys(Li),type:"string",schemaType:"string",$data:!0,error:zE,code(t){let{gen:e,data:r,schemaCode:n,keyword:o,it:s}=t,{opts:i,self:a}=s;if(!i.validateFormats)return;let u=new TE.KeywordCxt(s,a.RULES.all.format.definition,"format");u.$data?c():l();function c(){let m=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),h=e.const("fmt",(0,zt._)`${m}[${u.schemaCode}]`);t.fail$data((0,zt.or)((0,zt._)`typeof ${h} != "object"`,(0,zt._)`${h} instanceof RegExp`,(0,zt._)`typeof ${h}.compare != "function"`,d(h)))}function l(){let m=u.schema,h=a.formats[m];if(!h||h===!0)return;if(typeof h!="object"||h instanceof RegExp||typeof h.compare!="function")throw new Error(`"${o}": format "${m}" does not define "compare" function`);let p=e.scopeValue("formats",{key:m,ref:h,code:i.code.formats?(0,zt._)`${i.code.formats}${(0,zt.getProperty)(m)}`:void 0});t.fail$data(d(p))}function d(m){return(0,zt._)`${m}.compare(${r}, ${n}) ${Li[o].fail} 0`}},dependencies:["format"]};var EE=t=>(t.addKeyword(jn.formatLimitDefinition),t);jn.default=EE});var Ly=E((Wo,qy)=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});var Zn=Ny(),PE=jy(),Zd=B(),Zy=new Zd.Name("fullFormats"),RE=new Zd.Name("fastFormats"),Dd=(t,e={keywords:!0})=>{if(Array.isArray(e))return Dy(t,e,Zn.fullFormats,Zy),t;let[r,n]=e.mode==="fast"?[Zn.fastFormats,RE]:[Zn.fullFormats,Zy],o=e.formats||Zn.formatNames;return Dy(t,o,r,n),e.keywords&&(0,PE.default)(t),t};Dd.get=(t,e="full")=>{let n=(e==="fast"?Zn.fastFormats:Zn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function Dy(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,Zd._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}qy.exports=Wo=Dd;Object.defineProperty(Wo,"__esModule",{value:!0});Wo.default=Dd});var VP={};os(VP,{log:()=>rs});module.exports=F_(VP);var T={};os(T,{BRAND:()=>mv,DIRTY:()=>wr,EMPTY_PATH:()=>G_,INVALID:()=>D,NEVER:()=>Qv,OK:()=>Ze,ParseStatus:()=>Re,Schema:()=>W,ZodAny:()=>tr,ZodArray:()=>Gt,ZodBigInt:()=>kr,ZodBoolean:()=>Sr,ZodBranded:()=>Gn,ZodCatch:()=>Nr,ZodDate:()=>Tr,ZodDefault:()=>Cr,ZodDiscriminatedUnion:()=>as,ZodEffects:()=>lt,ZodEnum:()=>Mr,ZodError:()=>Be,ZodFirstPartyTypeKind:()=>S,ZodFunction:()=>us,ZodIntersection:()=>Rr,ZodIssueCode:()=>k,ZodLazy:()=>Ir,ZodLiteral:()=>Or,ZodMap:()=>pn,ZodNaN:()=>mn,ZodNativeEnum:()=>Ar,ZodNever:()=>vt,ZodNull:()=>Er,ZodNullable:()=>At,ZodNumber:()=>$r,ZodObject:()=>Ke,ZodOptional:()=>Je,ZodParsedType:()=>P,ZodPipeline:()=>Wn,ZodPromise:()=>rr,ZodReadonly:()=>jr,ZodRecord:()=>cs,ZodSchema:()=>W,ZodSet:()=>fn,ZodString:()=>er,ZodSymbol:()=>ln,ZodTransformer:()=>lt,ZodTuple:()=>Mt,ZodType:()=>W,ZodUndefined:()=>zr,ZodUnion:()=>Pr,ZodUnknown:()=>Ht,ZodVoid:()=>dn,addIssueToContext:()=>z,any:()=>$v,array:()=>zv,bigint:()=>_v,boolean:()=>_p,coerce:()=>Kv,custom:()=>hp,date:()=>vv,datetimeRegex:()=>fp,defaultErrorMap:()=>Ut,discriminatedUnion:()=>Rv,effect:()=>Fv,enum:()=>Dv,function:()=>Nv,getErrorMap:()=>an,getParsedType:()=>Ot,instanceof:()=>gv,intersection:()=>Iv,isAborted:()=>ss,isAsync:()=>cn,isDirty:()=>is,isValid:()=>Yt,late:()=>hv,lazy:()=>jv,literal:()=>Zv,makeIssue:()=>Hn,map:()=>Av,nan:()=>yv,nativeEnum:()=>qv,never:()=>Sv,null:()=>wv,nullable:()=>Vv,number:()=>yp,object:()=>ha,objectUtil:()=>pa,oboolean:()=>Jv,onumber:()=>Bv,optional:()=>Uv,ostring:()=>Wv,pipeline:()=>Gv,preprocess:()=>Hv,promise:()=>Lv,quotelessJson:()=>U_,record:()=>Mv,set:()=>Cv,setErrorMap:()=>H_,strictObject:()=>Ev,string:()=>gp,symbol:()=>xv,transformer:()=>Fv,tuple:()=>Ov,undefined:()=>bv,union:()=>Pv,unknown:()=>kv,util:()=>Q,void:()=>Tv});var Q;(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})(Q||(Q={}));var pa;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(pa||(pa={}));var P=Q.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Ot=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 k=Q.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"]),U_=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,u=0;for(;u<i.path.length;){let c=i.path[u];u===i.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(r(i))):a[c]=a[c]||{_errors:[]},a=a[c],u++}}};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,Q.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 V_=(t,e)=>{let r;switch(t.code){case k.invalid_type:t.received===P.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case k.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,Q.jsonStringifyReplacer)}`;break;case k.unrecognized_keys:r=`Unrecognized key(s) in object: ${Q.joinValues(t.keys,", ")}`;break;case k.invalid_union:r="Invalid input";break;case k.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${Q.joinValues(t.options)}`;break;case k.invalid_enum_value:r=`Invalid enum value. Expected ${Q.joinValues(t.options)}, received '${t.received}'`;break;case k.invalid_arguments:r="Invalid function arguments";break;case k.invalid_return_type:r="Invalid function return type";break;case k.invalid_date:r="Invalid date";break;case k.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}"`:Q.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case k.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 k.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 k.custom:r="Invalid input";break;case k.invalid_intersection_types:r="Intersection results could not be merged";break;case k.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case k.not_finite:r="Number must be finite";break;default:r=e.defaultError,Q.assertNever(t)}return{message:r}},Ut=V_;var cp=Ut;function H_(t){cp=t}function an(){return cp}var Hn=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="",u=n.filter(c=>!!c).slice().reverse();for(let c of u)a=c(i,{data:e,defaultError:a}).message;return{...o,path:s,message:a}},G_=[];function z(t,e){let r=an(),n=Hn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Ut?void 0:Ut].filter(o=>!!o)});t.common.issues.push(n)}var Re=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"}),wr=t=>({status:"dirty",value:t}),Ze=t=>({status:"valid",value:t}),ss=t=>t.status==="aborted",is=t=>t.status==="dirty",Yt=t=>t.status==="valid",cn=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 ut=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}},up=(t,e)=>{if(Yt(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 H(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:u}=t;return i.code==="invalid_enum_value"?{message:u??a.defaultError}:typeof a.data>"u"?{message:u??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:u??r??a.defaultError}},description:o}}var W=class{get description(){return this._def.description}_getType(e){return Ot(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:Ot(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Re,ctx:{common:e.parent.common,data:e.data,parsedType:Ot(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(cn(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:Ot(e)},o=this._parseSync({data:e,path:n.path,parent:n});return up(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Ot(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Yt(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=>Yt(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:Ot(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(cn(o)?o:Promise.resolve(o));return up(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:k.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(u=>u?!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 lt({schema:this,typeName:S.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 At.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Gt.create(this)}promise(){return rr.create(this,this._def)}or(e){return Pr.create([this,e],this._def)}and(e){return Rr.create(this,e,this._def)}transform(e){return new lt({...H(this._def),schema:this,typeName:S.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Cr({...H(this._def),innerType:this,defaultValue:r,typeName:S.ZodDefault})}brand(){return new Gn({typeName:S.ZodBranded,type:this,...H(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new Nr({...H(this._def),innerType:this,catchValue:r,typeName:S.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Wn.create(this,e)}readonly(){return jr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},W_=/^c[^\s-]{8,}$/i,B_=/^[0-9a-z]+$/,J_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,K_=/^[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,Q_=/^[a-z0-9_-]{21}$/i,X_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Y_=/^[-+]?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)?)??$/,ev=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,tv="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",fa,rv=/^(?:(?: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])$/,nv=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ov=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,sv=/^(([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])$/,iv=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,av=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,dp="((\\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])))",cv=new RegExp(`^${dp}$`);function pp(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 uv(t){return new RegExp(`^${pp(t)}$`)}function fp(t){let e=`${dp}T${pp(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 lv(t,e){return!!((e==="v4"||!e)&&rv.test(t)||(e==="v6"||!e)&&ov.test(t))}function dv(t,e){if(!X_.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 pv(t,e){return!!((e==="v4"||!e)&&nv.test(t)||(e==="v6"||!e)&&sv.test(t))}var er=class t extends W{_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:k.invalid_type,expected:P.string,received:s.parsedType}),D}let n=new Re,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:k.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:k.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:k.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&z(o,{code:k.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")ev.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"email",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")fa||(fa=new RegExp(tv,"u")),fa.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"emoji",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")K_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"uuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Q_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"nanoid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")W_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")B_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid2",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")J_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ulid",code:k.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:k.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:k.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:k.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:k.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:k.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?fp(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?cv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?uv(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Y_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"duration",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?lv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ip",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?dv(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"jwt",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?pv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cidr",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?iv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?av.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64url",code:k.invalid_string,message:s.message}),n.dirty()):Q.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:k.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}};er.create=t=>new er({checks:[],typeName:S.ZodString,coerce:t?.coerce??!1,...H(t)});function fv(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 $r=class t extends W{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:k.invalid_type,expected:P.number,received:s.parsedType}),D}let n,o=new Re;for(let s of this._def.checks)s.kind==="int"?Q.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:k.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:k.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:k.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?fv(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.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:k.not_finite,message:s.message}),o.dirty()):Q.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"&&Q.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)}};$r.create=t=>new $r({checks:[],typeName:S.ZodNumber,coerce:t?.coerce||!1,...H(t)});var kr=class t extends W{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 Re;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:k.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:k.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:k.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):Q.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.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}};kr.create=t=>new kr({checks:[],typeName:S.ZodBigInt,coerce:t?.coerce??!1,...H(t)});var Sr=class extends W{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==P.boolean){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:P.boolean,received:n.parsedType}),D}return Ze(e.data)}};Sr.create=t=>new Sr({typeName:S.ZodBoolean,coerce:t?.coerce||!1,...H(t)});var Tr=class t extends W{_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:k.invalid_type,expected:P.date,received:s.parsedType}),D}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_date}),D}let n=new Re,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.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:k.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):Q.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}};Tr.create=t=>new Tr({checks:[],coerce:t?.coerce||!1,typeName:S.ZodDate,...H(t)});var ln=class extends W{_parse(e){if(this._getType(e)!==P.symbol){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:P.symbol,received:n.parsedType}),D}return Ze(e.data)}};ln.create=t=>new ln({typeName:S.ZodSymbol,...H(t)});var zr=class extends W{_parse(e){if(this._getType(e)!==P.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:P.undefined,received:n.parsedType}),D}return Ze(e.data)}};zr.create=t=>new zr({typeName:S.ZodUndefined,...H(t)});var Er=class extends W{_parse(e){if(this._getType(e)!==P.null){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:P.null,received:n.parsedType}),D}return Ze(e.data)}};Er.create=t=>new Er({typeName:S.ZodNull,...H(t)});var tr=class extends W{constructor(){super(...arguments),this._any=!0}_parse(e){return Ze(e.data)}};tr.create=t=>new tr({typeName:S.ZodAny,...H(t)});var Ht=class extends W{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Ze(e.data)}};Ht.create=t=>new Ht({typeName:S.ZodUnknown,...H(t)});var vt=class extends W{_parse(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.invalid_type,expected:P.never,received:r.parsedType}),D}};vt.create=t=>new vt({typeName:S.ZodNever,...H(t)});var dn=class extends W{_parse(e){if(this._getType(e)!==P.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:P.void,received:n.parsedType}),D}return Ze(e.data)}};dn.create=t=>new dn({typeName:S.ZodVoid,...H(t)});var Gt=class t extends W{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==P.array)return z(r,{code:k.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?k.too_big:k.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:k.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:k.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 ut(r,i,r.path,a)))).then(i=>Re.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new ut(r,i,r.path,a)));return Re.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)}};Gt.create=(t,e)=>new Gt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:S.ZodArray,...H(e)});function un(t){if(t instanceof Ke){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Je.create(un(n))}return new Ke({...t._def,shape:()=>e})}else return t instanceof Gt?new Gt({...t._def,type:un(t.element)}):t instanceof Je?Je.create(un(t.unwrap())):t instanceof At?At.create(un(t.unwrap())):t instanceof Mt?Mt.create(t.items.map(e=>un(e))):t}var Ke=class t extends W{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=Q.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==P.object){let c=this._getOrReturnCtx(e);return z(c,{code:k.invalid_type,expected:P.object,received:c.parsedType}),D}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof vt&&this._def.unknownKeys==="strip"))for(let c in o.data)i.includes(c)||a.push(c);let u=[];for(let c of i){let l=s[c],d=o.data[c];u.push({key:{status:"valid",value:c},value:l._parse(new ut(o,d,o.path,c)),alwaysSet:c in o.data})}if(this._def.catchall instanceof vt){let c=this._def.unknownKeys;if(c==="passthrough")for(let l of a)u.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(c==="strict")a.length>0&&(z(o,{code:k.unrecognized_keys,keys:a}),n.dirty());else if(c!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let c=this._def.catchall;for(let l of a){let d=o.data[l];u.push({key:{status:"valid",value:l},value:c._parse(new ut(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let c=[];for(let l of u){let d=await l.key,m=await l.value;c.push({key:d,value:m,alwaysSet:l.alwaysSet})}return c}).then(c=>Re.mergeObjectSync(n,c)):Re.mergeObjectSync(n,u)}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:S.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 Q.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 Q.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return un(this)}partial(e){let r={};for(let n of Q.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 Q.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 mp(Q.objectKeys(this.shape))}};Ke.create=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strip",catchall:vt.create(),typeName:S.ZodObject,...H(e)});Ke.strictCreate=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strict",catchall:vt.create(),typeName:S.ZodObject,...H(e)});Ke.lazycreate=(t,e)=>new Ke({shape:t,unknownKeys:"strip",catchall:vt.create(),typeName:S.ZodObject,...H(e)});var Pr=class extends W{_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:k.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 u of n){let c={...r,common:{...r.common,issues:[]},parent:null},l=u._parseSync({data:r.data,path:r.path,parent:c});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:c}),c.common.issues.length&&i.push(c.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(u=>new Be(u));return z(r,{code:k.invalid_union,unionErrors:a}),D}}get options(){return this._def.options}};Pr.create=(t,e)=>new Pr({options:t,typeName:S.ZodUnion,...H(e)});var Vt=t=>t instanceof Ir?Vt(t.schema):t instanceof lt?Vt(t.innerType()):t instanceof Or?[t.value]:t instanceof Mr?t.options:t instanceof Ar?Q.objectValues(t.enum):t instanceof Cr?Vt(t._def.innerType):t instanceof zr?[void 0]:t instanceof Er?[null]:t instanceof Je?[void 0,...Vt(t.unwrap())]:t instanceof At?[null,...Vt(t.unwrap())]:t instanceof Gn||t instanceof jr?Vt(t.unwrap()):t instanceof Nr?Vt(t._def.innerType):[],as=class t extends W{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.object)return z(r,{code:k.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:k.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=Vt(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:S.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...H(n)})}};function ma(t,e){let r=Ot(t),n=Ot(e);if(t===e)return{valid:!0,data:t};if(r===P.object&&n===P.object){let o=Q.objectKeys(e),s=Q.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let u=ma(t[a],e[a]);if(!u.valid)return{valid:!1};i[a]=u.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],u=ma(i,a);if(!u.valid)return{valid:!1};o.push(u.data)}return{valid:!0,data:o}}else return r===P.date&&n===P.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var Rr=class extends W{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(ss(s)||ss(i))return D;let a=ma(s.value,i.value);return a.valid?((is(s)||is(i))&&r.dirty(),{status:r.value,value:a.data}):(z(n,{code:k.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}))}};Rr.create=(t,e,r)=>new Rr({left:t,right:e,typeName:S.ZodIntersection,...H(r)});var Mt=class t extends W{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==P.array)return z(n,{code:k.invalid_type,expected:P.array,received:n.parsedType}),D;if(n.data.length<this._def.items.length)return z(n,{code:k.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:k.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((i,a)=>{let u=this._def.items[a]||this._def.rest;return u?u._parse(new ut(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>Re.mergeArray(r,i)):Re.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Mt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Mt({items:t,typeName:S.ZodTuple,rest:null,...H(e)})};var cs=class t extends W{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:k.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 ut(n,a,n.path,a)),value:i._parse(new ut(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Re.mergeObjectAsync(r,o):Re.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof W?new t({keyType:e,valueType:r,typeName:S.ZodRecord,...H(n)}):new t({keyType:er.create(),valueType:e,typeName:S.ZodRecord,...H(r)})}},pn=class extends W{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:k.invalid_type,expected:P.map,received:n.parsedType}),D;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,u],c)=>({key:o._parse(new ut(n,a,n.path,[c,"key"])),value:s._parse(new ut(n,u,n.path,[c,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let u of i){let c=await u.key,l=await u.value;if(c.status==="aborted"||l.status==="aborted")return D;(c.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(c.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let u of i){let c=u.key,l=u.value;if(c.status==="aborted"||l.status==="aborted")return D;(c.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(c.value,l.value)}return{status:r.value,value:a}}}};pn.create=(t,e,r)=>new pn({valueType:e,keyType:t,typeName:S.ZodMap,...H(r)});var fn=class t extends W{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==P.set)return z(n,{code:k.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:k.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:k.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(u){let c=new Set;for(let l of u){if(l.status==="aborted")return D;l.status==="dirty"&&r.dirty(),c.add(l.value)}return{status:r.value,value:c}}let a=[...n.data.values()].map((u,c)=>s._parse(new ut(n,u,n.path,c)));return n.common.async?Promise.all(a).then(u=>i(u)):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)}};fn.create=(t,e)=>new fn({valueType:t,minSize:null,maxSize:null,typeName:S.ZodSet,...H(e)});var us=class t extends W{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==P.function)return z(r,{code:k.invalid_type,expected:P.function,received:r.parsedType}),D;function n(a,u){return Hn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,an(),Ut].filter(c=>!!c),issueData:{code:k.invalid_arguments,argumentsError:u}})}function o(a,u){return Hn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,an(),Ut].filter(c=>!!c),issueData:{code:k.invalid_return_type,returnTypeError:u}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof rr){let a=this;return Ze(async function(...u){let c=new Be([]),l=await a._def.args.parseAsync(u,s).catch(h=>{throw c.addIssue(n(u,h)),c}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,s).catch(h=>{throw c.addIssue(o(d,h)),c})})}else{let a=this;return Ze(function(...u){let c=a._def.args.safeParse(u,s);if(!c.success)throw new Be([n(u,c.error)]);let l=Reflect.apply(i,this,c.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new Be([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Mt.create(e).rest(Ht.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||Mt.create([]).rest(Ht.create()),returns:r||Ht.create(),typeName:S.ZodFunction,...H(n)})}},Ir=class extends W{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})}};Ir.create=(t,e)=>new Ir({getter:t,typeName:S.ZodLazy,...H(e)});var Or=class extends W{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return z(r,{received:r.data,code:k.invalid_literal,expected:this._def.value}),D}return{status:"valid",value:e.data}}get value(){return this._def.value}};Or.create=(t,e)=>new Or({value:t,typeName:S.ZodLiteral,...H(e)});function mp(t,e){return new Mr({values:t,typeName:S.ZodEnum,...H(e)})}var Mr=class t extends W{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{expected:Q.joinValues(n),received:r.parsedType,code:k.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:k.invalid_enum_value,options:n}),D}return Ze(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})}};Mr.create=mp;var Ar=class extends W{_parse(e){let r=Q.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==P.string&&n.parsedType!==P.number){let o=Q.objectValues(r);return z(n,{expected:Q.joinValues(o),received:n.parsedType,code:k.invalid_type}),D}if(this._cache||(this._cache=new Set(Q.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=Q.objectValues(r);return z(n,{received:n.data,code:k.invalid_enum_value,options:o}),D}return Ze(e.data)}get enum(){return this._def.values}};Ar.create=(t,e)=>new Ar({values:t,typeName:S.ZodNativeEnum,...H(e)});var rr=class extends W{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:k.invalid_type,expected:P.promise,received:r.parsedType}),D;let n=r.parsedType===P.promise?r.data:Promise.resolve(r.data);return Ze(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};rr.create=(t,e)=>new rr({type:t,typeName:S.ZodPromise,...H(e)});var lt=class extends W{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===S.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 u=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return u.status==="aborted"?D:u.status==="dirty"?wr(u.value):r.value==="dirty"?wr(u.value):u});{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"?wr(a.value):r.value==="dirty"?wr(a.value):a}}if(o.type==="refinement"){let i=a=>{let u=o.refinement(a,s);if(n.common.async)return Promise.resolve(u);if(u 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(!Yt(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=>Yt(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):D);Q.assertNever(o)}};lt.create=(t,e,r)=>new lt({schema:t,typeName:S.ZodEffects,effect:e,...H(r)});lt.createWithPreprocess=(t,e,r)=>new lt({schema:e,effect:{type:"preprocess",transform:t},typeName:S.ZodEffects,...H(r)});var Je=class extends W{_parse(e){return this._getType(e)===P.undefined?Ze(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Je.create=(t,e)=>new Je({innerType:t,typeName:S.ZodOptional,...H(e)});var At=class extends W{_parse(e){return this._getType(e)===P.null?Ze(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};At.create=(t,e)=>new At({innerType:t,typeName:S.ZodNullable,...H(e)});var Cr=class extends W{_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}};Cr.create=(t,e)=>new Cr({innerType:t,typeName:S.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...H(e)});var Nr=class extends W{_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 cn(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}};Nr.create=(t,e)=>new Nr({innerType:t,typeName:S.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...H(e)});var mn=class extends W{_parse(e){if(this._getType(e)!==P.nan){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:P.nan,received:n.parsedType}),D}return{status:"valid",value:e.data}}};mn.create=t=>new mn({typeName:S.ZodNaN,...H(t)});var mv=Symbol("zod_brand"),Gn=class extends W{_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}},Wn=class t extends W{_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(),wr(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:S.ZodPipeline})}},jr=class extends W{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Yt(o)&&(o.value=Object.freeze(o.value)),o);return cn(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};jr.create=(t,e)=>new jr({innerType:t,typeName:S.ZodReadonly,...H(e)});function lp(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function hp(t,e={},r){return t?tr.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=lp(e,n),u=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:u})}});if(!s){let i=lp(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):tr.create()}var hv={object:Ke.lazycreate},S;(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"})(S||(S={}));var gv=(t,e={message:`Input not instance of ${t.name}`})=>hp(r=>r instanceof t,e),gp=er.create,yp=$r.create,yv=mn.create,_v=kr.create,_p=Sr.create,vv=Tr.create,xv=ln.create,bv=zr.create,wv=Er.create,$v=tr.create,kv=Ht.create,Sv=vt.create,Tv=dn.create,zv=Gt.create,ha=Ke.create,Ev=Ke.strictCreate,Pv=Pr.create,Rv=as.create,Iv=Rr.create,Ov=Mt.create,Mv=cs.create,Av=pn.create,Cv=fn.create,Nv=us.create,jv=Ir.create,Zv=Or.create,Dv=Mr.create,qv=Ar.create,Lv=rr.create,Fv=lt.create,Uv=Je.create,Vv=At.create,Hv=lt.createWithPreprocess,Gv=Wn.create,Wv=()=>gp().optional(),Bv=()=>yp().optional(),Jv=()=>_p().optional(),Kv={string:t=>er.create({...t,coerce:!0}),number:t=>$r.create({...t,coerce:!0}),boolean:t=>Sr.create({...t,coerce:!0}),bigint:t=>kr.create({...t,coerce:!0}),date:t=>Tr.create({...t,coerce:!0})};var Qv=D;var Xv=Object.freeze({status:"aborted"});function w(t,e,r){function n(a,u){var c;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(c=a._zod).traits??(c.traits=new Set),a._zod.traits.add(t),e(a,u);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=u}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var u;let c=r?.Parent?new s:this;n(c,a),(u=c._zod).deferred??(u.deferred=[]);for(let l of c._zod.deferred)l();return c}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 Yv=Symbol("zod_brand"),Wt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},ls={};function st(t){return t&&Object.assign(ls,t),ls}var X={};os(X,{BIGINT_FORMAT_RANGES:()=>xp,Class:()=>ya,NUMBER_FORMAT_RANGES:()=>ka,aborted:()=>Dr,allowsEval:()=>ba,assert:()=>ox,assertEqual:()=>ex,assertIs:()=>rx,assertNever:()=>nx,assertNotEqual:()=>tx,assignProp:()=>xa,cached:()=>Kn,captureStackTrace:()=>ps,cleanEnum:()=>yx,cleanRegex:()=>Xn,clone:()=>it,createTransparentProxy:()=>lx,defineLazy:()=>fe,esc:()=>Zr,escapeRegex:()=>nr,extend:()=>fx,finalizeIssue:()=>xt,floatSafeRemainder:()=>va,getElementAtPath:()=>sx,getEnumValues:()=>Jn,getLengthableOrigin:()=>Yn,getParsedType:()=>ux,getSizableOrigin:()=>bp,isObject:()=>hn,isPlainObject:()=>gn,issue:()=>Sa,joinValues:()=>ds,jsonStringifyReplacer:()=>_a,merge:()=>mx,normalizeParams:()=>q,nullish:()=>Qn,numKeys:()=>cx,omit:()=>px,optionalKeys:()=>$a,partial:()=>hx,pick:()=>dx,prefixIssues:()=>Ct,primitiveTypes:()=>vp,promiseAllObject:()=>ix,propertyKeyTypes:()=>wa,randomString:()=>ax,required:()=>gx,stringifyPrimitive:()=>fs,unwrapMessage:()=>Bn});function ex(t){return t}function tx(t){return t}function rx(t){}function nx(t){throw new Error}function ox(t){}function Jn(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 ds(t,e="|"){return t.map(r=>fs(r)).join(e)}function _a(t,e){return typeof e=="bigint"?e.toString():e}function Kn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Qn(t){return t==null}function Xn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function va(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 fe(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 xa(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function sx(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function ix(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function ax(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function Zr(t){return JSON.stringify(t)}var ps=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function hn(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var ba=Kn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function gn(t){if(hn(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(hn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function cx(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var ux=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}`)}},wa=new Set(["string","number","symbol"]),vp=new Set(["string","number","bigint","boolean","symbol","undefined"]);function nr(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function it(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 lx(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 fs(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function $a(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var ka={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]},xp={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function dx(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 it(t,{...t._zod.def,shape:r,checks:[]})}function px(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 it(t,{...t._zod.def,shape:r,checks:[]})}function fx(t,e){if(!gn(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 xa(this,"shape",n),n},checks:[]};return it(t,r)}function mx(t,e){return it(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return xa(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function hx(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 it(e,{...e._zod.def,shape:o,checks:[]})}function gx(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 it(e,{...e._zod.def,shape:o,checks:[]})}function Dr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function Ct(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Bn(t){return typeof t=="string"?t:t?.message}function xt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Bn(t.inst?._zod.def?.error?.(t))??Bn(e?.error?.(t))??Bn(r.customError?.(t))??Bn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function bp(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Yn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Sa(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function yx(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var ya=class{constructor(...e){}};var wp=(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,_a,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},ms=w("$ZodError",wp),eo=w("$ZodError",wp,{Parent:Error});function Ta(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 za(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,u=0;for(;u<i.path.length;){let c=i.path[u];u===i.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(r(i))):a[c]=a[c]||{_errors:[]},a=a[c],u++}}};return o(t),n}var Ea=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 Wt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(u=>xt(u,s,st())));throw ps(a,o?.callee),a}return i.value},Pa=Ea(eo),Ra=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(u=>xt(u,s,st())));throw ps(a,o?.callee),a}return i.value},Ia=Ra(eo),Oa=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 Wt;return s.issues.length?{success:!1,error:new(t??ms)(s.issues.map(i=>xt(i,o,st())))}:{success:!0,data:s.value}},qr=Oa(eo),Ma=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=>xt(i,o,st())))}:{success:!0,data:s.value}},Lr=Ma(eo);var $p=/^[cC][^\s-]{8,}$/,kp=/^[0-9a-z]+$/,Sp=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Tp=/^[0-9a-vA-V]{20}$/,zp=/^[A-Za-z0-9]{27}$/,Ep=/^[a-zA-Z0-9_-]{21}$/,Pp=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Rp=/^([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})$/,Aa=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 Ip=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var vx="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Op(){return new RegExp(vx,"u")}var Mp=/^(?:(?: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])$/,Ap=/^(([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})$/,Cp=/^((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])$/,Np=/^(([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])$/,jp=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ca=/^[A-Za-z0-9_-]*$/,Zp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var Dp=/^\+(?:[0-9]){6,14}[0-9]$/,qp="(?:(?:\\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])))",Lp=new RegExp(`^${qp}$`);function Fp(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 Up(t){return new RegExp(`^${Fp(t)}$`)}function Vp(t){let e=Fp({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(`^${qp}T(?:${n})$`)}var Hp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Gp=/^\d+$/,Wp=/^-?\d+(?:\.\d+)?/i,Bp=/true|false/i,Jp=/null/i;var Kp=/^[^A-Z]*$/,Qp=/^[^a-z]*$/;var Ie=w("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Xp={number:"number",bigint:"bigint",object:"date"},Na=w("$ZodCheckLessThan",(t,e)=>{Ie.init(t,e);let r=Xp[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})}}),ja=w("$ZodCheckGreaterThan",(t,e)=>{Ie.init(t,e);let r=Xp[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})}}),Yp=w("$ZodCheckMultipleOf",(t,e)=>{Ie.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):va(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})}}),ef=w("$ZodCheckNumberFormat",(t,e)=>{Ie.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=ka[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=Gp)}),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 tf=w("$ZodCheckMaxLength",(t,e)=>{var r;Ie.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Qn(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=Yn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),rf=w("$ZodCheckMinLength",(t,e)=>{var r;Ie.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Qn(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=Yn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),nf=w("$ZodCheckLengthEquals",(t,e)=>{var r;Ie.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Qn(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=Yn(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})}}),to=w("$ZodCheckStringFormat",(t,e)=>{var r,n;Ie.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=()=>{})}),of=w("$ZodCheckRegex",(t,e)=>{to.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})}}),sf=w("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Kp),to.init(t,e)}),af=w("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Qp),to.init(t,e)}),cf=w("$ZodCheckIncludes",(t,e)=>{Ie.init(t,e);let r=nr(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})}}),uf=w("$ZodCheckStartsWith",(t,e)=>{Ie.init(t,e);let r=new RegExp(`^${nr(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})}}),lf=w("$ZodCheckEndsWith",(t,e)=>{Ie.init(t,e);let r=new RegExp(`.*${nr(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 df=w("$ZodCheckOverwrite",(t,e)=>{Ie.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var gs=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 sz={keyword:"dependencies",type:"object",schemaType:"object",error:Dt.error,code(t){let[e,r]=iz(t);Qg(t,e),Xg(t,r)}};function iz({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 Qg(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,Go.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,Go.checkReportMissingProp)(t,u)}):(r.if((0,pd._)`${c} && (${(0,Go.checkMissingProp)(t,a,s)})`),(0,Go.reportMissingProp)(t,s),r.else())}}Dt.validatePropertyDeps=Qg;function Xg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,oz.alwaysValidSchema)(s,e[a])||(r.if((0,Go.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))}Dt.validateSchemaDeps=Xg;Dt.default=sz});var ty=P(fd=>{"use strict";Object.defineProperty(fd,"__esModule",{value:!0});var ey=J(),az=se(),cz={message:"property name must be valid",params:({params:t})=>(0,ey._)`{propertyName: ${t.propertyName}}`},uz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:cz,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,az.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,ey.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};fd.default=uz});var hd=P(md=>{"use strict";Object.defineProperty(md,"__esModule",{value:!0});var Ai=ht(),Tt=J(),lz=Kt(),Ci=se(),dz={message:"must NOT have additional properties",params:({params:t})=>(0,Tt._)`{additionalProperty: ${t.additionalProperty}}`},pz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:dz,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,Ci.alwaysValidSchema)(i,r))return;let u=(0,Ai.allSchemaProperties)(n.properties),l=(0,Ai.allSchemaProperties)(n.patternProperties);d(),t.ok((0,Tt._)`${s} === ${lz.default.errors}`);function d(){e.forIn("key",o,g=>{!u.length&&!l.length?p(g):e.if(m(g),()=>p(g))})}function m(g){let v;if(u.length>8){let _=(0,Ci.schemaRefOrVal)(i,n.properties,"properties");v=(0,Ai.isOwnProperty)(e,_,g)}else u.length?v=(0,Tt.or)(...u.map(_=>(0,Tt._)`${g} === ${_}`)):v=Tt.nil;return l.length&&(v=(0,Tt.or)(v,...l.map(_=>(0,Tt._)`${(0,Ai.usePattern)(t,_)}.test(${g})`))),(0,Tt.not)(v)}function h(g){e.code((0,Tt._)`delete ${o}[${g}]`)}function p(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){h(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,Ci.alwaysValidSchema)(i,r)){let v=e.name("valid");c.removeAdditional==="failing"?(f(g,v,!1),e.if((0,Tt.not)(v),()=>{t.reset(),h(g)})):(f(g,v),a||e.if((0,Tt.not)(v),()=>e.break()))}}function f(g,v,_){let y={keyword:"additionalProperties",dataProp:g,dataPropType:Ci.Type.Str};_===!1&&Object.assign(y,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(y,v)}}};md.default=pz});var oy=P(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});var fz=Oo(),ry=ht(),gd=se(),ny=hd(),mz={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&&ny.default.code(new fz.KeywordCxt(s,ny.default,"additionalProperties"));let i=(0,ry.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=gd.mergeEvaluated.props(e,(0,gd.toHash)(i),s.props));let a=i.filter(d=>!(0,gd.alwaysValidSchema)(s,r[d]));if(a.length===0)return;let c=e.name("valid");for(let d of a)u(d)?l(d):(e.if((0,ry.propertyInData)(e,o,d,s.opts.ownProperties)),l(d),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(d),t.ok(c);function u(d){return s.opts.useDefaults&&!s.compositeRule&&r[d].default!==void 0}function l(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};yd.default=mz});var cy=P(_d=>{"use strict";Object.defineProperty(_d,"__esModule",{value:!0});var sy=ht(),Ni=J(),iy=se(),ay=se(),hz={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,sy.allSchemaProperties)(r),c=a.filter(f=>(0,iy.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,l=e.name("valid");s.props!==!0&&!(s.props instanceof Ni.Name)&&(s.props=(0,ay.evaluatedPropsToName)(e,s.props));let{props:d}=s;m();function m(){for(let f of a)u&&h(f),s.allErrors?p(f):(e.var(l,!0),p(f),e.if(l))}function h(f){for(let g in u)new RegExp(f).test(g)&&(0,iy.checkStrictMode)(s,`property ${g} matches pattern ${f} (use allowMatchingProperties)`)}function p(f){e.forIn("key",n,g=>{e.if((0,Ni._)`${(0,sy.usePattern)(t,f)}.test(${g})`,()=>{let v=c.includes(f);v||t.subschema({keyword:"patternProperties",schemaProp:f,dataProp:g,dataPropType:ay.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,Ni._)`${d}[${g}]`,!0):!v&&!s.allErrors&&e.if((0,Ni.not)(l),()=>e.break())})})}}};_d.default=hz});var uy=P(vd=>{"use strict";Object.defineProperty(vd,"__esModule",{value:!0});var gz=se(),yz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,gz.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"}};vd.default=yz});var ly=P(xd=>{"use strict";Object.defineProperty(xd,"__esModule",{value:!0});var _z=ht(),vz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:_z.validateUnion,error:{message:"must match a schema in anyOf"}};xd.default=vz});var dy=P(bd=>{"use strict";Object.defineProperty(bd,"__esModule",{value:!0});var ji=J(),xz=se(),bz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,ji._)`{passingSchemas: ${t.passing}}`},wz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:bz,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((l,d)=>{let m;(0,xz.alwaysValidSchema)(o,l)?e.var(c,!0):m=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,ji._)`${c} && ${i}`).assign(i,!1).assign(a,(0,ji._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),m&&t.mergeEvaluated(m,ji.Name)})})}}};bd.default=wz});var py=P(wd=>{"use strict";Object.defineProperty(wd,"__esModule",{value:!0});var $z=se(),kz={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)})}};wd.default=kz});var hy=P($d=>{"use strict";Object.defineProperty($d,"__esModule",{value:!0});var Zi=J(),my=se(),Sz={message:({params:t})=>(0,Zi.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Zi._)`{failingKeyword: ${t.ifClause}}`},Tz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Sz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,my.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=fy(n,"then"),s=fy(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let l=e.let("ifClause");t.setParams({ifClause:l}),e.if(a,u("then",l),u("else",l))}else o?e.if(a,u("then")):e.if((0,Zi.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,d){return()=>{let m=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(m,i),d?e.assign(d,(0,Zi._)`${l}`):t.setParams({ifClause:l})}}}};function fy(t,e){let r=t.schema[e];return r!==void 0&&!(0,my.alwaysValidSchema)(t,r)}$d.default=Tz});var gy=P(kd=>{"use strict";Object.defineProperty(kd,"__esModule",{value:!0});var zz=se(),Ez={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,zz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};kd.default=Ez});var yy=P(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});var Pz=ad(),Rz=Wg(),Iz=cd(),Oz=Jg(),Mz=Kg(),Az=Yg(),Cz=ty(),Nz=hd(),jz=oy(),Zz=cy(),Dz=uy(),qz=ly(),Lz=dy(),Fz=py(),Uz=hy(),Vz=gy();function Hz(t=!1){let e=[Dz.default,qz.default,Lz.default,Fz.default,Uz.default,Vz.default,Cz.default,Nz.default,Az.default,jz.default,Zz.default];return t?e.push(Rz.default,Oz.default):e.push(Pz.default,Iz.default),e.push(Mz.default),e}Sd.default=Hz});var _y=P(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});var Te=J(),Gz={message:({schemaCode:t})=>(0,Te.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Te._)`{format: ${t}}`},Wz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Gz,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=a;if(!c.validateFormats)return;o?m():h();function m(){let p=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),f=r.const("fDef",(0,Te._)`${p}[${i}]`),g=r.let("fType"),v=r.let("format");r.if((0,Te._)`typeof ${f} == "object" && !(${f} instanceof RegExp)`,()=>r.assign(g,(0,Te._)`${f}.type || "string"`).assign(v,(0,Te._)`${f}.validate`),()=>r.assign(g,(0,Te._)`"string"`).assign(v,f)),t.fail$data((0,Te.or)(_(),y()));function _(){return c.strictSchema===!1?Te.nil:(0,Te._)`${i} && !${v}`}function y(){let x=l.$async?(0,Te._)`(${f}.async ? await ${v}(${n}) : ${v}(${n}))`:(0,Te._)`${v}(${n})`,$=(0,Te._)`(typeof ${v} == "function" ? ${x} : ${v}.test(${n}))`;return(0,Te._)`${v} && ${v} !== true && ${g} === ${e} && !${$}`}}function h(){let p=d.formats[s];if(!p){_();return}if(p===!0)return;let[f,g,v]=y(p);f===e&&t.pass(x());function _(){if(c.strictSchema===!1){d.logger.warn($());return}throw new Error($());function $(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function y($){let O=$ instanceof RegExp?(0,Te.regexpCode)($):c.code.formats?(0,Te._)`${c.code.formats}${(0,Te.getProperty)(s)}`:void 0,Z=r.scopeValue("formats",{key:s,ref:$,code:O});return typeof $=="object"&&!($ instanceof RegExp)?[$.type||"string",$.validate,(0,Te._)`${Z}.validate`]:["string",$,Z]}function x(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!l.$async)throw new Error("async format in sync schema");return(0,Te._)`await ${v}(${n})`}return typeof g=="function"?(0,Te._)`${v}(${n})`:(0,Te._)`${v}.test(${n})`}}}};Td.default=Wz});var vy=P(zd=>{"use strict";Object.defineProperty(zd,"__esModule",{value:!0});var Bz=_y(),Jz=[Bz.default];zd.default=Jz});var xy=P(Mn=>{"use strict";Object.defineProperty(Mn,"__esModule",{value:!0});Mn.contentVocabulary=Mn.metadataVocabulary=void 0;Mn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Mn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var wy=P(Ed=>{"use strict";Object.defineProperty(Ed,"__esModule",{value:!0});var Kz=Pg(),Qz=Ug(),Xz=yy(),Yz=vy(),by=xy(),eE=[Kz.default,Qz.default,(0,Xz.default)(),Yz.default,by.metadataVocabulary,by.contentVocabulary];Ed.default=eE});var ky=P(Di=>{"use strict";Object.defineProperty(Di,"__esModule",{value:!0});Di.DiscrError=void 0;var $y;(function(t){t.Tag="tag",t.Mapping="mapping"})($y||(Di.DiscrError=$y={}))});var Ty=P(Rd=>{"use strict";Object.defineProperty(Rd,"__esModule",{value:!0});var An=J(),Pd=ky(),Sy=xi(),tE=Mo(),rE=se(),nE={message:({params:{discrError:t,tagName:e}})=>t===Pd.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,An._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},oE={keyword:"discriminator",type:"object",schemaType:"object",error:nE,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,An._)`${r}${(0,An.getProperty)(a)}`);e.if((0,An._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:Pd.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let h=m();e.if(!1);for(let p in h)e.elseIf((0,An._)`${u} === ${p}`),e.assign(c,d(h[p]));e.else(),t.error(!1,{discrError:Pd.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(h){let p=e.name("valid"),f=t.subschema({keyword:"oneOf",schemaProp:h},p);return t.mergeEvaluated(f,An.Name),p}function m(){var h;let p={},f=v(o),g=!0;for(let x=0;x<i.length;x++){let $=i[x];if($?.$ref&&!(0,rE.schemaHasRulesButRef)($,s.self.RULES)){let Z=$.$ref;if($=Sy.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Z),$ instanceof Sy.SchemaEnv&&($=$.schema),$===void 0)throw new tE.default(s.opts.uriResolver,s.baseId,Z)}let O=(h=$?.properties)===null||h===void 0?void 0:h[a];if(typeof O!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(f||v($)),_(O,x)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return p;function v({required:x}){return Array.isArray(x)&&x.includes(a)}function _(x,$){if(x.const)y(x.const,$);else if(x.enum)for(let O of x.enum)y(O,$);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function y(x,$){if(typeof x!="string"||x in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[x]=$}}}};Rd.default=oE});var zy=P((o1,sE)=>{sE.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 Od=P((_e,Id)=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.MissingRefError=_e.ValidationError=_e.CodeGen=_e.Name=_e.nil=_e.stringify=_e.str=_e._=_e.KeywordCxt=_e.Ajv=void 0;var iE=$g(),aE=wy(),cE=Ty(),Ey=zy(),uE=["/properties"],qi="http://json-schema.org/draft-07/schema",Cn=class extends iE.default{_addVocabularies(){super._addVocabularies(),aE.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(cE.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Ey,uE):Ey;this.addMetaSchema(e,qi,!1),this.refs["http://json-schema.org/schema"]=qi}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(qi)?qi:void 0)}};_e.Ajv=Cn;Id.exports=_e=Cn;Id.exports.Ajv=Cn;Object.defineProperty(_e,"__esModule",{value:!0});_e.default=Cn;var lE=Oo();Object.defineProperty(_e,"KeywordCxt",{enumerable:!0,get:function(){return lE.KeywordCxt}});var Nn=J();Object.defineProperty(_e,"_",{enumerable:!0,get:function(){return Nn._}});Object.defineProperty(_e,"str",{enumerable:!0,get:function(){return Nn.str}});Object.defineProperty(_e,"stringify",{enumerable:!0,get:function(){return Nn.stringify}});Object.defineProperty(_e,"nil",{enumerable:!0,get:function(){return Nn.nil}});Object.defineProperty(_e,"Name",{enumerable:!0,get:function(){return Nn.Name}});Object.defineProperty(_e,"CodeGen",{enumerable:!0,get:function(){return Nn.CodeGen}});var dE=_i();Object.defineProperty(_e,"ValidationError",{enumerable:!0,get:function(){return dE.default}});var pE=Mo();Object.defineProperty(_e,"MissingRefError",{enumerable:!0,get:function(){return pE.default}})});var Ny=P(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Lt.formatNames=Lt.fastFormats=Lt.fullFormats=void 0;function qt(t,e){return{validate:t,compare:e}}Lt.fullFormats={date:qt(Oy,Nd),time:qt(Ad(!0),jd),"date-time":qt(Py(!0),Ay),"iso-time":qt(Ad(),My),"iso-date-time":qt(Py(),Cy),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:_E,"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:SE,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:vE,int32:{type:"number",validate:wE},int64:{type:"number",validate:$E},float:{type:"number",validate:Iy},double:{type:"number",validate:Iy},password:!0,binary:!0};Lt.fastFormats={...Lt.fullFormats,date:qt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Nd),time:qt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,jd),"date-time":qt(/^\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,Ay),"iso-time":qt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,My),"iso-date-time":qt(/^\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,Cy),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};Lt.formatNames=Object.keys(Lt.fullFormats);function fE(t){return t%4===0&&(t%100!==0||t%400===0)}var mE=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,hE=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Oy(t){let e=mE.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&&fE(r)?29:hE[n])}function Nd(t,e){if(t&&e)return t>e?1:t<e?-1:0}var Md=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Ad(t){return function(r){let n=Md.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*c,m=o-u*c-(d<0?1:0);return(m===23||m===-1)&&(d===59||d===-1)&&i<61}}function jd(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 My(t,e){if(!(t&&e))return;let r=Md.exec(t),n=Md.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 Cd=/t|\s/i;function Py(t){let e=Ad(t);return function(n){let o=n.split(Cd);return o.length===2&&Oy(o[0])&&e(o[1])}}function Ay(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Cy(t,e){if(!(t&&e))return;let[r,n]=t.split(Cd),[o,s]=e.split(Cd),i=Nd(r,o);if(i!==void 0)return i||jd(n,s)}var gE=/\/|:/,yE=/^(?:[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 _E(t){return gE.test(t)&&yE.test(t)}var Ry=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function vE(t){return Ry.lastIndex=0,Ry.test(t)}var xE=-(2**31),bE=2**31-1;function wE(t){return Number.isInteger(t)&&t<=bE&&t>=xE}function $E(t){return Number.isInteger(t)}function Iy(){return!0}var kE=/[^\\]\\Z/;function SE(t){if(kE.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var jy=P(jn=>{"use strict";Object.defineProperty(jn,"__esModule",{value:!0});jn.formatLimitDefinition=void 0;var TE=Od(),zt=J(),gr=zt.operators,Li={formatMaximum:{okStr:"<=",ok:gr.LTE,fail:gr.GT},formatMinimum:{okStr:">=",ok:gr.GTE,fail:gr.LT},formatExclusiveMaximum:{okStr:"<",ok:gr.LT,fail:gr.GTE},formatExclusiveMinimum:{okStr:">",ok:gr.GT,fail:gr.LTE}},zE={message:({keyword:t,schemaCode:e})=>(0,zt.str)`should be ${Li[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,zt._)`{comparison: ${Li[t].okStr}, limit: ${e}}`};jn.formatLimitDefinition={keyword:Object.keys(Li),type:"string",schemaType:"string",$data:!0,error:zE,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 TE.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let m=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),h=e.const("fmt",(0,zt._)`${m}[${c.schemaCode}]`);t.fail$data((0,zt.or)((0,zt._)`typeof ${h} != "object"`,(0,zt._)`${h} instanceof RegExp`,(0,zt._)`typeof ${h}.compare != "function"`,d(h)))}function l(){let m=c.schema,h=a.formats[m];if(!h||h===!0)return;if(typeof h!="object"||h instanceof RegExp||typeof h.compare!="function")throw new Error(`"${o}": format "${m}" does not define "compare" function`);let p=e.scopeValue("formats",{key:m,ref:h,code:i.code.formats?(0,zt._)`${i.code.formats}${(0,zt.getProperty)(m)}`:void 0});t.fail$data(d(p))}function d(m){return(0,zt._)`${m}.compare(${r}, ${n}) ${Li[o].fail} 0`}},dependencies:["format"]};var EE=t=>(t.addKeyword(jn.formatLimitDefinition),t);jn.default=EE});var Ly=P((Wo,qy)=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});var Zn=Ny(),PE=jy(),Zd=J(),Zy=new Zd.Name("fullFormats"),RE=new Zd.Name("fastFormats"),Dd=(t,e={keywords:!0})=>{if(Array.isArray(e))return Dy(t,e,Zn.fullFormats,Zy),t;let[r,n]=e.mode==="fast"?[Zn.fastFormats,RE]:[Zn.fullFormats,Zy],o=e.formats||Zn.formatNames;return Dy(t,o,r,n),e.keywords&&(0,PE.default)(t),t};Dd.get=(t,e="full")=>{let n=(e==="fast"?Zn.fastFormats:Zn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function Dy(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,Zd._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}qy.exports=Wo=Dd;Object.defineProperty(Wo,"__esModule",{value:!0});Wo.default=Dd});var VP={};os(VP,{log:()=>rs});module.exports=F_(VP);var T={};os(T,{BRAND:()=>mv,DIRTY:()=>wr,EMPTY_PATH:()=>G_,INVALID:()=>L,NEVER:()=>Qv,OK:()=>Ze,ParseStatus:()=>Re,Schema:()=>B,ZodAny:()=>tr,ZodArray:()=>Gt,ZodBigInt:()=>kr,ZodBoolean:()=>Sr,ZodBranded:()=>Gn,ZodCatch:()=>Nr,ZodDate:()=>Tr,ZodDefault:()=>Cr,ZodDiscriminatedUnion:()=>as,ZodEffects:()=>lt,ZodEnum:()=>Mr,ZodError:()=>Be,ZodFirstPartyTypeKind:()=>S,ZodFunction:()=>us,ZodIntersection:()=>Rr,ZodIssueCode:()=>k,ZodLazy:()=>Ir,ZodLiteral:()=>Or,ZodMap:()=>pn,ZodNaN:()=>mn,ZodNativeEnum:()=>Ar,ZodNever:()=>vt,ZodNull:()=>Er,ZodNullable:()=>At,ZodNumber:()=>$r,ZodObject:()=>Ke,ZodOptional:()=>Je,ZodParsedType:()=>R,ZodPipeline:()=>Wn,ZodPromise:()=>rr,ZodReadonly:()=>jr,ZodRecord:()=>cs,ZodSchema:()=>B,ZodSet:()=>fn,ZodString:()=>er,ZodSymbol:()=>ln,ZodTransformer:()=>lt,ZodTuple:()=>Mt,ZodType:()=>B,ZodUndefined:()=>zr,ZodUnion:()=>Pr,ZodUnknown:()=>Ht,ZodVoid:()=>dn,addIssueToContext:()=>z,any:()=>$v,array:()=>zv,bigint:()=>_v,boolean:()=>_p,coerce:()=>Kv,custom:()=>hp,date:()=>vv,datetimeRegex:()=>fp,defaultErrorMap:()=>Ut,discriminatedUnion:()=>Rv,effect:()=>Fv,enum:()=>Dv,function:()=>Nv,getErrorMap:()=>an,getParsedType:()=>Ot,instanceof:()=>gv,intersection:()=>Iv,isAborted:()=>ss,isAsync:()=>cn,isDirty:()=>is,isValid:()=>Yt,late:()=>hv,lazy:()=>jv,literal:()=>Zv,makeIssue:()=>Hn,map:()=>Av,nan:()=>yv,nativeEnum:()=>qv,never:()=>Sv,null:()=>wv,nullable:()=>Vv,number:()=>yp,object:()=>ha,objectUtil:()=>pa,oboolean:()=>Jv,onumber:()=>Bv,optional:()=>Uv,ostring:()=>Wv,pipeline:()=>Gv,preprocess:()=>Hv,promise:()=>Lv,quotelessJson:()=>U_,record:()=>Mv,set:()=>Cv,setErrorMap:()=>H_,strictObject:()=>Ev,string:()=>gp,symbol:()=>xv,transformer:()=>Fv,tuple:()=>Ov,undefined:()=>bv,union:()=>Pv,unknown:()=>kv,util:()=>X,void:()=>Tv});var X;(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})(X||(X={}));var pa;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(pa||(pa={}));var R=X.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Ot=t=>{switch(typeof t){case"undefined":return R.undefined;case"string":return R.string;case"number":return Number.isNaN(t)?R.nan:R.number;case"boolean":return R.boolean;case"function":return R.function;case"bigint":return R.bigint;case"symbol":return R.symbol;case"object":return Array.isArray(t)?R.array:t===null?R.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?R.promise:typeof Map<"u"&&t instanceof Map?R.map:typeof Set<"u"&&t instanceof Set?R.set:typeof Date<"u"&&t instanceof Date?R.date:R.object;default:return R.unknown}};var k=X.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"]),U_=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,X.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 V_=(t,e)=>{let r;switch(t.code){case k.invalid_type:t.received===R.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case k.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,X.jsonStringifyReplacer)}`;break;case k.unrecognized_keys:r=`Unrecognized key(s) in object: ${X.joinValues(t.keys,", ")}`;break;case k.invalid_union:r="Invalid input";break;case k.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${X.joinValues(t.options)}`;break;case k.invalid_enum_value:r=`Invalid enum value. Expected ${X.joinValues(t.options)}, received '${t.received}'`;break;case k.invalid_arguments:r="Invalid function arguments";break;case k.invalid_return_type:r="Invalid function return type";break;case k.invalid_date:r="Invalid date";break;case k.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}"`:X.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case k.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 k.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 k.custom:r="Invalid input";break;case k.invalid_intersection_types:r="Intersection results could not be merged";break;case k.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case k.not_finite:r="Number must be finite";break;default:r=e.defaultError,X.assertNever(t)}return{message:r}},Ut=V_;var cp=Ut;function H_(t){cp=t}function an(){return cp}var Hn=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}},G_=[];function z(t,e){let r=an(),n=Hn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Ut?void 0:Ut].filter(o=>!!o)});t.common.issues.push(n)}var Re=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 L;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 L;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}}},L=Object.freeze({status:"aborted"}),wr=t=>({status:"dirty",value:t}),Ze=t=>({status:"valid",value:t}),ss=t=>t.status==="aborted",is=t=>t.status==="dirty",Yt=t=>t.status==="valid",cn=t=>typeof Promise<"u"&&t instanceof Promise;var M;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(M||(M={}));var ut=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}},up=(t,e)=>{if(Yt(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 H(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 B=class{get description(){return this._def.description}_getType(e){return Ot(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:Ot(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Re,ctx:{common:e.parent.common,data:e.data,parsedType:Ot(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(cn(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:Ot(e)},o=this._parseSync({data:e,path:n.path,parent:n});return up(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Ot(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Yt(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=>Yt(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:Ot(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(cn(o)?o:Promise.resolve(o));return up(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:k.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 lt({schema:this,typeName:S.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 At.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Gt.create(this)}promise(){return rr.create(this,this._def)}or(e){return Pr.create([this,e],this._def)}and(e){return Rr.create(this,e,this._def)}transform(e){return new lt({...H(this._def),schema:this,typeName:S.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Cr({...H(this._def),innerType:this,defaultValue:r,typeName:S.ZodDefault})}brand(){return new Gn({typeName:S.ZodBranded,type:this,...H(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new Nr({...H(this._def),innerType:this,catchValue:r,typeName:S.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Wn.create(this,e)}readonly(){return jr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},W_=/^c[^\s-]{8,}$/i,B_=/^[0-9a-z]+$/,J_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,K_=/^[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,Q_=/^[a-z0-9_-]{21}$/i,X_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Y_=/^[-+]?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)?)??$/,ev=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,tv="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",fa,rv=/^(?:(?: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])$/,nv=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ov=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,sv=/^(([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])$/,iv=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,av=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,dp="((\\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])))",cv=new RegExp(`^${dp}$`);function pp(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 uv(t){return new RegExp(`^${pp(t)}$`)}function fp(t){let e=`${dp}T${pp(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 lv(t,e){return!!((e==="v4"||!e)&&rv.test(t)||(e==="v6"||!e)&&ov.test(t))}function dv(t,e){if(!X_.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 pv(t,e){return!!((e==="v4"||!e)&&nv.test(t)||(e==="v6"||!e)&&sv.test(t))}var er=class t extends B{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==R.string){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:R.string,received:s.parsedType}),L}let n=new Re,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:k.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:k.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:k.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&z(o,{code:k.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")ev.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"email",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")fa||(fa=new RegExp(tv,"u")),fa.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"emoji",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")K_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"uuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Q_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"nanoid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")W_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")B_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid2",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")J_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ulid",code:k.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:k.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:k.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:k.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:k.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:k.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?fp(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?cv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?uv(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Y_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"duration",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?lv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ip",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?dv(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"jwt",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?pv(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cidr",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?iv.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?av.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64url",code:k.invalid_string,message:s.message}),n.dirty()):X.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:k.invalid_string,...M.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...M.errToObj(e)})}url(e){return this._addCheck({kind:"url",...M.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...M.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...M.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...M.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...M.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...M.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...M.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...M.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...M.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...M.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...M.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...M.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,...M.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,...M.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...M.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...M.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...M.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...M.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...M.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...M.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...M.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...M.errToObj(r)})}nonempty(e){return this.min(1,M.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}};er.create=t=>new er({checks:[],typeName:S.ZodString,coerce:t?.coerce??!1,...H(t)});function fv(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 $r=class t extends B{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)!==R.number){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:R.number,received:s.parsedType}),L}let n,o=new Re;for(let s of this._def.checks)s.kind==="int"?X.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:k.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:k.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:k.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?fv(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.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:k.not_finite,message:s.message}),o.dirty()):X.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,M.toString(r))}gt(e,r){return this.setLimit("min",e,!1,M.toString(r))}lte(e,r){return this.setLimit("max",e,!0,M.toString(r))}lt(e,r){return this.setLimit("max",e,!1,M.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:M.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:M.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:M.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:M.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:M.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:M.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:M.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:M.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:M.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:M.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"&&X.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)}};$r.create=t=>new $r({checks:[],typeName:S.ZodNumber,coerce:t?.coerce||!1,...H(t)});var kr=class t extends B{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)!==R.bigint)return this._getInvalidInput(e);let n,o=new Re;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:k.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:k.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:k.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):X.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.invalid_type,expected:R.bigint,received:r.parsedType}),L}gte(e,r){return this.setLimit("min",e,!0,M.toString(r))}gt(e,r){return this.setLimit("min",e,!1,M.toString(r))}lte(e,r){return this.setLimit("max",e,!0,M.toString(r))}lt(e,r){return this.setLimit("max",e,!1,M.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:M.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:M.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:M.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:M.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:M.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:M.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}};kr.create=t=>new kr({checks:[],typeName:S.ZodBigInt,coerce:t?.coerce??!1,...H(t)});var Sr=class extends B{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==R.boolean){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:R.boolean,received:n.parsedType}),L}return Ze(e.data)}};Sr.create=t=>new Sr({typeName:S.ZodBoolean,coerce:t?.coerce||!1,...H(t)});var Tr=class t extends B{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==R.date){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:R.date,received:s.parsedType}),L}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_date}),L}let n=new Re,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.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:k.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):X.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:M.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:M.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}};Tr.create=t=>new Tr({checks:[],coerce:t?.coerce||!1,typeName:S.ZodDate,...H(t)});var ln=class extends B{_parse(e){if(this._getType(e)!==R.symbol){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:R.symbol,received:n.parsedType}),L}return Ze(e.data)}};ln.create=t=>new ln({typeName:S.ZodSymbol,...H(t)});var zr=class extends B{_parse(e){if(this._getType(e)!==R.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:R.undefined,received:n.parsedType}),L}return Ze(e.data)}};zr.create=t=>new zr({typeName:S.ZodUndefined,...H(t)});var Er=class extends B{_parse(e){if(this._getType(e)!==R.null){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:R.null,received:n.parsedType}),L}return Ze(e.data)}};Er.create=t=>new Er({typeName:S.ZodNull,...H(t)});var tr=class extends B{constructor(){super(...arguments),this._any=!0}_parse(e){return Ze(e.data)}};tr.create=t=>new tr({typeName:S.ZodAny,...H(t)});var Ht=class extends B{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Ze(e.data)}};Ht.create=t=>new Ht({typeName:S.ZodUnknown,...H(t)});var vt=class extends B{_parse(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.invalid_type,expected:R.never,received:r.parsedType}),L}};vt.create=t=>new vt({typeName:S.ZodNever,...H(t)});var dn=class extends B{_parse(e){if(this._getType(e)!==R.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:R.void,received:n.parsedType}),L}return Ze(e.data)}};dn.create=t=>new dn({typeName:S.ZodVoid,...H(t)});var Gt=class t extends B{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==R.array)return z(r,{code:k.invalid_type,expected:R.array,received:r.parsedType}),L;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?k.too_big:k.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:k.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:k.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 ut(r,i,r.path,a)))).then(i=>Re.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new ut(r,i,r.path,a)));return Re.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:M.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:M.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:M.toString(r)}})}nonempty(e){return this.min(1,e)}};Gt.create=(t,e)=>new Gt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:S.ZodArray,...H(e)});function un(t){if(t instanceof Ke){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Je.create(un(n))}return new Ke({...t._def,shape:()=>e})}else return t instanceof Gt?new Gt({...t._def,type:un(t.element)}):t instanceof Je?Je.create(un(t.unwrap())):t instanceof At?At.create(un(t.unwrap())):t instanceof Mt?Mt.create(t.items.map(e=>un(e))):t}var Ke=class t extends B{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=X.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==R.object){let u=this._getOrReturnCtx(e);return z(u,{code:k.invalid_type,expected:R.object,received:u.parsedType}),L}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof vt&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let l=s[u],d=o.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new ut(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof vt){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(z(o,{code:k.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let l of a){let d=o.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new ut(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,m=await l.value;u.push({key:d,value:m,alwaysSet:l.alwaysSet})}return u}).then(u=>Re.mergeObjectSync(n,u)):Re.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return M.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:M.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:S.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 X.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 X.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return un(this)}partial(e){let r={};for(let n of X.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 X.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 mp(X.objectKeys(this.shape))}};Ke.create=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strip",catchall:vt.create(),typeName:S.ZodObject,...H(e)});Ke.strictCreate=(t,e)=>new Ke({shape:()=>t,unknownKeys:"strict",catchall:vt.create(),typeName:S.ZodObject,...H(e)});Ke.lazycreate=(t,e)=>new Ke({shape:t,unknownKeys:"strip",catchall:vt.create(),typeName:S.ZodObject,...H(e)});var Pr=class extends B{_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:k.invalid_union,unionErrors:i}),L}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new Be(c));return z(r,{code:k.invalid_union,unionErrors:a}),L}}get options(){return this._def.options}};Pr.create=(t,e)=>new Pr({options:t,typeName:S.ZodUnion,...H(e)});var Vt=t=>t instanceof Ir?Vt(t.schema):t instanceof lt?Vt(t.innerType()):t instanceof Or?[t.value]:t instanceof Mr?t.options:t instanceof Ar?X.objectValues(t.enum):t instanceof Cr?Vt(t._def.innerType):t instanceof zr?[void 0]:t instanceof Er?[null]:t instanceof Je?[void 0,...Vt(t.unwrap())]:t instanceof At?[null,...Vt(t.unwrap())]:t instanceof Gn||t instanceof jr?Vt(t.unwrap()):t instanceof Nr?Vt(t._def.innerType):[],as=class t extends B{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==R.object)return z(r,{code:k.invalid_type,expected:R.object,received:r.parsedType}),L;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:k.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),L)}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=Vt(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:S.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...H(n)})}};function ma(t,e){let r=Ot(t),n=Ot(e);if(t===e)return{valid:!0,data:t};if(r===R.object&&n===R.object){let o=X.objectKeys(e),s=X.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=ma(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===R.array&&n===R.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=ma(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===R.date&&n===R.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var Rr=class extends B{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(ss(s)||ss(i))return L;let a=ma(s.value,i.value);return a.valid?((is(s)||is(i))&&r.dirty(),{status:r.value,value:a.data}):(z(n,{code:k.invalid_intersection_types}),L)};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}))}};Rr.create=(t,e,r)=>new Rr({left:t,right:e,typeName:S.ZodIntersection,...H(r)});var Mt=class t extends B{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==R.array)return z(n,{code:k.invalid_type,expected:R.array,received:n.parsedType}),L;if(n.data.length<this._def.items.length)return z(n,{code:k.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),L;!this._def.rest&&n.data.length>this._def.items.length&&(z(n,{code:k.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 ut(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>Re.mergeArray(r,i)):Re.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Mt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Mt({items:t,typeName:S.ZodTuple,rest:null,...H(e)})};var cs=class t extends B{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!==R.object)return z(n,{code:k.invalid_type,expected:R.object,received:n.parsedType}),L;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new ut(n,a,n.path,a)),value:i._parse(new ut(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Re.mergeObjectAsync(r,o):Re.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof B?new t({keyType:e,valueType:r,typeName:S.ZodRecord,...H(n)}):new t({keyType:er.create(),valueType:e,typeName:S.ZodRecord,...H(r)})}},pn=class extends B{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!==R.map)return z(n,{code:k.invalid_type,expected:R.map,received:n.parsedType}),L;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new ut(n,a,n.path,[u,"key"])),value:s._parse(new ut(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return L;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return L;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};pn.create=(t,e,r)=>new pn({valueType:e,keyType:t,typeName:S.ZodMap,...H(r)});var fn=class t extends B{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==R.set)return z(n,{code:k.invalid_type,expected:R.set,received:n.parsedType}),L;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(z(n,{code:k.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:k.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let s=this._def.valueType;function i(c){let u=new Set;for(let l of c){if(l.status==="aborted")return L;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new ut(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:M.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:M.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};fn.create=(t,e)=>new fn({valueType:t,minSize:null,maxSize:null,typeName:S.ZodSet,...H(e)});var us=class t extends B{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==R.function)return z(r,{code:k.invalid_type,expected:R.function,received:r.parsedType}),L;function n(a,c){return Hn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,an(),Ut].filter(u=>!!u),issueData:{code:k.invalid_arguments,argumentsError:c}})}function o(a,c){return Hn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,an(),Ut].filter(u=>!!u),issueData:{code:k.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof rr){let a=this;return Ze(async function(...c){let u=new Be([]),l=await a._def.args.parseAsync(c,s).catch(h=>{throw u.addIssue(n(c,h)),u}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,s).catch(h=>{throw u.addIssue(o(d,h)),u})})}else{let a=this;return Ze(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new Be([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new Be([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Mt.create(e).rest(Ht.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||Mt.create([]).rest(Ht.create()),returns:r||Ht.create(),typeName:S.ZodFunction,...H(n)})}},Ir=class extends B{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})}};Ir.create=(t,e)=>new Ir({getter:t,typeName:S.ZodLazy,...H(e)});var Or=class extends B{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return z(r,{received:r.data,code:k.invalid_literal,expected:this._def.value}),L}return{status:"valid",value:e.data}}get value(){return this._def.value}};Or.create=(t,e)=>new Or({value:t,typeName:S.ZodLiteral,...H(e)});function mp(t,e){return new Mr({values:t,typeName:S.ZodEnum,...H(e)})}var Mr=class t extends B{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{expected:X.joinValues(n),received:r.parsedType,code:k.invalid_type}),L}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:k.invalid_enum_value,options:n}),L}return Ze(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})}};Mr.create=mp;var Ar=class extends B{_parse(e){let r=X.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==R.string&&n.parsedType!==R.number){let o=X.objectValues(r);return z(n,{expected:X.joinValues(o),received:n.parsedType,code:k.invalid_type}),L}if(this._cache||(this._cache=new Set(X.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=X.objectValues(r);return z(n,{received:n.data,code:k.invalid_enum_value,options:o}),L}return Ze(e.data)}get enum(){return this._def.values}};Ar.create=(t,e)=>new Ar({values:t,typeName:S.ZodNativeEnum,...H(e)});var rr=class extends B{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==R.promise&&r.common.async===!1)return z(r,{code:k.invalid_type,expected:R.promise,received:r.parsedType}),L;let n=r.parsedType===R.promise?r.data:Promise.resolve(r.data);return Ze(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};rr.create=(t,e)=>new rr({type:t,typeName:S.ZodPromise,...H(e)});var lt=class extends B{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===S.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 L;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?L:c.status==="dirty"?wr(c.value):r.value==="dirty"?wr(c.value):c});{if(r.value==="aborted")return L;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?L:a.status==="dirty"?wr(a.value):r.value==="dirty"?wr(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"?L:(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"?L:(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(!Yt(i))return L;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=>Yt(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):L);X.assertNever(o)}};lt.create=(t,e,r)=>new lt({schema:t,typeName:S.ZodEffects,effect:e,...H(r)});lt.createWithPreprocess=(t,e,r)=>new lt({schema:e,effect:{type:"preprocess",transform:t},typeName:S.ZodEffects,...H(r)});var Je=class extends B{_parse(e){return this._getType(e)===R.undefined?Ze(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Je.create=(t,e)=>new Je({innerType:t,typeName:S.ZodOptional,...H(e)});var At=class extends B{_parse(e){return this._getType(e)===R.null?Ze(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};At.create=(t,e)=>new At({innerType:t,typeName:S.ZodNullable,...H(e)});var Cr=class extends B{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===R.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};Cr.create=(t,e)=>new Cr({innerType:t,typeName:S.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...H(e)});var Nr=class extends B{_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 cn(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}};Nr.create=(t,e)=>new Nr({innerType:t,typeName:S.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...H(e)});var mn=class extends B{_parse(e){if(this._getType(e)!==R.nan){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:R.nan,received:n.parsedType}),L}return{status:"valid",value:e.data}}};mn.create=t=>new mn({typeName:S.ZodNaN,...H(t)});var mv=Symbol("zod_brand"),Gn=class extends B{_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}},Wn=class t extends B{_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"?L:s.status==="dirty"?(r.dirty(),wr(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"?L: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:S.ZodPipeline})}},jr=class extends B{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Yt(o)&&(o.value=Object.freeze(o.value)),o);return cn(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};jr.create=(t,e)=>new jr({innerType:t,typeName:S.ZodReadonly,...H(e)});function lp(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function hp(t,e={},r){return t?tr.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=lp(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=lp(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):tr.create()}var hv={object:Ke.lazycreate},S;(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"})(S||(S={}));var gv=(t,e={message:`Input not instance of ${t.name}`})=>hp(r=>r instanceof t,e),gp=er.create,yp=$r.create,yv=mn.create,_v=kr.create,_p=Sr.create,vv=Tr.create,xv=ln.create,bv=zr.create,wv=Er.create,$v=tr.create,kv=Ht.create,Sv=vt.create,Tv=dn.create,zv=Gt.create,ha=Ke.create,Ev=Ke.strictCreate,Pv=Pr.create,Rv=as.create,Iv=Rr.create,Ov=Mt.create,Mv=cs.create,Av=pn.create,Cv=fn.create,Nv=us.create,jv=Ir.create,Zv=Or.create,Dv=Mr.create,qv=Ar.create,Lv=rr.create,Fv=lt.create,Uv=Je.create,Vv=At.create,Hv=lt.createWithPreprocess,Gv=Wn.create,Wv=()=>gp().optional(),Bv=()=>yp().optional(),Jv=()=>_p().optional(),Kv={string:t=>er.create({...t,coerce:!0}),number:t=>$r.create({...t,coerce:!0}),boolean:t=>Sr.create({...t,coerce:!0}),bigint:t=>kr.create({...t,coerce:!0}),date:t=>Tr.create({...t,coerce:!0})};var Qv=L;var Xv=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 l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=c}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var Yv=Symbol("zod_brand"),Wt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},ls={};function st(t){return t&&Object.assign(ls,t),ls}var Y={};os(Y,{BIGINT_FORMAT_RANGES:()=>xp,Class:()=>ya,NUMBER_FORMAT_RANGES:()=>ka,aborted:()=>Dr,allowsEval:()=>ba,assert:()=>ox,assertEqual:()=>ex,assertIs:()=>rx,assertNever:()=>nx,assertNotEqual:()=>tx,assignProp:()=>xa,cached:()=>Kn,captureStackTrace:()=>ps,cleanEnum:()=>yx,cleanRegex:()=>Xn,clone:()=>it,createTransparentProxy:()=>lx,defineLazy:()=>fe,esc:()=>Zr,escapeRegex:()=>nr,extend:()=>fx,finalizeIssue:()=>xt,floatSafeRemainder:()=>va,getElementAtPath:()=>sx,getEnumValues:()=>Jn,getLengthableOrigin:()=>Yn,getParsedType:()=>ux,getSizableOrigin:()=>bp,isObject:()=>hn,isPlainObject:()=>gn,issue:()=>Sa,joinValues:()=>ds,jsonStringifyReplacer:()=>_a,merge:()=>mx,normalizeParams:()=>F,nullish:()=>Qn,numKeys:()=>cx,omit:()=>px,optionalKeys:()=>$a,partial:()=>hx,pick:()=>dx,prefixIssues:()=>Ct,primitiveTypes:()=>vp,promiseAllObject:()=>ix,propertyKeyTypes:()=>wa,randomString:()=>ax,required:()=>gx,stringifyPrimitive:()=>fs,unwrapMessage:()=>Bn});function ex(t){return t}function tx(t){return t}function rx(t){}function nx(t){throw new Error}function ox(t){}function Jn(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 ds(t,e="|"){return t.map(r=>fs(r)).join(e)}function _a(t,e){return typeof e=="bigint"?e.toString():e}function Kn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Qn(t){return t==null}function Xn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function va(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 fe(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 xa(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function sx(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function ix(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function ax(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function Zr(t){return JSON.stringify(t)}var ps=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function hn(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var ba=Kn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function gn(t){if(hn(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(hn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function cx(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var ux=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}`)}},wa=new Set(["string","number","symbol"]),vp=new Set(["string","number","bigint","boolean","symbol","undefined"]);function nr(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function it(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function F(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 lx(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 fs(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function $a(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var ka={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]},xp={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function dx(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 it(t,{...t._zod.def,shape:r,checks:[]})}function px(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 it(t,{...t._zod.def,shape:r,checks:[]})}function fx(t,e){if(!gn(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 xa(this,"shape",n),n},checks:[]};return it(t,r)}function mx(t,e){return it(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return xa(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function hx(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 it(e,{...e._zod.def,shape:o,checks:[]})}function gx(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 it(e,{...e._zod.def,shape:o,checks:[]})}function Dr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function Ct(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Bn(t){return typeof t=="string"?t:t?.message}function xt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Bn(t.inst?._zod.def?.error?.(t))??Bn(e?.error?.(t))??Bn(r.customError?.(t))??Bn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function bp(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Yn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Sa(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function yx(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var ya=class{constructor(...e){}};var wp=(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,_a,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},ms=w("$ZodError",wp),eo=w("$ZodError",wp,{Parent:Error});function Ta(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 za(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 Ea=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 Wt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>xt(c,s,st())));throw ps(a,o?.callee),a}return i.value},Pa=Ea(eo),Ra=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=>xt(c,s,st())));throw ps(a,o?.callee),a}return i.value},Ia=Ra(eo),Oa=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 Wt;return s.issues.length?{success:!1,error:new(t??ms)(s.issues.map(i=>xt(i,o,st())))}:{success:!0,data:s.value}},qr=Oa(eo),Ma=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=>xt(i,o,st())))}:{success:!0,data:s.value}},Lr=Ma(eo);var $p=/^[cC][^\s-]{8,}$/,kp=/^[0-9a-z]+$/,Sp=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Tp=/^[0-9a-vA-V]{20}$/,zp=/^[A-Za-z0-9]{27}$/,Ep=/^[a-zA-Z0-9_-]{21}$/,Pp=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Rp=/^([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})$/,Aa=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 Ip=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var vx="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Op(){return new RegExp(vx,"u")}var Mp=/^(?:(?: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])$/,Ap=/^(([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})$/,Cp=/^((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])$/,Np=/^(([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])$/,jp=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ca=/^[A-Za-z0-9_-]*$/,Zp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var Dp=/^\+(?:[0-9]){6,14}[0-9]$/,qp="(?:(?:\\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])))",Lp=new RegExp(`^${qp}$`);function Fp(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 Up(t){return new RegExp(`^${Fp(t)}$`)}function Vp(t){let e=Fp({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(`^${qp}T(?:${n})$`)}var Hp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Gp=/^\d+$/,Wp=/^-?\d+(?:\.\d+)?/i,Bp=/true|false/i,Jp=/null/i;var Kp=/^[^A-Z]*$/,Qp=/^[^a-z]*$/;var Ie=w("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Xp={number:"number",bigint:"bigint",object:"date"},Na=w("$ZodCheckLessThan",(t,e)=>{Ie.init(t,e);let r=Xp[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})}}),ja=w("$ZodCheckGreaterThan",(t,e)=>{Ie.init(t,e);let r=Xp[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})}}),Yp=w("$ZodCheckMultipleOf",(t,e)=>{Ie.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):va(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})}}),ef=w("$ZodCheckNumberFormat",(t,e)=>{Ie.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=ka[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=Gp)}),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 tf=w("$ZodCheckMaxLength",(t,e)=>{var r;Ie.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Qn(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=Yn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),rf=w("$ZodCheckMinLength",(t,e)=>{var r;Ie.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Qn(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=Yn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),nf=w("$ZodCheckLengthEquals",(t,e)=>{var r;Ie.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Qn(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=Yn(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})}}),to=w("$ZodCheckStringFormat",(t,e)=>{var r,n;Ie.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=()=>{})}),of=w("$ZodCheckRegex",(t,e)=>{to.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})}}),sf=w("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Kp),to.init(t,e)}),af=w("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Qp),to.init(t,e)}),cf=w("$ZodCheckIncludes",(t,e)=>{Ie.init(t,e);let r=nr(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})}}),uf=w("$ZodCheckStartsWith",(t,e)=>{Ie.init(t,e);let r=new RegExp(`^${nr(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})}}),lf=w("$ZodCheckEndsWith",(t,e)=>{Ie.init(t,e);let r=new RegExp(`.*${nr(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 df=w("$ZodCheckOverwrite",(t,e)=>{Ie.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var gs=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 ff={major:4,minor:0,patch:0};var ue=w("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=ff;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
|
|
12
|
-
if (${
|
|
13
|
-
if (input[${
|
|
14
|
-
if (${
|
|
15
|
-
newResult[${
|
|
11
|
+
`))}};var ff={major:4,minor:0,patch:0};var ue=w("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=ff;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=Dr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,m=l._zod.check(s);if(m instanceof Promise&&a?.async===!1)throw new Wt;if(u||m instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await m,s.issues.length!==d&&(c||(c=Dr(s,d)))});else{if(s.issues.length===d)continue;c||(c=Dr(s,d))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new Wt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=qr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return Lr(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),ro=w("$ZodString",(t,e)=>{ue.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Hp(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}}),me=w("$ZodStringFormat",(t,e)=>{to.init(t,e),ro.init(t,e)}),Da=w("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=Rp),me.init(t,e)}),qa=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=Aa(n))}else e.pattern??(e.pattern=Aa());me.init(t,e)}),La=w("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=Ip),me.init(t,e)}),Fa=w("$ZodURL",(t,e)=>{me.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:Zp.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})}}}),Ua=w("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Op()),me.init(t,e)}),Va=w("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Ep),me.init(t,e)}),Ha=w("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=$p),me.init(t,e)}),Ga=w("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=kp),me.init(t,e)}),Wa=w("$ZodULID",(t,e)=>{e.pattern??(e.pattern=Sp),me.init(t,e)}),Ba=w("$ZodXID",(t,e)=>{e.pattern??(e.pattern=Tp),me.init(t,e)}),Ja=w("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=zp),me.init(t,e)}),$f=w("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Vp(e)),me.init(t,e)}),kf=w("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Lp),me.init(t,e)}),Sf=w("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Up(e)),me.init(t,e)}),Tf=w("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=Pp),me.init(t,e)}),Ka=w("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Mp),me.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),Qa=w("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Ap),me.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})}}}),Xa=w("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Cp),me.init(t,e)}),Ya=w("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Np),me.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 zf(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var ec=w("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=jp),me.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{zf(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function xx(t){if(!Ca.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return zf(r)}var tc=w("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Ca),me.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{xx(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),rc=w("$ZodE164",(t,e)=>{e.pattern??(e.pattern=Dp),me.init(t,e)});function bx(t,e=null){try{let r=t.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||e&&(!("alg"in o)||o.alg!==e))}catch{return!1}}var nc=w("$ZodJWT",(t,e)=>{me.init(t,e),t._zod.check=r=>{bx(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var _s=w("$ZodNumber",(t,e)=>{ue.init(t,e),t._zod.pattern=t._zod.bag.pattern??Wp,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}}),oc=w("$ZodNumber",(t,e)=>{ef.init(t,e),_s.init(t,e)}),sc=w("$ZodBoolean",(t,e)=>{ue.init(t,e),t._zod.pattern=Bp,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 ic=w("$ZodNull",(t,e)=>{ue.init(t,e),t._zod.pattern=Jp,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 ac=w("$ZodUnknown",(t,e)=>{ue.init(t,e),t._zod.parse=r=>r}),cc=w("$ZodNever",(t,e)=>{ue.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function mf(t,e,r){t.issues.length&&e.issues.push(...Ct(r,t.issues)),e.value[r]=t.value}var uc=w("$ZodArray",(t,e)=>{ue.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=>mf(u,r,i))):mf(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function ys(t,e,r){t.issues.length&&e.issues.push(...Ct(r,t.issues)),e.value[r]=t.value}function hf(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(...Ct(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var vs=w("$ZodObject",(t,e)=>{ue.init(t,e);let r=Kn(()=>{let d=Object.keys(e.shape);for(let h of d)if(!(e.shape[h]instanceof ue))throw new Error(`Invalid element at key "${h}": expected a Zod schema`);let m=$a(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(m)}});fe(t._zod,"propValues",()=>{let d=e.shape,m={};for(let h in d){let p=d[h]._zod;if(p.values){m[h]??(m[h]=new Set);for(let f of p.values)m[h].add(f)}}return m});let n=d=>{let m=new gs(["shape","payload","ctx"]),h=r.value,p=_=>{let y=Zr(_);return`shape[${y}]._zod.run({ value: input[${y}], issues: [] }, ctx)`};m.write("const input = payload.value;");let f=Object.create(null),g=0;for(let _ of h.keys)f[_]=`key_${g++}`;m.write("const newResult = {}");for(let _ of h.keys)if(h.optionalKeys.has(_)){let y=f[_];m.write(`const ${y} = ${p(_)};`);let x=Zr(_);m.write(`
|
|
12
|
+
if (${y}.issues.length) {
|
|
13
|
+
if (input[${x}] === undefined) {
|
|
14
|
+
if (${x} in input) {
|
|
15
|
+
newResult[${x}] = undefined;
|
|
16
16
|
}
|
|
17
17
|
} else {
|
|
18
18
|
payload.issues = payload.issues.concat(
|
|
19
|
-
${
|
|
19
|
+
${y}.issues.map((iss) => ({
|
|
20
20
|
...iss,
|
|
21
|
-
path: iss.path ? [${
|
|
21
|
+
path: iss.path ? [${x}, ...iss.path] : [${x}],
|
|
22
22
|
}))
|
|
23
23
|
);
|
|
24
24
|
}
|
|
25
|
-
} else if (${
|
|
26
|
-
if (${
|
|
25
|
+
} else if (${y}.value === undefined) {
|
|
26
|
+
if (${x} in input) newResult[${x}] = undefined;
|
|
27
27
|
} else {
|
|
28
|
-
newResult[${
|
|
28
|
+
newResult[${x}] = ${y}.value;
|
|
29
29
|
}
|
|
30
|
-
`)}else{let
|
|
31
|
-
if (${
|
|
30
|
+
`)}else{let y=f[_];m.write(`const ${y} = ${p(_)};`),m.write(`
|
|
31
|
+
if (${y}.issues.length) payload.issues = payload.issues.concat(${y}.issues.map(iss => ({
|
|
32
32
|
...iss,
|
|
33
|
-
path: iss.path ? [${Zr(
|
|
34
|
-
})));`),m.write(`newResult[${Zr(g)}] = ${x}.value`)}m.write("payload.value = newResult;"),m.write("return payload;");let _=m.compile();return(g,x)=>_(d,g,x)},o,s=hn,i=!ls.jitless,u=i&&ba.value,c=e.catchall,l;t._zod.parse=(d,m)=>{l??(l=r.value);let h=d.value;if(!s(h))return d.issues.push({expected:"object",code:"invalid_type",input:h,inst:t}),d;let p=[];if(i&&u&&m?.async===!1&&m.jitless!==!0)o||(o=n(e.shape)),d=o(d,m);else{d.value={};let x=l.shape;for(let v of l.keys){let $=x[v],M=$._zod.run({value:h[v],issues:[]},m),j=$._zod.optin==="optional"&&$._zod.optout==="optional";M instanceof Promise?p.push(M.then(U=>j?hf(U,d,v,h):ys(U,d,v))):j?hf(M,d,v,h):ys(M,d,v)}}if(!c)return p.length?Promise.all(p).then(()=>d):d;let f=[],y=l.keySet,_=c._zod,g=_.def.type;for(let x of Object.keys(h)){if(y.has(x))continue;if(g==="never"){f.push(x);continue}let v=_.run({value:h[x],issues:[]},m);v instanceof Promise?p.push(v.then($=>ys($,d,x))):ys(v,d,x)}return f.length&&d.issues.push({code:"unrecognized_keys",keys:f,input:h,inst:t}),p.length?Promise.all(p).then(()=>d):d}});function gf(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=>xt(s,n,st())))}),e}var xs=w("$ZodUnion",(t,e)=>{ue.init(t,e),fe(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),fe(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),fe(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),fe(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=>Xn(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=>gf(i,r,t,n)):gf(s,r,t,n)}}),lc=w("$ZodDiscriminatedUnion",(t,e)=>{xs.init(t,e);let r=t._zod.parse;fe(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,u]of Object.entries(i)){o[a]||(o[a]=new Set);for(let c of u)o[a].add(c)}}return o});let n=Kn(()=>{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 u of a){if(s.has(u))throw new Error(`Duplicate discriminator value "${String(u)}"`);s.set(u,i)}}return s});t._zod.parse=(o,s)=>{let i=o.value;if(!hn(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)}}),dc=w("$ZodIntersection",(t,e)=>{ue.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(([u,c])=>yf(r,u,c)):yf(r,s,i)}});function Za(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(gn(t)&&gn(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=Za(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=Za(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 yf(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),Dr(t))return t;let n=Za(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 pc=w("$ZodRecord",(t,e)=>{ue.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!gn(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 u of i)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){let c=e.valueType._zod.run({value:o[u],issues:[]},n);c instanceof Promise?s.push(c.then(l=>{l.issues.length&&r.issues.push(...Ct(u,l.issues)),r.value[u]=l.value})):(c.issues.length&&r.issues.push(...Ct(u,c.issues)),r.value[u]=c.value)}let a;for(let u in o)i.has(u)||(a=a??[],a.push(u));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(c=>xt(c,n,st())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}let u=e.valueType._zod.run({value:o[i],issues:[]},n);u instanceof Promise?s.push(u.then(c=>{c.issues.length&&r.issues.push(...Ct(i,c.issues)),r.value[a.value]=c.value})):(u.issues.length&&r.issues.push(...Ct(i,u.issues)),r.value[a.value]=u.value)}}return s.length?Promise.all(s).then(()=>r):r}});var fc=w("$ZodEnum",(t,e)=>{ue.init(t,e);let r=Jn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>wa.has(typeof n)).map(n=>typeof n=="string"?nr(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}}),mc=w("$ZodLiteral",(t,e)=>{ue.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?nr(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 hc=w("$ZodTransform",(t,e)=>{ue.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 Wt;return r.value=o,r}}),gc=w("$ZodOptional",(t,e)=>{ue.init(t,e),t._zod.optin="optional",t._zod.optout="optional",fe(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),fe(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Xn(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)}),yc=w("$ZodNullable",(t,e)=>{ue.init(t,e),fe(t._zod,"optin",()=>e.innerType._zod.optin),fe(t._zod,"optout",()=>e.innerType._zod.optout),fe(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Xn(r.source)}|null)$`):void 0}),fe(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)}),_c=w("$ZodDefault",(t,e)=>{ue.init(t,e),t._zod.optin="optional",fe(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=>_f(s,e)):_f(o,e)}});function _f(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var vc=w("$ZodPrefault",(t,e)=>{ue.init(t,e),t._zod.optin="optional",fe(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))}),xc=w("$ZodNonOptional",(t,e)=>{ue.init(t,e),fe(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=>vf(s,t)):vf(o,t)}});function vf(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 bc=w("$ZodCatch",(t,e)=>{ue.init(t,e),t._zod.optin="optional",fe(t._zod,"optout",()=>e.innerType._zod.optout),fe(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=>xt(i,n,st()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>xt(s,n,st()))},input:r.value}),r.issues=[]),r)}});var wc=w("$ZodPipe",(t,e)=>{ue.init(t,e),fe(t._zod,"values",()=>e.in._zod.values),fe(t._zod,"optin",()=>e.in._zod.optin),fe(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=>xf(s,e,n)):xf(o,e,n)}});function xf(t,e,r){return Dr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var $c=w("$ZodReadonly",(t,e)=>{ue.init(t,e),fe(t._zod,"propValues",()=>e.innerType._zod.propValues),fe(t._zod,"values",()=>e.innerType._zod.values),fe(t._zod,"optin",()=>e.innerType._zod.optin),fe(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(bf):bf(o)}});function bf(t){return t.value=Object.freeze(t.value),t}var kc=w("$ZodCustom",(t,e)=>{Ie.init(t,e),ue.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=>wf(s,r,n,t));wf(o,r,n,t)}});function wf(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(Sa(o))}}var wx=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 ${wx(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${fs(n.values[0])}`:`Invalid option: expected one of ${ds(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":""}: ${ds(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 Ef(){return{localeError:$x()}}var kx=Symbol("ZodOutput"),Sx=Symbol("ZodInput"),no=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 Pf(){return new no}var or=Pf();function Sc(t,e){return new t({type:"string",...q(e)})}function Tc(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...q(e)})}function bs(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...q(e)})}function zc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...q(e)})}function Ec(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...q(e)})}function Pc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...q(e)})}function Rc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...q(e)})}function Ic(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...q(e)})}function Oc(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...q(e)})}function Mc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...q(e)})}function Ac(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...q(e)})}function Cc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...q(e)})}function Nc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...q(e)})}function jc(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...q(e)})}function Zc(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...q(e)})}function Dc(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...q(e)})}function qc(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...q(e)})}function Lc(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...q(e)})}function Fc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...q(e)})}function Uc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...q(e)})}function Vc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...q(e)})}function Hc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...q(e)})}function Gc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...q(e)})}function Rf(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...q(e)})}function If(t,e){return new t({type:"string",format:"date",check:"string_format",...q(e)})}function Of(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...q(e)})}function Mf(t,e){return new t({type:"string",format:"duration",check:"string_format",...q(e)})}function Wc(t,e){return new t({type:"number",checks:[],...q(e)})}function Bc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...q(e)})}function Jc(t,e){return new t({type:"boolean",...q(e)})}function Kc(t,e){return new t({type:"null",...q(e)})}function Qc(t){return new t({type:"unknown"})}function Xc(t,e){return new t({type:"never",...q(e)})}function ws(t,e){return new Na({check:"less_than",...q(e),value:t,inclusive:!1})}function oo(t,e){return new Na({check:"less_than",...q(e),value:t,inclusive:!0})}function $s(t,e){return new ja({check:"greater_than",...q(e),value:t,inclusive:!1})}function so(t,e){return new ja({check:"greater_than",...q(e),value:t,inclusive:!0})}function ks(t,e){return new Yp({check:"multiple_of",...q(e),value:t})}function Ss(t,e){return new tf({check:"max_length",...q(e),maximum:t})}function yn(t,e){return new rf({check:"min_length",...q(e),minimum:t})}function Ts(t,e){return new nf({check:"length_equals",...q(e),length:t})}function Yc(t,e){return new of({check:"string_format",format:"regex",...q(e),pattern:t})}function eu(t){return new sf({check:"string_format",format:"lowercase",...q(t)})}function tu(t){return new af({check:"string_format",format:"uppercase",...q(t)})}function ru(t,e){return new cf({check:"string_format",format:"includes",...q(e),includes:t})}function nu(t,e){return new uf({check:"string_format",format:"starts_with",...q(e),prefix:t})}function ou(t,e){return new lf({check:"string_format",format:"ends_with",...q(e),suffix:t})}function Fr(t){return new df({check:"overwrite",tx:t})}function su(t){return Fr(e=>e.normalize(t))}function iu(){return Fr(t=>t.trim())}function au(){return Fr(t=>t.toLowerCase())}function cu(){return Fr(t=>t.toUpperCase())}function Af(t,e,r){return new t({type:"array",element:e,...q(r)})}function uu(t,e,r){let n=q(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function lu(t,e,r){return new t({type:"custom",check:"custom",fn:e,...q(r)})}var zs=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??or,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 u=e._zod.toJSONSchema?.();if(u)a.schema=u;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},m=e._zod.parent;if(m)a.ref=m,this.process(m,d),this.seen.get(m).isParent=!0;else{let h=a.schema;switch(o.type){case"string":{let p=h;p.type="string";let{minimum:f,maximum:y,format:_,patterns:g,contentEncoding:x}=e._zod.bag;if(typeof f=="number"&&(p.minLength=f),typeof y=="number"&&(p.maxLength=y),_&&(p.format=s[_]??_,p.format===""&&delete p.format),x&&(p.contentEncoding=x),g&&g.size>0){let v=[...g];v.length===1?p.pattern=v[0].source:v.length>1&&(a.schema.allOf=[...v.map($=>({...this.target==="draft-7"?{type:"string"}:{},pattern:$.source}))])}break}case"number":{let p=h,{minimum:f,maximum:y,format:_,multipleOf:g,exclusiveMaximum:x,exclusiveMinimum:v}=e._zod.bag;typeof _=="string"&&_.includes("int")?p.type="integer":p.type="number",typeof v=="number"&&(p.exclusiveMinimum=v),typeof f=="number"&&(p.minimum=f,typeof v=="number"&&(v>=f?delete p.minimum:delete p.exclusiveMinimum)),typeof x=="number"&&(p.exclusiveMaximum=x),typeof y=="number"&&(p.maximum=y,typeof x=="number"&&(x<=y?delete p.maximum:delete p.exclusiveMaximum)),typeof g=="number"&&(p.multipleOf=g);break}case"boolean":{let p=h;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":{h.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":{h.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let p=h,{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,{...d,path:[...d.path,"items"]});break}case"object":{let p=h;p.type="object",p.properties={};let f=o.shape;for(let g in f)p.properties[g]=this.process(f[g],{...d,path:[...d.path,"properties",g]});let y=new Set(Object.keys(f)),_=new Set([...y].filter(g=>{let x=o.shape[g]._zod;return this.io==="input"?x.optin===void 0:x.optout===void 0}));_.size>0&&(p.required=Array.from(_)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=h;p.anyOf=o.options.map((f,y)=>this.process(f,{...d,path:[...d.path,"anyOf",y]}));break}case"intersection":{let p=h,f=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),y=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),_=x=>"allOf"in x&&Object.keys(x).length===1,g=[..._(f)?f.allOf:[f],..._(y)?y.allOf:[y]];p.allOf=g;break}case"tuple":{let p=h;p.type="array";let f=o.items.map((g,x)=>this.process(g,{...d,path:[...d.path,"prefixItems",x]}));if(this.target==="draft-2020-12"?p.prefixItems=f:p.items=f,o.rest){let g=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?p.items=g:p.additionalItems=g}o.rest&&(p.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:y,maximum:_}=e._zod.bag;typeof y=="number"&&(p.minItems=y),typeof _=="number"&&(p.maxItems=_);break}case"record":{let p=h;p.type="object",p.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=h,f=Jn(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=h,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=h,f={type:"string",format:"binary",contentEncoding:"binary"},{minimum:y,maximum:_,mime:g}=e._zod.bag;y!==void 0&&(f.minLength=y),_!==void 0&&(f.maxLength=_),g?g.length===1?(f.contentMediaType=g[0],Object.assign(p,f)):p.anyOf=g.map(x=>({...f,contentMediaType:x})):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,d);h.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let p=h;p.type="boolean";break}case"default":{this.process(o.innerType,d),a.ref=o.innerType,h.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,d),a.ref=o.innerType,this.io==="input"&&(h._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,d),a.ref=o.innerType;let p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}h.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=h,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,d),a.ref=p;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,h.readOnly=!0;break}case"promise":{this.process(o.innerType,d),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,d),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let c=this.metadataRegistry.get(e);return c&&Object.assign(a.schema,c),this.io==="input"&&ze(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let f=n.external.registry.get(l[0])?.id,y=n.external.uri??(g=>g);if(f)return{ref:y(f)};let _=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=_,{defId:_,ref:`${y("__shared")}#/${d}/${_}`}}if(l[1]===o)return{ref:"#"};let h=`#/${d}/`,p=l[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:h+p}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:m,defId:h}=s(l);d.def={...d.schema},h&&(d.defId=h);let p=d.schema;for(let f in p)delete p[f];p.$ref=m};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
|
|
33
|
+
path: iss.path ? [${Zr(_)}, ...iss.path] : [${Zr(_)}]
|
|
34
|
+
})));`),m.write(`newResult[${Zr(_)}] = ${y}.value`)}m.write("payload.value = newResult;"),m.write("return payload;");let v=m.compile();return(_,y)=>v(d,_,y)},o,s=hn,i=!ls.jitless,c=i&&ba.value,u=e.catchall,l;t._zod.parse=(d,m)=>{l??(l=r.value);let h=d.value;if(!s(h))return d.issues.push({expected:"object",code:"invalid_type",input:h,inst:t}),d;let p=[];if(i&&c&&m?.async===!1&&m.jitless!==!0)o||(o=n(e.shape)),d=o(d,m);else{d.value={};let y=l.shape;for(let x of l.keys){let $=y[x],O=$._zod.run({value:h[x],issues:[]},m),Z=$._zod.optin==="optional"&&$._zod.optout==="optional";O instanceof Promise?p.push(O.then(A=>Z?hf(A,d,x,h):ys(A,d,x))):Z?hf(O,d,x,h):ys(O,d,x)}}if(!u)return p.length?Promise.all(p).then(()=>d):d;let f=[],g=l.keySet,v=u._zod,_=v.def.type;for(let y of Object.keys(h)){if(g.has(y))continue;if(_==="never"){f.push(y);continue}let x=v.run({value:h[y],issues:[]},m);x instanceof Promise?p.push(x.then($=>ys($,d,y))):ys(x,d,y)}return f.length&&d.issues.push({code:"unrecognized_keys",keys:f,input:h,inst:t}),p.length?Promise.all(p).then(()=>d):d}});function gf(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=>xt(s,n,st())))}),e}var xs=w("$ZodUnion",(t,e)=>{ue.init(t,e),fe(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),fe(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),fe(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),fe(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=>Xn(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=>gf(i,r,t,n)):gf(s,r,t,n)}}),lc=w("$ZodDiscriminatedUnion",(t,e)=>{xs.init(t,e);let r=t._zod.parse;fe(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=Kn(()=>{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(!hn(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)}}),dc=w("$ZodIntersection",(t,e)=>{ue.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])=>yf(r,c,u)):yf(r,s,i)}});function Za(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(gn(t)&&gn(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=Za(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=Za(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 yf(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),Dr(t))return t;let n=Za(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 pc=w("$ZodRecord",(t,e)=>{ue.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!gn(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:t}),r;let s=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:o[c],issues:[]},n);u instanceof Promise?s.push(u.then(l=>{l.issues.length&&r.issues.push(...Ct(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...Ct(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=>xt(u,n,st())),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(...Ct(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...Ct(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var fc=w("$ZodEnum",(t,e)=>{ue.init(t,e);let r=Jn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>wa.has(typeof n)).map(n=>typeof n=="string"?nr(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}}),mc=w("$ZodLiteral",(t,e)=>{ue.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?nr(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 hc=w("$ZodTransform",(t,e)=>{ue.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 Wt;return r.value=o,r}}),gc=w("$ZodOptional",(t,e)=>{ue.init(t,e),t._zod.optin="optional",t._zod.optout="optional",fe(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),fe(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Xn(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)}),yc=w("$ZodNullable",(t,e)=>{ue.init(t,e),fe(t._zod,"optin",()=>e.innerType._zod.optin),fe(t._zod,"optout",()=>e.innerType._zod.optout),fe(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Xn(r.source)}|null)$`):void 0}),fe(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)}),_c=w("$ZodDefault",(t,e)=>{ue.init(t,e),t._zod.optin="optional",fe(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=>_f(s,e)):_f(o,e)}});function _f(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var vc=w("$ZodPrefault",(t,e)=>{ue.init(t,e),t._zod.optin="optional",fe(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))}),xc=w("$ZodNonOptional",(t,e)=>{ue.init(t,e),fe(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=>vf(s,t)):vf(o,t)}});function vf(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 bc=w("$ZodCatch",(t,e)=>{ue.init(t,e),t._zod.optin="optional",fe(t._zod,"optout",()=>e.innerType._zod.optout),fe(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=>xt(i,n,st()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>xt(s,n,st()))},input:r.value}),r.issues=[]),r)}});var wc=w("$ZodPipe",(t,e)=>{ue.init(t,e),fe(t._zod,"values",()=>e.in._zod.values),fe(t._zod,"optin",()=>e.in._zod.optin),fe(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=>xf(s,e,n)):xf(o,e,n)}});function xf(t,e,r){return Dr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var $c=w("$ZodReadonly",(t,e)=>{ue.init(t,e),fe(t._zod,"propValues",()=>e.innerType._zod.propValues),fe(t._zod,"values",()=>e.innerType._zod.values),fe(t._zod,"optin",()=>e.innerType._zod.optin),fe(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(bf):bf(o)}});function bf(t){return t.value=Object.freeze(t.value),t}var kc=w("$ZodCustom",(t,e)=>{Ie.init(t,e),ue.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=>wf(s,r,n,t));wf(o,r,n,t)}});function wf(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(Sa(o))}}var wx=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 ${wx(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${fs(n.values[0])}`:`Invalid option: expected one of ${ds(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":""}: ${ds(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 Ef(){return{localeError:$x()}}var kx=Symbol("ZodOutput"),Sx=Symbol("ZodInput"),no=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 Pf(){return new no}var or=Pf();function Sc(t,e){return new t({type:"string",...F(e)})}function Tc(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...F(e)})}function bs(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...F(e)})}function zc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...F(e)})}function Ec(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...F(e)})}function Pc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...F(e)})}function Rc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...F(e)})}function Ic(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...F(e)})}function Oc(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...F(e)})}function Mc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...F(e)})}function Ac(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...F(e)})}function Cc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...F(e)})}function Nc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...F(e)})}function jc(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...F(e)})}function Zc(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...F(e)})}function Dc(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...F(e)})}function qc(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...F(e)})}function Lc(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...F(e)})}function Fc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...F(e)})}function Uc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...F(e)})}function Vc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...F(e)})}function Hc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...F(e)})}function Gc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...F(e)})}function Rf(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...F(e)})}function If(t,e){return new t({type:"string",format:"date",check:"string_format",...F(e)})}function Of(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...F(e)})}function Mf(t,e){return new t({type:"string",format:"duration",check:"string_format",...F(e)})}function Wc(t,e){return new t({type:"number",checks:[],...F(e)})}function Bc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...F(e)})}function Jc(t,e){return new t({type:"boolean",...F(e)})}function Kc(t,e){return new t({type:"null",...F(e)})}function Qc(t){return new t({type:"unknown"})}function Xc(t,e){return new t({type:"never",...F(e)})}function ws(t,e){return new Na({check:"less_than",...F(e),value:t,inclusive:!1})}function oo(t,e){return new Na({check:"less_than",...F(e),value:t,inclusive:!0})}function $s(t,e){return new ja({check:"greater_than",...F(e),value:t,inclusive:!1})}function so(t,e){return new ja({check:"greater_than",...F(e),value:t,inclusive:!0})}function ks(t,e){return new Yp({check:"multiple_of",...F(e),value:t})}function Ss(t,e){return new tf({check:"max_length",...F(e),maximum:t})}function yn(t,e){return new rf({check:"min_length",...F(e),minimum:t})}function Ts(t,e){return new nf({check:"length_equals",...F(e),length:t})}function Yc(t,e){return new of({check:"string_format",format:"regex",...F(e),pattern:t})}function eu(t){return new sf({check:"string_format",format:"lowercase",...F(t)})}function tu(t){return new af({check:"string_format",format:"uppercase",...F(t)})}function ru(t,e){return new cf({check:"string_format",format:"includes",...F(e),includes:t})}function nu(t,e){return new uf({check:"string_format",format:"starts_with",...F(e),prefix:t})}function ou(t,e){return new lf({check:"string_format",format:"ends_with",...F(e),suffix:t})}function Fr(t){return new df({check:"overwrite",tx:t})}function su(t){return Fr(e=>e.normalize(t))}function iu(){return Fr(t=>t.trim())}function au(){return Fr(t=>t.toLowerCase())}function cu(){return Fr(t=>t.toUpperCase())}function Af(t,e,r){return new t({type:"array",element:e,...F(r)})}function uu(t,e,r){let n=F(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function lu(t,e,r){return new t({type:"custom",check:"custom",fn:e,...F(r)})}var zs=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??or,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},m=e._zod.parent;if(m)a.ref=m,this.process(m,d),this.seen.get(m).isParent=!0;else{let h=a.schema;switch(o.type){case"string":{let p=h;p.type="string";let{minimum:f,maximum:g,format:v,patterns:_,contentEncoding:y}=e._zod.bag;if(typeof f=="number"&&(p.minLength=f),typeof g=="number"&&(p.maxLength=g),v&&(p.format=s[v]??v,p.format===""&&delete p.format),y&&(p.contentEncoding=y),_&&_.size>0){let x=[..._];x.length===1?p.pattern=x[0].source:x.length>1&&(a.schema.allOf=[...x.map($=>({...this.target==="draft-7"?{type:"string"}:{},pattern:$.source}))])}break}case"number":{let p=h,{minimum:f,maximum:g,format:v,multipleOf:_,exclusiveMaximum:y,exclusiveMinimum:x}=e._zod.bag;typeof v=="string"&&v.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 y=="number"&&(p.exclusiveMaximum=y),typeof g=="number"&&(p.maximum=g,typeof y=="number"&&(y<=g?delete p.maximum:delete p.exclusiveMaximum)),typeof _=="number"&&(p.multipleOf=_);break}case"boolean":{let p=h;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":{h.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":{h.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let p=h,{minimum:f,maximum:g}=e._zod.bag;typeof f=="number"&&(p.minItems=f),typeof g=="number"&&(p.maxItems=g),p.type="array",p.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let p=h;p.type="object",p.properties={};let f=o.shape;for(let _ in f)p.properties[_]=this.process(f[_],{...d,path:[...d.path,"properties",_]});let g=new Set(Object.keys(f)),v=new Set([...g].filter(_=>{let y=o.shape[_]._zod;return this.io==="input"?y.optin===void 0:y.optout===void 0}));v.size>0&&(p.required=Array.from(v)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=h;p.anyOf=o.options.map((f,g)=>this.process(f,{...d,path:[...d.path,"anyOf",g]}));break}case"intersection":{let p=h,f=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),g=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),v=y=>"allOf"in y&&Object.keys(y).length===1,_=[...v(f)?f.allOf:[f],...v(g)?g.allOf:[g]];p.allOf=_;break}case"tuple":{let p=h;p.type="array";let f=o.items.map((_,y)=>this.process(_,{...d,path:[...d.path,"prefixItems",y]}));if(this.target==="draft-2020-12"?p.prefixItems=f:p.items=f,o.rest){let _=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?p.items=_:p.additionalItems=_}o.rest&&(p.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:g,maximum:v}=e._zod.bag;typeof g=="number"&&(p.minItems=g),typeof v=="number"&&(p.maxItems=v);break}case"record":{let p=h;p.type="object",p.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=h,f=Jn(o.entries);f.every(g=>typeof g=="number")&&(p.type="number"),f.every(g=>typeof g=="string")&&(p.type="string"),p.enum=f;break}case"literal":{let p=h,f=[];for(let g of o.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");f.push(Number(g))}else f.push(g);if(f.length!==0)if(f.length===1){let g=f[0];p.type=g===null?"null":typeof g,p.const=g}else f.every(g=>typeof g=="number")&&(p.type="number"),f.every(g=>typeof g=="string")&&(p.type="string"),f.every(g=>typeof g=="boolean")&&(p.type="string"),f.every(g=>g===null)&&(p.type="null"),p.enum=f;break}case"file":{let p=h,f={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:v,mime:_}=e._zod.bag;g!==void 0&&(f.minLength=g),v!==void 0&&(f.maxLength=v),_?_.length===1?(f.contentMediaType=_[0],Object.assign(p,f)):p.anyOf=_.map(y=>({...f,contentMediaType:y})):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,d);h.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let p=h;p.type="boolean";break}case"default":{this.process(o.innerType,d),a.ref=o.innerType,h.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,d),a.ref=o.innerType,this.io==="input"&&(h._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,d),a.ref=o.innerType;let p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}h.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=h,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,d),a.ref=p;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,h.readOnly=!0;break}case"promise":{this.process(o.innerType,d),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,d),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&ze(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let f=n.external.registry.get(l[0])?.id,g=n.external.uri??(_=>_);if(f)return{ref:g(f)};let v=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=v,{defId:v,ref:`${g("__shared")}#/${d}/${v}`}}if(l[1]===o)return{ref:"#"};let h=`#/${d}/`,p=l[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:h+p}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:m,defId:h}=s(l);d.def={...d.schema},h&&(d.defId=h);let p=d.schema;for(let f in p)delete p[f];p.$ref=m};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
|
|
35
35
|
|
|
36
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let l of this.seen.entries()){let d=l[1];if(e===l[0]){i(l);continue}if(n.external){let h=n.external.registry.get(l[0])?.id;if(e!==l[0]&&h){i(l);continue}}if(this.metadataRegistry.get(l[0])?.id){i(l);continue}if(d.cycle){i(l);continue}if(d.count>1&&n.reused==="ref"){i(l);continue}}let a=(l,d)=>{let m=this.seen.get(l),h=m.def??m.schema,p={...h};if(m.ref===null)return;let f=m.ref;if(m.ref=null,f){a(f,d);let y=this.seen.get(f).schema;y.$ref&&d.target==="draft-7"?(h.allOf=h.allOf??[],h.allOf.push(y)):(Object.assign(h,y),Object.assign(h,p))}m.isParent||this.override({zodSchema:l,jsonSchema:h,path:m.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let u={};if(this.target==="draft-2020-12"?u.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?u.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");u.$id=n.external.uri(l)}Object.assign(u,o.def);let c=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(c[d.defId]=d.def)}n.external||Object.keys(c).length>0&&(this.target==="draft-2020-12"?u.$defs=c:u.definitions=c);try{return JSON.parse(JSON.stringify(u))}catch{throw new Error("Error converting schema to JSON.")}}};function du(t,e){if(t instanceof no){let n=new zs(e),o={};for(let a of t._idmap.entries()){let[u,c]=a;n.process(c)}let s={},i={registry:t,uri:e?.uri,defs:o};for(let a of t._idmap.entries()){let[u,c]=a;s[u]=n.emit(c,{...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 zs(e);return r.process(t),r.emit(t,e)}function ze(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 ze(o.element,r);case"object":{for(let s in o.shape)if(ze(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(ze(s,r))return!0;return!1}case"intersection":return ze(o.left,r)||ze(o.right,r);case"tuple":{for(let s of o.items)if(ze(s,r))return!0;return!!(o.rest&&ze(o.rest,r))}case"record":return ze(o.keyType,r)||ze(o.valueType,r);case"map":return ze(o.keyType,r)||ze(o.valueType,r);case"set":return ze(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return ze(o.innerType,r);case"lazy":return ze(o.getter(),r);case"default":return ze(o.innerType,r);case"prefault":return ze(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return ze(o.in,r)||ze(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var ib=w("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ue.init(t,e),t.def=e,t.parse=(r,n)=>Pa(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>qr(t,r,n),t.parseAsync=async(r,n)=>Ia(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Lr(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)=>it(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var ab=w("ZodMiniObject",(t,e)=>{vs.init(t,e),ib.init(t,e),X.defineLazy(t,"shape",()=>e.shape)});function pu(t,e){let r={type:"object",get shape(){return X.assignProp(this,"shape",{...t}),this.shape},...X.normalizeParams(e)};return new ab(r)}function dt(t){return!!t._zod}function Vr(t){let e=Object.values(t);if(e.length===0)return pu({});let r=e.every(dt),n=e.every(o=>!dt(o));if(r)return pu(t);if(n)return ha(t);throw new Error("Mixed Zod versions detected in object shape.")}function sr(t,e){return dt(t)?qr(t,e):t.safeParse(e)}async function Es(t,e){return dt(t)?await Lr(t,e):await t.safeParseAsync(e)}function ir(t){if(!t)return;let e;if(dt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function _n(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 Vr(t)}}if(dt(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 Ps(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 Nf(t){return t.description}function jf(t){if(dt(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function Rs(t){if(dt(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 io={};os(io,{ZodISODate:()=>Df,ZodISODateTime:()=>Zf,ZodISODuration:()=>Lf,ZodISOTime:()=>qf,date:()=>mu,datetime:()=>fu,duration:()=>gu,time:()=>hu});var Zf=w("ZodISODateTime",(t,e)=>{$f.init(t,e),_e.init(t,e)});function fu(t){return Rf(Zf,t)}var Df=w("ZodISODate",(t,e)=>{kf.init(t,e),_e.init(t,e)});function mu(t){return If(Df,t)}var qf=w("ZodISOTime",(t,e)=>{Sf.init(t,e),_e.init(t,e)});function hu(t){return Of(qf,t)}var Lf=w("ZodISODuration",(t,e)=>{Tf.init(t,e),_e.init(t,e)});function gu(t){return Mf(Lf,t)}var Ff=(t,e)=>{ms.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>za(t,r)},flatten:{value:r=>Ta(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},xI=w("ZodError",Ff),ao=w("ZodError",Ff,{Parent:Error});var Uf=Ea(ao),Vf=Ra(ao),Hf=Oa(ao),Gf=Ma(ao);var $e=w("ZodType",(t,e)=>(ue.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)=>it(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>Uf(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Hf(t,r,n),t.parseAsync=async(r,n)=>Vf(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Gf(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(ow(r,n)),t.superRefine=r=>t.check(sw(r)),t.overwrite=r=>t.check(Fr(r)),t.optional=()=>we(t),t.nullable=()=>Jf(t),t.nullish=()=>we(Jf(t)),t.nonoptional=r=>Qb(t,r),t.array=()=>ee(t),t.or=r=>he([t,r]),t.and=r=>Os(t,r),t.transform=r=>_u(t,em(r)),t.default=r=>Bb(t,r),t.prefault=r=>Kb(t,r),t.catch=r=>Yb(t,r),t.pipe=r=>_u(t,r),t.readonly=()=>rw(t),t.describe=r=>{let n=t.clone();return or.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return or.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return or.get(t);let n=t.clone();return or.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Kf=w("_ZodString",(t,e)=>{ro.init(t,e),$e.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(Yc(...n)),t.includes=(...n)=>t.check(ru(...n)),t.startsWith=(...n)=>t.check(nu(...n)),t.endsWith=(...n)=>t.check(ou(...n)),t.min=(...n)=>t.check(yn(...n)),t.max=(...n)=>t.check(Ss(...n)),t.length=(...n)=>t.check(Ts(...n)),t.nonempty=(...n)=>t.check(yn(1,...n)),t.lowercase=n=>t.check(eu(n)),t.uppercase=n=>t.check(tu(n)),t.trim=()=>t.check(iu()),t.normalize=(...n)=>t.check(su(...n)),t.toLowerCase=()=>t.check(au()),t.toUpperCase=()=>t.check(cu())}),gb=w("ZodString",(t,e)=>{ro.init(t,e),Kf.init(t,e),t.email=r=>t.check(Tc(yb,r)),t.url=r=>t.check(Ic(_b,r)),t.jwt=r=>t.check(Gc(Mb,r)),t.emoji=r=>t.check(Oc(vb,r)),t.guid=r=>t.check(bs(Wf,r)),t.uuid=r=>t.check(zc(Is,r)),t.uuidv4=r=>t.check(Ec(Is,r)),t.uuidv6=r=>t.check(Pc(Is,r)),t.uuidv7=r=>t.check(Rc(Is,r)),t.nanoid=r=>t.check(Mc(xb,r)),t.guid=r=>t.check(bs(Wf,r)),t.cuid=r=>t.check(Ac(bb,r)),t.cuid2=r=>t.check(Cc(wb,r)),t.ulid=r=>t.check(Nc($b,r)),t.base64=r=>t.check(Uc(Rb,r)),t.base64url=r=>t.check(Vc(Ib,r)),t.xid=r=>t.check(jc(kb,r)),t.ksuid=r=>t.check(Zc(Sb,r)),t.ipv4=r=>t.check(Dc(Tb,r)),t.ipv6=r=>t.check(qc(zb,r)),t.cidrv4=r=>t.check(Lc(Eb,r)),t.cidrv6=r=>t.check(Fc(Pb,r)),t.e164=r=>t.check(Hc(Ob,r)),t.datetime=r=>t.check(fu(r)),t.date=r=>t.check(mu(r)),t.time=r=>t.check(hu(r)),t.duration=r=>t.check(gu(r))});function b(t){return Sc(gb,t)}var _e=w("ZodStringFormat",(t,e)=>{me.init(t,e),Kf.init(t,e)}),yb=w("ZodEmail",(t,e)=>{La.init(t,e),_e.init(t,e)});var Wf=w("ZodGUID",(t,e)=>{Da.init(t,e),_e.init(t,e)});var Is=w("ZodUUID",(t,e)=>{qa.init(t,e),_e.init(t,e)});var _b=w("ZodURL",(t,e)=>{Fa.init(t,e),_e.init(t,e)});var vb=w("ZodEmoji",(t,e)=>{Ua.init(t,e),_e.init(t,e)});var xb=w("ZodNanoID",(t,e)=>{Va.init(t,e),_e.init(t,e)});var bb=w("ZodCUID",(t,e)=>{Ha.init(t,e),_e.init(t,e)});var wb=w("ZodCUID2",(t,e)=>{Ga.init(t,e),_e.init(t,e)});var $b=w("ZodULID",(t,e)=>{Wa.init(t,e),_e.init(t,e)});var kb=w("ZodXID",(t,e)=>{Ba.init(t,e),_e.init(t,e)});var Sb=w("ZodKSUID",(t,e)=>{Ja.init(t,e),_e.init(t,e)});var Tb=w("ZodIPv4",(t,e)=>{Ka.init(t,e),_e.init(t,e)});var zb=w("ZodIPv6",(t,e)=>{Qa.init(t,e),_e.init(t,e)});var Eb=w("ZodCIDRv4",(t,e)=>{Xa.init(t,e),_e.init(t,e)});var Pb=w("ZodCIDRv6",(t,e)=>{Ya.init(t,e),_e.init(t,e)});var Rb=w("ZodBase64",(t,e)=>{ec.init(t,e),_e.init(t,e)});var Ib=w("ZodBase64URL",(t,e)=>{tc.init(t,e),_e.init(t,e)});var Ob=w("ZodE164",(t,e)=>{rc.init(t,e),_e.init(t,e)});var Mb=w("ZodJWT",(t,e)=>{nc.init(t,e),_e.init(t,e)});var Qf=w("ZodNumber",(t,e)=>{_s.init(t,e),$e.init(t,e),t.gt=(n,o)=>t.check($s(n,o)),t.gte=(n,o)=>t.check(so(n,o)),t.min=(n,o)=>t.check(so(n,o)),t.lt=(n,o)=>t.check(ws(n,o)),t.lte=(n,o)=>t.check(oo(n,o)),t.max=(n,o)=>t.check(oo(n,o)),t.int=n=>t.check(Bf(n)),t.safe=n=>t.check(Bf(n)),t.positive=n=>t.check($s(0,n)),t.nonnegative=n=>t.check(so(0,n)),t.negative=n=>t.check(ws(0,n)),t.nonpositive=n=>t.check(oo(0,n)),t.multipleOf=(n,o)=>t.check(ks(n,o)),t.step=(n,o)=>t.check(ks(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 ce(t){return Wc(Qf,t)}var Ab=w("ZodNumberFormat",(t,e)=>{oc.init(t,e),Qf.init(t,e)});function Bf(t){return Bc(Ab,t)}var Cb=w("ZodBoolean",(t,e)=>{sc.init(t,e),$e.init(t,e)});function Pe(t){return Jc(Cb,t)}var Nb=w("ZodNull",(t,e)=>{ic.init(t,e),$e.init(t,e)});function vu(t){return Kc(Nb,t)}var jb=w("ZodUnknown",(t,e)=>{ac.init(t,e),$e.init(t,e)});function ve(){return Qc(jb)}var Zb=w("ZodNever",(t,e)=>{cc.init(t,e),$e.init(t,e)});function Db(t){return Xc(Zb,t)}var qb=w("ZodArray",(t,e)=>{uc.init(t,e),$e.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(yn(r,n)),t.nonempty=r=>t.check(yn(1,r)),t.max=(r,n)=>t.check(Ss(r,n)),t.length=(r,n)=>t.check(Ts(r,n)),t.unwrap=()=>t.element});function ee(t,e){return Af(qb,t,e)}var Xf=w("ZodObject",(t,e)=>{vs.init(t,e),$e.init(t,e),X.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:ve()}),t.loose=()=>t.clone({...t._zod.def,catchall:ve()}),t.strict=()=>t.clone({...t._zod.def,catchall:Db()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>X.extend(t,r),t.merge=r=>X.merge(t,r),t.pick=r=>X.pick(t,r),t.omit=r=>X.omit(t,r),t.partial=(...r)=>X.partial(tm,t,r[0]),t.required=(...r)=>X.required(rm,t,r[0])});function R(t,e){let r={type:"object",get shape(){return X.assignProp(this,"shape",{...t}),this.shape},...X.normalizeParams(e)};return new Xf(r)}function Ue(t,e){return new Xf({type:"object",get shape(){return X.assignProp(this,"shape",{...t}),this.shape},catchall:ve(),...X.normalizeParams(e)})}var Yf=w("ZodUnion",(t,e)=>{xs.init(t,e),$e.init(t,e),t.options=e.options});function he(t,e){return new Yf({type:"union",options:t,...X.normalizeParams(e)})}var Lb=w("ZodDiscriminatedUnion",(t,e)=>{Yf.init(t,e),lc.init(t,e)});function xu(t,e,r){return new Lb({type:"union",options:e,discriminator:t,...X.normalizeParams(r)})}var Fb=w("ZodIntersection",(t,e)=>{dc.init(t,e),$e.init(t,e)});function Os(t,e){return new Fb({type:"intersection",left:t,right:e})}var Ub=w("ZodRecord",(t,e)=>{pc.init(t,e),$e.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function xe(t,e,r){return new Ub({type:"record",keyType:t,valueType:e,...X.normalizeParams(r)})}var yu=w("ZodEnum",(t,e)=>{fc.init(t,e),$e.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 yu({...e,checks:[],...X.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 yu({...e,checks:[],...X.normalizeParams(o),entries:s})}});function Qe(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new yu({type:"enum",entries:r,...X.normalizeParams(e)})}var Vb=w("ZodLiteral",(t,e)=>{mc.init(t,e),$e.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 Vb({type:"literal",values:Array.isArray(t)?t:[t],...X.normalizeParams(e)})}var Hb=w("ZodTransform",(t,e)=>{hc.init(t,e),$e.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(X.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(X.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 em(t){return new Hb({type:"transform",transform:t})}var tm=w("ZodOptional",(t,e)=>{gc.init(t,e),$e.init(t,e),t.unwrap=()=>t._zod.def.innerType});function we(t){return new tm({type:"optional",innerType:t})}var Gb=w("ZodNullable",(t,e)=>{yc.init(t,e),$e.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Jf(t){return new Gb({type:"nullable",innerType:t})}var Wb=w("ZodDefault",(t,e)=>{_c.init(t,e),$e.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Bb(t,e){return new Wb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Jb=w("ZodPrefault",(t,e)=>{vc.init(t,e),$e.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Kb(t,e){return new Jb({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var rm=w("ZodNonOptional",(t,e)=>{xc.init(t,e),$e.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Qb(t,e){return new rm({type:"nonoptional",innerType:t,...X.normalizeParams(e)})}var Xb=w("ZodCatch",(t,e)=>{bc.init(t,e),$e.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Yb(t,e){return new Xb({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var ew=w("ZodPipe",(t,e)=>{wc.init(t,e),$e.init(t,e),t.in=e.in,t.out=e.out});function _u(t,e){return new ew({type:"pipe",in:t,out:e})}var tw=w("ZodReadonly",(t,e)=>{$c.init(t,e),$e.init(t,e)});function rw(t){return new tw({type:"readonly",innerType:t})}var nm=w("ZodCustom",(t,e)=>{kc.init(t,e),$e.init(t,e)});function nw(t){let e=new Ie({check:"custom"});return e._zod.check=t,e}function om(t,e){return uu(nm,t??(()=>!0),e)}function ow(t,e={}){return lu(nm,t,e)}function sw(t){let e=nw(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(X.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(X.issue(o))}},t(r.value,r)));return e}function bu(t,e){return _u(em(t),e)}st(Ef());var $u="2025-11-25";var sm=[$u,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],ar="io.modelcontextprotocol/related-task",As="2.0",Oe=om(t=>t!==null&&(typeof t=="object"||typeof t=="function")),im=he([b(),ce().int()]),am=b(),AI=Ue({ttl:he([ce(),vu()]).optional(),pollInterval:ce().optional()}),iw=R({ttl:ce().optional()}),aw=R({taskId:b()}),ku=Ue({progressToken:im.optional(),[ar]:aw.optional()}),at=R({_meta:ku.optional()}),co=at.extend({task:iw.optional()}),cm=t=>co.safeParse(t).success,Me=R({method:b(),params:at.loose().optional()}),pt=R({_meta:ku.optional()}),ft=R({method:b(),params:pt.loose().optional()}),Ae=Ue({_meta:ku.optional()}),Cs=he([b(),ce().int()]),um=R({jsonrpc:C(As),id:Cs,...Me.shape}).strict(),Su=t=>um.safeParse(t).success,lm=R({jsonrpc:C(As),...ft.shape}).strict(),dm=t=>lm.safeParse(t).success,Tu=R({jsonrpc:C(As),id:Cs,result:Ae}).strict(),uo=t=>Tu.safeParse(t).success;var Z;(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"})(Z||(Z={}));var zu=R({jsonrpc:C(As),id:Cs.optional(),error:R({code:ce().int(),message:b(),data:ve().optional()})}).strict();var pm=t=>zu.safeParse(t).success;var fm=he([um,lm,Tu,zu]),CI=he([Tu,zu]),Ns=Ae.strict(),cw=pt.extend({requestId:Cs.optional(),reason:b().optional()}),js=ft.extend({method:C("notifications/cancelled"),params:cw}),uw=R({src:b(),mimeType:b().optional(),sizes:ee(b()).optional(),theme:Qe(["light","dark"]).optional()}),lo=R({icons:ee(uw).optional()}),vn=R({name:b(),title:b().optional()}),mm=vn.extend({...vn.shape,...lo.shape,version:b(),websiteUrl:b().optional(),description:b().optional()}),lw=Os(R({applyDefaults:Pe().optional()}),xe(b(),ve())),dw=bu(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Os(R({form:lw.optional(),url:Oe.optional()}),xe(b(),ve()).optional())),pw=Ue({list:Oe.optional(),cancel:Oe.optional(),requests:Ue({sampling:Ue({createMessage:Oe.optional()}).optional(),elicitation:Ue({create:Oe.optional()}).optional()}).optional()}),fw=Ue({list:Oe.optional(),cancel:Oe.optional(),requests:Ue({tools:Ue({call:Oe.optional()}).optional()}).optional()}),mw=R({experimental:xe(b(),Oe).optional(),sampling:R({context:Oe.optional(),tools:Oe.optional()}).optional(),elicitation:dw.optional(),roots:R({listChanged:Pe().optional()}).optional(),tasks:pw.optional()}),hw=at.extend({protocolVersion:b(),capabilities:mw,clientInfo:mm}),Eu=Me.extend({method:C("initialize"),params:hw});var gw=R({experimental:xe(b(),Oe).optional(),logging:Oe.optional(),completions:Oe.optional(),prompts:R({listChanged:Pe().optional()}).optional(),resources:R({subscribe:Pe().optional(),listChanged:Pe().optional()}).optional(),tools:R({listChanged:Pe().optional()}).optional(),tasks:fw.optional()}),yw=Ae.extend({protocolVersion:b(),capabilities:gw,serverInfo:mm,instructions:b().optional()}),Pu=ft.extend({method:C("notifications/initialized"),params:pt.optional()});var Zs=Me.extend({method:C("ping"),params:at.optional()}),_w=R({progress:ce(),total:we(ce()),message:we(b())}),vw=R({...pt.shape,..._w.shape,progressToken:im}),Ds=ft.extend({method:C("notifications/progress"),params:vw}),xw=at.extend({cursor:am.optional()}),po=Me.extend({params:xw.optional()}),fo=Ae.extend({nextCursor:am.optional()}),bw=Qe(["working","input_required","completed","failed","cancelled"]),mo=R({taskId:b(),status:bw,ttl:he([ce(),vu()]),createdAt:b(),lastUpdatedAt:b(),pollInterval:we(ce()),statusMessage:we(b())}),xn=Ae.extend({task:mo}),ww=pt.merge(mo),ho=ft.extend({method:C("notifications/tasks/status"),params:ww}),qs=Me.extend({method:C("tasks/get"),params:at.extend({taskId:b()})}),Ls=Ae.merge(mo),Fs=Me.extend({method:C("tasks/result"),params:at.extend({taskId:b()})}),NI=Ae.loose(),Us=po.extend({method:C("tasks/list")}),Vs=fo.extend({tasks:ee(mo)}),Hs=Me.extend({method:C("tasks/cancel"),params:at.extend({taskId:b()})}),hm=Ae.merge(mo),gm=R({uri:b(),mimeType:we(b()),_meta:xe(b(),ve()).optional()}),ym=gm.extend({text:b()}),Ru=b().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),_m=gm.extend({blob:Ru}),go=Qe(["user","assistant"]),bn=R({audience:ee(go).optional(),priority:ce().min(0).max(1).optional(),lastModified:io.datetime({offset:!0}).optional()}),vm=R({...vn.shape,...lo.shape,uri:b(),description:we(b()),mimeType:we(b()),annotations:bn.optional(),_meta:we(Ue({}))}),$w=R({...vn.shape,...lo.shape,uriTemplate:b(),description:we(b()),mimeType:we(b()),annotations:bn.optional(),_meta:we(Ue({}))}),Gs=po.extend({method:C("resources/list")}),kw=fo.extend({resources:ee(vm)}),Ws=po.extend({method:C("resources/templates/list")}),Sw=fo.extend({resourceTemplates:ee($w)}),Iu=at.extend({uri:b()}),Tw=Iu,Bs=Me.extend({method:C("resources/read"),params:Tw}),zw=Ae.extend({contents:ee(he([ym,_m]))}),Ew=ft.extend({method:C("notifications/resources/list_changed"),params:pt.optional()}),Pw=Iu,Rw=Me.extend({method:C("resources/subscribe"),params:Pw}),Iw=Iu,Ow=Me.extend({method:C("resources/unsubscribe"),params:Iw}),Mw=pt.extend({uri:b()}),Aw=ft.extend({method:C("notifications/resources/updated"),params:Mw}),Cw=R({name:b(),description:we(b()),required:we(Pe())}),Nw=R({...vn.shape,...lo.shape,description:we(b()),arguments:we(ee(Cw)),_meta:we(Ue({}))}),Js=po.extend({method:C("prompts/list")}),jw=fo.extend({prompts:ee(Nw)}),Zw=at.extend({name:b(),arguments:xe(b(),b()).optional()}),Ks=Me.extend({method:C("prompts/get"),params:Zw}),Ou=R({type:C("text"),text:b(),annotations:bn.optional(),_meta:xe(b(),ve()).optional()}),Mu=R({type:C("image"),data:Ru,mimeType:b(),annotations:bn.optional(),_meta:xe(b(),ve()).optional()}),Au=R({type:C("audio"),data:Ru,mimeType:b(),annotations:bn.optional(),_meta:xe(b(),ve()).optional()}),Dw=R({type:C("tool_use"),name:b(),id:b(),input:xe(b(),ve()),_meta:xe(b(),ve()).optional()}),qw=R({type:C("resource"),resource:he([ym,_m]),annotations:bn.optional(),_meta:xe(b(),ve()).optional()}),Lw=vm.extend({type:C("resource_link")}),Cu=he([Ou,Mu,Au,Lw,qw]),Fw=R({role:go,content:Cu}),Uw=Ae.extend({description:b().optional(),messages:ee(Fw)}),Vw=ft.extend({method:C("notifications/prompts/list_changed"),params:pt.optional()}),Hw=R({title:b().optional(),readOnlyHint:Pe().optional(),destructiveHint:Pe().optional(),idempotentHint:Pe().optional(),openWorldHint:Pe().optional()}),Gw=R({taskSupport:Qe(["required","optional","forbidden"]).optional()}),xm=R({...vn.shape,...lo.shape,description:b().optional(),inputSchema:R({type:C("object"),properties:xe(b(),Oe).optional(),required:ee(b()).optional()}).catchall(ve()),outputSchema:R({type:C("object"),properties:xe(b(),Oe).optional(),required:ee(b()).optional()}).catchall(ve()).optional(),annotations:Hw.optional(),execution:Gw.optional(),_meta:xe(b(),ve()).optional()}),Qs=po.extend({method:C("tools/list")}),Ww=fo.extend({tools:ee(xm)}),Xs=Ae.extend({content:ee(Cu).default([]),structuredContent:xe(b(),ve()).optional(),isError:Pe().optional()}),jI=Xs.or(Ae.extend({toolResult:ve()})),Bw=co.extend({name:b(),arguments:xe(b(),ve()).optional()}),wn=Me.extend({method:C("tools/call"),params:Bw}),Jw=ft.extend({method:C("notifications/tools/list_changed"),params:pt.optional()}),ZI=R({autoRefresh:Pe().default(!0),debounceMs:ce().int().nonnegative().default(300)}),yo=Qe(["debug","info","notice","warning","error","critical","alert","emergency"]),Kw=at.extend({level:yo}),Nu=Me.extend({method:C("logging/setLevel"),params:Kw}),Qw=pt.extend({level:yo,logger:b().optional(),data:ve()}),Xw=ft.extend({method:C("notifications/message"),params:Qw}),Yw=R({name:b().optional()}),e$=R({hints:ee(Yw).optional(),costPriority:ce().min(0).max(1).optional(),speedPriority:ce().min(0).max(1).optional(),intelligencePriority:ce().min(0).max(1).optional()}),t$=R({mode:Qe(["auto","required","none"]).optional()}),r$=R({type:C("tool_result"),toolUseId:b().describe("The unique identifier for the corresponding tool call."),content:ee(Cu).default([]),structuredContent:R({}).loose().optional(),isError:Pe().optional(),_meta:xe(b(),ve()).optional()}),n$=xu("type",[Ou,Mu,Au]),Ms=xu("type",[Ou,Mu,Au,Dw,r$]),o$=R({role:go,content:he([Ms,ee(Ms)]),_meta:xe(b(),ve()).optional()}),s$=co.extend({messages:ee(o$),modelPreferences:e$.optional(),systemPrompt:b().optional(),includeContext:Qe(["none","thisServer","allServers"]).optional(),temperature:ce().optional(),maxTokens:ce().int(),stopSequences:ee(b()).optional(),metadata:Oe.optional(),tools:ee(xm).optional(),toolChoice:t$.optional()}),i$=Me.extend({method:C("sampling/createMessage"),params:s$}),ju=Ae.extend({model:b(),stopReason:we(Qe(["endTurn","stopSequence","maxTokens"]).or(b())),role:go,content:n$}),Zu=Ae.extend({model:b(),stopReason:we(Qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(b())),role:go,content:he([Ms,ee(Ms)])}),a$=R({type:C("boolean"),title:b().optional(),description:b().optional(),default:Pe().optional()}),c$=R({type:C("string"),title:b().optional(),description:b().optional(),minLength:ce().optional(),maxLength:ce().optional(),format:Qe(["email","uri","date","date-time"]).optional(),default:b().optional()}),u$=R({type:Qe(["number","integer"]),title:b().optional(),description:b().optional(),minimum:ce().optional(),maximum:ce().optional(),default:ce().optional()}),l$=R({type:C("string"),title:b().optional(),description:b().optional(),enum:ee(b()),default:b().optional()}),d$=R({type:C("string"),title:b().optional(),description:b().optional(),oneOf:ee(R({const:b(),title:b()})),default:b().optional()}),p$=R({type:C("string"),title:b().optional(),description:b().optional(),enum:ee(b()),enumNames:ee(b()).optional(),default:b().optional()}),f$=he([l$,d$]),m$=R({type:C("array"),title:b().optional(),description:b().optional(),minItems:ce().optional(),maxItems:ce().optional(),items:R({type:C("string"),enum:ee(b())}),default:ee(b()).optional()}),h$=R({type:C("array"),title:b().optional(),description:b().optional(),minItems:ce().optional(),maxItems:ce().optional(),items:R({anyOf:ee(R({const:b(),title:b()}))}),default:ee(b()).optional()}),g$=he([m$,h$]),y$=he([p$,f$,g$]),_$=he([y$,a$,c$,u$]),v$=co.extend({mode:C("form").optional(),message:b(),requestedSchema:R({type:C("object"),properties:xe(b(),_$),required:ee(b()).optional()})}),x$=co.extend({mode:C("url"),message:b(),elicitationId:b(),url:b().url()}),b$=he([v$,x$]),w$=Me.extend({method:C("elicitation/create"),params:b$}),$$=pt.extend({elicitationId:b()}),k$=ft.extend({method:C("notifications/elicitation/complete"),params:$$}),Ys=Ae.extend({action:Qe(["accept","decline","cancel"]),content:bu(t=>t===null?void 0:t,xe(b(),he([b(),ce(),Pe(),ee(b())])).optional())}),S$=R({type:C("ref/resource"),uri:b()});var T$=R({type:C("ref/prompt"),name:b()}),z$=at.extend({ref:he([T$,S$]),argument:R({name:b(),value:b()}),context:R({arguments:xe(b(),b()).optional()}).optional()}),ei=Me.extend({method:C("completion/complete"),params:z$});function bm(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function wm(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var E$=Ae.extend({completion:Ue({values:ee(b()).max(100),total:we(ce().int()),hasMore:we(Pe())})}),P$=R({uri:b().startsWith("file://"),name:b().optional(),_meta:xe(b(),ve()).optional()}),R$=Me.extend({method:C("roots/list"),params:at.optional()}),Du=Ae.extend({roots:ee(P$)}),I$=ft.extend({method:C("notifications/roots/list_changed"),params:pt.optional()}),DI=he([Zs,Eu,ei,Nu,Ks,Js,Gs,Ws,Bs,Rw,Ow,wn,Qs,qs,Fs,Us,Hs]),qI=he([js,Ds,Pu,I$,ho]),LI=he([Ns,ju,Zu,Ys,Du,Ls,Vs,xn]),FI=he([Zs,i$,w$,R$,qs,Fs,Us,Hs]),UI=he([js,Ds,Xw,Aw,Ew,Jw,Vw,ho,k$]),VI=he([Ns,yw,E$,Uw,jw,kw,Sw,zw,Xs,Ww,Ls,Vs,xn]),A=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===Z.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new wu(o.elicitations,r)}return new t(e,r,n)}},wu=class extends A{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(Z.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function cr(t){return t==="completed"||t==="failed"||t==="cancelled"}var km=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"},Sm=t=>typeof t=="string"?{...$m,name:t}:{...$m,...t};var Tm=t=>{let e=Sm(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 qu(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function te(t,e,r,n,o){t[e]=r,qu(t,e,n,o)}var ti=(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 be(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?ti(e,t.currentPath):e.join("/")}}function zm(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==S.ZodAny&&(r.items=L(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&te(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&te(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(te(r,"minItems",t.exactLength.value,t.exactLength.message,e),te(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function Em(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?te(r,"minimum",n.value,n.message,e):te(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),te(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?te(r,"maximum",n.value,n.message,e):te(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),te(r,"maximum",n.value,n.message,e));break;case"multipleOf":te(r,"multipleOf",n.value,n.message,e);break}return r}function Pm(){return{type:"boolean"}}function ri(t,e){return L(t.type._def,e)}var Rm=(t,e)=>L(t.innerType._def,e);function Lu(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>Lu(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 O$(t,e)}}var O$=(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":te(r,"minimum",n.value,n.message,e);break;case"max":te(r,"maximum",n.value,n.message,e);break}return r};function Im(t,e){return{...L(t.innerType._def,e),default:t.defaultValue()}}function Om(t,e){return e.effectStrategy==="input"?L(t.schema._def,e):be(e)}function Mm(t){return{type:"string",enum:Array.from(t.values)}}var M$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Am(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(M$(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,...u}=s;i=u}else n=void 0;o.push(i)}}),o.length?{allOf:o,...n}:void 0}function Cm(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 Fu,bt={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:()=>(Fu===void 0&&(Fu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Fu),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 ni(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":te(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":te(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":wt(r,"email",n.message,e);break;case"format:idn-email":wt(r,"idn-email",n.message,e);break;case"pattern:zod":Ve(r,bt.email,n.message,e);break}break;case"url":wt(r,"uri",n.message,e);break;case"uuid":wt(r,"uuid",n.message,e);break;case"regex":Ve(r,n.regex,n.message,e);break;case"cuid":Ve(r,bt.cuid,n.message,e);break;case"cuid2":Ve(r,bt.cuid2,n.message,e);break;case"startsWith":Ve(r,RegExp(`^${Uu(n.value,e)}`),n.message,e);break;case"endsWith":Ve(r,RegExp(`${Uu(n.value,e)}$`),n.message,e);break;case"datetime":wt(r,"date-time",n.message,e);break;case"date":wt(r,"date",n.message,e);break;case"time":wt(r,"time",n.message,e);break;case"duration":wt(r,"duration",n.message,e);break;case"length":te(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),te(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Ve(r,RegExp(Uu(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&wt(r,"ipv4",n.message,e),n.version!=="v4"&&wt(r,"ipv6",n.message,e);break}case"base64url":Ve(r,bt.base64url,n.message,e);break;case"jwt":Ve(r,bt.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Ve(r,bt.ipv4Cidr,n.message,e),n.version!=="v4"&&Ve(r,bt.ipv6Cidr,n.message,e);break}case"emoji":Ve(r,bt.emoji(),n.message,e);break;case"ulid":{Ve(r,bt.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{wt(r,"binary",n.message,e);break}case"contentEncoding:base64":{te(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Ve(r,bt.base64,n.message,e);break}}break}case"nanoid":Ve(r,bt.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Uu(t,e){return e.patternStrategy==="escape"?C$(t):t}var A$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function C$(t){let e="";for(let r=0;r<t.length;r++)A$.has(t[r])||(e+="\\"),e+=t[r];return e}function wt(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}}})):te(t,"format",e,r,n)}function Ve(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:Nm(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):te(t,"pattern",Nm(e,n),r,n)}function Nm(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 u=0;u<n.length;u++){if(s){o+=n[u],s=!1;continue}if(r.i){if(i){if(n[u].match(/[a-z]/)){a?(o+=n[u],o+=`${n[u-2]}-${n[u]}`.toUpperCase(),a=!1):n[u+1]==="-"&&n[u+2]?.match(/[a-z]/)?(o+=n[u],a=!0):o+=`${n[u]}${n[u].toUpperCase()}`;continue}}else if(n[u].match(/[a-z]/)){o+=`[${n[u]}${n[u].toUpperCase()}]`;continue}}if(r.m){if(n[u]==="^"){o+=`(^|(?<=[\r
|
|
37
|
-
]))`;continue}else if(n[
|
|
38
|
-
]))`;continue}}if(r.s&&n[
|
|
39
|
-
`:`[${n[
|
|
40
|
-
]`;continue}o+=n[u],n[u]==="\\"?s=!0:i&&n[u]==="]"?i=!1:!i&&n[u]==="["&&(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 oi(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===S.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]})??be(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===S.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=ni(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===S.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===S.ZodBranded&&t.keyType._def.type._def.typeName===S.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=ri(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function jm(t,e){if(e.mapStrategy==="record")return oi(t,e);let r=L(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||be(e),n=L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||be(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function Zm(t){let e=t.values,n=Object.keys(t.values).filter(s=>typeof e[e[s]]!="number").map(s=>e[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function Dm(t){return t.target==="openAi"?void 0:{not:be({...t,currentPath:[...t.currentPath,"not"]})}}function qm(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var _o={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Fm(t,e){if(e.target==="openApi3")return Lm(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in _o&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=_o[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 Lm(t,e)}var Lm=(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 Um(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:_o[t.innerType._def.typeName],nullable:!0}:{type:[_o[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 Vm(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",qu(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?te(r,"minimum",n.value,n.message,e):te(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),te(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?te(r,"maximum",n.value,n.message,e):te(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),te(r,"maximum",n.value,n.message,e));break;case"multipleOf":te(r,"multipleOf",n.value,n.message,e);break}return r}function Hm(t,e){let r=e.target==="openAi",n={type:"object",properties:{}},o=[],s=t.shape();for(let a in s){let u=s[a];if(u===void 0||u._def===void 0)continue;let c=j$(u);c&&r&&(u._def.typeName==="ZodOptional"&&(u=u._def.innerType),u.isNullable()||(u=u.nullable()),c=!1);let l=L(u._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,c||o.push(a))}o.length&&(n.required=o);let i=N$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function N$(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 j$(t){try{return t.isOptional()}catch{return!0}}var Gm=(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:be(e)},r]}:be(e)};var Wm=(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 Bm(t,e){return L(t.type._def,e)}function Jm(t,e){let n={type:"array",uniqueItems:!0,items:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&te(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&te(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Km(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 Qm(t){return{not:be(t)}}function Xm(t){return be(t)}var Ym=(t,e)=>L(t.innerType._def,e);var eh=(t,e,r)=>{switch(e){case S.ZodString:return ni(t,r);case S.ZodNumber:return Vm(t,r);case S.ZodObject:return Hm(t,r);case S.ZodBigInt:return Em(t,r);case S.ZodBoolean:return Pm();case S.ZodDate:return Lu(t,r);case S.ZodUndefined:return Qm(r);case S.ZodNull:return qm(r);case S.ZodArray:return zm(t,r);case S.ZodUnion:case S.ZodDiscriminatedUnion:return Fm(t,r);case S.ZodIntersection:return Am(t,r);case S.ZodTuple:return Km(t,r);case S.ZodRecord:return oi(t,r);case S.ZodLiteral:return Cm(t,r);case S.ZodEnum:return Mm(t);case S.ZodNativeEnum:return Zm(t);case S.ZodNullable:return Um(t,r);case S.ZodOptional:return Gm(t,r);case S.ZodMap:return jm(t,r);case S.ZodSet:return Jm(t,r);case S.ZodLazy:return()=>t.getter()._def;case S.ZodPromise:return Bm(t,r);case S.ZodNaN:case S.ZodNever:return Dm(r);case S.ZodEffects:return Om(t,r);case S.ZodAny:return be(r);case S.ZodUnknown:return Xm(r);case S.ZodDefault:return Im(t,r);case S.ZodBranded:return ri(t,r);case S.ZodReadonly:return Ym(t,r);case S.ZodCatch:return Rm(t,r);case S.ZodPipeline:return Wm(t,r);case S.ZodFunction:case S.ZodVoid:case S.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!==km)return a}if(n&&!r){let a=Z$(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=eh(t,t.typeName,e),i=typeof s=="function"?L(s(),e):s;if(i&&D$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var Z$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:ti(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`),be(e)):e.$refStrategy==="seen"?be(e):void 0}},D$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Vu=(t,e)=>{let r=Tm(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((u,[c,l])=>({...u,[c]:L(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,c]},!0)??be(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)??be(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 q$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Hu(t,e){return dt(t)?du(t,{target:q$(e?.target),io:e?.pipeStrategy??"input"}):Vu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function Gu(t){let r=ir(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Rs(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function Wu(t,e){let r=sr(t,e);if(!r.success)throw r.error;return r.data}var L$=6e4,si=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(js,r=>{this._oncancel(r)}),this.setNotificationHandler(Ds,r=>{this._onprogress(r)}),this.setRequestHandler(Zs,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(qs,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new A(Z.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(Fs,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let u=a.message,c=u.id,l=this._requestResolvers.get(c);if(l)if(this._requestResolvers.delete(c),a.type==="response")l(u);else{let d=u,m=new A(d.error.code,d.error.message,d.error.data);l(m)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${c}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new A(Z.InvalidParams,`Task not found: ${s}`);if(!cr(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(cr(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[ar]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(Us,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 A(Z.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(Hs,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new A(Z.InvalidParams,`Task not found: ${r.params.taskId}`);if(cr(o.status))throw new A(Z.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 A(Z.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof A?o:new A(Z.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),A.fromError(Z.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),uo(s)||pm(s)?this._onresponse(s):Su(s)?this._onrequest(s,i):dm(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=A.fromError(Z.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?.[ar]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:Z.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=cm(e.params)?e.params.task:void 0,u=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,c={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,m)=>{if(i.signal.aborted)throw new A(Z.ConnectionClosed,"Request was cancelled");let h={...m,relatedRequestId:e.id};s&&!h.relatedTask&&(h.relatedTask={taskId:s});let p=h.relatedTask?.taskId??s;return p&&u&&await u.updateTaskStatus(p,"input_required"),await this.request(l,d,h)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:u,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,c)).then(async l=>{if(i.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:Z.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.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(u){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(u);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),uo(e))n(e);else{let i=new A(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(uo(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),uo(e))o(e);else{let i=A.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 A?i:new A(Z.InternalError,String(i))}}return}let s;try{let i=await this.request(e,xn,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new A(Z.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},cr(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new A(Z.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new A(Z.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let u=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(c=>setTimeout(c,u)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof A?i:new A(Z.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:u}=n??{};return new Promise((c,l)=>{let d=g=>{l(g)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(g){d(g);return}n?.signal?.throwIfAborted();let m=this._requestMessageId++,h={...e,jsonrpc:"2.0",id:m};n?.onprogress&&(this._progressHandlers.set(m,n.onprogress),h.params={...e.params,_meta:{...e.params?._meta||{},progressToken:m}}),a&&(h.params={...h.params,task:a}),u&&(h.params={...h.params,_meta:{...h.params?._meta||{},[ar]:u}});let p=g=>{this._responseHandlers.delete(m),this._progressHandlers.delete(m),this._cleanupTimeout(m),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:m,reason:String(g)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(v=>this._onerror(new Error(`Failed to send cancellation: ${v}`)));let x=g instanceof A?g:new A(Z.RequestTimeout,String(g));l(x)};this._responseHandlers.set(m,g=>{if(!n?.signal?.aborted){if(g instanceof Error)return l(g);try{let x=sr(r,g.result);x.success?c(x.data):l(x.error)}catch(x){l(x)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let f=n?.timeout??L$,y=()=>p(A.fromError(Z.RequestTimeout,"Request timed out",{timeout:f}));this._setupTimeout(m,f,n?.maxTotalTimeout,y,n?.resetTimeoutOnProgress??!1);let _=u?.taskId;if(_){let g=x=>{let v=this._responseHandlers.get(m);v?v(x):this._onerror(new Error(`Response handler missing for side-channeled request ${m}`))};this._requestResolvers.set(m,g),this._enqueueTaskMessage(_,{type:"request",message:h,timestamp:Date.now()}).catch(x=>{this._cleanupTimeout(m),l(x)})}else this._transport.send(h,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(g=>{this._cleanupTimeout(m),l(g)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},Ls,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},Vs,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},hm,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||{},[ar]: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||{},[ar]:r.relatedTask}}}),this._transport?.send(a,r).catch(u=>this._onerror(u))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[ar]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=Gu(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=Wu(e,o);return Promise.resolve(r(i,s))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=Gu(e);this._notificationHandlers.set(n,o=>{let s=Wu(e,o);return Promise.resolve(r(s))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,o)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let o of n)if(o.type==="request"&&Su(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new A(Z.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 A(Z.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new A(Z.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 A(Z.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 u=ho.parse({method:"notifications/tasks/status",params:a});await this.notification(u),cr(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 A(Z.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(cr(a.status))throw new A(Z.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 u=await n.getTask(o,r);if(u){let c=ho.parse({method:"notifications/tasks/status",params:u});await this.notification(c),cr(u.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function th(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function rh(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];th(i)&&th(s)?r[o]={...i,...s}:r[o]=s}return r}var Fy=Vn(Od(),1),Uy=Vn(Ly(),1);function IE(){let t=new Fy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Uy.default)(t),t}var Fi=class{constructor(e){this._ajv=e??IE()}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 Ui=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 Vy(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 Hy(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 Vi=class extends si{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(yo.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 Fi,this.setRequestHandler(Eu,n=>this._oninitialize(n)),this.setNotificationHandler(Pu,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Nu,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=yo.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new Ui(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=rh(this._capabilities,e)}setRequestHandler(e,r){let o=ir(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(dt(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(u,c)=>{let l=sr(wn,u);if(!l.success){let p=l.error instanceof Error?l.error.message:String(l.error);throw new A(Z.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:d}=l.data,m=await Promise.resolve(r(u,c));if(d.task){let p=sr(xn,m);if(!p.success){let f=p.error instanceof Error?p.error.message:String(p.error);throw new A(Z.InvalidParams,`Invalid task creation result: ${f}`)}return p.data}let h=sr(Xs,m);if(!h.success){let p=h.error instanceof Error?h.error.message:String(h.error);throw new A(Z.InvalidParams,`Invalid tools/call result: ${p}`)}return h.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){Hy(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&Vy(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:sm.includes(r)?r:$u,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"},Ns)}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(c=>c.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]:[],u=a.some(c=>c.type==="tool_use");if(s){if(o.some(c=>c.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let c=new Set(a.filter(d=>d.type==="tool_use").map(d=>d.id)),l=new Set(o.filter(d=>d.type==="tool_result").map(d=>d.toolUseId));if(c.size!==l.size||![...c].every(d=>l.has(d)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},Zu,r):this.request({method:"sampling/createMessage",params:e},ju,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},Ys,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},Ys,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new A(Z.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof A?i:new A(Z.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},Du,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 Wy=Symbol.for("mcp.completable");function qd(t){return!!t&&typeof t=="object"&&Wy in t}function By(t){return t[Wy]?.complete}var Gy;(function(t){t.Completable="McpCompletable"})(Gy||(Gy={}));var OE=/^[A-Za-z0-9._-]{1,128}$/;function ME(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"),!OE.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 AE(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 Ld(t){let e=ME(t);return AE(t,e.warnings),e.isValid}var Hi=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 Gi=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 Vi(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new Hi(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(yr(Qs)),this.server.assertCanSetRequestHandler(yr(wn)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Qs,()=>({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=_n(r.inputSchema);return o?Hu(o,{strictUnions:!0,pipeStrategy:"input"}):CE})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=_n(r.outputSchema);o&&(n.outputSchema=Hu(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(wn,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new A(Z.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new A(Z.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 A(Z.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new A(Z.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),u=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,u,e.params.name),u}catch(n){if(n instanceof A&&n.code===Z.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=_n(e.inputSchema)??e.inputSchema,i=await Es(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",u=Ps(a);throw new A(Z.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${u}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new A(Z.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=_n(e.outputSchema),s=await Es(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=Ps(i);throw new A(Z.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)),u=a.task.taskId,c=a.task,l=c.pollInterval??5e3;for(;c.status!=="completed"&&c.status!=="failed"&&c.status!=="cancelled";){await new Promise(m=>setTimeout(m,l));let d=await n.taskStore.getTask(u);if(!d)throw new A(Z.InternalError,`Task ${u} not found during polling`);c=d}return await n.taskStore.getTaskResult(u)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(yr(ei)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(ei,async e=>{switch(e.params.ref.type){case"ref/prompt":return bm(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return wm(e),this.handleResourceCompletion(e,e.params.ref);default:throw new A(Z.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new A(Z.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new A(Z.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Bo;let s=ir(n.argsSchema)?.[e.params.argument.name];if(!qd(s))return Bo;let i=By(s);if(!i)return Bo;let a=await i(e.params.argument.value,e.params.context);return Ky(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 Bo;throw new A(Z.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Bo;let s=await o(e.params.argument.value,e.params.context);return Ky(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(yr(Gs)),this.server.assertCanSetRequestHandler(yr(Ws)),this.server.assertCanSetRequestHandler(yr(Bs)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Gs,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(Ws,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Bs,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new A(Z.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 A(Z.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(yr(Js)),this.server.assertCanSetRequestHandler(yr(Ks)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Js,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?jE(r.argsSchema):void 0}))})),this.server.setRequestHandler(Ks,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new A(Z.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new A(Z.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=_n(n.argsSchema),s=await Es(o,e.params.arguments);if(!s.success){let u="error"in s?s.error:"Unknown error",c=Ps(u);throw new A(Z.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${c}`)}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:c=>{typeof c.name<"u"&&c.name!==e&&(delete this._registeredResourceTemplates[e],c.name&&(this._registeredResourceTemplates[c.name]=i)),typeof c.title<"u"&&(i.title=c.title),typeof c.template<"u"&&(i.resourceTemplate=c.template),typeof c.metadata<"u"&&(i.metadata=c.metadata),typeof c.callback<"u"&&(i.readCallback=c.callback),typeof c.enabled<"u"&&(i.enabled=c.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(c=>!!n.completeCallback(c))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0:Vr(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=Vr(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(u=>{let c=u instanceof Je?u._def?.innerType:u;return qd(c)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,u,c){Ld(e);let l={title:r,description:n,inputSchema:Jy(o),outputSchema:Jy(s),annotations:i,execution:a,_meta:u,handler:c,enabled:!0,disable:()=>l.update({enabled:!1}),enable:()=>l.update({enabled:!0}),remove:()=>l.update({name:null}),update:d=>{typeof d.name<"u"&&d.name!==e&&(typeof d.name=="string"&&Ld(d.name),delete this._registeredTools[e],d.name&&(this._registeredTools[d.name]=l)),typeof d.title<"u"&&(l.title=d.title),typeof d.description<"u"&&(l.description=d.description),typeof d.paramsSchema<"u"&&(l.inputSchema=Vr(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=Vr(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let u=r[0];Fd(u)?(o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Fd(r[0])&&(i=r.shift())):typeof u=="object"&&u!==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:u,_meta:c}=r;return this._createRegisteredTool(e,o,s,i,a,u,{taskSupport:"forbidden"},c,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 CE={type:"object",properties:{}};function Qy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function NE(t){return"_def"in t||"_zod"in t||Qy(t)}function Fd(t){return typeof t!="object"||t===null||NE(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(Qy)}function Jy(t){if(t)return Fd(t)?Vr(t):t}function jE(t){let e=ir(t);return e?Object.entries(e).map(([r,n])=>{let o=Nf(n),s=jf(n);return{name:r,description:o,required:!s}}):[]}function yr(t){let r=ir(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Rs(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function Ky(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Bo={completion:{values:[],hasMore:!1}};var Ud=Vn(require("node:process"),1);var Wi=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
|
|
36
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let l of this.seen.entries()){let d=l[1];if(e===l[0]){i(l);continue}if(n.external){let h=n.external.registry.get(l[0])?.id;if(e!==l[0]&&h){i(l);continue}}if(this.metadataRegistry.get(l[0])?.id){i(l);continue}if(d.cycle){i(l);continue}if(d.count>1&&n.reused==="ref"){i(l);continue}}let a=(l,d)=>{let m=this.seen.get(l),h=m.def??m.schema,p={...h};if(m.ref===null)return;let f=m.ref;if(m.ref=null,f){a(f,d);let g=this.seen.get(f).schema;g.$ref&&d.target==="draft-7"?(h.allOf=h.allOf??[],h.allOf.push(g)):(Object.assign(h,g),Object.assign(h,p))}m.isParent||this.override({zodSchema:l,jsonSchema:h,path:m.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(l)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(u[d.defId]=d.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function du(t,e){if(t instanceof no){let n=new zs(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 zs(e);return r.process(t),r.emit(t,e)}function ze(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 ze(o.element,r);case"object":{for(let s in o.shape)if(ze(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(ze(s,r))return!0;return!1}case"intersection":return ze(o.left,r)||ze(o.right,r);case"tuple":{for(let s of o.items)if(ze(s,r))return!0;return!!(o.rest&&ze(o.rest,r))}case"record":return ze(o.keyType,r)||ze(o.valueType,r);case"map":return ze(o.keyType,r)||ze(o.valueType,r);case"set":return ze(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return ze(o.innerType,r);case"lazy":return ze(o.getter(),r);case"default":return ze(o.innerType,r);case"prefault":return ze(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return ze(o.in,r)||ze(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var ib=w("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ue.init(t,e),t.def=e,t.parse=(r,n)=>Pa(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>qr(t,r,n),t.parseAsync=async(r,n)=>Ia(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Lr(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)=>it(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var ab=w("ZodMiniObject",(t,e)=>{vs.init(t,e),ib.init(t,e),Y.defineLazy(t,"shape",()=>e.shape)});function pu(t,e){let r={type:"object",get shape(){return Y.assignProp(this,"shape",{...t}),this.shape},...Y.normalizeParams(e)};return new ab(r)}function dt(t){return!!t._zod}function Vr(t){let e=Object.values(t);if(e.length===0)return pu({});let r=e.every(dt),n=e.every(o=>!dt(o));if(r)return pu(t);if(n)return ha(t);throw new Error("Mixed Zod versions detected in object shape.")}function sr(t,e){return dt(t)?qr(t,e):t.safeParse(e)}async function Es(t,e){return dt(t)?await Lr(t,e):await t.safeParseAsync(e)}function ir(t){if(!t)return;let e;if(dt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function _n(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 Vr(t)}}if(dt(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 Ps(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 Nf(t){return t.description}function jf(t){if(dt(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function Rs(t){if(dt(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 io={};os(io,{ZodISODate:()=>Df,ZodISODateTime:()=>Zf,ZodISODuration:()=>Lf,ZodISOTime:()=>qf,date:()=>mu,datetime:()=>fu,duration:()=>gu,time:()=>hu});var Zf=w("ZodISODateTime",(t,e)=>{$f.init(t,e),ve.init(t,e)});function fu(t){return Rf(Zf,t)}var Df=w("ZodISODate",(t,e)=>{kf.init(t,e),ve.init(t,e)});function mu(t){return If(Df,t)}var qf=w("ZodISOTime",(t,e)=>{Sf.init(t,e),ve.init(t,e)});function hu(t){return Of(qf,t)}var Lf=w("ZodISODuration",(t,e)=>{Tf.init(t,e),ve.init(t,e)});function gu(t){return Mf(Lf,t)}var Ff=(t,e)=>{ms.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>za(t,r)},flatten:{value:r=>Ta(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},xI=w("ZodError",Ff),ao=w("ZodError",Ff,{Parent:Error});var Uf=Ea(ao),Vf=Ra(ao),Hf=Oa(ao),Gf=Ma(ao);var ke=w("ZodType",(t,e)=>(ue.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)=>it(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>Uf(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Hf(t,r,n),t.parseAsync=async(r,n)=>Vf(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Gf(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(ow(r,n)),t.superRefine=r=>t.check(sw(r)),t.overwrite=r=>t.check(Fr(r)),t.optional=()=>$e(t),t.nullable=()=>Jf(t),t.nullish=()=>$e(Jf(t)),t.nonoptional=r=>Qb(t,r),t.array=()=>ee(t),t.or=r=>he([t,r]),t.and=r=>Os(t,r),t.transform=r=>_u(t,em(r)),t.default=r=>Bb(t,r),t.prefault=r=>Kb(t,r),t.catch=r=>Yb(t,r),t.pipe=r=>_u(t,r),t.readonly=()=>rw(t),t.describe=r=>{let n=t.clone();return or.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return or.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return or.get(t);let n=t.clone();return or.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Kf=w("_ZodString",(t,e)=>{ro.init(t,e),ke.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(Yc(...n)),t.includes=(...n)=>t.check(ru(...n)),t.startsWith=(...n)=>t.check(nu(...n)),t.endsWith=(...n)=>t.check(ou(...n)),t.min=(...n)=>t.check(yn(...n)),t.max=(...n)=>t.check(Ss(...n)),t.length=(...n)=>t.check(Ts(...n)),t.nonempty=(...n)=>t.check(yn(1,...n)),t.lowercase=n=>t.check(eu(n)),t.uppercase=n=>t.check(tu(n)),t.trim=()=>t.check(iu()),t.normalize=(...n)=>t.check(su(...n)),t.toLowerCase=()=>t.check(au()),t.toUpperCase=()=>t.check(cu())}),gb=w("ZodString",(t,e)=>{ro.init(t,e),Kf.init(t,e),t.email=r=>t.check(Tc(yb,r)),t.url=r=>t.check(Ic(_b,r)),t.jwt=r=>t.check(Gc(Mb,r)),t.emoji=r=>t.check(Oc(vb,r)),t.guid=r=>t.check(bs(Wf,r)),t.uuid=r=>t.check(zc(Is,r)),t.uuidv4=r=>t.check(Ec(Is,r)),t.uuidv6=r=>t.check(Pc(Is,r)),t.uuidv7=r=>t.check(Rc(Is,r)),t.nanoid=r=>t.check(Mc(xb,r)),t.guid=r=>t.check(bs(Wf,r)),t.cuid=r=>t.check(Ac(bb,r)),t.cuid2=r=>t.check(Cc(wb,r)),t.ulid=r=>t.check(Nc($b,r)),t.base64=r=>t.check(Uc(Rb,r)),t.base64url=r=>t.check(Vc(Ib,r)),t.xid=r=>t.check(jc(kb,r)),t.ksuid=r=>t.check(Zc(Sb,r)),t.ipv4=r=>t.check(Dc(Tb,r)),t.ipv6=r=>t.check(qc(zb,r)),t.cidrv4=r=>t.check(Lc(Eb,r)),t.cidrv6=r=>t.check(Fc(Pb,r)),t.e164=r=>t.check(Hc(Ob,r)),t.datetime=r=>t.check(fu(r)),t.date=r=>t.check(mu(r)),t.time=r=>t.check(hu(r)),t.duration=r=>t.check(gu(r))});function b(t){return Sc(gb,t)}var ve=w("ZodStringFormat",(t,e)=>{me.init(t,e),Kf.init(t,e)}),yb=w("ZodEmail",(t,e)=>{La.init(t,e),ve.init(t,e)});var Wf=w("ZodGUID",(t,e)=>{Da.init(t,e),ve.init(t,e)});var Is=w("ZodUUID",(t,e)=>{qa.init(t,e),ve.init(t,e)});var _b=w("ZodURL",(t,e)=>{Fa.init(t,e),ve.init(t,e)});var vb=w("ZodEmoji",(t,e)=>{Ua.init(t,e),ve.init(t,e)});var xb=w("ZodNanoID",(t,e)=>{Va.init(t,e),ve.init(t,e)});var bb=w("ZodCUID",(t,e)=>{Ha.init(t,e),ve.init(t,e)});var wb=w("ZodCUID2",(t,e)=>{Ga.init(t,e),ve.init(t,e)});var $b=w("ZodULID",(t,e)=>{Wa.init(t,e),ve.init(t,e)});var kb=w("ZodXID",(t,e)=>{Ba.init(t,e),ve.init(t,e)});var Sb=w("ZodKSUID",(t,e)=>{Ja.init(t,e),ve.init(t,e)});var Tb=w("ZodIPv4",(t,e)=>{Ka.init(t,e),ve.init(t,e)});var zb=w("ZodIPv6",(t,e)=>{Qa.init(t,e),ve.init(t,e)});var Eb=w("ZodCIDRv4",(t,e)=>{Xa.init(t,e),ve.init(t,e)});var Pb=w("ZodCIDRv6",(t,e)=>{Ya.init(t,e),ve.init(t,e)});var Rb=w("ZodBase64",(t,e)=>{ec.init(t,e),ve.init(t,e)});var Ib=w("ZodBase64URL",(t,e)=>{tc.init(t,e),ve.init(t,e)});var Ob=w("ZodE164",(t,e)=>{rc.init(t,e),ve.init(t,e)});var Mb=w("ZodJWT",(t,e)=>{nc.init(t,e),ve.init(t,e)});var Qf=w("ZodNumber",(t,e)=>{_s.init(t,e),ke.init(t,e),t.gt=(n,o)=>t.check($s(n,o)),t.gte=(n,o)=>t.check(so(n,o)),t.min=(n,o)=>t.check(so(n,o)),t.lt=(n,o)=>t.check(ws(n,o)),t.lte=(n,o)=>t.check(oo(n,o)),t.max=(n,o)=>t.check(oo(n,o)),t.int=n=>t.check(Bf(n)),t.safe=n=>t.check(Bf(n)),t.positive=n=>t.check($s(0,n)),t.nonnegative=n=>t.check(so(0,n)),t.negative=n=>t.check(ws(0,n)),t.nonpositive=n=>t.check(oo(0,n)),t.multipleOf=(n,o)=>t.check(ks(n,o)),t.step=(n,o)=>t.check(ks(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 ae(t){return Wc(Qf,t)}var Ab=w("ZodNumberFormat",(t,e)=>{oc.init(t,e),Qf.init(t,e)});function Bf(t){return Bc(Ab,t)}var Cb=w("ZodBoolean",(t,e)=>{sc.init(t,e),ke.init(t,e)});function Pe(t){return Jc(Cb,t)}var Nb=w("ZodNull",(t,e)=>{ic.init(t,e),ke.init(t,e)});function vu(t){return Kc(Nb,t)}var jb=w("ZodUnknown",(t,e)=>{ac.init(t,e),ke.init(t,e)});function xe(){return Qc(jb)}var Zb=w("ZodNever",(t,e)=>{cc.init(t,e),ke.init(t,e)});function Db(t){return Xc(Zb,t)}var qb=w("ZodArray",(t,e)=>{uc.init(t,e),ke.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(yn(r,n)),t.nonempty=r=>t.check(yn(1,r)),t.max=(r,n)=>t.check(Ss(r,n)),t.length=(r,n)=>t.check(Ts(r,n)),t.unwrap=()=>t.element});function ee(t,e){return Af(qb,t,e)}var Xf=w("ZodObject",(t,e)=>{vs.init(t,e),ke.init(t,e),Y.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:xe()}),t.loose=()=>t.clone({...t._zod.def,catchall:xe()}),t.strict=()=>t.clone({...t._zod.def,catchall:Db()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>Y.extend(t,r),t.merge=r=>Y.merge(t,r),t.pick=r=>Y.pick(t,r),t.omit=r=>Y.omit(t,r),t.partial=(...r)=>Y.partial(tm,t,r[0]),t.required=(...r)=>Y.required(rm,t,r[0])});function I(t,e){let r={type:"object",get shape(){return Y.assignProp(this,"shape",{...t}),this.shape},...Y.normalizeParams(e)};return new Xf(r)}function Ue(t,e){return new Xf({type:"object",get shape(){return Y.assignProp(this,"shape",{...t}),this.shape},catchall:xe(),...Y.normalizeParams(e)})}var Yf=w("ZodUnion",(t,e)=>{xs.init(t,e),ke.init(t,e),t.options=e.options});function he(t,e){return new Yf({type:"union",options:t,...Y.normalizeParams(e)})}var Lb=w("ZodDiscriminatedUnion",(t,e)=>{Yf.init(t,e),lc.init(t,e)});function xu(t,e,r){return new Lb({type:"union",options:e,discriminator:t,...Y.normalizeParams(r)})}var Fb=w("ZodIntersection",(t,e)=>{dc.init(t,e),ke.init(t,e)});function Os(t,e){return new Fb({type:"intersection",left:t,right:e})}var Ub=w("ZodRecord",(t,e)=>{pc.init(t,e),ke.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function be(t,e,r){return new Ub({type:"record",keyType:t,valueType:e,...Y.normalizeParams(r)})}var yu=w("ZodEnum",(t,e)=>{fc.init(t,e),ke.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 yu({...e,checks:[],...Y.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 yu({...e,checks:[],...Y.normalizeParams(o),entries:s})}});function Qe(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new yu({type:"enum",entries:r,...Y.normalizeParams(e)})}var Vb=w("ZodLiteral",(t,e)=>{mc.init(t,e),ke.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 N(t,e){return new Vb({type:"literal",values:Array.isArray(t)?t:[t],...Y.normalizeParams(e)})}var Hb=w("ZodTransform",(t,e)=>{hc.init(t,e),ke.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(Y.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(Y.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 em(t){return new Hb({type:"transform",transform:t})}var tm=w("ZodOptional",(t,e)=>{gc.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function $e(t){return new tm({type:"optional",innerType:t})}var Gb=w("ZodNullable",(t,e)=>{yc.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Jf(t){return new Gb({type:"nullable",innerType:t})}var Wb=w("ZodDefault",(t,e)=>{_c.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Bb(t,e){return new Wb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Jb=w("ZodPrefault",(t,e)=>{vc.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Kb(t,e){return new Jb({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var rm=w("ZodNonOptional",(t,e)=>{xc.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Qb(t,e){return new rm({type:"nonoptional",innerType:t,...Y.normalizeParams(e)})}var Xb=w("ZodCatch",(t,e)=>{bc.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Yb(t,e){return new Xb({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var ew=w("ZodPipe",(t,e)=>{wc.init(t,e),ke.init(t,e),t.in=e.in,t.out=e.out});function _u(t,e){return new ew({type:"pipe",in:t,out:e})}var tw=w("ZodReadonly",(t,e)=>{$c.init(t,e),ke.init(t,e)});function rw(t){return new tw({type:"readonly",innerType:t})}var nm=w("ZodCustom",(t,e)=>{kc.init(t,e),ke.init(t,e)});function nw(t){let e=new Ie({check:"custom"});return e._zod.check=t,e}function om(t,e){return uu(nm,t??(()=>!0),e)}function ow(t,e={}){return lu(nm,t,e)}function sw(t){let e=nw(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(Y.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(Y.issue(o))}},t(r.value,r)));return e}function bu(t,e){return _u(em(t),e)}st(Ef());var $u="2025-11-25";var sm=[$u,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],ar="io.modelcontextprotocol/related-task",As="2.0",Oe=om(t=>t!==null&&(typeof t=="object"||typeof t=="function")),im=he([b(),ae().int()]),am=b(),AI=Ue({ttl:he([ae(),vu()]).optional(),pollInterval:ae().optional()}),iw=I({ttl:ae().optional()}),aw=I({taskId:b()}),ku=Ue({progressToken:im.optional(),[ar]:aw.optional()}),at=I({_meta:ku.optional()}),co=at.extend({task:iw.optional()}),cm=t=>co.safeParse(t).success,Me=I({method:b(),params:at.loose().optional()}),pt=I({_meta:ku.optional()}),ft=I({method:b(),params:pt.loose().optional()}),Ae=Ue({_meta:ku.optional()}),Cs=he([b(),ae().int()]),um=I({jsonrpc:N(As),id:Cs,...Me.shape}).strict(),Su=t=>um.safeParse(t).success,lm=I({jsonrpc:N(As),...ft.shape}).strict(),dm=t=>lm.safeParse(t).success,Tu=I({jsonrpc:N(As),id:Cs,result:Ae}).strict(),uo=t=>Tu.safeParse(t).success;var D;(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"})(D||(D={}));var zu=I({jsonrpc:N(As),id:Cs.optional(),error:I({code:ae().int(),message:b(),data:xe().optional()})}).strict();var pm=t=>zu.safeParse(t).success;var fm=he([um,lm,Tu,zu]),CI=he([Tu,zu]),Ns=Ae.strict(),cw=pt.extend({requestId:Cs.optional(),reason:b().optional()}),js=ft.extend({method:N("notifications/cancelled"),params:cw}),uw=I({src:b(),mimeType:b().optional(),sizes:ee(b()).optional(),theme:Qe(["light","dark"]).optional()}),lo=I({icons:ee(uw).optional()}),vn=I({name:b(),title:b().optional()}),mm=vn.extend({...vn.shape,...lo.shape,version:b(),websiteUrl:b().optional(),description:b().optional()}),lw=Os(I({applyDefaults:Pe().optional()}),be(b(),xe())),dw=bu(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Os(I({form:lw.optional(),url:Oe.optional()}),be(b(),xe()).optional())),pw=Ue({list:Oe.optional(),cancel:Oe.optional(),requests:Ue({sampling:Ue({createMessage:Oe.optional()}).optional(),elicitation:Ue({create:Oe.optional()}).optional()}).optional()}),fw=Ue({list:Oe.optional(),cancel:Oe.optional(),requests:Ue({tools:Ue({call:Oe.optional()}).optional()}).optional()}),mw=I({experimental:be(b(),Oe).optional(),sampling:I({context:Oe.optional(),tools:Oe.optional()}).optional(),elicitation:dw.optional(),roots:I({listChanged:Pe().optional()}).optional(),tasks:pw.optional()}),hw=at.extend({protocolVersion:b(),capabilities:mw,clientInfo:mm}),Eu=Me.extend({method:N("initialize"),params:hw});var gw=I({experimental:be(b(),Oe).optional(),logging:Oe.optional(),completions:Oe.optional(),prompts:I({listChanged:Pe().optional()}).optional(),resources:I({subscribe:Pe().optional(),listChanged:Pe().optional()}).optional(),tools:I({listChanged:Pe().optional()}).optional(),tasks:fw.optional()}),yw=Ae.extend({protocolVersion:b(),capabilities:gw,serverInfo:mm,instructions:b().optional()}),Pu=ft.extend({method:N("notifications/initialized"),params:pt.optional()});var Zs=Me.extend({method:N("ping"),params:at.optional()}),_w=I({progress:ae(),total:$e(ae()),message:$e(b())}),vw=I({...pt.shape,..._w.shape,progressToken:im}),Ds=ft.extend({method:N("notifications/progress"),params:vw}),xw=at.extend({cursor:am.optional()}),po=Me.extend({params:xw.optional()}),fo=Ae.extend({nextCursor:am.optional()}),bw=Qe(["working","input_required","completed","failed","cancelled"]),mo=I({taskId:b(),status:bw,ttl:he([ae(),vu()]),createdAt:b(),lastUpdatedAt:b(),pollInterval:$e(ae()),statusMessage:$e(b())}),xn=Ae.extend({task:mo}),ww=pt.merge(mo),ho=ft.extend({method:N("notifications/tasks/status"),params:ww}),qs=Me.extend({method:N("tasks/get"),params:at.extend({taskId:b()})}),Ls=Ae.merge(mo),Fs=Me.extend({method:N("tasks/result"),params:at.extend({taskId:b()})}),NI=Ae.loose(),Us=po.extend({method:N("tasks/list")}),Vs=fo.extend({tasks:ee(mo)}),Hs=Me.extend({method:N("tasks/cancel"),params:at.extend({taskId:b()})}),hm=Ae.merge(mo),gm=I({uri:b(),mimeType:$e(b()),_meta:be(b(),xe()).optional()}),ym=gm.extend({text:b()}),Ru=b().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),_m=gm.extend({blob:Ru}),go=Qe(["user","assistant"]),bn=I({audience:ee(go).optional(),priority:ae().min(0).max(1).optional(),lastModified:io.datetime({offset:!0}).optional()}),vm=I({...vn.shape,...lo.shape,uri:b(),description:$e(b()),mimeType:$e(b()),annotations:bn.optional(),_meta:$e(Ue({}))}),$w=I({...vn.shape,...lo.shape,uriTemplate:b(),description:$e(b()),mimeType:$e(b()),annotations:bn.optional(),_meta:$e(Ue({}))}),Gs=po.extend({method:N("resources/list")}),kw=fo.extend({resources:ee(vm)}),Ws=po.extend({method:N("resources/templates/list")}),Sw=fo.extend({resourceTemplates:ee($w)}),Iu=at.extend({uri:b()}),Tw=Iu,Bs=Me.extend({method:N("resources/read"),params:Tw}),zw=Ae.extend({contents:ee(he([ym,_m]))}),Ew=ft.extend({method:N("notifications/resources/list_changed"),params:pt.optional()}),Pw=Iu,Rw=Me.extend({method:N("resources/subscribe"),params:Pw}),Iw=Iu,Ow=Me.extend({method:N("resources/unsubscribe"),params:Iw}),Mw=pt.extend({uri:b()}),Aw=ft.extend({method:N("notifications/resources/updated"),params:Mw}),Cw=I({name:b(),description:$e(b()),required:$e(Pe())}),Nw=I({...vn.shape,...lo.shape,description:$e(b()),arguments:$e(ee(Cw)),_meta:$e(Ue({}))}),Js=po.extend({method:N("prompts/list")}),jw=fo.extend({prompts:ee(Nw)}),Zw=at.extend({name:b(),arguments:be(b(),b()).optional()}),Ks=Me.extend({method:N("prompts/get"),params:Zw}),Ou=I({type:N("text"),text:b(),annotations:bn.optional(),_meta:be(b(),xe()).optional()}),Mu=I({type:N("image"),data:Ru,mimeType:b(),annotations:bn.optional(),_meta:be(b(),xe()).optional()}),Au=I({type:N("audio"),data:Ru,mimeType:b(),annotations:bn.optional(),_meta:be(b(),xe()).optional()}),Dw=I({type:N("tool_use"),name:b(),id:b(),input:be(b(),xe()),_meta:be(b(),xe()).optional()}),qw=I({type:N("resource"),resource:he([ym,_m]),annotations:bn.optional(),_meta:be(b(),xe()).optional()}),Lw=vm.extend({type:N("resource_link")}),Cu=he([Ou,Mu,Au,Lw,qw]),Fw=I({role:go,content:Cu}),Uw=Ae.extend({description:b().optional(),messages:ee(Fw)}),Vw=ft.extend({method:N("notifications/prompts/list_changed"),params:pt.optional()}),Hw=I({title:b().optional(),readOnlyHint:Pe().optional(),destructiveHint:Pe().optional(),idempotentHint:Pe().optional(),openWorldHint:Pe().optional()}),Gw=I({taskSupport:Qe(["required","optional","forbidden"]).optional()}),xm=I({...vn.shape,...lo.shape,description:b().optional(),inputSchema:I({type:N("object"),properties:be(b(),Oe).optional(),required:ee(b()).optional()}).catchall(xe()),outputSchema:I({type:N("object"),properties:be(b(),Oe).optional(),required:ee(b()).optional()}).catchall(xe()).optional(),annotations:Hw.optional(),execution:Gw.optional(),_meta:be(b(),xe()).optional()}),Qs=po.extend({method:N("tools/list")}),Ww=fo.extend({tools:ee(xm)}),Xs=Ae.extend({content:ee(Cu).default([]),structuredContent:be(b(),xe()).optional(),isError:Pe().optional()}),jI=Xs.or(Ae.extend({toolResult:xe()})),Bw=co.extend({name:b(),arguments:be(b(),xe()).optional()}),wn=Me.extend({method:N("tools/call"),params:Bw}),Jw=ft.extend({method:N("notifications/tools/list_changed"),params:pt.optional()}),ZI=I({autoRefresh:Pe().default(!0),debounceMs:ae().int().nonnegative().default(300)}),yo=Qe(["debug","info","notice","warning","error","critical","alert","emergency"]),Kw=at.extend({level:yo}),Nu=Me.extend({method:N("logging/setLevel"),params:Kw}),Qw=pt.extend({level:yo,logger:b().optional(),data:xe()}),Xw=ft.extend({method:N("notifications/message"),params:Qw}),Yw=I({name:b().optional()}),e$=I({hints:ee(Yw).optional(),costPriority:ae().min(0).max(1).optional(),speedPriority:ae().min(0).max(1).optional(),intelligencePriority:ae().min(0).max(1).optional()}),t$=I({mode:Qe(["auto","required","none"]).optional()}),r$=I({type:N("tool_result"),toolUseId:b().describe("The unique identifier for the corresponding tool call."),content:ee(Cu).default([]),structuredContent:I({}).loose().optional(),isError:Pe().optional(),_meta:be(b(),xe()).optional()}),n$=xu("type",[Ou,Mu,Au]),Ms=xu("type",[Ou,Mu,Au,Dw,r$]),o$=I({role:go,content:he([Ms,ee(Ms)]),_meta:be(b(),xe()).optional()}),s$=co.extend({messages:ee(o$),modelPreferences:e$.optional(),systemPrompt:b().optional(),includeContext:Qe(["none","thisServer","allServers"]).optional(),temperature:ae().optional(),maxTokens:ae().int(),stopSequences:ee(b()).optional(),metadata:Oe.optional(),tools:ee(xm).optional(),toolChoice:t$.optional()}),i$=Me.extend({method:N("sampling/createMessage"),params:s$}),ju=Ae.extend({model:b(),stopReason:$e(Qe(["endTurn","stopSequence","maxTokens"]).or(b())),role:go,content:n$}),Zu=Ae.extend({model:b(),stopReason:$e(Qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(b())),role:go,content:he([Ms,ee(Ms)])}),a$=I({type:N("boolean"),title:b().optional(),description:b().optional(),default:Pe().optional()}),c$=I({type:N("string"),title:b().optional(),description:b().optional(),minLength:ae().optional(),maxLength:ae().optional(),format:Qe(["email","uri","date","date-time"]).optional(),default:b().optional()}),u$=I({type:Qe(["number","integer"]),title:b().optional(),description:b().optional(),minimum:ae().optional(),maximum:ae().optional(),default:ae().optional()}),l$=I({type:N("string"),title:b().optional(),description:b().optional(),enum:ee(b()),default:b().optional()}),d$=I({type:N("string"),title:b().optional(),description:b().optional(),oneOf:ee(I({const:b(),title:b()})),default:b().optional()}),p$=I({type:N("string"),title:b().optional(),description:b().optional(),enum:ee(b()),enumNames:ee(b()).optional(),default:b().optional()}),f$=he([l$,d$]),m$=I({type:N("array"),title:b().optional(),description:b().optional(),minItems:ae().optional(),maxItems:ae().optional(),items:I({type:N("string"),enum:ee(b())}),default:ee(b()).optional()}),h$=I({type:N("array"),title:b().optional(),description:b().optional(),minItems:ae().optional(),maxItems:ae().optional(),items:I({anyOf:ee(I({const:b(),title:b()}))}),default:ee(b()).optional()}),g$=he([m$,h$]),y$=he([p$,f$,g$]),_$=he([y$,a$,c$,u$]),v$=co.extend({mode:N("form").optional(),message:b(),requestedSchema:I({type:N("object"),properties:be(b(),_$),required:ee(b()).optional()})}),x$=co.extend({mode:N("url"),message:b(),elicitationId:b(),url:b().url()}),b$=he([v$,x$]),w$=Me.extend({method:N("elicitation/create"),params:b$}),$$=pt.extend({elicitationId:b()}),k$=ft.extend({method:N("notifications/elicitation/complete"),params:$$}),Ys=Ae.extend({action:Qe(["accept","decline","cancel"]),content:bu(t=>t===null?void 0:t,be(b(),he([b(),ae(),Pe(),ee(b())])).optional())}),S$=I({type:N("ref/resource"),uri:b()});var T$=I({type:N("ref/prompt"),name:b()}),z$=at.extend({ref:he([T$,S$]),argument:I({name:b(),value:b()}),context:I({arguments:be(b(),b()).optional()}).optional()}),ei=Me.extend({method:N("completion/complete"),params:z$});function bm(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function wm(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var E$=Ae.extend({completion:Ue({values:ee(b()).max(100),total:$e(ae().int()),hasMore:$e(Pe())})}),P$=I({uri:b().startsWith("file://"),name:b().optional(),_meta:be(b(),xe()).optional()}),R$=Me.extend({method:N("roots/list"),params:at.optional()}),Du=Ae.extend({roots:ee(P$)}),I$=ft.extend({method:N("notifications/roots/list_changed"),params:pt.optional()}),DI=he([Zs,Eu,ei,Nu,Ks,Js,Gs,Ws,Bs,Rw,Ow,wn,Qs,qs,Fs,Us,Hs]),qI=he([js,Ds,Pu,I$,ho]),LI=he([Ns,ju,Zu,Ys,Du,Ls,Vs,xn]),FI=he([Zs,i$,w$,R$,qs,Fs,Us,Hs]),UI=he([js,Ds,Xw,Aw,Ew,Jw,Vw,ho,k$]),VI=he([Ns,yw,E$,Uw,jw,kw,Sw,zw,Xs,Ww,Ls,Vs,xn]),C=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===D.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new wu(o.elicitations,r)}return new t(e,r,n)}},wu=class extends C{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(D.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function cr(t){return t==="completed"||t==="failed"||t==="cancelled"}var km=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"},Sm=t=>typeof t=="string"?{...$m,name:t}:{...$m,...t};var Tm=t=>{let e=Sm(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 qu(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function te(t,e,r,n,o){t[e]=r,qu(t,e,n,o)}var ti=(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 we(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?ti(e,t.currentPath):e.join("/")}}function zm(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==S.ZodAny&&(r.items=U(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&te(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&te(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(te(r,"minItems",t.exactLength.value,t.exactLength.message,e),te(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function Em(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?te(r,"minimum",n.value,n.message,e):te(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),te(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?te(r,"maximum",n.value,n.message,e):te(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),te(r,"maximum",n.value,n.message,e));break;case"multipleOf":te(r,"multipleOf",n.value,n.message,e);break}return r}function Pm(){return{type:"boolean"}}function ri(t,e){return U(t.type._def,e)}var Rm=(t,e)=>U(t.innerType._def,e);function Lu(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>Lu(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 O$(t,e)}}var O$=(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":te(r,"minimum",n.value,n.message,e);break;case"max":te(r,"maximum",n.value,n.message,e);break}return r};function Im(t,e){return{...U(t.innerType._def,e),default:t.defaultValue()}}function Om(t,e){return e.effectStrategy==="input"?U(t.schema._def,e):we(e)}function Mm(t){return{type:"string",enum:Array.from(t.values)}}var M$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Am(t,e){let r=[U(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),U(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(M$(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 Cm(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 Fu,bt={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:()=>(Fu===void 0&&(Fu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Fu),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 ni(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":te(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":te(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":wt(r,"email",n.message,e);break;case"format:idn-email":wt(r,"idn-email",n.message,e);break;case"pattern:zod":Ve(r,bt.email,n.message,e);break}break;case"url":wt(r,"uri",n.message,e);break;case"uuid":wt(r,"uuid",n.message,e);break;case"regex":Ve(r,n.regex,n.message,e);break;case"cuid":Ve(r,bt.cuid,n.message,e);break;case"cuid2":Ve(r,bt.cuid2,n.message,e);break;case"startsWith":Ve(r,RegExp(`^${Uu(n.value,e)}`),n.message,e);break;case"endsWith":Ve(r,RegExp(`${Uu(n.value,e)}$`),n.message,e);break;case"datetime":wt(r,"date-time",n.message,e);break;case"date":wt(r,"date",n.message,e);break;case"time":wt(r,"time",n.message,e);break;case"duration":wt(r,"duration",n.message,e);break;case"length":te(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),te(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Ve(r,RegExp(Uu(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&wt(r,"ipv4",n.message,e),n.version!=="v4"&&wt(r,"ipv6",n.message,e);break}case"base64url":Ve(r,bt.base64url,n.message,e);break;case"jwt":Ve(r,bt.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Ve(r,bt.ipv4Cidr,n.message,e),n.version!=="v4"&&Ve(r,bt.ipv6Cidr,n.message,e);break}case"emoji":Ve(r,bt.emoji(),n.message,e);break;case"ulid":{Ve(r,bt.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{wt(r,"binary",n.message,e);break}case"contentEncoding:base64":{te(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Ve(r,bt.base64,n.message,e);break}}break}case"nanoid":Ve(r,bt.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Uu(t,e){return e.patternStrategy==="escape"?C$(t):t}var A$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function C$(t){let e="";for(let r=0;r<t.length;r++)A$.has(t[r])||(e+="\\"),e+=t[r];return e}function wt(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}}})):te(t,"format",e,r,n)}function Ve(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:Nm(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):te(t,"pattern",Nm(e,n),r,n)}function Nm(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
|
+
]))`;continue}else if(n[c]==="$"){o+=`($|(?=[\r
|
|
38
|
+
]))`;continue}}if(r.s&&n[c]==="."){o+=i?`${n[c]}\r
|
|
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 oi(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===S.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:U(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??we(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:U(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===S.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=ni(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===S.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===S.ZodBranded&&t.keyType._def.type._def.typeName===S.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=ri(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function jm(t,e){if(e.mapStrategy==="record")return oi(t,e);let r=U(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||we(e),n=U(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||we(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function Zm(t){let e=t.values,n=Object.keys(t.values).filter(s=>typeof e[e[s]]!="number").map(s=>e[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function Dm(t){return t.target==="openAi"?void 0:{not:we({...t,currentPath:[...t.currentPath,"not"]})}}function qm(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var _o={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Fm(t,e){if(e.target==="openApi3")return Lm(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in _o&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=_o[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 Lm(t,e)}var Lm=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>U(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 Um(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:_o[t.innerType._def.typeName],nullable:!0}:{type:[_o[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=U(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=U(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function Vm(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",qu(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?te(r,"minimum",n.value,n.message,e):te(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),te(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?te(r,"maximum",n.value,n.message,e):te(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),te(r,"maximum",n.value,n.message,e));break;case"multipleOf":te(r,"multipleOf",n.value,n.message,e);break}return r}function Hm(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=j$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=U(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||o.push(a))}o.length&&(n.required=o);let i=N$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function N$(t,e){if(t.catchall._def.typeName!=="ZodNever")return U(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 j$(t){try{return t.isOptional()}catch{return!0}}var Gm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return U(t.innerType._def,e);let r=U(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:we(e)},r]}:we(e)};var Wm=(t,e)=>{if(e.pipeStrategy==="input")return U(t.in._def,e);if(e.pipeStrategy==="output")return U(t.out._def,e);let r=U(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=U(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function Bm(t,e){return U(t.type._def,e)}function Jm(t,e){let n={type:"array",uniqueItems:!0,items:U(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&te(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&te(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Km(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>U(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:U(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>U(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Qm(t){return{not:we(t)}}function Xm(t){return we(t)}var Ym=(t,e)=>U(t.innerType._def,e);var eh=(t,e,r)=>{switch(e){case S.ZodString:return ni(t,r);case S.ZodNumber:return Vm(t,r);case S.ZodObject:return Hm(t,r);case S.ZodBigInt:return Em(t,r);case S.ZodBoolean:return Pm();case S.ZodDate:return Lu(t,r);case S.ZodUndefined:return Qm(r);case S.ZodNull:return qm(r);case S.ZodArray:return zm(t,r);case S.ZodUnion:case S.ZodDiscriminatedUnion:return Fm(t,r);case S.ZodIntersection:return Am(t,r);case S.ZodTuple:return Km(t,r);case S.ZodRecord:return oi(t,r);case S.ZodLiteral:return Cm(t,r);case S.ZodEnum:return Mm(t);case S.ZodNativeEnum:return Zm(t);case S.ZodNullable:return Um(t,r);case S.ZodOptional:return Gm(t,r);case S.ZodMap:return jm(t,r);case S.ZodSet:return Jm(t,r);case S.ZodLazy:return()=>t.getter()._def;case S.ZodPromise:return Bm(t,r);case S.ZodNaN:case S.ZodNever:return Dm(r);case S.ZodEffects:return Om(t,r);case S.ZodAny:return we(r);case S.ZodUnknown:return Xm(r);case S.ZodDefault:return Im(t,r);case S.ZodBranded:return ri(t,r);case S.ZodReadonly:return Ym(t,r);case S.ZodCatch:return Rm(t,r);case S.ZodPipeline:return Wm(t,r);case S.ZodFunction:case S.ZodVoid:case S.ZodSymbol:return;default:return(n=>{})(e)}};function U(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==km)return a}if(n&&!r){let a=Z$(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=eh(t,t.typeName,e),i=typeof s=="function"?U(s(),e):s;if(i&&D$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var Z$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:ti(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`),we(e)):e.$refStrategy==="seen"?we(e):void 0}},D$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Vu=(t,e)=>{let r=Tm(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:U(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??we(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=U(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??we(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 q$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Hu(t,e){return dt(t)?du(t,{target:q$(e?.target),io:e?.pipeStrategy??"input"}):Vu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function Gu(t){let r=ir(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Rs(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function Wu(t,e){let r=sr(t,e);if(!r.success)throw r.error;return r.data}var L$=6e4,si=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(js,r=>{this._oncancel(r)}),this.setNotificationHandler(Ds,r=>{this._onprogress(r)}),this.setRequestHandler(Zs,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(qs,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new C(D.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(Fs,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{let d=c,m=new C(d.error.code,d.error.message,d.error.data);l(m)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new C(D.InvalidParams,`Task not found: ${s}`);if(!cr(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(cr(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[ar]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(Us,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 C(D.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(Hs,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new C(D.InvalidParams,`Task not found: ${r.params.taskId}`);if(cr(o.status))throw new C(D.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 C(D.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof C?o:new C(D.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),C.fromError(D.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),uo(s)||pm(s)?this._onresponse(s):Su(s)?this._onrequest(s,i):dm(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=C.fromError(D.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?.[ar]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:D.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=cm(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,m)=>{if(i.signal.aborted)throw new C(D.ConnectionClosed,"Request was cancelled");let h={...m,relatedRequestId:e.id};s&&!h.relatedTask&&(h.relatedTask={taskId:s});let p=h.relatedTask?.taskId??s;return p&&c&&await c.updateTaskStatus(p,"input_required"),await this.request(l,d,h)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async l=>{if(i.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:D.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.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),uo(e))n(e);else{let i=new C(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(uo(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),uo(e))o(e);else{let i=C.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 C?i:new C(D.InternalError,String(i))}}return}let s;try{let i=await this.request(e,xn,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new C(D.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},cr(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new C(D.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new C(D.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 C?i:new C(D.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=_=>{l(_)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(_){d(_);return}n?.signal?.throwIfAborted();let m=this._requestMessageId++,h={...e,jsonrpc:"2.0",id:m};n?.onprogress&&(this._progressHandlers.set(m,n.onprogress),h.params={...e.params,_meta:{...e.params?._meta||{},progressToken:m}}),a&&(h.params={...h.params,task:a}),c&&(h.params={...h.params,_meta:{...h.params?._meta||{},[ar]:c}});let p=_=>{this._responseHandlers.delete(m),this._progressHandlers.delete(m),this._cleanupTimeout(m),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:m,reason:String(_)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(x=>this._onerror(new Error(`Failed to send cancellation: ${x}`)));let y=_ instanceof C?_:new C(D.RequestTimeout,String(_));l(y)};this._responseHandlers.set(m,_=>{if(!n?.signal?.aborted){if(_ instanceof Error)return l(_);try{let y=sr(r,_.result);y.success?u(y.data):l(y.error)}catch(y){l(y)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let f=n?.timeout??L$,g=()=>p(C.fromError(D.RequestTimeout,"Request timed out",{timeout:f}));this._setupTimeout(m,f,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let v=c?.taskId;if(v){let _=y=>{let x=this._responseHandlers.get(m);x?x(y):this._onerror(new Error(`Response handler missing for side-channeled request ${m}`))};this._requestResolvers.set(m,_),this._enqueueTaskMessage(v,{type:"request",message:h,timestamp:Date.now()}).catch(y=>{this._cleanupTimeout(m),l(y)})}else this._transport.send(h,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(_=>{this._cleanupTimeout(m),l(_)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},Ls,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},Vs,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},hm,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||{},[ar]: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||{},[ar]: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||{},[ar]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=Gu(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=Wu(e,o);return Promise.resolve(r(i,s))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=Gu(e);this._notificationHandlers.set(n,o=>{let s=Wu(e,o);return Promise.resolve(r(s))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,o)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let o of n)if(o.type==="request"&&Su(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new C(D.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 C(D.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new C(D.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 C(D.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=ho.parse({method:"notifications/tasks/status",params:a});await this.notification(c),cr(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 C(D.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(cr(a.status))throw new C(D.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=ho.parse({method:"notifications/tasks/status",params:c});await this.notification(u),cr(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function th(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function rh(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];th(i)&&th(s)?r[o]={...i,...s}:r[o]=s}return r}var Fy=Vn(Od(),1),Uy=Vn(Ly(),1);function IE(){let t=new Fy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,Uy.default)(t),t}var Fi=class{constructor(e){this._ajv=e??IE()}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 Ui=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 Vy(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 Hy(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 Vi=class extends si{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(yo.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 Fi,this.setRequestHandler(Eu,n=>this._oninitialize(n)),this.setNotificationHandler(Pu,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Nu,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=yo.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new Ui(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=rh(this._capabilities,e)}setRequestHandler(e,r){let o=ir(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(dt(o)){let a=o;s=a._zod?.def?.value??a.value}else{let a=o;s=a._def?.value??a.value}if(typeof s!="string")throw new Error("Schema method literal must be a string");if(s==="tools/call"){let a=async(c,u)=>{let l=sr(wn,c);if(!l.success){let p=l.error instanceof Error?l.error.message:String(l.error);throw new C(D.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:d}=l.data,m=await Promise.resolve(r(c,u));if(d.task){let p=sr(xn,m);if(!p.success){let f=p.error instanceof Error?p.error.message:String(p.error);throw new C(D.InvalidParams,`Invalid task creation result: ${f}`)}return p.data}let h=sr(Xs,m);if(!h.success){let p=h.error instanceof Error?h.error.message:String(h.error);throw new C(D.InvalidParams,`Invalid tools/call result: ${p}`)}return h.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){Hy(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&Vy(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:sm.includes(r)?r:$u,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"},Ns)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],o=Array.isArray(n.content)?n.content:[n.content],s=o.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(s){if(o.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(d=>d.type==="tool_use").map(d=>d.id)),l=new Set(o.filter(d=>d.type==="tool_result").map(d=>d.toolUseId));if(u.size!==l.size||![...u].every(d=>l.has(d)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},Zu,r):this.request({method:"sampling/createMessage",params:e},ju,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},Ys,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},Ys,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new C(D.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof C?i:new C(D.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},Du,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 Wy=Symbol.for("mcp.completable");function qd(t){return!!t&&typeof t=="object"&&Wy in t}function By(t){return t[Wy]?.complete}var Gy;(function(t){t.Completable="McpCompletable"})(Gy||(Gy={}));var OE=/^[A-Za-z0-9._-]{1,128}$/;function ME(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"),!OE.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 AE(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 Ld(t){let e=ME(t);return AE(t,e.warnings),e.isValid}var Hi=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 Gi=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 Vi(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new Hi(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(yr(Qs)),this.server.assertCanSetRequestHandler(yr(wn)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Qs,()=>({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=_n(r.inputSchema);return o?Hu(o,{strictUnions:!0,pipeStrategy:"input"}):CE})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=_n(r.outputSchema);o&&(n.outputSchema=Hu(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(wn,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new C(D.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new C(D.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 C(D.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new C(D.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 C&&n.code===D.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=_n(e.inputSchema)??e.inputSchema,i=await Es(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=Ps(a);throw new C(D.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 C(D.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=_n(e.outputSchema),s=await Es(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=Ps(i);throw new C(D.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(m=>setTimeout(m,l));let d=await n.taskStore.getTask(c);if(!d)throw new C(D.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(yr(ei)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(ei,async e=>{switch(e.params.ref.type){case"ref/prompt":return bm(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return wm(e),this.handleResourceCompletion(e,e.params.ref);default:throw new C(D.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new C(D.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new C(D.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Bo;let s=ir(n.argsSchema)?.[e.params.argument.name];if(!qd(s))return Bo;let i=By(s);if(!i)return Bo;let a=await i(e.params.argument.value,e.params.context);return Ky(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 Bo;throw new C(D.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Bo;let s=await o(e.params.argument.value,e.params.context);return Ky(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(yr(Gs)),this.server.assertCanSetRequestHandler(yr(Ws)),this.server.assertCanSetRequestHandler(yr(Bs)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Gs,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(Ws,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Bs,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new C(D.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 C(D.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(yr(Js)),this.server.assertCanSetRequestHandler(yr(Ks)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Js,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?jE(r.argsSchema):void 0}))})),this.server.setRequestHandler(Ks,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new C(D.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new C(D.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=_n(n.argsSchema),s=await Es(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=Ps(c);throw new C(D.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:Vr(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=Vr(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 qd(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){Ld(e);let l={title:r,description:n,inputSchema:Jy(o),outputSchema:Jy(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>l.update({enabled:!1}),enable:()=>l.update({enabled:!0}),remove:()=>l.update({name:null}),update:d=>{typeof d.name<"u"&&d.name!==e&&(typeof d.name=="string"&&Ld(d.name),delete this._registeredTools[e],d.name&&(this._registeredTools[d.name]=l)),typeof d.title<"u"&&(l.title=d.title),typeof d.description<"u"&&(l.description=d.description),typeof d.paramsSchema<"u"&&(l.inputSchema=Vr(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=Vr(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];Fd(c)?(o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Fd(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 CE={type:"object",properties:{}};function Qy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function NE(t){return"_def"in t||"_zod"in t||Qy(t)}function Fd(t){return typeof t!="object"||t===null||NE(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(Qy)}function Jy(t){if(t)return Fd(t)?Vr(t):t}function jE(t){let e=ir(t);return e?Object.entries(e).map(([r,n])=>{let o=Nf(n),s=jf(n);return{name:r,description:o,required:!s}}):[]}function yr(t){let r=ir(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Rs(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function Ky(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Bo={completion:{values:[],hasMore:!1}};var Ud=Vn(require("node:process"),1);var Wi=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
41
|
`);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),ZE(r)}clear(){this._buffer=void 0}};function ZE(t){return fm.parse(JSON.parse(t))}function Xy(t){return JSON.stringify(t)+`
|
|
42
|
-
`}var Bi=class{constructor(e=Ud.default.stdin,r=Ud.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Wi,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=Xy(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};var _r={"#fef08a":"yellow","#fca5a5":"red","#93c5fd":"blue"};function Et(t){return t==="answered"||t==="done"||t==="failed"||t==="wontfix"}function Jo(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 Vd=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="SharedError"}},Hd=class extends Vd{constructor(e,r){super("PARSE_JSON",`Failed to parse JSON in ${e}`,r),this.name="SharedJsonParseError"}};function Yy(t,e){try{return JSON.parse(t)}catch(r){throw new Hd(e,{raw:t,cause:r instanceof Error?r.message:String(r)})}}function Ee(t,e=120){return t.length>e?t.slice(0,e)+"...":t}function Gd(t){return JSON.parse(t.replace(/^\uFEFF/,""))}function Wd(t){return t==="red"?"fix":t==="blue"?"question":"important"}function Bd(t,e,r={}){let n=[],o=new Set,{floatingMemos:s=[]}=r;for(let i of e){let a=i.color.startsWith("#")?_r[i.color]||"red":i.color,
|
|
43
|
-
`).replace(/"/g,'"').replace(/&/g,"&")}function Pt(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 DE=/^<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->$/,qE=/^<!-- USER_MEMO\s*$/,LE=/^-->$/,FE=/^<!-- GATE\s*$/,UE=/^-->$/,VE=/^<!-- PLAN_CURSOR\s*$/,HE=/^-->$/,GE=/^<!-- CHECKPOINT\s+id="([^"]+)"\s+time="([^"]+)"\s+note="([^"]*)"\s+fixes=(\d+)\s+questions=(\d+)\s+highlights=(\d+)\s+sections="([^"]*)" -->$/,WE=/^---\s*\n([\s\S]*?)\n---\s*\n/,BE=/^<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->$/,JE=/^<!-- @\/memo -->$/,KE=/^<!--$/,QE=/MD Feedback/,XE=/^<!-- \/?(USER_FEEDBACK_NOTES|@\/?feedback-notes)\b.*-->$/,YE=/^<!-- REVIEW_RESPONSE\s+to="([^"]+)"\s*-->$/,eP=/^<!-- \/REVIEW_RESPONSE\s*-->$/,tP=/^<!-- MEMO_IMPL\s*$/,rP=/^-->$/,nP=/^<!-- MEMO_ARTIFACT\s*$/,oP=/^-->$/,sP=/^<!-- MEMO_DEPENDENCY\s+id="([^"]+)"\s+from="([^"]+)"\s+to="([^"]+)"\s+type="([^"]+)" -->$/,e_=/<!-- HIGHLIGHT_MARK color="([^"]*)" text="([^"]*)" anchor="([^"]*)" -->/g,iP=10;function Ko(t){let e={};for(let r of t){let n=r.trim().match(/^(\w+)="([^"]*)"$/);n&&(e[n[1]]=o_(n[2]))}return e}function
|
|
44
|
-
`),s=[],i=[],a=[],
|
|
45
|
-
`).trim();i.push({id:
|
|
46
|
-
`),memos:i,responses:a,impls:
|
|
42
|
+
`}var Bi=class{constructor(e=Ud.default.stdin,r=Ud.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Wi,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=Xy(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};var _r={"#fef08a":"yellow","#fca5a5":"red","#93c5fd":"blue"};function Et(t){return t==="answered"||t==="done"||t==="failed"||t==="wontfix"}function Jo(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 Vd=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="SharedError"}},Hd=class extends Vd{constructor(e,r){super("PARSE_JSON",`Failed to parse JSON in ${e}`,r),this.name="SharedJsonParseError"}};function Yy(t,e){try{return JSON.parse(t)}catch(r){throw new Hd(e,{raw:t,cause:r instanceof Error?r.message:String(r)})}}function Ee(t,e=120){return t.length>e?t.slice(0,e)+"...":t}function Gd(t){return JSON.parse(t.replace(/^\uFEFF/,""))}function Wd(t){return t==="red"?"fix":t==="blue"?"question":"important"}function Bd(t,e,r={}){let n=[],o=new Set,{floatingMemos:s=[]}=r;for(let i of e){let a=i.color.startsWith("#")?_r[i.color]||"red":i.color,c=Wd(a),u=a==="red"?"#fca5a5":a==="blue"?"#93c5fd":"#fef08a",l=i.section.trim(),d=t.findIndex((m,h)=>!o.has(h)&&m.color===u&&m.section.trim()===l);if(d>=0){o.add(d);let m=t[d];n.push({type:c,text:m.text,section:i.section||m.section||"",context:m.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=_r[a.color]||"yellow";n.push({type:Wd(c),text:a.text,section:a.section||"",context:a.context||"",feedback:""})}for(let i of s)i.text.trim()&&n.push({type:Wd(i.color),text:"",section:"",context:"",feedback:i.text});return n}function Fe(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/\n/g," ").replace(/-->/g,"-->")}function o_(t){return t.replace(/-->/g,"-->").replace(/ /g,`
|
|
43
|
+
`).replace(/"/g,'"').replace(/&/g,"&")}function Pt(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 DE=/^<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->$/,qE=/^<!-- USER_MEMO\s*$/,LE=/^-->$/,FE=/^<!-- GATE\s*$/,UE=/^-->$/,VE=/^<!-- PLAN_CURSOR\s*$/,HE=/^-->$/,GE=/^<!-- CHECKPOINT\s+id="([^"]+)"\s+time="([^"]+)"\s+note="([^"]*)"\s+fixes=(\d+)\s+questions=(\d+)\s+highlights=(\d+)\s+sections="([^"]*)" -->$/,WE=/^---\s*\n([\s\S]*?)\n---\s*\n/,BE=/^<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->$/,JE=/^<!-- @\/memo -->$/,KE=/^<!--$/,QE=/MD Feedback/,XE=/^<!-- \/?(USER_FEEDBACK_NOTES|@\/?feedback-notes)\b.*-->$/,YE=/^<!-- REVIEW_RESPONSE\s+to="([^"]+)"\s*-->$/,eP=/^<!-- \/REVIEW_RESPONSE\s*-->$/,tP=/^<!-- MEMO_IMPL\s*$/,rP=/^-->$/,nP=/^<!-- MEMO_ARTIFACT\s*$/,oP=/^-->$/,sP=/^<!-- MEMO_DEPENDENCY\s+id="([^"]+)"\s+from="([^"]+)"\s+to="([^"]+)"\s+type="([^"]+)" -->$/,e_=/<!-- HIGHLIGHT_MARK color="([^"]*)" text="([^"]*)" anchor="([^"]*)" -->/g,iP=10;function Ko(t){let e={};for(let r of t){let n=r.trim().match(/^(\w+)="([^"]*)"$/);n&&(e[n[1]]=o_(n[2]))}return e}function Se(t){let e="",r=t,n=r.match(WE);n&&(e=n[0],r=r.slice(n[0].length));let o=r.split(`
|
|
44
|
+
`),s=[],i=[],a=[],c=[],u=[],l=[],d=[],m=[],h=null,p=null,f=0;for(;f<o.length;){let x=o[f],$=x.trim(),O=$.match(YE);if(O){p={id:`resp_${O[1]}`,to:O[1],bodyStartIdx:s.length,bodyEndIdx:-1},f++;continue}if(eP.test($)){p&&(p.bodyEndIdx=s.length-1,a.push(p),p=null),f++;continue}let Z=$.match(DE);if(Z){let G=Jd(s),E=r_(s),ge=Z[2]||"red",ot=Z[3]||"open";i.push({id:Z[1],type:Jo(ge),status:ot,owner:"human",source:"generic",color:ge,text:Z[4].replace(/--\u200B>/g,"-->"),anchorText:G||"",anchor:E>=0?`L${E+1}|${Pt(s[E]||"")}`:"",createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()}),f++;continue}if(qE.test($)){let G=[];for(f++;f<o.length&&!LE.test(o[f].trim());)G.push(o[f]),f++;f++;let E=Ko(G),ge=E.anchorText||Jd(s)||"",ot=Ji(s,{id:E.id||"memo_parse_tmp",type:E.type||"fix",status:E.status||"open",owner:E.owner||"human",source:E.source||"generic",color:E.color||"red",text:E.text||"",anchorText:ge,anchor:E.anchor||"",createdAt:E.createdAt||new Date().toISOString(),updatedAt:E.updatedAt||new Date().toISOString()}),da=ot>=0?`L${ot+1}|${Pt(s[ot]||"")}`:E.anchor||"";i.push({id:E.id||rt("memo"),type:E.type||Jo(E.color||"red"),status:E.status||"open",owner:E.owner||"human",source:E.source||"generic",color:E.color||"red",text:E.text||"",anchorText:ge,anchor:da,createdAt:E.createdAt||new Date().toISOString(),updatedAt:E.updatedAt||new Date().toISOString(),...E.rejectReason?{rejectReason:E.rejectReason}:{}});continue}if(FE.test($)){let G=[];for(f++;f<o.length&&!UE.test(o[f].trim());)G.push(o[f]),f++;f++;let E=Ko(G),ge=E.override;m.push({id:E.id||rt("gate"),type:E.type||"custom",status:E.status||"blocked",blockedBy:E.blockedBy?E.blockedBy.split(",").map(ot=>ot.trim()).filter(Boolean):[],canProceedIf:E.canProceedIf||"",doneDefinition:E.doneDefinition||"",...ge?{override:ge}:{}});continue}if(VE.test($)){let G=[];for(f++;f<o.length&&!HE.test(o[f].trim());)G.push(o[f]),f++;f++;let E=Ko(G);h={taskId:E.taskId||"",step:E.step||"",nextAction:E.nextAction||"",lastSeenHash:E.lastSeenHash||"",updatedAt:E.updatedAt||new Date().toISOString()};continue}if(tP.test($)){let G=[];for(f++;f<o.length&&!rP.test(o[f].trim());)G.push(o[f]),f++;f++;let E=Ko(G),ge=[];try{ge=Yy(E.operations||"[]","MEMO_IMPL.operations")}catch{}c.push({id:E.id||rt("impl",{separator:"_"}),memoId:E.memoId||"",status:E.status||"applied",operations:ge,summary:E.summary||"",appliedAt:E.appliedAt||new Date().toISOString()});continue}if(nP.test($)){let G=[];for(f++;f<o.length&&!oP.test(o[f].trim());)G.push(o[f]),f++;f++;let E=Ko(G);u.push({id:E.id||rt("art",{separator:"_"}),memoId:E.memoId||"",files:E.files?E.files.split(",").map(ge=>ge.trim()).filter(Boolean):[],linkedAt:E.linkedAt||new Date().toISOString()});continue}let A=$.match(sP);if(A){l.push({id:A[1],from:A[2],to:A[3],type:A[4]}),f++;continue}let q=$.match(GE);if(q){d.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 de=$.match(BE);if(de){let G=[],E=Jd(s),ge=r_(s);for(f++;f<o.length&&!JE.test(o[f].trim());)G.push(o[f]),f++;f++;let ot=G.map(da=>da.replace(/^<!--\s*/,"").replace(/\s*-->$/,"")).join(`
|
|
45
|
+
`).trim();i.push({id:de[1],type:Jo(de[2]||"red"),status:"open",owner:"human",source:"generic",color:de[2]||"red",text:ot,anchorText:E||"",anchor:ge>=0?`L${ge+1}|${Pt(s[ge]||"")}`:"",createdAt:de[3]||new Date().toISOString(),updatedAt:de[3]||new Date().toISOString()});continue}if(KE.test($)&&f+1<o.length&&QE.test(o[f+1])){for(;f<o.length&&!o[f].includes("-->");)f++;f++;continue}if(XE.test($)){f++;continue}s.push(x),f++}for(;s.length>0&&s[s.length-1].trim()==="";)s.pop();p&&(p.bodyEndIdx=s.length-1,a.push(p));let g=new Set(a.map(x=>x.to));for(let x of i)x.status==="open"&&g.has(x.id)&&(x.status="needs_review");let v=x=>x.replace(/^#+\s*/,"").trim(),_=new Set(i.filter(x=>x.color==="red"||x.color==="blue").map(x=>`${x.color}|${v(x.anchorText)}`));e_.lastIndex=0;let y;for(;(y=e_.exec(r))!==null;){let x=mP(y[1]);if(x!=="red"&&x!=="blue")continue;let $=n_(y[2]).trim(),Z=n_(y[3]).trim()||$;if(!Z)continue;let A=`${x}|${v(Z)}`;if(_.has(A))continue;let q=Z.slice(0,40),de=q?s.findIndex(ot=>ot.includes(q)):-1,G=de>=0?`L${de+1}|${Pt(s[de]||"")}`:"",E=new Date().toISOString(),ge=`memo_recovered_${Pt(`${x}|${Z}|${$}`)}`;i.push({id:ge,type:Jo(x),status:"open",owner:"human",source:"recovered-highlight",color:x,text:$,anchorText:Z,anchor:G,createdAt:E,updatedAt:E}),_.add(A)}return{frontmatter:e,body:s.join(`
|
|
46
|
+
`),memos:i,responses:a,impls:c,artifacts:u,dependencies:l,checkpoints:d,gates:m,cursor:h}}function Ft(t){let e=[];t.frontmatter&&e.push(t.frontmatter.trimEnd());let r=fP(t.body,t.memos,t.responses||[]);e.push(r);for(let n of t.impls||[])e.push(lP(n));for(let n of t.artifacts||[])e.push(dP(n));for(let n of t.dependencies||[])e.push(pP(n));for(let n of t.gates)e.push(aP(n));for(let n of t.checkpoints)e.push(uP(n));return t.cursor&&e.push(cP(t.cursor)),e.join(`
|
|
47
47
|
|
|
48
48
|
`)+`
|
|
49
49
|
`}function t_(t){let e=["<!-- USER_MEMO",` id="${Fe(t.id)}"`,` type="${t.type}"`,` status="${t.status}"`,` owner="${t.owner}"`,` source="${Fe(t.source)}"`,` color="${t.color}"`,` text="${Fe(t.text)}"`,` anchorText="${Fe(t.anchorText)}"`,` anchor="${Fe(t.anchor)}"`,` createdAt="${t.createdAt}"`,` updatedAt="${t.updatedAt}"`];return t.rejectReason&&e.push(` rejectReason="${Fe(t.rejectReason)}"`),e.push("-->"),e.join(`
|
|
@@ -52,29 +52,29 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
52
52
|
`)}function uP(t){let e=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${Fe(t.note)}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${e}" -->`}function lP(t){return["<!-- MEMO_IMPL",` id="${Fe(t.id)}"`,` memoId="${Fe(t.memoId)}"`,` status="${t.status}"`,` operations="${Fe(JSON.stringify(t.operations))}"`,` summary="${Fe(t.summary)}"`,` appliedAt="${t.appliedAt}"`,"-->"].join(`
|
|
53
53
|
`)}function dP(t){return["<!-- MEMO_ARTIFACT",` id="${Fe(t.id)}"`,` memoId="${Fe(t.memoId)}"`,` files="${t.files.join(",")}"`,` linkedAt="${t.linkedAt}"`,"-->"].join(`
|
|
54
54
|
`)}function pP(t){return`<!-- MEMO_DEPENDENCY id="${t.id}" from="${t.from}" to="${t.to}" type="${t.type}" -->`}function fP(t,e,r){if(e.length===0&&r.length===0)return t;let n=t.split(`
|
|
55
|
-
`),o=new Map,s=[];for(let
|
|
56
|
-
`)}function Ji(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&&Pt(t[n])===o)return n;for(let s=1;s<=iP;s++)for(let i of[n-s,n+s])if(i>=0&&i<t.length&&Pt(t[i])===o)return i}}if(e.anchorText){let r=e.anchorText.trim(),n=[];for(let o=0;o<t.length;o++)t[o].includes(r)&&n.push(o);if(n.length===1)return n[0];if(n.length>1){let o=e.anchor.match(/^L(\d+)/);if(o){let s=parseInt(o[1],10)-1,i=n[0],a=Math.abs(n[0]-s);for(let
|
|
57
|
-
`)}function vr(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
|
|
58
|
-
`)}function _P(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
|
|
59
|
-
`)}function vP(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md",
|
|
55
|
+
`),o=new Map,s=[];for(let u of e){let l=Ji(n,u);if(l>=0){u.anchor=`L${l+1}|${Pt(n[l])}`;let d=o.get(l)||[];d.push(u),o.set(l,d)}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 l=o.get(u);if(l)for(let d of l)c.push(t_(d));a.has(u)&&c.push(a.get(u))}for(let u of s)c.push(t_(u));return c.join(`
|
|
56
|
+
`)}function Ji(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&&Pt(t[n])===o)return n;for(let s=1;s<=iP;s++)for(let i of[n-s,n+s])if(i>=0&&i<t.length&&Pt(t[i])===o)return i}}if(e.anchorText){let r=e.anchorText.trim(),n=[];for(let o=0;o<t.length;o++)t[o].includes(r)&&n.push(o);if(n.length===1)return n[0];if(n.length>1){let o=e.anchor.match(/^L(\d+)/);if(o){let s=parseInt(o[1],10)-1,i=n[0],a=Math.abs(n[0]-s);for(let c of n.slice(1)){let u=Math.abs(c-s);u<a&&(i=c,a=u)}return i}return n[0]}}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 Jd(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return t[e].trim();return null}function r_(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return e;return-1}function Ki(t){return Pt(t)}function n_(t){return o_(t).replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function mP(t){let e=t.toLowerCase();if(e==="red"||e==="blue"||e==="yellow")return e;let r=_r[e];return r==="red"||r==="blue"||r==="yellow"?r:null}var hP='<!-- CHECKPOINT id="([^"]+)" time="([^"]+)" note="([^"]*)" fixes=(\\d+) questions=(\\d+) highlights=(\\d+) sections="([^"]*)" -->';function tn(t){let e=[],r=new RegExp(hP,"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 Kd(t){let e=t.note.replace(/"/g,"""),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 s_(t){return t.length===0?"":t.map(e=>`- [ ] ${e}`).join(`
|
|
57
|
+
`)}function vr(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(`- "${Ee(c.text,120)}"${u} \u2192 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Fix: "${Ee(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(`- "${Ee(c.text,120)}"${u} \u2014 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Question about: "${Ee(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(`- "${Ee(c.text,80)}"${c.section?` (${c.section})`:""}`),c.feedback&&i.push(`- ${c.feedback}`);i.push("")}return r.length>0&&(i.push("### Checklist"),i.push(s_(r)),i.push("")),i.push("When all items are complete, delete this section."),i.join(`
|
|
58
|
+
`)}function _P(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(`- "${Ee(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||Ee(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 vP(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 l=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${Ee(u.text,120)}"${l} \u2192 ${u.feedback}`):u.feedback?i.push(`- ${u.feedback}${l}`):u.text&&i.push(`- "${Ee(u.text,80)}"${l}`)}i.push("")}if(o.length>0){i.push("## Questions");for(let u of o){let l=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${Ee(u.text,120)}"${l} \u2014 ${u.feedback}`):u.feedback&&i.push(`- ${u.feedback}${l}`)}i.push("")}if(s.length>0){i.push("## Key Points");for(let u of s)u.text&&i.push(`- "${Ee(u.text,80)}"`),u.feedback&&i.push(`- ${u.feedback}`);i.push("")}return r.length>0&&(i.push("## Checklist"),i.push(s_(r)),i.push("")),i.push("---"),i.push("*Generated by [md-feedback](https://github.com/yeominux/md-feedback). Delete when done.*"),i.join(`
|
|
60
60
|
`)}var xP={cursor:_P,generic:vP,"claude-code":vr,codex:vr,copilot:vr,cline:vr,windsurf:vr,"roo-code":vr,gemini:vr,antigravity:vr};function i_(t,e,r,n,o,s){let i=Bd(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(d=>d.type==="fix"),
|
|
61
|
+
`);let a=i.filter(d=>d.type==="fix"),c=i.filter(d=>d.type==="question"),u=i.filter(d=>d.type==="important");if(s==="handoff")return"(Use Export > Handoff to generate handoff document)";let l=xP[s];return l(t,e,r,a,c,u)}function Dn(t){let e=0,r=0,n=0,o=Se(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 rn(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 nn(t){let e=[];for(let r of t.split(`
|
|
63
63
|
`)){let n=r.match(/^## (.+)/);n&&e.push(n[1].trim())}return e}function Qd(t,e){let r=Dn(t),n=rn(t),o={id:rt("ckpt",{separator:"_"}),timestamp:new Date().toISOString(),note:e,fixes:r.fixes,questions:r.questions,highlights:r.highlights,sectionsReviewed:n},s=Kd(o),a=t.trimEnd()+`
|
|
64
64
|
|
|
65
65
|
`+s+`
|
|
66
|
-
`;return{checkpoint:o,updatedMarkdown:a}}function Qi(t,e){let r=tn(t),n=Dn(t),o=rn(t),s=nn(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=[],
|
|
67
|
-
`),s="";for(let i=0;i<o.length;i++){let a=o[i],
|
|
66
|
+
`;return{checkpoint:o,updatedMarkdown:a}}function Qi(t,e){let r=tn(t),n=Dn(t),o=rn(t),s=nn(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=[];bP(t,a,c,u);let l=[];for(let m of c)l.push(`Resolve: ${m.feedback||m.text}`);let d=s.filter(m=>!o.includes(m));for(let m of d)l.push(`Review uncovered: ${m} section`);return{meta:i,decisions:a,openQuestions:c,keyPoints:u,checkpoints:r,nextSteps:l}}function bP(t,e,r,n){let o=t.split(`
|
|
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 m=u[1].match(/color="([^"]+)"/),h=m?m[1]:"red",p=u[2].replace(/--\u200B>/g,"-->"),f="";for(let v=i-1;v>=0;v--)if(o[v].trim()&&!o[v].includes("<!-- ")){f=o[v].trim(),f=f.replace(/<\/?mark[^>]*>/g,"");break}let g={section:s,text:f,feedback:p};h==="red"?e.push(g):h==="blue"?r.push(g):n.push(g);continue}if(/^<!-- USER_MEMO\s*$/.test(a.trim())){let d=[];for(i++;i<o.length&&!/^-->$/.test(o[i].trim());)d.push(o[i]),i++;let m={};for(let v of d){let _=v.trim().match(/^(\w+)="([^"]*)"$/);_&&(m[_[1]]=_[2])}let h=m.color||"red",p=(m.text||"").replace(/--\u200B>/g,"-->"),f="";if(m.anchorText)f=m.anchorText.replace(/<\/?mark[^>]*>/g,"");else for(let v=i-1;v>=0;v--)if(o[v].trim()&&!o[v].includes("<!-- ")){f=o[v].trim().replace(/<\/?mark[^>]*>/g,"");break}let g={section:s,text:f,feedback:p};h==="red"?e.push(g):h==="blue"?r.push(g):n.push(g);continue}let l=a.match(/<mark[^>]*(?:data-color="([^"]+)"|style="background-color:\s*([^"]+)")?\s*>(.*?)<\/mark>/)||a.match(/==(.*?)==/);if(l){if((i+1<o.length?o[i+1]:"").includes("<!-- USER_MEMO"))continue;let m,h;if(l.length===2)m=l[1],h="yellow";else{let f=(l[1]||l[2]||"").trim();h=_r[f]||"yellow",m=l[3]}let p={section:s,text:m,feedback:""};h==="red"?e.push(p):h==="blue"?r.push(p):n.push(p)}}}function Xi(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}** "${Ee(o.text,60)}" \u2192 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${Ee(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}** "${Ee(o.text,60)}" \u2014 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${Ee(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}** "${Ee(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
68
|
`)}function a_(t){let e=t.split(`
|
|
69
|
-
`),r="",n={file:"",startedAt:"",lastCheckpoint:"",checkpointCount:0,totalFixes:0,totalQuestions:0,totalHighlights:0},o=[],s=[],i=[],a=[],u=[];for(let c of e){let l=c.match(/^## (.+)/);if(l){r=l[1].trim();continue}if(r.startsWith("Session")){let m=c.match(/\*\*File\*\*:\s*`([^`]+)`/);m&&(n.file=m[1]);let h=c.match(/\*\*Started\*\*:\s*(.+)/);h&&(n.startedAt=h[1].trim());let p=c.match(/\*\*Last checkpoint\*\*:\s*(.+)/);p&&(n.lastCheckpoint=p[1].trim());let f=c.match(/\*\*Checkpoints\*\*:\s*(\d+)/);f&&(n.checkpointCount=parseInt(f[1],10));let y=c.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 d=c.match(/^\d+\.\s+\*\*\[([^\]]*)\]\*\*\s+(.+)/);if(d){let m=d[1],h=d[2],p=h.match(/"([^"]+)"\s*→\s*(.+)/),f=h.match(/"([^"]+)"\s*—\s*(.+)/),y;if(p)y={section:m,text:p[1],feedback:p[2]};else if(f)y={section:m,text:f[1],feedback:f[2]};else{let _=h.match(/"([^"]+)"/);y={section:m,text:_?_[1]:"",feedback:_?"":h}}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 m=c.match(/^\|\s*(\d+)\s*\|\s*([^|]+)\|\s*([^|]*)\|\s*(\d+)\s*\|\s*(\d+)\s*\|\s*(\d+)\s*\|/);m&&a.push({id:`ckpt_restored_${m[1]}`,timestamp:m[2].trim(),note:m[3].trim(),fixes:parseInt(m[4],10),questions:parseInt(m[5],10),highlights:parseInt(m[6],10),sectionsReviewed:[]})}if(r.startsWith("Next Steps")){let m=c.match(/^- \[ \]\s+(.+)/);m&&u.push(m[1])}}return n.file?{meta:n,decisions:o,openQuestions:s,keyPoints:i,checkpoints:a,nextSteps:u}:null}function wP(t,e){return t.blockedBy.length>0&&t.blockedBy.map(o=>e.find(s=>s.id===o)).filter(o=>o!=null&&!Et(o.status)).length>0?"blocked":e.some(n=>!Et(n.status))?"proceed":"done"}function Rt(t,e){return t.map(r=>({...r,status:r.override||wP(r,e)}))}function c_(t,e,r,n,o,s){let i={},a={},u=0;for(let v of t)i[v.status]=(i[v.status]||0)+1,a[v.type]=(a[v.type]||0)+1,Et(v.status)&&u++;let c=t.length>0?u/t.length:0,l={},d=0,m=0,h=0;for(let v of e)l[v.status]=(l[v.status]||0)+1,v.status==="applied"&&d++,v.status==="reverted"&&m++,v.status==="failed"&&h++;let p={};for(let v of r)p[v.status]=(p[v.status]||0)+1;let f=new Set;for(let v of o)for(let $ of v.files)f.add($);let y=s.filter(v=>v.type==="blocks").length,_=null;n.length>0&&(_=n.reduce((v,$)=>$.timestamp>v?$.timestamp:v,n[0].timestamp));let g=null,x=t.filter(v=>Et(v.status)&&v.createdAt&&v.updatedAt);if(x.length>0){let v=0,$=0;for(let M of x){let j=new Date(M.createdAt).getTime(),U=new Date(M.updatedAt).getTime();!isNaN(j)&&!isNaN(U)&&U>j&&(v+=U-j,$++)}$>0&&(g=v/$)}return{totalMemos:t.length,byStatus:i,byType:a,resolutionRate:c,totalImpls:e.length,implsByStatus:l,appliedCount:d,revertedCount:m,failedCount:h,totalGates:r.length,gatesByStatus:p,totalArtifacts:o.length,linkedFiles:f.size,totalDependencies:s.length,blockingChains:y,totalCheckpoints:n.length,lastCheckpoint:_,avgResolutionTime:g}}var ct=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="ToolError"}},Qo=class extends ct{constructor(e,r){super("FILE_SAFETY",e,r),this.name="FileSafetyError"}},Yi=class extends ct{constructor(e){super("FILE_NOT_FOUND",`File not found: ${e}`,{file:e}),this.name="FileNotFoundError"}},ea=class extends ct{constructor(e,r){super("FILE_READ",`Cannot read file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileReadError"}},ta=class extends ct{constructor(e,r){super("FILE_WRITE",`Cannot write file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileWriteError"}},ra=class extends ct{constructor(e){super("FILE_LOCK_TIMEOUT",`Timeout acquiring lock: ${e}`,{lockPath:e}),this.name="FileLockTimeoutError"}},xr=class extends ct{constructor(e,r){super("PATCH_APPLY",e,r),this.name="PatchApplyError"}},It=class extends ct{constructor(e){super("MEMO_NOT_FOUND",`Memo not found: ${e}`,{memoId:e}),this.name="MemoNotFoundError"}},pe=class extends ct{constructor(e,r){super("OPERATION_INVALID",e,r),this.name="OperationValidationError"}},Xo=class extends ct{constructor(e,r){super("ANCHOR_NOT_FOUND",`Anchor text not found: "${e}"`,{anchorText:e,matchCount:0,...r??{}}),this.name="AnchorNotFoundError"}},na=class extends ct{constructor(e){super("HANDOFF_INVALID","Not a valid handoff document",{file:e}),this.name="InvalidHandoffError"}};function Xd(t){return t instanceof ct?{error:t.message,code:t.code,type:t.name,...t.details?{details:t.details}:{}}:t instanceof Error?{error:t.message}:{error:String(t)}}var u_={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={...u_};function l_(t=process.env){return t.MD_FEEDBACK_POLICY_PROFILE?.trim().toLowerCase()==="strict"?"strict":"default"}function d_(t){return t==="strict"?$P:u_}function p_(t=l_()){let e=d_(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 oa(t,e,r,n=l_()){let s=d_(n)[t];if(!s.allowedMemoTypes.includes(r))throw new pe(`${t} supports only ${s.allowedMemoTypes.join(", ")} memos. ${s.guidance}`,{memoId:e,memoType:r,action:t,policyProfile:n,allowedMemoTypes:s.allowedMemoTypes})}var _t=require("node:fs"),rp=require("node:path"),aa=require("node:crypto");var ie=require("fs"),je=require("path"),Yd=require("node:crypto");var kP=2e3,SP=10,TP=20;function ep(t){return(0,je.isAbsolute)(t)?t:(0,je.resolve)(process.cwd(),t)}function ia(t){let e=ep(t);if(!(0,ie.existsSync)(e))throw new Yi(e);try{return(0,ie.readFileSync)(e,"utf-8")}catch(r){throw new ea(e,r instanceof Error?r.message:String(r))}}function f_(t,e){let r=ep(t),n=(0,je.dirname)(r),o=(0,je.join)(n,`.mf-tmp-${(0,Yd.randomBytes)(6).toString("hex")}`);try{(0,ie.writeFileSync)(o,e,"utf-8"),(0,ie.renameSync)(o,r)}catch(s){try{(0,ie.unlinkSync)(o)}catch{}throw new ta(r,s instanceof Error?s.message:String(s))}}var sa=new Map;async function zP(t,e){for(;sa.has(t);)await sa.get(t);let r;sa.set(t,new Promise(n=>{r=n}));try{return await e()}finally{sa.delete(t),r()}}function EP(t){return new Promise(e=>setTimeout(e,t))}async function PP(t,e=kP){let r=Date.now();for(;;)try{let n=(0,ie.openSync)(t,"wx");return()=>{try{(0,ie.closeSync)(n)}catch{}try{(0,ie.unlinkSync)(t)}catch{}}}catch(n){if(n.code!=="EEXIST")throw n;if(Date.now()-r>e)throw new ra(t);await EP(SP)}}function on(t){let e=ep(t),r=(0,je.join)((0,je.dirname)(e),".md-feedback");return(0,ie.existsSync)(r)||(0,ie.mkdirSync)(r,{recursive:!0}),r}function Yo(t,e){let r=on(t),n=(0,je.join)(r,"snapshots");(0,ie.existsSync)(n)||(0,ie.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,je.join)(n,`snapshot-${o}.md`);(0,ie.writeFileSync)(s,e,"utf-8");let i=(0,ie.readdirSync)(n).filter(a=>a.startsWith("snapshot-")).sort();for(;i.length>TP;)try{(0,ie.unlinkSync)((0,je.join)(n,i.shift()))}catch{}return s}function m_(t){let e=on(t),r=(0,je.join)(e,"progress.json");if(!(0,ie.existsSync)(r))return[];try{return JSON.parse((0,ie.readFileSync)(r,"utf-8"))}catch{return[]}}async function h_(t,e){let r=on(t),n=(0,je.join)(r,"progress.json"),o=`${n}.lock`;await zP(n,async()=>{let s=await PP(o);try{let i=[];if((0,ie.existsSync)(n))try{i=JSON.parse((0,ie.readFileSync)(n,"utf-8"))}catch{i=[]}i.push(e);let a=`${n}.tmp-${(0,Yd.randomBytes)(6).toString("hex")}`;(0,ie.writeFileSync)(a,JSON.stringify(i,null,2),"utf-8"),(0,ie.renameSync)(a,n)}finally{s()}})}function g_(t,e){let r=on(t),n=(0,je.join)(r,"transactions");(0,ie.existsSync)(n)||(0,ie.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,je.join)(n,`tx-${o}.json`);return(0,ie.writeFileSync)(s,JSON.stringify(e,null,2),"utf-8"),s}var es=["scope","root_cause","implementation","verification"],RP={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"]},IP=new Set(["batch_apply","rollback_memo"]);function y_(t){return(0,rp.join)(on(t),"workflow.json")}function __(t){return(0,rp.join)(on(t),"severity.json")}function v_(t=process.env){return t.MD_FEEDBACK_WORKFLOW_ENFORCEMENT?.trim().toLowerCase()==="strict"?"strict":"off"}function x_(t){let e=__(t);if(!(0,_t.existsSync)(e))return{version:"1.0",overrides:{},updatedAt:new Date().toISOString()};try{let r=Gd((0,_t.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 OP(t,e){let r=__(t),n=`${r}.tmp-${(0,aa.randomBytes)(6).toString("hex")}`;(0,_t.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,_t.renameSync)(n,r)}function MP(t){return t==="fix"?"blocking":"non_blocking"}function b_(t,e,r){let o={version:"1.0",overrides:{...x_(t).overrides,[e]:r},updatedAt:new Date().toISOString()};return OP(t,o),o}function np(t){let e=ia(t),r=ke(e),n=x_(t).overrides,o=r.memos.filter(s=>!Et(s.status)).filter(s=>(n[s.id]??MP(s.type))==="blocking").map(s=>s.id);return{overrides:n,unresolvedBlockingMemos:o}}function ca(t,e){let r=y_(t),n=`${r}.tmp-${(0,aa.randomBytes)(6).toString("hex")}`;(0,_t.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,_t.renameSync)(n,r)}function tp(){return{version:"1.0",phase:"scope",status:"active",transitions:[],pendingCheckpoint:null,approvals:[],approvalGrant:null,updatedAt:new Date().toISOString()}}function AP(t){let e=y_(t);if(!(0,_t.existsSync)(e))return tp();try{let r=Gd((0,_t.readFileSync)(e,"utf-8")),n=r.phase,o=Array.isArray(r.transitions)?r.transitions:[];return!n||!es.includes(n)?tp():{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 tp()}}function br(t){let e=AP(t);return e.transitions.length===0&&e.phase==="scope"&&ca(t,e),e}function nt(t,e){let r=br(t);if(v_()!=="strict")return r;let n=RP[e];if(!n||n.includes(r.phase))return r;throw new pe(`Tool "${e}" is not allowed in phase "${r.phase}".`,{tool:e,currentPhase:r.phase,allowedPhases:n})}function w_(t,e){let r=br(t),n=e(r);return ca(t,n),n}function op(t,e,r){return w_(t,n=>n.pendingCheckpoint&&n.pendingCheckpoint.tool===e?n:{...n,pendingCheckpoint:{id:`chk_${(0,aa.randomBytes)(4).toString("hex")}`,tool:e,reason:r,requestedAt:new Date().toISOString()},updatedAt:new Date().toISOString()})}function $_(t,e,r,n){return w_(t,o=>{let s=o.pendingCheckpoint;if(!s||s.tool!==e)throw new pe(`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 sp(t,e,r){if(v_()!=="strict"||!IP.has(e))return br(t);let n=br(t);if(n.approvalGrant&&!n.approvalGrant.consumed&&n.approvalGrant.tool===e){let s={...n,approvalGrant:{...n.approvalGrant,consumed:!0},updatedAt:new Date().toISOString()};return ca(t,s),s}let o=op(t,e,r);throw new pe(`Approval required before high-risk tool "${e}".`,{tool:e,reason:r,pendingCheckpoint:o.pendingCheckpoint})}function k_(t,e,r,n){let o=br(t);if(e===o.phase)return o;let s=es.indexOf(o.phase);if(es.indexOf(e)!==s+1)throw new pe(`Invalid workflow transition: ${o.phase} -> ${e}. Expected next phase: ${es[s+1]??"none"}.`,{currentPhase:o.phase,requestedPhase:e,expectedNextPhase:es[s+1]??null});if(e==="verification"){let u=np(t);if(u.unresolvedBlockingMemos.length>0)throw new pe("Cannot advance to verification with unresolved blocking memos.",{currentPhase:o.phase,requestedPhase:e,unresolvedBlockingMemos:u.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 ca(t,a),a}function S_(t,e){let{safeRead:r,wrapTool:n,listDocuments:o}=e;t.tool("list_documents","List markdown files in the workspace. Optionally filter to only files that already contain annotations.",{annotatedOnly:T.boolean().optional().default(!1).describe("If true, return only files containing USER_MEMO/HIGHLIGHT_MARK annotations"),maxFiles:T.number().int().min(1).max(5e3).optional().default(500).describe("Maximum number of files to return")},async({annotatedOnly:s,maxFiles:i})=>n(async()=>{let a=o({annotatedOnly:s,maxFiles:i});return{content:[{type:"text",text:JSON.stringify({files:a,total:a.length},null,2)}]}})),t.tool("get_policy_status","Return current runtime policy profile and memo-action routing rules.",{},async()=>n(async()=>{let s=p_();return{content:[{type:"text",text:JSON.stringify({policy:s},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:s})=>n(async()=>{r(s);let i=br(s);return{content:[{type:"text",text:JSON.stringify({workflow:i},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:s})=>n(async()=>{r(s);let i=np(s);return{content:[{type:"text",text:JSON.stringify({severity:i},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:s})=>n(async()=>{let i=r(s),a=tn(i);return{content:[{type:"text",text:JSON.stringify({checkpoints:a},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:s,target:i})=>n(async()=>{let a=r(s),u=Qi(a,s);return{content:[{type:"text",text:Xi(u,i||"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:s})=>n(async()=>{let i=r(s),a=Dn(i),u=tn(i),c=rn(i),l={file:s,annotations:a,checkpointCount:u.length,lastCheckpoint:u.length>0?u[u.length-1].timestamp:null,sectionsReviewed:c};return{content:[{type:"text",text:JSON.stringify(l,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:s})=>n(async()=>{let i=r(s),a=a_(i);if(!a)throw new na(s);return{content:[{type:"text",text:JSON.stringify(a,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:s})=>n(async()=>{let i=r(s),u=ke(i).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:u,total:u.length},null,2)}]}})),t.tool("get_document_structure","Parse an annotated markdown file and return v0.4.0 ReviewDocument metadata. By default bodyMd is omitted to reduce context size; set includeBody=true only when full body is required.",{file:T.string().describe("Path to the annotated markdown file"),includeBody:T.boolean().optional().default(!1).describe("Include full bodyMd content (larger payload)")},async({file:s,includeBody:i})=>n(async()=>{let a=r(s),u=ke(a),c=nn(a),l=rn(a),d=Rt(u.gates,u.memos),m=0,h=0,p=0,f=0,y=0,_=0,g=0,x=0,v=0,$=0;for(let V of u.memos)V.status==="open"?m++:V.status==="in_progress"?h++:V.status==="needs_review"?p++:V.status==="answered"?f++:V.status==="done"?y++:V.status==="failed"?_++:V.status==="wontfix"&&g++,V.type==="fix"?x++:V.type==="question"?v++:$++;let M=0;for(let V of d)V.status==="blocked"&&M++;let j={version:"0.4.0",file:s,bodyMd:i?u.body:"",memos:u.memos,checkpoints:u.checkpoints,gates:d,cursor:u.cursor,sections:{all:c,reviewed:l,uncovered:c.filter(V=>!l.includes(V))},impls:u.impls,artifacts:u.artifacts,dependencies:u.dependencies,summary:{total:u.memos.length,open:m,inProgress:h,needsReview:p,answered:f,done:y,failed:_,wontfix:g,blocked:M,fixes:x,questions:v,highlights:$}},U=c_(u.memos,u.impls,d,u.checkpoints,u.artifacts,u.dependencies);return{content:[{type:"text",text:JSON.stringify({...j,metrics:U},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:s})=>n(async()=>{let i=r(s),a=ke(i),u=Rt(a.gates,a.memos);return{content:[{type:"text",text:JSON.stringify({gates:u,summary:{total:u.length,blocked:u.filter(c=>c.status==="blocked").length,proceed:u.filter(c=>c.status==="proceed").length,done:u.filter(c=>c.status==="done").length}},null,2)}]}}))}function T_(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, antigravity, 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=Qi(i,o);return{content:[{type:"text",text:Xi(f,"standalone")}]}}let u=ke(i).memos,c=nn(i),l=c[0]||"Plan Review",d={red:"#fca5a5",blue:"#93c5fd",yellow:"#fef08a"},m=u.map(f=>({text:f.anchorText||"",color:d[f.color]||"#fef08a",section:"",context:""})),h=u.map(f=>({id:f.id,text:f.text,color:f.color,section:"",context:f.anchorText||""}));return{content:[{type:"text",text:i_(l,o,c,m,h,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=ke(i),u=s?a.impls.filter(d=>d.memoId===s):a.impls,c=m_(o),l=s?c.filter(d=>d.memoId===s):c;return{content:[{type:"text",text:JSON.stringify({impls:u,progress:l},null,2)}]}}))}function z_(t,e){S_(t,e),T_(t,e)}var sn=require("node:fs");var E_=Vn(require("node:path")),qn=require("node:fs"),ua=new Map,CP=5e3,NP=20;function jP(t){return new Promise(e=>setTimeout(e,t))}async function ZP(t,e=CP){let r=Date.now();for(;;)try{let n=(0,qn.openSync)(t,"wx");return()=>{try{(0,qn.closeSync)(n)}catch{}try{(0,qn.unlinkSync)(t)}catch{}}}catch(n){if(n.code!=="EEXIST")throw n;if(Date.now()-r>e)throw new Error(`File lock timeout for ${t}`);await jP(NP)}}async function We(t,e){let r=E_.default.resolve(t),n=`${r}.md-feedback.lock`;for(;ua.has(r);)await ua.get(r);let o;ua.set(r,new Promise(i=>{o=i}));let s=await ZP(n);try{return await e()}finally{s(),ua.delete(r),o()}}function P_(t,e){let{safeRead:r,safeWrite:n,wrapTool:o,ensureDefaultGate:s,updateCursorFromMemos:i,applyUnifiedDiff:a}=e,u=(c,l,d,m)=>{if(m<1)return{replaced:!1,output:c};let h=0,p=0;for(;;){let f=c.indexOf(l,h);if(f===-1)return{replaced:!1,output:c};if(p++,p===m)return{replaced:!0,output:`${c.slice(0,f)}${d}${c.slice(f+l.length)}`};h=f+l.length}};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:l})=>We(c,async()=>o(async()=>{nt(c,"create_checkpoint");let d=r(c),{checkpoint:m,updatedMarkdown:h}=Qd(d,l);return n(c,h),{content:[{type:"text",text:JSON.stringify({checkpoint:m},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:l,type:d,text:m,occurrence:h})=>We(c,async()=>o(async()=>{nt(c,"create_annotation");let p=r(c),f=ke(p),y=f.body.split(`
|
|
70
|
-
`),_=-1;if(
|
|
71
|
-
`),
|
|
72
|
-
`),x=
|
|
73
|
-
`)}else{let _=
|
|
74
|
-
`),
|
|
75
|
-
`)
|
|
76
|
-
`),h.responses.push({id:`resp_${l}`,to:l,bodyStartIdx:$,bodyEndIdx:$+v.length-1})}(p.status==="open"||p.status==="in_progress")&&(p.status="needs_review",p.updatedAt=new Date().toISOString()),h.gates.length>0&&(h.gates=Rt(h.gates,h.memos));let y=Ft(h);return n(c,y),{content:[{type:"text",text:JSON.stringify({memoId:l,status:p.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:l,status:d,owner:m})=>We(c,async()=>o(async()=>{nt(c,"update_memo_status");let h=r(c),p=ke(h),f=p.memos.find(_=>_.id===l);if(!f)throw new It(l);f.status=d,m&&(f.owner=m),f.updatedAt=new Date().toISOString(),s(p),p.gates=Rt(p.gates,p.memos),i(p,l);let y=Ft(p);return n(c,y),{content:[{type:"text",text:JSON.stringify({memo:f,gatesUpdated:p.gates.length,cursor:p.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:l,step:d,nextAction:m})=>We(c,async()=>o(async()=>{nt(c,"update_cursor");let h=r(c),p=ke(h);if(p.memos.length>0&&!p.memos.some(y=>y.id===l))throw new pe(`Task ID not found: "${l}". Valid IDs: ${p.memos.map(y=>y.id).join(", ")}`,{taskId:l,validTaskIds:p.memos.map(y=>y.id)});p.cursor={taskId:l,step:d,nextAction:m,lastSeenHash:Ki(p.body),updatedAt:new Date().toISOString()};let f=Ft(p);return n(c,f),{content:[{type:"text",text:JSON.stringify({cursor:p.cursor},null,2)}]}}))),t.tool("apply_memo","Apply an implementation action to a memo. Supports text_replace (replaces first occurrence by default), 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"),occurrence:T.number().int().min(1).optional().default(1).describe("For text_replace: which occurrence to replace (1-indexed)"),replaceAll:T.boolean().optional().default(!1).describe("For text_replace: replace all occurrences instead of one"),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:l,action:d,dryRun:m,oldText:h,newText:p,occurrence:f,replaceAll:y,targetFile:_,patch:g,content:x})=>We(c,async()=>o(async()=>{nt(c,"apply_memo");let v=r(c),$=ke(v),M=$.memos.find(ae=>ae.id===l);if(!M)throw new It(l);oa("apply_memo",l,M.type);let j;if(d==="text_replace"){if(!h||p===void 0)throw new pe("text_replace requires oldText and newText",{memoId:l,action:d});j={type:"text_replace",file:"",before:h,after:p}}else if(d==="file_patch"){if(!_||!g)throw new pe("file_patch requires targetFile and patch",{memoId:l,action:d});j={type:"file_patch",file:_,patch:g}}else{if(!_||x===void 0)throw new pe("file_create requires targetFile and content",{memoId:l,action:d});j={type:"file_create",file:_,content:x}}let U={id:rt("impl",{separator:"_"}),memoId:l,status:"applied",operations:[j],summary:`${d} for ${l}`,appliedAt:new Date().toISOString()};if(m)return{content:[{type:"text",text:JSON.stringify({dryRun:!0,impl:U,operation:j,memo:{id:M.id,status:M.status}},null,2)}]};if(Yo(c,v),d==="text_replace"){if(!$.body.includes(h))throw new pe("oldText not found in document body",{memoId:l,action:d});if(y)$.body=$.body.split(h).join(p);else{let ae=u($.body,h,p,f??1);if(!ae.replaced)throw new pe("Requested occurrence not found in document body",{memoId:l,action:d,occurrence:f??1});$.body=ae.output}}else if(d==="file_patch"){if(!(0,sn.existsSync)(_))throw new pe(`Target file not found for file_patch: ${_}`,{memoId:l,action:d,targetFile:_});let ae=r(_),Y=a(ae,g,_);Yo(_,ae),n(_,Y)}else d==="file_create"&&n(_,x);$.impls.push(U),M.status="needs_review",M.updatedAt=new Date().toISOString(),$.gates.length>0&&($.gates=Rt($.gates,$.memos)),i($,l);let V=Ft($);return n(c,V),{content:[{type:"text",text:JSON.stringify({impl:U,memo:{id:M.id,status:M.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:l,files:d})=>We(c,async()=>o(async()=>{nt(c,"link_artifacts");let m=r(c),h=ke(m);if(!h.memos.find(_=>_.id===l))throw new It(l);let f={id:rt("art",{separator:"_"}),memoId:l,files:d,linkedAt:new Date().toISOString()};h.artifacts.push(f);let y=Ft(h);return n(c,y),{content:[{type:"text",text:JSON.stringify({artifact:f},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:l,status:d,message:m})=>We(c,async()=>o(async()=>{nt(c,"update_memo_progress");let h=r(c),p=ke(h),f=p.memos.find(g=>g.id===l);if(!f)throw new It(l);f.status=d,f.updatedAt=new Date().toISOString();let y={memoId:l,status:d,message:m,timestamp:new Date().toISOString()};await h_(c,y),p.gates.length>0&&(p.gates=Rt(p.gates,p.memos)),i(p,l);let _=Ft(p);return n(c,_),{content:[{type:"text",text:JSON.stringify({memo:{id:f.id,status:f.status},progressEntry:y,gatesUpdated:p.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:l})=>We(c,async()=>o(async()=>{nt(c,"rollback_memo"),sp(c,"rollback_memo","Rollback is high-risk because it can revert prior implementation state.");let d=r(c),m=ke(d),h=m.memos.find(_=>_.id===l);if(!h)throw new It(l);let p=m.impls.filter(_=>_.memoId===l&&_.status==="applied");if(p.length===0)throw new pe(`No applied implementation found for memo: ${l}`,{memoId:l});let f=p[p.length-1];for(let _ of f.operations)_.type==="text_replace"&&m.body.includes(_.after)&&(m.body=m.body.split(_.after).join(_.before));f.status="reverted",h.status="open",h.updatedAt=new Date().toISOString(),m.gates.length>0&&(m.gates=Rt(m.gates,m.memos)),i(m,l);let y=Ft(m);return n(c,y),{content:[{type:"text",text:JSON.stringify({rolledBack:f.id,memo:{id:h.id,status:h.status},gatesUpdated:m.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"),occurrence:T.number().int().min(1).optional().describe("For text_replace: which occurrence to replace (1-indexed, default 1)"),replaceAll:T.boolean().optional().describe("For text_replace: replace all occurrences instead of one"),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:l})=>We(c,async()=>o(async()=>{nt(c,"batch_apply"),sp(c,"batch_apply","Batch apply is high-risk because it can modify multiple files in one transaction.");let d=r(c),m=ke(d),h=[],p=new Map,f=new Map;for(let g of l){let x=m.memos.find(M=>M.id===g.memoId);if(!x)throw new It(g.memoId);oa("batch_apply",g.memoId,x.type);let v;if(g.action==="text_replace"){if(!g.oldText||g.newText===void 0)throw new pe(`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},!m.body.includes(g.oldText))throw new pe(`Operation failed (${g.memoId}): oldText not found in body`,{memoId:g.memoId,action:g.action});if(g.replaceAll)m.body=m.body.split(g.oldText).join(g.newText);else{let M=u(m.body,g.oldText,g.newText,g.occurrence??1);if(!M.replaced)throw new pe(`Operation failed (${g.memoId}): requested occurrence not found in body`,{memoId:g.memoId,action:g.action,occurrence:g.occurrence??1});m.body=M.output}if(g.replaceAll)for(let M of m.memos)M.anchorText&&M.anchorText.includes(g.oldText)&&(M.anchorText=M.anchorText.split(g.oldText).join(g.newText))}else if(g.action==="file_patch"){if(!g.targetFile||!g.patch)throw new pe(`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 M=p.has(g.targetFile)?p.get(g.targetFile):(0,sn.existsSync)(g.targetFile)?r(g.targetFile):null;if(M===null)throw new pe(`Operation failed (${g.memoId}): target file not found for file_patch (${g.targetFile})`,{memoId:g.memoId,action:g.action,targetFile:g.targetFile});let j=a(M,g.patch,g.targetFile);p.set(g.targetFile,j)}else{if(!g.targetFile||g.content===void 0)throw new pe(`Operation failed (${g.memoId}): file_create requires targetFile and content`,{memoId:g.memoId,action:g.action});if((0,sn.existsSync)(g.targetFile)&&!p.has(g.targetFile))throw new pe(`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},p.set(g.targetFile,g.content)}let $={id:rt("impl",{separator:"_"}),memoId:g.memoId,status:"applied",operations:[v],summary:`${g.action} for ${g.memoId}`,appliedAt:new Date().toISOString()};m.impls.push($),x.status="needs_review",x.updatedAt=new Date().toISOString(),h.push({memoId:g.memoId,implId:$.id,status:"applied"})}m.gates.length>0&&(m.gates=Rt(m.gates,m.memos)),i(m,l[0]?.memoId||"");let y=Ft(m);f.set(c,d);for(let g of p.keys())(0,sn.existsSync)(g)&&f.set(g,r(g));Yo(c,d);for(let[g,x]of f.entries())g!==c&&Yo(g,x);let _=[];try{for(let[g,x]of p.entries())n(g,x),_.push(g);n(c,y),_.push(c)}catch(g){let x=[];for(let v=_.length-1;v>=0;v--){let $=_[v],M=f.get($);if(M!==void 0)try{n($,M)}catch(j){x.push(`${$}: ${String(j)}`)}else try{(0,sn.unlinkSync)($)}catch(j){x.push(`${$}: ${String(j)}`)}}throw x.length>0?new pe(`Batch apply failed and rollback had errors: ${x.join(" | ")}`,{rollbackErrors:x}):g}return g_(c,{type:"batch_apply",results:h,timestamp:new Date().toISOString()}),{content:[{type:"text",text:JSON.stringify({results:h,gatesUpdated:m.gates.length,cursor:m.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:l,note:d})=>We(c,async()=>o(async()=>{let m=k_(c,l,"advance_workflow_phase",d);return{content:[{type:"text",text:JSON.stringify({workflow:m},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:l,severity:d})=>We(c,async()=>o(async()=>{nt(c,"set_memo_severity");let m=r(c);if(!ke(m).memos.find(y=>y.id===l))throw new It(l);let f=b_(c,l,d);return{content:[{type:"text",text:JSON.stringify({memoId:l,severity:d,severityState:f},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:l,reason:d})=>We(c,async()=>o(async()=>{nt(c,"request_approval_checkpoint");let m=op(c,l,d);return{content:[{type:"text",text:JSON.stringify({workflow:m},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:l,approvedBy:d,reason:m})=>We(c,async()=>o(async()=>{nt(c,"approve_checkpoint");let h=$_(c,l,d,m);return{content:[{type:"text",text:JSON.stringify({workflow:h},null,2)}]}})))}var Ln=Vn(require("node:path")),ts=require("node:fs"),DP=["**/.env",".env","**/.env.*",".env.*","**/credentials*","credentials*","**/secrets*","secrets*","**/*.pem","*.pem","**/*.key","*.key","**/*.p12","*.p12","**/node_modules/**","node_modules/**","**/.git/**",".git/**"];function I_(t){return{workspaceRoot:t||process.env.MD_FEEDBACK_WORKSPACE||process.cwd(),blocklist:[...DP],allowlist:[]}}function qP(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 R_(t,e){return t.some(r=>qP(r,e))}function ip(t,e){let r=Ln.default.resolve(t.workspaceRoot,e),n=Ln.default.resolve(t.workspaceRoot);if(!r.startsWith(n+Ln.default.sep)&&r!==n)return{safe:!1,reason:`Path "${e}" resolves outside workspace root`};if((0,ts.existsSync)(r))try{let s=(0,ts.realpathSync)(r),i=(0,ts.realpathSync)(n);if(!s.startsWith(i+Ln.default.sep)&&s!==i)return{safe:!1,reason:`Path "${e}" resolves outside workspace via symlink`}}catch{}let o=Ln.default.relative(n,r).replace(/\\/g,"/");return R_(t.blocklist,o)?{safe:!1,reason:`Path "${e}" matches blocklist pattern`}:t.allowlist.length>0&&!R_(t.allowlist,o)?{safe:!1,reason:`Path "${e}" not in allowlist`}:{safe:!0}}var Fn=require("node:fs"),Un=require("node:path");function O_(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}var LP=new Set([".git","node_modules",".md-feedback","dist","build"]);function la(t,e={}){let r=e.annotatedOnly??!1,n=e.maxFiles??500,o=(0,Un.resolve)(t),s=[];function i(a){if(s.length>=n)return;let u=(0,Fn.readdirSync)(a,{withFileTypes:!0});for(let c of u){if(s.length>=n)return;let l=(0,Un.join)(a,c.name);if(c.isDirectory()){if(LP.has(c.name))continue;i(l);continue}if(!c.isFile()||!c.name.toLowerCase().endsWith(".md"))continue;let d=(0,Un.relative)(o,l).replace(/\\/g,"/");if(!r){s.push(d);continue}try{let m=(0,Fn.readFileSync)(l,"utf-8");(m.includes("<!-- USER_MEMO")||m.includes("<!-- HIGHLIGHT_MARK"))&&s.push(d)}catch{}}}try{(0,Fn.statSync)(o).isDirectory()&&i(o)}catch{return[]}return s}function M_(t={}){let{workspace:e,log:r}=t,n=I_(e);function o(m){let h=ip(n,m);if(!h.safe)throw new Qo(h.reason,{file:m});return ia(m)}function s(m,h){let p=ip(n,m);if(!p.safe)throw new Qo(p.reason,{file:m});f_(m,h)}function i(m){return la(n.workspaceRoot,m)}function a(m){return{content:[{type:"text",text:JSON.stringify(Xd(m))}],isError:!0}}async function u(m){try{return await m()}catch(h){if(r){let p=Xd(h);r(`tool error: ${JSON.stringify(p)}`)}return a(h)}}function c(m){m.gates.length===0&&m.memos.length>0&&m.gates.push({id:rt("gate"),type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"})}function l(m,h,p){let f=m.memos.filter(_=>Et(_.status)).length,y=m.memos.filter(_=>!Et(_.status));m.cursor={taskId:h,step:`${f}/${m.memos.length} resolved`,nextAction:p??(y.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${y.map(_=>_.id).slice(0,3).join(", ")}${y.length>3?"...":""}`),lastSeenHash:Ki(m.body),updatedAt:new Date().toISOString()}}function d(m,h,p){let f=m.split(`
|
|
77
|
-
`),
|
|
78
|
-
`),
|
|
79
|
-
`)}return{safeRead:o,safeWrite:s,listDocuments:i,wrapTool:
|
|
80
|
-
`)}function FP(){return O_(process.argv,process.env)}var C_=FP(),N_=new Gi({name:"md-feedback",version:"1.3.
|
|
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 l=u.match(/^## (.+)/);if(l){r=l[1].trim();continue}if(r.startsWith("Session")){let m=u.match(/\*\*File\*\*:\s*`([^`]+)`/);m&&(n.file=m[1]);let h=u.match(/\*\*Started\*\*:\s*(.+)/);h&&(n.startedAt=h[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 g=u.match(/\*\*Annotations\*\*:\s*(\d+)\s*fix,\s*(\d+)\s*question,\s*(\d+)\s*highlight/);g&&(n.totalFixes=parseInt(g[1],10),n.totalQuestions=parseInt(g[2],10),n.totalHighlights=parseInt(g[3],10))}let d=u.match(/^\d+\.\s+\*\*\[([^\]]*)\]\*\*\s+(.+)/);if(d){let m=d[1],h=d[2],p=h.match(/"([^"]+)"\s*→\s*(.+)/),f=h.match(/"([^"]+)"\s*—\s*(.+)/),g;if(p)g={section:m,text:p[1],feedback:p[2]};else if(f)g={section:m,text:f[1],feedback:f[2]};else{let v=h.match(/"([^"]+)"/);g={section:m,text:v?v[1]:"",feedback:v?"":h}}r.startsWith("Decisions")?o.push(g):r.startsWith("Open Questions")?s.push(g):r.startsWith("Key Points")&&i.push(g)}if(r.startsWith("Progress Checkpoints")){let m=u.match(/^\|\s*(\d+)\s*\|\s*([^|]+)\|\s*([^|]*)\|\s*(\d+)\s*\|\s*(\d+)\s*\|\s*(\d+)\s*\|/);m&&a.push({id:`ckpt_restored_${m[1]}`,timestamp:m[2].trim(),note:m[3].trim(),fixes:parseInt(m[4],10),questions:parseInt(m[5],10),highlights:parseInt(m[6],10),sectionsReviewed:[]})}if(r.startsWith("Next Steps")){let m=u.match(/^- \[ \]\s+(.+)/);m&&c.push(m[1])}}return n.file?{meta:n,decisions:o,openQuestions:s,keyPoints:i,checkpoints:a,nextSteps:c}:null}function wP(t,e){return t.blockedBy.length>0&&t.blockedBy.map(o=>e.find(s=>s.id===o)).filter(o=>o!=null&&!Et(o.status)).length>0?"blocked":e.some(n=>!Et(n.status))?"proceed":"done"}function Rt(t,e){return t.map(r=>({...r,status:r.override||wP(r,e)}))}function c_(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,Et(x.status)&&c++;let u=t.length>0?c/t.length:0,l={},d=0,m=0,h=0;for(let x of e)l[x.status]=(l[x.status]||0)+1,x.status==="applied"&&d++,x.status==="reverted"&&m++,x.status==="failed"&&h++;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 $ of x.files)f.add($);let g=s.filter(x=>x.type==="blocks").length,v=null;n.length>0&&(v=n.reduce((x,$)=>$.timestamp>x?$.timestamp:x,n[0].timestamp));let _=null,y=t.filter(x=>Et(x.status)&&x.createdAt&&x.updatedAt);if(y.length>0){let x=0,$=0;for(let O of y){let Z=new Date(O.createdAt).getTime(),A=new Date(O.updatedAt).getTime();!isNaN(Z)&&!isNaN(A)&&A>Z&&(x+=A-Z,$++)}$>0&&(_=x/$)}return{totalMemos:t.length,byStatus:i,byType:a,resolutionRate:u,totalImpls:e.length,implsByStatus:l,appliedCount:d,revertedCount:m,failedCount:h,totalGates:r.length,gatesByStatus:p,totalArtifacts:o.length,linkedFiles:f.size,totalDependencies:s.length,blockingChains:g,totalCheckpoints:n.length,lastCheckpoint:v,avgResolutionTime:_}}var ct=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="ToolError"}},Qo=class extends ct{constructor(e,r){super("FILE_SAFETY",e,r),this.name="FileSafetyError"}},Yi=class extends ct{constructor(e){super("FILE_NOT_FOUND",`File not found: ${e}`,{file:e}),this.name="FileNotFoundError"}},ea=class extends ct{constructor(e,r){super("FILE_READ",`Cannot read file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileReadError"}},ta=class extends ct{constructor(e,r){super("FILE_WRITE",`Cannot write file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileWriteError"}},ra=class extends ct{constructor(e){super("FILE_LOCK_TIMEOUT",`Timeout acquiring lock: ${e}`,{lockPath:e}),this.name="FileLockTimeoutError"}},xr=class extends ct{constructor(e,r){super("PATCH_APPLY",e,r),this.name="PatchApplyError"}},It=class extends ct{constructor(e){super("MEMO_NOT_FOUND",`Memo not found: ${e}`,{memoId:e}),this.name="MemoNotFoundError"}},ce=class extends ct{constructor(e,r){super("OPERATION_INVALID",e,r),this.name="OperationValidationError"}},Xo=class extends ct{constructor(e,r){super("ANCHOR_NOT_FOUND",`Anchor text not found: "${e}"`,{anchorText:e,matchCount:0,...r??{}}),this.name="AnchorNotFoundError"}},na=class extends ct{constructor(e){super("HANDOFF_INVALID","Not a valid handoff document",{file:e}),this.name="InvalidHandoffError"}};function Xd(t){return t instanceof ct?{error:t.message,code:t.code,type:t.name,...t.details?{details:t.details}:{}}:t instanceof Error?{error:t.message}:{error:String(t)}}var u_={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={...u_};function l_(t=process.env){return t.MD_FEEDBACK_POLICY_PROFILE?.trim().toLowerCase()==="strict"?"strict":"default"}function d_(t){return t==="strict"?$P:u_}function p_(t=l_()){let e=d_(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 oa(t,e,r,n=l_()){let s=d_(n)[t];if(!s.allowedMemoTypes.includes(r))throw new ce(`${t} supports only ${s.allowedMemoTypes.join(", ")} memos. ${s.guidance}`,{memoId:e,memoType:r,action:t,policyProfile:n,allowedMemoTypes:s.allowedMemoTypes})}var _t=require("node:fs"),rp=require("node:path"),aa=require("node:crypto");var ie=require("fs"),je=require("path"),Yd=require("node:crypto");var kP=2e3,SP=10,TP=20;function ep(t){return(0,je.isAbsolute)(t)?t:(0,je.resolve)(process.cwd(),t)}function ia(t){let e=ep(t);if(!(0,ie.existsSync)(e))throw new Yi(e);try{return(0,ie.readFileSync)(e,"utf-8")}catch(r){throw new ea(e,r instanceof Error?r.message:String(r))}}function f_(t,e){let r=ep(t),n=(0,je.dirname)(r),o=(0,je.join)(n,`.mf-tmp-${(0,Yd.randomBytes)(6).toString("hex")}`);try{(0,ie.writeFileSync)(o,e,"utf-8"),(0,ie.renameSync)(o,r)}catch(s){try{(0,ie.unlinkSync)(o)}catch{}throw new ta(r,s instanceof Error?s.message:String(s))}}var sa=new Map;async function zP(t,e){for(;sa.has(t);)await sa.get(t);let r;sa.set(t,new Promise(n=>{r=n}));try{return await e()}finally{sa.delete(t),r()}}function EP(t){return new Promise(e=>setTimeout(e,t))}async function PP(t,e=kP){let r=Date.now();for(;;)try{let n=(0,ie.openSync)(t,"wx");return()=>{try{(0,ie.closeSync)(n)}catch{}try{(0,ie.unlinkSync)(t)}catch{}}}catch(n){if(n.code!=="EEXIST")throw n;if(Date.now()-r>e)throw new ra(t);await EP(SP)}}function on(t){let e=ep(t),r=(0,je.join)((0,je.dirname)(e),".md-feedback");return(0,ie.existsSync)(r)||(0,ie.mkdirSync)(r,{recursive:!0}),r}function Yo(t,e){let r=on(t),n=(0,je.join)(r,"snapshots");(0,ie.existsSync)(n)||(0,ie.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,je.join)(n,`snapshot-${o}.md`);(0,ie.writeFileSync)(s,e,"utf-8");let i=(0,ie.readdirSync)(n).filter(a=>a.startsWith("snapshot-")).sort();for(;i.length>TP;)try{(0,ie.unlinkSync)((0,je.join)(n,i.shift()))}catch{}return s}function m_(t){let e=on(t),r=(0,je.join)(e,"progress.json");if(!(0,ie.existsSync)(r))return[];try{return JSON.parse((0,ie.readFileSync)(r,"utf-8"))}catch{return[]}}async function h_(t,e){let r=on(t),n=(0,je.join)(r,"progress.json"),o=`${n}.lock`;await zP(n,async()=>{let s=await PP(o);try{let i=[];if((0,ie.existsSync)(n))try{i=JSON.parse((0,ie.readFileSync)(n,"utf-8"))}catch{i=[]}i.push(e);let a=`${n}.tmp-${(0,Yd.randomBytes)(6).toString("hex")}`;(0,ie.writeFileSync)(a,JSON.stringify(i,null,2),"utf-8"),(0,ie.renameSync)(a,n)}finally{s()}})}function g_(t,e){let r=on(t),n=(0,je.join)(r,"transactions");(0,ie.existsSync)(n)||(0,ie.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,je.join)(n,`tx-${o}.json`);return(0,ie.writeFileSync)(s,JSON.stringify(e,null,2),"utf-8"),s}var es=["scope","root_cause","implementation","verification"],RP={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"]},IP=new Set(["batch_apply","rollback_memo"]);function y_(t){return(0,rp.join)(on(t),"workflow.json")}function __(t){return(0,rp.join)(on(t),"severity.json")}function v_(t=process.env){return t.MD_FEEDBACK_WORKFLOW_ENFORCEMENT?.trim().toLowerCase()==="strict"?"strict":"off"}function x_(t){let e=__(t);if(!(0,_t.existsSync)(e))return{version:"1.0",overrides:{},updatedAt:new Date().toISOString()};try{let r=Gd((0,_t.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 OP(t,e){let r=__(t),n=`${r}.tmp-${(0,aa.randomBytes)(6).toString("hex")}`;(0,_t.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,_t.renameSync)(n,r)}function MP(t){return t==="fix"?"blocking":"non_blocking"}function b_(t,e,r){let o={version:"1.0",overrides:{...x_(t).overrides,[e]:r},updatedAt:new Date().toISOString()};return OP(t,o),o}function np(t){let e=ia(t),r=Se(e),n=x_(t).overrides,o=r.memos.filter(s=>!Et(s.status)).filter(s=>(n[s.id]??MP(s.type))==="blocking").map(s=>s.id);return{overrides:n,unresolvedBlockingMemos:o}}function ca(t,e){let r=y_(t),n=`${r}.tmp-${(0,aa.randomBytes)(6).toString("hex")}`;(0,_t.writeFileSync)(n,JSON.stringify(e,null,2),"utf-8"),(0,_t.renameSync)(n,r)}function tp(){return{version:"1.0",phase:"scope",status:"active",transitions:[],pendingCheckpoint:null,approvals:[],approvalGrant:null,updatedAt:new Date().toISOString()}}function AP(t){let e=y_(t);if(!(0,_t.existsSync)(e))return tp();try{let r=Gd((0,_t.readFileSync)(e,"utf-8")),n=r.phase,o=Array.isArray(r.transitions)?r.transitions:[];return!n||!es.includes(n)?tp():{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 tp()}}function br(t){let e=AP(t);return e.transitions.length===0&&e.phase==="scope"&&ca(t,e),e}function nt(t,e){let r=br(t);if(v_()!=="strict")return r;let n=RP[e];if(!n||n.includes(r.phase))return r;throw new ce(`Tool "${e}" is not allowed in phase "${r.phase}".`,{tool:e,currentPhase:r.phase,allowedPhases:n})}function w_(t,e){let r=br(t),n=e(r);return ca(t,n),n}function op(t,e,r){return w_(t,n=>n.pendingCheckpoint&&n.pendingCheckpoint.tool===e?n:{...n,pendingCheckpoint:{id:`chk_${(0,aa.randomBytes)(4).toString("hex")}`,tool:e,reason:r,requestedAt:new Date().toISOString()},updatedAt:new Date().toISOString()})}function $_(t,e,r,n){return w_(t,o=>{let s=o.pendingCheckpoint;if(!s||s.tool!==e)throw new ce(`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 sp(t,e,r){if(v_()!=="strict"||!IP.has(e))return br(t);let n=br(t);if(n.approvalGrant&&!n.approvalGrant.consumed&&n.approvalGrant.tool===e){let s={...n,approvalGrant:{...n.approvalGrant,consumed:!0},updatedAt:new Date().toISOString()};return ca(t,s),s}let o=op(t,e,r);throw new ce(`Approval required before high-risk tool "${e}".`,{tool:e,reason:r,pendingCheckpoint:o.pendingCheckpoint})}function k_(t,e,r,n){let o=br(t);if(e===o.phase)return o;let s=es.indexOf(o.phase);if(es.indexOf(e)!==s+1)throw new ce(`Invalid workflow transition: ${o.phase} -> ${e}. Expected next phase: ${es[s+1]??"none"}.`,{currentPhase:o.phase,requestedPhase:e,expectedNextPhase:es[s+1]??null});if(e==="verification"){let c=np(t);if(c.unresolvedBlockingMemos.length>0)throw new ce("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 ca(t,a),a}function S_(t,e){let{safeRead:r,wrapTool:n,listDocuments:o}=e;t.tool("list_documents","List markdown files in the workspace. Optionally filter to only files that already contain annotations.",{annotatedOnly:T.boolean().optional().default(!1).describe("If true, return only files containing USER_MEMO/HIGHLIGHT_MARK annotations"),maxFiles:T.number().int().min(1).max(5e3).optional().default(500).describe("Maximum number of files to return")},async({annotatedOnly:s,maxFiles:i})=>n(async()=>{let a=o({annotatedOnly:s,maxFiles:i});return{content:[{type:"text",text:JSON.stringify({files:a,total:a.length},null,2)}]}})),t.tool("get_policy_status","Return current runtime policy profile and memo-action routing rules.",{},async()=>n(async()=>{let s=p_();return{content:[{type:"text",text:JSON.stringify({policy:s},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:s})=>n(async()=>{r(s);let i=br(s);return{content:[{type:"text",text:JSON.stringify({workflow:i},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:s})=>n(async()=>{r(s);let i=np(s);return{content:[{type:"text",text:JSON.stringify({severity:i},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:s})=>n(async()=>{let i=r(s),a=tn(i);return{content:[{type:"text",text:JSON.stringify({checkpoints:a},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:s,target:i})=>n(async()=>{let a=r(s),c=Qi(a,s);return{content:[{type:"text",text:Xi(c,i||"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:s})=>n(async()=>{let i=r(s),a=Dn(i),c=tn(i),u=rn(i),l={file:s,annotations:a,checkpointCount:c.length,lastCheckpoint:c.length>0?c[c.length-1].timestamp:null,sectionsReviewed:u};return{content:[{type:"text",text:JSON.stringify(l,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:s})=>n(async()=>{let i=r(s),a=a_(i);if(!a)throw new na(s);return{content:[{type:"text",text:JSON.stringify(a,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:s})=>n(async()=>{let i=r(s),c=Se(i).memos.map(u=>({id:u.id,type:u.type,status:u.status,owner:u.owner,source:u.source,color:u.color,text:u.text,anchorText:u.anchorText,anchor:u.anchor,createdAt:u.createdAt,updatedAt:u.updatedAt}));return{content:[{type:"text",text:JSON.stringify({annotations:c,total:c.length},null,2)}]}})),t.tool("get_document_structure","Parse an annotated markdown file and return v0.4.0 ReviewDocument metadata. By default bodyMd is omitted to reduce context size; set includeBody=true only when full body is required.",{file:T.string().describe("Path to the annotated markdown file"),includeBody:T.boolean().optional().default(!1).describe("Include full bodyMd content (larger payload)")},async({file:s,includeBody:i})=>n(async()=>{let a=r(s),c=Se(a),u=nn(a),l=rn(a),d=Rt(c.gates,c.memos),m=0,h=0,p=0,f=0,g=0,v=0,_=0,y=0,x=0,$=0;for(let q of c.memos)q.status==="open"?m++:q.status==="in_progress"?h++:q.status==="needs_review"?p++:q.status==="answered"?f++:q.status==="done"?g++:q.status==="failed"?v++:q.status==="wontfix"&&_++,q.type==="fix"?y++:q.type==="question"?x++:$++;let O=0;for(let q of d)q.status==="blocked"&&O++;let Z={version:"0.4.0",file:s,bodyMd:i?c.body:"",memos:c.memos,checkpoints:c.checkpoints,gates:d,cursor:c.cursor,sections:{all:u,reviewed:l,uncovered:u.filter(q=>!l.includes(q))},impls:c.impls,artifacts:c.artifacts,dependencies:c.dependencies,summary:{total:c.memos.length,open:m,inProgress:h,needsReview:p,answered:f,done:g,failed:v,wontfix:_,blocked:O,fixes:y,questions:x,highlights:$}},A=c_(c.memos,c.impls,d,c.checkpoints,c.artifacts,c.dependencies);return{content:[{type:"text",text:JSON.stringify({...Z,metrics:A},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:s})=>n(async()=>{let i=r(s),a=Se(i),c=Rt(a.gates,a.memos);return{content:[{type:"text",text:JSON.stringify({gates:c,summary:{total:c.length,blocked:c.filter(u=>u.status==="blocked").length,proceed:c.filter(u=>u.status==="proceed").length,done:c.filter(u=>u.status==="done").length}},null,2)}]}}))}function T_(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, antigravity, 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=Qi(i,o);return{content:[{type:"text",text:Xi(f,"standalone")}]}}let c=Se(i).memos,u=nn(i),l=u[0]||"Plan Review",d={red:"#fca5a5",blue:"#93c5fd",yellow:"#fef08a"},m=c.map(f=>({text:f.anchorText||"",color:d[f.color]||"#fef08a",section:"",context:""})),h=c.map(f=>({id:f.id,text:f.text,color:f.color,section:"",context:f.anchorText||""}));return{content:[{type:"text",text:i_(l,o,u,m,h,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=Se(i),c=s?a.impls.filter(d=>d.memoId===s):a.impls,u=m_(o),l=s?u.filter(d=>d.memoId===s):u;return{content:[{type:"text",text:JSON.stringify({impls:c,progress:l},null,2)}]}}))}function z_(t,e){S_(t,e),T_(t,e)}var sn=require("node:fs");var E_=Vn(require("node:path")),qn=require("node:fs"),ua=new Map,CP=5e3,NP=20;function jP(t){return new Promise(e=>setTimeout(e,t))}async function ZP(t,e=CP){let r=Date.now();for(;;)try{let n=(0,qn.openSync)(t,"wx");return()=>{try{(0,qn.closeSync)(n)}catch{}try{(0,qn.unlinkSync)(t)}catch{}}}catch(n){if(n.code!=="EEXIST")throw n;if(Date.now()-r>e)throw new Error(`File lock timeout for ${t}`);await jP(NP)}}async function We(t,e){let r=E_.default.resolve(t),n=`${r}.md-feedback.lock`;for(;ua.has(r);)await ua.get(r);let o;ua.set(r,new Promise(i=>{o=i}));let s=await ZP(n);try{return await e()}finally{s(),ua.delete(r),o()}}function P_(t,e){let{safeRead:r,safeWrite:n,wrapTool:o,ensureDefaultGate:s,updateCursorFromMemos:i,applyUnifiedDiff:a}=e,c=(l,d,m,h)=>{if(h<1)return{replaced:!1,output:l};let p=0,f=0;for(;;){let g=l.indexOf(d,p);if(g===-1)return{replaced:!1,output:l};if(f++,f===h)return{replaced:!0,output:`${l.slice(0,g)}${m}${l.slice(g+d.length)}`};p=g+d.length}},u=(l,d)=>{if(!d)return 0;let m=0,h=0;for(;;){let p=l.indexOf(d,h);if(p===-1)return m;m++,h=p+d.length}};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:l,note:d})=>We(l,async()=>o(async()=>{nt(l,"create_checkpoint");let m=r(l),{checkpoint:h,updatedMarkdown:p}=Qd(m,d);return n(l,p),{content:[{type:"text",text:JSON.stringify({checkpoint:h},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:l,anchorText:d,type:m,text:h,occurrence:p})=>We(l,async()=>o(async()=>{nt(l,"create_annotation");let f=r(l),g=Se(f),v=g.body.split(`
|
|
70
|
+
`),_=-1;if(p){let A=0;for(let q=0;q<v.length;q++)if(v[q].includes(d)&&(A++,A===p)){_=q;break}if(_===-1){let q=A===0?{occurrenceRequested:p,matchCount:A}:{occurrenceRequested:p,matchCount:A};throw new Xo(d,q)}}else{let A=[];for(let q=0;q<v.length;q++)v[q].includes(d)&&A.push(q);if(A.length===0)throw new Xo(d,{occurrenceRequested:null,matchCount:0});if(A.length===1)_=A[0];else{let q=A.find(de=>v[de].trim()===d.trim());if(q!==void 0)_=q;else{let de=A[0],G=1/0;for(let E of A){let ge=v[E].length-d.length;ge<G&&(G=ge,de=E)}_=de}}}let y=Pt(v[_]),x=_+1,$=m==="fix"?"red":m==="question"?"blue":"yellow",O={id:rt("memo"),type:m,status:"open",owner:"agent",source:"mcp",color:$,text:h,anchorText:d,anchor:`L${x}:L${x}|${y}`,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()};g.memos.push(O),s(g),g.gates=Rt(g.gates,g.memos),i(g,O.id,`Created ${m}: "${h.slice(0,50)}"`);let Z=Ft(g);return n(l,Z),{content:[{type:"text",text:JSON.stringify({memo:O,gateStatus:g.gates[0]?.status,totalMemos:g.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:l,memoId:d,response:m})=>We(l,async()=>o(async()=>{nt(l,"respond_to_memo");let h=r(l),p=Se(h),f=p.memos.find(_=>_.id===d);if(!f)throw new It(d);oa("respond_to_memo",d,f.type);let g=p.responses.find(_=>_.to===d);if(g){let _=p.body.split(`
|
|
71
|
+
`),y=m.split(`
|
|
72
|
+
`),x=g.bodyStartIdx,$=g.bodyEndIdx,O=$>=x?$-x+1:0;_.splice(x,O,...y),g.bodyEndIdx=x+y.length-1,p.body=_.join(`
|
|
73
|
+
`)}else{let _=p.body.split(`
|
|
74
|
+
`),y=Ji(_,f),x=y>=0?y:_.length-1,$=m.split(`
|
|
75
|
+
`),O=x+1;_.splice(O,0,...$);for(let Z of p.responses)Z.bodyStartIdx>=O&&(Z.bodyStartIdx+=$.length,Z.bodyEndIdx+=$.length);p.body=_.join(`
|
|
76
|
+
`),p.responses.push({id:`resp_${d}`,to:d,bodyStartIdx:O,bodyEndIdx:O+$.length-1})}(f.status==="open"||f.status==="in_progress")&&(f.status="needs_review",f.updatedAt=new Date().toISOString()),p.gates.length>0&&(p.gates=Rt(p.gates,p.memos));let v=Ft(p);return n(l,v),{content:[{type:"text",text:JSON.stringify({memoId:d,status:f.status,responseInserted:!0,totalResponses:p.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:l,memoId:d,status:m,owner:h})=>We(l,async()=>o(async()=>{nt(l,"update_memo_status");let p=r(l),f=Se(p),g=f.memos.find(_=>_.id===d);if(!g)throw new It(d);g.status=m,h&&(g.owner=h),g.updatedAt=new Date().toISOString(),s(f),f.gates=Rt(f.gates,f.memos),i(f,d);let v=Ft(f);return n(l,v),{content:[{type:"text",text:JSON.stringify({memo:g,gatesUpdated:f.gates.length,cursor:f.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:l,taskId:d,step:m,nextAction:h})=>We(l,async()=>o(async()=>{nt(l,"update_cursor");let p=r(l),f=Se(p);if(f.memos.length>0&&!f.memos.some(v=>v.id===d))throw new ce(`Task ID not found: "${d}". Valid IDs: ${f.memos.map(v=>v.id).join(", ")}`,{taskId:d,validTaskIds:f.memos.map(v=>v.id)});f.cursor={taskId:d,step:m,nextAction:h,lastSeenHash:Ki(f.body),updatedAt:new Date().toISOString()};let g=Ft(f);return n(l,g),{content:[{type:"text",text:JSON.stringify({cursor:f.cursor},null,2)}]}}))),t.tool("apply_memo","Apply an implementation action to a memo. Supports text_replace (requires occurrence or replaceAll when oldText has multiple matches), 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"),occurrence:T.number().int().min(1).optional().describe("For text_replace: which occurrence to replace (1-indexed). Required when oldText appears multiple times unless replaceAll=true"),replaceAll:T.boolean().optional().default(!1).describe("For text_replace: replace all occurrences instead of one"),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:l,memoId:d,action:m,dryRun:h,oldText:p,newText:f,occurrence:g,replaceAll:v,targetFile:_,patch:y,content:x})=>We(l,async()=>o(async()=>{nt(l,"apply_memo");let $=r(l),O=Se($),Z=O.memos.find(G=>G.id===d);if(!Z)throw new It(d);oa("apply_memo",d,Z.type);let A;if(m==="text_replace"){if(!p||f===void 0)throw new ce("text_replace requires oldText and newText",{memoId:d,action:m});A={type:"text_replace",file:"",before:p,after:f}}else if(m==="file_patch"){if(!_||!y)throw new ce("file_patch requires targetFile and patch",{memoId:d,action:m});A={type:"file_patch",file:_,patch:y}}else{if(!_||x===void 0)throw new ce("file_create requires targetFile and content",{memoId:d,action:m});A={type:"file_create",file:_,content:x}}let q={id:rt("impl",{separator:"_"}),memoId:d,status:"applied",operations:[A],summary:`${m} for ${d}`,appliedAt:new Date().toISOString()};if(h)return{content:[{type:"text",text:JSON.stringify({dryRun:!0,impl:q,operation:A,memo:{id:Z.id,status:Z.status}},null,2)}]};if(Yo(l,$),m==="text_replace"){if(!O.body.includes(p))throw new ce("oldText not found in document body",{memoId:d,action:m});let G=u(O.body,p);if(v)O.body=O.body.split(p).join(f);else{if(G>1&&g===void 0)throw new ce("Ambiguous text_replace: oldText appears multiple times; set occurrence or replaceAll=true",{memoId:d,action:m,matchCount:G});let E=c(O.body,p,f,g??1);if(!E.replaced)throw new ce("Requested occurrence not found in document body",{memoId:d,action:m,occurrence:g??1});O.body=E.output}}else if(m==="file_patch"){if(!(0,sn.existsSync)(_))throw new ce(`Target file not found for file_patch: ${_}`,{memoId:d,action:m,targetFile:_});let G=r(_),E=a(G,y,_);Yo(_,G),n(_,E)}else m==="file_create"&&n(_,x);O.impls.push(q),Z.status="needs_review",Z.updatedAt=new Date().toISOString(),O.gates.length>0&&(O.gates=Rt(O.gates,O.memos)),i(O,d);let de=Ft(O);return n(l,de),{content:[{type:"text",text:JSON.stringify({impl:q,memo:{id:Z.id,status:Z.status},gatesUpdated:O.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:l,memoId:d,files:m})=>We(l,async()=>o(async()=>{nt(l,"link_artifacts");let h=r(l),p=Se(h);if(!p.memos.find(_=>_.id===d))throw new It(d);let g={id:rt("art",{separator:"_"}),memoId:d,files:m,linkedAt:new Date().toISOString()};p.artifacts.push(g);let v=Ft(p);return n(l,v),{content:[{type:"text",text:JSON.stringify({artifact:g},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:l,memoId:d,status:m,message:h})=>We(l,async()=>o(async()=>{nt(l,"update_memo_progress");let p=r(l),f=Se(p),g=f.memos.find(y=>y.id===d);if(!g)throw new It(d);g.status=m,g.updatedAt=new Date().toISOString();let v={memoId:d,status:m,message:h,timestamp:new Date().toISOString()};await h_(l,v),f.gates.length>0&&(f.gates=Rt(f.gates,f.memos)),i(f,d);let _=Ft(f);return n(l,_),{content:[{type:"text",text:JSON.stringify({memo:{id:g.id,status:g.status},progressEntry:v,gatesUpdated:f.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:l,memoId:d})=>We(l,async()=>o(async()=>{nt(l,"rollback_memo"),sp(l,"rollback_memo","Rollback is high-risk because it can revert prior implementation state.");let m=r(l),h=Se(m),p=h.memos.find(_=>_.id===d);if(!p)throw new It(d);let f=h.impls.filter(_=>_.memoId===d&&_.status==="applied");if(f.length===0)throw new ce(`No applied implementation found for memo: ${d}`,{memoId:d});let g=f[f.length-1];for(let _ of g.operations)_.type==="text_replace"&&h.body.includes(_.after)&&(h.body=h.body.split(_.after).join(_.before));g.status="reverted",p.status="open",p.updatedAt=new Date().toISOString(),h.gates.length>0&&(h.gates=Rt(h.gates,h.memos)),i(h,d);let v=Ft(h);return n(l,v),{content:[{type:"text",text:JSON.stringify({rolledBack:g.id,memo:{id:p.id,status:p.status},gatesUpdated:h.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"),occurrence:T.number().int().min(1).optional().describe("For text_replace: which occurrence to replace (1-indexed). Required when oldText appears multiple times unless replaceAll=true"),replaceAll:T.boolean().optional().describe("For text_replace: replace all occurrences instead of one"),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:l,operations:d})=>We(l,async()=>o(async()=>{nt(l,"batch_apply"),sp(l,"batch_apply","Batch apply is high-risk because it can modify multiple files in one transaction.");let m=r(l),h=Se(m),p=[],f=new Map,g=new Map;for(let y of d){let x=h.memos.find(Z=>Z.id===y.memoId);if(!x)throw new It(y.memoId);oa("batch_apply",y.memoId,x.type);let $;if(y.action==="text_replace"){if(!y.oldText||y.newText===void 0)throw new ce(`Operation failed (${y.memoId}): text_replace requires oldText and newText`,{memoId:y.memoId,action:y.action});if($={type:"text_replace",file:"",before:y.oldText,after:y.newText},!h.body.includes(y.oldText))throw new ce(`Operation failed (${y.memoId}): oldText not found in body`,{memoId:y.memoId,action:y.action});let Z=u(h.body,y.oldText);if(y.replaceAll)h.body=h.body.split(y.oldText).join(y.newText);else{if(Z>1&&y.occurrence===void 0)throw new ce(`Operation failed (${y.memoId}): ambiguous text_replace; set occurrence or replaceAll=true`,{memoId:y.memoId,action:y.action,matchCount:Z});let A=c(h.body,y.oldText,y.newText,y.occurrence??1);if(!A.replaced)throw new ce(`Operation failed (${y.memoId}): requested occurrence not found in body`,{memoId:y.memoId,action:y.action,occurrence:y.occurrence??1});h.body=A.output}if(y.replaceAll)for(let A of h.memos)A.anchorText&&A.anchorText.includes(y.oldText)&&(A.anchorText=A.anchorText.split(y.oldText).join(y.newText))}else if(y.action==="file_patch"){if(!y.targetFile||!y.patch)throw new ce(`Operation failed (${y.memoId}): file_patch requires targetFile and patch`,{memoId:y.memoId,action:y.action});$={type:"file_patch",file:y.targetFile,patch:y.patch};let Z=f.has(y.targetFile)?f.get(y.targetFile):(0,sn.existsSync)(y.targetFile)?r(y.targetFile):null;if(Z===null)throw new ce(`Operation failed (${y.memoId}): target file not found for file_patch (${y.targetFile})`,{memoId:y.memoId,action:y.action,targetFile:y.targetFile});let A=a(Z,y.patch,y.targetFile);f.set(y.targetFile,A)}else{if(!y.targetFile||y.content===void 0)throw new ce(`Operation failed (${y.memoId}): file_create requires targetFile and content`,{memoId:y.memoId,action:y.action});if((0,sn.existsSync)(y.targetFile)&&!f.has(y.targetFile))throw new ce(`Operation failed (${y.memoId}): file_create target already exists (${y.targetFile})`,{memoId:y.memoId,action:y.action,targetFile:y.targetFile});$={type:"file_create",file:y.targetFile,content:y.content},f.set(y.targetFile,y.content)}let O={id:rt("impl",{separator:"_"}),memoId:y.memoId,status:"applied",operations:[$],summary:`${y.action} for ${y.memoId}`,appliedAt:new Date().toISOString()};h.impls.push(O),x.status="needs_review",x.updatedAt=new Date().toISOString(),p.push({memoId:y.memoId,implId:O.id,status:"applied"})}h.gates.length>0&&(h.gates=Rt(h.gates,h.memos)),i(h,d[0]?.memoId||"");let v=Ft(h);g.set(l,m);for(let y of f.keys())(0,sn.existsSync)(y)&&g.set(y,r(y));Yo(l,m);for(let[y,x]of g.entries())y!==l&&Yo(y,x);let _=[];try{for(let[y,x]of f.entries())n(y,x),_.push(y);n(l,v),_.push(l)}catch(y){let x=[];for(let $=_.length-1;$>=0;$--){let O=_[$],Z=g.get(O);if(Z!==void 0)try{n(O,Z)}catch(A){x.push(`${O}: ${String(A)}`)}else try{(0,sn.unlinkSync)(O)}catch(A){x.push(`${O}: ${String(A)}`)}}throw x.length>0?new ce(`Batch apply failed and rollback had errors: ${x.join(" | ")}`,{rollbackErrors:x}):y}return g_(l,{type:"batch_apply",results:p,timestamp:new Date().toISOString()}),{content:[{type:"text",text:JSON.stringify({results:p,gatesUpdated:h.gates.length,cursor:h.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:l,toPhase:d,note:m})=>We(l,async()=>o(async()=>{let h=k_(l,d,"advance_workflow_phase",m);return{content:[{type:"text",text:JSON.stringify({workflow:h},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:l,memoId:d,severity:m})=>We(l,async()=>o(async()=>{nt(l,"set_memo_severity");let h=r(l);if(!Se(h).memos.find(v=>v.id===d))throw new It(d);let g=b_(l,d,m);return{content:[{type:"text",text:JSON.stringify({memoId:d,severity:m,severityState:g},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:l,tool:d,reason:m})=>We(l,async()=>o(async()=>{nt(l,"request_approval_checkpoint");let h=op(l,d,m);return{content:[{type:"text",text:JSON.stringify({workflow:h},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:l,tool:d,approvedBy:m,reason:h})=>We(l,async()=>o(async()=>{nt(l,"approve_checkpoint");let p=$_(l,d,m,h);return{content:[{type:"text",text:JSON.stringify({workflow:p},null,2)}]}})))}var Ln=Vn(require("node:path")),ts=require("node:fs"),DP=["**/.env",".env","**/.env.*",".env.*","**/credentials*","credentials*","**/secrets*","secrets*","**/*.pem","*.pem","**/*.key","*.key","**/*.p12","*.p12","**/node_modules/**","node_modules/**","**/.git/**",".git/**"];function I_(t){return{workspaceRoot:t||process.env.MD_FEEDBACK_WORKSPACE||process.cwd(),blocklist:[...DP],allowlist:[]}}function qP(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 R_(t,e){return t.some(r=>qP(r,e))}function ip(t,e){let r=Ln.default.resolve(t.workspaceRoot,e),n=Ln.default.resolve(t.workspaceRoot);if(!r.startsWith(n+Ln.default.sep)&&r!==n)return{safe:!1,reason:`Path "${e}" resolves outside workspace root`};if((0,ts.existsSync)(r))try{let s=(0,ts.realpathSync)(r),i=(0,ts.realpathSync)(n);if(!s.startsWith(i+Ln.default.sep)&&s!==i)return{safe:!1,reason:`Path "${e}" resolves outside workspace via symlink`}}catch{}let o=Ln.default.relative(n,r).replace(/\\/g,"/");return R_(t.blocklist,o)?{safe:!1,reason:`Path "${e}" matches blocklist pattern`}:t.allowlist.length>0&&!R_(t.allowlist,o)?{safe:!1,reason:`Path "${e}" not in allowlist`}:{safe:!0}}var Fn=require("node:fs"),Un=require("node:path");function O_(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}var LP=new Set([".git","node_modules",".md-feedback","dist","build"]);function la(t,e={}){let r=e.annotatedOnly??!1,n=e.maxFiles??500,o=(0,Un.resolve)(t),s=[];function i(a){if(s.length>=n)return;let c=(0,Fn.readdirSync)(a,{withFileTypes:!0});for(let u of c){if(s.length>=n)return;let l=(0,Un.join)(a,u.name);if(u.isDirectory()){if(LP.has(u.name))continue;i(l);continue}if(!u.isFile()||!u.name.toLowerCase().endsWith(".md"))continue;let d=(0,Un.relative)(o,l).replace(/\\/g,"/");if(!r){s.push(d);continue}try{let m=(0,Fn.readFileSync)(l,"utf-8");(m.includes("<!-- USER_MEMO")||m.includes("<!-- HIGHLIGHT_MARK"))&&s.push(d)}catch{}}}try{(0,Fn.statSync)(o).isDirectory()&&i(o)}catch{return[]}return s}function M_(t={}){let{workspace:e,log:r}=t,n=I_(e);function o(m){let h=ip(n,m);if(!h.safe)throw new Qo(h.reason,{file:m});return ia(m)}function s(m,h){let p=ip(n,m);if(!p.safe)throw new Qo(p.reason,{file:m});f_(m,h)}function i(m){return la(n.workspaceRoot,m)}function a(m){return{content:[{type:"text",text:JSON.stringify(Xd(m))}],isError:!0}}async function c(m){try{return await m()}catch(h){if(r){let p=Xd(h);r(`tool error: ${JSON.stringify(p)}`)}return a(h)}}function u(m){m.gates.length===0&&m.memos.length>0&&m.gates.push({id:rt("gate"),type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"})}function l(m,h,p){let f=m.memos.filter(v=>Et(v.status)).length,g=m.memos.filter(v=>!Et(v.status));m.cursor={taskId:h,step:`${f}/${m.memos.length} resolved`,nextAction:p??(g.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${g.map(v=>v.id).slice(0,3).join(", ")}${g.length>3?"...":""}`),lastSeenHash:Ki(m.body),updatedAt:new Date().toISOString()}}function d(m,h,p){let f=m.split(`
|
|
77
|
+
`),g=h.split(`
|
|
78
|
+
`),v=[],_=0,y=0,x=!1;for(;y<g.length;){let O=g[y].match(/^@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/);if(!O){y++;continue}x=!0;let A=Number(O[1])-1;if(A<_||A>f.length)throw new xr(`Invalid patch hunk range for ${p}`,{file:p});for(v.push(...f.slice(_,A)),_=A,y++;y<g.length&&!g[y].startsWith("@@ ");){let q=g[y];if(q.startsWith("\")){y++;continue}let de=q[0],G=q.slice(1);if(de===" "){if(_>=f.length||f[_]!==G)throw new xr(`Patch context mismatch in ${p}`,{file:p});v.push(G),_++}else if(de==="-"){if(_>=f.length||f[_]!==G)throw new xr(`Patch delete mismatch in ${p}`,{file:p});_++}else if(de==="+")v.push(G);else throw new xr(`Unsupported patch line in ${p}: "${q}"`,{file:p});y++}}if(!x)throw new xr(`Invalid unified diff for ${p}: no hunks found`,{file:p});return v.push(...f.slice(_)),v.join(`
|
|
79
|
+
`)}return{safeRead:o,safeWrite:s,listDocuments:i,wrapTool:c,ensureDefaultGate:u,updateCursorFromMemos:l,applyUnifiedDiff:d}}function A_(t,e,r){let n=M_({workspace:e,log:r});z_(t,n),P_(t,{safeRead:n.safeRead,safeWrite:n.safeWrite,wrapTool:n.wrapTool,ensureDefaultGate:n.ensureDefaultGate,updateCursorFromMemos:n.updateCursorFromMemos,applyUnifiedDiff:n.applyUnifiedDiff})}function rs(t){process.stderr.write(`[md-feedback] ${t}
|
|
80
|
+
`)}function FP(){return O_(process.argv,process.env)}var C_=FP(),N_=new Gi({name:"md-feedback",version:"1.3.18"});A_(N_,C_,rs);async function UP(){let t=new Bi;await N_.connect(t);let e=C_||process.cwd();la(e,{annotatedOnly:!1,maxFiles:200}).length===0&&rs(`warning: no markdown files found in workspace=${e}. create/open a .md file to use annotation tools.`),rs(`v1.3.18 ready (stdio) workspace=${e}`)}UP().catch(t=>{rs(`fatal: ${t}`),process.exit(1)});0&&(module.exports={log});
|