shimo-mcp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +166 -0
- package/dist/index.js +45 -0
- package/package.json +59 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
var Z_=Object.create;var vi=Object.defineProperty;var C_=Object.getOwnPropertyDescriptor;var N_=Object.getOwnPropertyNames;var j_=Object.getPrototypeOf,A_=Object.prototype.hasOwnProperty;var z=(t,e)=>()=>{try{return e||t((e={exports:{}}).exports,e),e.exports}catch(r){throw e=0,r}},xi=(t,e)=>{for(var r in e)vi(t,r,{get:e[r],enumerable:!0})},M_=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of N_(e))!A_.call(t,o)&&o!==r&&vi(t,o,{get:()=>e[o],enumerable:!(n=C_(e,o))||n.enumerable});return t};var md=(t,e,r)=>(r=t!=null?Z_(j_(t)):{},M_(e||!t||!t.__esModule?vi(r,"default",{value:t,enumerable:!0}):r,t));var Wn=z(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.regexpCode=Y.getEsmExportName=Y.getProperty=Y.safeStringify=Y.stringify=Y.strConcat=Y.addCodeArg=Y.str=Y._=Y.nil=Y._Code=Y.Name=Y.IDENTIFIER=Y._CodeOrName=void 0;var Kn=class{};Y._CodeOrName=Kn;Y.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var br=class extends Kn{constructor(e){if(super(),!Y.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Y.Name=br;var Ye=class extends Kn{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 br&&(r[n.str]=(r[n.str]||0)+1),r),{})}};Y._Code=Ye;Y.nil=new Ye("");function dm(t,...e){let r=[t[0]],n=0;for(;n<e.length;)ru(r,e[n]),r.push(t[++n]);return new Ye(r)}Y._=dm;var tu=new Ye("+");function pm(t,...e){let r=[Gn(t[0])],n=0;for(;n<e.length;)r.push(tu),ru(r,e[n]),r.push(tu,Gn(t[++n]));return jb(r),new Ye(r)}Y.str=pm;function ru(t,e){e instanceof Ye?t.push(...e._items):e instanceof br?t.push(e):t.push(Db(e))}Y.addCodeArg=ru;function jb(t){let e=1;for(;e<t.length-1;){if(t[e]===tu){let r=Ab(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function Ab(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof br||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 br))return`"${t}${e.slice(1)}`}function Mb(t,e){return e.emptyStr()?t:t.emptyStr()?e:pm`${t}${e}`}Y.strConcat=Mb;function Db(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:Gn(Array.isArray(t)?t.join(","):t)}function qb(t){return new Ye(Gn(t))}Y.stringify=qb;function Gn(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}Y.safeStringify=Gn;function Lb(t){return typeof t=="string"&&Y.IDENTIFIER.test(t)?new Ye(`.${t}`):dm`[${t}]`}Y.getProperty=Lb;function Ub(t){if(typeof t=="string"&&Y.IDENTIFIER.test(t))return new Ye(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}Y.getEsmExportName=Ub;function Fb(t){return new Ye(t.toString())}Y.regexpCode=Fb});var su=z(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.ValueScope=Le.ValueScopeName=Le.Scope=Le.varKinds=Le.UsedValueState=void 0;var qe=Wn(),nu=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},zs;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(zs||(Le.UsedValueState=zs={}));Le.varKinds={const:new qe.Name("const"),let:new qe.Name("let"),var:new qe.Name("var")};var Ts=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof qe.Name?e:this.name(e)}name(e){return new qe.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Le.Scope=Ts;var Es=class extends qe.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,qe._)`.${new qe.Name(r)}[${n}]`}};Le.ValueScopeName=Es;var Vb=(0,qe._)`\n`,ou=class extends Ts{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?Vb:qe.nil}}get(){return this._scope}name(e){return new Es(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,qe._)`${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=qe.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,zs.Started);let l=r(u);if(l){let d=this.opts.es5?Le.varKinds.var:Le.varKinds.const;s=(0,qe._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,qe._)`${s}${l}${this.opts._n}`;else throw new nu(u);c.set(u,zs.Completed)})}return s}};Le.ValueScope=ou});var U=z(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.or=F.and=F.not=F.CodeGen=F.operators=F.varKinds=F.ValueScopeName=F.ValueScope=F.Scope=F.Name=F.regexpCode=F.stringify=F.getProperty=F.nil=F.strConcat=F.str=F._=void 0;var G=Wn(),it=su(),Ut=Wn();Object.defineProperty(F,"_",{enumerable:!0,get:function(){return Ut._}});Object.defineProperty(F,"str",{enumerable:!0,get:function(){return Ut.str}});Object.defineProperty(F,"strConcat",{enumerable:!0,get:function(){return Ut.strConcat}});Object.defineProperty(F,"nil",{enumerable:!0,get:function(){return Ut.nil}});Object.defineProperty(F,"getProperty",{enumerable:!0,get:function(){return Ut.getProperty}});Object.defineProperty(F,"stringify",{enumerable:!0,get:function(){return Ut.stringify}});Object.defineProperty(F,"regexpCode",{enumerable:!0,get:function(){return Ut.regexpCode}});Object.defineProperty(F,"Name",{enumerable:!0,get:function(){return Ut.Name}});var Os=su();Object.defineProperty(F,"Scope",{enumerable:!0,get:function(){return Os.Scope}});Object.defineProperty(F,"ValueScope",{enumerable:!0,get:function(){return Os.ValueScope}});Object.defineProperty(F,"ValueScopeName",{enumerable:!0,get:function(){return Os.ValueScopeName}});Object.defineProperty(F,"varKinds",{enumerable:!0,get:function(){return Os.varKinds}});F.operators={GT:new G._Code(">"),GTE:new G._Code(">="),LT:new G._Code("<"),LTE:new G._Code("<="),EQ:new G._Code("==="),NEQ:new G._Code("!=="),NOT:new G._Code("!"),OR:new G._Code("||"),AND:new G._Code("&&"),ADD:new G._Code("+")};var Et=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},iu=class extends Et{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?it.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=Qr(this.rhs,e,r)),this}get names(){return this.rhs instanceof G._CodeOrName?this.rhs.names:{}}},Ps=class extends Et{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof G.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Qr(this.rhs,e,r),this}get names(){let e=this.lhs instanceof G.Name?{}:{...this.lhs.names};return Rs(e,this.rhs)}},au=class extends Ps{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},cu=class extends Et{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},uu=class extends Et{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},lu=class extends Et{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},du=class extends Et{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=Qr(this.code,e,r),this}get names(){return this.code instanceof G._CodeOrName?this.code.names:{}}},Xn=class extends Et{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(e,r)||(Hb(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>kr(e,r.names),{})}},Pt=class extends Xn{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},pu=class extends Xn{},Yr=class extends Pt{};Yr.kind="else";var wr=class t extends Pt{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Yr(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(fm(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=Qr(this.condition,e,r),this}get names(){let e=super.names;return Rs(e,this.condition),this.else&&kr(e,this.else.names),e}};wr.kind="if";var $r=class extends Pt{};$r.kind="for";var fu=class extends $r{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=Qr(this.iteration,e,r),this}get names(){return kr(super.names,this.iteration.names)}},mu=class extends $r{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?it.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=Rs(super.names,this.from);return Rs(e,this.to)}},Is=class extends $r{constructor(e,r,n,o){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=Qr(this.iterable,e,r),this}get names(){return kr(super.names,this.iterable.names)}},Yn=class extends Pt{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)}};Yn.kind="func";var Qn=class extends Xn{render(e){return"return "+super.render(e)}};Qn.kind="return";var hu=class extends Pt{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&&kr(e,this.catch.names),this.finally&&kr(e,this.finally.names),e}},eo=class extends Pt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};eo.kind="catch";var to=class extends Pt{render(e){return"finally"+super.render(e)}};to.kind="finally";var gu=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
3
|
+
`:""},this._extScope=e,this._scope=new it.Scope({parent:e}),this._nodes=[new pu]}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 iu(e,s,n)),s}const(e,r,n){return this._def(it.varKinds.const,e,r,n)}let(e,r,n){return this._def(it.varKinds.let,e,r,n)}var(e,r,n){return this._def(it.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Ps(e,r,n))}add(e,r){return this._leafNode(new au(e,F.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==G.nil&&this._leafNode(new du(e)),this}object(...e){let r=["{"];for(let[n,o]of e)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,G.addCodeArg)(r,o));return r.push("}"),new G._Code(r)}if(e,r,n){if(this._blockNode(new wr(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 wr(e))}else(){return this._elseNode(new Yr)}endIf(){return this._endBlockNode(wr,Yr)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new fu(e),r)}forRange(e,r,n,o,s=this.opts.es5?it.varKinds.var:it.varKinds.let){let i=this._scope.toName(e);return this._for(new mu(s,i,r,n),()=>o(i))}forOf(e,r,n,o=it.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof G.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,G._)`${i}.length`,a=>{this.var(s,(0,G._)`${i}[${a}]`),n(s)})}return this._for(new Is("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?it.varKinds.var:it.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,G._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Is("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode($r)}label(e){return this._leafNode(new cu(e))}break(e){return this._leafNode(new uu(e))}return(e){let r=new Qn;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Qn)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new hu;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new eo(s),r(s)}return n&&(this._currNode=o.finally=new to,this.code(n)),this._endBlockNode(eo,to)}throw(e){return this._leafNode(new lu(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=G.nil,n,o){return this._blockNode(new Yn(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Yn)}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 wr))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};F.CodeGen=gu;function kr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Rs(t,e){return e instanceof G._CodeOrName?kr(t,e.names):t}function Qr(t,e,r){if(t instanceof G.Name)return n(t);if(!o(t))return t;return new G._Code(t._items.reduce((s,i)=>(i instanceof G.Name&&(i=n(i)),i instanceof G._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||e[s.str]!==1?s:(delete e[s.str],i)}function o(s){return s instanceof G._Code&&s._items.some(i=>i instanceof G.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function Hb(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function fm(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,G._)`!${_u(t)}`}F.not=fm;var Bb=mm(F.operators.AND);function Jb(...t){return t.reduce(Bb)}F.and=Jb;var Kb=mm(F.operators.OR);function Gb(...t){return t.reduce(Kb)}F.or=Gb;function mm(t){return(e,r)=>e===G.nil?r:r===G.nil?e:(0,G._)`${_u(e)} ${t} ${_u(r)}`}function _u(t){return t instanceof G.Name?t:(0,G._)`(${t})`}});var W=z(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.checkStrictMode=V.getErrorPath=V.Type=V.useFunc=V.setEvaluated=V.evaluatedPropsToName=V.mergeEvaluated=V.eachItem=V.unescapeJsonPointer=V.escapeJsonPointer=V.escapeFragment=V.unescapeFragment=V.schemaRefOrVal=V.schemaHasRulesButRef=V.schemaHasRules=V.checkUnknownRules=V.alwaysValidSchema=V.toHash=void 0;var ne=U(),Wb=Wn();function Xb(t){let e={};for(let r of t)e[r]=!0;return e}V.toHash=Xb;function Yb(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(_m(t,e),!ym(e,t.self.RULES.all))}V.alwaysValidSchema=Yb;function _m(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]||bm(t,`unknown keyword: "${s}"`)}V.checkUnknownRules=_m;function ym(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}V.schemaHasRules=ym;function Qb(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}V.schemaHasRulesButRef=Qb;function ew({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ne._)`${r}`}return(0,ne._)`${t}${e}${(0,ne.getProperty)(n)}`}V.schemaRefOrVal=ew;function tw(t){return vm(decodeURIComponent(t))}V.unescapeFragment=tw;function rw(t){return encodeURIComponent(vu(t))}V.escapeFragment=rw;function vu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}V.escapeJsonPointer=vu;function vm(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}V.unescapeJsonPointer=vm;function nw(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}V.eachItem=nw;function hm({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof ne.Name?(s instanceof ne.Name?t(o,s,i):e(o,s,i),i):s instanceof ne.Name?(e(o,i,s),s):r(s,i);return a===ne.Name&&!(c instanceof ne.Name)?n(o,c):c}}V.mergeEvaluated={props:hm({mergeNames:(t,e,r)=>t.if((0,ne._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ne._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ne._)`${r} || {}`).code((0,ne._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ne._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ne._)`${r} || {}`),xu(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:xm}),items:hm({mergeNames:(t,e,r)=>t.if((0,ne._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ne._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ne._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ne._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function xm(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ne._)`{}`);return e!==void 0&&xu(t,r,e),r}V.evaluatedPropsToName=xm;function xu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ne._)`${e}${(0,ne.getProperty)(n)}`,!0))}V.setEvaluated=xu;var gm={};function ow(t,e){return t.scopeValue("func",{ref:e,code:gm[e.code]||(gm[e.code]=new Wb._Code(e.code))})}V.useFunc=ow;var yu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(yu||(V.Type=yu={}));function sw(t,e,r){if(t instanceof ne.Name){let n=e===yu.Num;return r?n?(0,ne._)`"[" + ${t} + "]"`:(0,ne._)`"['" + ${t} + "']"`:n?(0,ne._)`"/" + ${t}`:(0,ne._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ne.getProperty)(t).toString():"/"+vu(t)}V.getErrorPath=sw;function bm(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}V.checkStrictMode=bm});var It=z(bu=>{"use strict";Object.defineProperty(bu,"__esModule",{value:!0});var Te=U(),iw={data:new Te.Name("data"),valCxt:new Te.Name("valCxt"),instancePath:new Te.Name("instancePath"),parentData:new Te.Name("parentData"),parentDataProperty:new Te.Name("parentDataProperty"),rootData:new Te.Name("rootData"),dynamicAnchors:new Te.Name("dynamicAnchors"),vErrors:new Te.Name("vErrors"),errors:new Te.Name("errors"),this:new Te.Name("this"),self:new Te.Name("self"),scope:new Te.Name("scope"),json:new Te.Name("json"),jsonPos:new Te.Name("jsonPos"),jsonLen:new Te.Name("jsonLen"),jsonPart:new Te.Name("jsonPart")};bu.default=iw});var ro=z(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.extendErrors=Ee.resetErrorsCount=Ee.reportExtraError=Ee.reportError=Ee.keyword$DataError=Ee.keywordError=void 0;var X=U(),Zs=W(),Ze=It();Ee.keywordError={message:({keyword:t})=>(0,X.str)`must pass "${t}" keyword validation`};Ee.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,X.str)`"${t}" keyword must be ${e} ($data)`:(0,X.str)`"${t}" keyword is invalid ($data)`};function aw(t,e=Ee.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=km(t,e,r);n??(i||a)?wm(s,c):$m(o,(0,X._)`[${c}]`)}Ee.reportError=aw;function cw(t,e=Ee.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=km(t,e,r);wm(o,a),s||i||$m(n,Ze.default.vErrors)}Ee.reportExtraError=cw;function uw(t,e){t.assign(Ze.default.errors,e),t.if((0,X._)`${Ze.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,X._)`${Ze.default.vErrors}.length`,e),()=>t.assign(Ze.default.vErrors,null)))}Ee.resetErrorsCount=uw;function lw({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,Ze.default.errors,a=>{t.const(i,(0,X._)`${Ze.default.vErrors}[${a}]`),t.if((0,X._)`${i}.instancePath === undefined`,()=>t.assign((0,X._)`${i}.instancePath`,(0,X.strConcat)(Ze.default.instancePath,s.errorPath))),t.assign((0,X._)`${i}.schemaPath`,(0,X.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,X._)`${i}.schema`,r),t.assign((0,X._)`${i}.data`,n))})}Ee.extendErrors=lw;function wm(t,e){let r=t.const("err",e);t.if((0,X._)`${Ze.default.vErrors} === null`,()=>t.assign(Ze.default.vErrors,(0,X._)`[${r}]`),(0,X._)`${Ze.default.vErrors}.push(${r})`),t.code((0,X._)`${Ze.default.errors}++`)}function $m(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,X._)`new ${t.ValidationError}(${e})`):(r.assign((0,X._)`${n}.errors`,e),r.return(!1))}var Sr={keyword:new X.Name("keyword"),schemaPath:new X.Name("schemaPath"),params:new X.Name("params"),propertyName:new X.Name("propertyName"),message:new X.Name("message"),schema:new X.Name("schema"),parentSchema:new X.Name("parentSchema")};function km(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,X._)`{}`:dw(t,e,r)}function dw(t,e,r={}){let{gen:n,it:o}=t,s=[pw(o,r),fw(t,r)];return mw(t,e,s),n.object(...s)}function pw({errorPath:t},{instancePath:e}){let r=e?(0,X.str)`${t}${(0,Zs.getErrorPath)(e,Zs.Type.Str)}`:t;return[Ze.default.instancePath,(0,X.strConcat)(Ze.default.instancePath,r)]}function fw({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,X.str)`${e}/${t}`;return r&&(o=(0,X.str)`${o}${(0,Zs.getErrorPath)(r,Zs.Type.Str)}`),[Sr.schemaPath,o]}function mw(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([Sr.keyword,o],[Sr.params,typeof e=="function"?e(t):e||(0,X._)`{}`]),c.messages&&n.push([Sr.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Sr.schema,i],[Sr.parentSchema,(0,X._)`${l}${d}`],[Ze.default.data,s]),u&&n.push([Sr.propertyName,u])}});var zm=z(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.boolOrEmptySchema=en.topBoolOrEmptySchema=void 0;var hw=ro(),gw=U(),_w=It(),yw={message:"boolean schema is false"};function vw(t){let{gen:e,schema:r,validateName:n}=t;r===!1?Sm(t,!1):typeof r=="object"&&r.$async===!0?e.return(_w.default.data):(e.assign((0,gw._)`${n}.errors`,null),e.return(!0))}en.topBoolOrEmptySchema=vw;function xw(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),Sm(t)):r.var(e,!0)}en.boolOrEmptySchema=xw;function Sm(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,hw.reportError)(o,yw,void 0,e)}});var wu=z(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.getRules=tn.isJSONType=void 0;var bw=["string","number","integer","boolean","null","object","array"],ww=new Set(bw);function $w(t){return typeof t=="string"&&ww.has(t)}tn.isJSONType=$w;function kw(){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=kw});var $u=z(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});Ft.shouldUseRule=Ft.shouldUseGroup=Ft.schemaHasRulesForType=void 0;function Sw({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&Tm(t,n)}Ft.schemaHasRulesForType=Sw;function Tm(t,e){return e.rules.some(r=>Em(t,r))}Ft.shouldUseGroup=Tm;function Em(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))}Ft.shouldUseRule=Em});var no=z(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});Pe.reportTypeError=Pe.checkDataTypes=Pe.checkDataType=Pe.coerceAndCheckDataType=Pe.getJSONTypes=Pe.getSchemaTypes=Pe.DataType=void 0;var zw=wu(),Tw=$u(),Ew=ro(),q=U(),Pm=W(),rn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(rn||(Pe.DataType=rn={}));function Pw(t){let e=Im(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}Pe.getSchemaTypes=Pw;function Im(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(zw.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Pe.getJSONTypes=Im;function Iw(t,e){let{gen:r,data:n,opts:o}=t,s=Rw(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Tw.schemaHasRulesForType)(t,e[0]));if(i){let a=Su(e,n,o.strictNumbers,rn.Wrong);r.if(a,()=>{s.length?Ow(t,e,s):zu(t)})}return i}Pe.coerceAndCheckDataType=Iw;var Rm=new Set(["string","number","integer","boolean","null"]);function Rw(t,e){return e?t.filter(r=>Rm.has(r)||e==="array"&&r==="array"):[]}function Ow(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,q._)`typeof ${o}`),a=n.let("coerced",(0,q._)`undefined`);s.coerceTypes==="array"&&n.if((0,q._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,q._)`${o}[0]`).assign(i,(0,q._)`typeof ${o}`).if(Su(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,q._)`${a} !== undefined`);for(let u of r)(Rm.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),zu(t),n.endIf(),n.if((0,q._)`${a} !== undefined`,()=>{n.assign(o,a),Zw(t,a)});function c(u){switch(u){case"string":n.elseIf((0,q._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,q._)`"" + ${o}`).elseIf((0,q._)`${o} === null`).assign(a,(0,q._)`""`);return;case"number":n.elseIf((0,q._)`${i} == "boolean" || ${o} === null
|
|
4
|
+
|| (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,q._)`+${o}`);return;case"integer":n.elseIf((0,q._)`${i} === "boolean" || ${o} === null
|
|
5
|
+
|| (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,q._)`+${o}`);return;case"boolean":n.elseIf((0,q._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,q._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,q._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,q._)`${i} === "string" || ${i} === "number"
|
|
6
|
+
|| ${i} === "boolean" || ${o} === null`).assign(a,(0,q._)`[${o}]`)}}}function Zw({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,q._)`${e} !== undefined`,()=>t.assign((0,q._)`${e}[${r}]`,n))}function ku(t,e,r,n=rn.Correct){let o=n===rn.Correct?q.operators.EQ:q.operators.NEQ,s;switch(t){case"null":return(0,q._)`${e} ${o} null`;case"array":s=(0,q._)`Array.isArray(${e})`;break;case"object":s=(0,q._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,q._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,q._)`typeof ${e} ${o} ${t}`}return n===rn.Correct?s:(0,q.not)(s);function i(a=q.nil){return(0,q.and)((0,q._)`typeof ${e} == "number"`,a,r?(0,q._)`isFinite(${e})`:q.nil)}}Pe.checkDataType=ku;function Su(t,e,r,n){if(t.length===1)return ku(t[0],e,r,n);let o,s=(0,Pm.toHash)(t);if(s.array&&s.object){let i=(0,q._)`typeof ${e} != "object"`;o=s.null?i:(0,q._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=q.nil;s.number&&delete s.integer;for(let i in s)o=(0,q.and)(o,ku(i,e,r,n));return o}Pe.checkDataTypes=Su;var Cw={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,q._)`{type: ${t}}`:(0,q._)`{type: ${e}}`};function zu(t){let e=Nw(t);(0,Ew.reportError)(e,Cw)}Pe.reportTypeError=zu;function Nw(t){let{gen:e,data:r,schema:n}=t,o=(0,Pm.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var Zm=z(Cs=>{"use strict";Object.defineProperty(Cs,"__esModule",{value:!0});Cs.assignDefaults=void 0;var nn=U(),jw=W();function Aw(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)Om(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>Om(t,s,o.default))}Cs.assignDefaults=Aw;function Om(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,nn._)`${s}${(0,nn.getProperty)(e)}`;if(o){(0,jw.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,nn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,nn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,nn._)`${a} = ${(0,nn.stringify)(r)}`)}});var Qe=z(re=>{"use strict";Object.defineProperty(re,"__esModule",{value:!0});re.validateUnion=re.validateArray=re.usePattern=re.callValidateCode=re.schemaProperties=re.allSchemaProperties=re.noPropertyInData=re.propertyInData=re.isOwnProperty=re.hasPropFunc=re.reportMissingProp=re.checkMissingProp=re.checkReportMissingProp=void 0;var ce=U(),Tu=W(),Vt=It(),Mw=W();function Dw(t,e){let{gen:r,data:n,it:o}=t;r.if(Pu(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,ce._)`${e}`},!0),t.error()})}re.checkReportMissingProp=Dw;function qw({gen:t,data:e,it:{opts:r}},n,o){return(0,ce.or)(...n.map(s=>(0,ce.and)(Pu(t,e,s,r.ownProperties),(0,ce._)`${o} = ${s}`)))}re.checkMissingProp=qw;function Lw(t,e){t.setParams({missingProperty:e},!0),t.error()}re.reportMissingProp=Lw;function Cm(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ce._)`Object.prototype.hasOwnProperty`})}re.hasPropFunc=Cm;function Eu(t,e,r){return(0,ce._)`${Cm(t)}.call(${e}, ${r})`}re.isOwnProperty=Eu;function Uw(t,e,r,n){let o=(0,ce._)`${e}${(0,ce.getProperty)(r)} !== undefined`;return n?(0,ce._)`${o} && ${Eu(t,e,r)}`:o}re.propertyInData=Uw;function Pu(t,e,r,n){let o=(0,ce._)`${e}${(0,ce.getProperty)(r)} === undefined`;return n?(0,ce.or)(o,(0,ce.not)(Eu(t,e,r))):o}re.noPropertyInData=Pu;function Nm(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}re.allSchemaProperties=Nm;function Fw(t,e){return Nm(e).filter(r=>!(0,Tu.alwaysValidSchema)(t,e[r]))}re.schemaProperties=Fw;function Vw({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,ce._)`${t}, ${e}, ${n}${o}`:e,d=[[Vt.default.instancePath,(0,ce.strConcat)(Vt.default.instancePath,s)],[Vt.default.parentData,i.parentData],[Vt.default.parentDataProperty,i.parentDataProperty],[Vt.default.rootData,Vt.default.rootData]];i.opts.dynamicRef&&d.push([Vt.default.dynamicAnchors,Vt.default.dynamicAnchors]);let f=(0,ce._)`${l}, ${r.object(...d)}`;return c!==ce.nil?(0,ce._)`${a}.call(${c}, ${f})`:(0,ce._)`${a}(${f})`}re.callValidateCode=Vw;var Hw=(0,ce._)`new RegExp`;function Bw({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,ce._)`${o.code==="new RegExp"?Hw:(0,Mw.useFunc)(t,o)}(${r}, ${n})`})}re.usePattern=Bw;function Jw(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,ce._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Tu.Type.Num},s),e.if((0,ce.not)(s),a)})}}re.validateArray=Jw;function Kw(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,Tu.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,ce._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,ce.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}re.validateUnion=Kw});var Mm=z(gt=>{"use strict";Object.defineProperty(gt,"__esModule",{value:!0});gt.validateKeywordUsage=gt.validSchemaType=gt.funcKeywordCode=gt.macroKeywordCode=void 0;var Ce=U(),zr=It(),Gw=Qe(),Ww=ro();function Xw(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=Am(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ce.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}gt.macroKeywordCode=Xw;function Yw(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;e$(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=Am(n,o,u),d=n.let("valid");t.block$data(d,f),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function f(){if(e.errors===!1)h(),e.modifying&&jm(t),g(()=>t.error());else{let x=e.async?m():p();e.modifying&&jm(t),g(()=>Qw(t,x))}}function m(){let x=n.let("ruleErrs",null);return n.try(()=>h((0,Ce._)`await `),_=>n.assign(d,!1).if((0,Ce._)`${_} instanceof ${c.ValidationError}`,()=>n.assign(x,(0,Ce._)`${_}.errors`),()=>n.throw(_))),x}function p(){let x=(0,Ce._)`${l}.errors`;return n.assign(x,null),h(Ce.nil),x}function h(x=e.async?(0,Ce._)`await `:Ce.nil){let _=c.opts.passContext?zr.default.this:zr.default.self,b=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Ce._)`${x}${(0,Gw.callValidateCode)(t,l,_,b)}`,e.modifying)}function g(x){var _;n.if((0,Ce.not)((_=e.valid)!==null&&_!==void 0?_:d),x)}}gt.funcKeywordCode=Yw;function jm(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ce._)`${n.parentData}[${n.parentDataProperty}]`))}function Qw(t,e){let{gen:r}=t;r.if((0,Ce._)`Array.isArray(${e})`,()=>{r.assign(zr.default.vErrors,(0,Ce._)`${zr.default.vErrors} === null ? ${e} : ${zr.default.vErrors}.concat(${e})`).assign(zr.default.errors,(0,Ce._)`${zr.default.vErrors}.length`),(0,Ww.extendErrors)(t)},()=>t.error())}function e$({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Am(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,Ce.stringify)(r)})}function t$(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")}gt.validSchemaType=t$;function r$({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)}}gt.validateKeywordUsage=r$});var qm=z(Ht=>{"use strict";Object.defineProperty(Ht,"__esModule",{value:!0});Ht.extendSubschemaMode=Ht.extendSubschemaData=Ht.getSubschema=void 0;var _t=U(),Dm=W();function n$(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,_t._)`${t.schemaPath}${(0,_t.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,_t._)`${t.schemaPath}${(0,_t.getProperty)(e)}${(0,_t.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Dm.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')}Ht.getSubschema=n$;function o$(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=e,f=a.let("data",(0,_t._)`${e.data}${(0,_t.getProperty)(r)}`,!0);c(f),t.errorPath=(0,_t.str)`${u}${(0,Dm.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,_t._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof _t.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}Ht.extendSubschemaData=o$;function s$(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}Ht.extendSubschemaMode=s$});var Iu=z((MO,Lm)=>{"use strict";Lm.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 Fm=z((DO,Um)=>{"use strict";var Bt=Um.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(){};Ns(e,n,o,t,"",t)};Bt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Bt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Bt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Bt.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 Ns(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 Bt.arrayKeywords)for(var f=0;f<d.length;f++)Ns(t,e,r,d[f],o+"/"+l+"/"+f,s,o,l,n,f)}else if(l in Bt.propsKeywords){if(d&&typeof d=="object")for(var m in d)Ns(t,e,r,d[m],o+"/"+l+"/"+i$(m),s,o,l,n,m)}else(l in Bt.keywords||t.allKeys&&!(l in Bt.skipKeywords))&&Ns(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function i$(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var oo=z(Ue=>{"use strict";Object.defineProperty(Ue,"__esModule",{value:!0});Ue.getSchemaRefs=Ue.resolveUrl=Ue.normalizeId=Ue._getFullPath=Ue.getFullPath=Ue.inlineRef=void 0;var a$=W(),c$=Iu(),u$=Fm(),l$=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function d$(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Ru(t):e?Vm(t)<=e:!1}Ue.inlineRef=d$;var p$=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Ru(t){for(let e in t){if(p$.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Ru)||typeof r=="object"&&Ru(r))return!0}return!1}function Vm(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!l$.has(r)&&(typeof t[r]=="object"&&(0,a$.eachItem)(t[r],n=>e+=Vm(n)),e===1/0))return 1/0}return e}function Hm(t,e="",r){r!==!1&&(e=on(e));let n=t.parse(e);return Bm(t,n)}Ue.getFullPath=Hm;function Bm(t,e){return t.serialize(e).split("#")[0]+"#"}Ue._getFullPath=Bm;var f$=/#\/?$/;function on(t){return t?t.replace(f$,""):""}Ue.normalizeId=on;function m$(t,e,r){return r=on(r),t.resolve(e,r)}Ue.resolveUrl=m$;var h$=/^[a-z_][-a-z0-9._]*$/i;function g$(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=on(t[r]||e),s={"":o},i=Hm(n,o,!1),a={},c=new Set;return u$(t,{allKeys:!0},(d,f,m,p)=>{if(p===void 0)return;let h=i+f,g=s[p];typeof d[r]=="string"&&(g=x.call(this,d[r])),_.call(this,d.$anchor),_.call(this,d.$dynamicAnchor),s[f]=g;function x(b){let S=this.opts.uriResolver.resolve;if(b=on(g?S(g,b):b),c.has(b))throw l(b);c.add(b);let Z=this.refs[b];return typeof Z=="string"&&(Z=this.refs[Z]),typeof Z=="object"?u(d,Z.schema,b):b!==on(h)&&(b[0]==="#"?(u(d,a[b],b),a[b]=d):this.refs[b]=h),b}function _(b){if(typeof b=="string"){if(!h$.test(b))throw new Error(`invalid anchor "${b}"`);x.call(this,`#${b}`)}}}),a;function u(d,f,m){if(f!==void 0&&!c$(d,f))throw l(m)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Ue.getSchemaRefs=g$});var ao=z(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.getData=Jt.KeywordCxt=Jt.validateFunctionCode=void 0;var Xm=zm(),Jm=no(),Zu=$u(),js=no(),_$=Zm(),io=Mm(),Ou=qm(),O=U(),M=It(),y$=oo(),Rt=W(),so=ro();function v$(t){if(eh(t)&&(th(t),Qm(t))){w$(t);return}Ym(t,()=>(0,Xm.topBoolOrEmptySchema)(t))}Jt.validateFunctionCode=v$;function Ym({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,O._)`${M.default.data}, ${M.default.valCxt}`,n.$async,()=>{t.code((0,O._)`"use strict"; ${Km(r,o)}`),b$(t,o),t.code(s)}):t.func(e,(0,O._)`${M.default.data}, ${x$(o)}`,n.$async,()=>t.code(Km(r,o)).code(s))}function x$(t){return(0,O._)`{${M.default.instancePath}="", ${M.default.parentData}, ${M.default.parentDataProperty}, ${M.default.rootData}=${M.default.data}${t.dynamicRef?(0,O._)`, ${M.default.dynamicAnchors}={}`:O.nil}}={}`}function b$(t,e){t.if(M.default.valCxt,()=>{t.var(M.default.instancePath,(0,O._)`${M.default.valCxt}.${M.default.instancePath}`),t.var(M.default.parentData,(0,O._)`${M.default.valCxt}.${M.default.parentData}`),t.var(M.default.parentDataProperty,(0,O._)`${M.default.valCxt}.${M.default.parentDataProperty}`),t.var(M.default.rootData,(0,O._)`${M.default.valCxt}.${M.default.rootData}`),e.dynamicRef&&t.var(M.default.dynamicAnchors,(0,O._)`${M.default.valCxt}.${M.default.dynamicAnchors}`)},()=>{t.var(M.default.instancePath,(0,O._)`""`),t.var(M.default.parentData,(0,O._)`undefined`),t.var(M.default.parentDataProperty,(0,O._)`undefined`),t.var(M.default.rootData,M.default.data),e.dynamicRef&&t.var(M.default.dynamicAnchors,(0,O._)`{}`)})}function w$(t){let{schema:e,opts:r,gen:n}=t;Ym(t,()=>{r.$comment&&e.$comment&&nh(t),T$(t),n.let(M.default.vErrors,null),n.let(M.default.errors,0),r.unevaluated&&$$(t),rh(t),I$(t)})}function $$(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,O._)`${r}.evaluated`),e.if((0,O._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,O._)`${t.evaluated}.props`,(0,O._)`undefined`)),e.if((0,O._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,O._)`${t.evaluated}.items`,(0,O._)`undefined`))}function Km(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,O._)`/*# sourceURL=${r} */`:O.nil}function k$(t,e){if(eh(t)&&(th(t),Qm(t))){S$(t,e);return}(0,Xm.boolOrEmptySchema)(t,e)}function Qm({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 eh(t){return typeof t.schema!="boolean"}function S$(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&nh(t),E$(t),P$(t);let s=n.const("_errs",M.default.errors);rh(t,s),n.var(e,(0,O._)`${s} === ${M.default.errors}`)}function th(t){(0,Rt.checkUnknownRules)(t),z$(t)}function rh(t,e){if(t.opts.jtd)return Gm(t,[],!1,e);let r=(0,Jm.getSchemaTypes)(t.schema),n=(0,Jm.coerceAndCheckDataType)(t,r);Gm(t,r,!n,e)}function z$(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Rt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function T$(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Rt.checkStrictMode)(t,"default is ignored in the schema root")}function E$(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,y$.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function P$(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function nh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,O._)`${M.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,O.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,O._)`${M.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function I$(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,O._)`${M.default.errors} === 0`,()=>e.return(M.default.data),()=>e.throw((0,O._)`new ${o}(${M.default.vErrors})`)):(e.assign((0,O._)`${n}.errors`,M.default.vErrors),s.unevaluated&&R$(t),e.return((0,O._)`${M.default.errors} === 0`))}function R$({gen:t,evaluated:e,props:r,items:n}){r instanceof O.Name&&t.assign((0,O._)`${e}.props`,r),n instanceof O.Name&&t.assign((0,O._)`${e}.items`,n)}function Gm(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Rt.schemaHasRulesButRef)(s,l))){o.block(()=>sh(t,"$ref",l.all.$ref.definition));return}c.jtd||O$(t,e),o.block(()=>{for(let f of l.rules)d(f);d(l.post)});function d(f){(0,Zu.shouldUseGroup)(s,f)&&(f.type?(o.if((0,js.checkDataType)(f.type,i,c.strictNumbers)),Wm(t,f),e.length===1&&e[0]===f.type&&r&&(o.else(),(0,js.reportTypeError)(t)),o.endIf()):Wm(t,f),a||o.if((0,O._)`${M.default.errors} === ${n||0}`))}}function Wm(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,_$.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,Zu.shouldUseRule)(n,s)&&sh(t,s.keyword,s.definition,e.type)})}function O$(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(Z$(t,e),t.opts.allowUnionTypes||C$(t,e),N$(t,t.dataTypes))}function Z$(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{oh(t.dataTypes,r)||Cu(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),A$(t,e)}}function C$(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Cu(t,"use allowUnionTypes to allow union type keyword")}function N$(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,Zu.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>j$(e,i))&&Cu(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function j$(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function oh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function A$(t,e){let r=[];for(let n of t.dataTypes)oh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Cu(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Rt.checkStrictMode)(t,e,t.opts.strictTypes)}var As=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,Rt.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",ih(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",M.default.errors))}result(e,r,n){this.failResult((0,O.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,O.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,O._)`${r} !== undefined && (${(0,O.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?so.reportExtraError:so.reportError)(this,this.def.error,r)}$dataError(){(0,so.reportError)(this,this.def.$dataError||so.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,so.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=O.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=O.nil,r=O.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,O.or)((0,O._)`${o} === undefined`,r)),e!==O.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==O.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,O.or)(i(),a());function i(){if(n.length){if(!(r instanceof O.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,O._)`${(0,js.checkDataTypes)(c,r,s.opts.strictNumbers,js.DataType.Wrong)}`}return O.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,O._)`!${c}(${r})`}return O.nil}}subschema(e,r){let n=(0,Ou.getSubschema)(this.it,e);(0,Ou.extendSubschemaData)(n,this.it,e),(0,Ou.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return k$(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Rt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Rt.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,O.Name)),!0}};Jt.KeywordCxt=As;function sh(t,e,r,n){let o=new As(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 M$=/^\/(?:[^~]|~0|~1)*$/,D$=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function ih(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return M.default.rootData;if(t[0]==="/"){if(!M$.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=M.default.rootData}else{let u=D$.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,O._)`${s}${(0,O.getProperty)((0,Rt.unescapeJsonPointer)(u))}`,i=(0,O._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}Jt.getData=ih});var Ms=z(ju=>{"use strict";Object.defineProperty(ju,"__esModule",{value:!0});var Nu=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};ju.default=Nu});var co=z(Du=>{"use strict";Object.defineProperty(Du,"__esModule",{value:!0});var Au=oo(),Mu=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Au.resolveUrl)(e,r,n),this.missingSchema=(0,Au.normalizeId)((0,Au.getFullPath)(e,this.missingRef))}};Du.default=Mu});var qs=z(et=>{"use strict";Object.defineProperty(et,"__esModule",{value:!0});et.resolveSchema=et.getCompilingSchema=et.resolveRef=et.compileSchema=et.SchemaEnv=void 0;var at=U(),q$=Ms(),Tr=It(),ct=oo(),ah=W(),L$=ao(),sn=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,ct.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};et.SchemaEnv=sn;function Lu(t){let e=ch.call(this,t);if(e)return e;let r=(0,ct.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new at.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:q$.default,code:(0,at._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Tr.default.data,parentData:Tr.default.parentData,parentDataProperty:Tr.default.parentDataProperty,dataNames:[Tr.default.data],dataPathArr:[at.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,at.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:at.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,at._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,L$.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(Tr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let m=new Function(`${Tr.default.self}`,`${Tr.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:m}),m.errors=null,m.schema=t.schema,m.schemaEnv=t,t.$async&&(m.$async=!0),this.opts.code.source===!0&&(m.source={validateName:c,validateCode:d,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:h}=u;m.evaluated={props:p instanceof at.Name?void 0:p,items:h instanceof at.Name?void 0:h,dynamicProps:p instanceof at.Name,dynamicItems:h instanceof at.Name},m.source&&(m.source.evaluated=(0,at.stringify)(m.evaluated))}return t.validate=m,t}catch(d){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(t)}}et.compileSchema=Lu;function U$(t,e,r){var n;r=(0,ct.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=H$.call(this,t,r);if(s===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new sn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=F$.call(this,s)}et.resolveRef=U$;function F$(t){return(0,ct.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Lu.call(this,t)}function ch(t){for(let e of this._compilations)if(V$(e,t))return e}et.getCompilingSchema=ch;function V$(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function H$(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||Ds.call(this,t,e)}function Ds(t,e){let r=this.opts.uriResolver.parse(e),n=(0,ct._getFullPath)(this.opts.uriResolver,r),o=(0,ct.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return qu.call(this,r,t);let s=(0,ct.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=Ds.call(this,t,i);return typeof a?.schema!="object"?void 0:qu.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Lu.call(this,i),s===(0,ct.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,ct.resolveUrl)(this.opts.uriResolver,o,u)),new sn({schema:a,schemaId:c,root:t,baseId:o})}return qu.call(this,r,i)}}et.resolveSchema=Ds;var B$=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function qu(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,ah.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!B$.has(a)&&u&&(e=(0,ct.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,ah.schemaHasRulesButRef)(r,this.RULES)){let a=(0,ct.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=Ds.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new sn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var uh=z((HO,J$)=>{J$.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 Ju=z((BO,gh)=>{"use strict";var K$=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Fu=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),G$=RegExp.prototype.test.bind(/^\d*$/u),Er=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),Vu=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),dh=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:@/]$/u),Hu=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:@/?]$/u),W$=RegExp.prototype.test.bind(/^[A-Za-z0-9\-._~!$&'()*+,;=:]$/u),Fe=new Array(256);{let t="0123456789ABCDEF";for(let e=0;e<256;e++)Fe[e]="%"+t[e>>4]+t[e&15]}function Ie(t){return t<2048?Fe[192|t>>6]+Fe[128|t&63]:t<65536?Fe[224|t>>12]+Fe[128|t>>6&63]+Fe[128|t&63]:Fe[240|t>>18]+Fe[128|t>>12&63]+Fe[128|t>>6&63]+Fe[128|t&63]}function X$(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 Y$=RegExp.prototype.test.bind(/^[\dA-Fa-f]{1,4}$/),Q$=RegExp.prototype.test.bind(/^[vV][\dA-Fa-f]+\.[A-Za-z\d\-._~!$&'()*+,;=:]+$/),ek=RegExp.prototype.test.bind(/^[A-Za-z\d\-._~]$/),tk=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function rk(t){if(t.length===0)return!1;for(let e=0;e<t.length;e++)if(!ek(t[e])){if(t[e]==="%"&&e+2<t.length&&Er(t.slice(e+1,e+3))){e+=2;continue}return!1}return!0}function lh(t){let e=-1,r=0,n=-1,o=0;for(let a=0;a<t.length;a++)t[a]==="0"?(n===-1&&(n=a),o++,o>r&&(r=o,e=n)):(n=-1,o=0);if(r<2)return t.join(":");let s=t.slice(0,e).join(":"),i=t.slice(e+r).join(":");return s+"::"+i}function nk(t){let e=t.indexOf("::");if(e!==-1&&t.indexOf("::",e+1)!==-1)return;let r=e===-1?t.split(":"):t.slice(0,e).split(":"),n=e===-1?[]:t.slice(e+2).split(":");e!==-1&&(r.length===1&&r[0]===""&&(r.length=0),n.length===1&&n[0]===""&&(n.length=0));let o=r.concat(n),s=0;for(let a=0;a<o.length;a++){let c=o[a];if(c==="")return;if(c.indexOf(".")!==-1){if(a!==o.length-1||e!==-1&&n.length===0||!Fu(c))return;s+=2;continue}if(!Y$(c))return;o[a]=parseInt(c,16).toString(16),s++}if(e===-1)return s!==8?void 0:lh(o);if(s>=8)return;let i=o.slice(0,r.length);for(let a=s;a<8;a++)i.push("0");for(let a=r.length;a<o.length;a++)i.push(o[a]);return lh(i)}function Uu(t){let e=t[0]==="["&&t[t.length-1]==="]";if((t[0]==="["||t[t.length-1]==="]")&&!e)return{host:t,isIPV6:!1,error:!0};let n=e?t.slice(1,-1):t;if(e&&Q$(n))return n=n.toLowerCase(),{host:`[${n}]`,escapedHost:n,isIPV6:!1,isIPVFuture:!0};if(ok(n,":")<2)return{host:t,isIPV6:!1,error:e};let o="",s=n.indexOf("%");if(s!==-1){let a=n.slice(s,s+3).toLowerCase()==="%25"?3:1;if(o=n.slice(s+a),!rk(o))return{host:t,isIPV6:!1,error:!0};n=n.slice(0,s)}let i=nk(n);return i===void 0?{host:t,isIPV6:!1,error:!0}:{host:i+(o?"%"+o:""),escapedHost:i+(o?"%25"+o:""),isIPV6:!0}}function ok(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function sk(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}var ik={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},ak=/[@/?#:]/g,ck=/[@/?#]/g;function ph(t,e){let r=e?ck:ak;return r.lastIndex=0,t.replace(r,n=>ik[n])}function fh(t,e=!1){if(t.indexOf("%")===-1)return t;let r="";for(let n=0;n<t.length;n++){if(t[n]==="%"&&n+2<t.length){let o=t.slice(n+1,n+3);if(Er(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));e&&Vu(i)?r+=i:r+="%"+s,n+=2;continue}}r+=t[n]}return r}function uk(t){let e="";for(let r=0;r<t.length;r++){let n=t[r];if(n==="%"&&r+2<t.length){let o=t.slice(r+1,r+3);if(Er(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));i!=="."&&Vu(i)?e+=i:e+="%"+s,r+=2;continue}}if(dh(n))e+=n;else{let o=t.charCodeAt(r);if(o<128)e+=hh(o)?n:Fe[o];else if(o<55296||o>57343)e+=Ie(o);else if(o<=56319&&r+1<t.length){let s=t.charCodeAt(r+1);s>=56320&&s<=57343?(e+=Ie(65536+(o-55296<<10)+(s-56320)),r++):e+=Ie(65533)}else e+=Ie(65533)}}return e}function lk(t,e=!1){let r="",n=e&&t[0]!=="/";for(let o=0;o<t.length;o++){let s=t[o];if(s==="%"&&o+2<t.length){let i=t.slice(o+1,o+3);if(Er(i)){r+="%"+i.toUpperCase(),o+=2;continue}}if(s==="/"&&(n=!1),dh(s)&&(s!==":"||!n))r+=s;else{let i=t.charCodeAt(o);if(i<128)r+=Fe[i];else if(i<55296||i>57343)r+=Ie(i);else if(i<=56319&&o+1<t.length){let a=t.charCodeAt(o+1);a>=56320&&a<=57343?(r+=Ie(65536+(i-55296<<10)+(a-56320)),o++):r+=Ie(65533)}else r+=Ie(65533)}}return r}function Bu(t,e){let r="";for(let n=0;n<t.length;n++){let o=t[n];if(o==="%"&&n+2<t.length){let s=t.slice(n+1,n+3);if(Er(s)){r+="%"+s.toUpperCase(),n+=2;continue}}if(e(o))r+=o;else{let s=t.charCodeAt(n);if(s<128)r+=Fe[s];else if(s<55296||s>57343)r+=Ie(s);else if(s<=56319&&n+1<t.length){let i=t.charCodeAt(n+1);i>=56320&&i<=57343?(r+=Ie(65536+(s-55296<<10)+(i-56320)),n++):r+=Ie(65533)}else r+=Ie(65533)}}return r}function mh(t){return Bu(t,W$)}function dk(t){return Bu(t,Hu)}function pk(t){return Bu(t,Hu)}function hh(t){return t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122||t===42||t===43||t===45||t===46||t===47||t===64||t===95}function fk(t){let e="";for(let r=0;r<t.length;r++){let n=t[r];if(n==="%"&&r+2<t.length){let o=t.slice(r+1,r+3);if(Er(o)){let s=o.toUpperCase(),i=String.fromCharCode(parseInt(s,16));Vu(i)?e+=i:e+="%"+s,r+=2;continue}}if(Hu(n))e+=n;else{let o=t.charCodeAt(r);if(o<128)e+=hh(o)?n:Fe[o];else if(o<55296||o>57343)e+=Ie(o);else if(o<=56319&&r+1<t.length){let s=t.charCodeAt(r+1);s>=56320&&s<=57343?(e+=Ie(65536+(o-55296<<10)+(s-56320)),r++):e+=Ie(65533)}else e+=Ie(65533)}}return e}function mk(t){let e="";for(let r=0;r<t.length;r++){if(t[r]==="%"&&r+2<t.length){let n=t.slice(r+1,r+3);if(Er(n)){e+="%"+n.toUpperCase(),r+=2;continue}}e+=escape(t[r])}return e}function hk(t){let e=[];if(t.userinfo!==void 0&&(e.push(mh(t.userinfo)),e.push("@")),t.host!==void 0){let r=t.host;if(!Fu(r)){let n=Uu(r);n.isIPV6!==!0&&n.isIPVFuture!==!0&&(r=fh(r,!0),n=Uu(r)),n.isIPV6===!0||n.isIPVFuture===!0?r=`[${n.escapedHost}]`:r=ph(r,!1)}e.push(r)}if(typeof t.port=="number"||typeof t.port=="string"){let r=String(t.port);if(!G$(r))throw new TypeError("URI port is malformed.");e.push(":"),e.push(r)}return e.length?e.join(""):void 0}gh.exports={nonSimpleDomain:tk,recomposeAuthority:hk,reescapeHostDelimiters:ph,normalizePercentEncoding:fh,normalizePathEncoding:uk,serializePathEncoding:lk,normalizeQueryFragmentEncoding:fk,encodeUserinfo:mh,encodeQuery:dk,encodeFragment:pk,escapePreservingEscapes:mk,removeDotSegments:sk,isIPv4:Fu,isUUID:K$,normalizeIPv6:Uu,stringArrayToHexStripped:X$}});var bh=z((JO,xh)=>{"use strict";var{isUUID:gk}=Ju(),_k=/^([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-./:;=@]|%[\da-f]{2})+)$/iu,yk=["http","https","ws","wss","urn","urn:uuid"];function vk(t){return yk.indexOf(t)!==-1}function Ku(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 _h(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function yh(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 xk(t){return t.secure=Ku(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function bk(t){if((t.port===(Ku(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=t.resourceName.indexOf("?"),r=e===-1?t.resourceName:t.resourceName.slice(0,e);t.path=r&&r!=="/"?r:void 0,t.query=e===-1?void 0:t.resourceName.slice(e+1),t.resourceName=void 0}return t.fragment=void 0,t}function wk(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(_k);if(r&&r[0]===t.path){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let o=`${n}:${e.nid||t.nid}`,s=Gu(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function $k(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=Gu(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 kk(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!gk(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function Sk(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var vh={scheme:"http",domainHost:!0,parse:_h,serialize:yh},zk={scheme:"https",domainHost:vh.domainHost,parse:_h,serialize:yh},Ls={scheme:"ws",domainHost:!0,parse:xk,serialize:bk},Tk={scheme:"wss",domainHost:Ls.domainHost,parse:Ls.parse,serialize:Ls.serialize},Ek={scheme:"urn",parse:wk,serialize:$k,skipNormalize:!0},Pk={scheme:"urn:uuid",parse:kk,serialize:Sk,skipNormalize:!0},Us={http:vh,https:zk,ws:Ls,wss:Tk,urn:Ek,"urn:uuid":Pk};Object.setPrototypeOf(Us,null);function Gu(t){return t&&(Us[t]||Us[t.toLowerCase()])||void 0}xh.exports={wsIsSecure:Ku,SCHEMES:Us,isValidSchemeName:vk,getSchemeHandler:Gu}});var Nh=z((KO,Hs)=>{"use strict";var{normalizeIPv6:zh,removeDotSegments:lo,recomposeAuthority:Ik,normalizePercentEncoding:Th,normalizePathEncoding:Rk,serializePathEncoding:wh,normalizeQueryFragmentEncoding:$h,encodeQuery:Ok,encodeFragment:Zk,reescapeHostDelimiters:Ck,isIPv4:Eh,nonSimpleDomain:Nk}=Ju(),{SCHEMES:Ph,getSchemeHandler:Wu}=bh(),Ih=/^[A-Za-z][A-Za-z0-9+.-]*$/u,Rh="URI scheme is malformed.";function kh(t){let e=unescape(String(t));if(!Ih.test(e))throw new TypeError(Rh);return e}function jk(t,e){return typeof t=="string"?t=Vk(t,e):typeof t=="object"&&(t=Vs(Pr(t,e),e)),t}function Ak(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},{parsed:o,malformedAuthorityOrPort:s,malformedPercentEncoding:i,malformedSchemeSpecific:a,malformedHost:c,malformedScheme:u}=Fs(t,n),{parsed:l,malformedAuthorityOrPort:d,malformedPercentEncoding:f,malformedSchemeSpecific:m,malformedHost:p,malformedScheme:h}=Fs(e,n);if(s||d||i||f||a||m||c||p||u||h)throw new Error(o.error||l.error||"URI is malformed.");let g=Oh(o,l,n,!0),x=Wu(r&&r.scheme||g.scheme),_=g.host,b=_!==void 0&&_!==""&&(Eh(_)||zh(_).isIPV6);Zh(g,r||{},x,b);let S=_&&_.indexOf("%")!==-1&&!new RegExp("\\P{ASCII}","u").test(_);if(g.error&&!S)throw new Error(g.error);return n.skipEscape=!0,Pr(g,n)}function Oh(t,e,r,n){let o={};return n||(t=Vs(Pr(t,r),r),e=Vs(Pr(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=lo(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=lo(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=lo(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=lo(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 Mk(t,e,r){let n=Sh(t,r),o=Sh(e,r);return n!==void 0&&o!==void 0&&n===o}function Pr(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=[];r.scheme&&(r.scheme=kh(r.scheme));let s=Wu(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n);let i=r.userinfo!==void 0||r.host!==void 0||r.port!==void 0,a=!n.skipEscape&&r.scheme===void 0&&!i;r.path!==void 0&&(n.skipEscape?r.path=Th(r.path):r.path=wh(r.path,a)),n.reference!=="suffix"&&r.scheme&&(r.scheme=kh(r.scheme),o.push(r.scheme,":"));let c=Ik(r);if(c!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(c),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let u=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(u=lo(u)),a&&(u=wh(u,!0)),c===void 0&&u[0]==="/"&&u[1]==="/"&&(u="/%2F"+u.slice(2)),o.push(u)}return r.query!==void 0&&o.push("?",Ok(r.query)),r.fragment!==void 0&&o.push("#",Zk(r.fragment)),o.join("")}var Dk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u,qk=/^(?:[^#/:?]+:)?\/\/([^/?#]*)/,Lk=/^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;function Uk(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function uo(t){if(t===void 0)return!1;let e=t.indexOf("%");for(;e!==-1;){if(e+2>=t.length||!/^[\da-f]{2}$/iu.test(t.slice(e+1,e+3)))return!0;e=t.indexOf("%",e+3)}return!1}function Xu(t){return t[0]==="["&&t[t.length-1]==="]"}function Fk(t){let e=t[4];return uo(t[3])||e!==void 0&&!Xu(e)&&uo(e)||uo(t[6])||uo(t[7])||uo(t[8])}function Zh(t,e,r,n){if(!e.unicodeSupport&&(!r||!r.unicodeSupport)&&t.host&&!Xu(t.host)&&(e.domainHost||r&&r.domainHost)&&n===!1&&Nk(t.host))try{t.host=new URL("http://"+t.host).hostname}catch(o){return t.error=t.error||"Host's domain name can not be converted to ASCII: "+o,!0}return!1}function Fs(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1,s=!1,i=!1,a=!1,c=!1,u=!1,l=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let d=t.match(qk);d!==null&&d[1].indexOf("\\")!==-1&&(n.error="URI authority must not contain a literal backslash.",o=!0);let f=t.match(Lk);if(f!==null){let p=f[1],h=p.replace(/[\t\n\r]/g,"");h.length>=2&&(h.slice(0,2)!=="//"?(n.error=n.error||"URI authority must not contain a literal backslash.",o=!0):p.length!==h.length&&(n.error=n.error||"URI authority introducer must not contain whitespace.",o=!0))}let m=t.match(Dk);if(m){if(n.scheme=m[1],n.userinfo=m[3],n.host=m[4],n.port=parseInt(m[5],10),n.path=m[6]||"",n.query=m[7],n.fragment=m[8],n.scheme!==void 0){let g=unescape(n.scheme);Ih.test(g)?n.scheme=g.toLowerCase():(n.error=n.error||Rh,u=!0)}s=Fk(m),s&&(n.error=n.error||"URI contains malformed percent-encoding."),isNaN(n.port)&&(n.port=m[5]);let p=Uk(n,m);if(p!==void 0&&(n.error=n.error||p,o=!0),n.host)if(Eh(n.host)===!1){let x=Xu(n.host),_=n.host.indexOf("[")!==-1||n.host.indexOf("]")!==-1,b=zh(n.host);l=b.isIPV6||b.isIPVFuture===!0,c=_&&(!x||b.error===!0),n.host=l?b.host:b.host.toLowerCase(),c&&(n.error=n.error||"URI host is malformed.",o=!0)}else l=!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 h=Wu(r.scheme||n.scheme);if(c||(a=Zh(n,r,h,l)),!h||h&&!h.skipNormalize){if(t.indexOf("%")!==-1&&n.host!==void 0&&!c){let g=l?n.host:Th(n.host,!0);n.host=Ck(g,l)}n.path&&(n.path=Rk(n.path)),n.query&&(n.query=$h(n.query)),n.fragment&&(n.fragment=$h(n.fragment))}h&&h.parse&&(h.parse(n,r),h===Ph.urn&&n.nid===void 0&&(i=!0))}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:o,malformedPercentEncoding:s,malformedSchemeSpecific:i,malformedHost:a,malformedScheme:u}}function Vs(t,e){return Fs(t,e).parsed}function Vk(t,e){return Ch(t,e).normalized}function Ch(t,e){let{parsed:r,malformedAuthorityOrPort:n,malformedPercentEncoding:o,malformedSchemeSpecific:s,malformedHost:i,malformedScheme:a}=Fs(t,e);return{normalized:n||o||s||i||a?t:Pr(r,e),malformedAuthorityOrPort:n,malformedPercentEncoding:o,malformedSchemeSpecific:s,malformedHost:i,malformedScheme:a}}function Sh(t,e){if(typeof t!="string"&&typeof t!="object")return;let r;try{r=typeof t=="string"?t:Pr(t,e)}catch{return}let{normalized:n,malformedAuthorityOrPort:o,malformedPercentEncoding:s,malformedSchemeSpecific:i,malformedHost:a,malformedScheme:c}=Ch(r,e);return o||s||i||a||c?void 0:n}var Yu={SCHEMES:Ph,normalize:jk,resolve:Ak,resolveComponent:Oh,equal:Mk,serialize:Pr,parse:Vs};Hs.exports=Yu;Hs.exports.default=Yu;Hs.exports.fastUri=Yu});var Ah=z(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});var jh=Nh();jh.code='require("ajv/dist/runtime/uri").default';Qu.default=jh});var Hh=z(ke=>{"use strict";Object.defineProperty(ke,"__esModule",{value:!0});ke.CodeGen=ke.Name=ke.nil=ke.stringify=ke.str=ke._=ke.KeywordCxt=void 0;var Hk=ao();Object.defineProperty(ke,"KeywordCxt",{enumerable:!0,get:function(){return Hk.KeywordCxt}});var an=U();Object.defineProperty(ke,"_",{enumerable:!0,get:function(){return an._}});Object.defineProperty(ke,"str",{enumerable:!0,get:function(){return an.str}});Object.defineProperty(ke,"stringify",{enumerable:!0,get:function(){return an.stringify}});Object.defineProperty(ke,"nil",{enumerable:!0,get:function(){return an.nil}});Object.defineProperty(ke,"Name",{enumerable:!0,get:function(){return an.Name}});Object.defineProperty(ke,"CodeGen",{enumerable:!0,get:function(){return an.CodeGen}});var Bk=Ms(),Uh=co(),Jk=wu(),po=qs(),Kk=U(),fo=oo(),Bs=no(),tl=W(),Mh=uh(),Gk=Ah(),Fh=(t,e)=>new RegExp(t,e);Fh.code="new RegExp";var Wk=["removeAdditional","useDefaults","coerceTypes"],Xk=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),Yk={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."},Qk={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Dh=200;function eS(t){var e,r,n,o,s,i,a,c,u,l,d,f,m,p,h,g,x,_,b,S,Z,ge,Ne,wt,_i;let vn=t.strict,yi=(e=t.code)===null||e===void 0?void 0:e.optimize,pd=yi===!0||yi===void 0?1:yi||0,fd=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Fh,O_=(o=t.uriResolver)!==null&&o!==void 0?o:Gk.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:vn)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:vn)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:vn)!==null&&l!==void 0?l:"log",strictTuples:(f=(d=t.strictTuples)!==null&&d!==void 0?d:vn)!==null&&f!==void 0?f:"log",strictRequired:(p=(m=t.strictRequired)!==null&&m!==void 0?m:vn)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:pd,regExp:fd}:{optimize:pd,regExp:fd},loopRequired:(h=t.loopRequired)!==null&&h!==void 0?h:Dh,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:Dh,meta:(x=t.meta)!==null&&x!==void 0?x:!0,messages:(_=t.messages)!==null&&_!==void 0?_:!0,inlineRefs:(b=t.inlineRefs)!==null&&b!==void 0?b:!0,schemaId:(S=t.schemaId)!==null&&S!==void 0?S:"$id",addUsedSchema:(Z=t.addUsedSchema)!==null&&Z!==void 0?Z:!0,validateSchema:(ge=t.validateSchema)!==null&&ge!==void 0?ge:!0,validateFormats:(Ne=t.validateFormats)!==null&&Ne!==void 0?Ne:!0,unicodeRegExp:(wt=t.unicodeRegExp)!==null&&wt!==void 0?wt:!0,int32range:(_i=t.int32range)!==null&&_i!==void 0?_i:!0,uriResolver:O_}}var mo=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...eS(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new Kk.ValueScope({scope:{},prefixes:Xk,es5:r,lines:n}),this.logger=iS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,Jk.getRules)(),qh.call(this,Yk,e,"NOT SUPPORTED"),qh.call(this,Qk,e,"DEPRECATED","warn"),this._metaOpts=oS.call(this),e.formats&&rS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&nS.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),tS.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=Mh;n==="id"&&(o={...Mh},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(l,d){await s.call(this,l.$schema);let f=this._addSchema(l,d);return f.validate||i.call(this,f)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof Uh.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,fo.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=Lh.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new po.SchemaEnv({schema:{},schemaId:n});if(r=po.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=Lh.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,fo.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(cS.call(this,n,r),!r)return(0,tl.eachItem)(n,s=>el.call(this,s)),this;lS.call(this,r);let o={...r,type:(0,Bs.getJSONTypes)(r.type),schemaType:(0,Bs.getJSONTypes)(r.schemaType)};return(0,tl.eachItem)(n,o.type.length===0?s=>el.call(this,s,o):s=>o.type.forEach(i=>el.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]=Vh(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,fo.normalizeId)(i||n);let u=fo.getSchemaRefs.call(this,e,n);return c=new po.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):po.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{po.compileSchema.call(this,e)}finally{this.opts=r}}};mo.ValidationError=Bk.default;mo.MissingRefError=Uh.default;ke.default=mo;function qh(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 Lh(t){return t=(0,fo.normalizeId)(t),this.schemas[t]||this.refs[t]}function tS(){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 rS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function nS(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 oS(){let t={...this.opts};for(let e of Wk)delete t[e];return t}var sS={log(){},warn(){},error(){}};function iS(t){if(t===!1)return sS;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 aS=/^[a-z_$][a-z0-9_$:-]*$/i;function cS(t,e){let{RULES:r}=this;if((0,tl.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!aS.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 el(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,Bs.getJSONTypes)(e.type),schemaType:(0,Bs.getJSONTypes)(e.schemaType)}};e.before?uS.call(this,i,a,e.before):i.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function uS(t,e,r){let n=t.rules.findIndex(o=>o.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function lS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=Vh(e)),t.validateSchema=this.compile(e,!0))}var dS={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Vh(t){return{anyOf:[t,dS]}}});var Bh=z(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});var pS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};rl.default=pS});var Wh=z(Ir=>{"use strict";Object.defineProperty(Ir,"__esModule",{value:!0});Ir.callRef=Ir.getValidate=void 0;var fS=co(),Jh=Qe(),Ve=U(),cn=It(),Kh=qs(),Js=W(),mS={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=Kh.resolveRef.call(c,u,o,r);if(l===void 0)throw new fS.default(n.opts.uriResolver,o,r);if(l instanceof Kh.SchemaEnv)return f(l);return m(l);function d(){if(s===u)return Ks(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return Ks(t,(0,Ve._)`${p}.validate`,u,u.$async)}function f(p){let h=Gh(t,p);Ks(t,h,p,p.$async)}function m(p){let h=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,Ve.stringify)(p)}:{ref:p}),g=e.name("valid"),x=t.subschema({schema:p,dataTypes:[],schemaPath:Ve.nil,topSchemaRef:h,errSchemaPath:r},g);t.mergeEvaluated(x),t.ok(g)}}};function Gh(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Ve._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Ir.getValidate=Gh;function Ks(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?cn.default.this:Ve.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,Ve._)`await ${(0,Jh.callValidateCode)(t,e,u)}`),m(e),i||o.assign(p,!0)},h=>{o.if((0,Ve._)`!(${h} instanceof ${s.ValidationError})`,()=>o.throw(h)),f(h),i||o.assign(p,!1)}),t.ok(p)}function d(){t.result((0,Jh.callValidateCode)(t,e,u),()=>m(e),()=>f(e))}function f(p){let h=(0,Ve._)`${p}.errors`;o.assign(cn.default.vErrors,(0,Ve._)`${cn.default.vErrors} === null ? ${h} : ${cn.default.vErrors}.concat(${h})`),o.assign(cn.default.errors,(0,Ve._)`${cn.default.vErrors}.length`)}function m(p){var h;if(!s.opts.unevaluated)return;let g=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=Js.mergeEvaluated.props(o,g.props,s.props));else{let x=o.var("props",(0,Ve._)`${p}.evaluated.props`);s.props=Js.mergeEvaluated.props(o,x,s.props,Ve.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=Js.mergeEvaluated.items(o,g.items,s.items));else{let x=o.var("items",(0,Ve._)`${p}.evaluated.items`);s.items=Js.mergeEvaluated.items(o,x,s.items,Ve.Name)}}}Ir.callRef=Ks;Ir.default=mS});var Xh=z(nl=>{"use strict";Object.defineProperty(nl,"__esModule",{value:!0});var hS=Bh(),gS=Wh(),_S=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",hS.default,gS.default];nl.default=_S});var Yh=z(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});var Gs=U(),Kt=Gs.operators,Ws={maximum:{okStr:"<=",ok:Kt.LTE,fail:Kt.GT},minimum:{okStr:">=",ok:Kt.GTE,fail:Kt.LT},exclusiveMaximum:{okStr:"<",ok:Kt.LT,fail:Kt.GTE},exclusiveMinimum:{okStr:">",ok:Kt.GT,fail:Kt.LTE}},yS={message:({keyword:t,schemaCode:e})=>(0,Gs.str)`must be ${Ws[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Gs._)`{comparison: ${Ws[t].okStr}, limit: ${e}}`},vS={keyword:Object.keys(Ws),type:"number",schemaType:"number",$data:!0,error:yS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Gs._)`${r} ${Ws[e].fail} ${n} || isNaN(${r})`)}};ol.default=vS});var Qh=z(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});var ho=U(),xS={message:({schemaCode:t})=>(0,ho.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,ho._)`{multipleOf: ${t}}`},bS={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:xS,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,ho._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,ho._)`${i} !== parseInt(${i})`;t.fail$data((0,ho._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};sl.default=bS});var tg=z(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});function eg(t){let e=t.length,r=0,n=0,o;for(;n<e;)r++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<e&&(o=t.charCodeAt(n),(o&64512)===56320&&n++);return r}il.default=eg;eg.code='require("ajv/dist/runtime/ucs2length").default'});var rg=z(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});var Rr=U(),wS=W(),$S=tg(),kS={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Rr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Rr._)`{limit: ${t}}`},SS={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:kS,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Rr.operators.GT:Rr.operators.LT,i=o.opts.unicode===!1?(0,Rr._)`${r}.length`:(0,Rr._)`${(0,wS.useFunc)(t.gen,$S.default)}(${r})`;t.fail$data((0,Rr._)`${i} ${s} ${n}`)}};al.default=SS});var ng=z(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var zS=Qe(),TS=W(),un=U(),ES={message:({schemaCode:t})=>(0,un.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,un._)`{pattern: ${t}}`},PS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:ES,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t,a=i.opts.unicodeRegExp?"u":"";if(n){let{regExp:c}=i.opts.code,u=c.code==="new RegExp"?(0,un._)`new RegExp`:(0,TS.useFunc)(e,c),l=e.let("valid");e.try(()=>e.assign(l,(0,un._)`${u}(${s}, ${a}).test(${r})`),()=>e.assign(l,!1)),t.fail$data((0,un._)`!${l}`)}else{let c=(0,zS.usePattern)(t,o);t.fail$data((0,un._)`!${c}.test(${r})`)}}};cl.default=PS});var og=z(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});var go=U(),IS={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,go.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,go._)`{limit: ${t}}`},RS={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:IS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?go.operators.GT:go.operators.LT;t.fail$data((0,go._)`Object.keys(${r}).length ${o} ${n}`)}};ul.default=RS});var sg=z(ll=>{"use strict";Object.defineProperty(ll,"__esModule",{value:!0});var _o=Qe(),yo=U(),OS=W(),ZS={message:({params:{missingProperty:t}})=>(0,yo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,yo._)`{missingProperty: ${t}}`},CS={keyword:"required",type:"object",schemaType:"array",$data:!0,error:ZS,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let m=t.parentSchema.properties,{definedProperties:p}=t.it;for(let h of r)if(m?.[h]===void 0&&!p.has(h)){let g=i.schemaEnv.baseId+i.errSchemaPath,x=`required property "${h}" is not defined at "${g}" (strictRequired)`;(0,OS.checkStrictMode)(i,x,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(yo.nil,d);else for(let m of r)(0,_o.checkReportMissingProp)(t,m)}function l(){let m=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>f(m,p)),t.ok(p)}else e.if((0,_o.checkMissingProp)(t,r,m)),(0,_o.reportMissingProp)(t,m),e.else()}function d(){e.forOf("prop",n,m=>{t.setParams({missingProperty:m}),e.if((0,_o.noPropertyInData)(e,o,m,a.ownProperties),()=>t.error())})}function f(m,p){t.setParams({missingProperty:m}),e.forOf(m,n,()=>{e.assign(p,(0,_o.propertyInData)(e,o,m,a.ownProperties)),e.if((0,yo.not)(p),()=>{t.error(),e.break()})},yo.nil)}}};ll.default=CS});var ig=z(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});var vo=U(),NS={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,vo.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,vo._)`{limit: ${t}}`},jS={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:NS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?vo.operators.GT:vo.operators.LT;t.fail$data((0,vo._)`${r}.length ${o} ${n}`)}};dl.default=jS});var Xs=z(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});var ag=Iu();ag.code='require("ajv/dist/runtime/equal").default';pl.default=ag});var cg=z(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});var fl=no(),Se=U(),AS=W(),MS=Xs(),DS={message:({params:{i:t,j:e}})=>(0,Se.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Se._)`{i: ${t}, j: ${e}}`},qS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:DS,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,fl.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,Se._)`${i} === false`),t.ok(c);function l(){let p=e.let("i",(0,Se._)`${r}.length`),h=e.let("j");t.setParams({i:p,j:h}),e.assign(c,!0),e.if((0,Se._)`${p} > 1`,()=>(d()?f:m)(p,h))}function d(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function f(p,h){let g=e.name("item"),x=(0,fl.checkDataTypes)(u,g,a.opts.strictNumbers,fl.DataType.Wrong),_=e.const("indices",(0,Se._)`{}`);e.for((0,Se._)`;${p}--;`,()=>{e.let(g,(0,Se._)`${r}[${p}]`),e.if(x,(0,Se._)`continue`),u.length>1&&e.if((0,Se._)`typeof ${g} == "string"`,(0,Se._)`${g} += "_"`),e.if((0,Se._)`typeof ${_}[${g}] == "number"`,()=>{e.assign(h,(0,Se._)`${_}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,Se._)`${_}[${g}] = ${p}`)})}function m(p,h){let g=(0,AS.useFunc)(e,MS.default),x=e.name("outer");e.label(x).for((0,Se._)`;${p}--;`,()=>e.for((0,Se._)`${h} = ${p}; ${h}--;`,()=>e.if((0,Se._)`${g}(${r}[${p}], ${r}[${h}])`,()=>{t.error(),e.assign(c,!1).break(x)})))}}};ml.default=qS});var ug=z(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});var hl=U(),LS=W(),US=Xs(),FS={message:"must be equal to constant",params:({schemaCode:t})=>(0,hl._)`{allowedValue: ${t}}`},VS={keyword:"const",$data:!0,error:FS,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,hl._)`!${(0,LS.useFunc)(e,US.default)}(${r}, ${o})`):t.fail((0,hl._)`${s} !== ${r}`)}};gl.default=VS});var lg=z(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});var xo=U(),HS=W(),BS=Xs(),JS={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,xo._)`{allowedValues: ${t}}`},KS={keyword:"enum",schemaType:"array",$data:!0,error:JS,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,HS.useFunc)(e,BS.default)),l;if(a||n)l=e.let("valid"),t.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let m=e.const("vSchema",s);l=(0,xo.or)(...o.map((p,h)=>f(m,h)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,m=>e.if((0,xo._)`${u()}(${r}, ${m})`,()=>e.assign(l,!0).break()))}function f(m,p){let h=o[p];return typeof h=="object"&&h!==null?(0,xo._)`${u()}(${r}, ${m}[${p}])`:(0,xo._)`${r} === ${h}`}}};_l.default=KS});var dg=z(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var GS=Yh(),WS=Qh(),XS=rg(),YS=ng(),QS=og(),ez=sg(),tz=ig(),rz=cg(),nz=ug(),oz=lg(),sz=[GS.default,WS.default,XS.default,YS.default,QS.default,ez.default,tz.default,rz.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},nz.default,oz.default];yl.default=sz});var xl=z(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.validateAdditionalItems=void 0;var Or=U(),vl=W(),iz={message:({params:{len:t}})=>(0,Or.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Or._)`{limit: ${t}}`},az={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:iz,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,vl.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}pg(t,n)}};function pg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Or._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Or._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,vl.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Or._)`${a} <= ${e.length}`);r.if((0,Or.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:vl.Type.Num},u),i.allErrors||r.if((0,Or.not)(u),()=>r.break())})}}bo.validateAdditionalItems=pg;bo.default=az});var bl=z(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.validateTuple=void 0;var fg=U(),Ys=W(),cz=Qe(),uz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return mg(t,"additionalItems",e);r.items=!0,!(0,Ys.alwaysValidSchema)(r,e)&&t.ok((0,cz.validateArray)(t))}};function mg(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=Ys.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,fg._)`${s}.length`);r.forEach((d,f)=>{(0,Ys.alwaysValidSchema)(a,d)||(n.if((0,fg._)`${u} > ${f}`,()=>t.subschema({keyword:i,schemaProp:f,dataProp:f},c)),t.ok(c))});function l(d){let{opts:f,errSchemaPath:m}=a,p=r.length,h=p===d.minItems&&(p===d.maxItems||d[e]===!1);if(f.strictTuples&&!h){let g=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${m}"`;(0,Ys.checkStrictMode)(a,g,f.strictTuples)}}}wo.validateTuple=mg;wo.default=uz});var hg=z(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});var lz=bl(),dz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,lz.validateTuple)(t,"items")};wl.default=dz});var _g=z($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});var gg=U(),pz=W(),fz=Qe(),mz=xl(),hz={message:({params:{len:t}})=>(0,gg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,gg._)`{limit: ${t}}`},gz={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:hz,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,pz.alwaysValidSchema)(n,e)&&(o?(0,mz.validateAdditionalItems)(t,o):t.ok((0,fz.validateArray)(t)))}};$l.default=gz});var yg=z(kl=>{"use strict";Object.defineProperty(kl,"__esModule",{value:!0});var tt=U(),Qs=W(),_z={message:({params:{min:t,max:e}})=>e===void 0?(0,tt.str)`must contain at least ${t} valid item(s)`:(0,tt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,tt._)`{minContains: ${t}}`:(0,tt._)`{minContains: ${t}, maxContains: ${e}}`},yz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:_z,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,tt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,Qs.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,Qs.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Qs.alwaysValidSchema)(s,r)){let h=(0,tt._)`${l} >= ${i}`;a!==void 0&&(h=(0,tt._)`${h} && ${l} <= ${a}`),t.pass(h);return}s.items=!0;let d=e.name("valid");a===void 0&&i===1?m(d,()=>e.if(d,()=>e.break())):i===0?(e.let(d,!0),a!==void 0&&e.if((0,tt._)`${o}.length > 0`,f)):(e.let(d,!1),f()),t.result(d,()=>t.reset());function f(){let h=e.name("_valid"),g=e.let("count",0);m(h,()=>e.if(h,()=>p(g)))}function m(h,g){e.forRange("i",0,l,x=>{t.subschema({keyword:"contains",dataProp:x,dataPropType:Qs.Type.Num,compositeRule:!0},h),g()})}function p(h){e.code((0,tt._)`${h}++`),a===void 0?e.if((0,tt._)`${h} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,tt._)`${h} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,tt._)`${h} >= ${i}`,()=>e.assign(d,!0)))}}};kl.default=yz});var bg=z(yt=>{"use strict";Object.defineProperty(yt,"__esModule",{value:!0});yt.validateSchemaDeps=yt.validatePropertyDeps=yt.error=void 0;var Sl=U(),vz=W(),$o=Qe();yt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,Sl.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,Sl._)`{property: ${t},
|
|
7
|
+
missingProperty: ${n},
|
|
8
|
+
depsCount: ${e},
|
|
9
|
+
deps: ${r}}`};var xz={keyword:"dependencies",type:"object",schemaType:"object",error:yt.error,code(t){let[e,r]=bz(t);vg(t,e),xg(t,r)}};function bz({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let o=Array.isArray(t[n])?e:r;o[n]=t[n]}return[e,r]}function vg(t,e=t.schema){let{gen:r,data:n,it:o}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,$o.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,$o.checkReportMissingProp)(t,u)}):(r.if((0,Sl._)`${c} && (${(0,$o.checkMissingProp)(t,a,s)})`),(0,$o.reportMissingProp)(t,s),r.else())}}yt.validatePropertyDeps=vg;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,vz.alwaysValidSchema)(s,e[a])||(r.if((0,$o.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))}yt.validateSchemaDeps=xg;yt.default=xz});var $g=z(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var wg=U(),wz=W(),$z={message:"property name must be valid",params:({params:t})=>(0,wg._)`{propertyName: ${t.propertyName}}`},kz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:$z,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,wz.alwaysValidSchema)(o,r))return;let s=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),e.if((0,wg.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};zl.default=kz});var El=z(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var ei=Qe(),ut=U(),Sz=It(),ti=W(),zz={message:"must NOT have additional properties",params:({params:t})=>(0,ut._)`{additionalProperty: ${t.additionalProperty}}`},Tz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:zz,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,ti.alwaysValidSchema)(i,r))return;let u=(0,ei.allSchemaProperties)(n.properties),l=(0,ei.allSchemaProperties)(n.patternProperties);d(),t.ok((0,ut._)`${s} === ${Sz.default.errors}`);function d(){e.forIn("key",o,g=>{!u.length&&!l.length?p(g):e.if(f(g),()=>p(g))})}function f(g){let x;if(u.length>8){let _=(0,ti.schemaRefOrVal)(i,n.properties,"properties");x=(0,ei.isOwnProperty)(e,_,g)}else u.length?x=(0,ut.or)(...u.map(_=>(0,ut._)`${g} === ${_}`)):x=ut.nil;return l.length&&(x=(0,ut.or)(x,...l.map(_=>(0,ut._)`${(0,ei.usePattern)(t,_)}.test(${g})`))),(0,ut.not)(x)}function m(g){e.code((0,ut._)`delete ${o}[${g}]`)}function p(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,ti.alwaysValidSchema)(i,r)){let x=e.name("valid");c.removeAdditional==="failing"?(h(g,x,!1),e.if((0,ut.not)(x),()=>{t.reset(),m(g)})):(h(g,x),a||e.if((0,ut.not)(x),()=>e.break()))}}function h(g,x,_){let b={keyword:"additionalProperties",dataProp:g,dataPropType:ti.Type.Str};_===!1&&Object.assign(b,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(b,x)}}};Tl.default=Tz});var zg=z(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});var Ez=ao(),kg=Qe(),Pl=W(),Sg=El(),Pz={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&&Sg.default.code(new Ez.KeywordCxt(s,Sg.default,"additionalProperties"));let i=(0,kg.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=Pl.mergeEvaluated.props(e,(0,Pl.toHash)(i),s.props));let a=i.filter(d=>!(0,Pl.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,kg.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)}}};Il.default=Pz});var Ig=z(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});var Tg=Qe(),ri=U(),Eg=W(),Pg=W(),Iz={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,Tg.allSchemaProperties)(r),c=a.filter(h=>(0,Eg.alwaysValidSchema)(s,r[h]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=e.name("valid");s.props!==!0&&!(s.props instanceof ri.Name)&&(s.props=(0,Pg.evaluatedPropsToName)(e,s.props));let{props:d}=s;f();function f(){for(let h of a)u&&m(h),s.allErrors?p(h):(e.var(l,!0),p(h),e.if(l))}function m(h){for(let g in u)new RegExp(h).test(g)&&(0,Eg.checkStrictMode)(s,`property ${g} matches pattern ${h} (use allowMatchingProperties)`)}function p(h){e.forIn("key",n,g=>{e.if((0,ri._)`${(0,Tg.usePattern)(t,h)}.test(${g})`,()=>{let x=c.includes(h);x||t.subschema({keyword:"patternProperties",schemaProp:h,dataProp:g,dataPropType:Pg.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,ri._)`${d}[${g}]`,!0):!x&&!s.allErrors&&e.if((0,ri.not)(l),()=>e.break())})})}}};Rl.default=Iz});var Rg=z(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var Rz=W(),Oz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Rz.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"}};Ol.default=Oz});var Og=z(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});var Zz=Qe(),Cz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Zz.validateUnion,error:{message:"must match a schema in anyOf"}};Zl.default=Cz});var Zg=z(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});var ni=U(),Nz=W(),jz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,ni._)`{passingSchemas: ${t.passing}}`},Az={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:jz,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((l,d)=>{let f;(0,Nz.alwaysValidSchema)(o,l)?e.var(c,!0):f=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,ni._)`${c} && ${i}`).assign(i,!1).assign(a,(0,ni._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),f&&t.mergeEvaluated(f,ni.Name)})})}}};Cl.default=Az});var Cg=z(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var Mz=W(),Dz={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,Mz.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};Nl.default=Dz});var Ag=z(jl=>{"use strict";Object.defineProperty(jl,"__esModule",{value:!0});var oi=U(),jg=W(),qz={message:({params:t})=>(0,oi.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,oi._)`{failingKeyword: ${t.ifClause}}`},Lz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:qz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,jg.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Ng(n,"then"),s=Ng(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,oi.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,d){return()=>{let f=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(f,i),d?e.assign(d,(0,oi._)`${l}`):t.setParams({ifClause:l})}}}};function Ng(t,e){let r=t.schema[e];return r!==void 0&&!(0,jg.alwaysValidSchema)(t,r)}jl.default=Lz});var Mg=z(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var Uz=W(),Fz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,Uz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Al.default=Fz});var Dg=z(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});var Vz=xl(),Hz=hg(),Bz=bl(),Jz=_g(),Kz=yg(),Gz=bg(),Wz=$g(),Xz=El(),Yz=zg(),Qz=Ig(),eT=Rg(),tT=Og(),rT=Zg(),nT=Cg(),oT=Ag(),sT=Mg();function iT(t=!1){let e=[eT.default,tT.default,rT.default,nT.default,oT.default,sT.default,Wz.default,Xz.default,Gz.default,Yz.default,Qz.default];return t?e.push(Hz.default,Jz.default):e.push(Vz.default,Bz.default),e.push(Kz.default),e}Ml.default=iT});var qg=z(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var he=U(),aT={message:({schemaCode:t})=>(0,he.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,he._)`{format: ${t}}`},cT={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:aT,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=a;if(!c.validateFormats)return;o?f():m();function f(){let p=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),h=r.const("fDef",(0,he._)`${p}[${i}]`),g=r.let("fType"),x=r.let("format");r.if((0,he._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(g,(0,he._)`${h}.type || "string"`).assign(x,(0,he._)`${h}.validate`),()=>r.assign(g,(0,he._)`"string"`).assign(x,h)),t.fail$data((0,he.or)(_(),b()));function _(){return c.strictSchema===!1?he.nil:(0,he._)`${i} && !${x}`}function b(){let S=l.$async?(0,he._)`(${h}.async ? await ${x}(${n}) : ${x}(${n}))`:(0,he._)`${x}(${n})`,Z=(0,he._)`(typeof ${x} == "function" ? ${S} : ${x}.test(${n}))`;return(0,he._)`${x} && ${x} !== true && ${g} === ${e} && !${Z}`}}function m(){let p=d.formats[s];if(!p){_();return}if(p===!0)return;let[h,g,x]=b(p);h===e&&t.pass(S());function _(){if(c.strictSchema===!1){d.logger.warn(Z());return}throw new Error(Z());function Z(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function b(Z){let ge=Z instanceof RegExp?(0,he.regexpCode)(Z):c.code.formats?(0,he._)`${c.code.formats}${(0,he.getProperty)(s)}`:void 0,Ne=r.scopeValue("formats",{key:s,ref:Z,code:ge});return typeof Z=="object"&&!(Z instanceof RegExp)?[Z.type||"string",Z.validate,(0,he._)`${Ne}.validate`]:["string",Z,Ne]}function S(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!l.$async)throw new Error("async format in sync schema");return(0,he._)`await ${x}(${n})`}return typeof g=="function"?(0,he._)`${x}(${n})`:(0,he._)`${x}.test(${n})`}}}};Dl.default=cT});var Lg=z(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var uT=qg(),lT=[uT.default];ql.default=lT});var Ug=z(ln=>{"use strict";Object.defineProperty(ln,"__esModule",{value:!0});ln.contentVocabulary=ln.metadataVocabulary=void 0;ln.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];ln.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Vg=z(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});var dT=Xh(),pT=dg(),fT=Dg(),mT=Lg(),Fg=Ug(),hT=[dT.default,pT.default,(0,fT.default)(),mT.default,Fg.metadataVocabulary,Fg.contentVocabulary];Ll.default=hT});var Bg=z(si=>{"use strict";Object.defineProperty(si,"__esModule",{value:!0});si.DiscrError=void 0;var Hg;(function(t){t.Tag="tag",t.Mapping="mapping"})(Hg||(si.DiscrError=Hg={}))});var Kg=z(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var dn=U(),Ul=Bg(),Jg=qs(),gT=co(),_T=W(),yT={message:({params:{discrError:t,tagName:e}})=>t===Ul.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,dn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},vT={keyword:"discriminator",type:"object",schemaType:"object",error:yT,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,dn._)`${r}${(0,dn.getProperty)(a)}`);e.if((0,dn._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:Ul.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let m=f();e.if(!1);for(let p in m)e.elseIf((0,dn._)`${u} === ${p}`),e.assign(c,d(m[p]));e.else(),t.error(!1,{discrError:Ul.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(m){let p=e.name("valid"),h=t.subschema({keyword:"oneOf",schemaProp:m},p);return t.mergeEvaluated(h,dn.Name),p}function f(){var m;let p={},h=x(o),g=!0;for(let S=0;S<i.length;S++){let Z=i[S];if(Z?.$ref&&!(0,_T.schemaHasRulesButRef)(Z,s.self.RULES)){let Ne=Z.$ref;if(Z=Jg.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,Ne),Z instanceof Jg.SchemaEnv&&(Z=Z.schema),Z===void 0)throw new gT.default(s.opts.uriResolver,s.baseId,Ne)}let ge=(m=Z?.properties)===null||m===void 0?void 0:m[a];if(typeof ge!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(h||x(Z)),_(ge,S)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return p;function x({required:S}){return Array.isArray(S)&&S.includes(a)}function _(S,Z){if(S.const)b(S.const,Z);else if(S.enum)for(let ge of S.enum)b(ge,Z);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function b(S,Z){if(typeof S!="string"||S in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[S]=Z}}}};Fl.default=vT});var Gg=z((jZ,xT)=>{xT.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 Hl=z((ue,Vl)=>{"use strict";Object.defineProperty(ue,"__esModule",{value:!0});ue.MissingRefError=ue.ValidationError=ue.CodeGen=ue.Name=ue.nil=ue.stringify=ue.str=ue._=ue.KeywordCxt=ue.Ajv=void 0;var bT=Hh(),wT=Vg(),$T=Kg(),Wg=Gg(),kT=["/properties"],ii="http://json-schema.org/draft-07/schema",pn=class extends bT.default{_addVocabularies(){super._addVocabularies(),wT.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword($T.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Wg,kT):Wg;this.addMetaSchema(e,ii,!1),this.refs["http://json-schema.org/schema"]=ii}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(ii)?ii:void 0)}};ue.Ajv=pn;Vl.exports=ue=pn;Vl.exports.Ajv=pn;Object.defineProperty(ue,"__esModule",{value:!0});ue.default=pn;var ST=ao();Object.defineProperty(ue,"KeywordCxt",{enumerable:!0,get:function(){return ST.KeywordCxt}});var fn=U();Object.defineProperty(ue,"_",{enumerable:!0,get:function(){return fn._}});Object.defineProperty(ue,"str",{enumerable:!0,get:function(){return fn.str}});Object.defineProperty(ue,"stringify",{enumerable:!0,get:function(){return fn.stringify}});Object.defineProperty(ue,"nil",{enumerable:!0,get:function(){return fn.nil}});Object.defineProperty(ue,"Name",{enumerable:!0,get:function(){return fn.Name}});Object.defineProperty(ue,"CodeGen",{enumerable:!0,get:function(){return fn.CodeGen}});var zT=Ms();Object.defineProperty(ue,"ValidationError",{enumerable:!0,get:function(){return zT.default}});var TT=co();Object.defineProperty(ue,"MissingRefError",{enumerable:!0,get:function(){return TT.default}})});var o_=z(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.formatNames=xt.fastFormats=xt.fullFormats=void 0;function vt(t,e){return{validate:t,compare:e}}xt.fullFormats={date:vt(e_,Gl),time:vt(Jl(!0),Wl),"date-time":vt(Xg(!0),r_),"iso-time":vt(Jl(),t_),"iso-date-time":vt(Xg(),n_),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:ZT,"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:qT,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:CT,int32:{type:"number",validate:AT},int64:{type:"number",validate:MT},float:{type:"number",validate:Qg},double:{type:"number",validate:Qg},password:!0,binary:!0};xt.fastFormats={...xt.fullFormats,date:vt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Gl),time:vt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Wl),"date-time":vt(/^\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,r_),"iso-time":vt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,t_),"iso-date-time":vt(/^\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,n_),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};xt.formatNames=Object.keys(xt.fullFormats);function ET(t){return t%4===0&&(t%100!==0||t%400===0)}var PT=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,IT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function e_(t){let e=PT.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&&ET(r)?29:IT[n])}function Gl(t,e){if(t&&e)return t>e?1:t<e?-1:0}var Bl=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function Jl(t){return function(r){let n=Bl.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*c,f=o-u*c-(d<0?1:0);return(f===23||f===-1)&&(d===59||d===-1)&&i<61}}function Wl(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 t_(t,e){if(!(t&&e))return;let r=Bl.exec(t),n=Bl.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 Kl=/t|\s/i;function Xg(t){let e=Jl(t);return function(n){let o=n.split(Kl);return o.length===2&&e_(o[0])&&e(o[1])}}function r_(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function n_(t,e){if(!(t&&e))return;let[r,n]=t.split(Kl),[o,s]=e.split(Kl),i=Gl(r,o);if(i!==void 0)return i||Wl(n,s)}var RT=/\/|:/,OT=/^(?:[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 ZT(t){return RT.test(t)&&OT.test(t)}var Yg=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function CT(t){return Yg.lastIndex=0,Yg.test(t)}var NT=-(2**31),jT=2**31-1;function AT(t){return Number.isInteger(t)&&t<=jT&&t>=NT}function MT(t){return Number.isInteger(t)}function Qg(){return!0}var DT=/[^\\]\\Z/;function qT(t){if(DT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var s_=z(mn=>{"use strict";Object.defineProperty(mn,"__esModule",{value:!0});mn.formatLimitDefinition=void 0;var LT=Hl(),lt=U(),Gt=lt.operators,ai={formatMaximum:{okStr:"<=",ok:Gt.LTE,fail:Gt.GT},formatMinimum:{okStr:">=",ok:Gt.GTE,fail:Gt.LT},formatExclusiveMaximum:{okStr:"<",ok:Gt.LT,fail:Gt.GTE},formatExclusiveMinimum:{okStr:">",ok:Gt.GT,fail:Gt.LTE}},UT={message:({keyword:t,schemaCode:e})=>(0,lt.str)`should be ${ai[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,lt._)`{comparison: ${ai[t].okStr}, limit: ${e}}`};mn.formatLimitDefinition={keyword:Object.keys(ai),type:"string",schemaType:"string",$data:!0,error:UT,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 LT.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let f=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),m=e.const("fmt",(0,lt._)`${f}[${c.schemaCode}]`);t.fail$data((0,lt.or)((0,lt._)`typeof ${m} != "object"`,(0,lt._)`${m} instanceof RegExp`,(0,lt._)`typeof ${m}.compare != "function"`,d(m)))}function l(){let f=c.schema,m=a.formats[f];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw new Error(`"${o}": format "${f}" does not define "compare" function`);let p=e.scopeValue("formats",{key:f,ref:m,code:i.code.formats?(0,lt._)`${i.code.formats}${(0,lt.getProperty)(f)}`:void 0});t.fail$data(d(p))}function d(f){return(0,lt._)`${f}.compare(${r}, ${n}) ${ai[o].fail} 0`}},dependencies:["format"]};var FT=t=>(t.addKeyword(mn.formatLimitDefinition),t);mn.default=FT});var u_=z((ko,c_)=>{"use strict";Object.defineProperty(ko,"__esModule",{value:!0});var hn=o_(),VT=s_(),Xl=U(),i_=new Xl.Name("fullFormats"),HT=new Xl.Name("fastFormats"),Yl=(t,e={keywords:!0})=>{if(Array.isArray(e))return a_(t,e,hn.fullFormats,i_),t;let[r,n]=e.mode==="fast"?[hn.fastFormats,HT]:[hn.fullFormats,i_],o=e.formats||hn.formatNames;return a_(t,o,r,n),e.keywords&&(0,VT.default)(t),t};Yl.get=(t,e="full")=>{let n=(e==="fast"?hn.fastFormats:hn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function a_(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,Xl._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}c_.exports=ko=Yl;Object.defineProperty(ko,"__esModule",{value:!0});ko.default=Yl});var ee={};xi(ee,{BRAND:()=>ly,DIRTY:()=>Yt,EMPTY_PATH:()=>U_,INVALID:()=>N,NEVER:()=>Jy,OK:()=>ze,ParseStatus:()=>xe,Schema:()=>L,ZodAny:()=>Ct,ZodArray:()=>zt,ZodBigInt:()=>er,ZodBoolean:()=>tr,ZodBranded:()=>bn,ZodCatch:()=>pr,ZodDate:()=>rr,ZodDefault:()=>dr,ZodDiscriminatedUnion:()=>Po,ZodEffects:()=>Ge,ZodEnum:()=>ur,ZodError:()=>je,ZodFirstPartyTypeKind:()=>$,ZodFunction:()=>Ro,ZodIntersection:()=>ir,ZodIssueCode:()=>w,ZodLazy:()=>ar,ZodLiteral:()=>cr,ZodMap:()=>Dr,ZodNaN:()=>Lr,ZodNativeEnum:()=>lr,ZodNever:()=>rt,ZodNull:()=>or,ZodNullable:()=>ft,ZodNumber:()=>Qt,ZodObject:()=>Me,ZodOptional:()=>Ae,ZodParsedType:()=>T,ZodPipeline:()=>wn,ZodPromise:()=>Nt,ZodReadonly:()=>fr,ZodRecord:()=>Io,ZodSchema:()=>L,ZodSet:()=>qr,ZodString:()=>Zt,ZodSymbol:()=>Ar,ZodTransformer:()=>Ge,ZodTuple:()=>pt,ZodType:()=>L,ZodUndefined:()=>nr,ZodUnion:()=>sr,ZodUnknown:()=>St,ZodVoid:()=>Mr,addIssueToContext:()=>k,any:()=>vy,array:()=>$y,bigint:()=>my,boolean:()=>Sd,coerce:()=>By,custom:()=>wd,date:()=>hy,datetimeRegex:()=>xd,defaultErrorMap:()=>$t,discriminatedUnion:()=>zy,effect:()=>My,enum:()=>Ny,function:()=>Oy,getErrorMap:()=>Cr,getParsedType:()=>dt,instanceof:()=>py,intersection:()=>Ty,isAborted:()=>To,isAsync:()=>Nr,isDirty:()=>Eo,isValid:()=>Ot,late:()=>dy,lazy:()=>Zy,literal:()=>Cy,makeIssue:()=>xn,map:()=>Iy,nan:()=>fy,nativeEnum:()=>jy,never:()=>by,null:()=>yy,nullable:()=>qy,number:()=>kd,object:()=>ki,objectUtil:()=>bi,oboolean:()=>Hy,onumber:()=>Vy,optional:()=>Dy,ostring:()=>Fy,pipeline:()=>Uy,preprocess:()=>Ly,promise:()=>Ay,quotelessJson:()=>D_,record:()=>Py,set:()=>Ry,setErrorMap:()=>L_,strictObject:()=>ky,string:()=>$d,symbol:()=>gy,transformer:()=>My,tuple:()=>Ey,undefined:()=>_y,union:()=>Sy,unknown:()=>xy,util:()=>H,void:()=>wy});var H;(function(t){t.assertEqual=o=>{};function e(o){}t.assertIs=e;function r(o){throw new Error}t.assertNever=r,t.arrayToEnum=o=>{let s={};for(let i of o)s[i]=i;return s},t.getValidEnumValues=o=>{let s=t.objectKeys(o).filter(a=>typeof o[o[a]]!="number"),i={};for(let a of s)i[a]=o[a];return t.objectValues(i)},t.objectValues=o=>t.objectKeys(o).map(function(s){return o[s]}),t.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let s=[];for(let i in o)Object.prototype.hasOwnProperty.call(o,i)&&s.push(i);return s},t.find=(o,s)=>{for(let i of o)if(s(i))return i},t.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,s=" | "){return o.map(i=>typeof i=="string"?`'${i}'`:i).join(s)}t.joinValues=n,t.jsonStringifyReplacer=(o,s)=>typeof s=="bigint"?s.toString():s})(H||(H={}));var bi;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(bi||(bi={}));var T=H.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),dt=t=>{switch(typeof t){case"undefined":return T.undefined;case"string":return T.string;case"number":return Number.isNaN(t)?T.nan:T.number;case"boolean":return T.boolean;case"function":return T.function;case"bigint":return T.bigint;case"symbol":return T.symbol;case"object":return Array.isArray(t)?T.array:t===null?T.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?T.promise:typeof Map<"u"&&t instanceof Map?T.map:typeof Set<"u"&&t instanceof Set?T.set:typeof Date<"u"&&t instanceof Date?T.date:T.object;default:return T.unknown}};var w=H.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),D_=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),je=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,H.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let s=o.path[0];r[s]=r[s]||[],r[s].push(e(o))}else n.push(e(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};je.create=t=>new je(t);var q_=(t,e)=>{let r;switch(t.code){case w.invalid_type:t.received===T.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case w.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,H.jsonStringifyReplacer)}`;break;case w.unrecognized_keys:r=`Unrecognized key(s) in object: ${H.joinValues(t.keys,", ")}`;break;case w.invalid_union:r="Invalid input";break;case w.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${H.joinValues(t.options)}`;break;case w.invalid_enum_value:r=`Invalid enum value. Expected ${H.joinValues(t.options)}, received '${t.received}'`;break;case w.invalid_arguments:r="Invalid function arguments";break;case w.invalid_return_type:r="Invalid function return type";break;case w.invalid_date:r="Invalid date";break;case w.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:H.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case w.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case w.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case w.custom:r="Invalid input";break;case w.invalid_intersection_types:r="Intersection results could not be merged";break;case w.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case w.not_finite:r="Number must be finite";break;default:r=e.defaultError,H.assertNever(t)}return{message:r}},$t=q_;var hd=$t;function L_(t){hd=t}function Cr(){return hd}var xn=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}},U_=[];function k(t,e){let r=Cr(),n=xn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===$t?void 0:$t].filter(o=>!!o)});t.common.issues.push(n)}var xe=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let o of r){if(o.status==="aborted")return N;o.status==="dirty"&&e.dirty(),n.push(o.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let o of r){let s=await o.key,i=await o.value;n.push({key:s,value:i})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let o of r){let{key:s,value:i}=o;if(s.status==="aborted"||i.status==="aborted")return N;s.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof i.value<"u"||o.alwaysSet)&&(n[s.value]=i.value)}return{status:e.value,value:n}}},N=Object.freeze({status:"aborted"}),Yt=t=>({status:"dirty",value:t}),ze=t=>({status:"valid",value:t}),To=t=>t.status==="aborted",Eo=t=>t.status==="dirty",Ot=t=>t.status==="valid",Nr=t=>typeof Promise<"u"&&t instanceof Promise;var P;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(P||(P={}));var Ke=class{constructor(e,r,n,o){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=o}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},gd=(t,e)=>{if(Ot(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 je(t.common.issues);return this._error=r,this._error}}};function D(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:o}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:o}:{errorMap:(i,a)=>{let{message:c}=t;return i.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:o}}var L=class{get description(){return this._def.description}_getType(e){return dt(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:dt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new xe,ctx:{common:e.parent.common,data:e.data,parsedType:dt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Nr(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:dt(e)},o=this._parseSync({data:e,path:n.path,parent:n});return gd(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:dt(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Ot(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=>Ot(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:dt(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(Nr(o)?o:Promise.resolve(o));return gd(n,s)}refine(e,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,s)=>{let i=e(o),a=()=>s.addIssue({code:w.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,o)=>e(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(e){return new Ge({schema:this,typeName:$.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Ae.create(this,this._def)}nullable(){return ft.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return zt.create(this)}promise(){return Nt.create(this,this._def)}or(e){return sr.create([this,e],this._def)}and(e){return ir.create(this,e,this._def)}transform(e){return new Ge({...D(this._def),schema:this,typeName:$.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new dr({...D(this._def),innerType:this,defaultValue:r,typeName:$.ZodDefault})}brand(){return new bn({typeName:$.ZodBranded,type:this,...D(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new pr({...D(this._def),innerType:this,catchValue:r,typeName:$.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return wn.create(this,e)}readonly(){return fr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},F_=/^c[^\s-]{8,}$/i,V_=/^[0-9a-z]+$/,H_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,B_=/^[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,J_=/^[a-z0-9_-]{21}$/i,K_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,G_=/^[-+]?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)?)??$/,W_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,X_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",wi,Y_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Q_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ey=/^(([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]))$/,ty=/^(([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])$/,ry=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,ny=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,yd="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",oy=new RegExp(`^${yd}$`);function vd(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 sy(t){return new RegExp(`^${vd(t)}$`)}function xd(t){let e=`${yd}T${vd(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 iy(t,e){return!!((e==="v4"||!e)&&Y_.test(t)||(e==="v6"||!e)&&ey.test(t))}function ay(t,e){if(!K_.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 cy(t,e){return!!((e==="v4"||!e)&&Q_.test(t)||(e==="v6"||!e)&&ty.test(t))}var Zt=class t extends L{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==T.string){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_type,expected:T.string,received:s.parsedType}),N}let n=new xe,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?k(o,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&k(o,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")W_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"email",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")wi||(wi=new RegExp(X_,"u")),wi.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"emoji",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")B_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"uuid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")J_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"nanoid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")F_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")V_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cuid2",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")H_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ulid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),k(o,{validation:"url",code:w.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"regex",code:w.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?xd(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?oy.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?sy(s).test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{code:w.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?G_.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"duration",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?iy(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"ip",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?ay(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"jwt",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?cy(e.data,s.version)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"cidr",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?ry.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?ny.test(e.data)||(o=this._getOrReturnCtx(e,o),k(o,{validation:"base64url",code:w.invalid_string,message:s.message}),n.dirty()):H.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:w.invalid_string,...P.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...P.errToObj(e)})}url(e){return this._addCheck({kind:"url",...P.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...P.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...P.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...P.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...P.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...P.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...P.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...P.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...P.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...P.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...P.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...P.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,...P.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,...P.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...P.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...P.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...P.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...P.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...P.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...P.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...P.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...P.errToObj(r)})}nonempty(e){return this.min(1,P.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Zt.create=t=>new Zt({checks:[],typeName:$.ZodString,coerce:t?.coerce??!1,...D(t)});function uy(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 Qt=class t extends L{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==T.number){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_type,expected:T.number,received:s.parsedType}),N}let n,o=new xe;for(let s of this._def.checks)s.kind==="int"?H.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:w.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?uy(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),k(n,{code:w.not_finite,message:s.message}),o.dirty()):H.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,P.toString(r))}gt(e,r){return this.setLimit("min",e,!1,P.toString(r))}lte(e,r){return this.setLimit("max",e,!0,P.toString(r))}lt(e,r){return this.setLimit("max",e,!1,P.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:P.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:P.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:P.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:P.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:P.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:P.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:P.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:P.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:P.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:P.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&H.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};Qt.create=t=>new Qt({checks:[],typeName:$.ZodNumber,coerce:t?.coerce||!1,...D(t)});var er=class t extends L{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==T.bigint)return this._getInvalidInput(e);let n,o=new xe;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),k(n,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):H.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return k(r,{code:w.invalid_type,expected:T.bigint,received:r.parsedType}),N}gte(e,r){return this.setLimit("min",e,!0,P.toString(r))}gt(e,r){return this.setLimit("min",e,!1,P.toString(r))}lte(e,r){return this.setLimit("max",e,!0,P.toString(r))}lt(e,r){return this.setLimit("max",e,!1,P.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:P.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:P.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:P.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:P.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:P.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:P.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}};er.create=t=>new er({checks:[],typeName:$.ZodBigInt,coerce:t?.coerce??!1,...D(t)});var tr=class extends L{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==T.boolean){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:T.boolean,received:n.parsedType}),N}return ze(e.data)}};tr.create=t=>new tr({typeName:$.ZodBoolean,coerce:t?.coerce||!1,...D(t)});var rr=class t extends L{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==T.date){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_type,expected:T.date,received:s.parsedType}),N}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return k(s,{code:w.invalid_date}),N}let n=new xe,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),k(o,{code:w.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):H.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:P.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:P.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}};rr.create=t=>new rr({checks:[],coerce:t?.coerce||!1,typeName:$.ZodDate,...D(t)});var Ar=class extends L{_parse(e){if(this._getType(e)!==T.symbol){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:T.symbol,received:n.parsedType}),N}return ze(e.data)}};Ar.create=t=>new Ar({typeName:$.ZodSymbol,...D(t)});var nr=class extends L{_parse(e){if(this._getType(e)!==T.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:T.undefined,received:n.parsedType}),N}return ze(e.data)}};nr.create=t=>new nr({typeName:$.ZodUndefined,...D(t)});var or=class extends L{_parse(e){if(this._getType(e)!==T.null){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:T.null,received:n.parsedType}),N}return ze(e.data)}};or.create=t=>new or({typeName:$.ZodNull,...D(t)});var Ct=class extends L{constructor(){super(...arguments),this._any=!0}_parse(e){return ze(e.data)}};Ct.create=t=>new Ct({typeName:$.ZodAny,...D(t)});var St=class extends L{constructor(){super(...arguments),this._unknown=!0}_parse(e){return ze(e.data)}};St.create=t=>new St({typeName:$.ZodUnknown,...D(t)});var rt=class extends L{_parse(e){let r=this._getOrReturnCtx(e);return k(r,{code:w.invalid_type,expected:T.never,received:r.parsedType}),N}};rt.create=t=>new rt({typeName:$.ZodNever,...D(t)});var Mr=class extends L{_parse(e){if(this._getType(e)!==T.undefined){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:T.void,received:n.parsedType}),N}return ze(e.data)}};Mr.create=t=>new Mr({typeName:$.ZodVoid,...D(t)});var zt=class t extends L{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==T.array)return k(r,{code:w.invalid_type,expected:T.array,received:r.parsedType}),N;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(k(r,{code:i?w.too_big:w.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(k(r,{code:w.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(k(r,{code:w.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>o.type._parseAsync(new Ke(r,i,r.path,a)))).then(i=>xe.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new Ke(r,i,r.path,a)));return xe.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:P.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:P.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:P.toString(r)}})}nonempty(e){return this.min(1,e)}};zt.create=(t,e)=>new zt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:$.ZodArray,...D(e)});function jr(t){if(t instanceof Me){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Ae.create(jr(n))}return new Me({...t._def,shape:()=>e})}else return t instanceof zt?new zt({...t._def,type:jr(t.element)}):t instanceof Ae?Ae.create(jr(t.unwrap())):t instanceof ft?ft.create(jr(t.unwrap())):t instanceof pt?pt.create(t.items.map(e=>jr(e))):t}var Me=class t extends L{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=H.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==T.object){let u=this._getOrReturnCtx(e);return k(u,{code:w.invalid_type,expected:T.object,received:u.parsedType}),N}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof rt&&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 Ke(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof rt){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(k(o,{code:w.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let l of a){let d=o.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new Ke(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,f=await l.value;u.push({key:d,value:f,alwaysSet:l.alwaysSet})}return u}).then(u=>xe.mergeObjectSync(n,u)):xe.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return P.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:P.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:$.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of H.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of H.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return jr(this)}partial(e){let r={};for(let n of H.objectKeys(this.shape)){let o=this.shape[n];e&&!e[n]?r[n]=o:r[n]=o.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of H.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Ae;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return bd(H.objectKeys(this.shape))}};Me.create=(t,e)=>new Me({shape:()=>t,unknownKeys:"strip",catchall:rt.create(),typeName:$.ZodObject,...D(e)});Me.strictCreate=(t,e)=>new Me({shape:()=>t,unknownKeys:"strict",catchall:rt.create(),typeName:$.ZodObject,...D(e)});Me.lazycreate=(t,e)=>new Me({shape:t,unknownKeys:"strip",catchall:rt.create(),typeName:$.ZodObject,...D(e)});var sr=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function o(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=s.map(a=>new je(a.ctx.common.issues));return k(r,{code:w.invalid_union,unionErrors:i}),N}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new je(c));return k(r,{code:w.invalid_union,unionErrors:a}),N}}get options(){return this._def.options}};sr.create=(t,e)=>new sr({options:t,typeName:$.ZodUnion,...D(e)});var kt=t=>t instanceof ar?kt(t.schema):t instanceof Ge?kt(t.innerType()):t instanceof cr?[t.value]:t instanceof ur?t.options:t instanceof lr?H.objectValues(t.enum):t instanceof dr?kt(t._def.innerType):t instanceof nr?[void 0]:t instanceof or?[null]:t instanceof Ae?[void 0,...kt(t.unwrap())]:t instanceof ft?[null,...kt(t.unwrap())]:t instanceof bn||t instanceof fr?kt(t.unwrap()):t instanceof pr?kt(t._def.innerType):[],Po=class t extends L{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==T.object)return k(r,{code:w.invalid_type,expected:T.object,received:r.parsedType}),N;let n=this.discriminator,o=r.data[n],s=this.optionsMap.get(o);return s?r.common.async?s._parseAsync({data:r.data,path:r.path,parent:r}):s._parseSync({data:r.data,path:r.path,parent:r}):(k(r,{code:w.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),N)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let o=new Map;for(let s of r){let i=kt(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:$.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...D(n)})}};function $i(t,e){let r=dt(t),n=dt(e);if(t===e)return{valid:!0,data:t};if(r===T.object&&n===T.object){let o=H.objectKeys(e),s=H.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=$i(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===T.array&&n===T.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=$i(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===T.date&&n===T.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var ir=class extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(To(s)||To(i))return N;let a=$i(s.value,i.value);return a.valid?((Eo(s)||Eo(i))&&r.dirty(),{status:r.value,value:a.data}):(k(n,{code:w.invalid_intersection_types}),N)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([s,i])=>o(s,i)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};ir.create=(t,e,r)=>new ir({left:t,right:e,typeName:$.ZodIntersection,...D(r)});var pt=class t extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==T.array)return k(n,{code:w.invalid_type,expected:T.array,received:n.parsedType}),N;if(n.data.length<this._def.items.length)return k(n,{code:w.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),N;!this._def.rest&&n.data.length>this._def.items.length&&(k(n,{code:w.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new Ke(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>xe.mergeArray(r,i)):xe.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};pt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new pt({items:t,typeName:$.ZodTuple,rest:null,...D(e)})};var Io=class t extends L{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==T.object)return k(n,{code:w.invalid_type,expected:T.object,received:n.parsedType}),N;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new Ke(n,a,n.path,a)),value:i._parse(new Ke(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?xe.mergeObjectAsync(r,o):xe.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof L?new t({keyType:e,valueType:r,typeName:$.ZodRecord,...D(n)}):new t({keyType:Zt.create(),valueType:e,typeName:$.ZodRecord,...D(r)})}},Dr=class extends L{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==T.map)return k(n,{code:w.invalid_type,expected:T.map,received:n.parsedType}),N;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new Ke(n,a,n.path,[u,"key"])),value:s._parse(new Ke(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return N;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return N;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};Dr.create=(t,e,r)=>new Dr({valueType:e,keyType:t,typeName:$.ZodMap,...D(r)});var qr=class t extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==T.set)return k(n,{code:w.invalid_type,expected:T.set,received:n.parsedType}),N;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(k(n,{code:w.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(k(n,{code:w.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let s=this._def.valueType;function i(c){let u=new Set;for(let l of c){if(l.status==="aborted")return N;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new Ke(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:P.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:P.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};qr.create=(t,e)=>new qr({valueType:t,minSize:null,maxSize:null,typeName:$.ZodSet,...D(e)});var Ro=class t extends L{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==T.function)return k(r,{code:w.invalid_type,expected:T.function,received:r.parsedType}),N;function n(a,c){return xn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Cr(),$t].filter(u=>!!u),issueData:{code:w.invalid_arguments,argumentsError:c}})}function o(a,c){return xn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Cr(),$t].filter(u=>!!u),issueData:{code:w.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Nt){let a=this;return ze(async function(...c){let u=new je([]),l=await a._def.args.parseAsync(c,s).catch(m=>{throw u.addIssue(n(c,m)),u}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,s).catch(m=>{throw u.addIssue(o(d,m)),u})})}else{let a=this;return ze(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new je([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new je([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:pt.create(e).rest(St.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||pt.create([]).rest(St.create()),returns:r||St.create(),typeName:$.ZodFunction,...D(n)})}},ar=class extends L{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};ar.create=(t,e)=>new ar({getter:t,typeName:$.ZodLazy,...D(e)});var cr=class extends L{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return k(r,{received:r.data,code:w.invalid_literal,expected:this._def.value}),N}return{status:"valid",value:e.data}}get value(){return this._def.value}};cr.create=(t,e)=>new cr({value:t,typeName:$.ZodLiteral,...D(e)});function bd(t,e){return new ur({values:t,typeName:$.ZodEnum,...D(e)})}var ur=class t extends L{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{expected:H.joinValues(n),received:r.parsedType,code:w.invalid_type}),N}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return k(r,{received:r.data,code:w.invalid_enum_value,options:n}),N}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})}};ur.create=bd;var lr=class extends L{_parse(e){let r=H.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==T.string&&n.parsedType!==T.number){let o=H.objectValues(r);return k(n,{expected:H.joinValues(o),received:n.parsedType,code:w.invalid_type}),N}if(this._cache||(this._cache=new Set(H.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=H.objectValues(r);return k(n,{received:n.data,code:w.invalid_enum_value,options:o}),N}return ze(e.data)}get enum(){return this._def.values}};lr.create=(t,e)=>new lr({values:t,typeName:$.ZodNativeEnum,...D(e)});var Nt=class extends L{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==T.promise&&r.common.async===!1)return k(r,{code:w.invalid_type,expected:T.promise,received:r.parsedType}),N;let n=r.parsedType===T.promise?r.data:Promise.resolve(r.data);return ze(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Nt.create=(t,e)=>new Nt({type:t,typeName:$.ZodPromise,...D(e)});var Ge=class extends L{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===$.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{k(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return N;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?N:c.status==="dirty"?Yt(c.value):r.value==="dirty"?Yt(c.value):c});{if(r.value==="aborted")return N;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?N:a.status==="dirty"?Yt(a.value):r.value==="dirty"?Yt(a.value):a}}if(o.type==="refinement"){let i=a=>{let c=o.refinement(a,s);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?N:(a.status==="dirty"&&r.dirty(),i(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?N:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(o.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Ot(i))return N;let a=o.transform(i.value,s);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>Ot(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):N);H.assertNever(o)}};Ge.create=(t,e,r)=>new Ge({schema:t,typeName:$.ZodEffects,effect:e,...D(r)});Ge.createWithPreprocess=(t,e,r)=>new Ge({schema:e,effect:{type:"preprocess",transform:t},typeName:$.ZodEffects,...D(r)});var Ae=class extends L{_parse(e){return this._getType(e)===T.undefined?ze(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ae.create=(t,e)=>new Ae({innerType:t,typeName:$.ZodOptional,...D(e)});var ft=class extends L{_parse(e){return this._getType(e)===T.null?ze(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};ft.create=(t,e)=>new ft({innerType:t,typeName:$.ZodNullable,...D(e)});var dr=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===T.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};dr.create=(t,e)=>new dr({innerType:t,typeName:$.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...D(e)});var pr=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Nr(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new je(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new je(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};pr.create=(t,e)=>new pr({innerType:t,typeName:$.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...D(e)});var Lr=class extends L{_parse(e){if(this._getType(e)!==T.nan){let n=this._getOrReturnCtx(e);return k(n,{code:w.invalid_type,expected:T.nan,received:n.parsedType}),N}return{status:"valid",value:e.data}}};Lr.create=t=>new Lr({typeName:$.ZodNaN,...D(t)});var ly=Symbol("zod_brand"),bn=class extends L{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},wn=class t extends L{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?N:s.status==="dirty"?(r.dirty(),Yt(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?N:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:$.ZodPipeline})}},fr=class extends L{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Ot(o)&&(o.value=Object.freeze(o.value)),o);return Nr(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};fr.create=(t,e)=>new fr({innerType:t,typeName:$.ZodReadonly,...D(e)});function _d(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function wd(t,e={},r){return t?Ct.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=_d(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=_d(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Ct.create()}var dy={object:Me.lazycreate},$;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})($||($={}));var py=(t,e={message:`Input not instance of ${t.name}`})=>wd(r=>r instanceof t,e),$d=Zt.create,kd=Qt.create,fy=Lr.create,my=er.create,Sd=tr.create,hy=rr.create,gy=Ar.create,_y=nr.create,yy=or.create,vy=Ct.create,xy=St.create,by=rt.create,wy=Mr.create,$y=zt.create,ki=Me.create,ky=Me.strictCreate,Sy=sr.create,zy=Po.create,Ty=ir.create,Ey=pt.create,Py=Io.create,Iy=Dr.create,Ry=qr.create,Oy=Ro.create,Zy=ar.create,Cy=cr.create,Ny=ur.create,jy=lr.create,Ay=Nt.create,My=Ge.create,Dy=Ae.create,qy=ft.create,Ly=Ge.createWithPreprocess,Uy=wn.create,Fy=()=>$d().optional(),Vy=()=>kd().optional(),Hy=()=>Sd().optional(),By={string:(t=>Zt.create({...t,coerce:!0})),number:(t=>Qt.create({...t,coerce:!0})),boolean:(t=>tr.create({...t,coerce:!0})),bigint:(t=>er.create({...t,coerce:!0})),date:(t=>rr.create({...t,coerce:!0}))};var Jy=N;var Ky=Object.freeze({status:"aborted"});function v(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=c}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var Tt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Oo={};function He(t){return t&&Object.assign(Oo,t),Oo}var B={};xi(B,{BIGINT_FORMAT_RANGES:()=>Td,Class:()=>zi,NUMBER_FORMAT_RANGES:()=>Zi,aborted:()=>hr,allowsEval:()=>Ii,assert:()=>Qy,assertEqual:()=>Gy,assertIs:()=>Xy,assertNever:()=>Yy,assertNotEqual:()=>Wy,assignProp:()=>Pi,cached:()=>Sn,captureStackTrace:()=>Co,cleanEnum:()=>pv,cleanRegex:()=>Tn,clone:()=>Be,createTransparentProxy:()=>sv,defineLazy:()=>oe,esc:()=>mr,escapeRegex:()=>jt,extend:()=>cv,finalizeIssue:()=>nt,floatSafeRemainder:()=>Ei,getElementAtPath:()=>ev,getEnumValues:()=>kn,getLengthableOrigin:()=>En,getParsedType:()=>ov,getSizableOrigin:()=>Ed,isObject:()=>Ur,isPlainObject:()=>Fr,issue:()=>Ci,joinValues:()=>Zo,jsonStringifyReplacer:()=>Ti,merge:()=>uv,normalizeParams:()=>j,nullish:()=>zn,numKeys:()=>nv,omit:()=>av,optionalKeys:()=>Oi,partial:()=>lv,pick:()=>iv,prefixIssues:()=>mt,primitiveTypes:()=>zd,promiseAllObject:()=>tv,propertyKeyTypes:()=>Ri,randomString:()=>rv,required:()=>dv,stringifyPrimitive:()=>No,unwrapMessage:()=>$n});function Gy(t){return t}function Wy(t){return t}function Xy(t){}function Yy(t){throw new Error}function Qy(t){}function kn(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 Zo(t,e="|"){return t.map(r=>No(r)).join(e)}function Ti(t,e){return typeof e=="bigint"?e.toString():e}function Sn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function zn(t){return t==null}function Tn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function Ei(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 oe(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 Pi(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function ev(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function tv(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 rv(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function mr(t){return JSON.stringify(t)}var Co=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function Ur(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var Ii=Sn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Fr(t){if(Ur(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(Ur(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function nv(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var ov=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}`)}},Ri=new Set(["string","number","symbol"]),zd=new Set(["string","number","bigint","boolean","symbol","undefined"]);function jt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Be(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function j(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 sv(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 No(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Oi(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Zi={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]},Td={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function iv(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 Be(t,{...t._zod.def,shape:r,checks:[]})}function av(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 Be(t,{...t._zod.def,shape:r,checks:[]})}function cv(t,e){if(!Fr(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 Pi(this,"shape",n),n},checks:[]};return Be(t,r)}function uv(t,e){return Be(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return Pi(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function lv(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 Be(e,{...e._zod.def,shape:o,checks:[]})}function dv(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 Be(e,{...e._zod.def,shape:o,checks:[]})}function hr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function mt(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function $n(t){return typeof t=="string"?t:t?.message}function nt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=$n(t.inst?._zod.def?.error?.(t))??$n(e?.error?.(t))??$n(r.customError?.(t))??$n(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function Ed(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function En(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Ci(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function pv(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var zi=class{constructor(...e){}};var Pd=(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,Ti,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},jo=v("$ZodError",Pd),Pn=v("$ZodError",Pd,{Parent:Error});function Ni(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 ji(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 Ai=t=>(e,r,n,o)=>{let s=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Tt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>nt(c,s,He())));throw Co(a,o?.callee),a}return i.value},Mi=Ai(Pn),Di=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=>nt(c,s,He())));throw Co(a,o?.callee),a}return i.value},qi=Di(Pn),Li=t=>(e,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=e._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Tt;return s.issues.length?{success:!1,error:new(t??jo)(s.issues.map(i=>nt(i,o,He())))}:{success:!0,data:s.value}},gr=Li(Pn),Ui=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=>nt(i,o,He())))}:{success:!0,data:s.value}},_r=Ui(Pn);var Id=/^[cC][^\s-]{8,}$/,Rd=/^[0-9a-z]+$/,Od=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Zd=/^[0-9a-vA-V]{20}$/,Cd=/^[A-Za-z0-9]{27}$/,Nd=/^[a-zA-Z0-9_-]{21}$/,jd=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Ad=/^([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})$/,Fi=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 Md=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var mv="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Dd(){return new RegExp(mv,"u")}var qd=/^(?:(?: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])$/,Ld=/^(([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})$/,Ud=/^((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])$/,Fd=/^(([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])$/,Vd=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Vi=/^[A-Za-z0-9_-]*$/,Hd=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var Bd=/^\+(?:[0-9]){6,14}[0-9]$/,Jd="(?:(?:\\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])))",Kd=new RegExp(`^${Jd}$`);function Gd(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 Wd(t){return new RegExp(`^${Gd(t)}$`)}function Xd(t){let e=Gd({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(`^${Jd}T(?:${n})$`)}var Yd=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Qd=/^\d+$/,ep=/^-?\d+(?:\.\d+)?/i,tp=/true|false/i,rp=/null/i;var np=/^[^A-Z]*$/,op=/^[^a-z]*$/;var be=v("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),sp={number:"number",bigint:"bigint",object:"date"},Hi=v("$ZodCheckLessThan",(t,e)=>{be.init(t,e);let r=sp[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})}}),Bi=v("$ZodCheckGreaterThan",(t,e)=>{be.init(t,e);let r=sp[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})}}),ip=v("$ZodCheckMultipleOf",(t,e)=>{be.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):Ei(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})}}),ap=v("$ZodCheckNumberFormat",(t,e)=>{be.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=Zi[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=Qd)}),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 cp=v("$ZodCheckMaxLength",(t,e)=>{var r;be.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!zn(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=En(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),up=v("$ZodCheckMinLength",(t,e)=>{var r;be.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!zn(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=En(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),lp=v("$ZodCheckLengthEquals",(t,e)=>{var r;be.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!zn(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=En(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})}}),In=v("$ZodCheckStringFormat",(t,e)=>{var r,n;be.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=()=>{})}),dp=v("$ZodCheckRegex",(t,e)=>{In.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})}}),pp=v("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=np),In.init(t,e)}),fp=v("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=op),In.init(t,e)}),mp=v("$ZodCheckIncludes",(t,e)=>{be.init(t,e);let r=jt(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})}}),hp=v("$ZodCheckStartsWith",(t,e)=>{be.init(t,e);let r=new RegExp(`^${jt(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),gp=v("$ZodCheckEndsWith",(t,e)=>{be.init(t,e);let r=new RegExp(`.*${jt(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 _p=v("$ZodCheckOverwrite",(t,e)=>{be.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var Mo=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
|
+
`).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 vp={major:4,minor:0,patch:0};var te=v("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=vp;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=hr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,f=l._zod.check(s);if(f instanceof Promise&&a?.async===!1)throw new Tt;if(u||f instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await f,s.issues.length!==d&&(c||(c=hr(s,d)))});else{if(s.issues.length===d)continue;c||(c=hr(s,d))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new Tt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=gr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return _r(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Rn=v("$ZodString",(t,e)=>{te.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Yd(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}}),se=v("$ZodStringFormat",(t,e)=>{In.init(t,e),Rn.init(t,e)}),Ki=v("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=Ad),se.init(t,e)}),Gi=v("$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=Fi(n))}else e.pattern??(e.pattern=Fi());se.init(t,e)}),Wi=v("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=Md),se.init(t,e)}),Xi=v("$ZodURL",(t,e)=>{se.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:Hd.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})}}}),Yi=v("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Dd()),se.init(t,e)}),Qi=v("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Nd),se.init(t,e)}),ea=v("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=Id),se.init(t,e)}),ta=v("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=Rd),se.init(t,e)}),ra=v("$ZodULID",(t,e)=>{e.pattern??(e.pattern=Od),se.init(t,e)}),na=v("$ZodXID",(t,e)=>{e.pattern??(e.pattern=Zd),se.init(t,e)}),oa=v("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=Cd),se.init(t,e)}),Pp=v("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Xd(e)),se.init(t,e)}),Ip=v("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Kd),se.init(t,e)}),Rp=v("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Wd(e)),se.init(t,e)}),Op=v("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=jd),se.init(t,e)}),sa=v("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=qd),se.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),ia=v("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Ld),se.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})}}}),aa=v("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Ud),se.init(t,e)}),ca=v("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Fd),se.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 Zp(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var ua=v("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=Vd),se.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{Zp(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function hv(t){if(!Vi.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return Zp(r)}var la=v("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Vi),se.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{hv(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),da=v("$ZodE164",(t,e)=>{e.pattern??(e.pattern=Bd),se.init(t,e)});function gv(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 pa=v("$ZodJWT",(t,e)=>{se.init(t,e),t._zod.check=r=>{gv(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var qo=v("$ZodNumber",(t,e)=>{te.init(t,e),t._zod.pattern=t._zod.bag.pattern??ep,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}}),fa=v("$ZodNumber",(t,e)=>{ap.init(t,e),qo.init(t,e)}),ma=v("$ZodBoolean",(t,e)=>{te.init(t,e),t._zod.pattern=tp,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 ha=v("$ZodNull",(t,e)=>{te.init(t,e),t._zod.pattern=rp,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 ga=v("$ZodUnknown",(t,e)=>{te.init(t,e),t._zod.parse=r=>r}),_a=v("$ZodNever",(t,e)=>{te.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function xp(t,e,r){t.issues.length&&e.issues.push(...mt(r,t.issues)),e.value[r]=t.value}var ya=v("$ZodArray",(t,e)=>{te.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=>xp(u,r,i))):xp(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Do(t,e,r){t.issues.length&&e.issues.push(...mt(r,t.issues)),e.value[r]=t.value}function bp(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(...mt(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var Lo=v("$ZodObject",(t,e)=>{te.init(t,e);let r=Sn(()=>{let d=Object.keys(e.shape);for(let m of d)if(!(e.shape[m]instanceof te))throw new Error(`Invalid element at key "${m}": expected a Zod schema`);let f=Oi(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(f)}});oe(t._zod,"propValues",()=>{let d=e.shape,f={};for(let m in d){let p=d[m]._zod;if(p.values){f[m]??(f[m]=new Set);for(let h of p.values)f[m].add(h)}}return f});let n=d=>{let f=new Mo(["shape","payload","ctx"]),m=r.value,p=_=>{let b=mr(_);return`shape[${b}]._zod.run({ value: input[${b}], issues: [] }, ctx)`};f.write("const input = payload.value;");let h=Object.create(null),g=0;for(let _ of m.keys)h[_]=`key_${g++}`;f.write("const newResult = {}");for(let _ of m.keys)if(m.optionalKeys.has(_)){let b=h[_];f.write(`const ${b} = ${p(_)};`);let S=mr(_);f.write(`
|
|
12
|
+
if (${b}.issues.length) {
|
|
13
|
+
if (input[${S}] === undefined) {
|
|
14
|
+
if (${S} in input) {
|
|
15
|
+
newResult[${S}] = undefined;
|
|
16
|
+
}
|
|
17
|
+
} else {
|
|
18
|
+
payload.issues = payload.issues.concat(
|
|
19
|
+
${b}.issues.map((iss) => ({
|
|
20
|
+
...iss,
|
|
21
|
+
path: iss.path ? [${S}, ...iss.path] : [${S}],
|
|
22
|
+
}))
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
} else if (${b}.value === undefined) {
|
|
26
|
+
if (${S} in input) newResult[${S}] = undefined;
|
|
27
|
+
} else {
|
|
28
|
+
newResult[${S}] = ${b}.value;
|
|
29
|
+
}
|
|
30
|
+
`)}else{let b=h[_];f.write(`const ${b} = ${p(_)};`),f.write(`
|
|
31
|
+
if (${b}.issues.length) payload.issues = payload.issues.concat(${b}.issues.map(iss => ({
|
|
32
|
+
...iss,
|
|
33
|
+
path: iss.path ? [${mr(_)}, ...iss.path] : [${mr(_)}]
|
|
34
|
+
})));`),f.write(`newResult[${mr(_)}] = ${b}.value`)}f.write("payload.value = newResult;"),f.write("return payload;");let x=f.compile();return(_,b)=>x(d,_,b)},o,s=Ur,i=!Oo.jitless,c=i&&Ii.value,u=e.catchall,l;t._zod.parse=(d,f)=>{l??(l=r.value);let m=d.value;if(!s(m))return d.issues.push({expected:"object",code:"invalid_type",input:m,inst:t}),d;let p=[];if(i&&c&&f?.async===!1&&f.jitless!==!0)o||(o=n(e.shape)),d=o(d,f);else{d.value={};let b=l.shape;for(let S of l.keys){let Z=b[S],ge=Z._zod.run({value:m[S],issues:[]},f),Ne=Z._zod.optin==="optional"&&Z._zod.optout==="optional";ge instanceof Promise?p.push(ge.then(wt=>Ne?bp(wt,d,S,m):Do(wt,d,S))):Ne?bp(ge,d,S,m):Do(ge,d,S)}}if(!u)return p.length?Promise.all(p).then(()=>d):d;let h=[],g=l.keySet,x=u._zod,_=x.def.type;for(let b of Object.keys(m)){if(g.has(b))continue;if(_==="never"){h.push(b);continue}let S=x.run({value:m[b],issues:[]},f);S instanceof Promise?p.push(S.then(Z=>Do(Z,d,b))):Do(S,d,b)}return h.length&&d.issues.push({code:"unrecognized_keys",keys:h,input:m,inst:t}),p.length?Promise.all(p).then(()=>d):d}});function wp(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=>nt(s,n,He())))}),e}var Uo=v("$ZodUnion",(t,e)=>{te.init(t,e),oe(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),oe(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),oe(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),oe(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=>Tn(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=>wp(i,r,t,n)):wp(s,r,t,n)}}),va=v("$ZodDiscriminatedUnion",(t,e)=>{Uo.init(t,e);let r=t._zod.parse;oe(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=Sn(()=>{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(!Ur(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)}}),xa=v("$ZodIntersection",(t,e)=>{te.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])=>$p(r,c,u)):$p(r,s,i)}});function Ji(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(Fr(t)&&Fr(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=Ji(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=Ji(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 $p(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),hr(t))return t;let n=Ji(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 ba=v("$ZodRecord",(t,e)=>{te.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Fr(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(...mt(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...mt(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=>nt(u,n,He())),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(...mt(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...mt(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var wa=v("$ZodEnum",(t,e)=>{te.init(t,e);let r=kn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Ri.has(typeof n)).map(n=>typeof n=="string"?jt(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}}),$a=v("$ZodLiteral",(t,e)=>{te.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?jt(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 ka=v("$ZodTransform",(t,e)=>{te.init(t,e),t._zod.parse=(r,n)=>{let o=e.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new Tt;return r.value=o,r}}),Sa=v("$ZodOptional",(t,e)=>{te.init(t,e),t._zod.optin="optional",t._zod.optout="optional",oe(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),oe(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Tn(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)}),za=v("$ZodNullable",(t,e)=>{te.init(t,e),oe(t._zod,"optin",()=>e.innerType._zod.optin),oe(t._zod,"optout",()=>e.innerType._zod.optout),oe(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Tn(r.source)}|null)$`):void 0}),oe(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)}),Ta=v("$ZodDefault",(t,e)=>{te.init(t,e),t._zod.optin="optional",oe(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=>kp(s,e)):kp(o,e)}});function kp(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var Ea=v("$ZodPrefault",(t,e)=>{te.init(t,e),t._zod.optin="optional",oe(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))}),Pa=v("$ZodNonOptional",(t,e)=>{te.init(t,e),oe(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=>Sp(s,t)):Sp(o,t)}});function Sp(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 Ia=v("$ZodCatch",(t,e)=>{te.init(t,e),t._zod.optin="optional",oe(t._zod,"optout",()=>e.innerType._zod.optout),oe(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=>nt(i,n,He()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>nt(s,n,He()))},input:r.value}),r.issues=[]),r)}});var Ra=v("$ZodPipe",(t,e)=>{te.init(t,e),oe(t._zod,"values",()=>e.in._zod.values),oe(t._zod,"optin",()=>e.in._zod.optin),oe(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=>zp(s,e,n)):zp(o,e,n)}});function zp(t,e,r){return hr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var Oa=v("$ZodReadonly",(t,e)=>{te.init(t,e),oe(t._zod,"propValues",()=>e.innerType._zod.propValues),oe(t._zod,"values",()=>e.innerType._zod.values),oe(t._zod,"optin",()=>e.innerType._zod.optin),oe(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(Tp):Tp(o)}});function Tp(t){return t.value=Object.freeze(t.value),t}var Za=v("$ZodCustom",(t,e)=>{be.init(t,e),te.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=>Ep(s,r,n,t));Ep(o,r,n,t)}});function Ep(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(Ci(o))}}var _v=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},yv=()=>{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 ${_v(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${No(n.values[0])}`:`Invalid option: expected one of ${Zo(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":""}: ${Zo(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 Cp(){return{localeError:yv()}}var On=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 Np(){return new On}var At=Np();function Ca(t,e){return new t({type:"string",...j(e)})}function Na(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...j(e)})}function Fo(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...j(e)})}function ja(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...j(e)})}function Aa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...j(e)})}function Ma(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...j(e)})}function Da(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...j(e)})}function qa(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...j(e)})}function La(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...j(e)})}function Ua(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...j(e)})}function Fa(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...j(e)})}function Va(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...j(e)})}function Ha(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...j(e)})}function Ba(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...j(e)})}function Ja(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...j(e)})}function Ka(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...j(e)})}function Ga(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...j(e)})}function Wa(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...j(e)})}function Xa(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...j(e)})}function Ya(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...j(e)})}function Qa(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...j(e)})}function ec(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...j(e)})}function tc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...j(e)})}function jp(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...j(e)})}function Ap(t,e){return new t({type:"string",format:"date",check:"string_format",...j(e)})}function Mp(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...j(e)})}function Dp(t,e){return new t({type:"string",format:"duration",check:"string_format",...j(e)})}function rc(t,e){return new t({type:"number",checks:[],...j(e)})}function nc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...j(e)})}function oc(t,e){return new t({type:"boolean",...j(e)})}function sc(t,e){return new t({type:"null",...j(e)})}function ic(t){return new t({type:"unknown"})}function ac(t,e){return new t({type:"never",...j(e)})}function Vo(t,e){return new Hi({check:"less_than",...j(e),value:t,inclusive:!1})}function Zn(t,e){return new Hi({check:"less_than",...j(e),value:t,inclusive:!0})}function Ho(t,e){return new Bi({check:"greater_than",...j(e),value:t,inclusive:!1})}function Cn(t,e){return new Bi({check:"greater_than",...j(e),value:t,inclusive:!0})}function Bo(t,e){return new ip({check:"multiple_of",...j(e),value:t})}function Jo(t,e){return new cp({check:"max_length",...j(e),maximum:t})}function Vr(t,e){return new up({check:"min_length",...j(e),minimum:t})}function Ko(t,e){return new lp({check:"length_equals",...j(e),length:t})}function cc(t,e){return new dp({check:"string_format",format:"regex",...j(e),pattern:t})}function uc(t){return new pp({check:"string_format",format:"lowercase",...j(t)})}function lc(t){return new fp({check:"string_format",format:"uppercase",...j(t)})}function dc(t,e){return new mp({check:"string_format",format:"includes",...j(e),includes:t})}function pc(t,e){return new hp({check:"string_format",format:"starts_with",...j(e),prefix:t})}function fc(t,e){return new gp({check:"string_format",format:"ends_with",...j(e),suffix:t})}function yr(t){return new _p({check:"overwrite",tx:t})}function mc(t){return yr(e=>e.normalize(t))}function hc(){return yr(t=>t.trim())}function gc(){return yr(t=>t.toLowerCase())}function _c(){return yr(t=>t.toUpperCase())}function qp(t,e,r){return new t({type:"array",element:e,...j(r)})}function yc(t,e,r){let n=j(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function vc(t,e,r){return new t({type:"custom",check:"custom",fn:e,...j(r)})}var Go=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??At,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},f=e._zod.parent;if(f)a.ref=f,this.process(f,d),this.seen.get(f).isParent=!0;else{let m=a.schema;switch(o.type){case"string":{let p=m;p.type="string";let{minimum:h,maximum:g,format:x,patterns:_,contentEncoding:b}=e._zod.bag;if(typeof h=="number"&&(p.minLength=h),typeof g=="number"&&(p.maxLength=g),x&&(p.format=s[x]??x,p.format===""&&delete p.format),b&&(p.contentEncoding=b),_&&_.size>0){let S=[..._];S.length===1?p.pattern=S[0].source:S.length>1&&(a.schema.allOf=[...S.map(Z=>({...this.target==="draft-7"?{type:"string"}:{},pattern:Z.source}))])}break}case"number":{let p=m,{minimum:h,maximum:g,format:x,multipleOf:_,exclusiveMaximum:b,exclusiveMinimum:S}=e._zod.bag;typeof x=="string"&&x.includes("int")?p.type="integer":p.type="number",typeof S=="number"&&(p.exclusiveMinimum=S),typeof h=="number"&&(p.minimum=h,typeof S=="number"&&(S>=h?delete p.minimum:delete p.exclusiveMinimum)),typeof b=="number"&&(p.exclusiveMaximum=b),typeof g=="number"&&(p.maximum=g,typeof b=="number"&&(b<=g?delete p.maximum:delete p.exclusiveMaximum)),typeof _=="number"&&(p.multipleOf=_);break}case"boolean":{let p=m;p.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{m.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{m.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let p=m,{minimum:h,maximum:g}=e._zod.bag;typeof h=="number"&&(p.minItems=h),typeof g=="number"&&(p.maxItems=g),p.type="array",p.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let p=m;p.type="object",p.properties={};let h=o.shape;for(let _ in h)p.properties[_]=this.process(h[_],{...d,path:[...d.path,"properties",_]});let g=new Set(Object.keys(h)),x=new Set([...g].filter(_=>{let b=o.shape[_]._zod;return this.io==="input"?b.optin===void 0:b.optout===void 0}));x.size>0&&(p.required=Array.from(x)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=m;p.anyOf=o.options.map((h,g)=>this.process(h,{...d,path:[...d.path,"anyOf",g]}));break}case"intersection":{let p=m,h=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),g=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),x=b=>"allOf"in b&&Object.keys(b).length===1,_=[...x(h)?h.allOf:[h],...x(g)?g.allOf:[g]];p.allOf=_;break}case"tuple":{let p=m;p.type="array";let h=o.items.map((_,b)=>this.process(_,{...d,path:[...d.path,"prefixItems",b]}));if(this.target==="draft-2020-12"?p.prefixItems=h:p.items=h,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:x}=e._zod.bag;typeof g=="number"&&(p.minItems=g),typeof x=="number"&&(p.maxItems=x);break}case"record":{let p=m;p.type="object",p.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=m,h=kn(o.entries);h.every(g=>typeof g=="number")&&(p.type="number"),h.every(g=>typeof g=="string")&&(p.type="string"),p.enum=h;break}case"literal":{let p=m,h=[];for(let g of o.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");h.push(Number(g))}else h.push(g);if(h.length!==0)if(h.length===1){let g=h[0];p.type=g===null?"null":typeof g,p.const=g}else h.every(g=>typeof g=="number")&&(p.type="number"),h.every(g=>typeof g=="string")&&(p.type="string"),h.every(g=>typeof g=="boolean")&&(p.type="string"),h.every(g=>g===null)&&(p.type="null"),p.enum=h;break}case"file":{let p=m,h={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:x,mime:_}=e._zod.bag;g!==void 0&&(h.minLength=g),x!==void 0&&(h.maxLength=x),_?_.length===1?(h.contentMediaType=_[0],Object.assign(p,h)):p.anyOf=_.map(b=>({...h,contentMediaType:b})):Object.assign(p,h);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let p=this.process(o.innerType,d);m.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let p=m;p.type="boolean";break}case"default":{this.process(o.innerType,d),a.ref=o.innerType,m.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,d),a.ref=o.innerType,this.io==="input"&&(m._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,d),a.ref=o.innerType;let p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}m.default=p;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let p=m,h=e._zod.pattern;if(!h)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=h.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,d),a.ref=p;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,m.readOnly=!0;break}case"promise":{this.process(o.innerType,d),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,d),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&_e(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let h=n.external.registry.get(l[0])?.id,g=n.external.uri??(_=>_);if(h)return{ref:g(h)};let x=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=x,{defId:x,ref:`${g("__shared")}#/${d}/${x}`}}if(l[1]===o)return{ref:"#"};let m=`#/${d}/`,p=l[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:m+p}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:f,defId:m}=s(l);d.def={...d.schema},m&&(d.defId=m);let p=d.schema;for(let h in p)delete p[h];p.$ref=f};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
|
|
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 m=n.external.registry.get(l[0])?.id;if(e!==l[0]&&m){i(l);continue}}if(this.metadataRegistry.get(l[0])?.id){i(l);continue}if(d.cycle){i(l);continue}if(d.count>1&&n.reused==="ref"){i(l);continue}}let a=(l,d)=>{let f=this.seen.get(l),m=f.def??f.schema,p={...m};if(f.ref===null)return;let h=f.ref;if(f.ref=null,h){a(h,d);let g=this.seen.get(h).schema;g.$ref&&d.target==="draft-7"?(m.allOf=m.allOf??[],m.allOf.push(g)):(Object.assign(m,g),Object.assign(m,p))}f.isParent||this.override({zodSchema:l,jsonSchema:m,path:f.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(l)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(u[d.defId]=d.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function xc(t,e){if(t instanceof On){let n=new Go(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 Go(e);return r.process(t),r.emit(t,e)}function _e(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let o=t._zod.def;switch(o.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return _e(o.element,r);case"object":{for(let s in o.shape)if(_e(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(_e(s,r))return!0;return!1}case"intersection":return _e(o.left,r)||_e(o.right,r);case"tuple":{for(let s of o.items)if(_e(s,r))return!0;return!!(o.rest&&_e(o.rest,r))}case"record":return _e(o.keyType,r)||_e(o.valueType,r);case"map":return _e(o.keyType,r)||_e(o.valueType,r);case"set":return _e(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return _e(o.innerType,r);case"lazy":return _e(o.getter(),r);case"default":return _e(o.innerType,r);case"prefault":return _e(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return _e(o.in,r)||_e(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var Qv=v("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");te.init(t,e),t.def=e,t.parse=(r,n)=>Mi(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>gr(t,r,n),t.parseAsync=async(r,n)=>qi(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>_r(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)=>Be(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t))});var ex=v("ZodMiniObject",(t,e)=>{Lo.init(t,e),Qv.init(t,e),B.defineLazy(t,"shape",()=>e.shape)});function bc(t,e){let r={type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},...B.normalizeParams(e)};return new ex(r)}function ht(t){return!!t._zod}function xr(t){let e=Object.values(t);if(e.length===0)return bc({});let r=e.every(ht),n=e.every(o=>!ht(o));if(r)return bc(t);if(n)return ki(t);throw new Error("Mixed Zod versions detected in object shape.")}function Mt(t,e){return ht(t)?gr(t,e):t.safeParse(e)}async function Wo(t,e){return ht(t)?await _r(t,e):await t.safeParseAsync(e)}function Dt(t){if(!t)return;let e;if(ht(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Hr(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 xr(t)}}if(ht(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 rx(t){return t.length===0?"object root":t.reduce((e,r,n)=>n===0?String(r):typeof r=="number"?`${e}[${r}]`:`${e}.${r}`,"")}function Xo(t){if(t&&typeof t=="object"){if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0)return t.issues.map(e=>e.path?.length?`${e.message} at ${rx(e.path)}`:e.message).join(`
|
|
37
|
+
`);if("message"in t&&typeof t.message=="string")return t.message;try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function Up(t){return t.description}function Fp(t){if(ht(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function Br(t){if(ht(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 Nn={};xi(Nn,{ZodISODate:()=>Hp,ZodISODateTime:()=>Vp,ZodISODuration:()=>Jp,ZodISOTime:()=>Bp,date:()=>$c,datetime:()=>wc,duration:()=>Sc,time:()=>kc});var Vp=v("ZodISODateTime",(t,e)=>{Pp.init(t,e),le.init(t,e)});function wc(t){return jp(Vp,t)}var Hp=v("ZodISODate",(t,e)=>{Ip.init(t,e),le.init(t,e)});function $c(t){return Ap(Hp,t)}var Bp=v("ZodISOTime",(t,e)=>{Rp.init(t,e),le.init(t,e)});function kc(t){return Mp(Bp,t)}var Jp=v("ZodISODuration",(t,e)=>{Op.init(t,e),le.init(t,e)});function Sc(t){return Dp(Jp,t)}var Kp=(t,e)=>{jo.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>ji(t,r)},flatten:{value:r=>Ni(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},YP=v("ZodError",Kp),jn=v("ZodError",Kp,{Parent:Error});var Gp=Ai(jn),Wp=Di(jn),Xp=Li(jn),Yp=Ui(jn);var me=v("ZodType",(t,e)=>(te.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)=>Be(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t)),t.parse=(r,n)=>Gp(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Xp(t,r,n),t.parseAsync=async(r,n)=>Wp(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Yp(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Yx(r,n)),t.superRefine=r=>t.check(Qx(r)),t.overwrite=r=>t.check(yr(r)),t.optional=()=>pe(t),t.nullable=()=>tf(t),t.nullish=()=>pe(tf(t)),t.nonoptional=r=>Hx(t,r),t.array=()=>J(t),t.or=r=>ae([t,r]),t.and=r=>Qo(t,r),t.transform=r=>Tc(t,cf(r)),t.default=r=>Ux(t,r),t.prefault=r=>Vx(t,r),t.catch=r=>Jx(t,r),t.pipe=r=>Tc(t,r),t.readonly=()=>Wx(t),t.describe=r=>{let n=t.clone();return At.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return At.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return At.get(t);let n=t.clone();return At.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),rf=v("_ZodString",(t,e)=>{Rn.init(t,e),me.init(t,e);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(cc(...n)),t.includes=(...n)=>t.check(dc(...n)),t.startsWith=(...n)=>t.check(pc(...n)),t.endsWith=(...n)=>t.check(fc(...n)),t.min=(...n)=>t.check(Vr(...n)),t.max=(...n)=>t.check(Jo(...n)),t.length=(...n)=>t.check(Ko(...n)),t.nonempty=(...n)=>t.check(Vr(1,...n)),t.lowercase=n=>t.check(uc(n)),t.uppercase=n=>t.check(lc(n)),t.trim=()=>t.check(hc()),t.normalize=(...n)=>t.check(mc(...n)),t.toLowerCase=()=>t.check(gc()),t.toUpperCase=()=>t.check(_c())}),lx=v("ZodString",(t,e)=>{Rn.init(t,e),rf.init(t,e),t.email=r=>t.check(Na(dx,r)),t.url=r=>t.check(qa(px,r)),t.jwt=r=>t.check(tc(Tx,r)),t.emoji=r=>t.check(La(fx,r)),t.guid=r=>t.check(Fo(Qp,r)),t.uuid=r=>t.check(ja(Yo,r)),t.uuidv4=r=>t.check(Aa(Yo,r)),t.uuidv6=r=>t.check(Ma(Yo,r)),t.uuidv7=r=>t.check(Da(Yo,r)),t.nanoid=r=>t.check(Ua(mx,r)),t.guid=r=>t.check(Fo(Qp,r)),t.cuid=r=>t.check(Fa(hx,r)),t.cuid2=r=>t.check(Va(gx,r)),t.ulid=r=>t.check(Ha(_x,r)),t.base64=r=>t.check(Ya(kx,r)),t.base64url=r=>t.check(Qa(Sx,r)),t.xid=r=>t.check(Ba(yx,r)),t.ksuid=r=>t.check(Ja(vx,r)),t.ipv4=r=>t.check(Ka(xx,r)),t.ipv6=r=>t.check(Ga(bx,r)),t.cidrv4=r=>t.check(Wa(wx,r)),t.cidrv6=r=>t.check(Xa($x,r)),t.e164=r=>t.check(ec(zx,r)),t.datetime=r=>t.check(wc(r)),t.date=r=>t.check($c(r)),t.time=r=>t.check(kc(r)),t.duration=r=>t.check(Sc(r))});function y(t){return Ca(lx,t)}var le=v("ZodStringFormat",(t,e)=>{se.init(t,e),rf.init(t,e)}),dx=v("ZodEmail",(t,e)=>{Wi.init(t,e),le.init(t,e)});var Qp=v("ZodGUID",(t,e)=>{Ki.init(t,e),le.init(t,e)});var Yo=v("ZodUUID",(t,e)=>{Gi.init(t,e),le.init(t,e)});var px=v("ZodURL",(t,e)=>{Xi.init(t,e),le.init(t,e)});var fx=v("ZodEmoji",(t,e)=>{Yi.init(t,e),le.init(t,e)});var mx=v("ZodNanoID",(t,e)=>{Qi.init(t,e),le.init(t,e)});var hx=v("ZodCUID",(t,e)=>{ea.init(t,e),le.init(t,e)});var gx=v("ZodCUID2",(t,e)=>{ta.init(t,e),le.init(t,e)});var _x=v("ZodULID",(t,e)=>{ra.init(t,e),le.init(t,e)});var yx=v("ZodXID",(t,e)=>{na.init(t,e),le.init(t,e)});var vx=v("ZodKSUID",(t,e)=>{oa.init(t,e),le.init(t,e)});var xx=v("ZodIPv4",(t,e)=>{sa.init(t,e),le.init(t,e)});var bx=v("ZodIPv6",(t,e)=>{ia.init(t,e),le.init(t,e)});var wx=v("ZodCIDRv4",(t,e)=>{aa.init(t,e),le.init(t,e)});var $x=v("ZodCIDRv6",(t,e)=>{ca.init(t,e),le.init(t,e)});var kx=v("ZodBase64",(t,e)=>{ua.init(t,e),le.init(t,e)});var Sx=v("ZodBase64URL",(t,e)=>{la.init(t,e),le.init(t,e)});var zx=v("ZodE164",(t,e)=>{da.init(t,e),le.init(t,e)});var Tx=v("ZodJWT",(t,e)=>{pa.init(t,e),le.init(t,e)});var nf=v("ZodNumber",(t,e)=>{qo.init(t,e),me.init(t,e),t.gt=(n,o)=>t.check(Ho(n,o)),t.gte=(n,o)=>t.check(Cn(n,o)),t.min=(n,o)=>t.check(Cn(n,o)),t.lt=(n,o)=>t.check(Vo(n,o)),t.lte=(n,o)=>t.check(Zn(n,o)),t.max=(n,o)=>t.check(Zn(n,o)),t.int=n=>t.check(ef(n)),t.safe=n=>t.check(ef(n)),t.positive=n=>t.check(Ho(0,n)),t.nonnegative=n=>t.check(Cn(0,n)),t.negative=n=>t.check(Vo(0,n)),t.nonpositive=n=>t.check(Zn(0,n)),t.multipleOf=(n,o)=>t.check(Bo(n,o)),t.step=(n,o)=>t.check(Bo(n,o)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});function Q(t){return rc(nf,t)}var Ex=v("ZodNumberFormat",(t,e)=>{fa.init(t,e),nf.init(t,e)});function ef(t){return nc(Ex,t)}var Px=v("ZodBoolean",(t,e)=>{ma.init(t,e),me.init(t,e)});function ve(t){return oc(Px,t)}var Ix=v("ZodNull",(t,e)=>{ha.init(t,e),me.init(t,e)});function of(t){return sc(Ix,t)}var Rx=v("ZodUnknown",(t,e)=>{ga.init(t,e),me.init(t,e)});function de(){return ic(Rx)}var Ox=v("ZodNever",(t,e)=>{_a.init(t,e),me.init(t,e)});function Zx(t){return ac(Ox,t)}var Cx=v("ZodArray",(t,e)=>{ya.init(t,e),me.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(Vr(r,n)),t.nonempty=r=>t.check(Vr(1,r)),t.max=(r,n)=>t.check(Jo(r,n)),t.length=(r,n)=>t.check(Ko(r,n)),t.unwrap=()=>t.element});function J(t,e){return qp(Cx,t,e)}var sf=v("ZodObject",(t,e)=>{Lo.init(t,e),me.init(t,e),B.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>De(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:de()}),t.loose=()=>t.clone({...t._zod.def,catchall:de()}),t.strict=()=>t.clone({...t._zod.def,catchall:Zx()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>B.extend(t,r),t.merge=r=>B.merge(t,r),t.pick=r=>B.pick(t,r),t.omit=r=>B.omit(t,r),t.partial=(...r)=>B.partial(uf,t,r[0]),t.required=(...r)=>B.required(lf,t,r[0])});function E(t,e){let r={type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},...B.normalizeParams(e)};return new sf(r)}function Re(t,e){return new sf({type:"object",get shape(){return B.assignProp(this,"shape",{...t}),this.shape},catchall:de(),...B.normalizeParams(e)})}var af=v("ZodUnion",(t,e)=>{Uo.init(t,e),me.init(t,e),t.options=e.options});function ae(t,e){return new af({type:"union",options:t,...B.normalizeParams(e)})}var Nx=v("ZodDiscriminatedUnion",(t,e)=>{af.init(t,e),va.init(t,e)});function Ec(t,e,r){return new Nx({type:"union",options:e,discriminator:t,...B.normalizeParams(r)})}var jx=v("ZodIntersection",(t,e)=>{xa.init(t,e),me.init(t,e)});function Qo(t,e){return new jx({type:"intersection",left:t,right:e})}var Ax=v("ZodRecord",(t,e)=>{ba.init(t,e),me.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ie(t,e,r){return new Ax({type:"record",keyType:t,valueType:e,...B.normalizeParams(r)})}var zc=v("ZodEnum",(t,e)=>{wa.init(t,e),me.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new zc({...e,checks:[],...B.normalizeParams(o),entries:s})},t.exclude=(n,o)=>{let s={...e.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new zc({...e,checks:[],...B.normalizeParams(o),entries:s})}});function De(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new zc({type:"enum",entries:r,...B.normalizeParams(e)})}var Mx=v("ZodLiteral",(t,e)=>{$a.init(t,e),me.init(t,e),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function R(t,e){return new Mx({type:"literal",values:Array.isArray(t)?t:[t],...B.normalizeParams(e)})}var Dx=v("ZodTransform",(t,e)=>{ka.init(t,e),me.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(B.issue(s,r.value,e));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),i.continue??(i.continue=!0),r.issues.push(B.issue(i))}};let o=e.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function cf(t){return new Dx({type:"transform",transform:t})}var uf=v("ZodOptional",(t,e)=>{Sa.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function pe(t){return new uf({type:"optional",innerType:t})}var qx=v("ZodNullable",(t,e)=>{za.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function tf(t){return new qx({type:"nullable",innerType:t})}var Lx=v("ZodDefault",(t,e)=>{Ta.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Ux(t,e){return new Lx({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Fx=v("ZodPrefault",(t,e)=>{Ea.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Vx(t,e){return new Fx({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var lf=v("ZodNonOptional",(t,e)=>{Pa.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Hx(t,e){return new lf({type:"nonoptional",innerType:t,...B.normalizeParams(e)})}var Bx=v("ZodCatch",(t,e)=>{Ia.init(t,e),me.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Jx(t,e){return new Bx({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Kx=v("ZodPipe",(t,e)=>{Ra.init(t,e),me.init(t,e),t.in=e.in,t.out=e.out});function Tc(t,e){return new Kx({type:"pipe",in:t,out:e})}var Gx=v("ZodReadonly",(t,e)=>{Oa.init(t,e),me.init(t,e)});function Wx(t){return new Gx({type:"readonly",innerType:t})}var df=v("ZodCustom",(t,e)=>{Za.init(t,e),me.init(t,e)});function Xx(t){let e=new be({check:"custom"});return e._zod.check=t,e}function pf(t,e){return yc(df,t??(()=>!0),e)}function Yx(t,e={}){return vc(df,t,e)}function Qx(t){let e=Xx(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(B.issue(n,r.value,e._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=e),o.continue??(o.continue=!e._zod.def.abort),r.issues.push(B.issue(o))}},t(r.value,r)));return e}function Pc(t,e){return Tc(cf(t),e)}He(Cp());var Rc="2025-11-25";var ff=[Rc,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],qt="io.modelcontextprotocol/related-task",ts="2.0",ye=pf(t=>t!==null&&(typeof t=="object"||typeof t=="function")),mf=ae([y(),Q().int()]),hf=y(),pI=Re({ttl:Q().optional(),pollInterval:Q().optional()}),e0=E({ttl:Q().optional()}),t0=E({taskId:y()}),Oc=Re({progressToken:mf.optional(),[qt]:t0.optional()}),Je=E({_meta:Oc.optional()}),An=Je.extend({task:e0.optional()}),gf=t=>An.safeParse(t).success,we=E({method:y(),params:Je.loose().optional()}),We=E({_meta:Oc.optional()}),Xe=E({method:y(),params:We.loose().optional()}),$e=Re({_meta:Oc.optional()}),rs=ae([y(),Q().int()]),_f=E({jsonrpc:R(ts),id:rs,...we.shape}).strict(),Zc=t=>_f.safeParse(t).success,yf=E({jsonrpc:R(ts),...Xe.shape}).strict(),vf=t=>yf.safeParse(t).success,Cc=E({jsonrpc:R(ts),id:rs,result:$e}).strict(),Mn=t=>Cc.safeParse(t).success;var C;(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"})(C||(C={}));var Nc=E({jsonrpc:R(ts),id:rs.optional(),error:E({code:Q().int(),message:y(),data:de().optional()})}).strict();var xf=t=>Nc.safeParse(t).success;var bf=ae([_f,yf,Cc,Nc]),fI=ae([Cc,Nc]),ns=$e.strict(),r0=We.extend({requestId:rs.optional(),reason:y().optional()}),os=Xe.extend({method:R("notifications/cancelled"),params:r0}),n0=E({src:y(),mimeType:y().optional(),sizes:J(y()).optional(),theme:De(["light","dark"]).optional()}),Dn=E({icons:J(n0).optional()}),Jr=E({name:y(),title:y().optional()}),wf=Jr.extend({...Jr.shape,...Dn.shape,version:y(),websiteUrl:y().optional(),description:y().optional()}),o0=Qo(E({applyDefaults:ve().optional()}),ie(y(),de())),s0=Pc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Qo(E({form:o0.optional(),url:ye.optional()}),ie(y(),de()).optional())),i0=Re({list:ye.optional(),cancel:ye.optional(),requests:Re({sampling:Re({createMessage:ye.optional()}).optional(),elicitation:Re({create:ye.optional()}).optional()}).optional()}),a0=Re({list:ye.optional(),cancel:ye.optional(),requests:Re({tools:Re({call:ye.optional()}).optional()}).optional()}),c0=E({experimental:ie(y(),ye).optional(),sampling:E({context:ye.optional(),tools:ye.optional()}).optional(),elicitation:s0.optional(),roots:E({listChanged:ve().optional()}).optional(),tasks:i0.optional(),extensions:ie(y(),ye).optional()}),u0=Je.extend({protocolVersion:y(),capabilities:c0,clientInfo:wf}),jc=we.extend({method:R("initialize"),params:u0});var l0=E({experimental:ie(y(),ye).optional(),logging:ye.optional(),completions:ye.optional(),prompts:E({listChanged:ve().optional()}).optional(),resources:E({subscribe:ve().optional(),listChanged:ve().optional()}).optional(),tools:E({listChanged:ve().optional()}).optional(),tasks:a0.optional(),extensions:ie(y(),ye).optional()}),d0=$e.extend({protocolVersion:y(),capabilities:l0,serverInfo:wf,instructions:y().optional()}),Ac=Xe.extend({method:R("notifications/initialized"),params:We.optional()});var ss=we.extend({method:R("ping"),params:Je.optional()}),p0=E({progress:Q(),total:pe(Q()),message:pe(y())}),f0=E({...We.shape,...p0.shape,progressToken:mf}),is=Xe.extend({method:R("notifications/progress"),params:f0}),m0=Je.extend({cursor:hf.optional()}),qn=we.extend({params:m0.optional()}),Ln=$e.extend({nextCursor:hf.optional()}),h0=De(["working","input_required","completed","failed","cancelled"]),Un=E({taskId:y(),status:h0,ttl:ae([Q(),of()]),createdAt:y(),lastUpdatedAt:y(),pollInterval:pe(Q()),statusMessage:pe(y())}),Kr=$e.extend({task:Un}),g0=We.merge(Un),Fn=Xe.extend({method:R("notifications/tasks/status"),params:g0}),as=we.extend({method:R("tasks/get"),params:Je.extend({taskId:y()})}),cs=$e.merge(Un),us=we.extend({method:R("tasks/result"),params:Je.extend({taskId:y()})}),mI=$e.loose(),ls=qn.extend({method:R("tasks/list")}),ds=Ln.extend({tasks:J(Un)}),ps=we.extend({method:R("tasks/cancel"),params:Je.extend({taskId:y()})}),$f=$e.merge(Un),kf=E({uri:y(),mimeType:pe(y()),_meta:ie(y(),de()).optional()}),Sf=kf.extend({text:y()}),Mc=y().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),zf=kf.extend({blob:Mc}),Vn=De(["user","assistant"]),Gr=E({audience:J(Vn).optional(),priority:Q().min(0).max(1).optional(),lastModified:Nn.datetime({offset:!0}).optional()}),Tf=E({...Jr.shape,...Dn.shape,uri:y(),description:pe(y()),mimeType:pe(y()),size:pe(Q()),annotations:Gr.optional(),_meta:pe(Re({}))}),_0=E({...Jr.shape,...Dn.shape,uriTemplate:y(),description:pe(y()),mimeType:pe(y()),annotations:Gr.optional(),_meta:pe(Re({}))}),fs=qn.extend({method:R("resources/list")}),y0=Ln.extend({resources:J(Tf)}),ms=qn.extend({method:R("resources/templates/list")}),v0=Ln.extend({resourceTemplates:J(_0)}),Dc=Je.extend({uri:y()}),x0=Dc,hs=we.extend({method:R("resources/read"),params:x0}),b0=$e.extend({contents:J(ae([Sf,zf]))}),w0=Xe.extend({method:R("notifications/resources/list_changed"),params:We.optional()}),$0=Dc,k0=we.extend({method:R("resources/subscribe"),params:$0}),S0=Dc,z0=we.extend({method:R("resources/unsubscribe"),params:S0}),T0=We.extend({uri:y()}),E0=Xe.extend({method:R("notifications/resources/updated"),params:T0}),P0=E({name:y(),description:pe(y()),required:pe(ve())}),I0=E({...Jr.shape,...Dn.shape,description:pe(y()),arguments:pe(J(P0)),_meta:pe(Re({}))}),gs=qn.extend({method:R("prompts/list")}),R0=Ln.extend({prompts:J(I0)}),O0=Je.extend({name:y(),arguments:ie(y(),y()).optional()}),_s=we.extend({method:R("prompts/get"),params:O0}),qc=E({type:R("text"),text:y(),annotations:Gr.optional(),_meta:ie(y(),de()).optional()}),Lc=E({type:R("image"),data:Mc,mimeType:y(),annotations:Gr.optional(),_meta:ie(y(),de()).optional()}),Uc=E({type:R("audio"),data:Mc,mimeType:y(),annotations:Gr.optional(),_meta:ie(y(),de()).optional()}),Z0=E({type:R("tool_use"),name:y(),id:y(),input:ie(y(),de()),_meta:ie(y(),de()).optional()}),C0=E({type:R("resource"),resource:ae([Sf,zf]),annotations:Gr.optional(),_meta:ie(y(),de()).optional()}),N0=Tf.extend({type:R("resource_link")}),Fc=ae([qc,Lc,Uc,N0,C0]),j0=E({role:Vn,content:Fc}),A0=$e.extend({description:y().optional(),messages:J(j0)}),M0=Xe.extend({method:R("notifications/prompts/list_changed"),params:We.optional()}),D0=E({title:y().optional(),readOnlyHint:ve().optional(),destructiveHint:ve().optional(),idempotentHint:ve().optional(),openWorldHint:ve().optional()}),q0=E({taskSupport:De(["required","optional","forbidden"]).optional()}),Ef=E({...Jr.shape,...Dn.shape,description:y().optional(),inputSchema:E({type:R("object"),properties:ie(y(),ye).optional(),required:J(y()).optional()}).catchall(de()),outputSchema:E({type:R("object"),properties:ie(y(),ye).optional(),required:J(y()).optional()}).catchall(de()).optional(),annotations:D0.optional(),execution:q0.optional(),_meta:ie(y(),de()).optional()}),ys=qn.extend({method:R("tools/list")}),L0=Ln.extend({tools:J(Ef)}),vs=$e.extend({content:J(Fc).default([]),structuredContent:ie(y(),de()).optional(),isError:ve().optional()}),hI=vs.or($e.extend({toolResult:de()})),U0=An.extend({name:y(),arguments:ie(y(),de()).optional()}),Wr=we.extend({method:R("tools/call"),params:U0}),F0=Xe.extend({method:R("notifications/tools/list_changed"),params:We.optional()}),gI=E({autoRefresh:ve().default(!0),debounceMs:Q().int().nonnegative().default(300)}),Hn=De(["debug","info","notice","warning","error","critical","alert","emergency"]),V0=Je.extend({level:Hn}),Vc=we.extend({method:R("logging/setLevel"),params:V0}),H0=We.extend({level:Hn,logger:y().optional(),data:de()}),B0=Xe.extend({method:R("notifications/message"),params:H0}),J0=E({name:y().optional()}),K0=E({hints:J(J0).optional(),costPriority:Q().min(0).max(1).optional(),speedPriority:Q().min(0).max(1).optional(),intelligencePriority:Q().min(0).max(1).optional()}),G0=E({mode:De(["auto","required","none"]).optional()}),W0=E({type:R("tool_result"),toolUseId:y().describe("The unique identifier for the corresponding tool call."),content:J(Fc).default([]),structuredContent:E({}).loose().optional(),isError:ve().optional(),_meta:ie(y(),de()).optional()}),X0=Ec("type",[qc,Lc,Uc]),es=Ec("type",[qc,Lc,Uc,Z0,W0]),Y0=E({role:Vn,content:ae([es,J(es)]),_meta:ie(y(),de()).optional()}),Q0=An.extend({messages:J(Y0),modelPreferences:K0.optional(),systemPrompt:y().optional(),includeContext:De(["none","thisServer","allServers"]).optional(),temperature:Q().optional(),maxTokens:Q().int(),stopSequences:J(y()).optional(),metadata:ye.optional(),tools:J(Ef).optional(),toolChoice:G0.optional()}),eb=we.extend({method:R("sampling/createMessage"),params:Q0}),Bn=$e.extend({model:y(),stopReason:pe(De(["endTurn","stopSequence","maxTokens"]).or(y())),role:Vn,content:X0}),Hc=$e.extend({model:y(),stopReason:pe(De(["endTurn","stopSequence","maxTokens","toolUse"]).or(y())),role:Vn,content:ae([es,J(es)])}),tb=E({type:R("boolean"),title:y().optional(),description:y().optional(),default:ve().optional()}),rb=E({type:R("string"),title:y().optional(),description:y().optional(),minLength:Q().optional(),maxLength:Q().optional(),format:De(["email","uri","date","date-time"]).optional(),default:y().optional()}),nb=E({type:De(["number","integer"]),title:y().optional(),description:y().optional(),minimum:Q().optional(),maximum:Q().optional(),default:Q().optional()}),ob=E({type:R("string"),title:y().optional(),description:y().optional(),enum:J(y()),default:y().optional()}),sb=E({type:R("string"),title:y().optional(),description:y().optional(),oneOf:J(E({const:y(),title:y()})),default:y().optional()}),ib=E({type:R("string"),title:y().optional(),description:y().optional(),enum:J(y()),enumNames:J(y()).optional(),default:y().optional()}),ab=ae([ob,sb]),cb=E({type:R("array"),title:y().optional(),description:y().optional(),minItems:Q().optional(),maxItems:Q().optional(),items:E({type:R("string"),enum:J(y())}),default:J(y()).optional()}),ub=E({type:R("array"),title:y().optional(),description:y().optional(),minItems:Q().optional(),maxItems:Q().optional(),items:E({anyOf:J(E({const:y(),title:y()}))}),default:J(y()).optional()}),lb=ae([cb,ub]),db=ae([ib,ab,lb]),pb=ae([db,tb,rb,nb]),fb=An.extend({mode:R("form").optional(),message:y(),requestedSchema:E({type:R("object"),properties:ie(y(),pb),required:J(y()).optional()})}),mb=An.extend({mode:R("url"),message:y(),elicitationId:y(),url:y().url()}),hb=ae([fb,mb]),gb=we.extend({method:R("elicitation/create"),params:hb}),_b=We.extend({elicitationId:y()}),yb=Xe.extend({method:R("notifications/elicitation/complete"),params:_b}),Xr=$e.extend({action:De(["accept","decline","cancel"]),content:Pc(t=>t===null?void 0:t,ie(y(),ae([y(),Q(),ve(),J(y())])).optional())}),vb=E({type:R("ref/resource"),uri:y()});var xb=E({type:R("ref/prompt"),name:y()}),bb=Je.extend({ref:ae([xb,vb]),argument:E({name:y(),value:y()}),context:E({arguments:ie(y(),y()).optional()}).optional()}),xs=we.extend({method:R("completion/complete"),params:bb});function Pf(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function If(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var wb=$e.extend({completion:Re({values:J(y()).max(100),total:pe(Q().int()),hasMore:pe(ve())})}),$b=E({uri:y().startsWith("file://"),name:y().optional(),_meta:ie(y(),de()).optional()}),kb=we.extend({method:R("roots/list"),params:Je.optional()}),Bc=$e.extend({roots:J($b)}),Sb=Xe.extend({method:R("notifications/roots/list_changed"),params:We.optional()}),_I=ae([ss,jc,xs,Vc,_s,gs,fs,ms,hs,k0,z0,Wr,ys,as,us,ls,ps]),yI=ae([os,is,Ac,Sb,Fn]),vI=ae([ns,Bn,Hc,Xr,Bc,cs,ds,Kr]),xI=ae([ss,eb,gb,kb,as,us,ls,ps]),bI=ae([os,is,B0,E0,w0,F0,M0,Fn,yb]),wI=ae([ns,d0,wb,A0,R0,y0,v0,b0,vs,L0,cs,ds,Kr]),I=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===C.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new Ic(o.elicitations,r)}return new t(e,r,n)}},Ic=class extends I{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(C.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Lt(t){return t==="completed"||t==="failed"||t==="cancelled"}var Of=Symbol("Let zodToJsonSchema decide on which parser to use");var Rf={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"},Zf=t=>typeof t=="string"?{...Rf,name:t}:{...Rf,...t};var Cf=t=>{let e=Zf(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 Jc(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function K(t,e,r,n,o){t[e]=r,Jc(t,e,n,o)}var bs=(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 fe(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?bs(e,t.currentPath):e.join("/")}}function Nf(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==$.ZodAny&&(r.items=A(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&K(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&K(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(K(r,"minItems",t.exactLength.value,t.exactLength.message,e),K(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function jf(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?K(r,"minimum",n.value,n.message,e):K(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),K(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?K(r,"maximum",n.value,n.message,e):K(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),K(r,"maximum",n.value,n.message,e));break;case"multipleOf":K(r,"multipleOf",n.value,n.message,e);break}return r}function Af(){return{type:"boolean"}}function ws(t,e){return A(t.type._def,e)}var Mf=(t,e)=>A(t.innerType._def,e);function Kc(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>Kc(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 zb(t,e)}}var zb=(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":K(r,"minimum",n.value,n.message,e);break;case"max":K(r,"maximum",n.value,n.message,e);break}return r};function Df(t,e){return{...A(t.innerType._def,e),default:t.defaultValue()}}function qf(t,e){return e.effectStrategy==="input"?A(t.schema._def,e):fe(e)}function Lf(t){return{type:"string",enum:Array.from(t.values)}}var Tb=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Uf(t,e){let r=[A(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),A(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(s=>!!s),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,o=[];return r.forEach(s=>{if(Tb(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 Ff(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 Gc,ot={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:()=>(Gc===void 0&&(Gc=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Gc),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 $s(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":K(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":K(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":st(r,"email",n.message,e);break;case"format:idn-email":st(r,"idn-email",n.message,e);break;case"pattern:zod":Oe(r,ot.email,n.message,e);break}break;case"url":st(r,"uri",n.message,e);break;case"uuid":st(r,"uuid",n.message,e);break;case"regex":Oe(r,n.regex,n.message,e);break;case"cuid":Oe(r,ot.cuid,n.message,e);break;case"cuid2":Oe(r,ot.cuid2,n.message,e);break;case"startsWith":Oe(r,RegExp(`^${Wc(n.value,e)}`),n.message,e);break;case"endsWith":Oe(r,RegExp(`${Wc(n.value,e)}$`),n.message,e);break;case"datetime":st(r,"date-time",n.message,e);break;case"date":st(r,"date",n.message,e);break;case"time":st(r,"time",n.message,e);break;case"duration":st(r,"duration",n.message,e);break;case"length":K(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),K(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Oe(r,RegExp(Wc(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&st(r,"ipv4",n.message,e),n.version!=="v4"&&st(r,"ipv6",n.message,e);break}case"base64url":Oe(r,ot.base64url,n.message,e);break;case"jwt":Oe(r,ot.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Oe(r,ot.ipv4Cidr,n.message,e),n.version!=="v4"&&Oe(r,ot.ipv6Cidr,n.message,e);break}case"emoji":Oe(r,ot.emoji(),n.message,e);break;case"ulid":{Oe(r,ot.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{st(r,"binary",n.message,e);break}case"contentEncoding:base64":{K(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Oe(r,ot.base64,n.message,e);break}}break}case"nanoid":Oe(r,ot.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Wc(t,e){return e.patternStrategy==="escape"?Pb(t):t}var Eb=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function Pb(t){let e="";for(let r=0;r<t.length;r++)Eb.has(t[r])||(e+="\\"),e+=t[r];return e}function st(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}}})):K(t,"format",e,r,n)}function Oe(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:Vf(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):K(t,"pattern",Vf(e,n),r,n)}function Vf(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
|
|
38
|
+
]))`;continue}else if(n[c]==="$"){o+=`($|(?=[\r
|
|
39
|
+
]))`;continue}}if(r.s&&n[c]==="."){o+=i?`${n[c]}\r
|
|
40
|
+
`:`[${n[c]}\r
|
|
41
|
+
]`;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 ks(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===$.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??fe(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===$.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=$s(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===$.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===$.ZodBranded&&t.keyType._def.type._def.typeName===$.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=ws(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function Hf(t,e){if(e.mapStrategy==="record")return ks(t,e);let r=A(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||fe(e),n=A(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||fe(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function Bf(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 Jf(t){return t.target==="openAi"?void 0:{not:fe({...t,currentPath:[...t.currentPath,"not"]})}}function Kf(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Jn={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Wf(t,e){if(e.target==="openApi3")return Gf(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in Jn&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=Jn[s._def.typeName];return i&&!o.includes(i)?[...o,i]:o},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=r.reduce((o,s)=>{let i=typeof s._def.value;switch(i){case"string":case"number":case"boolean":return[...o,i];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];default:return o}},[]);if(n.length===r.length){let o=n.filter((s,i,a)=>a.indexOf(s)===i);return{type:o.length>1?o:o[0],enum:r.reduce((s,i)=>s.includes(i._def.value)?s:[...s,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,o)=>[...n,...o._def.values.filter(s=>!n.includes(s))],[])};return Gf(t,e)}var Gf=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>A(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function Xf(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:Jn[t.innerType._def.typeName],nullable:!0}:{type:[Jn[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=A(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=A(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function Yf(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",Jc(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?K(r,"minimum",n.value,n.message,e):K(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),K(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?K(r,"maximum",n.value,n.message,e):K(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),K(r,"maximum",n.value,n.message,e));break;case"multipleOf":K(r,"multipleOf",n.value,n.message,e);break}return r}function Qf(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=Rb(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=A(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||o.push(a))}o.length&&(n.required=o);let i=Ib(t,e);return i!==void 0&&(n.additionalProperties=i),n}function Ib(t,e){if(t.catchall._def.typeName!=="ZodNever")return A(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function Rb(t){try{return t.isOptional()}catch{return!0}}var em=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return A(t.innerType._def,e);let r=A(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:fe(e)},r]}:fe(e)};var tm=(t,e)=>{if(e.pipeStrategy==="input")return A(t.in._def,e);if(e.pipeStrategy==="output")return A(t.out._def,e);let r=A(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=A(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function rm(t,e){return A(t.type._def,e)}function nm(t,e){let n={type:"array",uniqueItems:!0,items:A(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&K(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&K(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function om(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>A(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:A(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>A(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function sm(t){return{not:fe(t)}}function im(t){return fe(t)}var am=(t,e)=>A(t.innerType._def,e);var cm=(t,e,r)=>{switch(e){case $.ZodString:return $s(t,r);case $.ZodNumber:return Yf(t,r);case $.ZodObject:return Qf(t,r);case $.ZodBigInt:return jf(t,r);case $.ZodBoolean:return Af();case $.ZodDate:return Kc(t,r);case $.ZodUndefined:return sm(r);case $.ZodNull:return Kf(r);case $.ZodArray:return Nf(t,r);case $.ZodUnion:case $.ZodDiscriminatedUnion:return Wf(t,r);case $.ZodIntersection:return Uf(t,r);case $.ZodTuple:return om(t,r);case $.ZodRecord:return ks(t,r);case $.ZodLiteral:return Ff(t,r);case $.ZodEnum:return Lf(t);case $.ZodNativeEnum:return Bf(t);case $.ZodNullable:return Xf(t,r);case $.ZodOptional:return em(t,r);case $.ZodMap:return Hf(t,r);case $.ZodSet:return nm(t,r);case $.ZodLazy:return()=>t.getter()._def;case $.ZodPromise:return rm(t,r);case $.ZodNaN:case $.ZodNever:return Jf(r);case $.ZodEffects:return qf(t,r);case $.ZodAny:return fe(r);case $.ZodUnknown:return im(r);case $.ZodDefault:return Df(t,r);case $.ZodBranded:return ws(t,r);case $.ZodReadonly:return am(t,r);case $.ZodCatch:return Mf(t,r);case $.ZodPipeline:return tm(t,r);case $.ZodFunction:case $.ZodVoid:case $.ZodSymbol:return;default:return(n=>{})(e)}};function A(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==Of)return a}if(n&&!r){let a=Ob(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=cm(t,t.typeName,e),i=typeof s=="function"?A(s(),e):s;if(i&&Zb(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var Ob=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:bs(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`),fe(e)):e.$refStrategy==="seen"?fe(e):void 0}},Zb=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Xc=(t,e)=>{let r=Cf(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:A(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??fe(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=A(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??fe(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 Cb(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Yc(t,e){return ht(t)?xc(t,{target:Cb(e?.target),io:e?.pipeStrategy??"input"}):Xc(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function Qc(t){let r=Dt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Br(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function eu(t,e){let r=Mt(t,e);if(!r.success)throw r.error;return r.data}var Nb=6e4,Ss=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(os,r=>{this._oncancel(r)}),this.setNotificationHandler(is,r=>{this._onprogress(r)}),this.setRequestHandler(ss,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(as,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(C.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(us,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{let d=c,f=new I(d.error.code,d.error.message,d.error.data);l(f)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new I(C.InvalidParams,`Task not found: ${s}`);if(!Lt(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Lt(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[qt]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(ls,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new I(C.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(ps,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new I(C.InvalidParams,`Task not found: ${r.params.taskId}`);if(Lt(o.status))throw new I(C.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new I(C.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof I?o:new I(C.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),I.fromError(C.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),Mn(s)||xf(s)?this._onresponse(s):Zc(s)?this._onrequest(s,i):vf(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=I.fromError(C.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?.[qt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:C.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=gf(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,f)=>{if(i.signal.aborted)throw new I(C.ConnectionClosed,"Request was cancelled");let m={...f,relatedRequestId:e.id};s&&!m.relatedTask&&(m.relatedTask={taskId:s});let p=m.relatedTask?.taskId??s;return p&&c&&await c.updateTaskStatus(p,"input_required"),await this.request(l,d,m)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async l=>{if(i.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:C.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===i&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),Mn(e))n(e);else{let i=new I(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(Mn(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),Mn(e))o(e);else{let i=I.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof I?i:new I(C.InternalError,String(i))}}return}let s;try{let i=await this.request(e,Kr,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new I(C.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Lt(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new I(C.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new I(C.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof I?i:new I(C.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 f=this._requestMessageId++,m={...e,jsonrpc:"2.0",id:f};n?.onprogress&&(this._progressHandlers.set(f,n.onprogress),m.params={...e.params,_meta:{...e.params?._meta||{},progressToken:f}}),a&&(m.params={...m.params,task:a}),c&&(m.params={...m.params,_meta:{...m.params?._meta||{},[qt]:c}});let p=_=>{this._responseHandlers.delete(f),this._progressHandlers.delete(f),this._cleanupTimeout(f),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:f,reason:String(_)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(S=>this._onerror(new Error(`Failed to send cancellation: ${S}`)));let b=_ instanceof I?_:new I(C.RequestTimeout,String(_));l(b)};this._responseHandlers.set(f,_=>{if(!n?.signal?.aborted){if(_ instanceof Error)return l(_);try{let b=Mt(r,_.result);b.success?u(b.data):l(b.error)}catch(b){l(b)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let h=n?.timeout??Nb,g=()=>p(I.fromError(C.RequestTimeout,"Request timed out",{timeout:h}));this._setupTimeout(f,h,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let x=c?.taskId;if(x){let _=b=>{let S=this._responseHandlers.get(f);S?S(b):this._onerror(new Error(`Response handler missing for side-channeled request ${f}`))};this._requestResolvers.set(f,_),this._enqueueTaskMessage(x,{type:"request",message:m,timestamp:Date.now()}).catch(b=>{this._cleanupTimeout(f),l(b)})}else this._transport.send(m,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(_=>{this._cleanupTimeout(f),l(_)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},cs,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},ds,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},$f,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||{},[qt]: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||{},[qt]: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||{},[qt]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=Qc(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=eu(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=Qc(e);this._notificationHandlers.set(n,o=>{let s=eu(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"&&Zc(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new I(C.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new I(C.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new I(C.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new I(C.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=Fn.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Lt(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new I(C.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Lt(a.status))throw new I(C.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=Fn.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Lt(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function um(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function lm(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];um(i)&&um(s)?r[o]={...i,...s}:r[o]=s}return r}var l_=md(Hl(),1),d_=md(u_(),1);function BT(){let t=new l_.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,d_.default)(t),t}var ci=class{constructor(e){this._ajv=e??BT()}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)}createMessageStream(e,r){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let o=e.messages[e.messages.length-1],s=Array.isArray(o.content)?o.content:[o.content],i=s.some(l=>l.type==="tool_result"),a=e.messages.length>1?e.messages[e.messages.length-2]:void 0,c=a?Array.isArray(a.content)?a.content:[a.content]:[],u=c.some(l=>l.type==="tool_use");if(i){if(s.some(l=>l.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let l=new Set(c.filter(f=>f.type==="tool_use").map(f=>f.id)),d=new Set(s.filter(f=>f.type==="tool_result").map(f=>f.toolUseId));if(l.size!==d.size||![...l].every(f=>d.has(f)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},Bn,r)}elicitInputStream(e,r){let n=this._server.getClientCapabilities(),o=e.mode??"form";switch(o){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let s=o==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:s},Xr,r)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}};function p_(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 f_(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 li=class extends Ss{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(Hn.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 ci,this.setRequestHandler(jc,n=>this._oninitialize(n)),this.setNotificationHandler(Ac,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Vc,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=Hn.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=lm(this._capabilities,e)}setRequestHandler(e,r){let o=Dt(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s=Br(o);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=Mt(Wr,c);if(!l.success){let p=l.error instanceof Error?l.error.message:String(l.error);throw new I(C.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:d}=l.data,f=await Promise.resolve(r(c,u));if(d.task){let p=Mt(Kr,f);if(!p.success){let h=p.error instanceof Error?p.error.message:String(p.error);throw new I(C.InvalidParams,`Invalid task creation result: ${h}`)}return p.data}let m=Mt(vs,f);if(!m.success){let p=m.error instanceof Error?m.error.message:String(m.error);throw new I(C.InvalidParams,`Invalid tools/call result: ${p}`)}return m.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){f_(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&p_(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:ff.includes(r)?r:Rc,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},Hc,r):this.request({method:"sampling/createMessage",params:e},Bn,r)}async elicitInput(e,r){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let o=e;return this.request({method:"elicitation/create",params:o},Xr,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let o=e.mode==="form"?e:{...e,mode:"form"},s=await this.request({method:"elicitation/create",params:o},Xr,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new I(C.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof I?i:new I(C.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},Bc,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 h_=Symbol.for("mcp.completable");function Ql(t){return!!t&&typeof t=="object"&&h_ in t}function g_(t){return t[h_]?.complete}var m_;(function(t){t.Completable="McpCompletable"})(m_||(m_={}));var JT=/^[A-Za-z0-9._-]{1,128}$/;function KT(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"),!JT.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 GT(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 ed(t){let e=KT(t);return GT(t,e.warnings),e.isValid}var di=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 pi=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 li(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new di(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(Wt(ys)),this.server.assertCanSetRequestHandler(Wt(Wr)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(ys,()=>({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=Hr(r.inputSchema);return o?Yc(o,{strictUnions:!0,pipeStrategy:"input"}):WT})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=Hr(r.outputSchema);o&&(n.outputSchema=Yc(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(Wr,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new I(C.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new I(C.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new I(C.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof I&&n.code===C.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=Hr(e.inputSchema)??e.inputSchema,i=await Wo(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=Xo(a);throw new I(C.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new I(C.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=Hr(e.outputSchema),s=await Wo(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=Xo(i);throw new I(C.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(f=>setTimeout(f,l));let d=await n.taskStore.getTask(c);if(!d)throw new I(C.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(Wt(xs)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(xs,async e=>{switch(e.params.ref.type){case"ref/prompt":return Pf(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return If(e),this.handleResourceCompletion(e,e.params.ref);default:throw new I(C.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new I(C.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return So;let s=Dt(n.argsSchema)?.[e.params.argument.name];if(!Ql(s))return So;let i=g_(s);if(!i)return So;let a=await i(e.params.argument.value,e.params.context);return y_(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 So;throw new I(C.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return So;let s=await o(e.params.argument.value,e.params.context);return y_(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(Wt(fs)),this.server.assertCanSetRequestHandler(Wt(ms)),this.server.assertCanSetRequestHandler(Wt(hs)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(fs,async(e,r)=>{let n=Object.entries(this._registeredResources).filter(([s,i])=>i.enabled).map(([s,i])=>({uri:s,name:i.name,...i.metadata})),o=[];for(let s of Object.values(this._registeredResourceTemplates)){if(!s.resourceTemplate.listCallback)continue;let i=await s.resourceTemplate.listCallback(r);for(let a of i.resources)o.push({...s.metadata,...a})}return{resources:[...n,...o]}}),this.server.setRequestHandler(ms,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(hs,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new I(C.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new I(C.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(Wt(gs)),this.server.assertCanSetRequestHandler(Wt(_s)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(gs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?XT(r.argsSchema):void 0}))})),this.server.setRequestHandler(_s,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new I(C.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new I(C.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=Hr(n.argsSchema),s=await Wo(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=Xo(c);throw new I(C.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:xr(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=xr(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 Ae?c._def?.innerType:c;return Ql(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){ed(e);let l={title:r,description:n,inputSchema:__(o),outputSchema:__(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"&&ed(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=xr(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=xr(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];if(td(c))o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!td(r[0])&&(i=r.shift());else if(typeof c=="object"&&c!==null){if(Object.values(c).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=r.shift()}}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var WT={type:"object",properties:{}};function v_(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function x_(t){return"_def"in t||"_zod"in t||v_(t)}function td(t){return typeof t!="object"||t===null||x_(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(v_)}function __(t){if(t){if(td(t))return xr(t);if(!x_(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function XT(t){let e=Dt(t);return e?Object.entries(e).map(([r,n])=>{let o=Up(n),s=Fp(n);return{name:r,description:o,required:!s}}):[]}function Wt(t){let r=Dt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=Br(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function y_(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var So={completion:{values:[],hasMore:!1}};import w_ from"node:process";var YT=10*1024*1024,fi=class{constructor(e){this._maxBufferSize=e?.maxBufferSize??YT}append(e){if((this._buffer?.length??0)+e.length>this._maxBufferSize)throw this.clear(),new Error(`ReadBuffer exceeded maximum size of ${this._maxBufferSize} bytes`);this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
|
|
42
|
+
`);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),QT(r)}clear(){this._buffer=void 0}};function QT(t){return bf.parse(JSON.parse(t))}function b_(t){return JSON.stringify(t)+`
|
|
43
|
+
`}var mi=class{constructor(e=w_.stdin,r=w_.stdout,n){this._stdin=e,this._stdout=r,this._started=!1,this._ondata=o=>{try{this._readBuffer.append(o),this.processReadBuffer()}catch(s){this.onerror?.(s),this.close().catch(()=>{})}},this._onerror=o=>{this.onerror?.(o)},this._readBuffer=new fi({maxBufferSize:n?.maxBufferSize})}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=b_(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};import{mkdirSync as dd,writeFileSync as hi,readFileSync as gE}from"node:fs";import*as bt from"node:path";var gn=(process.env.SHIMO_BASE_URL||"https://shimo.im").replace(/\/+$/,""),Xt=class extends Error{constructor(r,n){super(n);this.status=r;this.name="ShimoHttpError"}status};function eE(t){return{Cookie:t,Accept:"application/json, text/plain, */*",Referer:`${gn}/`}}async function zo(t,e,r){let n=await fetch(t,{...r,headers:eE(e),signal:AbortSignal.timeout(3e4)}),o=await n.text();if(!n.ok)throw n.status===401||n.status===403?new Xt(n.status,`\u77F3\u58A8\u9274\u6743\u5931\u8D25\uFF08HTTP ${n.status}\uFF09\uFF1Acookie \u7F3A\u5931/\u8FC7\u671F\uFF0C\u6216\u5BF9\u8BE5\u6587\u6863\u65E0\u6743\u9650\u3002\u8BF7\u91CD\u65B0\u767B\u5F55 shimo.im \u2192 F12 \u2192 Network \u2192 \u590D\u5236\u4EFB\u610F\u8BF7\u6C42\u7684 Cookie \u5934\uFF0C\u66F4\u65B0 SHIMO_COOKIE \u6216 cookie \u6587\u4EF6\u3002`):n.status===404?new Xt(404,`\u8D44\u6E90\u4E0D\u5B58\u5728\uFF08HTTP 404\uFF09\uFF1A${t.slice(0,120)}\u3002\u8BF7\u68C0\u67E5\u6587\u6863\u94FE\u63A5/\u5DE5\u4F5C\u8868\u540D\u3002`):new Xt(n.status,`\u77F3\u58A8 API HTTP ${n.status}\uFF1A${o.slice(0,200)}`);try{return JSON.parse(o)}catch{throw new Xt(n.status,`\u77F3\u58A8 API \u8FD4\u56DE\u975E JSON\uFF08HTTP ${n.status}\uFF09\uFF1A${o.slice(0,150)}`)}}function nd(t){if(!t)throw new Error("\u9700\u8981\u77F3\u58A8\u6587\u6863\u94FE\u63A5\u6216\u6587\u4EF6 id");let e=t.match(/\/(?:sheets|docs|docx|file)\/([a-zA-Z0-9]+)/);if(e)return e[1];if(/^[a-zA-Z0-9]{10,}$/.test(t.trim()))return t.trim();throw new Error(`\u65E0\u6CD5\u4ECE\u8F93\u5165\u63D0\u53D6\u77F3\u58A8\u6587\u4EF6 id\uFF1A${t.slice(0,100)}`)}async function od(t,e){let r=await zo(`${gn}/lizard-api/files/${t}?encryptedContentUrl=true`,e);return{guid:r.guid,name:r.name,role:r.role,type:r.type,updatedAt:r.updatedAt,views:r.views}}async function k_(t,e){if(!t.cookie)return{ok:!1,reason:"no_cookie",hint:"\u672A\u914D\u7F6E\u77F3\u58A8 cookie\u3002\u6D4F\u89C8\u5668\u767B\u5F55 shimo.im \u2192 F12 \u2192 Network \u2192 \u590D\u5236\u4EFB\u610F\u8BF7\u6C42\u7684 Cookie \u5934\u3002"};try{let r=await zo(`${gn}/lizard-api/users/me`,t.cookie),n=r?.name||r?.email||String(r?.id??"unknown");if(e){let o=await od(e,t.cookie);return{ok:!0,user:n,file:o}}return{ok:!0,user:n}}catch(r){let n=r;return n instanceof Xt&&n.status===401?{ok:!1,reason:"cookie_expired",hint:n.message}:{ok:!1,reason:n.message.includes("403")?"forbidden":"error",hint:n.message}}}var rd=180,tE=50,$_=200;function rE(t){let e=t+1,r="";for(;e>0;){let n=(e-1)%26;r=String.fromCharCode(65+n)+r,e=Math.floor((e-1)/26)}return r}async function nE(t,e,r,n,o,s){let i=`${e}!A${r}:${rE(o-1)}${n}`,a=`${gn}/api/sas/files/${t}/sheets/values?range=${encodeURIComponent(i)}`;return(await zo(a,s)).values||[]}async function S_(t,e,r,n=26){let o=[],s=1,i=0,a=!1;for(let c=1;c<=$_;c++){let u=s+rd-1,l;try{l=await nE(t,e,s,u,n,r)}catch(d){if(c===1)throw d;break}if(!l.length)break;for(let d of l){if(!d||d.every(m=>m==null||String(m).trim()==="")){if(i++,o.length>0&&i>=tE)return{rows:o,truncated:a}}else i=0;o.push(d||[])}if(l.length<rd)break;s+=rd,c===$_&&(a=!0)}return{rows:o,truncated:a}}async function sd(t,e,r=12e4){let n=await zo(`${gn}/panda-api/drive/batch_downloads`,e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({guids:[t]})}),o=n?.data?.id;if(!o)throw new Error(`\u521B\u5EFA\u5BFC\u51FA\u4EFB\u52A1\u5931\u8D25\uFF1A${JSON.stringify(n).slice(0,200)}`);let s=Date.now()+r;for(;Date.now()<s;){await new Promise(c=>setTimeout(c,1600));let a=(await zo(`${gn}/panda-api/drive/tasks/${o}`,e))?.data||{};if(a.completed){let c=a.detail?.url;if(!c)throw new Error(`\u5BFC\u51FA\u4EFB\u52A1\u5B8C\u6210\u4F46\u65E0\u4E0B\u8F7D\u5730\u5740\uFF1A${JSON.stringify(a).slice(0,200)}`);return{taskId:o,downloadUrl:c,fileName:a.name||t}}if(a.progress===0&&a.totalFiles===0&&Date.now()-new Date(a.createdAt).getTime()>3e4)throw new Error("\u5BFC\u51FA\u4EFB\u52A1 30 \u79D2\u65E0\u8FDB\u5EA6\uFF0C\u53EF\u80FD\u6587\u6863\u8FC7\u5927\u6216\u670D\u52A1\u7AEF\u7E41\u5FD9\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5")}throw new Error(`\u5BFC\u51FA\u4EFB\u52A1\u8D85\u65F6\uFF08${r}ms\uFF09\uFF0CtaskId=${o}\u3002\u53EF\u7A0D\u540E\u7528 export \u5DE5\u5177\u91CD\u8BD5\u3002`)}async function id(t){let e=await fetch(t.downloadUrl,{signal:AbortSignal.timeout(12e4)});if(!e.ok)throw new Xt(e.status,`\u4E0B\u8F7D\u5BFC\u51FA\u6587\u4EF6\u5931\u8D25\uFF1AHTTP ${e.status}`);return Buffer.from(await e.arrayBuffer())}var oE=[{pattern:/繁体|傳統|traditional/i,lang:"zh-TW"},{pattern:/简体|简中|simplified/i,lang:"zh-CN"},{pattern:/中文|汉语|chinese/i,lang:"zh"},{pattern:/英语|英文|english/i,lang:"en"},{pattern:/印尼|indonesia|bahasa.*indo/i,lang:"in"},{pattern:/马来|malay/i,lang:"ms"},{pattern:/葡萄|portugu/i,lang:"pt"},{pattern:/西班牙|espa|spanish/i,lang:"es"},{pattern:/印地|hindi/i,lang:"hi"},{pattern:/越南|việt|vietnamese/i,lang:"vi"},{pattern:/土耳其|türk|turkish/i,lang:"tr"},{pattern:/阿拉伯|عرب|arabic/i,lang:"ar"},{pattern:/泰语|泰文|thai|ไทย/i,lang:"th"},{pattern:/日语|日文|日本|japanese/i,lang:"ja"},{pattern:/韩语|韩文|朝鲜|korean/i,lang:"ko"},{pattern:/俄语|俄文|russian/i,lang:"ru"},{pattern:/德语|德文|german|deutsch/i,lang:"de"},{pattern:/法语|法文|french|français/i,lang:"fr"},{pattern:/key|键|文案名|name|标识/i,lang:"_key"},{pattern:/ui|界面|固定用词/i,lang:"_ui"}];function Zr(t){let e=[];return t.forEach((r,n)=>{let o=(r||"").trim();if(o){for(let s of oE)if(s.pattern.test(o)){e.push({header:o,lang:s.lang,index:n});break}}}),e}function z_(t){if(t==null)return"";if(typeof t=="string")return t;if(typeof t=="number"||typeof t=="boolean")return String(t);if(typeof t=="object"){let e=t;return typeof e.text=="string"?e.text:typeof e.value=="string"?e.value:JSON.stringify(t)}return String(t)}async function ad(t,e,r,n={}){let{rows:o,truncated:s}=await S_(t,e,r.cookie,n.maxCol??26);if(!o.length)return{sheet:e,headers:[],rows:[],totalRows:0,truncated:!1};let a=(o[0]||[]).map(z_),u=a.some(x=>x.trim())?a:a.map((x,_)=>`Col${_+1}`),l=Zr(u),d=null;if(n.languages?.length){let x=new Set(n.languages.map(_=>_.trim().toLowerCase()));if(d=[],u.forEach((_,b)=>{let S=l.find(Z=>Z.index===b);(x.has(_.trim().toLowerCase())||S&&x.has(S.lang.toLowerCase()))&&d.push(b)}),!d.length)throw new Error(`\u8BED\u8A00\u8FC7\u6EE4\u65E0\u5339\u914D\u5217\uFF1A${n.languages.join("/")}\u3002\u8BE5\u8868\u53EF\u7528\u5217\uFF1A${u.map((_,b)=>_.trim()?_:`Col${b+1}`).filter(Boolean).join("\u3001")}`)}let f=n.rows?.length?new Set(n.rows):null,m=n.limit===void 0?200:n.limit,p=[],h=0,g=s;for(let x=1;x<o.length;x++){let _=(o[x]||[]).map(z_);if(!_.some(Z=>Z.trim()))continue;h++;let b=x+1;if(f&&!f.has(b))continue;let S={_row:b};if(u.forEach((Z,ge)=>{if(d&&!d.includes(ge))return;let Ne=Z.trim()||`Col${ge+1}`,wt=_[ge]??"";wt&&(S[Ne]=wt)}),p.push(S),m>0&&p.length>=m){g=!0;break}}return{sheet:e,headers:d?d.map(x=>u[x].trim()||`Col${x+1}`):u.filter((x,_)=>x.trim()||!!o.some(b=>b[_])),rows:p,totalRows:h,truncated:g}}function T_(t,e={}){let r;if(e.keyColumn&&(r=t.headers.find(f=>f===e.keyColumn||f.trim()===e.keyColumn.trim()),!r))throw new Error(`keyColumn\u300C${e.keyColumn}\u300D\u4E0D\u5728\u8868\u5934\u4E2D\u3002\u53EF\u7528\u8868\u5934\uFF1A${t.headers.filter(Boolean).join("\u3001")}`);let n=t.headers.find(f=>/^zh(-CN)?$/.test(Zr([f])[0]?.lang||"")),o=[],s=new Set;for(let f of t.headers){if(f===r||f==="UI")continue;let m=Zr([f])[0];!m||m.lang==="_key"||m.lang==="_ui"||s.has(m.lang)||(s.add(m.lang),o.push({lang:m.lang,header:f}))}let i={};for(let{lang:f}of o)i[f]={};let a=f=>/^zh(-CN)?$/.test(f),c=0,u=[];for(let f of t.rows){let m=o.map(({lang:_,header:b})=>({lang:_,text:String(f[b]??"").trim()})),p=n?String(f[n]??"").trim():"",h=m.find(_=>_.lang==="en")?.text||"";if(p&&!h&&!m.some(_=>!a(_.lang)&&_.text)){c++;continue}let g=r?String(f[r]??"").trim()||`txt_row_${f._row}`:p?`txt_${p.charCodeAt(0)}${f._row}`:`txt_row_${f._row}`,x=m.filter(_=>!a(_.lang)&&!_.text).map(_=>_.lang);x.length&&u.push({row:f._row,key:r?g:p||h||g,langs:x});for(let{lang:_,text:b}of m){let S=!b&&!a(_)&&_!=="en"?h:b;sE(i[_],g,S)}}let l=[];!r&&!n&&t.rows.length&&l.push("\u672A\u627E\u5230\u4E2D\u6587\u5217\uFF08\u8868\u5934\u9700\u542B\u300C\u4E2D\u6587\u300D\uFF09\uFF0C\u5168\u90E8 key \u9000\u5316\u4E3A txt_row_\u884C\u53F7\u3002\u53EF\u7528 keyColumn \u663E\u5F0F\u6307\u5B9A key \u5217\u3002");let d=Object.entries(i).map(([f,m])=>`${f}:${Object.keys(m).length}`);if(new Set(d.map(f=>f.split(":")[1])).size>1&&l.push(`\u5404\u8BED\u8A00 key \u6570\u91CF\u4E0D\u4E00\u81F4\uFF08${d.join("\u3001")}\uFF09\uFF0C\u591A\u4E3A\u4E2A\u522B\u8BED\u8A00\u7F3A\u7FFB\u8BD1\u6216\u591A\u884C\u884C\u6570\u4E0D\u540C\uFF0C\u5EFA\u8BAE\u6838\u5BF9\u539F\u6587\u3002`),u.length){let f=u.slice(0,10).map(m=>`\u7B2C${m.row}\u884C(${m.key})\u7F3A ${m.langs.join("\u3001")}`).join("\uFF1B");l.push(`\u68C0\u6D4B\u5230 ${u.length} \u884C\u5B58\u5728\u6F0F\u586B\u7684\u8BED\u8A00\u5217\uFF0C\u7A7A\u5217\u5DF2\u7528\u82F1\u6587\u515C\u5E95\uFF08\u82F1\u6587\u4E5F\u7A7A\u7684\u5217\u5BF9\u5E94 key \u7F3A\u5931\uFF09\uFF0C\u8BF7\u6838\u5BF9\u586B\u5199\uFF1A${f}${u.length>10?` \u2026\u7B49\u5171 ${u.length} \u884C\uFF08\u5B8C\u6574\u6E05\u5355\u89C1 missing \u5B57\u6BB5\uFF09`:""}`)}return{translations:i,warnings:l,skippedGroups:c,missing:u}}function sE(t,e,r){let n=r.trim();if(!n)return;if(!n.includes(`
|
|
44
|
+
`)){t[e]=n;return}n.split(/\r?\n/).map(s=>s.trim()).filter(Boolean).forEach((s,i)=>{t[`${e}_${i}`]=s})}import{inflateRawSync as E_}from"node:zlib";function ud(t){let r=-1;for(let f=t.length-22;f>=0&&f>t.length-66e3;f--)if(t.readUInt32LE(f)===101010256){r=f;break}if(r<0)throw new Error("\u5BFC\u51FA\u6587\u4EF6\u4E0D\u662F\u5408\u6CD5 ZIP");let n=t.readUInt16LE(r+10),o=t.readUInt32LE(r+16),s=[];for(let f=0;f<n&&t.readUInt32LE(o)===33639248;f++){let m=t.readUInt16LE(o+10),p=t.readUInt32LE(o+20),h=t.readUInt16LE(o+28),g=t.readUInt16LE(o+30),x=t.readUInt16LE(o+32),_=t.readUInt32LE(o+42),b=t.slice(o+46,o+46+h).toString("utf8");s.push({name:b,offset:_,compSize:p,method:m}),o+=46+h+g+x}let i=s.find(f=>/\.xlsx$/i.test(f.name))||s.find(f=>!f.name.endsWith("/"));if(!i)throw new Error(`\u5BFC\u51FA ZIP \u4E2D\u6CA1\u6709\u6587\u4EF6\uFF1A${s.map(f=>f.name).join(", ")}`);let a=i.offset,c=t.readUInt16LE(a+26),u=t.readUInt16LE(a+28),l=a+30+c+u,d=t.slice(l,l+i.compSize);if(i.method===0)return Buffer.from(d);if(i.method===8)return E_(d);throw new Error(`\u4E0D\u652F\u6301\u7684 ZIP \u538B\u7F29\u65B9\u6CD5\uFF1A${i.method}`)}function cd(t,e){let r=t.match(new RegExp(`<${e}[^>]*>([\\s\\S]*?)</${e}>`));return r?r[1]:""}function iE(t){let e=[],r=/<si(?:\s[^>]*)?>([\s\S]*?)<\/si>/g,n;for(;n=r.exec(t);){let o=n[1].match(/<t(?:\s[^>]*)?>([\s\S]*?)<\/t>/g)||[];e.push(o.map(s=>s.replace(/<[^>]+>/g,"")).join(""))}return e}function aE(t){let e=0;for(let r of t)if(r>="A"&&r<="Z")e=e*26+(r.charCodeAt(0)-64);else if(r>="a"&&r<="z")e=e*26+(r.charCodeAt(0)-96);else break;return e-1}function P_(t){return t.replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'").replace(/&#(\d+);/g,(e,r)=>String.fromCodePoint(Number(r))).replace(/&x([0-9a-fA-F]+);/g,(e,r)=>String.fromCodePoint(parseInt(r,16))).replace(/&/g,"&")}function ld(t){let e=uE(t),r=p=>e.files[p]?e.data(p):null,n=r("xl/workbook.xml")?.toString("utf8")||"",o=r("xl/_rels/workbook.xml.rels")?.toString("utf8")||"";if(!n)throw new Error("xlsx \u7F3A\u5C11 xl/workbook.xml");let s=[],i=r("xl/sharedStrings.xml");i&&s.push(...iE(i.toString("utf8")));let a=new Map,c=/<Relationship[^>]*Id="([^"]+)"[^>]*Target="([^"]+)"[^>]*\/?>/g,u;for(;u=c.exec(o);)a.set(u[1],u[2].replace(/^\//,"").replace(/^xl\//,""));let l=[],d={},f=/<sheet[^>]*name="([^"]+)"[^>]*r:id="([^"]+)"[^>]*\/?>/g,m;for(;m=f.exec(n);){let p=P_(m[1]);l.push(p);let h=a.get(m[2])||`worksheets/sheet${l.length}.xml`,g=r(h.startsWith("xl/")?h:`xl/${h}`);d[p]=g?cE(g.toString("utf8"),s):[]}return{sheetNames:l,sheets:d}}function cE(t,e){let r=[],n=/<row[^>]*r="(\d+)"[^>]*>([\s\S]*?)<\/row>/g,o;for(;o=n.exec(t);){let s=Number(o[1])-1,i=[],a=/<c([^>]*)\/>|<c([^>]*)>([\s\S]*?)<\/c>/g,c;for(;c=a.exec(o[2]);){let u=c[1]||c[2]||"",l=c[3]||"",d=/r="([A-Z]+)\d+"/.exec(u),f=d?aE(d[1]):i.length,m=/t="([^"]+)"/.exec(u),p=m?m[1]:"n",h="";if(p==="s"){let g=cd(l,"v");h=e[Number(g)]??""}else p==="inlineStr"?h=l.replace(/<[^>]+>/g,""):h=cd(l,"v");i[f]=P_(h)}r[s]=i}for(let s=0;s<r.length;s++)r[s]||(r[s]=[]);return r}function uE(t){let r=-1;for(let a=t.length-22;a>=0&&a>t.length-66e3;a--)if(t.readUInt32LE(a)===101010256){r=a;break}if(r<0)throw new Error("xlsx \u4E0D\u662F\u5408\u6CD5 ZIP");let n=t.readUInt16LE(r+10),o=t.readUInt32LE(r+16),s={},i={};for(let a=0;a<n&&t.readUInt32LE(o)===33639248;a++){let c=t.readUInt16LE(o+10),u=t.readUInt32LE(o+20),l=t.readUInt16LE(o+28),d=t.readUInt16LE(o+30),f=t.readUInt16LE(o+32),m=t.readUInt32LE(o+42),p=t.slice(o+46,o+46+l).toString("utf8");s[p]=m,i[p]={compSize:u,method:c,offset:m},o+=46+l+d+f}return{files:s,data(a){let c=i[a];if(!c)throw new Error(`ZIP \u5185\u65E0 ${a}`);let u=c.offset,l=t.readUInt16LE(u+26),d=t.readUInt16LE(u+28),f=u+30+l+d,m=t.slice(f,f+c.compSize);return c.method===0?Buffer.from(m):E_(m)}}}var lE=(()=>{let t=new Uint32Array(256);for(let e=0;e<256;e++){let r=e;for(let n=0;n<8;n++)r=r&1?3988292384^r>>>1:r>>>1;t[e]=r>>>0}return t})();function dE(t){let e=4294967295;for(let r=0;r<t.length;r++)e=lE[(e^t[r])&255]^e>>>8;return(e^4294967295)>>>0}function pE(t){let e=[],r=[],n=0;for(let a of t){let c=Buffer.from(a.name,"utf8"),u=dE(a.data),l=Buffer.alloc(30);l.writeUInt32LE(67324752,0),l.writeUInt16LE(20,4),l.writeUInt32LE(u,14),l.writeUInt32LE(a.data.length,18),l.writeUInt32LE(a.data.length,22),l.writeUInt16LE(c.length,26),e.push(l,c,a.data);let d=Buffer.alloc(46);d.writeUInt32LE(33639248,0),d.writeUInt16LE(20,4),d.writeUInt16LE(20,6),d.writeUInt32LE(u,16),d.writeUInt32LE(a.data.length,20),d.writeUInt32LE(a.data.length,24),d.writeUInt16LE(c.length,28),d.writeUInt32LE(n,42),r.push(d,c),n+=30+c.length+a.data.length}let o=n,s=Buffer.concat(r),i=Buffer.alloc(22);return i.writeUInt32LE(101010256,0),i.writeUInt16LE(t.length,8),i.writeUInt16LE(t.length,10),i.writeUInt32LE(s.length,12),i.writeUInt32LE(o,16),Buffer.concat([...e,s,i])}function I_(t){return t.replace(/[\x00-\x08\x0b\x0c\x0e-\x1f]/g,"").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function fE(t){return(t.replace(/[:\\/?*[\]]/g,"_").trim()||"sheet").slice(0,31)}function mE(t){let e=['<?xml version="1.0" encoding="UTF-8" standalone="yes"?>','<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><sheetData>'];return t.forEach((r,n)=>{if(!r||!r.length)return;let o=[`<row r="${n+1}">`];r.forEach((s,i)=>{let a=s==null?"":String(s);a&&o.push(`<c r="${hE(i)}${n+1}" t="inlineStr"><is><t xml:space="preserve">${I_(a)}</t></is></c>`)}),o.push("</row>"),e.push(o.join(""))}),e.push("</sheetData></worksheet>"),Buffer.from(e.join(""),"utf8")}function hE(t){let e=t+1,r="";for(;e>0;){let n=(e-1)%26;r=String.fromCharCode(65+n)+r,e=Math.floor((e-1)/26)}return r}function R_(t){if(!t.length)throw new Error("buildXlsx \u9700\u8981\u81F3\u5C11\u4E00\u4E2A sheet");let e=t.map(i=>fE(i.name)),r=e.map((i,a)=>`<sheet name="${I_(i)}" sheetId="${a+1}" r:id="rId${a+1}"/>`).join(""),n=e.map((i,a)=>`<Relationship Id="rId${a+1}" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet${a+1}.xml"/>`).join(""),o=e.map((i,a)=>`<Override PartName="/xl/worksheets/sheet${a+1}.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"/>`).join(""),s=[{name:"[Content_Types].xml",data:Buffer.from('<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"/><Default Extension="xml" ContentType="application/xml"/><Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"/>'+o+"</Types>","utf8")},{name:"_rels/.rels",data:Buffer.from('<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>',"utf8")},{name:"xl/workbook.xml",data:Buffer.from(`<?xml version="1.0" encoding="UTF-8" standalone="yes"?><workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><sheets>${r}</sheets></workbook>`,"utf8")},{name:"xl/_rels/workbook.xml.rels",data:Buffer.from('<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">'+n+"</Relationships>","utf8")},...t.map((i,a)=>({name:`xl/worksheets/sheet${a+1}.xml`,data:mE(i.rows)}))];return pE(s)}function _E(t){if(t)try{return gE(t,"utf8").trim()||void 0}catch{return}}function _n(t){let e=t.cookie||process.env.SHIMO_COOKIE||_E(process.env.SHIMO_COOKIE_FILE);if(!e)throw new Error("\u7F3A\u5C11\u77F3\u58A8\u767B\u5F55 cookie\uFF08\u4E09\u9009\u4E00\uFF09\uFF1A\u2460 \u5DE5\u5177\u5165\u53C2 cookie\uFF1B\u2461 \u73AF\u5883\u53D8\u91CF SHIMO_COOKIE\uFF1B\u2462 SHIMO_COOKIE_FILE \u6307\u5411\u7684\u6587\u4EF6\uFF08\u5185\u5BB9\u4E3A\u5B8C\u6574 cookie \u4E32\uFF09\u3002\u83B7\u53D6\uFF1A\u6D4F\u89C8\u5668\u767B\u5F55 shimo.im \u2192 F12 \u2192 Network \u2192 \u70B9\u4EFB\u610F\u8BF7\u6C42 \u2192 \u590D\u5236 Cookie \u5934\u6574\u4E32\u3002");return{cookie:e}}function gi(t){let e=t||process.env.SHIMO_URL;if(!e)throw new Error("\u7F3A\u5C11 url \u53C2\u6570\uFF08\u77F3\u58A8\u6587\u6863\u94FE\u63A5\uFF0C\u5982 https://shimo.im/sheets/xxx/yyy\uFF09\uFF0C\u4E14\u672A\u8BBE\u7F6E\u73AF\u5883\u53D8\u91CF SHIMO_URL");return nd(e)}var yn=new pi({name:"shimo-mcp",version:"0.1.0"},{instructions:["\u77F3\u58A8\u6587\u6863\u591A\u8BED\u8A00\u7FFB\u8BD1\u8868\u8BFB\u53D6\u5DE5\u4F5C\u6D41\uFF1A","1. shimo_check_auth \u63A2\u6D3B cookie\uFF08401/\u7A7A\u6570\u636E\u65F6\u5148\u8C03\u5B83\u533A\u5206\u300Ccookie \u8FC7\u671F\u300D\u4E0E\u300C\u65E0\u6743\u9650\u300D\uFF09\u3002","2. shimo_list_sheets \u5217\u51FA\u5168\u90E8\u5DE5\u4F5C\u8868\u540D\uFF08\u8D70 xlsx \u5BFC\u51FA\u901A\u9053\uFF0C\u540C\u65F6\u8FD4\u56DE\u6BCF\u4E2A\u8868\u7684\u884C\u5217\u6570\u4E0E\u8BED\u8A00\u5217\uFF09\u3002","3. shimo_read_sheet \u8BFB\u5355\u4E2A\u5DE5\u4F5C\u8868\uFF1A\u9ED8\u8BA4\u8FD4\u56DE\u524D 200 \u884C\uFF1B\u6587\u6863\u66F4\u65B0\u540E\u53EA\u770B\u6539\u52A8\u65F6\u4F20 rows:[\u884C\u53F7]\uFF08\u884C\u53F7=\u77F3\u58A8 UI \u884C\u53F7\uFF0C\u8868\u5934\u6052\u5728\u7B2C 1 \u884C\uFF09\uFF0C\u6216 languages:[\u8BED\u8A00\u7801] \u53EA\u8981\u67D0\u51E0\u5217\u3002","4. shimo_export_xlsx \u628A\u6574\u4E2A\u6587\u6863\u5BFC\u51FA\u4E3A xlsx \u843D\u76D8\uFF08\u672C\u5730\u89E3\u6790\u51FA sheet \u6E05\u5355\uFF1B\u4EA7\u7269\u53EF\u76F4\u63A5\u7ED9 Excel \u7528\u6237\uFF09\u3002","5. \u8272\u503C/\u6587\u6848\u4E00\u5F8B\u4EE5\u7ED3\u6784\u5316\u6570\u636E\u4E3A\u51C6\uFF0C\u4E0D\u8981\u7528\u622A\u56FE OCR\u3002","6. url \u53EF\u7528\u73AF\u5883\u53D8\u91CF SHIMO_URL \u9884\u7F6E\u9ED8\u8BA4\u6587\u6863\u94FE\u63A5\uFF0C\u914D\u7F6E\u540E\u8C03\u7528\u65E0\u9700\u91CD\u590D\u4F20 url\u3002"].join(`
|
|
45
|
+
`)});yn.registerTool("shimo_check_auth",{description:"\u63A2\u6D3B\u77F3\u58A8 cookie \u662F\u5426\u6709\u6548\u3002\u8FD4\u56DE { ok:true, user, file? } \u6216 { ok:false, reason, hint }\u3002\u4EFB\u4F55 shimo \u5DE5\u5177\u62A5 401/403 \u6216\u7A7A\u6570\u636E\u65F6\u5148\u8C03\u672C\u5DE5\u5177\uFF1Aok=true \u4F46\u4ECD 403 \u2192 \u662F\u8BE5\u6587\u6863\u65E0\u6743\u9650\uFF08\u627E\u6587\u6863\u6240\u6709\u8005\u5F00\u901A\uFF09\uFF1Breason=cookie_expired \u2192 \u771F\u8FC7\u671F\uFF0C\u63D0\u793A\u7528\u6237\u91CD\u65B0\u767B\u5F55 shimo.im \u590D\u5236 Cookie \u66F4\u65B0\u914D\u7F6E\u3002",inputSchema:{url:ee.string().optional().describe("\u77F3\u58A8\u6587\u6863\u94FE\u63A5\uFF1B\u4E0D\u4F20\u65F6\u4F7F\u7528\u73AF\u5883\u53D8\u91CF SHIMO_URL\uFF08\u90FD\u6CA1\u6709\u5219\u53EA\u63A2\u6D3B cookie\uFF0C\u4E0D\u8FD4\u56DE\u6587\u6863\u4FE1\u606F\uFF09"),cookie:ee.string().optional()}},async t=>{let e=t.url||process.env.SHIMO_URL,r=e?nd(e):void 0,n=await k_(_n(t),r);return{content:[{type:"text",text:JSON.stringify(n)}]}});yn.registerTool("shimo_read_sheet",{description:'\u8BFB\u77F3\u58A8\u8868\u683C\u5355\u4E2A\u5DE5\u4F5C\u8868\uFF08sheet\uFF09\u7684\u7ED3\u6784\u5316\u6570\u636E\uFF1A\u8868\u5934 + \u6570\u636E\u884C\uFF08\u6BCF\u884C\u5E26 _row=\u77F3\u58A8 UI \u884C\u53F7\uFF09\u3002\u652F\u6301\u589E\u91CF\u573A\u666F\uFF1Arows \u4F20\u884C\u53F7\u5217\u8868\u53EA\u53D6\u6307\u5B9A\u884C\uFF08\u5982\u53EA\u770B\u4E0A\u6B21\u7F3A\u5931\u7684\u884C\uFF09\uFF1Blanguages \u4F20\u8BED\u8A00\u7801/\u8868\u5934\u540D\u53EA\u53D6\u6307\u5B9A\u5217\uFF08\u5982 ["en","ja"]\uFF09\u2014\u2014\u6587\u6863\u66F4\u65B0\u540E\u4E0D\u5FC5\u5168\u91CF\u91CD\u62C9\u3002\u9ED8\u8BA4\u6700\u591A 200 \u884C\uFF0Ctruncated=true \u8868\u793A\u8FD8\u6709\u66F4\u591A\uFF0C\u7528 rows \u4F20\u540E\u7EED\u884C\u53F7\uFF08\u5982 [201,202,\u2026]\uFF09\u7EE7\u7EED\u53D6\u3002\u5DE5\u4F5C\u8868\u540D\u662F\u77F3\u58A8\u5E95\u90E8\u6807\u7B7E\u9875\u540D\u79F0\u3002',inputSchema:{url:ee.string().optional().describe("\u77F3\u58A8\u6587\u6863\u94FE\u63A5\uFF1B\u4E0D\u4F20\u65F6\u4F7F\u7528\u73AF\u5883\u53D8\u91CF SHIMO_URL"),sheet:ee.string().describe("\u5DE5\u4F5C\u8868\u540D\uFF08\u5E95\u90E8\u6807\u7B7E\u9875\u540D\u79F0\uFF0C\u6765\u81EA shimo_list_sheets \u6216\u7528\u6237\u6307\u5B9A\uFF09"),rows:ee.array(ee.number()).optional().describe("\u53EA\u53D6\u8FD9\u4E9B\u884C\uFF08\u77F3\u58A8 UI \u884C\u53F7\uFF0C1-based\uFF1B\u8868\u5934\u6052\u5728\u7B2C 1 \u884C\u81EA\u52A8\u5E26\u51FA\uFF09\u3002\u589E\u91CF/\u8865\u62C9\u573A\u666F\u7528"),languages:ee.array(ee.string()).optional().describe("\u53EA\u53D6\u8FD9\u4E9B\u8BED\u8A00\u5217\uFF08\u8BED\u8A00\u7801 en/in/ms/pt/es/hi/vi/tr/ar/zh-TW\u2026 \u6216\u8868\u5934\u539F\u6587\u300C\u82F1\u6587/\u5370\u5C3C\u8BED\u300D\uFF09\u3002\u9ED8\u8BA4\u5168\u90E8\u5217"),limit:ee.number().optional().describe("\u6570\u636E\u884C\u4E0A\u9650\uFF0C\u9ED8\u8BA4 200\uFF1B0=\u4E0D\u9650\uFF08\u614E\u7528\uFF0C\u5927\u8868\u4F1A\u6491\u7206\u4E0A\u4E0B\u6587\uFF09"),cookie:ee.string().optional()}},async t=>{let e=gi(t.url),r=await ad(e,t.sheet,_n(t),{...t.rows?.length?{rows:t.rows}:{},...t.languages?.length?{languages:t.languages}:{},...t.limit!==void 0?{limit:t.limit}:{}}),n=Zr(r.headers),o={...r,detectedLanguages:n.map(s=>({lang:s.lang,column:s.header})),hint:r.truncated?`\u8FD8\u6709\u66F4\u591A\u884C\uFF1A\u7528 rows \u4F20\u540E\u7EED\u884C\u53F7\uFF08\u5F53\u524D\u5DF2\u5230\u7B2C ${r.rows[r.rows.length-1]?._row} \u884C\uFF09\u7EE7\u7EED\u53D6`:void 0};return{content:[{type:"text",text:JSON.stringify(o)}]}});async function yE(t,e){let r=await sd(t,e.cookie),n=await id(r),o=ud(n),s=ld(o),i=process.env.SHIMO_EXPORT_DIR||bt.join(process.cwd(),".mcp-local");dd(i,{recursive:!0});let a=bt.join(i,`${s.sheetNames.length&&r.fileName||t}.xlsx`);return hi(a,o),{book:s,file:a,bytes:o.length}}yn.registerTool("shimo_list_sheets",{description:"\u5217\u51FA\u77F3\u58A8\u8868\u683C\u7684\u5168\u90E8\u5DE5\u4F5C\u8868\u540D\uFF08\u5E95\u90E8\u6807\u7B7E\u9875\uFF09\u3002\u77F3\u58A8\u6CA1\u6709 sheet \u6E05\u5355 API\uFF0C\u672C\u5DE5\u5177\u8D70\u4E00\u6B21 xlsx \u5BFC\u51FA\u901A\u9053\u5E76\u672C\u5730\u89E3\u6790\uFF08\u7EA6 5~20 \u79D2\uFF09\uFF0C\u987A\u5E26\u8FD4\u56DE\u6BCF\u4E2A\u5DE5\u4F5C\u8868\u7684\u884C\u5217\u6570\u3001\u8868\u5934\u8BED\u8A00\u5217\u4E0E\u843D\u76D8\u7684 xlsx \u8DEF\u5F84\u3002\u7ED3\u679C\u8F83\u7A33\u5B9A\u53EF\u5C11\u91CF\u590D\u7528\uFF1B\u4EC5\u9700\u8981\u6570\u636E\u65F6\u76F4\u63A5\u7528 shimo_read_sheet\u3002",inputSchema:{url:ee.string().optional().describe("\u77F3\u58A8\u6587\u6863\u94FE\u63A5\uFF1B\u4E0D\u4F20\u65F6\u4F7F\u7528\u73AF\u5883\u53D8\u91CF SHIMO_URL"),cookie:ee.string().optional()}},async t=>{let e=gi(t.url),r=await od(e,_n(t).cookie).catch(()=>null),{book:n,file:o,bytes:s}=await yE(e,_n(t)),i=n.sheetNames.map(a=>{let c=n.sheets[a]||[],u=(c[0]||[]).filter(Boolean),l=Zr(u),d=c.slice(1).filter(f=>f.some(m=>String(m).trim())).length;return{name:a,rows:d,cols:u.length,languages:l.length?l.map(f=>f.lang):void 0,headers:u.slice(0,12)}});return{content:[{type:"text",text:JSON.stringify({document:r?.name||e,sheetCount:i.length,exported:{file:o,bytes:s},sheets:i})}]}});yn.registerTool("shimo_export_xlsx",{description:"\u628A\u77F3\u58A8\u8868\u683C\u5BFC\u51FA\u4E3A xlsx \u6587\u4EF6\u843D\u76D8\uFF08\u672C\u5730\u76EE\u5F55\uFF0C\u4F9B\u5F00\u53D1/\u4EA4\u4ED8\u4F7F\u7528\uFF09\uFF0C\u8FD4\u56DE\u6587\u4EF6\u8DEF\u5F84\u4E0E\u5DE5\u4F5C\u8868\u6E05\u5355\u3002\u5BFC\u51FA\u8D70\u77F3\u58A8\u300C\u6279\u91CF\u4E0B\u8F7D\u300D\u901A\u9053\uFF08\u6574\u6587\u6863\u4E00\u4E2A xlsx\uFF0C\u7EA6 5~20 \u79D2\uFF09\uFF1B\u4F20 sheet \u53C2\u6570\u5219\u4ECE\u6574\u6587\u6863 xlsx \u4E2D\u62BD\u53D6\u8BE5\u5355\u4E2A\u5DE5\u4F5C\u8868\u53E6\u5B58\u4E3A\u72EC\u7ACB xlsx \u6587\u4EF6\uFF08\u96F6\u4F9D\u8D56\u672C\u5730\u91CD\u5199\uFF09\u3002\u9700\u8981\u6309\u8BED\u8A00\u62C6\u5206 JSON \u65F6\u7528 shimo_read_sheet \u7684\u6570\u636E\u81EA\u884C\u7EC4\u88C5\u3002",inputSchema:{url:ee.string().optional().describe("\u77F3\u58A8\u6587\u6863\u94FE\u63A5\uFF1B\u4E0D\u4F20\u65F6\u4F7F\u7528\u73AF\u5883\u53D8\u91CF SHIMO_URL"),sheet:ee.string().optional().describe("\u53EA\u5BFC\u51FA\u8FD9\u4E00\u4E2A\u5DE5\u4F5C\u8868\uFF08\u540D\u79F0\u9700\u7CBE\u786E\u5339\u914D\uFF0C\u6765\u81EA shimo_list_sheets\uFF09\u3002\u4E0D\u4F20=\u5BFC\u51FA\u6574\u6587\u6863\u5168\u90E8\u5DE5\u4F5C\u8868"),outputPath:ee.string().optional().describe("\u8F93\u51FA\u76EE\u5F55\uFF0C\u9ED8\u8BA4 ./.mcp-local"),fileName:ee.string().optional().describe("\u8F93\u51FA\u6587\u4EF6\u540D\uFF08\u4E0D\u542B .xlsx \u4E5F\u53EF\uFF09\uFF0C\u9ED8\u8BA4\uFF1A\u6574\u6587\u6863\u7528\u6587\u6863\u540D\uFF1B\u5355 sheet \u7528\u5DE5\u4F5C\u8868\u540D"),cookie:ee.string().optional()}},async t=>{let e=gi(t.url),r=_n(t),n=await sd(e,r.cookie),o=await id(n),s=ud(o),i=ld(s),a=bt.resolve(t.outputPath||process.env.SHIMO_EXPORT_DIR||bt.join(process.cwd(),".mcp-local"));if(dd(a,{recursive:!0}),t.sheet){let l=i.sheets[t.sheet]??i.sheets[t.sheet.trim()];if(!l){let h=i.sheetNames.slice(0,15).join("\u3001");throw new Error(`\u672A\u627E\u5230\u5DE5\u4F5C\u8868\u300C${t.sheet}\u300D\u3002\u53EF\u7528\u5DE5\u4F5C\u8868\uFF08\u5171 ${i.sheetNames.length} \u4E2A\uFF0C\u524D 15 \u4E2A\uFF09\uFF1A${h}\u2026`)}let d=l.filter(h=>h.some(g=>String(g??"").trim())),f=(t.fileName||t.sheet).replace(/[/\\:*?"<>|]/g,"_"),m=bt.join(a,`${f.endsWith(".xlsx")?f:f+".xlsx"}`),p=R_([{name:t.sheet,rows:l}]);return hi(m,p),{content:[{type:"text",text:JSON.stringify({file:m,bytes:p.length,sheet:t.sheet,rows:d.length,cols:l.reduce((h,g)=>Math.max(h,g.length),0),taskId:n.taskId,sourceSheets:i.sheetNames.length})}]}}let c=(t.fileName||n.fileName||e).replace(/[/\\:*?"<>|]/g,"_"),u=bt.join(a,`${c.endsWith(".xlsx")?c:c+".xlsx"}`);return hi(u,s),{content:[{type:"text",text:JSON.stringify({file:u,bytes:s.length,taskId:n.taskId,sheetCount:i.sheetNames.length,sheets:i.sheetNames})}]}});yn.registerTool("shimo_export_i18n",{description:"\u8BFB\u53D6\u6307\u5B9A\u5DE5\u4F5C\u8868\u5E76\u751F\u6210\u5404\u8BED\u8A00\u7684 key\u2192\u6587\u6848 \u6620\u5C04 JSON\uFF08\u843D\u76D8\u6216\u76F4\u63A5\u8FD4\u56DE\uFF09\u3002key \u9ED8\u8BA4\u6309\u300Ctxt_\u4E2D\u6587\u9996\u5B57\u7F16\u7801+\u77F3\u58A8\u884C\u53F7\u300D\u751F\u6210\uFF08\u4E2D\u6587\u7F3A\u5931\u9000\u5316\u4E3A txt_row_\u884C\u53F7\uFF09\uFF0C\u4E0E multilingual-excel-converter \u811A\u672C\u4E00\u81F4\uFF1B\u4F20 keyColumn \u5219\u6539\u7528\u6307\u5B9A\u5217\u7684\u503C\u4F5C\u4E3A key\u3002\u884C\u8BED\u4E49\uFF1A\u53EA\u6709\u4E2D\u6587\u6709\u503C\u7684\u884C\u89C6\u4E3A\u5206\u7EC4\u884C\u4E0D\u5BFC\u51FA\uFF08\u8FD4\u56DE skippedGroups \u8BA1\u6570\uFF09\uFF1B\u5176\u4ED6\u8BED\u8A00\u5217\u7F3A\u503C\u65F6\u7528\u82F1\u6587\u515C\u5E95\uFF0C\u4F46\u6F0F\u586B\u4E8B\u5B9E\u4F1A\u8BB0\u5F55\u5728 missing \u5B57\u6BB5\uFF08\u884C\u53F7/\u4E2D\u6587\u539F\u6587/\u7F3A\u7684\u8BED\u8A00\uFF09\u5E76\u9644 warning\uFF0C\u63D0\u9192\u64CD\u4F5C\u4EBA\u5458\u8865\u586B\u3002\u542B\u6362\u884C\u7684\u6587\u6848\u81EA\u52A8\u6309\u884C\u62C6\u6210 key_0/key_1\u2026\u3002\u8BED\u8A00\u5217\u6309\u8868\u5934\u81EA\u52A8\u8BC6\u522B\uFF1Blanguages \u53EF\u53EA\u5BFC\u51FA\u6307\u5B9A\u8BED\u8A00\u3002\u9002\u5408\u76F4\u63A5\u5582\u7ED9\u524D\u7AEF i18n \u6846\u67B6\u3002",inputSchema:{url:ee.string().optional().describe("\u77F3\u58A8\u6587\u6863\u94FE\u63A5\uFF1B\u4E0D\u4F20\u65F6\u4F7F\u7528\u73AF\u5883\u53D8\u91CF SHIMO_URL"),sheet:ee.string().describe("\u5DE5\u4F5C\u8868\u540D"),languages:ee.array(ee.string()).optional().describe("\u53EA\u8981\u8FD9\u4E9B\u8BED\u8A00\uFF08\u8BED\u8A00\u7801\u6216\u8868\u5934\u540D\uFF09\u3002\u9ED8\u8BA4\u5168\u90E8\u8BC6\u522B\u5230\u7684\u8BED\u8A00"),keyColumn:ee.string().optional().describe("\u663E\u5F0F\u6307\u5B9A\u4F5C\u4E3A key \u7684\u5217\u540D\u3002\u4E0D\u4F20\u65F6\u9ED8\u8BA4\u751F\u6210 txt_\u4E2D\u6587\u9996\u5B57\u7F16\u7801+\u884C\u53F7 \u5F62\u5F0F\u7684 key"),rows:ee.array(ee.number()).optional().describe("\u53EA\u53D6\u8FD9\u4E9B\u884C\uFF08\u77F3\u58A8 UI \u884C\u53F7\uFF09"),outputPath:ee.string().optional().describe("\u4F20\u4E86\u5C31\u628A\u6BCF\u4E2A\u8BED\u8A00\u5199\u6210 <lang>.json \u843D\u76D8\uFF0C\u8FD4\u56DE\u8DEF\u5F84\uFF1B\u4E0D\u4F20\u5219\u76F4\u63A5\u8FD4\u56DE JSON \u5185\u5BB9"),cookie:ee.string().optional()}},async t=>{let e=gi(t.url),r=_n(t),n=await ad(e,t.sheet,r,{...t.rows?.length?{rows:t.rows}:{},...t.languages?.length?{languages:t.languages}:{},limit:0}),{translations:o,warnings:s,skippedGroups:i,missing:a}=T_(n,{...t.keyColumn?{keyColumn:t.keyColumn}:{}});if(t.outputPath){let c=bt.resolve(t.outputPath);dd(c,{recursive:!0});let u=[];for(let[l,d]of Object.entries(o)){let f=bt.join(c,`${l}.json`);hi(f,JSON.stringify(d,null,2),"utf8"),u.push({lang:l,file:f,keys:Object.keys(d).length})}return{content:[{type:"text",text:JSON.stringify({sheet:n.sheet,files:u,totalRows:n.totalRows,skippedGroups:i,...a.length?{missing:a}:{},...s.length?{warnings:s}:{}})}]}}return{content:[{type:"text",text:JSON.stringify({sheet:n.sheet,totalRows:n.totalRows,skippedGroups:i,...a.length?{missing:a}:{},truncated:n.truncated,translations:o,...s.length?{warnings:s}:{}})}]}});async function vE(){process.on("unhandledRejection",e=>{console.error("[unhandledRejection]",e instanceof Error?e.stack??e.message:String(e))});let t=new mi;await yn.connect(t),process.on("SIGINT",async()=>{process.exit(0)}),console.error("shimo-mcp \u5DF2\u542F\u52A8\uFF0C\u7B49\u5F85\u8FDE\u63A5\u2026")}vE().catch(t=>{console.error("\u542F\u52A8\u5931\u8D25:",t?.message||t),process.exit(1)});
|