@opentiny/next-sdk 0.1.15 → 0.2.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/agent/AgentModelProvider.ts +493 -2
- package/agent/type.ts +8 -2
- package/agent/utils/generateReActPrompt.ts +55 -0
- package/agent/utils/parseReActAction.ts +34 -0
- package/dist/agent/AgentModelProvider.d.ts +35 -1
- package/dist/agent/type.d.ts +8 -2
- package/dist/agent/utils/generateReActPrompt.d.ts +9 -0
- package/dist/agent/utils/parseReActAction.d.ts +14 -0
- package/dist/index.es.dev.js +29527 -22287
- package/dist/index.es.js +28124 -22534
- package/dist/index.js +2411 -320
- package/dist/index.umd.dev.js +29958 -22718
- package/dist/index.umd.js +113 -71
- package/dist/{mcpsdk@1.23.0.dev.js → mcpsdk@1.23.1.dev.js} +6580 -6455
- package/dist/{mcpsdk@1.23.0.es.dev.js → mcpsdk@1.23.1.es.dev.js} +6578 -6453
- package/dist/mcpsdk@1.23.1.es.js +15530 -0
- package/dist/mcpsdk@1.23.1.js +43 -0
- package/dist/transport/ExtensionPageServerTransport.d.ts +1 -2
- package/dist/webagent.dev.js +23337 -16088
- package/dist/webagent.es.dev.js +22235 -14986
- package/dist/webagent.es.js +23995 -18395
- package/dist/webagent.js +96 -54
- package/dist/webmcp-full.dev.js +14988 -10082
- package/dist/webmcp-full.es.dev.js +14965 -10059
- package/dist/webmcp-full.es.js +13484 -9668
- package/dist/webmcp-full.js +26 -26
- package/dist/webmcp.dev.js +666 -640
- package/dist/webmcp.es.dev.js +664 -638
- package/dist/webmcp.es.js +651 -619
- package/dist/webmcp.js +1 -1
- package/dist/zod@3.25.76.dev.js +30 -32
- package/dist/zod@3.25.76.es.dev.js +28 -30
- package/dist/zod@3.25.76.es.js +143 -145
- package/dist/zod@3.25.76.js +1 -1
- package/package.json +9 -8
- package/transport/ExtensionPageServerTransport.ts +2 -4
- package/dist/mcpsdk@1.23.0.es.js +0 -15584
- package/dist/mcpsdk@1.23.0.js +0 -43
package/dist/webmcp-full.js
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
(function(me,_r){typeof exports=="object"&&typeof module<"u"?_r(exports):typeof define=="function"&&define.amd?define(["exports"],_r):(me=typeof globalThis<"u"?globalThis:me||self,_r(me.WebMCP={}))})(this,function(me){"use strict";function _r(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var no={exports:{}},Ja={},ot={},gr={},qr={},Q={},Vr={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.regexpCode=t.getEsmExportName=t.getProperty=t.safeStringify=t.stringify=t.strConcat=t.addCodeArg=t.str=t._=t.nil=t._Code=t.Name=t.IDENTIFIER=t._CodeOrName=void 0;class e{}t._CodeOrName=e,t.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends e{constructor(m){if(super(),!t.IDENTIFIER.test(m))throw new Error("CodeGen: name must be a valid identifier");this.str=m}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}t.Name=r;class n extends e{constructor(m){super(),this._items=typeof m=="string"?[m]:m}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const m=this._items[0];return m===""||m==='""'}get str(){var m;return(m=this._str)!==null&&m!==void 0?m:this._str=this._items.reduce((w,S)=>`${w}${S}`,"")}get names(){var m;return(m=this._names)!==null&&m!==void 0?m:this._names=this._items.reduce((w,S)=>(S instanceof r&&(w[S.str]=(w[S.str]||0)+1),w),{})}}t._Code=n,t.nil=new n("");function s(d,...m){const w=[d[0]];let S=0;for(;S<m.length;)a(w,m[S]),w.push(d[++S]);return new n(w)}t._=s;const o=new n("+");function i(d,...m){const w=[y(d[0])];let S=0;for(;S<m.length;)w.push(o),a(w,m[S]),w.push(o,y(d[++S]));return c(w),new n(w)}t.str=i;function a(d,m){m instanceof n?d.push(...m._items):m instanceof r?d.push(m):d.push(f(m))}t.addCodeArg=a;function c(d){let m=1;for(;m<d.length-1;){if(d[m]===o){const w=u(d[m-1],d[m+1]);if(w!==void 0){d.splice(m-1,3,w);continue}d[m++]="+"}m++}}function u(d,m){if(m==='""')return d;if(d==='""')return m;if(typeof d=="string")return m instanceof r||d[d.length-1]!=='"'?void 0:typeof m!="string"?`${d.slice(0,-1)}${m}"`:m[0]==='"'?d.slice(0,-1)+m.slice(1):void 0;if(typeof m=="string"&&m[0]==='"'&&!(d instanceof r))return`"${d}${m.slice(1)}`}function l(d,m){return m.emptyStr()?d:d.emptyStr()?m:i`${d}${m}`}t.strConcat=l;function f(d){return typeof d=="number"||typeof d=="boolean"||d===null?d:y(Array.isArray(d)?d.join(","):d)}function _(d){return new n(y(d))}t.stringify=_;function y(d){return JSON.stringify(d).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}t.safeStringify=y;function g(d){return typeof d=="string"&&t.IDENTIFIER.test(d)?new n(`.${d}`):s`[${d}]`}t.getProperty=g;function v(d){if(typeof d=="string"&&t.IDENTIFIER.test(d))return new n(`${d}`);throw new Error(`CodeGen: invalid export name: ${d}, use explicit $id name mapping`)}t.getEsmExportName=v;function h(d){return new n(d.toString())}t.regexpCode=h})(Vr);var so={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ValueScope=t.ValueScopeName=t.Scope=t.varKinds=t.UsedValueState=void 0;const e=Vr;class r extends Error{constructor(u){super(`CodeGen: "code" for ${u} not defined`),this.value=u.value}}var n;(function(c){c[c.Started=0]="Started",c[c.Completed=1]="Completed"})(n||(t.UsedValueState=n={})),t.varKinds={const:new e.Name("const"),let:new e.Name("let"),var:new e.Name("var")};class s{constructor({prefixes:u,parent:l}={}){this._names={},this._prefixes=u,this._parent=l}toName(u){return u instanceof e.Name?u:this.name(u)}name(u){return new e.Name(this._newName(u))}_newName(u){const l=this._names[u]||this._nameGroup(u);return`${u}${l.index++}`}_nameGroup(u){var l,f;if(!((f=(l=this._parent)===null||l===void 0?void 0:l._prefixes)===null||f===void 0)&&f.has(u)||this._prefixes&&!this._prefixes.has(u))throw new Error(`CodeGen: prefix "${u}" is not allowed in this scope`);return this._names[u]={prefix:u,index:0}}}t.Scope=s;class o extends e.Name{constructor(u,l){super(l),this.prefix=u}setValue(u,{property:l,itemIndex:f}){this.value=u,this.scopePath=(0,e._)`.${new e.Name(l)}[${f}]`}}t.ValueScopeName=o;const i=(0,e._)`\n`;class a extends s{constructor(u){super(u),this._values={},this._scope=u.scope,this.opts={...u,_n:u.lines?i:e.nil}}get(){return this._scope}name(u){return new o(u,this._newName(u))}value(u,l){var f;if(l.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const _=this.toName(u),{prefix:y}=_,g=(f=l.key)!==null&&f!==void 0?f:l.ref;let v=this._values[y];if(v){const m=v.get(g);if(m)return m}else v=this._values[y]=new Map;v.set(g,_);const h=this._scope[y]||(this._scope[y]=[]),d=h.length;return h[d]=l.ref,_.setValue(l,{property:y,itemIndex:d}),_}getValue(u,l){const f=this._values[u];if(f)return f.get(l)}scopeRefs(u,l=this._values){return this._reduceValues(l,f=>{if(f.scopePath===void 0)throw new Error(`CodeGen: name "${f}" has no value`);return(0,e._)`${u}${f.scopePath}`})}scopeCode(u=this._values,l,f){return this._reduceValues(u,_=>{if(_.value===void 0)throw new Error(`CodeGen: name "${_}" has no value`);return _.value.code},l,f)}_reduceValues(u,l,f={},_){let y=e.nil;for(const g in u){const v=u[g];if(!v)continue;const h=f[g]=f[g]||new Map;v.forEach(d=>{if(h.has(d))return;h.set(d,n.Started);let m=l(d);if(m){const w=this.opts.es5?t.varKinds.var:t.varKinds.const;y=(0,e._)`${y}${w} ${d} = ${m};${this.opts._n}`}else if(m=_==null?void 0:_(d))y=(0,e._)`${y}${m}${this.opts._n}`;else throw new r(d);h.set(d,n.Completed)})}return y}}t.ValueScope=a})(so),function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.or=t.and=t.not=t.CodeGen=t.operators=t.varKinds=t.ValueScopeName=t.ValueScope=t.Scope=t.Name=t.regexpCode=t.stringify=t.getProperty=t.nil=t.strConcat=t.str=t._=void 0;const e=Vr,r=so;var n=Vr;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(t,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(t,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(t,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return n.Name}});var s=so;Object.defineProperty(t,"Scope",{enumerable:!0,get:function(){return s.Scope}}),Object.defineProperty(t,"ValueScope",{enumerable:!0,get:function(){return s.ValueScope}}),Object.defineProperty(t,"ValueScopeName",{enumerable:!0,get:function(){return s.ValueScopeName}}),Object.defineProperty(t,"varKinds",{enumerable:!0,get:function(){return s.varKinds}}),t.operators={GT:new e._Code(">"),GTE:new e._Code(">="),LT:new e._Code("<"),LTE:new e._Code("<="),EQ:new e._Code("==="),NEQ:new e._Code("!=="),NOT:new e._Code("!"),OR:new e._Code("||"),AND:new e._Code("&&"),ADD:new e._Code("+")};class o{optimizeNodes(){return this}optimizeNames(p,b){return this}}class i extends o{constructor(p,b,x){super(),this.varKind=p,this.name=b,this.rhs=x}render({es5:p,_n:b}){const x=p?r.varKinds.var:this.varKind,F=this.rhs===void 0?"":` = ${this.rhs}`;return`${x} ${this.name}${F};`+b}optimizeNames(p,b){if(p[this.name.str])return this.rhs&&(this.rhs=se(this.rhs,p,b)),this}get names(){return this.rhs instanceof e._CodeOrName?this.rhs.names:{}}}class a extends o{constructor(p,b,x){super(),this.lhs=p,this.rhs=b,this.sideEffects=x}render({_n:p}){return`${this.lhs} = ${this.rhs};`+p}optimizeNames(p,b){if(!(this.lhs instanceof e.Name&&!p[this.lhs.str]&&!this.sideEffects))return this.rhs=se(this.rhs,p,b),this}get names(){const p=this.lhs instanceof e.Name?{}:{...this.lhs.names};return Se(p,this.rhs)}}class c extends a{constructor(p,b,x,F){super(p,x,F),this.op=b}render({_n:p}){return`${this.lhs} ${this.op}= ${this.rhs};`+p}}class u extends o{constructor(p){super(),this.label=p,this.names={}}render({_n:p}){return`${this.label}:`+p}}class l extends o{constructor(p){super(),this.label=p,this.names={}}render({_n:p}){return`break${this.label?` ${this.label}`:""};`+p}}class f extends o{constructor(p){super(),this.error=p}render({_n:p}){return`throw ${this.error};`+p}get names(){return this.error.names}}class _ extends o{constructor(p){super(),this.code=p}render({_n:p}){return`${this.code};`+p}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(p,b){return this.code=se(this.code,p,b),this}get names(){return this.code instanceof e._CodeOrName?this.code.names:{}}}class y extends o{constructor(p=[]){super(),this.nodes=p}render(p){return this.nodes.reduce((b,x)=>b+x.render(p),"")}optimizeNodes(){const{nodes:p}=this;let b=p.length;for(;b--;){const x=p[b].optimizeNodes();Array.isArray(x)?p.splice(b,1,...x):x?p[b]=x:p.splice(b,1)}return p.length>0?this:void 0}optimizeNames(p,b){const{nodes:x}=this;let F=x.length;for(;F--;){const H=x[F];H.optimizeNames(p,b)||(De(p,H.names),x.splice(F,1))}return x.length>0?this:void 0}get names(){return this.nodes.reduce((p,b)=>K(p,b.names),{})}}class g extends y{render(p){return"{"+p._n+super.render(p)+"}"+p._n}}class v extends y{}class h extends g{}h.kind="else";class d extends g{constructor(p,b){super(b),this.condition=p}render(p){let b=`if(${this.condition})`+super.render(p);return this.else&&(b+="else "+this.else.render(p)),b}optimizeNodes(){super.optimizeNodes();const p=this.condition;if(p===!0)return this.nodes;let b=this.else;if(b){const x=b.optimizeNodes();b=this.else=Array.isArray(x)?new h(x):x}if(b)return p===!1?b instanceof d?b:b.nodes:this.nodes.length?this:new d(Zt(p),b instanceof d?[b]:b.nodes);if(!(p===!1||!this.nodes.length))return this}optimizeNames(p,b){var x;if(this.else=(x=this.else)===null||x===void 0?void 0:x.optimizeNames(p,b),!!(super.optimizeNames(p,b)||this.else))return this.condition=se(this.condition,p,b),this}get names(){const p=super.names;return Se(p,this.condition),this.else&&K(p,this.else.names),p}}d.kind="if";class m extends g{}m.kind="for";class w extends m{constructor(p){super(),this.iteration=p}render(p){return`for(${this.iteration})`+super.render(p)}optimizeNames(p,b){if(super.optimizeNames(p,b))return this.iteration=se(this.iteration,p,b),this}get names(){return K(super.names,this.iteration.names)}}class S extends m{constructor(p,b,x,F){super(),this.varKind=p,this.name=b,this.from=x,this.to=F}render(p){const b=p.es5?r.varKinds.var:this.varKind,{name:x,from:F,to:H}=this;return`for(${b} ${x}=${F}; ${x}<${H}; ${x}++)`+super.render(p)}get names(){const p=Se(super.names,this.from);return Se(p,this.to)}}class P extends m{constructor(p,b,x,F){super(),this.loop=p,this.varKind=b,this.name=x,this.iterable=F}render(p){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(p)}optimizeNames(p,b){if(super.optimizeNames(p,b))return this.iterable=se(this.iterable,p,b),this}get names(){return K(super.names,this.iterable.names)}}class O extends g{constructor(p,b,x){super(),this.name=p,this.args=b,this.async=x}render(p){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(p)}}O.kind="func";class V extends y{render(p){return"return "+super.render(p)}}V.kind="return";class ce extends g{render(p){let b="try"+super.render(p);return this.catch&&(b+=this.catch.render(p)),this.finally&&(b+=this.finally.render(p)),b}optimizeNodes(){var p,b;return super.optimizeNodes(),(p=this.catch)===null||p===void 0||p.optimizeNodes(),(b=this.finally)===null||b===void 0||b.optimizeNodes(),this}optimizeNames(p,b){var x,F;return super.optimizeNames(p,b),(x=this.catch)===null||x===void 0||x.optimizeNames(p,b),(F=this.finally)===null||F===void 0||F.optimizeNames(p,b),this}get names(){const p=super.names;return this.catch&&K(p,this.catch.names),this.finally&&K(p,this.finally.names),p}}class G extends g{constructor(p){super(),this.error=p}render(p){return`catch(${this.error})`+super.render(p)}}G.kind="catch";class Ae extends g{render(p){return"finally"+super.render(p)}}Ae.kind="finally";class U{constructor(p,b={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...b,_n:b.lines?`
|
|
2
|
-
`:""},this._extScope=p,this._scope=new r.Scope({parent:p}),this._nodes=[new v]}toString(){return this._root.render(this.opts)}name(p){return this._scope.name(p)}scopeName(p){return this._extScope.name(p)}scopeValue(p,b){const x=this._extScope.value(p,b);return(this._values[x.prefix]||(this._values[x.prefix]=new Set)).add(x),x}getScopeValue(p,b){return this._extScope.getValue(p,b)}scopeRefs(p){return this._extScope.scopeRefs(p,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(p,b,x,F){const H=this._scope.toName(b);return x!==void 0&&F&&(this._constants[H.str]=x),this._leafNode(new i(p,H,x)),H}const(p,b,x){return this._def(r.varKinds.const,p,b,x)}let(p,b,x){return this._def(r.varKinds.let,p,b,x)}var(p,b,x){return this._def(r.varKinds.var,p,b,x)}assign(p,b,x){return this._leafNode(new a(p,b,x))}add(p,b){return this._leafNode(new c(p,t.operators.ADD,b))}code(p){return typeof p=="function"?p():p!==e.nil&&this._leafNode(new _(p)),this}object(...p){const b=["{"];for(const[x,F]of p)b.length>1&&b.push(","),b.push(x),(x!==F||this.opts.es5)&&(b.push(":"),(0,e.addCodeArg)(b,F));return b.push("}"),new e._Code(b)}if(p,b,x){if(this._blockNode(new d(p)),b&&x)this.code(b).else().code(x).endIf();else if(b)this.code(b).endIf();else if(x)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(p){return this._elseNode(new d(p))}else(){return this._elseNode(new h)}endIf(){return this._endBlockNode(d,h)}_for(p,b){return this._blockNode(p),b&&this.code(b).endFor(),this}for(p,b){return this._for(new w(p),b)}forRange(p,b,x,F,H=this.opts.es5?r.varKinds.var:r.varKinds.let){const fe=this._scope.toName(p);return this._for(new S(H,fe,b,x),()=>F(fe))}forOf(p,b,x,F=r.varKinds.const){const H=this._scope.toName(p);if(this.opts.es5){const fe=b instanceof e.Name?b:this.var("_arr",b);return this.forRange("_i",0,(0,e._)`${fe}.length`,le=>{this.var(H,(0,e._)`${fe}[${le}]`),x(H)})}return this._for(new P("of",F,H,b),()=>x(H))}forIn(p,b,x,F=this.opts.es5?r.varKinds.var:r.varKinds.const){if(this.opts.ownProperties)return this.forOf(p,(0,e._)`Object.keys(${b})`,x);const H=this._scope.toName(p);return this._for(new P("in",F,H,b),()=>x(H))}endFor(){return this._endBlockNode(m)}label(p){return this._leafNode(new u(p))}break(p){return this._leafNode(new l(p))}return(p){const b=new V;if(this._blockNode(b),this.code(p),b.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(V)}try(p,b,x){if(!b&&!x)throw new Error('CodeGen: "try" without "catch" and "finally"');const F=new ce;if(this._blockNode(F),this.code(p),b){const H=this.name("e");this._currNode=F.catch=new G(H),b(H)}return x&&(this._currNode=F.finally=new Ae,this.code(x)),this._endBlockNode(G,Ae)}throw(p){return this._leafNode(new f(p))}block(p,b){return this._blockStarts.push(this._nodes.length),p&&this.code(p).endBlock(b),this}endBlock(p){const b=this._blockStarts.pop();if(b===void 0)throw new Error("CodeGen: not in self-balancing block");const x=this._nodes.length-b;if(x<0||p!==void 0&&x!==p)throw new Error(`CodeGen: wrong number of nodes: ${x} vs ${p} expected`);return this._nodes.length=b,this}func(p,b=e.nil,x,F){return this._blockNode(new O(p,b,x)),F&&this.code(F).endFunc(),this}endFunc(){return this._endBlockNode(O)}optimize(p=1){for(;p-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(p){return this._currNode.nodes.push(p),this}_blockNode(p){this._currNode.nodes.push(p),this._nodes.push(p)}_endBlockNode(p,b){const x=this._currNode;if(x instanceof p||b&&x instanceof b)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${b?`${p.kind}/${b.kind}`:p.kind}"`)}_elseNode(p){const b=this._currNode;if(!(b instanceof d))throw new Error('CodeGen: "else" without "if"');return this._currNode=b.else=p,this}get _root(){return this._nodes[0]}get _currNode(){const p=this._nodes;return p[p.length-1]}set _currNode(p){const b=this._nodes;b[b.length-1]=p}}t.CodeGen=U;function K(E,p){for(const b in p)E[b]=(E[b]||0)+(p[b]||0);return E}function Se(E,p){return p instanceof e._CodeOrName?K(E,p.names):E}function se(E,p,b){if(E instanceof e.Name)return x(E);if(!F(E))return E;return new e._Code(E._items.reduce((H,fe)=>(fe instanceof e.Name&&(fe=x(fe)),fe instanceof e._Code?H.push(...fe._items):H.push(fe),H),[]));function x(H){const fe=b[H.str];return fe===void 0||p[H.str]!==1?H:(delete p[H.str],fe)}function F(H){return H instanceof e._Code&&H._items.some(fe=>fe instanceof e.Name&&p[fe.str]===1&&b[fe.str]!==void 0)}}function De(E,p){for(const b in p)E[b]=(E[b]||0)-(p[b]||0)}function Zt(E){return typeof E=="boolean"||typeof E=="number"||E===null?!E:(0,e._)`!${R(E)}`}t.not=Zt;const Lt=k(t.operators.AND);function Ln(...E){return E.reduce(Lt)}t.and=Ln;const mr=k(t.operators.OR);function N(...E){return E.reduce(mr)}t.or=N;function k(E){return(p,b)=>p===e.nil?b:b===e.nil?p:(0,e._)`${R(p)} ${E} ${R(b)}`}function R(E){return E instanceof e.Name?E:(0,e._)`(${E})`}}(Q);var M={};Object.defineProperty(M,"__esModule",{value:!0}),M.checkStrictMode=M.getErrorPath=M.Type=M.useFunc=M.setEvaluated=M.evaluatedPropsToName=M.mergeEvaluated=M.eachItem=M.unescapeJsonPointer=M.escapeJsonPointer=M.escapeFragment=M.unescapeFragment=M.schemaRefOrVal=M.schemaHasRulesButRef=M.schemaHasRules=M.checkUnknownRules=M.alwaysValidSchema=M.toHash=void 0;const he=Q,ef=Vr;function tf(t){const e={};for(const r of t)e[r]=!0;return e}M.toHash=tf;function rf(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Ba(t,e),!Ka(e,t.self.RULES.all))}M.alwaysValidSchema=rf;function Ba(t,e=t.schema){const{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;const s=n.RULES.keywords;for(const o in e)s[o]||ec(t,`unknown keyword: "${o}"`)}M.checkUnknownRules=Ba;function Ka(t,e){if(typeof t=="boolean")return!t;for(const r in t)if(e[r])return!0;return!1}M.schemaHasRules=Ka;function nf(t,e){if(typeof t=="boolean")return!t;for(const r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}M.schemaHasRulesButRef=nf;function sf({topSchemaRef:t,schemaPath:e},r,n,s){if(!s){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,he._)`${r}`}return(0,he._)`${t}${e}${(0,he.getProperty)(n)}`}M.schemaRefOrVal=sf;function of(t){return Ga(decodeURIComponent(t))}M.unescapeFragment=of;function af(t){return encodeURIComponent(oo(t))}M.escapeFragment=af;function oo(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}M.escapeJsonPointer=oo;function Ga(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}M.unescapeJsonPointer=Ga;function cf(t,e){if(Array.isArray(t))for(const r of t)e(r);else e(t)}M.eachItem=cf;function Ya({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(s,o,i,a)=>{const c=i===void 0?o:i instanceof he.Name?(o instanceof he.Name?t(s,o,i):e(s,o,i),i):o instanceof he.Name?(e(s,i,o),o):r(o,i);return a===he.Name&&!(c instanceof he.Name)?n(s,c):c}}M.mergeEvaluated={props:Ya({mergeNames:(t,e,r)=>t.if((0,he._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,he._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,he._)`${r} || {}`).code((0,he._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,he._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,he._)`${r} || {}`),io(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:Xa}),items:Ya({mergeNames:(t,e,r)=>t.if((0,he._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,he._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,he._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,he._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function Xa(t,e){if(e===!0)return t.var("props",!0);const r=t.var("props",(0,he._)`{}`);return e!==void 0&&io(t,r,e),r}M.evaluatedPropsToName=Xa;function io(t,e,r){Object.keys(r).forEach(n=>t.assign((0,he._)`${e}${(0,he.getProperty)(n)}`,!0))}M.setEvaluated=io;const Qa={};function uf(t,e){return t.scopeValue("func",{ref:e,code:Qa[e.code]||(Qa[e.code]=new ef._Code(e.code))})}M.useFunc=uf;var ao;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(ao||(M.Type=ao={}));function lf(t,e,r){if(t instanceof he.Name){const n=e===ao.Num;return r?n?(0,he._)`"[" + ${t} + "]"`:(0,he._)`"['" + ${t} + "']"`:n?(0,he._)`"/" + ${t}`:(0,he._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,he.getProperty)(t).toString():"/"+oo(t)}M.getErrorPath=lf;function ec(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}M.checkStrictMode=ec;var bt={};Object.defineProperty(bt,"__esModule",{value:!0});const qe=Q,df={data:new qe.Name("data"),valCxt:new qe.Name("valCxt"),instancePath:new qe.Name("instancePath"),parentData:new qe.Name("parentData"),parentDataProperty:new qe.Name("parentDataProperty"),rootData:new qe.Name("rootData"),dynamicAnchors:new qe.Name("dynamicAnchors"),vErrors:new qe.Name("vErrors"),errors:new qe.Name("errors"),this:new qe.Name("this"),self:new qe.Name("self"),scope:new qe.Name("scope"),json:new qe.Name("json"),jsonPos:new qe.Name("jsonPos"),jsonLen:new qe.Name("jsonLen"),jsonPart:new qe.Name("jsonPart")};bt.default=df,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.extendErrors=t.resetErrorsCount=t.reportExtraError=t.reportError=t.keyword$DataError=t.keywordError=void 0;const e=Q,r=M,n=bt;t.keywordError={message:({keyword:h})=>(0,e.str)`must pass "${h}" keyword validation`},t.keyword$DataError={message:({keyword:h,schemaType:d})=>d?(0,e.str)`"${h}" keyword must be ${d} ($data)`:(0,e.str)`"${h}" keyword is invalid ($data)`};function s(h,d=t.keywordError,m,w){const{it:S}=h,{gen:P,compositeRule:O,allErrors:V}=S,ce=f(h,d,m);w??(O||V)?c(P,ce):u(S,(0,e._)`[${ce}]`)}t.reportError=s;function o(h,d=t.keywordError,m){const{it:w}=h,{gen:S,compositeRule:P,allErrors:O}=w,V=f(h,d,m);c(S,V),P||O||u(w,n.default.vErrors)}t.reportExtraError=o;function i(h,d){h.assign(n.default.errors,d),h.if((0,e._)`${n.default.vErrors} !== null`,()=>h.if(d,()=>h.assign((0,e._)`${n.default.vErrors}.length`,d),()=>h.assign(n.default.vErrors,null)))}t.resetErrorsCount=i;function a({gen:h,keyword:d,schemaValue:m,data:w,errsCount:S,it:P}){if(S===void 0)throw new Error("ajv implementation error");const O=h.name("err");h.forRange("i",S,n.default.errors,V=>{h.const(O,(0,e._)`${n.default.vErrors}[${V}]`),h.if((0,e._)`${O}.instancePath === undefined`,()=>h.assign((0,e._)`${O}.instancePath`,(0,e.strConcat)(n.default.instancePath,P.errorPath))),h.assign((0,e._)`${O}.schemaPath`,(0,e.str)`${P.errSchemaPath}/${d}`),P.opts.verbose&&(h.assign((0,e._)`${O}.schema`,m),h.assign((0,e._)`${O}.data`,w))})}t.extendErrors=a;function c(h,d){const m=h.const("err",d);h.if((0,e._)`${n.default.vErrors} === null`,()=>h.assign(n.default.vErrors,(0,e._)`[${m}]`),(0,e._)`${n.default.vErrors}.push(${m})`),h.code((0,e._)`${n.default.errors}++`)}function u(h,d){const{gen:m,validateName:w,schemaEnv:S}=h;S.$async?m.throw((0,e._)`new ${h.ValidationError}(${d})`):(m.assign((0,e._)`${w}.errors`,d),m.return(!1))}const l={keyword:new e.Name("keyword"),schemaPath:new e.Name("schemaPath"),params:new e.Name("params"),propertyName:new e.Name("propertyName"),message:new e.Name("message"),schema:new e.Name("schema"),parentSchema:new e.Name("parentSchema")};function f(h,d,m){const{createErrors:w}=h.it;return w===!1?(0,e._)`{}`:_(h,d,m)}function _(h,d,m={}){const{gen:w,it:S}=h,P=[y(S,m),g(h,m)];return v(h,d,P),w.object(...P)}function y({errorPath:h},{instancePath:d}){const m=d?(0,e.str)`${h}${(0,r.getErrorPath)(d,r.Type.Str)}`:h;return[n.default.instancePath,(0,e.strConcat)(n.default.instancePath,m)]}function g({keyword:h,it:{errSchemaPath:d}},{schemaPath:m,parentSchema:w}){let S=w?d:(0,e.str)`${d}/${h}`;return m&&(S=(0,e.str)`${S}${(0,r.getErrorPath)(m,r.Type.Str)}`),[l.schemaPath,S]}function v(h,{params:d,message:m},w){const{keyword:S,data:P,schemaValue:O,it:V}=h,{opts:ce,propertyName:G,topSchemaRef:Ae,schemaPath:U}=V;w.push([l.keyword,S],[l.params,typeof d=="function"?d(h):d||(0,e._)`{}`]),ce.messages&&w.push([l.message,typeof m=="function"?m(h):m]),ce.verbose&&w.push([l.schema,O],[l.parentSchema,(0,e._)`${Ae}${U}`],[n.default.data,P]),G&&w.push([l.propertyName,G])}}(qr),Object.defineProperty(gr,"__esModule",{value:!0}),gr.boolOrEmptySchema=gr.topBoolOrEmptySchema=void 0;const ff=qr,hf=Q,pf=bt,mf={message:"boolean schema is false"};function _f(t){const{gen:e,schema:r,validateName:n}=t;r===!1?tc(t,!1):typeof r=="object"&&r.$async===!0?e.return(pf.default.data):(e.assign((0,hf._)`${n}.errors`,null),e.return(!0))}gr.topBoolOrEmptySchema=_f;function gf(t,e){const{gen:r,schema:n}=t;n===!1?(r.var(e,!1),tc(t)):r.var(e,!0)}gr.boolOrEmptySchema=gf;function tc(t,e){const{gen:r,data:n}=t,s={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,ff.reportError)(s,mf,void 0,e)}var Oe={},tr={};Object.defineProperty(tr,"__esModule",{value:!0}),tr.getRules=tr.isJSONType=void 0;const vf=["string","number","integer","boolean","null","object","array"],yf=new Set(vf);function bf(t){return typeof t=="string"&&yf.has(t)}tr.isJSONType=bf;function wf(){const 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:{}}}tr.getRules=wf;var It={};Object.defineProperty(It,"__esModule",{value:!0}),It.shouldUseRule=It.shouldUseGroup=It.schemaHasRulesForType=void 0;function $f({schema:t,self:e},r){const n=e.RULES.types[r];return n&&n!==!0&&rc(t,n)}It.schemaHasRulesForType=$f;function rc(t,e){return e.rules.some(r=>nc(t,r))}It.shouldUseGroup=rc;function nc(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))}It.shouldUseRule=nc,Object.defineProperty(Oe,"__esModule",{value:!0}),Oe.reportTypeError=Oe.checkDataTypes=Oe.checkDataType=Oe.coerceAndCheckDataType=Oe.getJSONTypes=Oe.getSchemaTypes=Oe.DataType=void 0;const Sf=tr,kf=It,Ef=qr,X=Q,sc=M;var vr;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(vr||(Oe.DataType=vr={}));function Pf(t){const e=oc(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}Oe.getSchemaTypes=Pf;function oc(t){const e=Array.isArray(t)?t:t?[t]:[];if(e.every(Sf.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Oe.getJSONTypes=oc;function Tf(t,e){const{gen:r,data:n,opts:s}=t,o=xf(e,s.coerceTypes),i=e.length>0&&!(o.length===0&&e.length===1&&(0,kf.schemaHasRulesForType)(t,e[0]));if(i){const a=uo(e,n,s.strictNumbers,vr.Wrong);r.if(a,()=>{o.length?Rf(t,e,o):lo(t)})}return i}Oe.coerceAndCheckDataType=Tf;const ic=new Set(["string","number","integer","boolean","null"]);function xf(t,e){return e?t.filter(r=>ic.has(r)||e==="array"&&r==="array"):[]}function Rf(t,e,r){const{gen:n,data:s,opts:o}=t,i=n.let("dataType",(0,X._)`typeof ${s}`),a=n.let("coerced",(0,X._)`undefined`);o.coerceTypes==="array"&&n.if((0,X._)`${i} == 'object' && Array.isArray(${s}) && ${s}.length == 1`,()=>n.assign(s,(0,X._)`${s}[0]`).assign(i,(0,X._)`typeof ${s}`).if(uo(e,s,o.strictNumbers),()=>n.assign(a,s))),n.if((0,X._)`${a} !== undefined`);for(const u of r)(ic.has(u)||u==="array"&&o.coerceTypes==="array")&&c(u);n.else(),lo(t),n.endIf(),n.if((0,X._)`${a} !== undefined`,()=>{n.assign(s,a),If(t,a)});function c(u){switch(u){case"string":n.elseIf((0,X._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,X._)`"" + ${s}`).elseIf((0,X._)`${s} === null`).assign(a,(0,X._)`""`);return;case"number":n.elseIf((0,X._)`${i} == "boolean" || ${s} === null
|
|
3
|
-
|| (${
|
|
4
|
-
|| (${
|
|
5
|
-
|| ${i} === "boolean" || ${s} === null`).assign(a,(0,X._)`[${s}]`)}}}function If({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,X._)`${e} !== undefined`,()=>t.assign((0,X._)`${e}[${r}]`,n))}function co(t,e,r,n=vr.Correct){const s=n===vr.Correct?X.operators.EQ:X.operators.NEQ;let o;switch(t){case"null":return(0,X._)`${e} ${s} null`;case"array":o=(0,X._)`Array.isArray(${e})`;break;case"object":o=(0,X._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":o=i((0,X._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":o=i();break;default:return(0,X._)`typeof ${e} ${s} ${t}`}return n===vr.Correct?o:(0,X.not)(o);function i(a=X.nil){return(0,X.and)((0,X._)`typeof ${e} == "number"`,a,r?(0,X._)`isFinite(${e})`:X.nil)}}Oe.checkDataType=co;function uo(t,e,r,n){if(t.length===1)return co(t[0],e,r,n);let s;const o=(0,sc.toHash)(t);if(o.array&&o.object){const i=(0,X._)`typeof ${e} != "object"`;s=o.null?i:(0,X._)`!${e} || ${i}`,delete o.null,delete o.array,delete o.object}else s=X.nil;o.number&&delete o.integer;for(const i in o)s=(0,X.and)(s,co(i,e,r,n));return s}Oe.checkDataTypes=uo;const Cf={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,X._)`{type: ${t}}`:(0,X._)`{type: ${e}}`};function lo(t){const e=Of(t);(0,Ef.reportError)(e,Cf)}Oe.reportTypeError=lo;function Of(t){const{gen:e,data:r,schema:n}=t,s=(0,sc.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:s,schemaValue:s,parentSchema:n,params:{},it:t}}var Dn={};Object.defineProperty(Dn,"__esModule",{value:!0}),Dn.assignDefaults=void 0;const yr=Q,Nf=M;function jf(t,e){const{properties:r,items:n}=t.schema;if(e==="object"&&r)for(const s in r)ac(t,s,r[s].default);else e==="array"&&Array.isArray(n)&&n.forEach((s,o)=>ac(t,o,s.default))}Dn.assignDefaults=jf;function ac(t,e,r){const{gen:n,compositeRule:s,data:o,opts:i}=t;if(r===void 0)return;const a=(0,yr._)`${o}${(0,yr.getProperty)(e)}`;if(s){(0,Nf.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,yr._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,yr._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,yr._)`${a} = ${(0,yr.stringify)(r)}`)}var wt={},te={};Object.defineProperty(te,"__esModule",{value:!0}),te.validateUnion=te.validateArray=te.usePattern=te.callValidateCode=te.schemaProperties=te.allSchemaProperties=te.noPropertyInData=te.propertyInData=te.isOwnProperty=te.hasPropFunc=te.reportMissingProp=te.checkMissingProp=te.checkReportMissingProp=void 0;const ve=Q,fo=M,Ut=bt,Af=M;function zf(t,e){const{gen:r,data:n,it:s}=t;r.if(po(r,n,e,s.opts.ownProperties),()=>{t.setParams({missingProperty:(0,ve._)`${e}`},!0),t.error()})}te.checkReportMissingProp=zf;function Mf({gen:t,data:e,it:{opts:r}},n,s){return(0,ve.or)(...n.map(o=>(0,ve.and)(po(t,e,o,r.ownProperties),(0,ve._)`${s} = ${o}`)))}te.checkMissingProp=Mf;function Zf(t,e){t.setParams({missingProperty:e},!0),t.error()}te.reportMissingProp=Zf;function cc(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ve._)`Object.prototype.hasOwnProperty`})}te.hasPropFunc=cc;function ho(t,e,r){return(0,ve._)`${cc(t)}.call(${e}, ${r})`}te.isOwnProperty=ho;function Lf(t,e,r,n){const s=(0,ve._)`${e}${(0,ve.getProperty)(r)} !== undefined`;return n?(0,ve._)`${s} && ${ho(t,e,r)}`:s}te.propertyInData=Lf;function po(t,e,r,n){const s=(0,ve._)`${e}${(0,ve.getProperty)(r)} === undefined`;return n?(0,ve.or)(s,(0,ve.not)(ho(t,e,r))):s}te.noPropertyInData=po;function uc(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}te.allSchemaProperties=uc;function Uf(t,e){return uc(e).filter(r=>!(0,fo.alwaysValidSchema)(t,e[r]))}te.schemaProperties=Uf;function Df({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:s,errorPath:o},it:i},a,c,u){const l=u?(0,ve._)`${t}, ${e}, ${n}${s}`:e,f=[[Ut.default.instancePath,(0,ve.strConcat)(Ut.default.instancePath,o)],[Ut.default.parentData,i.parentData],[Ut.default.parentDataProperty,i.parentDataProperty],[Ut.default.rootData,Ut.default.rootData]];i.opts.dynamicRef&&f.push([Ut.default.dynamicAnchors,Ut.default.dynamicAnchors]);const _=(0,ve._)`${l}, ${r.object(...f)}`;return c!==ve.nil?(0,ve._)`${a}.call(${c}, ${_})`:(0,ve._)`${a}(${_})`}te.callValidateCode=Df;const qf=(0,ve._)`new RegExp`;function Vf({gen:t,it:{opts:e}},r){const n=e.unicodeRegExp?"u":"",{regExp:s}=e.code,o=s(r,n);return t.scopeValue("pattern",{key:o.toString(),ref:o,code:(0,ve._)`${s.code==="new RegExp"?qf:(0,Af.useFunc)(t,s)}(${r}, ${n})`})}te.usePattern=Vf;function Ff(t){const{gen:e,data:r,keyword:n,it:s}=t,o=e.name("valid");if(s.allErrors){const a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(o,!0),i(()=>e.break()),o;function i(a){const c=e.const("len",(0,ve._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:fo.Type.Num},o),e.if((0,ve.not)(o),a)})}}te.validateArray=Ff;function Hf(t){const{gen:e,schema:r,keyword:n,it:s}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,fo.alwaysValidSchema)(s,c))&&!s.opts.unevaluated)return;const i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{const l=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,ve._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,ve.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}te.validateUnion=Hf,Object.defineProperty(wt,"__esModule",{value:!0}),wt.validateKeywordUsage=wt.validSchemaType=wt.funcKeywordCode=wt.macroKeywordCode=void 0;const Fe=Q,rr=bt,Wf=te,Jf=qr;function Bf(t,e){const{gen:r,keyword:n,schema:s,parentSchema:o,it:i}=t,a=e.macro.call(i.self,s,o,i),c=dc(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);const u=r.name("valid");t.subschema({schema:a,schemaPath:Fe.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}wt.macroKeywordCode=Bf;function Kf(t,e){var r;const{gen:n,keyword:s,schema:o,parentSchema:i,$data:a,it:c}=t;Yf(c,e);const u=!a&&e.compile?e.compile.call(c.self,o,i,c):e.validate,l=dc(n,s,u),f=n.let("valid");t.block$data(f,_),t.ok((r=e.valid)!==null&&r!==void 0?r:f);function _(){if(e.errors===!1)v(),e.modifying&&lc(t),h(()=>t.error());else{const d=e.async?y():g();e.modifying&&lc(t),h(()=>Gf(t,d))}}function y(){const d=n.let("ruleErrs",null);return n.try(()=>v((0,Fe._)`await `),m=>n.assign(f,!1).if((0,Fe._)`${m} instanceof ${c.ValidationError}`,()=>n.assign(d,(0,Fe._)`${m}.errors`),()=>n.throw(m))),d}function g(){const d=(0,Fe._)`${l}.errors`;return n.assign(d,null),v(Fe.nil),d}function v(d=e.async?(0,Fe._)`await `:Fe.nil){const m=c.opts.passContext?rr.default.this:rr.default.self,w=!("compile"in e&&!a||e.schema===!1);n.assign(f,(0,Fe._)`${d}${(0,Wf.callValidateCode)(t,l,m,w)}`,e.modifying)}function h(d){var m;n.if((0,Fe.not)((m=e.valid)!==null&&m!==void 0?m:f),d)}}wt.funcKeywordCode=Kf;function lc(t){const{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Fe._)`${n.parentData}[${n.parentDataProperty}]`))}function Gf(t,e){const{gen:r}=t;r.if((0,Fe._)`Array.isArray(${e})`,()=>{r.assign(rr.default.vErrors,(0,Fe._)`${rr.default.vErrors} === null ? ${e} : ${rr.default.vErrors}.concat(${e})`).assign(rr.default.errors,(0,Fe._)`${rr.default.vErrors}.length`),(0,Jf.extendErrors)(t)},()=>t.error())}function Yf({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function dc(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,Fe.stringify)(r)})}function Xf(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")}wt.validSchemaType=Xf;function Qf({schema:t,opts:e,self:r,errSchemaPath:n},s,o){if(Array.isArray(s.keyword)?!s.keyword.includes(o):s.keyword!==o)throw new Error("ajv implementation error");const i=s.dependencies;if(i!=null&&i.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${o}: ${i.join(",")}`);if(s.validateSchema&&!s.validateSchema(t[o])){const c=`keyword "${o}" value is invalid at path "${n}": `+r.errorsText(s.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}wt.validateKeywordUsage=Qf;var Dt={};Object.defineProperty(Dt,"__esModule",{value:!0}),Dt.extendSubschemaMode=Dt.extendSubschemaData=Dt.getSubschema=void 0;const $t=Q,fc=M;function eh(t,{keyword:e,schemaProp:r,schema:n,schemaPath:s,errSchemaPath:o,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){const 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,fc.escapeFragment)(r)}`}}if(n!==void 0){if(s===void 0||o===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:s,topSchemaRef:i,errSchemaPath:o}}throw new Error('either "keyword" or "schema" must be passed')}Dt.getSubschema=eh;function th(t,e,{dataProp:r,dataPropType:n,data:s,dataTypes:o,propertyName:i}){if(s!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:a}=e;if(r!==void 0){const{errorPath:u,dataPathArr:l,opts:f}=e,_=a.let("data",(0,$t._)`${e.data}${(0,$t.getProperty)(r)}`,!0);c(_),t.errorPath=(0,$t.str)`${u}${(0,fc.getErrorPath)(r,n,f.jsPropertySyntax)}`,t.parentDataProperty=(0,$t._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(s!==void 0){const u=s instanceof $t.Name?s:a.let("data",s,!0);c(u),i!==void 0&&(t.propertyName=i)}o&&(t.dataTypes=o);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]}}Dt.extendSubschemaData=th;function rh(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:s,allErrors:o}){n!==void 0&&(t.compositeRule=n),s!==void 0&&(t.createErrors=s),o!==void 0&&(t.allErrors=o),t.jtdDiscriminator=e,t.jtdMetadata=r}Dt.extendSubschemaMode=rh;var Me={},hc=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,s,o;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(s=n;s--!==0;)if(!t(e[s],r[s]))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(o=Object.keys(e),n=o.length,n!==Object.keys(r).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[s]))return!1;for(s=n;s--!==0;){var i=o[s];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r},pc={exports:{}},qt=pc.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},s=r.post||function(){};qn(e,n,s,t,"",t)};qt.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},qt.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},qt.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},qt.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 qn(t,e,r,n,s,o,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,s,o,i,a,c,u);for(var l in n){var f=n[l];if(Array.isArray(f)){if(l in qt.arrayKeywords)for(var _=0;_<f.length;_++)qn(t,e,r,f[_],s+"/"+l+"/"+_,o,s,l,n,_)}else if(l in qt.propsKeywords){if(f&&typeof f=="object")for(var y in f)qn(t,e,r,f[y],s+"/"+l+"/"+nh(y),o,s,l,n,y)}else(l in qt.keywords||t.allKeys&&!(l in qt.skipKeywords))&&qn(t,e,r,f,s+"/"+l,o,s,l,n)}r(n,s,o,i,a,c,u)}}function nh(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}var sh=pc.exports;Object.defineProperty(Me,"__esModule",{value:!0}),Me.getSchemaRefs=Me.resolveUrl=Me.normalizeId=Me._getFullPath=Me.getFullPath=Me.inlineRef=void 0;const oh=M,ih=hc,ah=sh,ch=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function uh(t,e=!0){return typeof t=="boolean"?!0:e===!0?!mo(t):e?mc(t)<=e:!1}Me.inlineRef=uh;const lh=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function mo(t){for(const e in t){if(lh.has(e))return!0;const r=t[e];if(Array.isArray(r)&&r.some(mo)||typeof r=="object"&&mo(r))return!0}return!1}function mc(t){let e=0;for(const r in t){if(r==="$ref")return 1/0;if(e++,!ch.has(r)&&(typeof t[r]=="object"&&(0,oh.eachItem)(t[r],n=>e+=mc(n)),e===1/0))return 1/0}return e}function _c(t,e="",r){r!==!1&&(e=br(e));const n=t.parse(e);return gc(t,n)}Me.getFullPath=_c;function gc(t,e){return t.serialize(e).split("#")[0]+"#"}Me._getFullPath=gc;const dh=/#\/?$/;function br(t){return t?t.replace(dh,""):""}Me.normalizeId=br;function fh(t,e,r){return r=br(r),t.resolve(e,r)}Me.resolveUrl=fh;const hh=/^[a-z_][-a-z0-9._]*$/i;function ph(t,e){if(typeof t=="boolean")return{};const{schemaId:r,uriResolver:n}=this.opts,s=br(t[r]||e),o={"":s},i=_c(n,s,!1),a={},c=new Set;return ah(t,{allKeys:!0},(f,_,y,g)=>{if(g===void 0)return;const v=i+_;let h=o[g];typeof f[r]=="string"&&(h=d.call(this,f[r])),m.call(this,f.$anchor),m.call(this,f.$dynamicAnchor),o[_]=h;function d(w){const S=this.opts.uriResolver.resolve;if(w=br(h?S(h,w):w),c.has(w))throw l(w);c.add(w);let P=this.refs[w];return typeof P=="string"&&(P=this.refs[P]),typeof P=="object"?u(f,P.schema,w):w!==br(v)&&(w[0]==="#"?(u(f,a[w],w),a[w]=f):this.refs[w]=v),w}function m(w){if(typeof w=="string"){if(!hh.test(w))throw new Error(`invalid anchor "${w}"`);d.call(this,`#${w}`)}}}),a;function u(f,_,y){if(_!==void 0&&!ih(f,_))throw l(y)}function l(f){return new Error(`reference "${f}" resolves to more than one schema`)}}Me.getSchemaRefs=ph,Object.defineProperty(ot,"__esModule",{value:!0}),ot.getData=ot.KeywordCxt=ot.validateFunctionCode=void 0;const vc=gr,yc=Oe,_o=It,Vn=Oe,mh=Dn,Fr=wt,go=Dt,q=Q,B=bt,_h=Me,Ct=M,Hr=qr;function gh(t){if(Sc(t)&&(kc(t),$c(t))){bh(t);return}bc(t,()=>(0,vc.topBoolOrEmptySchema)(t))}ot.validateFunctionCode=gh;function bc({gen:t,validateName:e,schema:r,schemaEnv:n,opts:s},o){s.code.es5?t.func(e,(0,q._)`${B.default.data}, ${B.default.valCxt}`,n.$async,()=>{t.code((0,q._)`"use strict"; ${wc(r,s)}`),yh(t,s),t.code(o)}):t.func(e,(0,q._)`${B.default.data}, ${vh(s)}`,n.$async,()=>t.code(wc(r,s)).code(o))}function vh(t){return(0,q._)`{${B.default.instancePath}="", ${B.default.parentData}, ${B.default.parentDataProperty}, ${B.default.rootData}=${B.default.data}${t.dynamicRef?(0,q._)`, ${B.default.dynamicAnchors}={}`:q.nil}}={}`}function yh(t,e){t.if(B.default.valCxt,()=>{t.var(B.default.instancePath,(0,q._)`${B.default.valCxt}.${B.default.instancePath}`),t.var(B.default.parentData,(0,q._)`${B.default.valCxt}.${B.default.parentData}`),t.var(B.default.parentDataProperty,(0,q._)`${B.default.valCxt}.${B.default.parentDataProperty}`),t.var(B.default.rootData,(0,q._)`${B.default.valCxt}.${B.default.rootData}`),e.dynamicRef&&t.var(B.default.dynamicAnchors,(0,q._)`${B.default.valCxt}.${B.default.dynamicAnchors}`)},()=>{t.var(B.default.instancePath,(0,q._)`""`),t.var(B.default.parentData,(0,q._)`undefined`),t.var(B.default.parentDataProperty,(0,q._)`undefined`),t.var(B.default.rootData,B.default.data),e.dynamicRef&&t.var(B.default.dynamicAnchors,(0,q._)`{}`)})}function bh(t){const{schema:e,opts:r,gen:n}=t;bc(t,()=>{r.$comment&&e.$comment&&Pc(t),Eh(t),n.let(B.default.vErrors,null),n.let(B.default.errors,0),r.unevaluated&&wh(t),Ec(t),xh(t)})}function wh(t){const{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,q._)`${r}.evaluated`),e.if((0,q._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,q._)`${t.evaluated}.props`,(0,q._)`undefined`)),e.if((0,q._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,q._)`${t.evaluated}.items`,(0,q._)`undefined`))}function wc(t,e){const r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,q._)`/*# sourceURL=${r} */`:q.nil}function $h(t,e){if(Sc(t)&&(kc(t),$c(t))){Sh(t,e);return}(0,vc.boolOrEmptySchema)(t,e)}function $c({schema:t,self:e}){if(typeof t=="boolean")return!t;for(const r in t)if(e.RULES.all[r])return!0;return!1}function Sc(t){return typeof t.schema!="boolean"}function Sh(t,e){const{schema:r,gen:n,opts:s}=t;s.$comment&&r.$comment&&Pc(t),Ph(t),Th(t);const o=n.const("_errs",B.default.errors);Ec(t,o),n.var(e,(0,q._)`${o} === ${B.default.errors}`)}function kc(t){(0,Ct.checkUnknownRules)(t),kh(t)}function Ec(t,e){if(t.opts.jtd)return Tc(t,[],!1,e);const r=(0,yc.getSchemaTypes)(t.schema),n=(0,yc.coerceAndCheckDataType)(t,r);Tc(t,r,!n,e)}function kh(t){const{schema:e,errSchemaPath:r,opts:n,self:s}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Ct.schemaHasRulesButRef)(e,s.RULES)&&s.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function Eh(t){const{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ct.checkStrictMode)(t,"default is ignored in the schema root")}function Ph(t){const e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,_h.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function Th(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Pc({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:s}){const o=r.$comment;if(s.$comment===!0)t.code((0,q._)`${B.default.self}.logger.log(${o})`);else if(typeof s.$comment=="function"){const i=(0,q.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,q._)`${B.default.self}.opts.$comment(${o}, ${i}, ${a}.schema)`)}}function xh(t){const{gen:e,schemaEnv:r,validateName:n,ValidationError:s,opts:o}=t;r.$async?e.if((0,q._)`${B.default.errors} === 0`,()=>e.return(B.default.data),()=>e.throw((0,q._)`new ${s}(${B.default.vErrors})`)):(e.assign((0,q._)`${n}.errors`,B.default.vErrors),o.unevaluated&&Rh(t),e.return((0,q._)`${B.default.errors} === 0`))}function Rh({gen:t,evaluated:e,props:r,items:n}){r instanceof q.Name&&t.assign((0,q._)`${e}.props`,r),n instanceof q.Name&&t.assign((0,q._)`${e}.items`,n)}function Tc(t,e,r,n){const{gen:s,schema:o,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(o.$ref&&(c.ignoreKeywordsWithRef||!(0,Ct.schemaHasRulesButRef)(o,l))){s.block(()=>Cc(t,"$ref",l.all.$ref.definition));return}c.jtd||Ih(t,e),s.block(()=>{for(const _ of l.rules)f(_);f(l.post)});function f(_){(0,_o.shouldUseGroup)(o,_)&&(_.type?(s.if((0,Vn.checkDataType)(_.type,i,c.strictNumbers)),xc(t,_),e.length===1&&e[0]===_.type&&r&&(s.else(),(0,Vn.reportTypeError)(t)),s.endIf()):xc(t,_),a||s.if((0,q._)`${B.default.errors} === ${n||0}`))}}function xc(t,e){const{gen:r,schema:n,opts:{useDefaults:s}}=t;s&&(0,mh.assignDefaults)(t,e.type),r.block(()=>{for(const o of e.rules)(0,_o.shouldUseRule)(n,o)&&Cc(t,o.keyword,o.definition,e.type)})}function Ih(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(Ch(t,e),t.opts.allowUnionTypes||Oh(t,e),Nh(t,t.dataTypes))}function Ch(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Rc(t.dataTypes,r)||vo(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),Ah(t,e)}}function Oh(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&vo(t,"use allowUnionTypes to allow union type keyword")}function Nh(t,e){const r=t.self.RULES.all;for(const n in r){const s=r[n];if(typeof s=="object"&&(0,_o.shouldUseRule)(t.schema,s)){const{type:o}=s.definition;o.length&&!o.some(i=>jh(e,i))&&vo(t,`missing type "${o.join(",")}" for keyword "${n}"`)}}}function jh(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Rc(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function Ah(t,e){const r=[];for(const n of t.dataTypes)Rc(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function vo(t,e){const r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Ct.checkStrictMode)(t,e,t.opts.strictTypes)}class Ic{constructor(e,r,n){if((0,Fr.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,Ct.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",Oc(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Fr.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",B.default.errors))}result(e,r,n){this.failResult((0,q.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,q.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);const{schemaCode:r}=this;this.fail((0,q._)`${r} !== undefined && (${(0,q.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?Hr.reportExtraError:Hr.reportError)(this,this.def.error,r)}$dataError(){(0,Hr.reportError)(this,this.def.$dataError||Hr.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Hr.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=q.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=q.nil,r=q.nil){if(!this.$data)return;const{gen:n,schemaCode:s,schemaType:o,def:i}=this;n.if((0,q.or)((0,q._)`${s} === undefined`,r)),e!==q.nil&&n.assign(e,!0),(o.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==q.nil&&n.assign(e,!1)),n.else()}invalid$data(){const{gen:e,schemaCode:r,schemaType:n,def:s,it:o}=this;return(0,q.or)(i(),a());function i(){if(n.length){if(!(r instanceof q.Name))throw new Error("ajv implementation error");const c=Array.isArray(n)?n:[n];return(0,q._)`${(0,Vn.checkDataTypes)(c,r,o.opts.strictNumbers,Vn.DataType.Wrong)}`}return q.nil}function a(){if(s.validateSchema){const c=e.scopeValue("validate$data",{ref:s.validateSchema});return(0,q._)`!${c}(${r})`}return q.nil}}subschema(e,r){const n=(0,go.getSubschema)(this.it,e);(0,go.extendSubschemaData)(n,this.it,e),(0,go.extendSubschemaMode)(n,e);const s={...this.it,...n,items:void 0,props:void 0};return $h(s,r),s}mergeEvaluated(e,r){const{it:n,gen:s}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Ct.mergeEvaluated.props(s,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Ct.mergeEvaluated.items(s,e.items,n.items,r)))}mergeValidEvaluated(e,r){const{it:n,gen:s}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return s.if(r,()=>this.mergeEvaluated(e,q.Name)),!0}}ot.KeywordCxt=Ic;function Cc(t,e,r,n){const s=new Ic(t,r,e);"code"in r?r.code(s,n):s.$data&&r.validate?(0,Fr.funcKeywordCode)(s,r):"macro"in r?(0,Fr.macroKeywordCode)(s,r):(r.compile||r.validate)&&(0,Fr.funcKeywordCode)(s,r)}const zh=/^\/(?:[^~]|~0|~1)*$/,Mh=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Oc(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let s,o;if(t==="")return B.default.rootData;if(t[0]==="/"){if(!zh.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);s=t,o=B.default.rootData}else{const u=Mh.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);const l=+u[1];if(s=u[2],s==="#"){if(l>=e)throw new Error(c("property/index",l));return n[e-l]}if(l>e)throw new Error(c("data",l));if(o=r[e-l],!s)return o}let i=o;const a=s.split("/");for(const u of a)u&&(o=(0,q._)`${o}${(0,q.getProperty)((0,Ct.unescapeJsonPointer)(u))}`,i=(0,q._)`${i} && ${o}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}ot.getData=Oc;var Wr={};Object.defineProperty(Wr,"__esModule",{value:!0});class Zh extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}}Wr.default=Zh;var wr={};Object.defineProperty(wr,"__esModule",{value:!0});const yo=Me;class Lh extends Error{constructor(e,r,n,s){super(s||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,yo.resolveUrl)(e,r,n),this.missingSchema=(0,yo.normalizeId)((0,yo.getFullPath)(e,this.missingRef))}}wr.default=Lh;var Je={};Object.defineProperty(Je,"__esModule",{value:!0}),Je.resolveSchema=Je.getCompilingSchema=Je.resolveRef=Je.compileSchema=Je.SchemaEnv=void 0;const it=Q,Uh=Wr,nr=bt,at=Me,Nc=M,Dh=ot;class Fn{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,at.normalizeId)(n==null?void 0:n[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n==null?void 0:n.$async,this.refs={}}}Je.SchemaEnv=Fn;function bo(t){const e=jc.call(this,t);if(e)return e;const r=(0,at.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:s}=this.opts.code,{ownProperties:o}=this.opts,i=new it.CodeGen(this.scope,{es5:n,lines:s,ownProperties:o});let a;t.$async&&(a=i.scopeValue("Error",{ref:Uh.default,code:(0,it._)`require("ajv/dist/runtime/validation_error").default`}));const c=i.scopeName("validate");t.validateName=c;const u={gen:i,allErrors:this.opts.allErrors,data:nr.default.data,parentData:nr.default.parentData,parentDataProperty:nr.default.parentDataProperty,dataNames:[nr.default.data],dataPathArr:[it.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,it.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:it.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,it._)`""`,opts:this.opts,self:this};let l;try{this._compilations.add(t),(0,Dh.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);const f=i.toString();l=`${i.scopeRefs(nr.default.scope)}return ${f}`,this.opts.code.process&&(l=this.opts.code.process(l,t));const y=new Function(`${nr.default.self}`,`${nr.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:y}),y.errors=null,y.schema=t.schema,y.schemaEnv=t,t.$async&&(y.$async=!0),this.opts.code.source===!0&&(y.source={validateName:c,validateCode:f,scopeValues:i._values}),this.opts.unevaluated){const{props:g,items:v}=u;y.evaluated={props:g instanceof it.Name?void 0:g,items:v instanceof it.Name?void 0:v,dynamicProps:g instanceof it.Name,dynamicItems:v instanceof it.Name},y.source&&(y.source.evaluated=(0,it.stringify)(y.evaluated))}return t.validate=y,t}catch(f){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),f}finally{this._compilations.delete(t)}}Je.compileSchema=bo;function qh(t,e,r){var n;r=(0,at.resolveUrl)(this.opts.uriResolver,e,r);const s=t.refs[r];if(s)return s;let o=Hh.call(this,t,r);if(o===void 0){const i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(o=new Fn({schema:i,schemaId:a,root:t,baseId:e}))}if(o!==void 0)return t.refs[r]=Vh.call(this,o)}Je.resolveRef=qh;function Vh(t){return(0,at.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:bo.call(this,t)}function jc(t){for(const e of this._compilations)if(Fh(e,t))return e}Je.getCompilingSchema=jc;function Fh(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function Hh(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||Hn.call(this,t,e)}function Hn(t,e){const r=this.opts.uriResolver.parse(e),n=(0,at._getFullPath)(this.opts.uriResolver,r);let s=(0,at.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===s)return wo.call(this,r,t);const o=(0,at.normalizeId)(n),i=this.refs[o]||this.schemas[o];if(typeof i=="string"){const a=Hn.call(this,t,i);return typeof(a==null?void 0:a.schema)!="object"?void 0:wo.call(this,r,a)}if(typeof(i==null?void 0:i.schema)=="object"){if(i.validate||bo.call(this,i),o===(0,at.normalizeId)(e)){const{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(s=(0,at.resolveUrl)(this.opts.uriResolver,s,u)),new Fn({schema:a,schemaId:c,root:t,baseId:s})}return wo.call(this,r,i)}}Je.resolveSchema=Hn;const Wh=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function wo(t,{baseId:e,schema:r,root:n}){var s;if(((s=t.fragment)===null||s===void 0?void 0:s[0])!=="/")return;for(const a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;const c=r[(0,Nc.unescapeFragment)(a)];if(c===void 0)return;r=c;const u=typeof r=="object"&&r[this.opts.schemaId];!Wh.has(a)&&u&&(e=(0,at.resolveUrl)(this.opts.uriResolver,e,u))}let o;if(typeof r!="boolean"&&r.$ref&&!(0,Nc.schemaHasRulesButRef)(r,this.RULES)){const a=(0,at.resolveUrl)(this.opts.uriResolver,e,r.$ref);o=Hn.call(this,n,a)}const{schemaId:i}=this.opts;if(o=o||new Fn({schema:r,schemaId:i,root:n,baseId:e}),o.schema!==o.root.schema)return o}const Jh={$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 $o={},Wn={exports:{}};const Bh=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),Ac=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function zc(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}const Kh=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Mc(t){return t.length=0,!0}function Gh(t,e,r){if(t.length){const n=zc(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function Yh(t){let e=0;const r={error:!1,address:"",zone:""},n=[],s=[];let o=!1,i=!1,a=Gh;for(let c=0;c<t.length;c++){const u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(o===!0&&(i=!0),!a(s,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(o=!0),n.push(":");continue}else if(u==="%"){if(!a(s,n,r))break;a=Mc}else{s.push(u);continue}}return s.length&&(a===Mc?r.zone=s.join(""):i?n.push(s.join("")):n.push(zc(s))),r.address=n.join(""),r}function Zc(t){if(Xh(t,":")<2)return{host:t,isIPV6:!1};const e=Yh(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,isIPV6:!0,escapedHost:n}}}function Xh(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function Qh(t){let e=t;const r=[];let n=-1,s=0;for(;s=e.length;){if(s===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(s===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(s===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}function ep(t,e){const r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function tp(t){const e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!Ac(r)){const n=Zc(r);n.isIPV6===!0?r=`[${n.escapedHost}]`:r=t.host}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}var Lc={nonSimpleDomain:Kh,recomposeAuthority:tp,normalizeComponentEncoding:ep,removeDotSegments:Qh,isIPv4:Ac,isUUID:Bh,normalizeIPv6:Zc};const{isUUID:rp}=Lc,np=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function Uc(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 Dc(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function qc(t){const e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function sp(t){return t.secure=Uc(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function op(t){if((t.port===(Uc(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){const[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function ip(t,e){if(!t.path)return t.error="URN can not be parsed",t;const r=t.path.match(np);if(r){const n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];const s=`${n}:${e.nid||t.nid}`,o=So(s);t.path=void 0,o&&(t=o.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function ap(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");const r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),s=`${r}:${e.nid||n}`,o=So(s);o&&(t=o.serialize(t,e));const i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function cp(t,e){const r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!rp(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function up(t){const e=t;return e.nss=(t.uuid||"").toLowerCase(),e}const Vc={scheme:"http",domainHost:!0,parse:Dc,serialize:qc},lp={scheme:"https",domainHost:Vc.domainHost,parse:Dc,serialize:qc},Jn={scheme:"ws",domainHost:!0,parse:sp,serialize:op},dp={scheme:"wss",domainHost:Jn.domainHost,parse:Jn.parse,serialize:Jn.serialize},Bn={http:Vc,https:lp,ws:Jn,wss:dp,urn:{scheme:"urn",parse:ip,serialize:ap,skipNormalize:!0},"urn:uuid":{scheme:"urn:uuid",parse:cp,serialize:up,skipNormalize:!0}};Object.setPrototypeOf(Bn,null);function So(t){return t&&(Bn[t]||Bn[t.toLowerCase()])||void 0}var fp={SCHEMES:Bn,getSchemeHandler:So};const{normalizeIPv6:hp,removeDotSegments:Jr,recomposeAuthority:pp,normalizeComponentEncoding:Kn,isIPv4:mp,nonSimpleDomain:_p}=Lc,{SCHEMES:gp,getSchemeHandler:Fc}=fp;function vp(t,e){return typeof t=="string"?t=St(Ot(t,e),e):typeof t=="object"&&(t=Ot(St(t,e),e)),t}function yp(t,e,r){const n=r?Object.assign({scheme:"null"},r):{scheme:"null"},s=Hc(Ot(t,n),Ot(e,n),n,!0);return n.skipEscape=!0,St(s,n)}function Hc(t,e,r,n){const s={};return n||(t=Ot(St(t,r),r),e=Ot(St(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(s.scheme=e.scheme,s.userinfo=e.userinfo,s.host=e.host,s.port=e.port,s.path=Jr(e.path||""),s.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(s.userinfo=e.userinfo,s.host=e.host,s.port=e.port,s.path=Jr(e.path||""),s.query=e.query):(e.path?(e.path[0]==="/"?s.path=Jr(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?s.path="/"+e.path:t.path?s.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:s.path=e.path,s.path=Jr(s.path)),s.query=e.query):(s.path=t.path,e.query!==void 0?s.query=e.query:s.query=t.query),s.userinfo=t.userinfo,s.host=t.host,s.port=t.port),s.scheme=t.scheme),s.fragment=e.fragment,s}function bp(t,e,r){return typeof t=="string"?(t=unescape(t),t=St(Kn(Ot(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=St(Kn(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=St(Kn(Ot(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=St(Kn(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function St(t,e){const 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),s=[],o=Fc(n.scheme||r.scheme);o&&o.serialize&&o.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&s.push(r.scheme,":");const i=pp(r);if(i!==void 0&&(n.reference!=="suffix"&&s.push("//"),s.push(i),r.path&&r.path[0]!=="/"&&s.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!o||!o.absolutePath)&&(a=Jr(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),s.push(a)}return r.query!==void 0&&s.push("?",r.query),r.fragment!==void 0&&s.push("#",r.fragment),s.join("")}const wp=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Ot(t,e){const r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0};let s=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);const o=t.match(wp);if(o){if(n.scheme=o[1],n.userinfo=o[3],n.host=o[4],n.port=parseInt(o[5],10),n.path=o[6]||"",n.query=o[7],n.fragment=o[8],isNaN(n.port)&&(n.port=o[5]),n.host)if(mp(n.host)===!1){const c=hp(n.host);n.host=c.host.toLowerCase(),s=c.isIPV6}else s=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");const i=Fc(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&s===!1&&_p(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}const ko={SCHEMES:gp,normalize:vp,resolve:yp,resolveComponent:Hc,equal:bp,serialize:St,parse:Ot};Wn.exports=ko,Wn.exports.default=ko,Wn.exports.fastUri=ko;var $p=Wn.exports;Object.defineProperty($o,"__esModule",{value:!0});const Wc=$p;Wc.code='require("ajv/dist/runtime/uri").default',$o.default=Wc,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;var e=ot;Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return e.KeywordCxt}});var r=Q;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=Wr,s=wr,o=tr,i=Je,a=Q,c=Me,u=Oe,l=M,f=Jh,_=$o,y=(N,k)=>new RegExp(N,k);y.code="new RegExp";const g=["removeAdditional","useDefaults","coerceTypes"],v=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),h={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."},d={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},m=200;function w(N){var k,R,E,p,b,x,F,H,fe,le,ze,Dr,Na,ja,Aa,za,Ma,Za,La,Ua,Da,qa,Va,Fa,Ha;const Un=N.strict,Wa=(k=N.code)===null||k===void 0?void 0:k.optimize,Xd=Wa===!0||Wa===void 0?1:Wa||0,Qd=(E=(R=N.code)===null||R===void 0?void 0:R.regExp)!==null&&E!==void 0?E:y,U1=(p=N.uriResolver)!==null&&p!==void 0?p:_.default;return{strictSchema:(x=(b=N.strictSchema)!==null&&b!==void 0?b:Un)!==null&&x!==void 0?x:!0,strictNumbers:(H=(F=N.strictNumbers)!==null&&F!==void 0?F:Un)!==null&&H!==void 0?H:!0,strictTypes:(le=(fe=N.strictTypes)!==null&&fe!==void 0?fe:Un)!==null&&le!==void 0?le:"log",strictTuples:(Dr=(ze=N.strictTuples)!==null&&ze!==void 0?ze:Un)!==null&&Dr!==void 0?Dr:"log",strictRequired:(ja=(Na=N.strictRequired)!==null&&Na!==void 0?Na:Un)!==null&&ja!==void 0?ja:!1,code:N.code?{...N.code,optimize:Xd,regExp:Qd}:{optimize:Xd,regExp:Qd},loopRequired:(Aa=N.loopRequired)!==null&&Aa!==void 0?Aa:m,loopEnum:(za=N.loopEnum)!==null&&za!==void 0?za:m,meta:(Ma=N.meta)!==null&&Ma!==void 0?Ma:!0,messages:(Za=N.messages)!==null&&Za!==void 0?Za:!0,inlineRefs:(La=N.inlineRefs)!==null&&La!==void 0?La:!0,schemaId:(Ua=N.schemaId)!==null&&Ua!==void 0?Ua:"$id",addUsedSchema:(Da=N.addUsedSchema)!==null&&Da!==void 0?Da:!0,validateSchema:(qa=N.validateSchema)!==null&&qa!==void 0?qa:!0,validateFormats:(Va=N.validateFormats)!==null&&Va!==void 0?Va:!0,unicodeRegExp:(Fa=N.unicodeRegExp)!==null&&Fa!==void 0?Fa:!0,int32range:(Ha=N.int32range)!==null&&Ha!==void 0?Ha:!0,uriResolver:U1}}class S{constructor(k={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,k=this.opts={...k,...w(k)};const{es5:R,lines:E}=this.opts.code;this.scope=new a.ValueScope({scope:{},prefixes:v,es5:R,lines:E}),this.logger=K(k.logger);const p=k.validateFormats;k.validateFormats=!1,this.RULES=(0,o.getRules)(),P.call(this,h,k,"NOT SUPPORTED"),P.call(this,d,k,"DEPRECATED","warn"),this._metaOpts=Ae.call(this),k.formats&&ce.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),k.keywords&&G.call(this,k.keywords),typeof k.meta=="object"&&this.addMetaSchema(k.meta),V.call(this),k.validateFormats=p}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:k,meta:R,schemaId:E}=this.opts;let p=f;E==="id"&&(p={...f},p.id=p.$id,delete p.$id),R&&k&&this.addMetaSchema(p,p[E],!1)}defaultMeta(){const{meta:k,schemaId:R}=this.opts;return this.opts.defaultMeta=typeof k=="object"?k[R]||k:void 0}validate(k,R){let E;if(typeof k=="string"){if(E=this.getSchema(k),!E)throw new Error(`no schema with key or ref "${k}"`)}else E=this.compile(k);const p=E(R);return"$async"in E||(this.errors=E.errors),p}compile(k,R){const E=this._addSchema(k,R);return E.validate||this._compileSchemaEnv(E)}compileAsync(k,R){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:E}=this.opts;return p.call(this,k,R);async function p(le,ze){await b.call(this,le.$schema);const Dr=this._addSchema(le,ze);return Dr.validate||x.call(this,Dr)}async function b(le){le&&!this.getSchema(le)&&await p.call(this,{$ref:le},!0)}async function x(le){try{return this._compileSchemaEnv(le)}catch(ze){if(!(ze instanceof s.default))throw ze;return F.call(this,ze),await H.call(this,ze.missingSchema),x.call(this,le)}}function F({missingSchema:le,missingRef:ze}){if(this.refs[le])throw new Error(`AnySchema ${le} is loaded but ${ze} cannot be resolved`)}async function H(le){const ze=await fe.call(this,le);this.refs[le]||await b.call(this,ze.$schema),this.refs[le]||this.addSchema(ze,le,R)}async function fe(le){const ze=this._loading[le];if(ze)return ze;try{return await(this._loading[le]=E(le))}finally{delete this._loading[le]}}}addSchema(k,R,E,p=this.opts.validateSchema){if(Array.isArray(k)){for(const x of k)this.addSchema(x,void 0,E,p);return this}let b;if(typeof k=="object"){const{schemaId:x}=this.opts;if(b=k[x],b!==void 0&&typeof b!="string")throw new Error(`schema ${x} must be string`)}return R=(0,c.normalizeId)(R||b),this._checkUnique(R),this.schemas[R]=this._addSchema(k,E,R,p,!0),this}addMetaSchema(k,R,E=this.opts.validateSchema){return this.addSchema(k,R,!0,E),this}validateSchema(k,R){if(typeof k=="boolean")return!0;let E;if(E=k.$schema,E!==void 0&&typeof E!="string")throw new Error("$schema must be a string");if(E=E||this.opts.defaultMeta||this.defaultMeta(),!E)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const p=this.validate(E,k);if(!p&&R){const b="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(b);else throw new Error(b)}return p}getSchema(k){let R;for(;typeof(R=O.call(this,k))=="string";)k=R;if(R===void 0){const{schemaId:E}=this.opts,p=new i.SchemaEnv({schema:{},schemaId:E});if(R=i.resolveSchema.call(this,p,k),!R)return;this.refs[k]=R}return R.validate||this._compileSchemaEnv(R)}removeSchema(k){if(k instanceof RegExp)return this._removeAllSchemas(this.schemas,k),this._removeAllSchemas(this.refs,k),this;switch(typeof k){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const R=O.call(this,k);return typeof R=="object"&&this._cache.delete(R.schema),delete this.schemas[k],delete this.refs[k],this}case"object":{const R=k;this._cache.delete(R);let E=k[this.opts.schemaId];return E&&(E=(0,c.normalizeId)(E),delete this.schemas[E],delete this.refs[E]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(k){for(const R of k)this.addKeyword(R);return this}addKeyword(k,R){let E;if(typeof k=="string")E=k,typeof R=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),R.keyword=E);else if(typeof k=="object"&&R===void 0){if(R=k,E=R.keyword,Array.isArray(E)&&!E.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(se.call(this,E,R),!R)return(0,l.eachItem)(E,b=>De.call(this,b)),this;Lt.call(this,R);const p={...R,type:(0,u.getJSONTypes)(R.type),schemaType:(0,u.getJSONTypes)(R.schemaType)};return(0,l.eachItem)(E,p.type.length===0?b=>De.call(this,b,p):b=>p.type.forEach(x=>De.call(this,b,p,x))),this}getKeyword(k){const R=this.RULES.all[k];return typeof R=="object"?R.definition:!!R}removeKeyword(k){const{RULES:R}=this;delete R.keywords[k],delete R.all[k];for(const E of R.rules){const p=E.rules.findIndex(b=>b.keyword===k);p>=0&&E.rules.splice(p,1)}return this}addFormat(k,R){return typeof R=="string"&&(R=new RegExp(R)),this.formats[k]=R,this}errorsText(k=this.errors,{separator:R=", ",dataVar:E="data"}={}){return!k||k.length===0?"No errors":k.map(p=>`${E}${p.instancePath} ${p.message}`).reduce((p,b)=>p+R+b)}$dataMetaSchema(k,R){const E=this.RULES.all;k=JSON.parse(JSON.stringify(k));for(const p of R){const b=p.split("/").slice(1);let x=k;for(const F of b)x=x[F];for(const F in E){const H=E[F];if(typeof H!="object")continue;const{$data:fe}=H.definition,le=x[F];fe&&le&&(x[F]=mr(le))}}return k}_removeAllSchemas(k,R){for(const E in k){const p=k[E];(!R||R.test(E))&&(typeof p=="string"?delete k[E]:p&&!p.meta&&(this._cache.delete(p.schema),delete k[E]))}}_addSchema(k,R,E,p=this.opts.validateSchema,b=this.opts.addUsedSchema){let x;const{schemaId:F}=this.opts;if(typeof k=="object")x=k[F];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof k!="boolean")throw new Error("schema must be object or boolean")}let H=this._cache.get(k);if(H!==void 0)return H;E=(0,c.normalizeId)(x||E);const fe=c.getSchemaRefs.call(this,k,E);return H=new i.SchemaEnv({schema:k,schemaId:F,meta:R,baseId:E,localRefs:fe}),this._cache.set(H.schema,H),b&&!E.startsWith("#")&&(E&&this._checkUnique(E),this.refs[E]=H),p&&this.validateSchema(k,!0),H}_checkUnique(k){if(this.schemas[k]||this.refs[k])throw new Error(`schema with key or id "${k}" already exists`)}_compileSchemaEnv(k){if(k.meta?this._compileMetaSchema(k):i.compileSchema.call(this,k),!k.validate)throw new Error("ajv implementation error");return k.validate}_compileMetaSchema(k){const R=this.opts;this.opts=this._metaOpts;try{i.compileSchema.call(this,k)}finally{this.opts=R}}}S.ValidationError=n.default,S.MissingRefError=s.default,t.default=S;function P(N,k,R,E="error"){for(const p in N){const b=p;b in k&&this.logger[E](`${R}: option ${p}. ${N[b]}`)}}function O(N){return N=(0,c.normalizeId)(N),this.schemas[N]||this.refs[N]}function V(){const N=this.opts.schemas;if(N)if(Array.isArray(N))this.addSchema(N);else for(const k in N)this.addSchema(N[k],k)}function ce(){for(const N in this.opts.formats){const k=this.opts.formats[N];k&&this.addFormat(N,k)}}function G(N){if(Array.isArray(N)){this.addVocabulary(N);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const k in N){const R=N[k];R.keyword||(R.keyword=k),this.addKeyword(R)}}function Ae(){const N={...this.opts};for(const k of g)delete N[k];return N}const U={log(){},warn(){},error(){}};function K(N){if(N===!1)return U;if(N===void 0)return console;if(N.log&&N.warn&&N.error)return N;throw new Error("logger must implement log, warn and error methods")}const Se=/^[a-z_$][a-z0-9_$:-]*$/i;function se(N,k){const{RULES:R}=this;if((0,l.eachItem)(N,E=>{if(R.keywords[E])throw new Error(`Keyword ${E} is already defined`);if(!Se.test(E))throw new Error(`Keyword ${E} has invalid name`)}),!!k&&k.$data&&!("code"in k||"validate"in k))throw new Error('$data keyword must have "code" or "validate" function')}function De(N,k,R){var E;const p=k==null?void 0:k.post;if(R&&p)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:b}=this;let x=p?b.post:b.rules.find(({type:H})=>H===R);if(x||(x={type:R,rules:[]},b.rules.push(x)),b.keywords[N]=!0,!k)return;const F={keyword:N,definition:{...k,type:(0,u.getJSONTypes)(k.type),schemaType:(0,u.getJSONTypes)(k.schemaType)}};k.before?Zt.call(this,x,F,k.before):x.rules.push(F),b.all[N]=F,(E=k.implements)===null||E===void 0||E.forEach(H=>this.addKeyword(H))}function Zt(N,k,R){const E=N.rules.findIndex(p=>p.keyword===R);E>=0?N.rules.splice(E,0,k):(N.rules.push(k),this.logger.warn(`rule ${R} is not defined`))}function Lt(N){let{metaSchema:k}=N;k!==void 0&&(N.$data&&this.opts.$data&&(k=mr(k)),N.validateSchema=this.compile(k,!0))}const Ln={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function mr(N){return{anyOf:[N,Ln]}}}(Ja);var Eo={},Po={},To={};Object.defineProperty(To,"__esModule",{value:!0});const Sp={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};To.default=Sp;var sr={};Object.defineProperty(sr,"__esModule",{value:!0}),sr.callRef=sr.getValidate=void 0;const kp=wr,Jc=te,Be=Q,$r=bt,Bc=Je,Gn=M,Ep={keyword:"$ref",schemaType:"string",code(t){const{gen:e,schema:r,it:n}=t,{baseId:s,schemaEnv:o,validateName:i,opts:a,self:c}=n,{root:u}=o;if((r==="#"||r==="#/")&&s===u.baseId)return f();const l=Bc.resolveRef.call(c,u,s,r);if(l===void 0)throw new kp.default(n.opts.uriResolver,s,r);if(l instanceof Bc.SchemaEnv)return _(l);return y(l);function f(){if(o===u)return Yn(t,i,o,o.$async);const g=e.scopeValue("root",{ref:u});return Yn(t,(0,Be._)`${g}.validate`,u,u.$async)}function _(g){const v=Kc(t,g);Yn(t,v,g,g.$async)}function y(g){const v=e.scopeValue("schema",a.code.source===!0?{ref:g,code:(0,Be.stringify)(g)}:{ref:g}),h=e.name("valid"),d=t.subschema({schema:g,dataTypes:[],schemaPath:Be.nil,topSchemaRef:v,errSchemaPath:r},h);t.mergeEvaluated(d),t.ok(h)}}};function Kc(t,e){const{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Be._)`${r.scopeValue("wrapper",{ref:e})}.validate`}sr.getValidate=Kc;function Yn(t,e,r,n){const{gen:s,it:o}=t,{allErrors:i,schemaEnv:a,opts:c}=o,u=c.passContext?$r.default.this:Be.nil;n?l():f();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");const g=s.let("valid");s.try(()=>{s.code((0,Be._)`await ${(0,Jc.callValidateCode)(t,e,u)}`),y(e),i||s.assign(g,!0)},v=>{s.if((0,Be._)`!(${v} instanceof ${o.ValidationError})`,()=>s.throw(v)),_(v),i||s.assign(g,!1)}),t.ok(g)}function f(){t.result((0,Jc.callValidateCode)(t,e,u),()=>y(e),()=>_(e))}function _(g){const v=(0,Be._)`${g}.errors`;s.assign($r.default.vErrors,(0,Be._)`${$r.default.vErrors} === null ? ${v} : ${$r.default.vErrors}.concat(${v})`),s.assign($r.default.errors,(0,Be._)`${$r.default.vErrors}.length`)}function y(g){var v;if(!o.opts.unevaluated)return;const h=(v=r==null?void 0:r.validate)===null||v===void 0?void 0:v.evaluated;if(o.props!==!0)if(h&&!h.dynamicProps)h.props!==void 0&&(o.props=Gn.mergeEvaluated.props(s,h.props,o.props));else{const d=s.var("props",(0,Be._)`${g}.evaluated.props`);o.props=Gn.mergeEvaluated.props(s,d,o.props,Be.Name)}if(o.items!==!0)if(h&&!h.dynamicItems)h.items!==void 0&&(o.items=Gn.mergeEvaluated.items(s,h.items,o.items));else{const d=s.var("items",(0,Be._)`${g}.evaluated.items`);o.items=Gn.mergeEvaluated.items(s,d,o.items,Be.Name)}}}sr.callRef=Yn,sr.default=Ep,Object.defineProperty(Po,"__esModule",{value:!0});const Pp=To,Tp=sr,xp=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",Pp.default,Tp.default];Po.default=xp;var xo={},Ro={};Object.defineProperty(Ro,"__esModule",{value:!0});const Xn=Q,Vt=Xn.operators,Qn={maximum:{okStr:"<=",ok:Vt.LTE,fail:Vt.GT},minimum:{okStr:">=",ok:Vt.GTE,fail:Vt.LT},exclusiveMaximum:{okStr:"<",ok:Vt.LT,fail:Vt.GTE},exclusiveMinimum:{okStr:">",ok:Vt.GT,fail:Vt.LTE}},Rp={message:({keyword:t,schemaCode:e})=>(0,Xn.str)`must be ${Qn[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Xn._)`{comparison: ${Qn[t].okStr}, limit: ${e}}`},Ip={keyword:Object.keys(Qn),type:"number",schemaType:"number",$data:!0,error:Rp,code(t){const{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,Xn._)`${r} ${Qn[e].fail} ${n} || isNaN(${r})`)}};Ro.default=Ip;var Io={};Object.defineProperty(Io,"__esModule",{value:!0});const Br=Q,Cp={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:t})=>(0,Br.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Br._)`{multipleOf: ${t}}`},code(t){const{gen:e,data:r,schemaCode:n,it:s}=t,o=s.opts.multipleOfPrecision,i=e.let("res"),a=o?(0,Br._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${o}`:(0,Br._)`${i} !== parseInt(${i})`;t.fail$data((0,Br._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Io.default=Cp;var Co={},Oo={};Object.defineProperty(Oo,"__esModule",{value:!0});function Gc(t){const e=t.length;let r=0,n=0,s;for(;n<e;)r++,s=t.charCodeAt(n++),s>=55296&&s<=56319&&n<e&&(s=t.charCodeAt(n),(s&64512)===56320&&n++);return r}Oo.default=Gc,Gc.code='require("ajv/dist/runtime/ucs2length").default',Object.defineProperty(Co,"__esModule",{value:!0});const or=Q,Op=M,Np=Oo,jp={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:{message({keyword:t,schemaCode:e}){const r=t==="maxLength"?"more":"fewer";return(0,or.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,or._)`{limit: ${t}}`},code(t){const{keyword:e,data:r,schemaCode:n,it:s}=t,o=e==="maxLength"?or.operators.GT:or.operators.LT,i=s.opts.unicode===!1?(0,or._)`${r}.length`:(0,or._)`${(0,Op.useFunc)(t.gen,Np.default)}(${r})`;t.fail$data((0,or._)`${i} ${o} ${n}`)}};Co.default=jp;var No={};Object.defineProperty(No,"__esModule",{value:!0});const Ap=te,es=Q,zp={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:t})=>(0,es.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,es._)`{pattern: ${t}}`},code(t){const{data:e,$data:r,schema:n,schemaCode:s,it:o}=t,i=o.opts.unicodeRegExp?"u":"",a=r?(0,es._)`(new RegExp(${s}, ${i}))`:(0,Ap.usePattern)(t,n);t.fail$data((0,es._)`!${a}.test(${e})`)}};No.default=zp;var jo={};Object.defineProperty(jo,"__esModule",{value:!0});const Kr=Q,Mp={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:{message({keyword:t,schemaCode:e}){const r=t==="maxProperties"?"more":"fewer";return(0,Kr.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Kr._)`{limit: ${t}}`},code(t){const{keyword:e,data:r,schemaCode:n}=t,s=e==="maxProperties"?Kr.operators.GT:Kr.operators.LT;t.fail$data((0,Kr._)`Object.keys(${r}).length ${s} ${n}`)}};jo.default=Mp;var Ao={};Object.defineProperty(Ao,"__esModule",{value:!0});const Gr=te,Yr=Q,Zp=M,Lp={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:t}})=>(0,Yr.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Yr._)`{missingProperty: ${t}}`},code(t){const{gen:e,schema:r,schemaCode:n,data:s,$data:o,it:i}=t,{opts:a}=i;if(!o&&r.length===0)return;const c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){const y=t.parentSchema.properties,{definedProperties:g}=t.it;for(const v of r)if((y==null?void 0:y[v])===void 0&&!g.has(v)){const h=i.schemaEnv.baseId+i.errSchemaPath,d=`required property "${v}" is not defined at "${h}" (strictRequired)`;(0,Zp.checkStrictMode)(i,d,i.opts.strictRequired)}}function u(){if(c||o)t.block$data(Yr.nil,f);else for(const y of r)(0,Gr.checkReportMissingProp)(t,y)}function l(){const y=e.let("missing");if(c||o){const g=e.let("valid",!0);t.block$data(g,()=>_(y,g)),t.ok(g)}else e.if((0,Gr.checkMissingProp)(t,r,y)),(0,Gr.reportMissingProp)(t,y),e.else()}function f(){e.forOf("prop",n,y=>{t.setParams({missingProperty:y}),e.if((0,Gr.noPropertyInData)(e,s,y,a.ownProperties),()=>t.error())})}function _(y,g){t.setParams({missingProperty:y}),e.forOf(y,n,()=>{e.assign(g,(0,Gr.propertyInData)(e,s,y,a.ownProperties)),e.if((0,Yr.not)(g),()=>{t.error(),e.break()})},Yr.nil)}}};Ao.default=Lp;var zo={};Object.defineProperty(zo,"__esModule",{value:!0});const Xr=Q,Up={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:{message({keyword:t,schemaCode:e}){const r=t==="maxItems"?"more":"fewer";return(0,Xr.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Xr._)`{limit: ${t}}`},code(t){const{keyword:e,data:r,schemaCode:n}=t,s=e==="maxItems"?Xr.operators.GT:Xr.operators.LT;t.fail$data((0,Xr._)`${r}.length ${s} ${n}`)}};zo.default=Up;var Mo={},Qr={};Object.defineProperty(Qr,"__esModule",{value:!0});const Yc=hc;Yc.code='require("ajv/dist/runtime/equal").default',Qr.default=Yc,Object.defineProperty(Mo,"__esModule",{value:!0});const Zo=Oe,Ze=Q,Dp=M,qp=Qr,Vp={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i:t,j:e}})=>(0,Ze.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Ze._)`{i: ${t}, j: ${e}}`},code(t){const{gen:e,data:r,$data:n,schema:s,parentSchema:o,schemaCode:i,it:a}=t;if(!n&&!s)return;const c=e.let("valid"),u=o.items?(0,Zo.getSchemaTypes)(o.items):[];t.block$data(c,l,(0,Ze._)`${i} === false`),t.ok(c);function l(){const g=e.let("i",(0,Ze._)`${r}.length`),v=e.let("j");t.setParams({i:g,j:v}),e.assign(c,!0),e.if((0,Ze._)`${g} > 1`,()=>(f()?_:y)(g,v))}function f(){return u.length>0&&!u.some(g=>g==="object"||g==="array")}function _(g,v){const h=e.name("item"),d=(0,Zo.checkDataTypes)(u,h,a.opts.strictNumbers,Zo.DataType.Wrong),m=e.const("indices",(0,Ze._)`{}`);e.for((0,Ze._)`;${g}--;`,()=>{e.let(h,(0,Ze._)`${r}[${g}]`),e.if(d,(0,Ze._)`continue`),u.length>1&&e.if((0,Ze._)`typeof ${h} == "string"`,(0,Ze._)`${h} += "_"`),e.if((0,Ze._)`typeof ${m}[${h}] == "number"`,()=>{e.assign(v,(0,Ze._)`${m}[${h}]`),t.error(),e.assign(c,!1).break()}).code((0,Ze._)`${m}[${h}] = ${g}`)})}function y(g,v){const h=(0,Dp.useFunc)(e,qp.default),d=e.name("outer");e.label(d).for((0,Ze._)`;${g}--;`,()=>e.for((0,Ze._)`${v} = ${g}; ${v}--;`,()=>e.if((0,Ze._)`${h}(${r}[${g}], ${r}[${v}])`,()=>{t.error(),e.assign(c,!1).break(d)})))}}};Mo.default=Vp;var Lo={};Object.defineProperty(Lo,"__esModule",{value:!0});const Uo=Q,Fp=M,Hp=Qr,Wp={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:t})=>(0,Uo._)`{allowedValue: ${t}}`},code(t){const{gen:e,data:r,$data:n,schemaCode:s,schema:o}=t;n||o&&typeof o=="object"?t.fail$data((0,Uo._)`!${(0,Fp.useFunc)(e,Hp.default)}(${r}, ${s})`):t.fail((0,Uo._)`${o} !== ${r}`)}};Lo.default=Wp;var Do={};Object.defineProperty(Do,"__esModule",{value:!0});const en=Q,Jp=M,Bp=Qr,Kp={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,en._)`{allowedValues: ${t}}`},code(t){const{gen:e,data:r,$data:n,schema:s,schemaCode:o,it:i}=t;if(!n&&s.length===0)throw new Error("enum must have non-empty array");const a=s.length>=i.opts.loopEnum;let c;const u=()=>c??(c=(0,Jp.useFunc)(e,Bp.default));let l;if(a||n)l=e.let("valid"),t.block$data(l,f);else{if(!Array.isArray(s))throw new Error("ajv implementation error");const y=e.const("vSchema",o);l=(0,en.or)(...s.map((g,v)=>_(y,v)))}t.pass(l);function f(){e.assign(l,!1),e.forOf("v",o,y=>e.if((0,en._)`${u()}(${r}, ${y})`,()=>e.assign(l,!0).break()))}function _(y,g){const v=s[g];return typeof v=="object"&&v!==null?(0,en._)`${u()}(${r}, ${y}[${g}])`:(0,en._)`${r} === ${v}`}}};Do.default=Kp,Object.defineProperty(xo,"__esModule",{value:!0});const Gp=Ro,Yp=Io,Xp=Co,Qp=No,em=jo,tm=Ao,rm=zo,nm=Mo,sm=Lo,om=Do,im=[Gp.default,Yp.default,Xp.default,Qp.default,em.default,tm.default,rm.default,nm.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},sm.default,om.default];xo.default=im;var qo={},Sr={};Object.defineProperty(Sr,"__esModule",{value:!0}),Sr.validateAdditionalItems=void 0;const ir=Q,Vo=M,am={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:t}})=>(0,ir.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,ir._)`{limit: ${t}}`},code(t){const{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,Vo.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Xc(t,n)}};function Xc(t,e){const{gen:r,schema:n,data:s,keyword:o,it:i}=t;i.items=!0;const a=r.const("len",(0,ir._)`${s}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,ir._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,Vo.alwaysValidSchema)(i,n)){const u=r.var("valid",(0,ir._)`${a} <= ${e.length}`);r.if((0,ir.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:o,dataProp:l,dataPropType:Vo.Type.Num},u),i.allErrors||r.if((0,ir.not)(u),()=>r.break())})}}Sr.validateAdditionalItems=Xc,Sr.default=am;var Fo={},kr={};Object.defineProperty(kr,"__esModule",{value:!0}),kr.validateTuple=void 0;const Qc=Q,ts=M,cm=te,um={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){const{schema:e,it:r}=t;if(Array.isArray(e))return eu(t,"additionalItems",e);r.items=!0,!(0,ts.alwaysValidSchema)(r,e)&&t.ok((0,cm.validateArray)(t))}};function eu(t,e,r=t.schema){const{gen:n,parentSchema:s,data:o,keyword:i,it:a}=t;l(s),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=ts.mergeEvaluated.items(n,r.length,a.items));const c=n.name("valid"),u=n.const("len",(0,Qc._)`${o}.length`);r.forEach((f,_)=>{(0,ts.alwaysValidSchema)(a,f)||(n.if((0,Qc._)`${u} > ${_}`,()=>t.subschema({keyword:i,schemaProp:_,dataProp:_},c)),t.ok(c))});function l(f){const{opts:_,errSchemaPath:y}=a,g=r.length,v=g===f.minItems&&(g===f.maxItems||f[e]===!1);if(_.strictTuples&&!v){const h=`"${i}" is ${g}-tuple, but minItems or maxItems/${e} are not specified or different at path "${y}"`;(0,ts.checkStrictMode)(a,h,_.strictTuples)}}}kr.validateTuple=eu,kr.default=um,Object.defineProperty(Fo,"__esModule",{value:!0});const lm=kr,dm={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,lm.validateTuple)(t,"items")};Fo.default=dm;var Ho={};Object.defineProperty(Ho,"__esModule",{value:!0});const tu=Q,fm=M,hm=te,pm=Sr,mm={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:t}})=>(0,tu.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,tu._)`{limit: ${t}}`},code(t){const{schema:e,parentSchema:r,it:n}=t,{prefixItems:s}=r;n.items=!0,!(0,fm.alwaysValidSchema)(n,e)&&(s?(0,pm.validateAdditionalItems)(t,s):t.ok((0,hm.validateArray)(t)))}};Ho.default=mm;var Wo={};Object.defineProperty(Wo,"__esModule",{value:!0});const rt=Q,rs=M,_m={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:{message:({params:{min:t,max:e}})=>e===void 0?(0,rt.str)`must contain at least ${t} valid item(s)`:(0,rt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,rt._)`{minContains: ${t}}`:(0,rt._)`{minContains: ${t}, maxContains: ${e}}`},code(t){const{gen:e,schema:r,parentSchema:n,data:s,it:o}=t;let i,a;const{minContains:c,maxContains:u}=n;o.opts.next?(i=c===void 0?1:c,a=u):i=1;const l=e.const("len",(0,rt._)`${s}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,rs.checkStrictMode)(o,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,rs.checkStrictMode)(o,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,rs.alwaysValidSchema)(o,r)){let v=(0,rt._)`${l} >= ${i}`;a!==void 0&&(v=(0,rt._)`${v} && ${l} <= ${a}`),t.pass(v);return}o.items=!0;const f=e.name("valid");a===void 0&&i===1?y(f,()=>e.if(f,()=>e.break())):i===0?(e.let(f,!0),a!==void 0&&e.if((0,rt._)`${s}.length > 0`,_)):(e.let(f,!1),_()),t.result(f,()=>t.reset());function _(){const v=e.name("_valid"),h=e.let("count",0);y(v,()=>e.if(v,()=>g(h)))}function y(v,h){e.forRange("i",0,l,d=>{t.subschema({keyword:"contains",dataProp:d,dataPropType:rs.Type.Num,compositeRule:!0},v),h()})}function g(v){e.code((0,rt._)`${v}++`),a===void 0?e.if((0,rt._)`${v} >= ${i}`,()=>e.assign(f,!0).break()):(e.if((0,rt._)`${v} > ${a}`,()=>e.assign(f,!1).break()),i===1?e.assign(f,!0):e.if((0,rt._)`${v} >= ${i}`,()=>e.assign(f,!0)))}}};Wo.default=_m;var ru={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.validateSchemaDeps=t.validatePropertyDeps=t.error=void 0;const e=Q,r=M,n=te;t.error={message:({params:{property:c,depsCount:u,deps:l}})=>{const f=u===1?"property":"properties";return(0,e.str)`must have ${f} ${l} when property ${c} is present`},params:({params:{property:c,depsCount:u,deps:l,missingProperty:f}})=>(0,e._)`{property: ${c},
|
|
6
|
-
missingProperty: ${
|
|
1
|
+
(function(Ce,kr){typeof exports=="object"&&typeof module<"u"?kr(exports):typeof define=="function"&&define.amd?define(["exports"],kr):(Ce=typeof globalThis<"u"?globalThis:Ce||self,kr(Ce.WebMCP={}))})(this,(function(Ce){"use strict";function kr(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Hn={exports:{}},Do={},zt={},ur={},Vo={},Ho={},Fo={},_c;function Fn(){return _c||(_c=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.regexpCode=t.getEsmExportName=t.getProperty=t.safeStringify=t.stringify=t.strConcat=t.addCodeArg=t.str=t._=t.nil=t._Code=t.Name=t.IDENTIFIER=t._CodeOrName=void 0;class e{}t._CodeOrName=e,t.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class r extends e{constructor(h){if(super(),!t.IDENTIFIER.test(h))throw new Error("CodeGen: name must be a valid identifier");this.str=h}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}t.Name=r;class n extends e{constructor(h){super(),this._items=typeof h=="string"?[h]:h}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const h=this._items[0];return h===""||h==='""'}get str(){var h;return(h=this._str)!==null&&h!==void 0?h:this._str=this._items.reduce((w,$)=>`${w}${$}`,"")}get names(){var h;return(h=this._names)!==null&&h!==void 0?h:this._names=this._items.reduce((w,$)=>($ instanceof r&&(w[$.str]=(w[$.str]||0)+1),w),{})}}t._Code=n,t.nil=new n("");function s(v,...h){const w=[v[0]];let $=0;for(;$<h.length;)a(w,h[$]),w.push(v[++$]);return new n(w)}t._=s;const o=new n("+");function i(v,...h){const w=[_(v[0])];let $=0;for(;$<h.length;)w.push(o),a(w,h[$]),w.push(o,_(v[++$]));return c(w),new n(w)}t.str=i;function a(v,h){h instanceof n?v.push(...h._items):h instanceof r?v.push(h):v.push(d(h))}t.addCodeArg=a;function c(v){let h=1;for(;h<v.length-1;){if(v[h]===o){const w=u(v[h-1],v[h+1]);if(w!==void 0){v.splice(h-1,3,w);continue}v[h++]="+"}h++}}function u(v,h){if(h==='""')return v;if(v==='""')return h;if(typeof v=="string")return h instanceof r||v[v.length-1]!=='"'?void 0:typeof h!="string"?`${v.slice(0,-1)}${h}"`:h[0]==='"'?v.slice(0,-1)+h.slice(1):void 0;if(typeof h=="string"&&h[0]==='"'&&!(v instanceof r))return`"${v}${h.slice(1)}`}function l(v,h){return h.emptyStr()?v:v.emptyStr()?h:i`${v}${h}`}t.strConcat=l;function d(v){return typeof v=="number"||typeof v=="boolean"||v===null?v:_(Array.isArray(v)?v.join(","):v)}function p(v){return new n(_(v))}t.stringify=p;function _(v){return JSON.stringify(v).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}t.safeStringify=_;function m(v){return typeof v=="string"&&t.IDENTIFIER.test(v)?new n(`.${v}`):s`[${v}]`}t.getProperty=m;function g(v){if(typeof v=="string"&&t.IDENTIFIER.test(v))return new n(`${v}`);throw new Error(`CodeGen: invalid export name: ${v}, use explicit $id name mapping`)}t.getEsmExportName=g;function f(v){return new n(v.toString())}t.regexpCode=f})(Fo)),Fo}var Wo={},gc;function vc(){return gc||(gc=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ValueScope=t.ValueScopeName=t.Scope=t.varKinds=t.UsedValueState=void 0;const e=Fn();class r extends Error{constructor(u){super(`CodeGen: "code" for ${u} not defined`),this.value=u.value}}var n;(function(c){c[c.Started=0]="Started",c[c.Completed=1]="Completed"})(n||(t.UsedValueState=n={})),t.varKinds={const:new e.Name("const"),let:new e.Name("let"),var:new e.Name("var")};class s{constructor({prefixes:u,parent:l}={}){this._names={},this._prefixes=u,this._parent=l}toName(u){return u instanceof e.Name?u:this.name(u)}name(u){return new e.Name(this._newName(u))}_newName(u){const l=this._names[u]||this._nameGroup(u);return`${u}${l.index++}`}_nameGroup(u){var l,d;if(!((d=(l=this._parent)===null||l===void 0?void 0:l._prefixes)===null||d===void 0)&&d.has(u)||this._prefixes&&!this._prefixes.has(u))throw new Error(`CodeGen: prefix "${u}" is not allowed in this scope`);return this._names[u]={prefix:u,index:0}}}t.Scope=s;class o extends e.Name{constructor(u,l){super(l),this.prefix=u}setValue(u,{property:l,itemIndex:d}){this.value=u,this.scopePath=(0,e._)`.${new e.Name(l)}[${d}]`}}t.ValueScopeName=o;const i=(0,e._)`\n`;class a extends s{constructor(u){super(u),this._values={},this._scope=u.scope,this.opts={...u,_n:u.lines?i:e.nil}}get(){return this._scope}name(u){return new o(u,this._newName(u))}value(u,l){var d;if(l.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const p=this.toName(u),{prefix:_}=p,m=(d=l.key)!==null&&d!==void 0?d:l.ref;let g=this._values[_];if(g){const h=g.get(m);if(h)return h}else g=this._values[_]=new Map;g.set(m,p);const f=this._scope[_]||(this._scope[_]=[]),v=f.length;return f[v]=l.ref,p.setValue(l,{property:_,itemIndex:v}),p}getValue(u,l){const d=this._values[u];if(d)return d.get(l)}scopeRefs(u,l=this._values){return this._reduceValues(l,d=>{if(d.scopePath===void 0)throw new Error(`CodeGen: name "${d}" has no value`);return(0,e._)`${u}${d.scopePath}`})}scopeCode(u=this._values,l,d){return this._reduceValues(u,p=>{if(p.value===void 0)throw new Error(`CodeGen: name "${p}" has no value`);return p.value.code},l,d)}_reduceValues(u,l,d={},p){let _=e.nil;for(const m in u){const g=u[m];if(!g)continue;const f=d[m]=d[m]||new Map;g.forEach(v=>{if(f.has(v))return;f.set(v,n.Started);let h=l(v);if(h){const w=this.opts.es5?t.varKinds.var:t.varKinds.const;_=(0,e._)`${_}${w} ${v} = ${h};${this.opts._n}`}else if(h=p?.(v))_=(0,e._)`${_}${h}${this.opts._n}`;else throw new r(v);f.set(v,n.Completed)})}return _}}t.ValueScope=a})(Wo)),Wo}var yc;function fe(){return yc||(yc=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.or=t.and=t.not=t.CodeGen=t.operators=t.varKinds=t.ValueScopeName=t.ValueScope=t.Scope=t.Name=t.regexpCode=t.stringify=t.getProperty=t.nil=t.strConcat=t.str=t._=void 0;const e=Fn(),r=vc();var n=Fn();Object.defineProperty(t,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(t,"strConcat",{enumerable:!0,get:function(){return n.strConcat}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(t,"getProperty",{enumerable:!0,get:function(){return n.getProperty}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(t,"regexpCode",{enumerable:!0,get:function(){return n.regexpCode}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return n.Name}});var s=vc();Object.defineProperty(t,"Scope",{enumerable:!0,get:function(){return s.Scope}}),Object.defineProperty(t,"ValueScope",{enumerable:!0,get:function(){return s.ValueScope}}),Object.defineProperty(t,"ValueScopeName",{enumerable:!0,get:function(){return s.ValueScopeName}}),Object.defineProperty(t,"varKinds",{enumerable:!0,get:function(){return s.varKinds}}),t.operators={GT:new e._Code(">"),GTE:new e._Code(">="),LT:new e._Code("<"),LTE:new e._Code("<="),EQ:new e._Code("==="),NEQ:new e._Code("!=="),NOT:new e._Code("!"),OR:new e._Code("||"),AND:new e._Code("&&"),ADD:new e._Code("+")};class o{optimizeNodes(){return this}optimizeNames(k,R){return this}}class i extends o{constructor(k,R,M){super(),this.varKind=k,this.name=R,this.rhs=M}render({es5:k,_n:R}){const M=k?r.varKinds.var:this.varKind,X=this.rhs===void 0?"":` = ${this.rhs}`;return`${M} ${this.name}${X};`+R}optimizeNames(k,R){if(k[this.name.str])return this.rhs&&(this.rhs=G(this.rhs,k,R)),this}get names(){return this.rhs instanceof e._CodeOrName?this.rhs.names:{}}}class a extends o{constructor(k,R,M){super(),this.lhs=k,this.rhs=R,this.sideEffects=M}render({_n:k}){return`${this.lhs} = ${this.rhs};`+k}optimizeNames(k,R){if(!(this.lhs instanceof e.Name&&!k[this.lhs.str]&&!this.sideEffects))return this.rhs=G(this.rhs,k,R),this}get names(){const k=this.lhs instanceof e.Name?{}:{...this.lhs.names};return K(k,this.rhs)}}class c extends a{constructor(k,R,M,X){super(k,M,X),this.op=R}render({_n:k}){return`${this.lhs} ${this.op}= ${this.rhs};`+k}}class u extends o{constructor(k){super(),this.label=k,this.names={}}render({_n:k}){return`${this.label}:`+k}}class l extends o{constructor(k){super(),this.label=k,this.names={}}render({_n:k}){return`break${this.label?` ${this.label}`:""};`+k}}class d extends o{constructor(k){super(),this.error=k}render({_n:k}){return`throw ${this.error};`+k}get names(){return this.error.names}}class p extends o{constructor(k){super(),this.code=k}render({_n:k}){return`${this.code};`+k}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(k,R){return this.code=G(this.code,k,R),this}get names(){return this.code instanceof e._CodeOrName?this.code.names:{}}}class _ extends o{constructor(k=[]){super(),this.nodes=k}render(k){return this.nodes.reduce((R,M)=>R+M.render(k),"")}optimizeNodes(){const{nodes:k}=this;let R=k.length;for(;R--;){const M=k[R].optimizeNodes();Array.isArray(M)?k.splice(R,1,...M):M?k[R]=M:k.splice(R,1)}return k.length>0?this:void 0}optimizeNames(k,R){const{nodes:M}=this;let X=M.length;for(;X--;){const re=M[X];re.optimizeNames(k,R)||(ke(k,re.names),M.splice(X,1))}return M.length>0?this:void 0}get names(){return this.nodes.reduce((k,R)=>W(k,R.names),{})}}class m extends _{render(k){return"{"+k._n+super.render(k)+"}"+k._n}}class g extends _{}class f extends m{}f.kind="else";class v extends m{constructor(k,R){super(R),this.condition=k}render(k){let R=`if(${this.condition})`+super.render(k);return this.else&&(R+="else "+this.else.render(k)),R}optimizeNodes(){super.optimizeNodes();const k=this.condition;if(k===!0)return this.nodes;let R=this.else;if(R){const M=R.optimizeNodes();R=this.else=Array.isArray(M)?new f(M):M}if(R)return k===!1?R instanceof v?R:R.nodes:this.nodes.length?this:new v(tt(k),R instanceof v?[R]:R.nodes);if(!(k===!1||!this.nodes.length))return this}optimizeNames(k,R){var M;if(this.else=(M=this.else)===null||M===void 0?void 0:M.optimizeNames(k,R),!!(super.optimizeNames(k,R)||this.else))return this.condition=G(this.condition,k,R),this}get names(){const k=super.names;return K(k,this.condition),this.else&&W(k,this.else.names),k}}v.kind="if";class h extends m{}h.kind="for";class w extends h{constructor(k){super(),this.iteration=k}render(k){return`for(${this.iteration})`+super.render(k)}optimizeNames(k,R){if(super.optimizeNames(k,R))return this.iteration=G(this.iteration,k,R),this}get names(){return W(super.names,this.iteration.names)}}class $ extends h{constructor(k,R,M,X){super(),this.varKind=k,this.name=R,this.from=M,this.to=X}render(k){const R=k.es5?r.varKinds.var:this.varKind,{name:M,from:X,to:re}=this;return`for(${R} ${M}=${X}; ${M}<${re}; ${M}++)`+super.render(k)}get names(){const k=K(super.names,this.from);return K(k,this.to)}}class b extends h{constructor(k,R,M,X){super(),this.loop=k,this.varKind=R,this.name=M,this.iterable=X}render(k){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(k)}optimizeNames(k,R){if(super.optimizeNames(k,R))return this.iterable=G(this.iterable,k,R),this}get names(){return W(super.names,this.iterable.names)}}class S extends m{constructor(k,R,M){super(),this.name=k,this.args=R,this.async=M}render(k){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(k)}}S.kind="func";class T extends _{render(k){return"return "+super.render(k)}}T.kind="return";class N extends m{render(k){let R="try"+super.render(k);return this.catch&&(R+=this.catch.render(k)),this.finally&&(R+=this.finally.render(k)),R}optimizeNodes(){var k,R;return super.optimizeNodes(),(k=this.catch)===null||k===void 0||k.optimizeNodes(),(R=this.finally)===null||R===void 0||R.optimizeNodes(),this}optimizeNames(k,R){var M,X;return super.optimizeNames(k,R),(M=this.catch)===null||M===void 0||M.optimizeNames(k,R),(X=this.finally)===null||X===void 0||X.optimizeNames(k,R),this}get names(){const k=super.names;return this.catch&&W(k,this.catch.names),this.finally&&W(k,this.finally.names),k}}class j extends m{constructor(k){super(),this.error=k}render(k){return`catch(${this.error})`+super.render(k)}}j.kind="catch";class F extends m{render(k){return"finally"+super.render(k)}}F.kind="finally";class q{constructor(k,R={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...R,_n:R.lines?`
|
|
2
|
+
`:""},this._extScope=k,this._scope=new r.Scope({parent:k}),this._nodes=[new g]}toString(){return this._root.render(this.opts)}name(k){return this._scope.name(k)}scopeName(k){return this._extScope.name(k)}scopeValue(k,R){const M=this._extScope.value(k,R);return(this._values[M.prefix]||(this._values[M.prefix]=new Set)).add(M),M}getScopeValue(k,R){return this._extScope.getValue(k,R)}scopeRefs(k){return this._extScope.scopeRefs(k,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(k,R,M,X){const re=this._scope.toName(R);return M!==void 0&&X&&(this._constants[re.str]=M),this._leafNode(new i(k,re,M)),re}const(k,R,M){return this._def(r.varKinds.const,k,R,M)}let(k,R,M){return this._def(r.varKinds.let,k,R,M)}var(k,R,M){return this._def(r.varKinds.var,k,R,M)}assign(k,R,M){return this._leafNode(new a(k,R,M))}add(k,R){return this._leafNode(new c(k,t.operators.ADD,R))}code(k){return typeof k=="function"?k():k!==e.nil&&this._leafNode(new p(k)),this}object(...k){const R=["{"];for(const[M,X]of k)R.length>1&&R.push(","),R.push(M),(M!==X||this.opts.es5)&&(R.push(":"),(0,e.addCodeArg)(R,X));return R.push("}"),new e._Code(R)}if(k,R,M){if(this._blockNode(new v(k)),R&&M)this.code(R).else().code(M).endIf();else if(R)this.code(R).endIf();else if(M)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(k){return this._elseNode(new v(k))}else(){return this._elseNode(new f)}endIf(){return this._endBlockNode(v,f)}_for(k,R){return this._blockNode(k),R&&this.code(R).endFor(),this}for(k,R){return this._for(new w(k),R)}forRange(k,R,M,X,re=this.opts.es5?r.varKinds.var:r.varKinds.let){const Se=this._scope.toName(k);return this._for(new $(re,Se,R,M),()=>X(Se))}forOf(k,R,M,X=r.varKinds.const){const re=this._scope.toName(k);if(this.opts.es5){const Se=R instanceof e.Name?R:this.var("_arr",R);return this.forRange("_i",0,(0,e._)`${Se}.length`,ve=>{this.var(re,(0,e._)`${Se}[${ve}]`),M(re)})}return this._for(new b("of",X,re,R),()=>M(re))}forIn(k,R,M,X=this.opts.es5?r.varKinds.var:r.varKinds.const){if(this.opts.ownProperties)return this.forOf(k,(0,e._)`Object.keys(${R})`,M);const re=this._scope.toName(k);return this._for(new b("in",X,re,R),()=>M(re))}endFor(){return this._endBlockNode(h)}label(k){return this._leafNode(new u(k))}break(k){return this._leafNode(new l(k))}return(k){const R=new T;if(this._blockNode(R),this.code(k),R.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(T)}try(k,R,M){if(!R&&!M)throw new Error('CodeGen: "try" without "catch" and "finally"');const X=new N;if(this._blockNode(X),this.code(k),R){const re=this.name("e");this._currNode=X.catch=new j(re),R(re)}return M&&(this._currNode=X.finally=new F,this.code(M)),this._endBlockNode(j,F)}throw(k){return this._leafNode(new d(k))}block(k,R){return this._blockStarts.push(this._nodes.length),k&&this.code(k).endBlock(R),this}endBlock(k){const R=this._blockStarts.pop();if(R===void 0)throw new Error("CodeGen: not in self-balancing block");const M=this._nodes.length-R;if(M<0||k!==void 0&&M!==k)throw new Error(`CodeGen: wrong number of nodes: ${M} vs ${k} expected`);return this._nodes.length=R,this}func(k,R=e.nil,M,X){return this._blockNode(new S(k,R,M)),X&&this.code(X).endFunc(),this}endFunc(){return this._endBlockNode(S)}optimize(k=1){for(;k-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(k){return this._currNode.nodes.push(k),this}_blockNode(k){this._currNode.nodes.push(k),this._nodes.push(k)}_endBlockNode(k,R){const M=this._currNode;if(M instanceof k||R&&M instanceof R)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${R?`${k.kind}/${R.kind}`:k.kind}"`)}_elseNode(k){const R=this._currNode;if(!(R instanceof v))throw new Error('CodeGen: "else" without "if"');return this._currNode=R.else=k,this}get _root(){return this._nodes[0]}get _currNode(){const k=this._nodes;return k[k.length-1]}set _currNode(k){const R=this._nodes;R[R.length-1]=k}}t.CodeGen=q;function W(O,k){for(const R in k)O[R]=(O[R]||0)+(k[R]||0);return O}function K(O,k){return k instanceof e._CodeOrName?W(O,k.names):O}function G(O,k,R){if(O instanceof e.Name)return M(O);if(!X(O))return O;return new e._Code(O._items.reduce((re,Se)=>(Se instanceof e.Name&&(Se=M(Se)),Se instanceof e._Code?re.push(...Se._items):re.push(Se),re),[]));function M(re){const Se=R[re.str];return Se===void 0||k[re.str]!==1?re:(delete k[re.str],Se)}function X(re){return re instanceof e._Code&&re._items.some(Se=>Se instanceof e.Name&&k[Se.str]===1&&R[Se.str]!==void 0)}}function ke(O,k){for(const R in k)O[R]=(O[R]||0)-(k[R]||0)}function tt(O){return typeof O=="boolean"||typeof O=="number"||O===null?!O:(0,e._)`!${L(O)}`}t.not=tt;const rt=P(t.operators.AND);function xe(...O){return O.reduce(rt)}t.and=xe;const Ot=P(t.operators.OR);function V(...O){return O.reduce(Ot)}t.or=V;function P(O){return(k,R)=>k===e.nil?R:R===e.nil?k:(0,e._)`${L(k)} ${O} ${L(R)}`}function L(O){return O instanceof e.Name?O:(0,e._)`(${O})`}})(Ho)),Ho}var pe={},wc;function be(){if(wc)return pe;wc=1,Object.defineProperty(pe,"__esModule",{value:!0}),pe.checkStrictMode=pe.getErrorPath=pe.Type=pe.useFunc=pe.setEvaluated=pe.evaluatedPropsToName=pe.mergeEvaluated=pe.eachItem=pe.unescapeJsonPointer=pe.escapeJsonPointer=pe.escapeFragment=pe.unescapeFragment=pe.schemaRefOrVal=pe.schemaHasRulesButRef=pe.schemaHasRules=pe.checkUnknownRules=pe.alwaysValidSchema=pe.toHash=void 0;const t=fe(),e=Fn();function r(b){const S={};for(const T of b)S[T]=!0;return S}pe.toHash=r;function n(b,S){return typeof S=="boolean"?S:Object.keys(S).length===0?!0:(s(b,S),!o(S,b.self.RULES.all))}pe.alwaysValidSchema=n;function s(b,S=b.schema){const{opts:T,self:N}=b;if(!T.strictSchema||typeof S=="boolean")return;const j=N.RULES.keywords;for(const F in S)j[F]||$(b,`unknown keyword: "${F}"`)}pe.checkUnknownRules=s;function o(b,S){if(typeof b=="boolean")return!b;for(const T in b)if(S[T])return!0;return!1}pe.schemaHasRules=o;function i(b,S){if(typeof b=="boolean")return!b;for(const T in b)if(T!=="$ref"&&S.all[T])return!0;return!1}pe.schemaHasRulesButRef=i;function a({topSchemaRef:b,schemaPath:S},T,N,j){if(!j){if(typeof T=="number"||typeof T=="boolean")return T;if(typeof T=="string")return(0,t._)`${T}`}return(0,t._)`${b}${S}${(0,t.getProperty)(N)}`}pe.schemaRefOrVal=a;function c(b){return d(decodeURIComponent(b))}pe.unescapeFragment=c;function u(b){return encodeURIComponent(l(b))}pe.escapeFragment=u;function l(b){return typeof b=="number"?`${b}`:b.replace(/~/g,"~0").replace(/\//g,"~1")}pe.escapeJsonPointer=l;function d(b){return b.replace(/~1/g,"/").replace(/~0/g,"~")}pe.unescapeJsonPointer=d;function p(b,S){if(Array.isArray(b))for(const T of b)S(T);else S(b)}pe.eachItem=p;function _({mergeNames:b,mergeToName:S,mergeValues:T,resultToName:N}){return(j,F,q,W)=>{const K=q===void 0?F:q instanceof t.Name?(F instanceof t.Name?b(j,F,q):S(j,F,q),q):F instanceof t.Name?(S(j,q,F),F):T(F,q);return W===t.Name&&!(K instanceof t.Name)?N(j,K):K}}pe.mergeEvaluated={props:_({mergeNames:(b,S,T)=>b.if((0,t._)`${T} !== true && ${S} !== undefined`,()=>{b.if((0,t._)`${S} === true`,()=>b.assign(T,!0),()=>b.assign(T,(0,t._)`${T} || {}`).code((0,t._)`Object.assign(${T}, ${S})`))}),mergeToName:(b,S,T)=>b.if((0,t._)`${T} !== true`,()=>{S===!0?b.assign(T,!0):(b.assign(T,(0,t._)`${T} || {}`),g(b,T,S))}),mergeValues:(b,S)=>b===!0?!0:{...b,...S},resultToName:m}),items:_({mergeNames:(b,S,T)=>b.if((0,t._)`${T} !== true && ${S} !== undefined`,()=>b.assign(T,(0,t._)`${S} === true ? true : ${T} > ${S} ? ${T} : ${S}`)),mergeToName:(b,S,T)=>b.if((0,t._)`${T} !== true`,()=>b.assign(T,S===!0?!0:(0,t._)`${T} > ${S} ? ${T} : ${S}`)),mergeValues:(b,S)=>b===!0?!0:Math.max(b,S),resultToName:(b,S)=>b.var("items",S)})};function m(b,S){if(S===!0)return b.var("props",!0);const T=b.var("props",(0,t._)`{}`);return S!==void 0&&g(b,T,S),T}pe.evaluatedPropsToName=m;function g(b,S,T){Object.keys(T).forEach(N=>b.assign((0,t._)`${S}${(0,t.getProperty)(N)}`,!0))}pe.setEvaluated=g;const f={};function v(b,S){return b.scopeValue("func",{ref:S,code:f[S.code]||(f[S.code]=new e._Code(S.code))})}pe.useFunc=v;var h;(function(b){b[b.Num=0]="Num",b[b.Str=1]="Str"})(h||(pe.Type=h={}));function w(b,S,T){if(b instanceof t.Name){const N=S===h.Num;return T?N?(0,t._)`"[" + ${b} + "]"`:(0,t._)`"['" + ${b} + "']"`:N?(0,t._)`"/" + ${b}`:(0,t._)`"/" + ${b}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return T?(0,t.getProperty)(b).toString():"/"+l(b)}pe.getErrorPath=w;function $(b,S,T=b.opts.strictSchema){if(T){if(S=`strict mode: ${S}`,T===!0)throw new Error(S);b.self.logger.warn(S)}}return pe.checkStrictMode=$,pe}var Wn={},bc;function Bt(){if(bc)return Wn;bc=1,Object.defineProperty(Wn,"__esModule",{value:!0});const t=fe(),e={data:new t.Name("data"),valCxt:new t.Name("valCxt"),instancePath:new t.Name("instancePath"),parentData:new t.Name("parentData"),parentDataProperty:new t.Name("parentDataProperty"),rootData:new t.Name("rootData"),dynamicAnchors:new t.Name("dynamicAnchors"),vErrors:new t.Name("vErrors"),errors:new t.Name("errors"),this:new t.Name("this"),self:new t.Name("self"),scope:new t.Name("scope"),json:new t.Name("json"),jsonPos:new t.Name("jsonPos"),jsonLen:new t.Name("jsonLen"),jsonPart:new t.Name("jsonPart")};return Wn.default=e,Wn}var $c;function Jn(){return $c||($c=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.extendErrors=t.resetErrorsCount=t.reportExtraError=t.reportError=t.keyword$DataError=t.keywordError=void 0;const e=fe(),r=be(),n=Bt();t.keywordError={message:({keyword:f})=>(0,e.str)`must pass "${f}" keyword validation`},t.keyword$DataError={message:({keyword:f,schemaType:v})=>v?(0,e.str)`"${f}" keyword must be ${v} ($data)`:(0,e.str)`"${f}" keyword is invalid ($data)`};function s(f,v=t.keywordError,h,w){const{it:$}=f,{gen:b,compositeRule:S,allErrors:T}=$,N=d(f,v,h);w??(S||T)?c(b,N):u($,(0,e._)`[${N}]`)}t.reportError=s;function o(f,v=t.keywordError,h){const{it:w}=f,{gen:$,compositeRule:b,allErrors:S}=w,T=d(f,v,h);c($,T),b||S||u(w,n.default.vErrors)}t.reportExtraError=o;function i(f,v){f.assign(n.default.errors,v),f.if((0,e._)`${n.default.vErrors} !== null`,()=>f.if(v,()=>f.assign((0,e._)`${n.default.vErrors}.length`,v),()=>f.assign(n.default.vErrors,null)))}t.resetErrorsCount=i;function a({gen:f,keyword:v,schemaValue:h,data:w,errsCount:$,it:b}){if($===void 0)throw new Error("ajv implementation error");const S=f.name("err");f.forRange("i",$,n.default.errors,T=>{f.const(S,(0,e._)`${n.default.vErrors}[${T}]`),f.if((0,e._)`${S}.instancePath === undefined`,()=>f.assign((0,e._)`${S}.instancePath`,(0,e.strConcat)(n.default.instancePath,b.errorPath))),f.assign((0,e._)`${S}.schemaPath`,(0,e.str)`${b.errSchemaPath}/${v}`),b.opts.verbose&&(f.assign((0,e._)`${S}.schema`,h),f.assign((0,e._)`${S}.data`,w))})}t.extendErrors=a;function c(f,v){const h=f.const("err",v);f.if((0,e._)`${n.default.vErrors} === null`,()=>f.assign(n.default.vErrors,(0,e._)`[${h}]`),(0,e._)`${n.default.vErrors}.push(${h})`),f.code((0,e._)`${n.default.errors}++`)}function u(f,v){const{gen:h,validateName:w,schemaEnv:$}=f;$.$async?h.throw((0,e._)`new ${f.ValidationError}(${v})`):(h.assign((0,e._)`${w}.errors`,v),h.return(!1))}const l={keyword:new e.Name("keyword"),schemaPath:new e.Name("schemaPath"),params:new e.Name("params"),propertyName:new e.Name("propertyName"),message:new e.Name("message"),schema:new e.Name("schema"),parentSchema:new e.Name("parentSchema")};function d(f,v,h){const{createErrors:w}=f.it;return w===!1?(0,e._)`{}`:p(f,v,h)}function p(f,v,h={}){const{gen:w,it:$}=f,b=[_($,h),m(f,h)];return g(f,v,b),w.object(...b)}function _({errorPath:f},{instancePath:v}){const h=v?(0,e.str)`${f}${(0,r.getErrorPath)(v,r.Type.Str)}`:f;return[n.default.instancePath,(0,e.strConcat)(n.default.instancePath,h)]}function m({keyword:f,it:{errSchemaPath:v}},{schemaPath:h,parentSchema:w}){let $=w?v:(0,e.str)`${v}/${f}`;return h&&($=(0,e.str)`${$}${(0,r.getErrorPath)(h,r.Type.Str)}`),[l.schemaPath,$]}function g(f,{params:v,message:h},w){const{keyword:$,data:b,schemaValue:S,it:T}=f,{opts:N,propertyName:j,topSchemaRef:F,schemaPath:q}=T;w.push([l.keyword,$],[l.params,typeof v=="function"?v(f):v||(0,e._)`{}`]),N.messages&&w.push([l.message,typeof h=="function"?h(f):h]),N.verbose&&w.push([l.schema,S],[l.parentSchema,(0,e._)`${F}${q}`],[n.default.data,b]),j&&w.push([l.propertyName,j])}})(Vo)),Vo}var Sc;function $f(){if(Sc)return ur;Sc=1,Object.defineProperty(ur,"__esModule",{value:!0}),ur.boolOrEmptySchema=ur.topBoolOrEmptySchema=void 0;const t=Jn(),e=fe(),r=Bt(),n={message:"boolean schema is false"};function s(a){const{gen:c,schema:u,validateName:l}=a;u===!1?i(a,!1):typeof u=="object"&&u.$async===!0?c.return(r.default.data):(c.assign((0,e._)`${l}.errors`,null),c.return(!0))}ur.topBoolOrEmptySchema=s;function o(a,c){const{gen:u,schema:l}=a;l===!1?(u.var(c,!1),i(a)):u.var(c,!0)}ur.boolOrEmptySchema=o;function i(a,c){const{gen:u,data:l}=a,d={gen:u,keyword:"false schema",data:l,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:a};(0,t.reportError)(d,n,void 0,c)}return ur}var De={},lr={},kc;function Tc(){if(kc)return lr;kc=1,Object.defineProperty(lr,"__esModule",{value:!0}),lr.getRules=lr.isJSONType=void 0;const t=["string","number","integer","boolean","null","object","array"],e=new Set(t);function r(s){return typeof s=="string"&&e.has(s)}lr.isJSONType=r;function n(){const s={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...s,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},s.number,s.string,s.array,s.object],post:{rules:[]},all:{},keywords:{}}}return lr.getRules=n,lr}var Ut={},Rc;function Ec(){if(Rc)return Ut;Rc=1,Object.defineProperty(Ut,"__esModule",{value:!0}),Ut.shouldUseRule=Ut.shouldUseGroup=Ut.schemaHasRulesForType=void 0;function t({schema:n,self:s},o){const i=s.RULES.types[o];return i&&i!==!0&&e(n,i)}Ut.schemaHasRulesForType=t;function e(n,s){return s.rules.some(o=>r(n,o))}Ut.shouldUseGroup=e;function r(n,s){var o;return n[s.keyword]!==void 0||((o=s.definition.implements)===null||o===void 0?void 0:o.some(i=>n[i]!==void 0))}return Ut.shouldUseRule=r,Ut}var Pc;function Bn(){if(Pc)return De;Pc=1,Object.defineProperty(De,"__esModule",{value:!0}),De.reportTypeError=De.checkDataTypes=De.checkDataType=De.coerceAndCheckDataType=De.getJSONTypes=De.getSchemaTypes=De.DataType=void 0;const t=Tc(),e=Ec(),r=Jn(),n=fe(),s=be();var o;(function(h){h[h.Correct=0]="Correct",h[h.Wrong=1]="Wrong"})(o||(De.DataType=o={}));function i(h){const w=a(h.type);if(w.includes("null")){if(h.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!w.length&&h.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');h.nullable===!0&&w.push("null")}return w}De.getSchemaTypes=i;function a(h){const w=Array.isArray(h)?h:h?[h]:[];if(w.every(t.isJSONType))return w;throw new Error("type must be JSONType or JSONType[]: "+w.join(","))}De.getJSONTypes=a;function c(h,w){const{gen:$,data:b,opts:S}=h,T=l(w,S.coerceTypes),N=w.length>0&&!(T.length===0&&w.length===1&&(0,e.schemaHasRulesForType)(h,w[0]));if(N){const j=m(w,b,S.strictNumbers,o.Wrong);$.if(j,()=>{T.length?d(h,w,T):f(h)})}return N}De.coerceAndCheckDataType=c;const u=new Set(["string","number","integer","boolean","null"]);function l(h,w){return w?h.filter($=>u.has($)||w==="array"&&$==="array"):[]}function d(h,w,$){const{gen:b,data:S,opts:T}=h,N=b.let("dataType",(0,n._)`typeof ${S}`),j=b.let("coerced",(0,n._)`undefined`);T.coerceTypes==="array"&&b.if((0,n._)`${N} == 'object' && Array.isArray(${S}) && ${S}.length == 1`,()=>b.assign(S,(0,n._)`${S}[0]`).assign(N,(0,n._)`typeof ${S}`).if(m(w,S,T.strictNumbers),()=>b.assign(j,S))),b.if((0,n._)`${j} !== undefined`);for(const q of $)(u.has(q)||q==="array"&&T.coerceTypes==="array")&&F(q);b.else(),f(h),b.endIf(),b.if((0,n._)`${j} !== undefined`,()=>{b.assign(S,j),p(h,j)});function F(q){switch(q){case"string":b.elseIf((0,n._)`${N} == "number" || ${N} == "boolean"`).assign(j,(0,n._)`"" + ${S}`).elseIf((0,n._)`${S} === null`).assign(j,(0,n._)`""`);return;case"number":b.elseIf((0,n._)`${N} == "boolean" || ${S} === null
|
|
3
|
+
|| (${N} == "string" && ${S} && ${S} == +${S})`).assign(j,(0,n._)`+${S}`);return;case"integer":b.elseIf((0,n._)`${N} === "boolean" || ${S} === null
|
|
4
|
+
|| (${N} === "string" && ${S} && ${S} == +${S} && !(${S} % 1))`).assign(j,(0,n._)`+${S}`);return;case"boolean":b.elseIf((0,n._)`${S} === "false" || ${S} === 0 || ${S} === null`).assign(j,!1).elseIf((0,n._)`${S} === "true" || ${S} === 1`).assign(j,!0);return;case"null":b.elseIf((0,n._)`${S} === "" || ${S} === 0 || ${S} === false`),b.assign(j,null);return;case"array":b.elseIf((0,n._)`${N} === "string" || ${N} === "number"
|
|
5
|
+
|| ${N} === "boolean" || ${S} === null`).assign(j,(0,n._)`[${S}]`)}}}function p({gen:h,parentData:w,parentDataProperty:$},b){h.if((0,n._)`${w} !== undefined`,()=>h.assign((0,n._)`${w}[${$}]`,b))}function _(h,w,$,b=o.Correct){const S=b===o.Correct?n.operators.EQ:n.operators.NEQ;let T;switch(h){case"null":return(0,n._)`${w} ${S} null`;case"array":T=(0,n._)`Array.isArray(${w})`;break;case"object":T=(0,n._)`${w} && typeof ${w} == "object" && !Array.isArray(${w})`;break;case"integer":T=N((0,n._)`!(${w} % 1) && !isNaN(${w})`);break;case"number":T=N();break;default:return(0,n._)`typeof ${w} ${S} ${h}`}return b===o.Correct?T:(0,n.not)(T);function N(j=n.nil){return(0,n.and)((0,n._)`typeof ${w} == "number"`,j,$?(0,n._)`isFinite(${w})`:n.nil)}}De.checkDataType=_;function m(h,w,$,b){if(h.length===1)return _(h[0],w,$,b);let S;const T=(0,s.toHash)(h);if(T.array&&T.object){const N=(0,n._)`typeof ${w} != "object"`;S=T.null?N:(0,n._)`!${w} || ${N}`,delete T.null,delete T.array,delete T.object}else S=n.nil;T.number&&delete T.integer;for(const N in T)S=(0,n.and)(S,_(N,w,$,b));return S}De.checkDataTypes=m;const g={message:({schema:h})=>`must be ${h}`,params:({schema:h,schemaValue:w})=>typeof h=="string"?(0,n._)`{type: ${h}}`:(0,n._)`{type: ${w}}`};function f(h){const w=v(h);(0,r.reportError)(w,g)}De.reportTypeError=f;function v(h){const{gen:w,data:$,schema:b}=h,S=(0,s.schemaRefOrVal)(h,b,"type");return{gen:w,keyword:"type",data:$,schema:b.type,schemaCode:S,schemaValue:S,parentSchema:b,params:{},it:h}}return De}var Br={},xc;function Sf(){if(xc)return Br;xc=1,Object.defineProperty(Br,"__esModule",{value:!0}),Br.assignDefaults=void 0;const t=fe(),e=be();function r(s,o){const{properties:i,items:a}=s.schema;if(o==="object"&&i)for(const c in i)n(s,c,i[c].default);else o==="array"&&Array.isArray(a)&&a.forEach((c,u)=>n(s,u,c.default))}Br.assignDefaults=r;function n(s,o,i){const{gen:a,compositeRule:c,data:u,opts:l}=s;if(i===void 0)return;const d=(0,t._)`${u}${(0,t.getProperty)(o)}`;if(c){(0,e.checkStrictMode)(s,`default is ignored for: ${d}`);return}let p=(0,t._)`${d} === undefined`;l.useDefaults==="empty"&&(p=(0,t._)`${p} || ${d} === null || ${d} === ""`),a.if(p,(0,t._)`${d} = ${(0,t.stringify)(i)}`)}return Br}var vt={},Te={},Ic;function yt(){if(Ic)return Te;Ic=1,Object.defineProperty(Te,"__esModule",{value:!0}),Te.validateUnion=Te.validateArray=Te.usePattern=Te.callValidateCode=Te.schemaProperties=Te.allSchemaProperties=Te.noPropertyInData=Te.propertyInData=Te.isOwnProperty=Te.hasPropFunc=Te.reportMissingProp=Te.checkMissingProp=Te.checkReportMissingProp=void 0;const t=fe(),e=be(),r=Bt(),n=be();function s(h,w){const{gen:$,data:b,it:S}=h;$.if(l($,b,w,S.opts.ownProperties),()=>{h.setParams({missingProperty:(0,t._)`${w}`},!0),h.error()})}Te.checkReportMissingProp=s;function o({gen:h,data:w,it:{opts:$}},b,S){return(0,t.or)(...b.map(T=>(0,t.and)(l(h,w,T,$.ownProperties),(0,t._)`${S} = ${T}`)))}Te.checkMissingProp=o;function i(h,w){h.setParams({missingProperty:w},!0),h.error()}Te.reportMissingProp=i;function a(h){return h.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,t._)`Object.prototype.hasOwnProperty`})}Te.hasPropFunc=a;function c(h,w,$){return(0,t._)`${a(h)}.call(${w}, ${$})`}Te.isOwnProperty=c;function u(h,w,$,b){const S=(0,t._)`${w}${(0,t.getProperty)($)} !== undefined`;return b?(0,t._)`${S} && ${c(h,w,$)}`:S}Te.propertyInData=u;function l(h,w,$,b){const S=(0,t._)`${w}${(0,t.getProperty)($)} === undefined`;return b?(0,t.or)(S,(0,t.not)(c(h,w,$))):S}Te.noPropertyInData=l;function d(h){return h?Object.keys(h).filter(w=>w!=="__proto__"):[]}Te.allSchemaProperties=d;function p(h,w){return d(w).filter($=>!(0,e.alwaysValidSchema)(h,w[$]))}Te.schemaProperties=p;function _({schemaCode:h,data:w,it:{gen:$,topSchemaRef:b,schemaPath:S,errorPath:T},it:N},j,F,q){const W=q?(0,t._)`${h}, ${w}, ${b}${S}`:w,K=[[r.default.instancePath,(0,t.strConcat)(r.default.instancePath,T)],[r.default.parentData,N.parentData],[r.default.parentDataProperty,N.parentDataProperty],[r.default.rootData,r.default.rootData]];N.opts.dynamicRef&&K.push([r.default.dynamicAnchors,r.default.dynamicAnchors]);const G=(0,t._)`${W}, ${$.object(...K)}`;return F!==t.nil?(0,t._)`${j}.call(${F}, ${G})`:(0,t._)`${j}(${G})`}Te.callValidateCode=_;const m=(0,t._)`new RegExp`;function g({gen:h,it:{opts:w}},$){const b=w.unicodeRegExp?"u":"",{regExp:S}=w.code,T=S($,b);return h.scopeValue("pattern",{key:T.toString(),ref:T,code:(0,t._)`${S.code==="new RegExp"?m:(0,n.useFunc)(h,S)}(${$}, ${b})`})}Te.usePattern=g;function f(h){const{gen:w,data:$,keyword:b,it:S}=h,T=w.name("valid");if(S.allErrors){const j=w.let("valid",!0);return N(()=>w.assign(j,!1)),j}return w.var(T,!0),N(()=>w.break()),T;function N(j){const F=w.const("len",(0,t._)`${$}.length`);w.forRange("i",0,F,q=>{h.subschema({keyword:b,dataProp:q,dataPropType:e.Type.Num},T),w.if((0,t.not)(T),j)})}}Te.validateArray=f;function v(h){const{gen:w,schema:$,keyword:b,it:S}=h;if(!Array.isArray($))throw new Error("ajv implementation error");if($.some(F=>(0,e.alwaysValidSchema)(S,F))&&!S.opts.unevaluated)return;const N=w.let("valid",!1),j=w.name("_valid");w.block(()=>$.forEach((F,q)=>{const W=h.subschema({keyword:b,schemaProp:q,compositeRule:!0},j);w.assign(N,(0,t._)`${N} || ${j}`),h.mergeValidEvaluated(W,j)||w.if((0,t.not)(N))})),h.result(N,()=>h.reset(),()=>h.error(!0))}return Te.validateUnion=v,Te}var Cc;function kf(){if(Cc)return vt;Cc=1,Object.defineProperty(vt,"__esModule",{value:!0}),vt.validateKeywordUsage=vt.validSchemaType=vt.funcKeywordCode=vt.macroKeywordCode=void 0;const t=fe(),e=Bt(),r=yt(),n=Jn();function s(p,_){const{gen:m,keyword:g,schema:f,parentSchema:v,it:h}=p,w=_.macro.call(h.self,f,v,h),$=u(m,g,w);h.opts.validateSchema!==!1&&h.self.validateSchema(w,!0);const b=m.name("valid");p.subschema({schema:w,schemaPath:t.nil,errSchemaPath:`${h.errSchemaPath}/${g}`,topSchemaRef:$,compositeRule:!0},b),p.pass(b,()=>p.error(!0))}vt.macroKeywordCode=s;function o(p,_){var m;const{gen:g,keyword:f,schema:v,parentSchema:h,$data:w,it:$}=p;c($,_);const b=!w&&_.compile?_.compile.call($.self,v,h,$):_.validate,S=u(g,f,b),T=g.let("valid");p.block$data(T,N),p.ok((m=_.valid)!==null&&m!==void 0?m:T);function N(){if(_.errors===!1)q(),_.modifying&&i(p),W(()=>p.error());else{const K=_.async?j():F();_.modifying&&i(p),W(()=>a(p,K))}}function j(){const K=g.let("ruleErrs",null);return g.try(()=>q((0,t._)`await `),G=>g.assign(T,!1).if((0,t._)`${G} instanceof ${$.ValidationError}`,()=>g.assign(K,(0,t._)`${G}.errors`),()=>g.throw(G))),K}function F(){const K=(0,t._)`${S}.errors`;return g.assign(K,null),q(t.nil),K}function q(K=_.async?(0,t._)`await `:t.nil){const G=$.opts.passContext?e.default.this:e.default.self,ke=!("compile"in _&&!w||_.schema===!1);g.assign(T,(0,t._)`${K}${(0,r.callValidateCode)(p,S,G,ke)}`,_.modifying)}function W(K){var G;g.if((0,t.not)((G=_.valid)!==null&&G!==void 0?G:T),K)}}vt.funcKeywordCode=o;function i(p){const{gen:_,data:m,it:g}=p;_.if(g.parentData,()=>_.assign(m,(0,t._)`${g.parentData}[${g.parentDataProperty}]`))}function a(p,_){const{gen:m}=p;m.if((0,t._)`Array.isArray(${_})`,()=>{m.assign(e.default.vErrors,(0,t._)`${e.default.vErrors} === null ? ${_} : ${e.default.vErrors}.concat(${_})`).assign(e.default.errors,(0,t._)`${e.default.vErrors}.length`),(0,n.extendErrors)(p)},()=>p.error())}function c({schemaEnv:p},_){if(_.async&&!p.$async)throw new Error("async keyword in sync schema")}function u(p,_,m){if(m===void 0)throw new Error(`keyword "${_}" failed to compile`);return p.scopeValue("keyword",typeof m=="function"?{ref:m}:{ref:m,code:(0,t.stringify)(m)})}function l(p,_,m=!1){return!_.length||_.some(g=>g==="array"?Array.isArray(p):g==="object"?p&&typeof p=="object"&&!Array.isArray(p):typeof p==g||m&&typeof p>"u")}vt.validSchemaType=l;function d({schema:p,opts:_,self:m,errSchemaPath:g},f,v){if(Array.isArray(f.keyword)?!f.keyword.includes(v):f.keyword!==v)throw new Error("ajv implementation error");const h=f.dependencies;if(h?.some(w=>!Object.prototype.hasOwnProperty.call(p,w)))throw new Error(`parent schema must have dependencies of ${v}: ${h.join(",")}`);if(f.validateSchema&&!f.validateSchema(p[v])){const $=`keyword "${v}" value is invalid at path "${g}": `+m.errorsText(f.validateSchema.errors);if(_.validateSchema==="log")m.logger.error($);else throw new Error($)}}return vt.validateKeywordUsage=d,vt}var Lt={},Oc;function Tf(){if(Oc)return Lt;Oc=1,Object.defineProperty(Lt,"__esModule",{value:!0}),Lt.extendSubschemaMode=Lt.extendSubschemaData=Lt.getSubschema=void 0;const t=fe(),e=be();function r(o,{keyword:i,schemaProp:a,schema:c,schemaPath:u,errSchemaPath:l,topSchemaRef:d}){if(i!==void 0&&c!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(i!==void 0){const p=o.schema[i];return a===void 0?{schema:p,schemaPath:(0,t._)`${o.schemaPath}${(0,t.getProperty)(i)}`,errSchemaPath:`${o.errSchemaPath}/${i}`}:{schema:p[a],schemaPath:(0,t._)`${o.schemaPath}${(0,t.getProperty)(i)}${(0,t.getProperty)(a)}`,errSchemaPath:`${o.errSchemaPath}/${i}/${(0,e.escapeFragment)(a)}`}}if(c!==void 0){if(u===void 0||l===void 0||d===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:c,schemaPath:u,topSchemaRef:d,errSchemaPath:l}}throw new Error('either "keyword" or "schema" must be passed')}Lt.getSubschema=r;function n(o,i,{dataProp:a,dataPropType:c,data:u,dataTypes:l,propertyName:d}){if(u!==void 0&&a!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:p}=i;if(a!==void 0){const{errorPath:m,dataPathArr:g,opts:f}=i,v=p.let("data",(0,t._)`${i.data}${(0,t.getProperty)(a)}`,!0);_(v),o.errorPath=(0,t.str)`${m}${(0,e.getErrorPath)(a,c,f.jsPropertySyntax)}`,o.parentDataProperty=(0,t._)`${a}`,o.dataPathArr=[...g,o.parentDataProperty]}if(u!==void 0){const m=u instanceof t.Name?u:p.let("data",u,!0);_(m),d!==void 0&&(o.propertyName=d)}l&&(o.dataTypes=l);function _(m){o.data=m,o.dataLevel=i.dataLevel+1,o.dataTypes=[],i.definedProperties=new Set,o.parentData=i.data,o.dataNames=[...i.dataNames,m]}}Lt.extendSubschemaData=n;function s(o,{jtdDiscriminator:i,jtdMetadata:a,compositeRule:c,createErrors:u,allErrors:l}){c!==void 0&&(o.compositeRule=c),u!==void 0&&(o.createErrors=u),l!==void 0&&(o.allErrors=l),o.jtdDiscriminator=i,o.jtdMetadata=a}return Lt.extendSubschemaMode=s,Lt}var Qe={},Jo,Nc;function Ac(){return Nc||(Nc=1,Jo=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,s,o;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(s=n;s--!==0;)if(!t(e[s],r[s]))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(o=Object.keys(e),n=o.length,n!==Object.keys(r).length)return!1;for(s=n;s--!==0;)if(!Object.prototype.hasOwnProperty.call(r,o[s]))return!1;for(s=n;s--!==0;){var i=o[s];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}),Jo}var Bo={exports:{}},Mc;function Rf(){if(Mc)return Bo.exports;Mc=1;var t=Bo.exports=function(n,s,o){typeof s=="function"&&(o=s,s={}),o=s.cb||o;var i=typeof o=="function"?o:o.pre||function(){},a=o.post||function(){};e(s,i,a,n,"",n)};t.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},t.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},t.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},t.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 e(n,s,o,i,a,c,u,l,d,p){if(i&&typeof i=="object"&&!Array.isArray(i)){s(i,a,c,u,l,d,p);for(var _ in i){var m=i[_];if(Array.isArray(m)){if(_ in t.arrayKeywords)for(var g=0;g<m.length;g++)e(n,s,o,m[g],a+"/"+_+"/"+g,c,a,_,i,g)}else if(_ in t.propsKeywords){if(m&&typeof m=="object")for(var f in m)e(n,s,o,m[f],a+"/"+_+"/"+r(f),c,a,_,i,f)}else(_ in t.keywords||n.allKeys&&!(_ in t.skipKeywords))&&e(n,s,o,m,a+"/"+_,c,a,_,i)}o(i,a,c,u,l,d,p)}}function r(n){return n.replace(/~/g,"~0").replace(/\//g,"~1")}return Bo.exports}var jc;function Kn(){if(jc)return Qe;jc=1,Object.defineProperty(Qe,"__esModule",{value:!0}),Qe.getSchemaRefs=Qe.resolveUrl=Qe.normalizeId=Qe._getFullPath=Qe.getFullPath=Qe.inlineRef=void 0;const t=be(),e=Ac(),r=Rf(),n=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function s(g,f=!0){return typeof g=="boolean"?!0:f===!0?!i(g):f?a(g)<=f:!1}Qe.inlineRef=s;const o=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function i(g){for(const f in g){if(o.has(f))return!0;const v=g[f];if(Array.isArray(v)&&v.some(i)||typeof v=="object"&&i(v))return!0}return!1}function a(g){let f=0;for(const v in g){if(v==="$ref")return 1/0;if(f++,!n.has(v)&&(typeof g[v]=="object"&&(0,t.eachItem)(g[v],h=>f+=a(h)),f===1/0))return 1/0}return f}function c(g,f="",v){v!==!1&&(f=d(f));const h=g.parse(f);return u(g,h)}Qe.getFullPath=c;function u(g,f){return g.serialize(f).split("#")[0]+"#"}Qe._getFullPath=u;const l=/#\/?$/;function d(g){return g?g.replace(l,""):""}Qe.normalizeId=d;function p(g,f,v){return v=d(v),g.resolve(f,v)}Qe.resolveUrl=p;const _=/^[a-z_][-a-z0-9._]*$/i;function m(g,f){if(typeof g=="boolean")return{};const{schemaId:v,uriResolver:h}=this.opts,w=d(g[v]||f),$={"":w},b=c(h,w,!1),S={},T=new Set;return r(g,{allKeys:!0},(F,q,W,K)=>{if(K===void 0)return;const G=b+q;let ke=$[K];typeof F[v]=="string"&&(ke=tt.call(this,F[v])),rt.call(this,F.$anchor),rt.call(this,F.$dynamicAnchor),$[q]=ke;function tt(xe){const Ot=this.opts.uriResolver.resolve;if(xe=d(ke?Ot(ke,xe):xe),T.has(xe))throw j(xe);T.add(xe);let V=this.refs[xe];return typeof V=="string"&&(V=this.refs[V]),typeof V=="object"?N(F,V.schema,xe):xe!==d(G)&&(xe[0]==="#"?(N(F,S[xe],xe),S[xe]=F):this.refs[xe]=G),xe}function rt(xe){if(typeof xe=="string"){if(!_.test(xe))throw new Error(`invalid anchor "${xe}"`);tt.call(this,`#${xe}`)}}}),S;function N(F,q,W){if(q!==void 0&&!e(F,q))throw j(W)}function j(F){return new Error(`reference "${F}" resolves to more than one schema`)}}return Qe.getSchemaRefs=m,Qe}var qc;function Gn(){if(qc)return zt;qc=1,Object.defineProperty(zt,"__esModule",{value:!0}),zt.getData=zt.KeywordCxt=zt.validateFunctionCode=void 0;const t=$f(),e=Bn(),r=Ec(),n=Bn(),s=Sf(),o=kf(),i=Tf(),a=fe(),c=Bt(),u=Kn(),l=be(),d=Jn();function p(E){if(b(E)&&(T(E),$(E))){f(E);return}_(E,()=>(0,t.topBoolOrEmptySchema)(E))}zt.validateFunctionCode=p;function _({gen:E,validateName:I,schema:U,schemaEnv:H,opts:te},me){te.code.es5?E.func(I,(0,a._)`${c.default.data}, ${c.default.valCxt}`,H.$async,()=>{E.code((0,a._)`"use strict"; ${h(U,te)}`),g(E,te),E.code(me)}):E.func(I,(0,a._)`${c.default.data}, ${m(te)}`,H.$async,()=>E.code(h(U,te)).code(me))}function m(E){return(0,a._)`{${c.default.instancePath}="", ${c.default.parentData}, ${c.default.parentDataProperty}, ${c.default.rootData}=${c.default.data}${E.dynamicRef?(0,a._)`, ${c.default.dynamicAnchors}={}`:a.nil}}={}`}function g(E,I){E.if(c.default.valCxt,()=>{E.var(c.default.instancePath,(0,a._)`${c.default.valCxt}.${c.default.instancePath}`),E.var(c.default.parentData,(0,a._)`${c.default.valCxt}.${c.default.parentData}`),E.var(c.default.parentDataProperty,(0,a._)`${c.default.valCxt}.${c.default.parentDataProperty}`),E.var(c.default.rootData,(0,a._)`${c.default.valCxt}.${c.default.rootData}`),I.dynamicRef&&E.var(c.default.dynamicAnchors,(0,a._)`${c.default.valCxt}.${c.default.dynamicAnchors}`)},()=>{E.var(c.default.instancePath,(0,a._)`""`),E.var(c.default.parentData,(0,a._)`undefined`),E.var(c.default.parentDataProperty,(0,a._)`undefined`),E.var(c.default.rootData,c.default.data),I.dynamicRef&&E.var(c.default.dynamicAnchors,(0,a._)`{}`)})}function f(E){const{schema:I,opts:U,gen:H}=E;_(E,()=>{U.$comment&&I.$comment&&K(E),F(E),H.let(c.default.vErrors,null),H.let(c.default.errors,0),U.unevaluated&&v(E),N(E),G(E)})}function v(E){const{gen:I,validateName:U}=E;E.evaluated=I.const("evaluated",(0,a._)`${U}.evaluated`),I.if((0,a._)`${E.evaluated}.dynamicProps`,()=>I.assign((0,a._)`${E.evaluated}.props`,(0,a._)`undefined`)),I.if((0,a._)`${E.evaluated}.dynamicItems`,()=>I.assign((0,a._)`${E.evaluated}.items`,(0,a._)`undefined`))}function h(E,I){const U=typeof E=="object"&&E[I.schemaId];return U&&(I.code.source||I.code.process)?(0,a._)`/*# sourceURL=${U} */`:a.nil}function w(E,I){if(b(E)&&(T(E),$(E))){S(E,I);return}(0,t.boolOrEmptySchema)(E,I)}function $({schema:E,self:I}){if(typeof E=="boolean")return!E;for(const U in E)if(I.RULES.all[U])return!0;return!1}function b(E){return typeof E.schema!="boolean"}function S(E,I){const{schema:U,gen:H,opts:te}=E;te.$comment&&U.$comment&&K(E),q(E),W(E);const me=H.const("_errs",c.default.errors);N(E,me),H.var(I,(0,a._)`${me} === ${c.default.errors}`)}function T(E){(0,l.checkUnknownRules)(E),j(E)}function N(E,I){if(E.opts.jtd)return tt(E,[],!1,I);const U=(0,e.getSchemaTypes)(E.schema),H=(0,e.coerceAndCheckDataType)(E,U);tt(E,U,!H,I)}function j(E){const{schema:I,errSchemaPath:U,opts:H,self:te}=E;I.$ref&&H.ignoreKeywordsWithRef&&(0,l.schemaHasRulesButRef)(I,te.RULES)&&te.logger.warn(`$ref: keywords ignored in schema at path "${U}"`)}function F(E){const{schema:I,opts:U}=E;I.default!==void 0&&U.useDefaults&&U.strictSchema&&(0,l.checkStrictMode)(E,"default is ignored in the schema root")}function q(E){const I=E.schema[E.opts.schemaId];I&&(E.baseId=(0,u.resolveUrl)(E.opts.uriResolver,E.baseId,I))}function W(E){if(E.schema.$async&&!E.schemaEnv.$async)throw new Error("async schema in sync schema")}function K({gen:E,schemaEnv:I,schema:U,errSchemaPath:H,opts:te}){const me=U.$comment;if(te.$comment===!0)E.code((0,a._)`${c.default.self}.logger.log(${me})`);else if(typeof te.$comment=="function"){const Ke=(0,a.str)`${H}/$comment`,Nt=E.scopeValue("root",{ref:I.root});E.code((0,a._)`${c.default.self}.opts.$comment(${me}, ${Ke}, ${Nt}.schema)`)}}function G(E){const{gen:I,schemaEnv:U,validateName:H,ValidationError:te,opts:me}=E;U.$async?I.if((0,a._)`${c.default.errors} === 0`,()=>I.return(c.default.data),()=>I.throw((0,a._)`new ${te}(${c.default.vErrors})`)):(I.assign((0,a._)`${H}.errors`,c.default.vErrors),me.unevaluated&&ke(E),I.return((0,a._)`${c.default.errors} === 0`))}function ke({gen:E,evaluated:I,props:U,items:H}){U instanceof a.Name&&E.assign((0,a._)`${I}.props`,U),H instanceof a.Name&&E.assign((0,a._)`${I}.items`,H)}function tt(E,I,U,H){const{gen:te,schema:me,data:Ke,allErrors:Nt,opts:at,self:ct}=E,{RULES:Ge}=ct;if(me.$ref&&(at.ignoreKeywordsWithRef||!(0,l.schemaHasRulesButRef)(me,Ge))){te.block(()=>X(E,"$ref",Ge.all.$ref.definition));return}at.jtd||xe(E,I),te.block(()=>{for(const gt of Ge.rules)Jr(gt);Jr(Ge.post)});function Jr(gt){(0,r.shouldUseGroup)(me,gt)&&(gt.type?(te.if((0,n.checkDataType)(gt.type,Ke,at.strictNumbers)),rt(E,gt),I.length===1&&I[0]===gt.type&&U&&(te.else(),(0,n.reportTypeError)(E)),te.endIf()):rt(E,gt),Nt||te.if((0,a._)`${c.default.errors} === ${H||0}`))}}function rt(E,I){const{gen:U,schema:H,opts:{useDefaults:te}}=E;te&&(0,s.assignDefaults)(E,I.type),U.block(()=>{for(const me of I.rules)(0,r.shouldUseRule)(H,me)&&X(E,me.keyword,me.definition,I.type)})}function xe(E,I){E.schemaEnv.meta||!E.opts.strictTypes||(Ot(E,I),E.opts.allowUnionTypes||V(E,I),P(E,E.dataTypes))}function Ot(E,I){if(I.length){if(!E.dataTypes.length){E.dataTypes=I;return}I.forEach(U=>{O(E.dataTypes,U)||R(E,`type "${U}" not allowed by context "${E.dataTypes.join(",")}"`)}),k(E,I)}}function V(E,I){I.length>1&&!(I.length===2&&I.includes("null"))&&R(E,"use allowUnionTypes to allow union type keyword")}function P(E,I){const U=E.self.RULES.all;for(const H in U){const te=U[H];if(typeof te=="object"&&(0,r.shouldUseRule)(E.schema,te)){const{type:me}=te.definition;me.length&&!me.some(Ke=>L(I,Ke))&&R(E,`missing type "${me.join(",")}" for keyword "${H}"`)}}}function L(E,I){return E.includes(I)||I==="number"&&E.includes("integer")}function O(E,I){return E.includes(I)||I==="integer"&&E.includes("number")}function k(E,I){const U=[];for(const H of E.dataTypes)O(I,H)?U.push(H):I.includes("integer")&&H==="number"&&U.push("integer");E.dataTypes=U}function R(E,I){const U=E.schemaEnv.baseId+E.errSchemaPath;I+=` at "${U}" (strictTypes)`,(0,l.checkStrictMode)(E,I,E.opts.strictTypes)}class M{constructor(I,U,H){if((0,o.validateKeywordUsage)(I,U,H),this.gen=I.gen,this.allErrors=I.allErrors,this.keyword=H,this.data=I.data,this.schema=I.schema[H],this.$data=U.$data&&I.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,l.schemaRefOrVal)(I,this.schema,H,this.$data),this.schemaType=U.schemaType,this.parentSchema=I.schema,this.params={},this.it=I,this.def=U,this.$data)this.schemaCode=I.gen.const("vSchema",ve(this.$data,I));else if(this.schemaCode=this.schemaValue,!(0,o.validSchemaType)(this.schema,U.schemaType,U.allowUndefined))throw new Error(`${H} value must be ${JSON.stringify(U.schemaType)}`);("code"in U?U.trackErrors:U.errors!==!1)&&(this.errsCount=I.gen.const("_errs",c.default.errors))}result(I,U,H){this.failResult((0,a.not)(I),U,H)}failResult(I,U,H){this.gen.if(I),H?H():this.error(),U?(this.gen.else(),U(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(I,U){this.failResult((0,a.not)(I),void 0,U)}fail(I){if(I===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(I),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(I){if(!this.$data)return this.fail(I);const{schemaCode:U}=this;this.fail((0,a._)`${U} !== undefined && (${(0,a.or)(this.invalid$data(),I)})`)}error(I,U,H){if(U){this.setParams(U),this._error(I,H),this.setParams({});return}this._error(I,H)}_error(I,U){(I?d.reportExtraError:d.reportError)(this,this.def.error,U)}$dataError(){(0,d.reportError)(this,this.def.$dataError||d.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,d.resetErrorsCount)(this.gen,this.errsCount)}ok(I){this.allErrors||this.gen.if(I)}setParams(I,U){U?Object.assign(this.params,I):this.params=I}block$data(I,U,H=a.nil){this.gen.block(()=>{this.check$data(I,H),U()})}check$data(I=a.nil,U=a.nil){if(!this.$data)return;const{gen:H,schemaCode:te,schemaType:me,def:Ke}=this;H.if((0,a.or)((0,a._)`${te} === undefined`,U)),I!==a.nil&&H.assign(I,!0),(me.length||Ke.validateSchema)&&(H.elseIf(this.invalid$data()),this.$dataError(),I!==a.nil&&H.assign(I,!1)),H.else()}invalid$data(){const{gen:I,schemaCode:U,schemaType:H,def:te,it:me}=this;return(0,a.or)(Ke(),Nt());function Ke(){if(H.length){if(!(U instanceof a.Name))throw new Error("ajv implementation error");const at=Array.isArray(H)?H:[H];return(0,a._)`${(0,n.checkDataTypes)(at,U,me.opts.strictNumbers,n.DataType.Wrong)}`}return a.nil}function Nt(){if(te.validateSchema){const at=I.scopeValue("validate$data",{ref:te.validateSchema});return(0,a._)`!${at}(${U})`}return a.nil}}subschema(I,U){const H=(0,i.getSubschema)(this.it,I);(0,i.extendSubschemaData)(H,this.it,I),(0,i.extendSubschemaMode)(H,I);const te={...this.it,...H,items:void 0,props:void 0};return w(te,U),te}mergeEvaluated(I,U){const{it:H,gen:te}=this;H.opts.unevaluated&&(H.props!==!0&&I.props!==void 0&&(H.props=l.mergeEvaluated.props(te,I.props,H.props,U)),H.items!==!0&&I.items!==void 0&&(H.items=l.mergeEvaluated.items(te,I.items,H.items,U)))}mergeValidEvaluated(I,U){const{it:H,gen:te}=this;if(H.opts.unevaluated&&(H.props!==!0||H.items!==!0))return te.if(U,()=>this.mergeEvaluated(I,a.Name)),!0}}zt.KeywordCxt=M;function X(E,I,U,H){const te=new M(E,U,I);"code"in U?U.code(te,H):te.$data&&U.validate?(0,o.funcKeywordCode)(te,U):"macro"in U?(0,o.macroKeywordCode)(te,U):(U.compile||U.validate)&&(0,o.funcKeywordCode)(te,U)}const re=/^\/(?:[^~]|~0|~1)*$/,Se=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function ve(E,{dataLevel:I,dataNames:U,dataPathArr:H}){let te,me;if(E==="")return c.default.rootData;if(E[0]==="/"){if(!re.test(E))throw new Error(`Invalid JSON-pointer: ${E}`);te=E,me=c.default.rootData}else{const ct=Se.exec(E);if(!ct)throw new Error(`Invalid JSON-pointer: ${E}`);const Ge=+ct[1];if(te=ct[2],te==="#"){if(Ge>=I)throw new Error(at("property/index",Ge));return H[I-Ge]}if(Ge>I)throw new Error(at("data",Ge));if(me=U[I-Ge],!te)return me}let Ke=me;const Nt=te.split("/");for(const ct of Nt)ct&&(me=(0,a._)`${me}${(0,a.getProperty)((0,l.unescapeJsonPointer)(ct))}`,Ke=(0,a._)`${Ke} && ${me}`);return Ke;function at(ct,Ge){return`Cannot access ${ct} ${Ge} levels up, current level is ${I}`}}return zt.getData=ve,zt}var Yn={},zc;function Ko(){if(zc)return Yn;zc=1,Object.defineProperty(Yn,"__esModule",{value:!0});class t extends Error{constructor(r){super("validation failed"),this.errors=r,this.ajv=this.validation=!0}}return Yn.default=t,Yn}var Qn={},Uc;function Xn(){if(Uc)return Qn;Uc=1,Object.defineProperty(Qn,"__esModule",{value:!0});const t=Kn();class e extends Error{constructor(n,s,o,i){super(i||`can't resolve reference ${o} from id ${s}`),this.missingRef=(0,t.resolveUrl)(n,s,o),this.missingSchema=(0,t.normalizeId)((0,t.getFullPath)(n,this.missingRef))}}return Qn.default=e,Qn}var ut={},Lc;function Go(){if(Lc)return ut;Lc=1,Object.defineProperty(ut,"__esModule",{value:!0}),ut.resolveSchema=ut.getCompilingSchema=ut.resolveRef=ut.compileSchema=ut.SchemaEnv=void 0;const t=fe(),e=Ko(),r=Bt(),n=Kn(),s=be(),o=Gn();class i{constructor(v){var h;this.refs={},this.dynamicAnchors={};let w;typeof v.schema=="object"&&(w=v.schema),this.schema=v.schema,this.schemaId=v.schemaId,this.root=v.root||this,this.baseId=(h=v.baseId)!==null&&h!==void 0?h:(0,n.normalizeId)(w?.[v.schemaId||"$id"]),this.schemaPath=v.schemaPath,this.localRefs=v.localRefs,this.meta=v.meta,this.$async=w?.$async,this.refs={}}}ut.SchemaEnv=i;function a(f){const v=l.call(this,f);if(v)return v;const h=(0,n.getFullPath)(this.opts.uriResolver,f.root.baseId),{es5:w,lines:$}=this.opts.code,{ownProperties:b}=this.opts,S=new t.CodeGen(this.scope,{es5:w,lines:$,ownProperties:b});let T;f.$async&&(T=S.scopeValue("Error",{ref:e.default,code:(0,t._)`require("ajv/dist/runtime/validation_error").default`}));const N=S.scopeName("validate");f.validateName=N;const j={gen:S,allErrors:this.opts.allErrors,data:r.default.data,parentData:r.default.parentData,parentDataProperty:r.default.parentDataProperty,dataNames:[r.default.data],dataPathArr:[t.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:S.scopeValue("schema",this.opts.code.source===!0?{ref:f.schema,code:(0,t.stringify)(f.schema)}:{ref:f.schema}),validateName:N,ValidationError:T,schema:f.schema,schemaEnv:f,rootId:h,baseId:f.baseId||h,schemaPath:t.nil,errSchemaPath:f.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,t._)`""`,opts:this.opts,self:this};let F;try{this._compilations.add(f),(0,o.validateFunctionCode)(j),S.optimize(this.opts.code.optimize);const q=S.toString();F=`${S.scopeRefs(r.default.scope)}return ${q}`,this.opts.code.process&&(F=this.opts.code.process(F,f));const K=new Function(`${r.default.self}`,`${r.default.scope}`,F)(this,this.scope.get());if(this.scope.value(N,{ref:K}),K.errors=null,K.schema=f.schema,K.schemaEnv=f,f.$async&&(K.$async=!0),this.opts.code.source===!0&&(K.source={validateName:N,validateCode:q,scopeValues:S._values}),this.opts.unevaluated){const{props:G,items:ke}=j;K.evaluated={props:G instanceof t.Name?void 0:G,items:ke instanceof t.Name?void 0:ke,dynamicProps:G instanceof t.Name,dynamicItems:ke instanceof t.Name},K.source&&(K.source.evaluated=(0,t.stringify)(K.evaluated))}return f.validate=K,f}catch(q){throw delete f.validate,delete f.validateName,F&&this.logger.error("Error compiling schema, function code:",F),q}finally{this._compilations.delete(f)}}ut.compileSchema=a;function c(f,v,h){var w;h=(0,n.resolveUrl)(this.opts.uriResolver,v,h);const $=f.refs[h];if($)return $;let b=p.call(this,f,h);if(b===void 0){const S=(w=f.localRefs)===null||w===void 0?void 0:w[h],{schemaId:T}=this.opts;S&&(b=new i({schema:S,schemaId:T,root:f,baseId:v}))}if(b!==void 0)return f.refs[h]=u.call(this,b)}ut.resolveRef=c;function u(f){return(0,n.inlineRef)(f.schema,this.opts.inlineRefs)?f.schema:f.validate?f:a.call(this,f)}function l(f){for(const v of this._compilations)if(d(v,f))return v}ut.getCompilingSchema=l;function d(f,v){return f.schema===v.schema&&f.root===v.root&&f.baseId===v.baseId}function p(f,v){let h;for(;typeof(h=this.refs[v])=="string";)v=h;return h||this.schemas[v]||_.call(this,f,v)}function _(f,v){const h=this.opts.uriResolver.parse(v),w=(0,n._getFullPath)(this.opts.uriResolver,h);let $=(0,n.getFullPath)(this.opts.uriResolver,f.baseId,void 0);if(Object.keys(f.schema).length>0&&w===$)return g.call(this,h,f);const b=(0,n.normalizeId)(w),S=this.refs[b]||this.schemas[b];if(typeof S=="string"){const T=_.call(this,f,S);return typeof T?.schema!="object"?void 0:g.call(this,h,T)}if(typeof S?.schema=="object"){if(S.validate||a.call(this,S),b===(0,n.normalizeId)(v)){const{schema:T}=S,{schemaId:N}=this.opts,j=T[N];return j&&($=(0,n.resolveUrl)(this.opts.uriResolver,$,j)),new i({schema:T,schemaId:N,root:f,baseId:$})}return g.call(this,h,S)}}ut.resolveSchema=_;const m=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function g(f,{baseId:v,schema:h,root:w}){var $;if((($=f.fragment)===null||$===void 0?void 0:$[0])!=="/")return;for(const T of f.fragment.slice(1).split("/")){if(typeof h=="boolean")return;const N=h[(0,s.unescapeFragment)(T)];if(N===void 0)return;h=N;const j=typeof h=="object"&&h[this.opts.schemaId];!m.has(T)&&j&&(v=(0,n.resolveUrl)(this.opts.uriResolver,v,j))}let b;if(typeof h!="boolean"&&h.$ref&&!(0,s.schemaHasRulesButRef)(h,this.RULES)){const T=(0,n.resolveUrl)(this.opts.uriResolver,v,h.$ref);b=_.call(this,w,T)}const{schemaId:S}=this.opts;if(b=b||new i({schema:h,schemaId:S,root:w,baseId:v}),b.schema!==b.root.schema)return b}return ut}const Ef={$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 es={},Kr={exports:{}},Yo,Zc;function Dc(){if(Zc)return Yo;Zc=1;const t=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),e=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function r(p){let _="",m=0,g=0;for(g=0;g<p.length;g++)if(m=p[g].charCodeAt(0),m!==48){if(!(m>=48&&m<=57||m>=65&&m<=70||m>=97&&m<=102))return"";_+=p[g];break}for(g+=1;g<p.length;g++){if(m=p[g].charCodeAt(0),!(m>=48&&m<=57||m>=65&&m<=70||m>=97&&m<=102))return"";_+=p[g]}return _}const n=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function s(p){return p.length=0,!0}function o(p,_,m){if(p.length){const g=r(p);if(g!=="")_.push(g);else return m.error=!0,!1;p.length=0}return!0}function i(p){let _=0;const m={error:!1,address:"",zone:""},g=[],f=[];let v=!1,h=!1,w=o;for(let $=0;$<p.length;$++){const b=p[$];if(!(b==="["||b==="]"))if(b===":"){if(v===!0&&(h=!0),!w(f,g,m))break;if(++_>7){m.error=!0;break}$>0&&p[$-1]===":"&&(v=!0),g.push(":");continue}else if(b==="%"){if(!w(f,g,m))break;w=s}else{f.push(b);continue}}return f.length&&(w===s?m.zone=f.join(""):h?g.push(f.join("")):g.push(r(f))),m.address=g.join(""),m}function a(p){if(c(p,":")<2)return{host:p,isIPV6:!1};const _=i(p);if(_.error)return{host:p,isIPV6:!1};{let m=_.address,g=_.address;return _.zone&&(m+="%"+_.zone,g+="%25"+_.zone),{host:m,isIPV6:!0,escapedHost:g}}}function c(p,_){let m=0;for(let g=0;g<p.length;g++)p[g]===_&&m++;return m}function u(p){let _=p;const m=[];let g=-1,f=0;for(;f=_.length;){if(f===1){if(_===".")break;if(_==="/"){m.push("/");break}else{m.push(_);break}}else if(f===2){if(_[0]==="."){if(_[1]===".")break;if(_[1]==="/"){_=_.slice(2);continue}}else if(_[0]==="/"&&(_[1]==="."||_[1]==="/")){m.push("/");break}}else if(f===3&&_==="/.."){m.length!==0&&m.pop(),m.push("/");break}if(_[0]==="."){if(_[1]==="."){if(_[2]==="/"){_=_.slice(3);continue}}else if(_[1]==="/"){_=_.slice(2);continue}}else if(_[0]==="/"&&_[1]==="."){if(_[2]==="/"){_=_.slice(2);continue}else if(_[2]==="."&&_[3]==="/"){_=_.slice(3),m.length!==0&&m.pop();continue}}if((g=_.indexOf("/",1))===-1){m.push(_);break}else m.push(_.slice(0,g)),_=_.slice(g)}return m.join("")}function l(p,_){const m=_!==!0?escape:unescape;return p.scheme!==void 0&&(p.scheme=m(p.scheme)),p.userinfo!==void 0&&(p.userinfo=m(p.userinfo)),p.host!==void 0&&(p.host=m(p.host)),p.path!==void 0&&(p.path=m(p.path)),p.query!==void 0&&(p.query=m(p.query)),p.fragment!==void 0&&(p.fragment=m(p.fragment)),p}function d(p){const _=[];if(p.userinfo!==void 0&&(_.push(p.userinfo),_.push("@")),p.host!==void 0){let m=unescape(p.host);if(!e(m)){const g=a(m);g.isIPV6===!0?m=`[${g.escapedHost}]`:m=p.host}_.push(m)}return(typeof p.port=="number"||typeof p.port=="string")&&(_.push(":"),_.push(String(p.port))),_.length?_.join(""):void 0}return Yo={nonSimpleDomain:n,recomposeAuthority:d,normalizeComponentEncoding:l,removeDotSegments:u,isIPv4:e,isUUID:t,normalizeIPv6:a,stringArrayToHexStripped:r},Yo}var Qo,Vc;function Pf(){if(Vc)return Qo;Vc=1;const{isUUID:t}=Dc(),e=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,r=["http","https","ws","wss","urn","urn:uuid"];function n(b){return r.indexOf(b)!==-1}function s(b){return b.secure===!0?!0:b.secure===!1?!1:b.scheme?b.scheme.length===3&&(b.scheme[0]==="w"||b.scheme[0]==="W")&&(b.scheme[1]==="s"||b.scheme[1]==="S")&&(b.scheme[2]==="s"||b.scheme[2]==="S"):!1}function o(b){return b.host||(b.error=b.error||"HTTP URIs must have a host."),b}function i(b){const S=String(b.scheme).toLowerCase()==="https";return(b.port===(S?443:80)||b.port==="")&&(b.port=void 0),b.path||(b.path="/"),b}function a(b){return b.secure=s(b),b.resourceName=(b.path||"/")+(b.query?"?"+b.query:""),b.path=void 0,b.query=void 0,b}function c(b){if((b.port===(s(b)?443:80)||b.port==="")&&(b.port=void 0),typeof b.secure=="boolean"&&(b.scheme=b.secure?"wss":"ws",b.secure=void 0),b.resourceName){const[S,T]=b.resourceName.split("?");b.path=S&&S!=="/"?S:void 0,b.query=T,b.resourceName=void 0}return b.fragment=void 0,b}function u(b,S){if(!b.path)return b.error="URN can not be parsed",b;const T=b.path.match(e);if(T){const N=S.scheme||b.scheme||"urn";b.nid=T[1].toLowerCase(),b.nss=T[2];const j=`${N}:${S.nid||b.nid}`,F=$(j);b.path=void 0,F&&(b=F.parse(b,S))}else b.error=b.error||"URN can not be parsed.";return b}function l(b,S){if(b.nid===void 0)throw new Error("URN without nid cannot be serialized");const T=S.scheme||b.scheme||"urn",N=b.nid.toLowerCase(),j=`${T}:${S.nid||N}`,F=$(j);F&&(b=F.serialize(b,S));const q=b,W=b.nss;return q.path=`${N||S.nid}:${W}`,S.skipEscape=!0,q}function d(b,S){const T=b;return T.uuid=T.nss,T.nss=void 0,!S.tolerant&&(!T.uuid||!t(T.uuid))&&(T.error=T.error||"UUID is not valid."),T}function p(b){const S=b;return S.nss=(b.uuid||"").toLowerCase(),S}const _={scheme:"http",domainHost:!0,parse:o,serialize:i},m={scheme:"https",domainHost:_.domainHost,parse:o,serialize:i},g={scheme:"ws",domainHost:!0,parse:a,serialize:c},f={scheme:"wss",domainHost:g.domainHost,parse:g.parse,serialize:g.serialize},w={http:_,https:m,ws:g,wss:f,urn:{scheme:"urn",parse:u,serialize:l,skipNormalize:!0},"urn:uuid":{scheme:"urn:uuid",parse:d,serialize:p,skipNormalize:!0}};Object.setPrototypeOf(w,null);function $(b){return b&&(w[b]||w[b.toLowerCase()])||void 0}return Qo={wsIsSecure:s,SCHEMES:w,isValidSchemeName:n,getSchemeHandler:$},Qo}var Hc;function xf(){if(Hc)return Kr.exports;Hc=1;const{normalizeIPv6:t,removeDotSegments:e,recomposeAuthority:r,normalizeComponentEncoding:n,isIPv4:s,nonSimpleDomain:o}=Dc(),{SCHEMES:i,getSchemeHandler:a}=Pf();function c(f,v){return typeof f=="string"?f=p(m(f,v),v):typeof f=="object"&&(f=m(p(f,v),v)),f}function u(f,v,h){const w=h?Object.assign({scheme:"null"},h):{scheme:"null"},$=l(m(f,w),m(v,w),w,!0);return w.skipEscape=!0,p($,w)}function l(f,v,h,w){const $={};return w||(f=m(p(f,h),h),v=m(p(v,h),h)),h=h||{},!h.tolerant&&v.scheme?($.scheme=v.scheme,$.userinfo=v.userinfo,$.host=v.host,$.port=v.port,$.path=e(v.path||""),$.query=v.query):(v.userinfo!==void 0||v.host!==void 0||v.port!==void 0?($.userinfo=v.userinfo,$.host=v.host,$.port=v.port,$.path=e(v.path||""),$.query=v.query):(v.path?(v.path[0]==="/"?$.path=e(v.path):((f.userinfo!==void 0||f.host!==void 0||f.port!==void 0)&&!f.path?$.path="/"+v.path:f.path?$.path=f.path.slice(0,f.path.lastIndexOf("/")+1)+v.path:$.path=v.path,$.path=e($.path)),$.query=v.query):($.path=f.path,v.query!==void 0?$.query=v.query:$.query=f.query),$.userinfo=f.userinfo,$.host=f.host,$.port=f.port),$.scheme=f.scheme),$.fragment=v.fragment,$}function d(f,v,h){return typeof f=="string"?(f=unescape(f),f=p(n(m(f,h),!0),{...h,skipEscape:!0})):typeof f=="object"&&(f=p(n(f,!0),{...h,skipEscape:!0})),typeof v=="string"?(v=unescape(v),v=p(n(m(v,h),!0),{...h,skipEscape:!0})):typeof v=="object"&&(v=p(n(v,!0),{...h,skipEscape:!0})),f.toLowerCase()===v.toLowerCase()}function p(f,v){const h={host:f.host,scheme:f.scheme,userinfo:f.userinfo,port:f.port,path:f.path,query:f.query,nid:f.nid,nss:f.nss,uuid:f.uuid,fragment:f.fragment,reference:f.reference,resourceName:f.resourceName,secure:f.secure,error:""},w=Object.assign({},v),$=[],b=a(w.scheme||h.scheme);b&&b.serialize&&b.serialize(h,w),h.path!==void 0&&(w.skipEscape?h.path=unescape(h.path):(h.path=escape(h.path),h.scheme!==void 0&&(h.path=h.path.split("%3A").join(":")))),w.reference!=="suffix"&&h.scheme&&$.push(h.scheme,":");const S=r(h);if(S!==void 0&&(w.reference!=="suffix"&&$.push("//"),$.push(S),h.path&&h.path[0]!=="/"&&$.push("/")),h.path!==void 0){let T=h.path;!w.absolutePath&&(!b||!b.absolutePath)&&(T=e(T)),S===void 0&&T[0]==="/"&&T[1]==="/"&&(T="/%2F"+T.slice(2)),$.push(T)}return h.query!==void 0&&$.push("?",h.query),h.fragment!==void 0&&$.push("#",h.fragment),$.join("")}const _=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function m(f,v){const h=Object.assign({},v),w={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0};let $=!1;h.reference==="suffix"&&(h.scheme?f=h.scheme+":"+f:f="//"+f);const b=f.match(_);if(b){if(w.scheme=b[1],w.userinfo=b[3],w.host=b[4],w.port=parseInt(b[5],10),w.path=b[6]||"",w.query=b[7],w.fragment=b[8],isNaN(w.port)&&(w.port=b[5]),w.host)if(s(w.host)===!1){const N=t(w.host);w.host=N.host.toLowerCase(),$=N.isIPV6}else $=!0;w.scheme===void 0&&w.userinfo===void 0&&w.host===void 0&&w.port===void 0&&w.query===void 0&&!w.path?w.reference="same-document":w.scheme===void 0?w.reference="relative":w.fragment===void 0?w.reference="absolute":w.reference="uri",h.reference&&h.reference!=="suffix"&&h.reference!==w.reference&&(w.error=w.error||"URI is not a "+h.reference+" reference.");const S=a(h.scheme||w.scheme);if(!h.unicodeSupport&&(!S||!S.unicodeSupport)&&w.host&&(h.domainHost||S&&S.domainHost)&&$===!1&&o(w.host))try{w.host=URL.domainToASCII(w.host.toLowerCase())}catch(T){w.error=w.error||"Host's domain name can not be converted to ASCII: "+T}(!S||S&&!S.skipNormalize)&&(f.indexOf("%")!==-1&&(w.scheme!==void 0&&(w.scheme=unescape(w.scheme)),w.host!==void 0&&(w.host=unescape(w.host))),w.path&&(w.path=escape(unescape(w.path))),w.fragment&&(w.fragment=encodeURI(decodeURIComponent(w.fragment)))),S&&S.parse&&S.parse(w,h)}else w.error=w.error||"URI can not be parsed.";return w}const g={SCHEMES:i,normalize:c,resolve:u,resolveComponent:l,equal:d,serialize:p,parse:m};return Kr.exports=g,Kr.exports.default=g,Kr.exports.fastUri=g,Kr.exports}var Fc;function If(){if(Fc)return es;Fc=1,Object.defineProperty(es,"__esModule",{value:!0});const t=xf();return t.code='require("ajv/dist/runtime/uri").default',es.default=t,es}var Wc;function Cf(){return Wc||(Wc=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;var e=Gn();Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return e.KeywordCxt}});var r=fe();Object.defineProperty(t,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return r.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return r.CodeGen}});const n=Ko(),s=Xn(),o=Tc(),i=Go(),a=fe(),c=Kn(),u=Bn(),l=be(),d=Ef,p=If(),_=(V,P)=>new RegExp(V,P);_.code="new RegExp";const m=["removeAdditional","useDefaults","coerceTypes"],g=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),f={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."},v={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},h=200;function w(V){var P,L,O,k,R,M,X,re,Se,ve,E,I,U,H,te,me,Ke,Nt,at,ct,Ge,Jr,gt,fc,pc;const Vn=V.strict,mc=(P=V.code)===null||P===void 0?void 0:P.optimize,yf=mc===!0||mc===void 0?1:mc||0,wf=(O=(L=V.code)===null||L===void 0?void 0:L.regExp)!==null&&O!==void 0?O:_,h1=(k=V.uriResolver)!==null&&k!==void 0?k:p.default;return{strictSchema:(M=(R=V.strictSchema)!==null&&R!==void 0?R:Vn)!==null&&M!==void 0?M:!0,strictNumbers:(re=(X=V.strictNumbers)!==null&&X!==void 0?X:Vn)!==null&&re!==void 0?re:!0,strictTypes:(ve=(Se=V.strictTypes)!==null&&Se!==void 0?Se:Vn)!==null&&ve!==void 0?ve:"log",strictTuples:(I=(E=V.strictTuples)!==null&&E!==void 0?E:Vn)!==null&&I!==void 0?I:"log",strictRequired:(H=(U=V.strictRequired)!==null&&U!==void 0?U:Vn)!==null&&H!==void 0?H:!1,code:V.code?{...V.code,optimize:yf,regExp:wf}:{optimize:yf,regExp:wf},loopRequired:(te=V.loopRequired)!==null&&te!==void 0?te:h,loopEnum:(me=V.loopEnum)!==null&&me!==void 0?me:h,meta:(Ke=V.meta)!==null&&Ke!==void 0?Ke:!0,messages:(Nt=V.messages)!==null&&Nt!==void 0?Nt:!0,inlineRefs:(at=V.inlineRefs)!==null&&at!==void 0?at:!0,schemaId:(ct=V.schemaId)!==null&&ct!==void 0?ct:"$id",addUsedSchema:(Ge=V.addUsedSchema)!==null&&Ge!==void 0?Ge:!0,validateSchema:(Jr=V.validateSchema)!==null&&Jr!==void 0?Jr:!0,validateFormats:(gt=V.validateFormats)!==null&>!==void 0?gt:!0,unicodeRegExp:(fc=V.unicodeRegExp)!==null&&fc!==void 0?fc:!0,int32range:(pc=V.int32range)!==null&&pc!==void 0?pc:!0,uriResolver:h1}}class ${constructor(P={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,P=this.opts={...P,...w(P)};const{es5:L,lines:O}=this.opts.code;this.scope=new a.ValueScope({scope:{},prefixes:g,es5:L,lines:O}),this.logger=W(P.logger);const k=P.validateFormats;P.validateFormats=!1,this.RULES=(0,o.getRules)(),b.call(this,f,P,"NOT SUPPORTED"),b.call(this,v,P,"DEPRECATED","warn"),this._metaOpts=F.call(this),P.formats&&N.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),P.keywords&&j.call(this,P.keywords),typeof P.meta=="object"&&this.addMetaSchema(P.meta),T.call(this),P.validateFormats=k}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:P,meta:L,schemaId:O}=this.opts;let k=d;O==="id"&&(k={...d},k.id=k.$id,delete k.$id),L&&P&&this.addMetaSchema(k,k[O],!1)}defaultMeta(){const{meta:P,schemaId:L}=this.opts;return this.opts.defaultMeta=typeof P=="object"?P[L]||P:void 0}validate(P,L){let O;if(typeof P=="string"){if(O=this.getSchema(P),!O)throw new Error(`no schema with key or ref "${P}"`)}else O=this.compile(P);const k=O(L);return"$async"in O||(this.errors=O.errors),k}compile(P,L){const O=this._addSchema(P,L);return O.validate||this._compileSchemaEnv(O)}compileAsync(P,L){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:O}=this.opts;return k.call(this,P,L);async function k(ve,E){await R.call(this,ve.$schema);const I=this._addSchema(ve,E);return I.validate||M.call(this,I)}async function R(ve){ve&&!this.getSchema(ve)&&await k.call(this,{$ref:ve},!0)}async function M(ve){try{return this._compileSchemaEnv(ve)}catch(E){if(!(E instanceof s.default))throw E;return X.call(this,E),await re.call(this,E.missingSchema),M.call(this,ve)}}function X({missingSchema:ve,missingRef:E}){if(this.refs[ve])throw new Error(`AnySchema ${ve} is loaded but ${E} cannot be resolved`)}async function re(ve){const E=await Se.call(this,ve);this.refs[ve]||await R.call(this,E.$schema),this.refs[ve]||this.addSchema(E,ve,L)}async function Se(ve){const E=this._loading[ve];if(E)return E;try{return await(this._loading[ve]=O(ve))}finally{delete this._loading[ve]}}}addSchema(P,L,O,k=this.opts.validateSchema){if(Array.isArray(P)){for(const M of P)this.addSchema(M,void 0,O,k);return this}let R;if(typeof P=="object"){const{schemaId:M}=this.opts;if(R=P[M],R!==void 0&&typeof R!="string")throw new Error(`schema ${M} must be string`)}return L=(0,c.normalizeId)(L||R),this._checkUnique(L),this.schemas[L]=this._addSchema(P,O,L,k,!0),this}addMetaSchema(P,L,O=this.opts.validateSchema){return this.addSchema(P,L,!0,O),this}validateSchema(P,L){if(typeof P=="boolean")return!0;let O;if(O=P.$schema,O!==void 0&&typeof O!="string")throw new Error("$schema must be a string");if(O=O||this.opts.defaultMeta||this.defaultMeta(),!O)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const k=this.validate(O,P);if(!k&&L){const R="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(R);else throw new Error(R)}return k}getSchema(P){let L;for(;typeof(L=S.call(this,P))=="string";)P=L;if(L===void 0){const{schemaId:O}=this.opts,k=new i.SchemaEnv({schema:{},schemaId:O});if(L=i.resolveSchema.call(this,k,P),!L)return;this.refs[P]=L}return L.validate||this._compileSchemaEnv(L)}removeSchema(P){if(P instanceof RegExp)return this._removeAllSchemas(this.schemas,P),this._removeAllSchemas(this.refs,P),this;switch(typeof P){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const L=S.call(this,P);return typeof L=="object"&&this._cache.delete(L.schema),delete this.schemas[P],delete this.refs[P],this}case"object":{const L=P;this._cache.delete(L);let O=P[this.opts.schemaId];return O&&(O=(0,c.normalizeId)(O),delete this.schemas[O],delete this.refs[O]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(P){for(const L of P)this.addKeyword(L);return this}addKeyword(P,L){let O;if(typeof P=="string")O=P,typeof L=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),L.keyword=O);else if(typeof P=="object"&&L===void 0){if(L=P,O=L.keyword,Array.isArray(O)&&!O.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(G.call(this,O,L),!L)return(0,l.eachItem)(O,R=>ke.call(this,R)),this;rt.call(this,L);const k={...L,type:(0,u.getJSONTypes)(L.type),schemaType:(0,u.getJSONTypes)(L.schemaType)};return(0,l.eachItem)(O,k.type.length===0?R=>ke.call(this,R,k):R=>k.type.forEach(M=>ke.call(this,R,k,M))),this}getKeyword(P){const L=this.RULES.all[P];return typeof L=="object"?L.definition:!!L}removeKeyword(P){const{RULES:L}=this;delete L.keywords[P],delete L.all[P];for(const O of L.rules){const k=O.rules.findIndex(R=>R.keyword===P);k>=0&&O.rules.splice(k,1)}return this}addFormat(P,L){return typeof L=="string"&&(L=new RegExp(L)),this.formats[P]=L,this}errorsText(P=this.errors,{separator:L=", ",dataVar:O="data"}={}){return!P||P.length===0?"No errors":P.map(k=>`${O}${k.instancePath} ${k.message}`).reduce((k,R)=>k+L+R)}$dataMetaSchema(P,L){const O=this.RULES.all;P=JSON.parse(JSON.stringify(P));for(const k of L){const R=k.split("/").slice(1);let M=P;for(const X of R)M=M[X];for(const X in O){const re=O[X];if(typeof re!="object")continue;const{$data:Se}=re.definition,ve=M[X];Se&&ve&&(M[X]=Ot(ve))}}return P}_removeAllSchemas(P,L){for(const O in P){const k=P[O];(!L||L.test(O))&&(typeof k=="string"?delete P[O]:k&&!k.meta&&(this._cache.delete(k.schema),delete P[O]))}}_addSchema(P,L,O,k=this.opts.validateSchema,R=this.opts.addUsedSchema){let M;const{schemaId:X}=this.opts;if(typeof P=="object")M=P[X];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof P!="boolean")throw new Error("schema must be object or boolean")}let re=this._cache.get(P);if(re!==void 0)return re;O=(0,c.normalizeId)(M||O);const Se=c.getSchemaRefs.call(this,P,O);return re=new i.SchemaEnv({schema:P,schemaId:X,meta:L,baseId:O,localRefs:Se}),this._cache.set(re.schema,re),R&&!O.startsWith("#")&&(O&&this._checkUnique(O),this.refs[O]=re),k&&this.validateSchema(P,!0),re}_checkUnique(P){if(this.schemas[P]||this.refs[P])throw new Error(`schema with key or id "${P}" already exists`)}_compileSchemaEnv(P){if(P.meta?this._compileMetaSchema(P):i.compileSchema.call(this,P),!P.validate)throw new Error("ajv implementation error");return P.validate}_compileMetaSchema(P){const L=this.opts;this.opts=this._metaOpts;try{i.compileSchema.call(this,P)}finally{this.opts=L}}}$.ValidationError=n.default,$.MissingRefError=s.default,t.default=$;function b(V,P,L,O="error"){for(const k in V){const R=k;R in P&&this.logger[O](`${L}: option ${k}. ${V[R]}`)}}function S(V){return V=(0,c.normalizeId)(V),this.schemas[V]||this.refs[V]}function T(){const V=this.opts.schemas;if(V)if(Array.isArray(V))this.addSchema(V);else for(const P in V)this.addSchema(V[P],P)}function N(){for(const V in this.opts.formats){const P=this.opts.formats[V];P&&this.addFormat(V,P)}}function j(V){if(Array.isArray(V)){this.addVocabulary(V);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const P in V){const L=V[P];L.keyword||(L.keyword=P),this.addKeyword(L)}}function F(){const V={...this.opts};for(const P of m)delete V[P];return V}const q={log(){},warn(){},error(){}};function W(V){if(V===!1)return q;if(V===void 0)return console;if(V.log&&V.warn&&V.error)return V;throw new Error("logger must implement log, warn and error methods")}const K=/^[a-z_$][a-z0-9_$:-]*$/i;function G(V,P){const{RULES:L}=this;if((0,l.eachItem)(V,O=>{if(L.keywords[O])throw new Error(`Keyword ${O} is already defined`);if(!K.test(O))throw new Error(`Keyword ${O} has invalid name`)}),!!P&&P.$data&&!("code"in P||"validate"in P))throw new Error('$data keyword must have "code" or "validate" function')}function ke(V,P,L){var O;const k=P?.post;if(L&&k)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:R}=this;let M=k?R.post:R.rules.find(({type:re})=>re===L);if(M||(M={type:L,rules:[]},R.rules.push(M)),R.keywords[V]=!0,!P)return;const X={keyword:V,definition:{...P,type:(0,u.getJSONTypes)(P.type),schemaType:(0,u.getJSONTypes)(P.schemaType)}};P.before?tt.call(this,M,X,P.before):M.rules.push(X),R.all[V]=X,(O=P.implements)===null||O===void 0||O.forEach(re=>this.addKeyword(re))}function tt(V,P,L){const O=V.rules.findIndex(k=>k.keyword===L);O>=0?V.rules.splice(O,0,P):(V.rules.push(P),this.logger.warn(`rule ${L} is not defined`))}function rt(V){let{metaSchema:P}=V;P!==void 0&&(V.$data&&this.opts.$data&&(P=Ot(P)),V.validateSchema=this.compile(P,!0))}const xe={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Ot(V){return{anyOf:[V,xe]}}})(Do)),Do}var ts={},rs={},ns={},Jc;function Of(){if(Jc)return ns;Jc=1,Object.defineProperty(ns,"__esModule",{value:!0});const t={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};return ns.default=t,ns}var Kt={},Bc;function Nf(){if(Bc)return Kt;Bc=1,Object.defineProperty(Kt,"__esModule",{value:!0}),Kt.callRef=Kt.getValidate=void 0;const t=Xn(),e=yt(),r=fe(),n=Bt(),s=Go(),o=be(),i={keyword:"$ref",schemaType:"string",code(u){const{gen:l,schema:d,it:p}=u,{baseId:_,schemaEnv:m,validateName:g,opts:f,self:v}=p,{root:h}=m;if((d==="#"||d==="#/")&&_===h.baseId)return $();const w=s.resolveRef.call(v,h,_,d);if(w===void 0)throw new t.default(p.opts.uriResolver,_,d);if(w instanceof s.SchemaEnv)return b(w);return S(w);function $(){if(m===h)return c(u,g,m,m.$async);const T=l.scopeValue("root",{ref:h});return c(u,(0,r._)`${T}.validate`,h,h.$async)}function b(T){const N=a(u,T);c(u,N,T,T.$async)}function S(T){const N=l.scopeValue("schema",f.code.source===!0?{ref:T,code:(0,r.stringify)(T)}:{ref:T}),j=l.name("valid"),F=u.subschema({schema:T,dataTypes:[],schemaPath:r.nil,topSchemaRef:N,errSchemaPath:d},j);u.mergeEvaluated(F),u.ok(j)}}};function a(u,l){const{gen:d}=u;return l.validate?d.scopeValue("validate",{ref:l.validate}):(0,r._)`${d.scopeValue("wrapper",{ref:l})}.validate`}Kt.getValidate=a;function c(u,l,d,p){const{gen:_,it:m}=u,{allErrors:g,schemaEnv:f,opts:v}=m,h=v.passContext?n.default.this:r.nil;p?w():$();function w(){if(!f.$async)throw new Error("async schema referenced by sync schema");const T=_.let("valid");_.try(()=>{_.code((0,r._)`await ${(0,e.callValidateCode)(u,l,h)}`),S(l),g||_.assign(T,!0)},N=>{_.if((0,r._)`!(${N} instanceof ${m.ValidationError})`,()=>_.throw(N)),b(N),g||_.assign(T,!1)}),u.ok(T)}function $(){u.result((0,e.callValidateCode)(u,l,h),()=>S(l),()=>b(l))}function b(T){const N=(0,r._)`${T}.errors`;_.assign(n.default.vErrors,(0,r._)`${n.default.vErrors} === null ? ${N} : ${n.default.vErrors}.concat(${N})`),_.assign(n.default.errors,(0,r._)`${n.default.vErrors}.length`)}function S(T){var N;if(!m.opts.unevaluated)return;const j=(N=d?.validate)===null||N===void 0?void 0:N.evaluated;if(m.props!==!0)if(j&&!j.dynamicProps)j.props!==void 0&&(m.props=o.mergeEvaluated.props(_,j.props,m.props));else{const F=_.var("props",(0,r._)`${T}.evaluated.props`);m.props=o.mergeEvaluated.props(_,F,m.props,r.Name)}if(m.items!==!0)if(j&&!j.dynamicItems)j.items!==void 0&&(m.items=o.mergeEvaluated.items(_,j.items,m.items));else{const F=_.var("items",(0,r._)`${T}.evaluated.items`);m.items=o.mergeEvaluated.items(_,F,m.items,r.Name)}}}return Kt.callRef=c,Kt.default=i,Kt}var Kc;function Af(){if(Kc)return rs;Kc=1,Object.defineProperty(rs,"__esModule",{value:!0});const t=Of(),e=Nf(),r=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",t.default,e.default];return rs.default=r,rs}var ss={},os={},Gc;function Mf(){if(Gc)return os;Gc=1,Object.defineProperty(os,"__esModule",{value:!0});const t=fe(),e=t.operators,r={maximum:{okStr:"<=",ok:e.LTE,fail:e.GT},minimum:{okStr:">=",ok:e.GTE,fail:e.LT},exclusiveMaximum:{okStr:"<",ok:e.LT,fail:e.GTE},exclusiveMinimum:{okStr:">",ok:e.GT,fail:e.LTE}},n={message:({keyword:o,schemaCode:i})=>(0,t.str)`must be ${r[o].okStr} ${i}`,params:({keyword:o,schemaCode:i})=>(0,t._)`{comparison: ${r[o].okStr}, limit: ${i}}`},s={keyword:Object.keys(r),type:"number",schemaType:"number",$data:!0,error:n,code(o){const{keyword:i,data:a,schemaCode:c}=o;o.fail$data((0,t._)`${a} ${r[i].fail} ${c} || isNaN(${a})`)}};return os.default=s,os}var is={},Yc;function jf(){if(Yc)return is;Yc=1,Object.defineProperty(is,"__esModule",{value:!0});const t=fe(),r={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:{message:({schemaCode:n})=>(0,t.str)`must be multiple of ${n}`,params:({schemaCode:n})=>(0,t._)`{multipleOf: ${n}}`},code(n){const{gen:s,data:o,schemaCode:i,it:a}=n,c=a.opts.multipleOfPrecision,u=s.let("res"),l=c?(0,t._)`Math.abs(Math.round(${u}) - ${u}) > 1e-${c}`:(0,t._)`${u} !== parseInt(${u})`;n.fail$data((0,t._)`(${i} === 0 || (${u} = ${o}/${i}, ${l}))`)}};return is.default=r,is}var as={},cs={},Qc;function qf(){if(Qc)return cs;Qc=1,Object.defineProperty(cs,"__esModule",{value:!0});function t(e){const r=e.length;let n=0,s=0,o;for(;s<r;)n++,o=e.charCodeAt(s++),o>=55296&&o<=56319&&s<r&&(o=e.charCodeAt(s),(o&64512)===56320&&s++);return n}return cs.default=t,t.code='require("ajv/dist/runtime/ucs2length").default',cs}var Xc;function zf(){if(Xc)return as;Xc=1,Object.defineProperty(as,"__esModule",{value:!0});const t=fe(),e=be(),r=qf(),s={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:{message({keyword:o,schemaCode:i}){const a=o==="maxLength"?"more":"fewer";return(0,t.str)`must NOT have ${a} than ${i} characters`},params:({schemaCode:o})=>(0,t._)`{limit: ${o}}`},code(o){const{keyword:i,data:a,schemaCode:c,it:u}=o,l=i==="maxLength"?t.operators.GT:t.operators.LT,d=u.opts.unicode===!1?(0,t._)`${a}.length`:(0,t._)`${(0,e.useFunc)(o.gen,r.default)}(${a})`;o.fail$data((0,t._)`${d} ${l} ${c}`)}};return as.default=s,as}var us={},eu;function Uf(){if(eu)return us;eu=1,Object.defineProperty(us,"__esModule",{value:!0});const t=yt(),e=fe(),n={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:{message:({schemaCode:s})=>(0,e.str)`must match pattern "${s}"`,params:({schemaCode:s})=>(0,e._)`{pattern: ${s}}`},code(s){const{data:o,$data:i,schema:a,schemaCode:c,it:u}=s,l=u.opts.unicodeRegExp?"u":"",d=i?(0,e._)`(new RegExp(${c}, ${l}))`:(0,t.usePattern)(s,a);s.fail$data((0,e._)`!${d}.test(${o})`)}};return us.default=n,us}var ls={},tu;function Lf(){if(tu)return ls;tu=1,Object.defineProperty(ls,"__esModule",{value:!0});const t=fe(),r={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:{message({keyword:n,schemaCode:s}){const o=n==="maxProperties"?"more":"fewer";return(0,t.str)`must NOT have ${o} than ${s} properties`},params:({schemaCode:n})=>(0,t._)`{limit: ${n}}`},code(n){const{keyword:s,data:o,schemaCode:i}=n,a=s==="maxProperties"?t.operators.GT:t.operators.LT;n.fail$data((0,t._)`Object.keys(${o}).length ${a} ${i}`)}};return ls.default=r,ls}var ds={},ru;function Zf(){if(ru)return ds;ru=1,Object.defineProperty(ds,"__esModule",{value:!0});const t=yt(),e=fe(),r=be(),s={keyword:"required",type:"object",schemaType:"array",$data:!0,error:{message:({params:{missingProperty:o}})=>(0,e.str)`must have required property '${o}'`,params:({params:{missingProperty:o}})=>(0,e._)`{missingProperty: ${o}}`},code(o){const{gen:i,schema:a,schemaCode:c,data:u,$data:l,it:d}=o,{opts:p}=d;if(!l&&a.length===0)return;const _=a.length>=p.loopRequired;if(d.allErrors?m():g(),p.strictRequired){const h=o.parentSchema.properties,{definedProperties:w}=o.it;for(const $ of a)if(h?.[$]===void 0&&!w.has($)){const b=d.schemaEnv.baseId+d.errSchemaPath,S=`required property "${$}" is not defined at "${b}" (strictRequired)`;(0,r.checkStrictMode)(d,S,d.opts.strictRequired)}}function m(){if(_||l)o.block$data(e.nil,f);else for(const h of a)(0,t.checkReportMissingProp)(o,h)}function g(){const h=i.let("missing");if(_||l){const w=i.let("valid",!0);o.block$data(w,()=>v(h,w)),o.ok(w)}else i.if((0,t.checkMissingProp)(o,a,h)),(0,t.reportMissingProp)(o,h),i.else()}function f(){i.forOf("prop",c,h=>{o.setParams({missingProperty:h}),i.if((0,t.noPropertyInData)(i,u,h,p.ownProperties),()=>o.error())})}function v(h,w){o.setParams({missingProperty:h}),i.forOf(h,c,()=>{i.assign(w,(0,t.propertyInData)(i,u,h,p.ownProperties)),i.if((0,e.not)(w),()=>{o.error(),i.break()})},e.nil)}}};return ds.default=s,ds}var hs={},nu;function Df(){if(nu)return hs;nu=1,Object.defineProperty(hs,"__esModule",{value:!0});const t=fe(),r={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:{message({keyword:n,schemaCode:s}){const o=n==="maxItems"?"more":"fewer";return(0,t.str)`must NOT have ${o} than ${s} items`},params:({schemaCode:n})=>(0,t._)`{limit: ${n}}`},code(n){const{keyword:s,data:o,schemaCode:i}=n,a=s==="maxItems"?t.operators.GT:t.operators.LT;n.fail$data((0,t._)`${o}.length ${a} ${i}`)}};return hs.default=r,hs}var fs={},ps={},su;function Xo(){if(su)return ps;su=1,Object.defineProperty(ps,"__esModule",{value:!0});const t=Ac();return t.code='require("ajv/dist/runtime/equal").default',ps.default=t,ps}var ou;function Vf(){if(ou)return fs;ou=1,Object.defineProperty(fs,"__esModule",{value:!0});const t=Bn(),e=fe(),r=be(),n=Xo(),o={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:{message:({params:{i,j:a}})=>(0,e.str)`must NOT have duplicate items (items ## ${a} and ${i} are identical)`,params:({params:{i,j:a}})=>(0,e._)`{i: ${i}, j: ${a}}`},code(i){const{gen:a,data:c,$data:u,schema:l,parentSchema:d,schemaCode:p,it:_}=i;if(!u&&!l)return;const m=a.let("valid"),g=d.items?(0,t.getSchemaTypes)(d.items):[];i.block$data(m,f,(0,e._)`${p} === false`),i.ok(m);function f(){const $=a.let("i",(0,e._)`${c}.length`),b=a.let("j");i.setParams({i:$,j:b}),a.assign(m,!0),a.if((0,e._)`${$} > 1`,()=>(v()?h:w)($,b))}function v(){return g.length>0&&!g.some($=>$==="object"||$==="array")}function h($,b){const S=a.name("item"),T=(0,t.checkDataTypes)(g,S,_.opts.strictNumbers,t.DataType.Wrong),N=a.const("indices",(0,e._)`{}`);a.for((0,e._)`;${$}--;`,()=>{a.let(S,(0,e._)`${c}[${$}]`),a.if(T,(0,e._)`continue`),g.length>1&&a.if((0,e._)`typeof ${S} == "string"`,(0,e._)`${S} += "_"`),a.if((0,e._)`typeof ${N}[${S}] == "number"`,()=>{a.assign(b,(0,e._)`${N}[${S}]`),i.error(),a.assign(m,!1).break()}).code((0,e._)`${N}[${S}] = ${$}`)})}function w($,b){const S=(0,r.useFunc)(a,n.default),T=a.name("outer");a.label(T).for((0,e._)`;${$}--;`,()=>a.for((0,e._)`${b} = ${$}; ${b}--;`,()=>a.if((0,e._)`${S}(${c}[${$}], ${c}[${b}])`,()=>{i.error(),a.assign(m,!1).break(T)})))}}};return fs.default=o,fs}var ms={},iu;function Hf(){if(iu)return ms;iu=1,Object.defineProperty(ms,"__esModule",{value:!0});const t=fe(),e=be(),r=Xo(),s={keyword:"const",$data:!0,error:{message:"must be equal to constant",params:({schemaCode:o})=>(0,t._)`{allowedValue: ${o}}`},code(o){const{gen:i,data:a,$data:c,schemaCode:u,schema:l}=o;c||l&&typeof l=="object"?o.fail$data((0,t._)`!${(0,e.useFunc)(i,r.default)}(${a}, ${u})`):o.fail((0,t._)`${l} !== ${a}`)}};return ms.default=s,ms}var _s={},au;function Ff(){if(au)return _s;au=1,Object.defineProperty(_s,"__esModule",{value:!0});const t=fe(),e=be(),r=Xo(),s={keyword:"enum",schemaType:"array",$data:!0,error:{message:"must be equal to one of the allowed values",params:({schemaCode:o})=>(0,t._)`{allowedValues: ${o}}`},code(o){const{gen:i,data:a,$data:c,schema:u,schemaCode:l,it:d}=o;if(!c&&u.length===0)throw new Error("enum must have non-empty array");const p=u.length>=d.opts.loopEnum;let _;const m=()=>_??(_=(0,e.useFunc)(i,r.default));let g;if(p||c)g=i.let("valid"),o.block$data(g,f);else{if(!Array.isArray(u))throw new Error("ajv implementation error");const h=i.const("vSchema",l);g=(0,t.or)(...u.map((w,$)=>v(h,$)))}o.pass(g);function f(){i.assign(g,!1),i.forOf("v",l,h=>i.if((0,t._)`${m()}(${a}, ${h})`,()=>i.assign(g,!0).break()))}function v(h,w){const $=u[w];return typeof $=="object"&&$!==null?(0,t._)`${m()}(${a}, ${h}[${w}])`:(0,t._)`${a} === ${$}`}}};return _s.default=s,_s}var cu;function Wf(){if(cu)return ss;cu=1,Object.defineProperty(ss,"__esModule",{value:!0});const t=Mf(),e=jf(),r=zf(),n=Uf(),s=Lf(),o=Zf(),i=Df(),a=Vf(),c=Hf(),u=Ff(),l=[t.default,e.default,r.default,n.default,s.default,o.default,i.default,a.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},c.default,u.default];return ss.default=l,ss}var gs={},Tr={},uu;function lu(){if(uu)return Tr;uu=1,Object.defineProperty(Tr,"__esModule",{value:!0}),Tr.validateAdditionalItems=void 0;const t=fe(),e=be(),n={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:{message:({params:{len:o}})=>(0,t.str)`must NOT have more than ${o} items`,params:({params:{len:o}})=>(0,t._)`{limit: ${o}}`},code(o){const{parentSchema:i,it:a}=o,{items:c}=i;if(!Array.isArray(c)){(0,e.checkStrictMode)(a,'"additionalItems" is ignored when "items" is not an array of schemas');return}s(o,c)}};function s(o,i){const{gen:a,schema:c,data:u,keyword:l,it:d}=o;d.items=!0;const p=a.const("len",(0,t._)`${u}.length`);if(c===!1)o.setParams({len:i.length}),o.pass((0,t._)`${p} <= ${i.length}`);else if(typeof c=="object"&&!(0,e.alwaysValidSchema)(d,c)){const m=a.var("valid",(0,t._)`${p} <= ${i.length}`);a.if((0,t.not)(m),()=>_(m)),o.ok(m)}function _(m){a.forRange("i",i.length,p,g=>{o.subschema({keyword:l,dataProp:g,dataPropType:e.Type.Num},m),d.allErrors||a.if((0,t.not)(m),()=>a.break())})}}return Tr.validateAdditionalItems=s,Tr.default=n,Tr}var vs={},Rr={},du;function hu(){if(du)return Rr;du=1,Object.defineProperty(Rr,"__esModule",{value:!0}),Rr.validateTuple=void 0;const t=fe(),e=be(),r=yt(),n={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(o){const{schema:i,it:a}=o;if(Array.isArray(i))return s(o,"additionalItems",i);a.items=!0,!(0,e.alwaysValidSchema)(a,i)&&o.ok((0,r.validateArray)(o))}};function s(o,i,a=o.schema){const{gen:c,parentSchema:u,data:l,keyword:d,it:p}=o;g(u),p.opts.unevaluated&&a.length&&p.items!==!0&&(p.items=e.mergeEvaluated.items(c,a.length,p.items));const _=c.name("valid"),m=c.const("len",(0,t._)`${l}.length`);a.forEach((f,v)=>{(0,e.alwaysValidSchema)(p,f)||(c.if((0,t._)`${m} > ${v}`,()=>o.subschema({keyword:d,schemaProp:v,dataProp:v},_)),o.ok(_))});function g(f){const{opts:v,errSchemaPath:h}=p,w=a.length,$=w===f.minItems&&(w===f.maxItems||f[i]===!1);if(v.strictTuples&&!$){const b=`"${d}" is ${w}-tuple, but minItems or maxItems/${i} are not specified or different at path "${h}"`;(0,e.checkStrictMode)(p,b,v.strictTuples)}}}return Rr.validateTuple=s,Rr.default=n,Rr}var fu;function Jf(){if(fu)return vs;fu=1,Object.defineProperty(vs,"__esModule",{value:!0});const t=hu(),e={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:r=>(0,t.validateTuple)(r,"items")};return vs.default=e,vs}var ys={},pu;function Bf(){if(pu)return ys;pu=1,Object.defineProperty(ys,"__esModule",{value:!0});const t=fe(),e=be(),r=yt(),n=lu(),o={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:{message:({params:{len:i}})=>(0,t.str)`must NOT have more than ${i} items`,params:({params:{len:i}})=>(0,t._)`{limit: ${i}}`},code(i){const{schema:a,parentSchema:c,it:u}=i,{prefixItems:l}=c;u.items=!0,!(0,e.alwaysValidSchema)(u,a)&&(l?(0,n.validateAdditionalItems)(i,l):i.ok((0,r.validateArray)(i)))}};return ys.default=o,ys}var ws={},mu;function Kf(){if(mu)return ws;mu=1,Object.defineProperty(ws,"__esModule",{value:!0});const t=fe(),e=be(),n={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:{message:({params:{min:s,max:o}})=>o===void 0?(0,t.str)`must contain at least ${s} valid item(s)`:(0,t.str)`must contain at least ${s} and no more than ${o} valid item(s)`,params:({params:{min:s,max:o}})=>o===void 0?(0,t._)`{minContains: ${s}}`:(0,t._)`{minContains: ${s}, maxContains: ${o}}`},code(s){const{gen:o,schema:i,parentSchema:a,data:c,it:u}=s;let l,d;const{minContains:p,maxContains:_}=a;u.opts.next?(l=p===void 0?1:p,d=_):l=1;const m=o.const("len",(0,t._)`${c}.length`);if(s.setParams({min:l,max:d}),d===void 0&&l===0){(0,e.checkStrictMode)(u,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(d!==void 0&&l>d){(0,e.checkStrictMode)(u,'"minContains" > "maxContains" is always invalid'),s.fail();return}if((0,e.alwaysValidSchema)(u,i)){let w=(0,t._)`${m} >= ${l}`;d!==void 0&&(w=(0,t._)`${w} && ${m} <= ${d}`),s.pass(w);return}u.items=!0;const g=o.name("valid");d===void 0&&l===1?v(g,()=>o.if(g,()=>o.break())):l===0?(o.let(g,!0),d!==void 0&&o.if((0,t._)`${c}.length > 0`,f)):(o.let(g,!1),f()),s.result(g,()=>s.reset());function f(){const w=o.name("_valid"),$=o.let("count",0);v(w,()=>o.if(w,()=>h($)))}function v(w,$){o.forRange("i",0,m,b=>{s.subschema({keyword:"contains",dataProp:b,dataPropType:e.Type.Num,compositeRule:!0},w),$()})}function h(w){o.code((0,t._)`${w}++`),d===void 0?o.if((0,t._)`${w} >= ${l}`,()=>o.assign(g,!0).break()):(o.if((0,t._)`${w} > ${d}`,()=>o.assign(g,!1).break()),l===1?o.assign(g,!0):o.if((0,t._)`${w} >= ${l}`,()=>o.assign(g,!0)))}}};return ws.default=n,ws}var ei={},_u;function Gf(){return _u||(_u=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.validateSchemaDeps=t.validatePropertyDeps=t.error=void 0;const e=fe(),r=be(),n=yt();t.error={message:({params:{property:c,depsCount:u,deps:l}})=>{const d=u===1?"property":"properties";return(0,e.str)`must have ${d} ${l} when property ${c} is present`},params:({params:{property:c,depsCount:u,deps:l,missingProperty:d}})=>(0,e._)`{property: ${c},
|
|
6
|
+
missingProperty: ${d},
|
|
7
7
|
depsCount: ${u},
|
|
8
|
-
deps: ${l}}`};const s={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(c){const[u,l]=o(c);i(c,u),a(c,l)}};function o({schema:c}){const u={},l={};for(const f in c){if(f==="__proto__")continue;const _=Array.isArray(c[f])?u:l;_[f]=c[f]}return[u,l]}function i(c,u=c.schema){const{gen:l,data:f,it:_}=c;if(Object.keys(u).length===0)return;const y=l.let("missing");for(const g in u){const v=u[g];if(v.length===0)continue;const h=(0,n.propertyInData)(l,f,g,_.opts.ownProperties);c.setParams({property:g,depsCount:v.length,deps:v.join(", ")}),_.allErrors?l.if(h,()=>{for(const d of v)(0,n.checkReportMissingProp)(c,d)}):(l.if((0,e._)`${h} && (${(0,n.checkMissingProp)(c,v,y)})`),(0,n.reportMissingProp)(c,y),l.else())}}t.validatePropertyDeps=i;function a(c,u=c.schema){const{gen:l,data:f,keyword:_,it:y}=c,g=l.name("valid");for(const v in u)(0,r.alwaysValidSchema)(y,u[v])||(l.if((0,n.propertyInData)(l,f,v,y.opts.ownProperties),()=>{const h=c.subschema({keyword:_,schemaProp:v},g);c.mergeValidEvaluated(h,g)},()=>l.var(g,!0)),c.ok(g))}t.validateSchemaDeps=a,t.default=s})(ru);var Jo={};Object.defineProperty(Jo,"__esModule",{value:!0});const nu=Q,gm=M,vm={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:t})=>(0,nu._)`{propertyName: ${t.propertyName}}`},code(t){const{gen:e,schema:r,data:n,it:s}=t;if((0,gm.alwaysValidSchema)(s,r))return;const o=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},o),e.if((0,nu.not)(o),()=>{t.error(!0),s.allErrors||e.break()})}),t.ok(o)}};Jo.default=vm;var ns={};Object.defineProperty(ns,"__esModule",{value:!0});const ss=te,ct=Q,ym=bt,os=M,bm={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:t})=>(0,ct._)`{additionalProperty: ${t.additionalProperty}}`},code(t){const{gen:e,schema:r,parentSchema:n,data:s,errsCount:o,it:i}=t;if(!o)throw new Error("ajv implementation error");const{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,os.alwaysValidSchema)(i,r))return;const u=(0,ss.allSchemaProperties)(n.properties),l=(0,ss.allSchemaProperties)(n.patternProperties);f(),t.ok((0,ct._)`${o} === ${ym.default.errors}`);function f(){e.forIn("key",s,h=>{!u.length&&!l.length?g(h):e.if(_(h),()=>g(h))})}function _(h){let d;if(u.length>8){const m=(0,os.schemaRefOrVal)(i,n.properties,"properties");d=(0,ss.isOwnProperty)(e,m,h)}else u.length?d=(0,ct.or)(...u.map(m=>(0,ct._)`${h} === ${m}`)):d=ct.nil;return l.length&&(d=(0,ct.or)(d,...l.map(m=>(0,ct._)`${(0,ss.usePattern)(t,m)}.test(${h})`))),(0,ct.not)(d)}function y(h){e.code((0,ct._)`delete ${s}[${h}]`)}function g(h){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){y(h);return}if(r===!1){t.setParams({additionalProperty:h}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,os.alwaysValidSchema)(i,r)){const d=e.name("valid");c.removeAdditional==="failing"?(v(h,d,!1),e.if((0,ct.not)(d),()=>{t.reset(),y(h)})):(v(h,d),a||e.if((0,ct.not)(d),()=>e.break()))}}function v(h,d,m){const w={keyword:"additionalProperties",dataProp:h,dataPropType:os.Type.Str};m===!1&&Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(w,d)}}};ns.default=bm;var Bo={};Object.defineProperty(Bo,"__esModule",{value:!0});const wm=ot,su=te,Ko=M,ou=ns,$m={keyword:"properties",type:"object",schemaType:"object",code(t){const{gen:e,schema:r,parentSchema:n,data:s,it:o}=t;o.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&ou.default.code(new wm.KeywordCxt(o,ou.default,"additionalProperties"));const i=(0,su.allSchemaProperties)(r);for(const f of i)o.definedProperties.add(f);o.opts.unevaluated&&i.length&&o.props!==!0&&(o.props=Ko.mergeEvaluated.props(e,(0,Ko.toHash)(i),o.props));const a=i.filter(f=>!(0,Ko.alwaysValidSchema)(o,r[f]));if(a.length===0)return;const c=e.name("valid");for(const f of a)u(f)?l(f):(e.if((0,su.propertyInData)(e,s,f,o.opts.ownProperties)),l(f),o.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(f),t.ok(c);function u(f){return o.opts.useDefaults&&!o.compositeRule&&r[f].default!==void 0}function l(f){t.subschema({keyword:"properties",schemaProp:f,dataProp:f},c)}}};Bo.default=$m;var Go={};Object.defineProperty(Go,"__esModule",{value:!0});const iu=te,is=Q,au=M,cu=M,Sm={keyword:"patternProperties",type:"object",schemaType:"object",code(t){const{gen:e,schema:r,data:n,parentSchema:s,it:o}=t,{opts:i}=o,a=(0,iu.allSchemaProperties)(r),c=a.filter(v=>(0,au.alwaysValidSchema)(o,r[v]));if(a.length===0||c.length===a.length&&(!o.opts.unevaluated||o.props===!0))return;const u=i.strictSchema&&!i.allowMatchingProperties&&s.properties,l=e.name("valid");o.props!==!0&&!(o.props instanceof is.Name)&&(o.props=(0,cu.evaluatedPropsToName)(e,o.props));const{props:f}=o;_();function _(){for(const v of a)u&&y(v),o.allErrors?g(v):(e.var(l,!0),g(v),e.if(l))}function y(v){for(const h in u)new RegExp(v).test(h)&&(0,au.checkStrictMode)(o,`property ${h} matches pattern ${v} (use allowMatchingProperties)`)}function g(v){e.forIn("key",n,h=>{e.if((0,is._)`${(0,iu.usePattern)(t,v)}.test(${h})`,()=>{const d=c.includes(v);d||t.subschema({keyword:"patternProperties",schemaProp:v,dataProp:h,dataPropType:cu.Type.Str},l),o.opts.unevaluated&&f!==!0?e.assign((0,is._)`${f}[${h}]`,!0):!d&&!o.allErrors&&e.if((0,is.not)(l),()=>e.break())})})}}};Go.default=Sm;var Yo={};Object.defineProperty(Yo,"__esModule",{value:!0});const km=M,Em={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){const{gen:e,schema:r,it:n}=t;if((0,km.alwaysValidSchema)(n,r)){t.fail();return}const s=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},s),t.failResult(s,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Yo.default=Em;var Xo={};Object.defineProperty(Xo,"__esModule",{value:!0});const Pm={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:te.validateUnion,error:{message:"must match a schema in anyOf"}};Xo.default=Pm;var Qo={};Object.defineProperty(Qo,"__esModule",{value:!0});const as=Q,Tm=M,xm={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:t})=>(0,as._)`{passingSchemas: ${t.passing}}`},code(t){const{gen:e,schema:r,parentSchema:n,it:s}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(s.opts.discriminator&&n.discriminator)return;const o=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(){o.forEach((l,f)=>{let _;(0,Tm.alwaysValidSchema)(s,l)?e.var(c,!0):_=t.subschema({keyword:"oneOf",schemaProp:f,compositeRule:!0},c),f>0&&e.if((0,as._)`${c} && ${i}`).assign(i,!1).assign(a,(0,as._)`[${a}, ${f}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,f),_&&t.mergeEvaluated(_,as.Name)})})}}};Qo.default=xm;var ei={};Object.defineProperty(ei,"__esModule",{value:!0});const Rm=M,Im={keyword:"allOf",schemaType:"array",code(t){const{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");const s=e.name("valid");r.forEach((o,i)=>{if((0,Rm.alwaysValidSchema)(n,o))return;const a=t.subschema({keyword:"allOf",schemaProp:i},s);t.ok(s),t.mergeEvaluated(a)})}};ei.default=Im;var ti={};Object.defineProperty(ti,"__esModule",{value:!0});const cs=Q,uu=M,Cm={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:t})=>(0,cs.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,cs._)`{failingKeyword: ${t.ifClause}}`},code(t){const{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,uu.checkStrictMode)(n,'"if" without "then" and "else" is ignored');const s=lu(n,"then"),o=lu(n,"else");if(!s&&!o)return;const i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),s&&o){const l=e.let("ifClause");t.setParams({ifClause:l}),e.if(a,u("then",l),u("else",l))}else s?e.if(a,u("then")):e.if((0,cs.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){const l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,f){return()=>{const _=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(_,i),f?e.assign(f,(0,cs._)`${l}`):t.setParams({ifClause:l})}}}};function lu(t,e){const r=t.schema[e];return r!==void 0&&!(0,uu.alwaysValidSchema)(t,r)}ti.default=Cm;var ri={};Object.defineProperty(ri,"__esModule",{value:!0});const Om=M,Nm={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,Om.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};ri.default=Nm,Object.defineProperty(qo,"__esModule",{value:!0});const jm=Sr,Am=Fo,zm=kr,Mm=Ho,Zm=Wo,Lm=ru,Um=Jo,Dm=ns,qm=Bo,Vm=Go,Fm=Yo,Hm=Xo,Wm=Qo,Jm=ei,Bm=ti,Km=ri;function Gm(t=!1){const e=[Fm.default,Hm.default,Wm.default,Jm.default,Bm.default,Km.default,Um.default,Dm.default,Lm.default,qm.default,Vm.default];return t?e.push(Am.default,Mm.default):e.push(jm.default,zm.default),e.push(Zm.default),e}qo.default=Gm;var ni={},si={};Object.defineProperty(si,"__esModule",{value:!0});const xe=Q,Ym={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:t})=>(0,xe.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,xe._)`{format: ${t}}`},code(t,e){const{gen:r,data:n,$data:s,schema:o,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:f}=a;if(!c.validateFormats)return;s?_():y();function _(){const g=r.scopeValue("formats",{ref:f.formats,code:c.code.formats}),v=r.const("fDef",(0,xe._)`${g}[${i}]`),h=r.let("fType"),d=r.let("format");r.if((0,xe._)`typeof ${v} == "object" && !(${v} instanceof RegExp)`,()=>r.assign(h,(0,xe._)`${v}.type || "string"`).assign(d,(0,xe._)`${v}.validate`),()=>r.assign(h,(0,xe._)`"string"`).assign(d,v)),t.fail$data((0,xe.or)(m(),w()));function m(){return c.strictSchema===!1?xe.nil:(0,xe._)`${i} && !${d}`}function w(){const S=l.$async?(0,xe._)`(${v}.async ? await ${d}(${n}) : ${d}(${n}))`:(0,xe._)`${d}(${n})`,P=(0,xe._)`(typeof ${d} == "function" ? ${S} : ${d}.test(${n}))`;return(0,xe._)`${d} && ${d} !== true && ${h} === ${e} && !${P}`}}function y(){const g=f.formats[o];if(!g){m();return}if(g===!0)return;const[v,h,d]=w(g);v===e&&t.pass(S());function m(){if(c.strictSchema===!1){f.logger.warn(P());return}throw new Error(P());function P(){return`unknown format "${o}" ignored in schema at path "${u}"`}}function w(P){const O=P instanceof RegExp?(0,xe.regexpCode)(P):c.code.formats?(0,xe._)`${c.code.formats}${(0,xe.getProperty)(o)}`:void 0,V=r.scopeValue("formats",{key:o,ref:P,code:O});return typeof P=="object"&&!(P instanceof RegExp)?[P.type||"string",P.validate,(0,xe._)`${V}.validate`]:["string",P,V]}function S(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!l.$async)throw new Error("async format in sync schema");return(0,xe._)`await ${d}(${n})`}return typeof h=="function"?(0,xe._)`${d}(${n})`:(0,xe._)`${d}.test(${n})`}}}};si.default=Ym,Object.defineProperty(ni,"__esModule",{value:!0});const Xm=[si.default];ni.default=Xm;var Er={};Object.defineProperty(Er,"__esModule",{value:!0}),Er.contentVocabulary=Er.metadataVocabulary=void 0,Er.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],Er.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"],Object.defineProperty(Eo,"__esModule",{value:!0});const Qm=Po,e_=xo,t_=qo,r_=ni,du=Er,n_=[Qm.default,e_.default,(0,t_.default)(),r_.default,du.metadataVocabulary,du.contentVocabulary];Eo.default=n_;var oi={},us={};Object.defineProperty(us,"__esModule",{value:!0}),us.DiscrError=void 0;var fu;(function(t){t.Tag="tag",t.Mapping="mapping"})(fu||(us.DiscrError=fu={})),Object.defineProperty(oi,"__esModule",{value:!0});const Pr=Q,ii=us,hu=Je,s_=wr,o_=M,i_={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:t,tagName:e}})=>t===ii.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,Pr._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},code(t){const{gen:e,data:r,schema:n,parentSchema:s,it:o}=t,{oneOf:i}=s;if(!o.opts.discriminator)throw new Error("discriminator: requires discriminator option");const 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");const c=e.let("valid",!1),u=e.const("tag",(0,Pr._)`${r}${(0,Pr.getProperty)(a)}`);e.if((0,Pr._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:ii.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){const y=_();e.if(!1);for(const g in y)e.elseIf((0,Pr._)`${u} === ${g}`),e.assign(c,f(y[g]));e.else(),t.error(!1,{discrError:ii.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function f(y){const g=e.name("valid"),v=t.subschema({keyword:"oneOf",schemaProp:y},g);return t.mergeEvaluated(v,Pr.Name),g}function _(){var y;const g={},v=d(s);let h=!0;for(let S=0;S<i.length;S++){let P=i[S];if(P!=null&&P.$ref&&!(0,o_.schemaHasRulesButRef)(P,o.self.RULES)){const V=P.$ref;if(P=hu.resolveRef.call(o.self,o.schemaEnv.root,o.baseId,V),P instanceof hu.SchemaEnv&&(P=P.schema),P===void 0)throw new s_.default(o.opts.uriResolver,o.baseId,V)}const O=(y=P==null?void 0:P.properties)===null||y===void 0?void 0:y[a];if(typeof O!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);h=h&&(v||d(P)),m(O,S)}if(!h)throw new Error(`discriminator: "${a}" must be required`);return g;function d({required:S}){return Array.isArray(S)&&S.includes(a)}function m(S,P){if(S.const)w(S.const,P);else if(S.enum)for(const O of S.enum)w(O,P);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(S,P){if(typeof S!="string"||S in g)throw new Error(`discriminator: "${a}" values must be unique strings`);g[S]=P}}}};oi.default=i_;const a_={$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};(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv=void 0;const r=Ja,n=Eo,s=oi,o=a_,i=["/properties"],a="http://json-schema.org/draft-07/schema";class c extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach(g=>this.addVocabulary(g)),this.opts.discriminator&&this.addKeyword(s.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const g=this.opts.$data?this.$dataMetaSchema(o,i):o;this.addMetaSchema(g,a,!1),this.refs["http://json-schema.org/schema"]=a}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(a)?a:void 0)}}e.Ajv=c,t.exports=e=c,t.exports.Ajv=c,Object.defineProperty(e,"__esModule",{value:!0}),e.default=c;var u=ot;Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var l=Q;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return l._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return l.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return l.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return l.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return l.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return l.CodeGen}});var f=Wr;Object.defineProperty(e,"ValidationError",{enumerable:!0,get:function(){return f.default}});var _=wr;Object.defineProperty(e,"MissingRefError",{enumerable:!0,get:function(){return _.default}})})(no,no.exports);var ai=no.exports;const c_=_r(ai),u_=Object.freeze({status:"aborted"});function T(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(const 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}const s=(r==null?void 0:r.Parent)??Object;class o extends s{}Object.defineProperty(o,"name",{value:t});function i(a){var c;const u=r!=null&&r.Parent?new o:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(const l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>{var c,u;return r!=null&&r.Parent&&a instanceof r.Parent?!0:(u=(c=a==null?void 0:a._zod)==null?void 0:c.traits)==null?void 0:u.has(t)}}),Object.defineProperty(i,"name",{value:t}),i}class tn extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}const pu={};function Ft(t){return pu}function mu(t){const e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,s])=>e.indexOf(+n)===-1).map(([n,s])=>s)}function l_(t,e){return typeof e=="bigint"?e.toString():e}function ci(t){return{get value(){{const e=t();return Object.defineProperty(this,"value",{value:e}),e}}}}function ui(t){return t==null}function li(t){const e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function d_(t,e){const r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}function _e(t,e,r){Object.defineProperty(t,e,{get(){{const n=r();return t[e]=n,n}},set(n){Object.defineProperty(t,e,{value:n})},configurable:!0})}function rn(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function nn(t){return JSON.stringify(t)}const _u=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function ls(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}const f_=ci(()=>{var t;if(typeof navigator<"u"&&((t=navigator==null?void 0:navigator.userAgent)!=null&&t.includes("Cloudflare")))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function ds(t){if(ls(t)===!1)return!1;const e=t.constructor;if(e===void 0)return!0;const r=e.prototype;return!(ls(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}const h_=new Set(["string","number","symbol"]);function sn(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ht(t,e,r){const n=new t._zod.constr(e??t._zod.def);return(!e||r!=null&&r.parent)&&(n._zod.parent=t),n}function D(t){const e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if((e==null?void 0:e.message)!==void 0){if((e==null?void 0: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 p_(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}const m_={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]};function __(t,e){const r={},n=t._zod.def;for(const s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&(r[s]=n.shape[s])}return Ht(t,{...t._zod.def,shape:r,checks:[]})}function g_(t,e){const r={...t._zod.def.shape},n=t._zod.def;for(const s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&delete r[s]}return Ht(t,{...t._zod.def,shape:r,checks:[]})}function v_(t,e){if(!ds(e))throw new Error("Invalid input to extend: expected a plain object");const r={...t._zod.def,get shape(){const n={...t._zod.def.shape,...e};return rn(this,"shape",n),n},checks:[]};return Ht(t,r)}function y_(t,e){return Ht(t,{...t._zod.def,get shape(){const r={...t._zod.def.shape,...e._zod.def.shape};return rn(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function b_(t,e,r){const n=e._zod.def.shape,s={...n};if(r)for(const o in r){if(!(o in n))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=t?new t({type:"optional",innerType:n[o]}):n[o])}else for(const o in n)s[o]=t?new t({type:"optional",innerType:n[o]}):n[o];return Ht(e,{...e._zod.def,shape:s,checks:[]})}function w_(t,e,r){const n=e._zod.def.shape,s={...n};if(r)for(const o in r){if(!(o in s))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=new t({type:"nonoptional",innerType:n[o]}))}else for(const o in n)s[o]=new t({type:"nonoptional",innerType:n[o]});return Ht(e,{...e._zod.def,shape:s,checks:[]})}function on(t,e=0){var r;for(let n=e;n<t.issues.length;n++)if(((r=t.issues[n])==null?void 0:r.continue)!==!0)return!0;return!1}function ar(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function fs(t){return typeof t=="string"?t:t==null?void 0:t.message}function Wt(t,e,r){var s,o,i,a,c,u;const n={...t,path:t.path??[]};if(!t.message){const l=fs((i=(o=(s=t.inst)==null?void 0:s._zod.def)==null?void 0:o.error)==null?void 0:i.call(o,t))??fs((a=e==null?void 0:e.error)==null?void 0:a.call(e,t))??fs((c=r.customError)==null?void 0:c.call(r,t))??fs((u=r.localeError)==null?void 0:u.call(r,t))??"Invalid input";n.message=l}return delete n.inst,delete n.continue,e!=null&&e.reportInput||delete n.input,n}function di(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function an(...t){const[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}const gu=(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,l_,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},vu=T("$ZodError",gu),hs=T("$ZodError",gu,{Parent:Error});function $_(t,e=r=>r.message){const r={},n=[];for(const s of t.issues)s.path.length>0?(r[s.path[0]]=r[s.path[0]]||[],r[s.path[0]].push(e(s))):n.push(e(s));return{formErrors:n,fieldErrors:r}}function S_(t,e){const r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(const i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>s({issues:a}));else if(i.code==="invalid_key")s({issues:i.issues});else if(i.code==="invalid_element")s({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;){const 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 s(t),n}const yu=t=>(e,r,n,s)=>{const o=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise)throw new tn;if(i.issues.length){const a=new((s==null?void 0:s.Err)??t)(i.issues.map(c=>Wt(c,o,Ft())));throw _u(a,s==null?void 0:s.callee),a}return i.value},k_=yu(hs),bu=t=>async(e,r,n,s)=>{const o=n?Object.assign(n,{async:!0}):{async:!0};let i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise&&(i=await i),i.issues.length){const a=new((s==null?void 0:s.Err)??t)(i.issues.map(c=>Wt(c,o,Ft())));throw _u(a,s==null?void 0:s.callee),a}return i.value},E_=bu(hs),wu=t=>(e,r,n)=>{const s=n?{...n,async:!1}:{async:!1},o=e._zod.run({value:r,issues:[]},s);if(o instanceof Promise)throw new tn;return o.issues.length?{success:!1,error:new(t??vu)(o.issues.map(i=>Wt(i,s,Ft())))}:{success:!0,data:o.value}},fi=wu(hs),$u=t=>async(e,r,n)=>{const s=n?Object.assign(n,{async:!0}):{async:!0};let o=e._zod.run({value:r,issues:[]},s);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new t(o.issues.map(i=>Wt(i,s,Ft())))}:{success:!0,data:o.value}},hi=$u(hs),P_=/^[cC][^\s-]{8,}$/,T_=/^[0-9a-z]+$/,x_=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,R_=/^[0-9a-vA-V]{20}$/,I_=/^[A-Za-z0-9]{27}$/,C_=/^[a-zA-Z0-9_-]{21}$/,O_=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,N_=/^([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})$/,Su=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)$/,j_=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,A_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function z_(){return new RegExp(A_,"u")}const M_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Z_=/^(([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})$/,L_=/^((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])$/,U_=/^(([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])$/,D_=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,ku=/^[A-Za-z0-9_-]*$/,q_=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,V_=/^\+(?:[0-9]){6,14}[0-9]$/,Eu="(?:(?:\\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])))",F_=new RegExp(`^${Eu}$`);function Pu(t){const 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 H_(t){return new RegExp(`^${Pu(t)}$`)}function W_(t){const e=Pu({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");const n=`${e}(?:${r.join("|")})`;return new RegExp(`^${Eu}T(?:${n})$`)}const J_=t=>{const e=t?`[\\s\\S]{${(t==null?void 0:t.minimum)??0},${(t==null?void 0:t.maximum)??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)},B_=/^\d+$/,K_=/^-?\d+(?:\.\d+)?/i,G_=/true|false/i,Y_=/^[^A-Z]*$/,X_=/^[^a-z]*$/,Ke=T("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Tu={number:"number",bigint:"bigint",object:"date"},xu=T("$ZodCheckLessThan",(t,e)=>{Ke.init(t,e);const r=Tu[typeof e.value];t._zod.onattach.push(n=>{const s=n._zod.bag,o=(e.inclusive?s.maximum:s.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<o&&(e.inclusive?s.maximum=e.value:s.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})}}),Ru=T("$ZodCheckGreaterThan",(t,e)=>{Ke.init(t,e);const r=Tu[typeof e.value];t._zod.onattach.push(n=>{const s=n._zod.bag,o=(e.inclusive?s.minimum:s.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>o&&(e.inclusive?s.minimum=e.value:s.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})}}),Q_=T("$ZodCheckMultipleOf",(t,e)=>{Ke.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):d_(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})}}),eg=T("$ZodCheckNumberFormat",(t,e)=>{var i;Ke.init(t,e),e.format=e.format||"float64";const r=(i=e.format)==null?void 0:i.includes("int"),n=r?"int":"number",[s,o]=m_[e.format];t._zod.onattach.push(a=>{const c=a._zod.bag;c.format=e.format,c.minimum=s,c.maximum=o,r&&(c.pattern=B_)}),t._zod.check=a=>{const c=a.value;if(r){if(!Number.isInteger(c)){a.issues.push({expected:n,format:e.format,code:"invalid_type",input:c,inst:t});return}if(!Number.isSafeInteger(c)){c>0?a.issues.push({input:c,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort}):a.issues.push({input:c,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}}c<s&&a.issues.push({origin:"number",input:c,code:"too_small",minimum:s,inclusive:!0,inst:t,continue:!e.abort}),c>o&&a.issues.push({origin:"number",input:c,code:"too_big",maximum:o,inst:t})}}),tg=T("$ZodCheckMaxLength",(t,e)=>{var r;Ke.init(t,e),(r=t._zod.def).when??(r.when=n=>{const s=n.value;return!ui(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{const s=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<s&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{const s=n.value;if(s.length<=e.maximum)return;const i=di(s);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),rg=T("$ZodCheckMinLength",(t,e)=>{var r;Ke.init(t,e),(r=t._zod.def).when??(r.when=n=>{const s=n.value;return!ui(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{const s=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>s&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{const s=n.value;if(s.length>=e.minimum)return;const i=di(s);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),ng=T("$ZodCheckLengthEquals",(t,e)=>{var r;Ke.init(t,e),(r=t._zod.def).when??(r.when=n=>{const s=n.value;return!ui(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{const s=n._zod.bag;s.minimum=e.length,s.maximum=e.length,s.length=e.length}),t._zod.check=n=>{const s=n.value,o=s.length;if(o===e.length)return;const i=di(s),a=o>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})}}),ps=T("$ZodCheckStringFormat",(t,e)=>{var r,n;Ke.init(t,e),t._zod.onattach.push(s=>{const o=s._zod.bag;o.format=e.format,e.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=s=>{e.pattern.lastIndex=0,!e.pattern.test(s.value)&&s.issues.push({origin:"string",code:"invalid_format",format:e.format,input:s.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),sg=T("$ZodCheckRegex",(t,e)=>{ps.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})}}),og=T("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Y_),ps.init(t,e)}),ig=T("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=X_),ps.init(t,e)}),ag=T("$ZodCheckIncludes",(t,e)=>{Ke.init(t,e);const r=sn(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(s=>{const o=s._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),t._zod.check=s=>{s.value.includes(e.includes,e.position)||s.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:s.value,inst:t,continue:!e.abort})}}),cg=T("$ZodCheckStartsWith",(t,e)=>{Ke.init(t,e);const r=new RegExp(`^${sn(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{const s=n._zod.bag;s.patterns??(s.patterns=new Set),s.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})}}),ug=T("$ZodCheckEndsWith",(t,e)=>{Ke.init(t,e);const r=new RegExp(`.*${sn(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{const s=n._zod.bag;s.patterns??(s.patterns=new Set),s.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})}}),lg=T("$ZodCheckOverwrite",(t,e)=>{Ke.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});class dg{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}const n=e.split(`
|
|
9
|
-
`).filter(i=>i),s=Math.min(...n.map(i=>i.length-i.trimStart().length)),o=n.map(i=>i.slice(s)).map(i=>" ".repeat(this.indent*2)+i);for(const i of o)this.content.push(i)}compile(){const e=Function,r=this
|
|
10
|
-
`))}}const
|
|
8
|
+
deps: ${l}}`};const s={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(c){const[u,l]=o(c);i(c,u),a(c,l)}};function o({schema:c}){const u={},l={};for(const d in c){if(d==="__proto__")continue;const p=Array.isArray(c[d])?u:l;p[d]=c[d]}return[u,l]}function i(c,u=c.schema){const{gen:l,data:d,it:p}=c;if(Object.keys(u).length===0)return;const _=l.let("missing");for(const m in u){const g=u[m];if(g.length===0)continue;const f=(0,n.propertyInData)(l,d,m,p.opts.ownProperties);c.setParams({property:m,depsCount:g.length,deps:g.join(", ")}),p.allErrors?l.if(f,()=>{for(const v of g)(0,n.checkReportMissingProp)(c,v)}):(l.if((0,e._)`${f} && (${(0,n.checkMissingProp)(c,g,_)})`),(0,n.reportMissingProp)(c,_),l.else())}}t.validatePropertyDeps=i;function a(c,u=c.schema){const{gen:l,data:d,keyword:p,it:_}=c,m=l.name("valid");for(const g in u)(0,r.alwaysValidSchema)(_,u[g])||(l.if((0,n.propertyInData)(l,d,g,_.opts.ownProperties),()=>{const f=c.subschema({keyword:p,schemaProp:g},m);c.mergeValidEvaluated(f,m)},()=>l.var(m,!0)),c.ok(m))}t.validateSchemaDeps=a,t.default=s})(ei)),ei}var bs={},gu;function Yf(){if(gu)return bs;gu=1,Object.defineProperty(bs,"__esModule",{value:!0});const t=fe(),e=be(),n={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:s})=>(0,t._)`{propertyName: ${s.propertyName}}`},code(s){const{gen:o,schema:i,data:a,it:c}=s;if((0,e.alwaysValidSchema)(c,i))return;const u=o.name("valid");o.forIn("key",a,l=>{s.setParams({propertyName:l}),s.subschema({keyword:"propertyNames",data:l,dataTypes:["string"],propertyName:l,compositeRule:!0},u),o.if((0,t.not)(u),()=>{s.error(!0),c.allErrors||o.break()})}),s.ok(u)}};return bs.default=n,bs}var $s={},vu;function yu(){if(vu)return $s;vu=1,Object.defineProperty($s,"__esModule",{value:!0});const t=yt(),e=fe(),r=Bt(),n=be(),o={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:i})=>(0,e._)`{additionalProperty: ${i.additionalProperty}}`},code(i){const{gen:a,schema:c,parentSchema:u,data:l,errsCount:d,it:p}=i;if(!d)throw new Error("ajv implementation error");const{allErrors:_,opts:m}=p;if(p.props=!0,m.removeAdditional!=="all"&&(0,n.alwaysValidSchema)(p,c))return;const g=(0,t.allSchemaProperties)(u.properties),f=(0,t.allSchemaProperties)(u.patternProperties);v(),i.ok((0,e._)`${d} === ${r.default.errors}`);function v(){a.forIn("key",l,S=>{!g.length&&!f.length?$(S):a.if(h(S),()=>$(S))})}function h(S){let T;if(g.length>8){const N=(0,n.schemaRefOrVal)(p,u.properties,"properties");T=(0,t.isOwnProperty)(a,N,S)}else g.length?T=(0,e.or)(...g.map(N=>(0,e._)`${S} === ${N}`)):T=e.nil;return f.length&&(T=(0,e.or)(T,...f.map(N=>(0,e._)`${(0,t.usePattern)(i,N)}.test(${S})`))),(0,e.not)(T)}function w(S){a.code((0,e._)`delete ${l}[${S}]`)}function $(S){if(m.removeAdditional==="all"||m.removeAdditional&&c===!1){w(S);return}if(c===!1){i.setParams({additionalProperty:S}),i.error(),_||a.break();return}if(typeof c=="object"&&!(0,n.alwaysValidSchema)(p,c)){const T=a.name("valid");m.removeAdditional==="failing"?(b(S,T,!1),a.if((0,e.not)(T),()=>{i.reset(),w(S)})):(b(S,T),_||a.if((0,e.not)(T),()=>a.break()))}}function b(S,T,N){const j={keyword:"additionalProperties",dataProp:S,dataPropType:n.Type.Str};N===!1&&Object.assign(j,{compositeRule:!0,createErrors:!1,allErrors:!1}),i.subschema(j,T)}}};return $s.default=o,$s}var Ss={},wu;function Qf(){if(wu)return Ss;wu=1,Object.defineProperty(Ss,"__esModule",{value:!0});const t=Gn(),e=yt(),r=be(),n=yu(),s={keyword:"properties",type:"object",schemaType:"object",code(o){const{gen:i,schema:a,parentSchema:c,data:u,it:l}=o;l.opts.removeAdditional==="all"&&c.additionalProperties===void 0&&n.default.code(new t.KeywordCxt(l,n.default,"additionalProperties"));const d=(0,e.allSchemaProperties)(a);for(const f of d)l.definedProperties.add(f);l.opts.unevaluated&&d.length&&l.props!==!0&&(l.props=r.mergeEvaluated.props(i,(0,r.toHash)(d),l.props));const p=d.filter(f=>!(0,r.alwaysValidSchema)(l,a[f]));if(p.length===0)return;const _=i.name("valid");for(const f of p)m(f)?g(f):(i.if((0,e.propertyInData)(i,u,f,l.opts.ownProperties)),g(f),l.allErrors||i.else().var(_,!0),i.endIf()),o.it.definedProperties.add(f),o.ok(_);function m(f){return l.opts.useDefaults&&!l.compositeRule&&a[f].default!==void 0}function g(f){o.subschema({keyword:"properties",schemaProp:f,dataProp:f},_)}}};return Ss.default=s,Ss}var ks={},bu;function Xf(){if(bu)return ks;bu=1,Object.defineProperty(ks,"__esModule",{value:!0});const t=yt(),e=fe(),r=be(),n=be(),s={keyword:"patternProperties",type:"object",schemaType:"object",code(o){const{gen:i,schema:a,data:c,parentSchema:u,it:l}=o,{opts:d}=l,p=(0,t.allSchemaProperties)(a),_=p.filter($=>(0,r.alwaysValidSchema)(l,a[$]));if(p.length===0||_.length===p.length&&(!l.opts.unevaluated||l.props===!0))return;const m=d.strictSchema&&!d.allowMatchingProperties&&u.properties,g=i.name("valid");l.props!==!0&&!(l.props instanceof e.Name)&&(l.props=(0,n.evaluatedPropsToName)(i,l.props));const{props:f}=l;v();function v(){for(const $ of p)m&&h($),l.allErrors?w($):(i.var(g,!0),w($),i.if(g))}function h($){for(const b in m)new RegExp($).test(b)&&(0,r.checkStrictMode)(l,`property ${b} matches pattern ${$} (use allowMatchingProperties)`)}function w($){i.forIn("key",c,b=>{i.if((0,e._)`${(0,t.usePattern)(o,$)}.test(${b})`,()=>{const S=_.includes($);S||o.subschema({keyword:"patternProperties",schemaProp:$,dataProp:b,dataPropType:n.Type.Str},g),l.opts.unevaluated&&f!==!0?i.assign((0,e._)`${f}[${b}]`,!0):!S&&!l.allErrors&&i.if((0,e.not)(g),()=>i.break())})})}}};return ks.default=s,ks}var Ts={},$u;function ep(){if($u)return Ts;$u=1,Object.defineProperty(Ts,"__esModule",{value:!0});const t=be(),e={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(r){const{gen:n,schema:s,it:o}=r;if((0,t.alwaysValidSchema)(o,s)){r.fail();return}const i=n.name("valid");r.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},i),r.failResult(i,()=>r.reset(),()=>r.error())},error:{message:"must NOT be valid"}};return Ts.default=e,Ts}var Rs={},Su;function tp(){if(Su)return Rs;Su=1,Object.defineProperty(Rs,"__esModule",{value:!0});const e={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:yt().validateUnion,error:{message:"must match a schema in anyOf"}};return Rs.default=e,Rs}var Es={},ku;function rp(){if(ku)return Es;ku=1,Object.defineProperty(Es,"__esModule",{value:!0});const t=fe(),e=be(),n={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:s})=>(0,t._)`{passingSchemas: ${s.passing}}`},code(s){const{gen:o,schema:i,parentSchema:a,it:c}=s;if(!Array.isArray(i))throw new Error("ajv implementation error");if(c.opts.discriminator&&a.discriminator)return;const u=i,l=o.let("valid",!1),d=o.let("passing",null),p=o.name("_valid");s.setParams({passing:d}),o.block(_),s.result(l,()=>s.reset(),()=>s.error(!0));function _(){u.forEach((m,g)=>{let f;(0,e.alwaysValidSchema)(c,m)?o.var(p,!0):f=s.subschema({keyword:"oneOf",schemaProp:g,compositeRule:!0},p),g>0&&o.if((0,t._)`${p} && ${l}`).assign(l,!1).assign(d,(0,t._)`[${d}, ${g}]`).else(),o.if(p,()=>{o.assign(l,!0),o.assign(d,g),f&&s.mergeEvaluated(f,t.Name)})})}}};return Es.default=n,Es}var Ps={},Tu;function np(){if(Tu)return Ps;Tu=1,Object.defineProperty(Ps,"__esModule",{value:!0});const t=be(),e={keyword:"allOf",schemaType:"array",code(r){const{gen:n,schema:s,it:o}=r;if(!Array.isArray(s))throw new Error("ajv implementation error");const i=n.name("valid");s.forEach((a,c)=>{if((0,t.alwaysValidSchema)(o,a))return;const u=r.subschema({keyword:"allOf",schemaProp:c},i);r.ok(i),r.mergeEvaluated(u)})}};return Ps.default=e,Ps}var xs={},Ru;function sp(){if(Ru)return xs;Ru=1,Object.defineProperty(xs,"__esModule",{value:!0});const t=fe(),e=be(),n={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:o})=>(0,t.str)`must match "${o.ifClause}" schema`,params:({params:o})=>(0,t._)`{failingKeyword: ${o.ifClause}}`},code(o){const{gen:i,parentSchema:a,it:c}=o;a.then===void 0&&a.else===void 0&&(0,e.checkStrictMode)(c,'"if" without "then" and "else" is ignored');const u=s(c,"then"),l=s(c,"else");if(!u&&!l)return;const d=i.let("valid",!0),p=i.name("_valid");if(_(),o.reset(),u&&l){const g=i.let("ifClause");o.setParams({ifClause:g}),i.if(p,m("then",g),m("else",g))}else u?i.if(p,m("then")):i.if((0,t.not)(p),m("else"));o.pass(d,()=>o.error(!0));function _(){const g=o.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},p);o.mergeEvaluated(g)}function m(g,f){return()=>{const v=o.subschema({keyword:g},p);i.assign(d,p),o.mergeValidEvaluated(v,d),f?i.assign(f,(0,t._)`${g}`):o.setParams({ifClause:g})}}}};function s(o,i){const a=o.schema[i];return a!==void 0&&!(0,e.alwaysValidSchema)(o,a)}return xs.default=n,xs}var Is={},Eu;function op(){if(Eu)return Is;Eu=1,Object.defineProperty(Is,"__esModule",{value:!0});const t=be(),e={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:r,parentSchema:n,it:s}){n.if===void 0&&(0,t.checkStrictMode)(s,`"${r}" without "if" is ignored`)}};return Is.default=e,Is}var Pu;function ip(){if(Pu)return gs;Pu=1,Object.defineProperty(gs,"__esModule",{value:!0});const t=lu(),e=Jf(),r=hu(),n=Bf(),s=Kf(),o=Gf(),i=Yf(),a=yu(),c=Qf(),u=Xf(),l=ep(),d=tp(),p=rp(),_=np(),m=sp(),g=op();function f(v=!1){const h=[l.default,d.default,p.default,_.default,m.default,g.default,i.default,a.default,o.default,c.default,u.default];return v?h.push(e.default,n.default):h.push(t.default,r.default),h.push(s.default),h}return gs.default=f,gs}var Cs={},Os={},xu;function ap(){if(xu)return Os;xu=1,Object.defineProperty(Os,"__esModule",{value:!0});const t=fe(),r={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:n})=>(0,t.str)`must match format "${n}"`,params:({schemaCode:n})=>(0,t._)`{format: ${n}}`},code(n,s){const{gen:o,data:i,$data:a,schema:c,schemaCode:u,it:l}=n,{opts:d,errSchemaPath:p,schemaEnv:_,self:m}=l;if(!d.validateFormats)return;a?g():f();function g(){const v=o.scopeValue("formats",{ref:m.formats,code:d.code.formats}),h=o.const("fDef",(0,t._)`${v}[${u}]`),w=o.let("fType"),$=o.let("format");o.if((0,t._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>o.assign(w,(0,t._)`${h}.type || "string"`).assign($,(0,t._)`${h}.validate`),()=>o.assign(w,(0,t._)`"string"`).assign($,h)),n.fail$data((0,t.or)(b(),S()));function b(){return d.strictSchema===!1?t.nil:(0,t._)`${u} && !${$}`}function S(){const T=_.$async?(0,t._)`(${h}.async ? await ${$}(${i}) : ${$}(${i}))`:(0,t._)`${$}(${i})`,N=(0,t._)`(typeof ${$} == "function" ? ${T} : ${$}.test(${i}))`;return(0,t._)`${$} && ${$} !== true && ${w} === ${s} && !${N}`}}function f(){const v=m.formats[c];if(!v){b();return}if(v===!0)return;const[h,w,$]=S(v);h===s&&n.pass(T());function b(){if(d.strictSchema===!1){m.logger.warn(N());return}throw new Error(N());function N(){return`unknown format "${c}" ignored in schema at path "${p}"`}}function S(N){const j=N instanceof RegExp?(0,t.regexpCode)(N):d.code.formats?(0,t._)`${d.code.formats}${(0,t.getProperty)(c)}`:void 0,F=o.scopeValue("formats",{key:c,ref:N,code:j});return typeof N=="object"&&!(N instanceof RegExp)?[N.type||"string",N.validate,(0,t._)`${F}.validate`]:["string",N,F]}function T(){if(typeof v=="object"&&!(v instanceof RegExp)&&v.async){if(!_.$async)throw new Error("async format in sync schema");return(0,t._)`await ${$}(${i})`}return typeof w=="function"?(0,t._)`${$}(${i})`:(0,t._)`${$}.test(${i})`}}}};return Os.default=r,Os}var Iu;function cp(){if(Iu)return Cs;Iu=1,Object.defineProperty(Cs,"__esModule",{value:!0});const e=[ap().default];return Cs.default=e,Cs}var dr={},Cu;function up(){return Cu||(Cu=1,Object.defineProperty(dr,"__esModule",{value:!0}),dr.contentVocabulary=dr.metadataVocabulary=void 0,dr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],dr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]),dr}var Ou;function lp(){if(Ou)return ts;Ou=1,Object.defineProperty(ts,"__esModule",{value:!0});const t=Af(),e=Wf(),r=ip(),n=cp(),s=up(),o=[t.default,e.default,(0,r.default)(),n.default,s.metadataVocabulary,s.contentVocabulary];return ts.default=o,ts}var Ns={},Gr={},Nu;function dp(){if(Nu)return Gr;Nu=1,Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.DiscrError=void 0;var t;return(function(e){e.Tag="tag",e.Mapping="mapping"})(t||(Gr.DiscrError=t={})),Gr}var Au;function hp(){if(Au)return Ns;Au=1,Object.defineProperty(Ns,"__esModule",{value:!0});const t=fe(),e=dp(),r=Go(),n=Xn(),s=be(),i={keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:a,tagName:c}})=>a===e.DiscrError.Tag?`tag "${c}" must be string`:`value of tag "${c}" must be in oneOf`,params:({params:{discrError:a,tag:c,tagName:u}})=>(0,t._)`{error: ${a}, tag: ${u}, tagValue: ${c}}`},code(a){const{gen:c,data:u,schema:l,parentSchema:d,it:p}=a,{oneOf:_}=d;if(!p.opts.discriminator)throw new Error("discriminator: requires discriminator option");const m=l.propertyName;if(typeof m!="string")throw new Error("discriminator: requires propertyName");if(l.mapping)throw new Error("discriminator: mapping is not supported");if(!_)throw new Error("discriminator: requires oneOf keyword");const g=c.let("valid",!1),f=c.const("tag",(0,t._)`${u}${(0,t.getProperty)(m)}`);c.if((0,t._)`typeof ${f} == "string"`,()=>v(),()=>a.error(!1,{discrError:e.DiscrError.Tag,tag:f,tagName:m})),a.ok(g);function v(){const $=w();c.if(!1);for(const b in $)c.elseIf((0,t._)`${f} === ${b}`),c.assign(g,h($[b]));c.else(),a.error(!1,{discrError:e.DiscrError.Mapping,tag:f,tagName:m}),c.endIf()}function h($){const b=c.name("valid"),S=a.subschema({keyword:"oneOf",schemaProp:$},b);return a.mergeEvaluated(S,t.Name),b}function w(){var $;const b={},S=N(d);let T=!0;for(let q=0;q<_.length;q++){let W=_[q];if(W?.$ref&&!(0,s.schemaHasRulesButRef)(W,p.self.RULES)){const G=W.$ref;if(W=r.resolveRef.call(p.self,p.schemaEnv.root,p.baseId,G),W instanceof r.SchemaEnv&&(W=W.schema),W===void 0)throw new n.default(p.opts.uriResolver,p.baseId,G)}const K=($=W?.properties)===null||$===void 0?void 0:$[m];if(typeof K!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${m}"`);T=T&&(S||N(W)),j(K,q)}if(!T)throw new Error(`discriminator: "${m}" must be required`);return b;function N({required:q}){return Array.isArray(q)&&q.includes(m)}function j(q,W){if(q.const)F(q.const,W);else if(q.enum)for(const K of q.enum)F(K,W);else throw new Error(`discriminator: "properties/${m}" must have "const" or "enum"`)}function F(q,W){if(typeof q!="string"||q in b)throw new Error(`discriminator: "${m}" values must be unique strings`);b[q]=W}}}};return Ns.default=i,Ns}const fp={$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 Mu;function ju(){return Mu||(Mu=1,(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv=void 0;const r=Cf(),n=lp(),s=hp(),o=fp,i=["/properties"],a="http://json-schema.org/draft-07/schema";class c extends r.default{_addVocabularies(){super._addVocabularies(),n.default.forEach(m=>this.addVocabulary(m)),this.opts.discriminator&&this.addKeyword(s.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const m=this.opts.$data?this.$dataMetaSchema(o,i):o;this.addMetaSchema(m,a,!1),this.refs["http://json-schema.org/schema"]=a}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(a)?a:void 0)}}e.Ajv=c,t.exports=e=c,t.exports.Ajv=c,Object.defineProperty(e,"__esModule",{value:!0}),e.default=c;var u=Gn();Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var l=fe();Object.defineProperty(e,"_",{enumerable:!0,get:function(){return l._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return l.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return l.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return l.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return l.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return l.CodeGen}});var d=Ko();Object.defineProperty(e,"ValidationError",{enumerable:!0,get:function(){return d.default}});var p=Xn();Object.defineProperty(e,"MissingRefError",{enumerable:!0,get:function(){return p.default}})})(Hn,Hn.exports)),Hn.exports}var qu=ju();const zu=kr(qu),Uu=Object.freeze({status:"aborted"});function A(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(const 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}const s=r?.Parent??Object;class o extends s{}Object.defineProperty(o,"name",{value:t});function i(a){var c;const u=r?.Parent?new o:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(const 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}class Yr extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}const Lu={};function Gt(t){return Lu}function Zu(t){const e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,s])=>e.indexOf(+n)===-1).map(([n,s])=>s)}function pp(t,e){return typeof e=="bigint"?e.toString():e}function ti(t){return{get value(){{const e=t();return Object.defineProperty(this,"value",{value:e}),e}}}}function ri(t){return t==null}function ni(t){const e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function mp(t,e){const r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}function Oe(t,e,r){Object.defineProperty(t,e,{get(){{const n=r();return t[e]=n,n}},set(n){Object.defineProperty(t,e,{value:n})},configurable:!0})}function Qr(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function Xr(t){return JSON.stringify(t)}const Du=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function As(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}const _p=ti(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const t=Function;return new t(""),!0}catch{return!1}});function Ms(t){if(As(t)===!1)return!1;const e=t.constructor;if(e===void 0)return!0;const r=e.prototype;return!(As(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}const gp=new Set(["string","number","symbol"]);function en(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Yt(t,e,r){const n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function Y(t){const 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 vp(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}const yp={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]};function wp(t,e){const r={},n=t._zod.def;for(const s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&(r[s]=n.shape[s])}return Yt(t,{...t._zod.def,shape:r,checks:[]})}function bp(t,e){const r={...t._zod.def.shape},n=t._zod.def;for(const s in e){if(!(s in n.shape))throw new Error(`Unrecognized key: "${s}"`);e[s]&&delete r[s]}return Yt(t,{...t._zod.def,shape:r,checks:[]})}function $p(t,e){if(!Ms(e))throw new Error("Invalid input to extend: expected a plain object");const r={...t._zod.def,get shape(){const n={...t._zod.def.shape,...e};return Qr(this,"shape",n),n},checks:[]};return Yt(t,r)}function Sp(t,e){return Yt(t,{...t._zod.def,get shape(){const r={...t._zod.def.shape,...e._zod.def.shape};return Qr(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function kp(t,e,r){const n=e._zod.def.shape,s={...n};if(r)for(const o in r){if(!(o in n))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=t?new t({type:"optional",innerType:n[o]}):n[o])}else for(const o in n)s[o]=t?new t({type:"optional",innerType:n[o]}):n[o];return Yt(e,{...e._zod.def,shape:s,checks:[]})}function Tp(t,e,r){const n=e._zod.def.shape,s={...n};if(r)for(const o in r){if(!(o in s))throw new Error(`Unrecognized key: "${o}"`);r[o]&&(s[o]=new t({type:"nonoptional",innerType:n[o]}))}else for(const o in n)s[o]=new t({type:"nonoptional",innerType:n[o]});return Yt(e,{...e._zod.def,shape:s,checks:[]})}function tn(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function hr(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function js(t){return typeof t=="string"?t:t?.message}function Qt(t,e,r){const n={...t,path:t.path??[]};if(!t.message){const s=js(t.inst?._zod.def?.error?.(t))??js(e?.error?.(t))??js(r.customError?.(t))??js(r.localeError?.(t))??"Invalid input";n.message=s}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function si(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function rn(...t){const[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}const Vu=(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,pp,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Hu=A("$ZodError",Vu),qs=A("$ZodError",Vu,{Parent:Error});function Rp(t,e=r=>r.message){const r={},n=[];for(const s of t.issues)s.path.length>0?(r[s.path[0]]=r[s.path[0]]||[],r[s.path[0]].push(e(s))):n.push(e(s));return{formErrors:n,fieldErrors:r}}function Ep(t,e){const r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(const i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>s({issues:a}));else if(i.code==="invalid_key")s({issues:i.issues});else if(i.code==="invalid_element")s({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;){const 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 s(t),n}const Fu=t=>(e,r,n,s)=>{const o=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise)throw new Yr;if(i.issues.length){const a=new(s?.Err??t)(i.issues.map(c=>Qt(c,o,Gt())));throw Du(a,s?.callee),a}return i.value},Pp=Fu(qs),Wu=t=>async(e,r,n,s)=>{const o=n?Object.assign(n,{async:!0}):{async:!0};let i=e._zod.run({value:r,issues:[]},o);if(i instanceof Promise&&(i=await i),i.issues.length){const a=new(s?.Err??t)(i.issues.map(c=>Qt(c,o,Gt())));throw Du(a,s?.callee),a}return i.value},xp=Wu(qs),Ju=t=>(e,r,n)=>{const s=n?{...n,async:!1}:{async:!1},o=e._zod.run({value:r,issues:[]},s);if(o instanceof Promise)throw new Yr;return o.issues.length?{success:!1,error:new(t??Hu)(o.issues.map(i=>Qt(i,s,Gt())))}:{success:!0,data:o.value}},zs=Ju(qs),Bu=t=>async(e,r,n)=>{const s=n?Object.assign(n,{async:!0}):{async:!0};let o=e._zod.run({value:r,issues:[]},s);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new t(o.issues.map(i=>Qt(i,s,Gt())))}:{success:!0,data:o.value}},oi=Bu(qs),Ip=/^[cC][^\s-]{8,}$/,Cp=/^[0-9a-z]+$/,Op=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Np=/^[0-9a-vA-V]{20}$/,Ap=/^[A-Za-z0-9]{27}$/,Mp=/^[a-zA-Z0-9_-]{21}$/,jp=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,qp=/^([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})$/,Ku=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)$/,zp=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Up="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Lp(){return new RegExp(Up,"u")}const Zp=/^(?:(?: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])$/,Dp=/^(([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})$/,Vp=/^((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])$/,Hp=/^(([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])$/,Fp=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Gu=/^[A-Za-z0-9_-]*$/,Wp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,Jp=/^\+(?:[0-9]){6,14}[0-9]$/,Yu="(?:(?:\\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])))",Bp=new RegExp(`^${Yu}$`);function Qu(t){const 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 Kp(t){return new RegExp(`^${Qu(t)}$`)}function Gp(t){const e=Qu({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");const n=`${e}(?:${r.join("|")})`;return new RegExp(`^${Yu}T(?:${n})$`)}const Yp=t=>{const e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)},Qp=/^\d+$/,Xp=/^-?\d+(?:\.\d+)?/i,em=/true|false/i,tm=/null/i,rm=/^[^A-Z]*$/,nm=/^[^a-z]*$/,nt=A("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Xu={number:"number",bigint:"bigint",object:"date"},el=A("$ZodCheckLessThan",(t,e)=>{nt.init(t,e);const r=Xu[typeof e.value];t._zod.onattach.push(n=>{const s=n._zod.bag,o=(e.inclusive?s.maximum:s.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<o&&(e.inclusive?s.maximum=e.value:s.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})}}),tl=A("$ZodCheckGreaterThan",(t,e)=>{nt.init(t,e);const r=Xu[typeof e.value];t._zod.onattach.push(n=>{const s=n._zod.bag,o=(e.inclusive?s.minimum:s.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>o&&(e.inclusive?s.minimum=e.value:s.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})}}),sm=A("$ZodCheckMultipleOf",(t,e)=>{nt.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):mp(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})}}),om=A("$ZodCheckNumberFormat",(t,e)=>{nt.init(t,e),e.format=e.format||"float64";const r=e.format?.includes("int"),n=r?"int":"number",[s,o]=yp[e.format];t._zod.onattach.push(i=>{const a=i._zod.bag;a.format=e.format,a.minimum=s,a.maximum=o,r&&(a.pattern=Qp)}),t._zod.check=i=>{const 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<s&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:s,inclusive:!0,inst:t,continue:!e.abort}),a>o&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:o,inst:t})}}),im=A("$ZodCheckMaxLength",(t,e)=>{var r;nt.init(t,e),(r=t._zod.def).when??(r.when=n=>{const s=n.value;return!ri(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{const s=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<s&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{const s=n.value;if(s.length<=e.maximum)return;const i=si(s);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),am=A("$ZodCheckMinLength",(t,e)=>{var r;nt.init(t,e),(r=t._zod.def).when??(r.when=n=>{const s=n.value;return!ri(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{const s=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>s&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{const s=n.value;if(s.length>=e.minimum)return;const i=si(s);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:s,inst:t,continue:!e.abort})}}),cm=A("$ZodCheckLengthEquals",(t,e)=>{var r;nt.init(t,e),(r=t._zod.def).when??(r.when=n=>{const s=n.value;return!ri(s)&&s.length!==void 0}),t._zod.onattach.push(n=>{const s=n._zod.bag;s.minimum=e.length,s.maximum=e.length,s.length=e.length}),t._zod.check=n=>{const s=n.value,o=s.length;if(o===e.length)return;const i=si(s),a=o>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})}}),Us=A("$ZodCheckStringFormat",(t,e)=>{var r,n;nt.init(t,e),t._zod.onattach.push(s=>{const o=s._zod.bag;o.format=e.format,e.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=s=>{e.pattern.lastIndex=0,!e.pattern.test(s.value)&&s.issues.push({origin:"string",code:"invalid_format",format:e.format,input:s.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),um=A("$ZodCheckRegex",(t,e)=>{Us.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})}}),lm=A("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=rm),Us.init(t,e)}),dm=A("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=nm),Us.init(t,e)}),hm=A("$ZodCheckIncludes",(t,e)=>{nt.init(t,e);const r=en(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(s=>{const o=s._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),t._zod.check=s=>{s.value.includes(e.includes,e.position)||s.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:s.value,inst:t,continue:!e.abort})}}),fm=A("$ZodCheckStartsWith",(t,e)=>{nt.init(t,e);const r=new RegExp(`^${en(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{const s=n._zod.bag;s.patterns??(s.patterns=new Set),s.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})}}),pm=A("$ZodCheckEndsWith",(t,e)=>{nt.init(t,e);const r=new RegExp(`.*${en(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{const s=n._zod.bag;s.patterns??(s.patterns=new Set),s.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})}}),mm=A("$ZodCheckOverwrite",(t,e)=>{nt.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});class _m{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}const n=e.split(`
|
|
9
|
+
`).filter(i=>i),s=Math.min(...n.map(i=>i.length-i.trimStart().length)),o=n.map(i=>i.slice(s)).map(i=>" ".repeat(this.indent*2)+i);for(const i of o)this.content.push(i)}compile(){const e=Function,r=this?.args,s=[...(this?.content??[""]).map(o=>` ${o}`)];return new e(...r,s.join(`
|
|
10
|
+
`))}}const gm={major:4,minor:0,patch:0},Ie=A("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=gm;const n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(const s of n)for(const o of s._zod.onattach)o(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{const s=(o,i,a)=>{let c=tn(o),u;for(const l of i){if(l._zod.def.when){if(!l._zod.def.when(o))continue}else if(c)continue;const d=o.issues.length,p=l._zod.check(o);if(p instanceof Promise&&a?.async===!1)throw new Yr;if(u||p instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await p,o.issues.length!==d&&(c||(c=tn(o,d)))});else{if(o.issues.length===d)continue;c||(c=tn(o,d))}}return u?u.then(()=>o):o};t._zod.run=(o,i)=>{const a=t._zod.parse(o,i);if(a instanceof Promise){if(i.async===!1)throw new Yr;return a.then(c=>s(c,n,i))}return s(a,n,i)}}t["~standard"]={validate:s=>{try{const o=zs(t,s);return o.success?{value:o.data}:{issues:o.error?.issues}}catch{return oi(t,s).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),ii=A("$ZodString",(t,e)=>{Ie.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??Yp(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}}),Ne=A("$ZodStringFormat",(t,e)=>{Us.init(t,e),ii.init(t,e)}),vm=A("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=qp),Ne.init(t,e)}),ym=A("$ZodUUID",(t,e)=>{if(e.version){const 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=Ku(n))}else e.pattern??(e.pattern=Ku());Ne.init(t,e)}),wm=A("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=zp),Ne.init(t,e)}),bm=A("$ZodURL",(t,e)=>{Ne.init(t,e),t._zod.check=r=>{try{const n=r.value,s=new URL(n),o=s.href;e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(s.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:Wp.source,input:r.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(s.protocol.endsWith(":")?s.protocol.slice(0,-1):s.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("/")&&o.endsWith("/")?r.value=o.slice(0,-1):r.value=o;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:t,continue:!e.abort})}}}),$m=A("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Lp()),Ne.init(t,e)}),Sm=A("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Mp),Ne.init(t,e)}),km=A("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=Ip),Ne.init(t,e)}),Tm=A("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=Cp),Ne.init(t,e)}),Rm=A("$ZodULID",(t,e)=>{e.pattern??(e.pattern=Op),Ne.init(t,e)}),Em=A("$ZodXID",(t,e)=>{e.pattern??(e.pattern=Np),Ne.init(t,e)}),Pm=A("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=Ap),Ne.init(t,e)}),xm=A("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Gp(e)),Ne.init(t,e)}),Im=A("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=Bp),Ne.init(t,e)}),Cm=A("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=Kp(e)),Ne.init(t,e)}),Om=A("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=jp),Ne.init(t,e)}),Nm=A("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Zp),Ne.init(t,e),t._zod.onattach.push(r=>{const n=r._zod.bag;n.format="ipv4"})}),Am=A("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Dp),Ne.init(t,e),t._zod.onattach.push(r=>{const 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})}}}),Mm=A("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Vp),Ne.init(t,e)}),jm=A("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=Hp),Ne.init(t,e),t._zod.check=r=>{const[n,s]=r.value.split("/");try{if(!s)throw new Error;const o=Number(s);if(`${o}`!==s)throw new Error;if(o<0||o>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 rl(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}const qm=A("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=Fp),Ne.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{rl(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function zm(t){if(!Gu.test(t))return!1;const e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return rl(r)}const Um=A("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Gu),Ne.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{zm(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),Lm=A("$ZodE164",(t,e)=>{e.pattern??(e.pattern=Jp),Ne.init(t,e)});function Zm(t,e=null){try{const r=t.split(".");if(r.length!==3)return!1;const[n]=r;if(!n)return!1;const s=JSON.parse(atob(n));return!("typ"in s&&s?.typ!=="JWT"||!s.alg||e&&(!("alg"in s)||s.alg!==e))}catch{return!1}}const Dm=A("$ZodJWT",(t,e)=>{Ne.init(t,e),t._zod.check=r=>{Zm(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}}),nl=A("$ZodNumber",(t,e)=>{Ie.init(t,e),t._zod.pattern=t._zod.bag.pattern??Xp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}const s=r.value;if(typeof s=="number"&&!Number.isNaN(s)&&Number.isFinite(s))return r;const o=typeof s=="number"?Number.isNaN(s)?"NaN":Number.isFinite(s)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:s,inst:t,...o?{received:o}:{}}),r}}),Vm=A("$ZodNumber",(t,e)=>{om.init(t,e),nl.init(t,e)}),Hm=A("$ZodBoolean",(t,e)=>{Ie.init(t,e),t._zod.pattern=em,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=!!r.value}catch{}const s=r.value;return typeof s=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:s,inst:t}),r}}),Fm=A("$ZodNull",(t,e)=>{Ie.init(t,e),t._zod.pattern=tm,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{const s=r.value;return s===null||r.issues.push({expected:"null",code:"invalid_type",input:s,inst:t}),r}}),Wm=A("$ZodAny",(t,e)=>{Ie.init(t,e),t._zod.parse=r=>r}),Jm=A("$ZodUnknown",(t,e)=>{Ie.init(t,e),t._zod.parse=r=>r}),Bm=A("$ZodNever",(t,e)=>{Ie.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function sl(t,e,r){t.issues.length&&e.issues.push(...hr(r,t.issues)),e.value[r]=t.value}const Km=A("$ZodArray",(t,e)=>{Ie.init(t,e),t._zod.parse=(r,n)=>{const s=r.value;if(!Array.isArray(s))return r.issues.push({expected:"array",code:"invalid_type",input:s,inst:t}),r;r.value=Array(s.length);const o=[];for(let i=0;i<s.length;i++){const a=s[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?o.push(c.then(u=>sl(u,r,i))):sl(c,r,i)}return o.length?Promise.all(o).then(()=>r):r}});function Ls(t,e,r){t.issues.length&&e.issues.push(...hr(r,t.issues)),e.value[r]=t.value}function ol(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(...hr(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}const il=A("$ZodObject",(t,e)=>{Ie.init(t,e);const r=ti(()=>{const d=Object.keys(e.shape);for(const _ of d)if(!(e.shape[_]instanceof Ie))throw new Error(`Invalid element at key "${_}": expected a Zod schema`);const p=vp(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(p)}});Oe(t._zod,"propValues",()=>{const d=e.shape,p={};for(const _ in d){const m=d[_]._zod;if(m.values){p[_]??(p[_]=new Set);for(const g of m.values)p[_].add(g)}}return p});const n=d=>{const p=new _m(["shape","payload","ctx"]),_=r.value,m=h=>{const w=Xr(h);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};p.write("const input = payload.value;");const g=Object.create(null);let f=0;for(const h of _.keys)g[h]=`key_${f++}`;p.write("const newResult = {}");for(const h of _.keys)if(_.optionalKeys.has(h)){const w=g[h];p.write(`const ${w} = ${m(h)};`);const $=Xr(h);p.write(`
|
|
11
11
|
if (${w}.issues.length) {
|
|
12
|
-
if (input[${
|
|
13
|
-
if (${
|
|
14
|
-
newResult[${
|
|
12
|
+
if (input[${$}] === undefined) {
|
|
13
|
+
if (${$} in input) {
|
|
14
|
+
newResult[${$}] = undefined;
|
|
15
15
|
}
|
|
16
16
|
} else {
|
|
17
17
|
payload.issues = payload.issues.concat(
|
|
18
18
|
${w}.issues.map((iss) => ({
|
|
19
19
|
...iss,
|
|
20
|
-
path: iss.path ? [${
|
|
20
|
+
path: iss.path ? [${$}, ...iss.path] : [${$}],
|
|
21
21
|
}))
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
} else if (${w}.value === undefined) {
|
|
25
|
-
if (${
|
|
25
|
+
if (${$} in input) newResult[${$}] = undefined;
|
|
26
26
|
} else {
|
|
27
|
-
newResult[${
|
|
27
|
+
newResult[${$}] = ${w}.value;
|
|
28
28
|
}
|
|
29
|
-
`)}else{const w=
|
|
29
|
+
`)}else{const w=g[h];p.write(`const ${w} = ${m(h)};`),p.write(`
|
|
30
30
|
if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
|
|
31
31
|
...iss,
|
|
32
|
-
path: iss.path ? [${
|
|
33
|
-
})));`),_.write(`newResult[${nn(m)}] = ${w}.value`)}_.write("payload.value = newResult;"),_.write("return payload;");const d=_.compile();return(m,w)=>d(f,m,w)};let s;const o=ls,i=!pu.jitless,c=i&&f_.value,u=e.catchall;let l;t._zod.parse=(f,_)=>{l??(l=r.value);const y=f.value;if(!o(y))return f.issues.push({expected:"object",code:"invalid_type",input:y,inst:t}),f;const g=[];if(i&&c&&(_==null?void 0:_.async)===!1&&_.jitless!==!0)s||(s=n(e.shape)),f=s(f,_);else{f.value={};const w=l.shape;for(const S of l.keys){const P=w[S],O=P._zod.run({value:y[S],issues:[]},_),V=P._zod.optin==="optional"&&P._zod.optout==="optional";O instanceof Promise?g.push(O.then(ce=>V?Nu(ce,f,S,y):ms(ce,f,S))):V?Nu(O,f,S,y):ms(O,f,S)}}if(!u)return g.length?Promise.all(g).then(()=>f):f;const v=[],h=l.keySet,d=u._zod,m=d.def.type;for(const w of Object.keys(y)){if(h.has(w))continue;if(m==="never"){v.push(w);continue}const S=d.run({value:y[w],issues:[]},_);S instanceof Promise?g.push(S.then(P=>ms(P,f,w))):ms(S,f,w)}return v.length&&f.issues.push({code:"unrecognized_keys",keys:v,input:y,inst:t}),g.length?Promise.all(g).then(()=>f):f}});function Au(t,e,r,n){for(const s of t)if(s.issues.length===0)return e.value=s.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(s=>s.issues.map(o=>Wt(o,n,Ft())))}),e}const zu=T("$ZodUnion",(t,e)=>{ge.init(t,e),_e(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),_e(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),_e(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),_e(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){const r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>li(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let s=!1;const o=[];for(const i of e.options){const a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)o.push(a),s=!0;else{if(a.issues.length===0)return a;o.push(a)}}return s?Promise.all(o).then(i=>Au(i,r,t,n)):Au(o,r,t,n)}}),Fg=T("$ZodDiscriminatedUnion",(t,e)=>{zu.init(t,e);const r=t._zod.parse;_e(t._zod,"propValues",()=>{const s={};for(const o of e.options){const i=o._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(o)}"`);for(const[a,c]of Object.entries(i)){s[a]||(s[a]=new Set);for(const u of c)s[a].add(u)}}return s});const n=ci(()=>{const s=e.options,o=new Map;for(const i of s){const 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(const c of a){if(o.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);o.set(c,i)}}return o});t._zod.parse=(s,o)=>{const i=s.value;if(!ls(i))return s.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),s;const a=n.value.get(i==null?void 0:i[e.discriminator]);return a?a._zod.run(s,o):e.unionFallback?r(s,o):(s.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),s)}}),Hg=T("$ZodIntersection",(t,e)=>{ge.init(t,e),t._zod.parse=(r,n)=>{const s=r.value,o=e.left._zod.run({value:s,issues:[]},n),i=e.right._zod.run({value:s,issues:[]},n);return o instanceof Promise||i instanceof Promise?Promise.all([o,i]).then(([c,u])=>Mu(r,c,u)):Mu(r,o,i)}});function mi(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(ds(t)&&ds(e)){const r=Object.keys(e),n=Object.keys(t).filter(o=>r.indexOf(o)!==-1),s={...t,...e};for(const o of n){const i=mi(t[o],e[o]);if(!i.valid)return{valid:!1,mergeErrorPath:[o,...i.mergeErrorPath]};s[o]=i.data}return{valid:!0,data:s}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};const r=[];for(let n=0;n<t.length;n++){const s=t[n],o=e[n],i=mi(s,o);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function Mu(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),on(t))return t;const n=mi(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}const Wg=T("$ZodRecord",(t,e)=>{ge.init(t,e),t._zod.parse=(r,n)=>{const s=r.value;if(!ds(s))return r.issues.push({expected:"record",code:"invalid_type",input:s,inst:t}),r;const o=[];if(e.keyType._zod.values){const i=e.keyType._zod.values;r.value={};for(const c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){const u=e.valueType._zod.run({value:s[c],issues:[]},n);u instanceof Promise?o.push(u.then(l=>{l.issues.length&&r.issues.push(...ar(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...ar(c,u.issues)),r.value[c]=u.value)}let a;for(const c in s)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:s,inst:t,keys:a})}else{r.value={};for(const i of Reflect.ownKeys(s)){if(i==="__proto__")continue;const 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=>Wt(u,n,Ft())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}const c=e.valueType._zod.run({value:s[i],issues:[]},n);c instanceof Promise?o.push(c.then(u=>{u.issues.length&&r.issues.push(...ar(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...ar(i,c.issues)),r.value[a.value]=c.value)}}return o.length?Promise.all(o).then(()=>r):r}}),Jg=T("$ZodEnum",(t,e)=>{ge.init(t,e);const r=mu(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>h_.has(typeof n)).map(n=>typeof n=="string"?sn(n):n.toString()).join("|")})$`),t._zod.parse=(n,s)=>{const o=n.value;return t._zod.values.has(o)||n.issues.push({code:"invalid_value",values:r,input:o,inst:t}),n}}),Bg=T("$ZodLiteral",(t,e)=>{ge.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?sn(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{const s=r.value;return t._zod.values.has(s)||r.issues.push({code:"invalid_value",values:e.values,input:s,inst:t}),r}}),Kg=T("$ZodTransform",(t,e)=>{ge.init(t,e),t._zod.parse=(r,n)=>{const s=e.transform(r.value,r);if(n.async)return(s instanceof Promise?s:Promise.resolve(s)).then(i=>(r.value=i,r));if(s instanceof Promise)throw new tn;return r.value=s,r}}),Gg=T("$ZodOptional",(t,e)=>{ge.init(t,e),t._zod.optin="optional",t._zod.optout="optional",_e(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),_e(t._zod,"pattern",()=>{const r=e.innerType._zod.pattern;return r?new RegExp(`^(${li(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)}),Yg=T("$ZodNullable",(t,e)=>{ge.init(t,e),_e(t._zod,"optin",()=>e.innerType._zod.optin),_e(t._zod,"optout",()=>e.innerType._zod.optout),_e(t._zod,"pattern",()=>{const r=e.innerType._zod.pattern;return r?new RegExp(`^(${li(r.source)}|null)$`):void 0}),_e(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)}),Xg=T("$ZodDefault",(t,e)=>{ge.init(t,e),t._zod.optin="optional",_e(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>Zu(o,e)):Zu(s,e)}});function Zu(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}const Qg=T("$ZodPrefault",(t,e)=>{ge.init(t,e),t._zod.optin="optional",_e(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))}),ev=T("$ZodNonOptional",(t,e)=>{ge.init(t,e),_e(t._zod,"values",()=>{const r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>Lu(o,t)):Lu(s,t)}});function Lu(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}const tv=T("$ZodCatch",(t,e)=>{ge.init(t,e),t._zod.optin="optional",_e(t._zod,"optout",()=>e.innerType._zod.optout),_e(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(i=>Wt(i,n,Ft()))},input:r.value}),r.issues=[]),r)):(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(o=>Wt(o,n,Ft()))},input:r.value}),r.issues=[]),r)}}),rv=T("$ZodPipe",(t,e)=>{ge.init(t,e),_e(t._zod,"values",()=>e.in._zod.values),_e(t._zod,"optin",()=>e.in._zod.optin),_e(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{const s=e.in._zod.run(r,n);return s instanceof Promise?s.then(o=>Uu(o,e,n)):Uu(s,e,n)}});function Uu(t,e,r){return on(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}const nv=T("$ZodReadonly",(t,e)=>{ge.init(t,e),_e(t._zod,"propValues",()=>e.innerType._zod.propValues),_e(t._zod,"values",()=>e.innerType._zod.values),_e(t._zod,"optin",()=>e.innerType._zod.optin),_e(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(Du):Du(s)}});function Du(t){return t.value=Object.freeze(t.value),t}const sv=T("$ZodCustom",(t,e)=>{Ke.init(t,e),ge.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{const n=r.value,s=e.fn(n);if(s instanceof Promise)return s.then(o=>qu(o,r,n,t));qu(s,r,n,t)}});function qu(t,e,r,n){if(!t){const s={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(s.params=n._zod.def.params),e.issues.push(an(s))}}class Vu{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){const 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){const 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){const r=e._zod.parent;if(r){const 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 ov(){return new Vu}const cn=ov();function iv(t,e){return new t({type:"string",...D(e)})}function av(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...D(e)})}function Fu(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...D(e)})}function cv(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...D(e)})}function uv(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...D(e)})}function lv(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...D(e)})}function dv(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...D(e)})}function Hu(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...D(e)})}function fv(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...D(e)})}function hv(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...D(e)})}function pv(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...D(e)})}function mv(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...D(e)})}function _v(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...D(e)})}function gv(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...D(e)})}function vv(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...D(e)})}function yv(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...D(e)})}function bv(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...D(e)})}function wv(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...D(e)})}function $v(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...D(e)})}function Sv(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...D(e)})}function kv(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...D(e)})}function Ev(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...D(e)})}function Pv(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...D(e)})}function Tv(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...D(e)})}function xv(t,e){return new t({type:"string",format:"date",check:"string_format",...D(e)})}function Rv(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...D(e)})}function Iv(t,e){return new t({type:"string",format:"duration",check:"string_format",...D(e)})}function Cv(t,e){return new t({type:"number",checks:[],...D(e)})}function Ov(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...D(e)})}function Nv(t,e){return new t({type:"boolean",...D(e)})}function jv(t){return new t({type:"any"})}function Av(t){return new t({type:"unknown"})}function zv(t,e){return new t({type:"never",...D(e)})}function Wu(t,e){return new xu({check:"less_than",...D(e),value:t,inclusive:!1})}function _i(t,e){return new xu({check:"less_than",...D(e),value:t,inclusive:!0})}function Ju(t,e){return new Ru({check:"greater_than",...D(e),value:t,inclusive:!1})}function gi(t,e){return new Ru({check:"greater_than",...D(e),value:t,inclusive:!0})}function Bu(t,e){return new Q_({check:"multiple_of",...D(e),value:t})}function Ku(t,e){return new tg({check:"max_length",...D(e),maximum:t})}function _s(t,e){return new rg({check:"min_length",...D(e),minimum:t})}function Gu(t,e){return new ng({check:"length_equals",...D(e),length:t})}function Mv(t,e){return new sg({check:"string_format",format:"regex",...D(e),pattern:t})}function Zv(t){return new og({check:"string_format",format:"lowercase",...D(t)})}function Lv(t){return new ig({check:"string_format",format:"uppercase",...D(t)})}function Uv(t,e){return new ag({check:"string_format",format:"includes",...D(e),includes:t})}function Dv(t,e){return new cg({check:"string_format",format:"starts_with",...D(e),prefix:t})}function qv(t,e){return new ug({check:"string_format",format:"ends_with",...D(e),suffix:t})}function un(t){return new lg({check:"overwrite",tx:t})}function Vv(t){return un(e=>e.normalize(t))}function Fv(){return un(t=>t.trim())}function Hv(){return un(t=>t.toLowerCase())}function Wv(){return un(t=>t.toUpperCase())}function Jv(t,e,r){return new t({type:"array",element:e,...D(r)})}function Bv(t,e,r){const n=D(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function Kv(t,e,r){return new t({type:"custom",check:"custom",fn:e,...D(r)})}class Yu{constructor(e){this.counter=0,this.metadataRegistry=(e==null?void 0:e.metadata)??cn,this.target=(e==null?void 0:e.target)??"draft-2020-12",this.unrepresentable=(e==null?void 0:e.unrepresentable)??"throw",this.override=(e==null?void 0:e.override)??(()=>{}),this.io=(e==null?void 0:e.io)??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var f,_,y;var n;const s=e._zod.def,o={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;const a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);const c=(_=(f=e._zod).toJSONSchema)==null?void 0:_.call(f);if(c)a.schema=c;else{const g={...r,schemaPath:[...r.schemaPath,e],path:r.path},v=e._zod.parent;if(v)a.ref=v,this.process(v,g),this.seen.get(v).isParent=!0;else{const h=a.schema;switch(s.type){case"string":{const d=h;d.type="string";const{minimum:m,maximum:w,format:S,patterns:P,contentEncoding:O}=e._zod.bag;if(typeof m=="number"&&(d.minLength=m),typeof w=="number"&&(d.maxLength=w),S&&(d.format=o[S]??S,d.format===""&&delete d.format),O&&(d.contentEncoding=O),P&&P.size>0){const V=[...P];V.length===1?d.pattern=V[0].source:V.length>1&&(a.schema.allOf=[...V.map(ce=>({...this.target==="draft-7"?{type:"string"}:{},pattern:ce.source}))])}break}case"number":{const d=h,{minimum:m,maximum:w,format:S,multipleOf:P,exclusiveMaximum:O,exclusiveMinimum:V}=e._zod.bag;typeof S=="string"&&S.includes("int")?d.type="integer":d.type="number",typeof V=="number"&&(d.exclusiveMinimum=V),typeof m=="number"&&(d.minimum=m,typeof V=="number"&&(V>=m?delete d.minimum:delete d.exclusiveMinimum)),typeof O=="number"&&(d.exclusiveMaximum=O),typeof w=="number"&&(d.maximum=w,typeof O=="number"&&(O<=w?delete d.maximum:delete d.exclusiveMaximum)),typeof P=="number"&&(d.multipleOf=P);break}case"boolean":{const d=h;d.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{h.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{h.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{const d=h,{minimum:m,maximum:w}=e._zod.bag;typeof m=="number"&&(d.minItems=m),typeof w=="number"&&(d.maxItems=w),d.type="array",d.items=this.process(s.element,{...g,path:[...g.path,"items"]});break}case"object":{const d=h;d.type="object",d.properties={};const m=s.shape;for(const P in m)d.properties[P]=this.process(m[P],{...g,path:[...g.path,"properties",P]});const w=new Set(Object.keys(m)),S=new Set([...w].filter(P=>{const O=s.shape[P]._zod;return this.io==="input"?O.optin===void 0:O.optout===void 0}));S.size>0&&(d.required=Array.from(S)),((y=s.catchall)==null?void 0:y._zod.def.type)==="never"?d.additionalProperties=!1:s.catchall?s.catchall&&(d.additionalProperties=this.process(s.catchall,{...g,path:[...g.path,"additionalProperties"]})):this.io==="output"&&(d.additionalProperties=!1);break}case"union":{const d=h;d.anyOf=s.options.map((m,w)=>this.process(m,{...g,path:[...g.path,"anyOf",w]}));break}case"intersection":{const d=h,m=this.process(s.left,{...g,path:[...g.path,"allOf",0]}),w=this.process(s.right,{...g,path:[...g.path,"allOf",1]}),S=O=>"allOf"in O&&Object.keys(O).length===1,P=[...S(m)?m.allOf:[m],...S(w)?w.allOf:[w]];d.allOf=P;break}case"tuple":{const d=h;d.type="array";const m=s.items.map((P,O)=>this.process(P,{...g,path:[...g.path,"prefixItems",O]}));if(this.target==="draft-2020-12"?d.prefixItems=m:d.items=m,s.rest){const P=this.process(s.rest,{...g,path:[...g.path,"items"]});this.target==="draft-2020-12"?d.items=P:d.additionalItems=P}s.rest&&(d.items=this.process(s.rest,{...g,path:[...g.path,"items"]}));const{minimum:w,maximum:S}=e._zod.bag;typeof w=="number"&&(d.minItems=w),typeof S=="number"&&(d.maxItems=S);break}case"record":{const d=h;d.type="object",d.propertyNames=this.process(s.keyType,{...g,path:[...g.path,"propertyNames"]}),d.additionalProperties=this.process(s.valueType,{...g,path:[...g.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":{const d=h,m=mu(s.entries);m.every(w=>typeof w=="number")&&(d.type="number"),m.every(w=>typeof w=="string")&&(d.type="string"),d.enum=m;break}case"literal":{const d=h,m=[];for(const w of s.values)if(w===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof w=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");m.push(Number(w))}else m.push(w);if(m.length!==0)if(m.length===1){const w=m[0];d.type=w===null?"null":typeof w,d.const=w}else m.every(w=>typeof w=="number")&&(d.type="number"),m.every(w=>typeof w=="string")&&(d.type="string"),m.every(w=>typeof w=="boolean")&&(d.type="string"),m.every(w=>w===null)&&(d.type="null"),d.enum=m;break}case"file":{const d=h,m={type:"string",format:"binary",contentEncoding:"binary"},{minimum:w,maximum:S,mime:P}=e._zod.bag;w!==void 0&&(m.minLength=w),S!==void 0&&(m.maxLength=S),P?P.length===1?(m.contentMediaType=P[0],Object.assign(d,m)):d.anyOf=P.map(O=>({...m,contentMediaType:O})):Object.assign(d,m);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{const d=this.process(s.innerType,g);h.anyOf=[d,{type:"null"}];break}case"nonoptional":{this.process(s.innerType,g),a.ref=s.innerType;break}case"success":{const d=h;d.type="boolean";break}case"default":{this.process(s.innerType,g),a.ref=s.innerType,h.default=JSON.parse(JSON.stringify(s.defaultValue));break}case"prefault":{this.process(s.innerType,g),a.ref=s.innerType,this.io==="input"&&(h._prefault=JSON.parse(JSON.stringify(s.defaultValue)));break}case"catch":{this.process(s.innerType,g),a.ref=s.innerType;let d;try{d=s.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}h.default=d;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{const d=h,m=e._zod.pattern;if(!m)throw new Error("Pattern not found in template literal");d.type="string",d.pattern=m.source;break}case"pipe":{const d=this.io==="input"?s.in._zod.def.type==="transform"?s.out:s.in:s.out;this.process(d,g),a.ref=d;break}case"readonly":{this.process(s.innerType,g),a.ref=s.innerType,h.readOnly=!0;break}case"promise":{this.process(s.innerType,g),a.ref=s.innerType;break}case"optional":{this.process(s.innerType,g),a.ref=s.innerType;break}case"lazy":{const d=e._zod.innerType;this.process(d,g),a.ref=d;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}}}}const u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&Ne(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){var l,f,_,y,g,v;const n={cycles:(r==null?void 0:r.cycles)??"ref",reused:(r==null?void 0:r.reused)??"inline",external:(r==null?void 0:r.external)??void 0},s=this.seen.get(e);if(!s)throw new Error("Unprocessed schema. This is a bug in Zod.");const o=h=>{var P;const d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){const O=(P=n.external.registry.get(h[0]))==null?void 0:P.id,V=n.external.uri??(G=>G);if(O)return{ref:V(O)};const ce=h[1].defId??h[1].schema.id??`schema${this.counter++}`;return h[1].defId=ce,{defId:ce,ref:`${V("__shared")}#/${d}/${ce}`}}if(h[1]===s)return{ref:"#"};const w=`#/${d}/`,S=h[1].schema.id??`__schema${this.counter++}`;return{defId:S,ref:w+S}},i=h=>{if(h[1].schema.$ref)return;const d=h[1],{ref:m,defId:w}=o(h);d.def={...d.schema},w&&(d.defId=w);const S=d.schema;for(const P in S)delete S[P];S.$ref=m};if(n.cycles==="throw")for(const h of this.seen.entries()){const d=h[1];if(d.cycle)throw new Error(`Cycle detected: #/${(l=d.cycle)==null?void 0:l.join("/")}/<root>
|
|
32
|
+
path: iss.path ? [${Xr(h)}, ...iss.path] : [${Xr(h)}]
|
|
33
|
+
})));`),p.write(`newResult[${Xr(h)}] = ${w}.value`)}p.write("payload.value = newResult;"),p.write("return payload;");const v=p.compile();return(h,w)=>v(d,h,w)};let s;const o=As,i=!Lu.jitless,c=i&&_p.value,u=e.catchall;let l;t._zod.parse=(d,p)=>{l??(l=r.value);const _=d.value;if(!o(_))return d.issues.push({expected:"object",code:"invalid_type",input:_,inst:t}),d;const m=[];if(i&&c&&p?.async===!1&&p.jitless!==!0)s||(s=n(e.shape)),d=s(d,p);else{d.value={};const w=l.shape;for(const $ of l.keys){const b=w[$],S=b._zod.run({value:_[$],issues:[]},p),T=b._zod.optin==="optional"&&b._zod.optout==="optional";S instanceof Promise?m.push(S.then(N=>T?ol(N,d,$,_):Ls(N,d,$))):T?ol(S,d,$,_):Ls(S,d,$)}}if(!u)return m.length?Promise.all(m).then(()=>d):d;const g=[],f=l.keySet,v=u._zod,h=v.def.type;for(const w of Object.keys(_)){if(f.has(w))continue;if(h==="never"){g.push(w);continue}const $=v.run({value:_[w],issues:[]},p);$ instanceof Promise?m.push($.then(b=>Ls(b,d,w))):Ls($,d,w)}return g.length&&d.issues.push({code:"unrecognized_keys",keys:g,input:_,inst:t}),m.length?Promise.all(m).then(()=>d):d}});function al(t,e,r,n){for(const s of t)if(s.issues.length===0)return e.value=s.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(s=>s.issues.map(o=>Qt(o,n,Gt())))}),e}const cl=A("$ZodUnion",(t,e)=>{Ie.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)){const r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>ni(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let s=!1;const o=[];for(const i of e.options){const a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)o.push(a),s=!0;else{if(a.issues.length===0)return a;o.push(a)}}return s?Promise.all(o).then(i=>al(i,r,t,n)):al(o,r,t,n)}}),Gm=A("$ZodDiscriminatedUnion",(t,e)=>{cl.init(t,e);const r=t._zod.parse;Oe(t._zod,"propValues",()=>{const s={};for(const o of e.options){const i=o._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(o)}"`);for(const[a,c]of Object.entries(i)){s[a]||(s[a]=new Set);for(const u of c)s[a].add(u)}}return s});const n=ti(()=>{const s=e.options,o=new Map;for(const i of s){const 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(const c of a){if(o.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);o.set(c,i)}}return o});t._zod.parse=(s,o)=>{const i=s.value;if(!As(i))return s.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),s;const a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(s,o):e.unionFallback?r(s,o):(s.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),s)}}),Ym=A("$ZodIntersection",(t,e)=>{Ie.init(t,e),t._zod.parse=(r,n)=>{const s=r.value,o=e.left._zod.run({value:s,issues:[]},n),i=e.right._zod.run({value:s,issues:[]},n);return o instanceof Promise||i instanceof Promise?Promise.all([o,i]).then(([c,u])=>ul(r,c,u)):ul(r,o,i)}});function ai(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(Ms(t)&&Ms(e)){const r=Object.keys(e),n=Object.keys(t).filter(o=>r.indexOf(o)!==-1),s={...t,...e};for(const o of n){const i=ai(t[o],e[o]);if(!i.valid)return{valid:!1,mergeErrorPath:[o,...i.mergeErrorPath]};s[o]=i.data}return{valid:!0,data:s}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};const r=[];for(let n=0;n<t.length;n++){const s=t[n],o=e[n],i=ai(s,o);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function ul(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),tn(t))return t;const n=ai(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}const Qm=A("$ZodRecord",(t,e)=>{Ie.init(t,e),t._zod.parse=(r,n)=>{const s=r.value;if(!Ms(s))return r.issues.push({expected:"record",code:"invalid_type",input:s,inst:t}),r;const o=[];if(e.keyType._zod.values){const i=e.keyType._zod.values;r.value={};for(const c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){const u=e.valueType._zod.run({value:s[c],issues:[]},n);u instanceof Promise?o.push(u.then(l=>{l.issues.length&&r.issues.push(...hr(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...hr(c,u.issues)),r.value[c]=u.value)}let a;for(const c in s)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:s,inst:t,keys:a})}else{r.value={};for(const i of Reflect.ownKeys(s)){if(i==="__proto__")continue;const 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=>Qt(u,n,Gt())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}const c=e.valueType._zod.run({value:s[i],issues:[]},n);c instanceof Promise?o.push(c.then(u=>{u.issues.length&&r.issues.push(...hr(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...hr(i,c.issues)),r.value[a.value]=c.value)}}return o.length?Promise.all(o).then(()=>r):r}}),Xm=A("$ZodEnum",(t,e)=>{Ie.init(t,e);const r=Zu(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>gp.has(typeof n)).map(n=>typeof n=="string"?en(n):n.toString()).join("|")})$`),t._zod.parse=(n,s)=>{const o=n.value;return t._zod.values.has(o)||n.issues.push({code:"invalid_value",values:r,input:o,inst:t}),n}}),e_=A("$ZodLiteral",(t,e)=>{Ie.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?en(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{const s=r.value;return t._zod.values.has(s)||r.issues.push({code:"invalid_value",values:e.values,input:s,inst:t}),r}}),t_=A("$ZodTransform",(t,e)=>{Ie.init(t,e),t._zod.parse=(r,n)=>{const s=e.transform(r.value,r);if(n.async)return(s instanceof Promise?s:Promise.resolve(s)).then(i=>(r.value=i,r));if(s instanceof Promise)throw new Yr;return r.value=s,r}}),r_=A("$ZodOptional",(t,e)=>{Ie.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",()=>{const r=e.innerType._zod.pattern;return r?new RegExp(`^(${ni(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)}),n_=A("$ZodNullable",(t,e)=>{Ie.init(t,e),Oe(t._zod,"optin",()=>e.innerType._zod.optin),Oe(t._zod,"optout",()=>e.innerType._zod.optout),Oe(t._zod,"pattern",()=>{const r=e.innerType._zod.pattern;return r?new RegExp(`^(${ni(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)}),s_=A("$ZodDefault",(t,e)=>{Ie.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;const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>ll(o,e)):ll(s,e)}});function ll(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}const o_=A("$ZodPrefault",(t,e)=>{Ie.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))}),i_=A("$ZodNonOptional",(t,e)=>{Ie.init(t,e),Oe(t._zod,"values",()=>{const r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>dl(o,t)):dl(s,t)}});function dl(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}const a_=A("$ZodCatch",(t,e)=>{Ie.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)=>{const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(o=>(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(i=>Qt(i,n,Gt()))},input:r.value}),r.issues=[]),r)):(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(o=>Qt(o,n,Gt()))},input:r.value}),r.issues=[]),r)}}),c_=A("$ZodPipe",(t,e)=>{Ie.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)=>{const s=e.in._zod.run(r,n);return s instanceof Promise?s.then(o=>hl(o,e,n)):hl(s,e,n)}});function hl(t,e,r){return tn(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}const u_=A("$ZodReadonly",(t,e)=>{Ie.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)=>{const s=e.innerType._zod.run(r,n);return s instanceof Promise?s.then(fl):fl(s)}});function fl(t){return t.value=Object.freeze(t.value),t}const l_=A("$ZodCustom",(t,e)=>{nt.init(t,e),Ie.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{const n=r.value,s=e.fn(n);if(s instanceof Promise)return s.then(o=>pl(o,r,n,t));pl(s,r,n,t)}});function pl(t,e,r,n){if(!t){const s={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(s.params=n._zod.def.params),e.issues.push(rn(s))}}class ml{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){const 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){const 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){const r=e._zod.parent;if(r){const 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 d_(){return new ml}const nn=d_();function h_(t,e){return new t({type:"string",...Y(e)})}function f_(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...Y(e)})}function _l(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...Y(e)})}function p_(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...Y(e)})}function m_(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...Y(e)})}function __(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...Y(e)})}function g_(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...Y(e)})}function gl(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...Y(e)})}function v_(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...Y(e)})}function y_(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...Y(e)})}function w_(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...Y(e)})}function b_(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...Y(e)})}function $_(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...Y(e)})}function S_(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...Y(e)})}function k_(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...Y(e)})}function T_(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...Y(e)})}function R_(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...Y(e)})}function E_(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...Y(e)})}function P_(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...Y(e)})}function x_(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...Y(e)})}function I_(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...Y(e)})}function C_(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...Y(e)})}function O_(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...Y(e)})}function N_(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...Y(e)})}function A_(t,e){return new t({type:"string",format:"date",check:"string_format",...Y(e)})}function M_(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...Y(e)})}function j_(t,e){return new t({type:"string",format:"duration",check:"string_format",...Y(e)})}function q_(t,e){return new t({type:"number",checks:[],...Y(e)})}function z_(t,e){return new t({type:"number",coerce:!0,checks:[],...Y(e)})}function U_(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...Y(e)})}function L_(t,e){return new t({type:"boolean",...Y(e)})}function Z_(t,e){return new t({type:"null",...Y(e)})}function D_(t){return new t({type:"any"})}function V_(t){return new t({type:"unknown"})}function H_(t,e){return new t({type:"never",...Y(e)})}function vl(t,e){return new el({check:"less_than",...Y(e),value:t,inclusive:!1})}function ci(t,e){return new el({check:"less_than",...Y(e),value:t,inclusive:!0})}function yl(t,e){return new tl({check:"greater_than",...Y(e),value:t,inclusive:!1})}function ui(t,e){return new tl({check:"greater_than",...Y(e),value:t,inclusive:!0})}function wl(t,e){return new sm({check:"multiple_of",...Y(e),value:t})}function bl(t,e){return new im({check:"max_length",...Y(e),maximum:t})}function Zs(t,e){return new am({check:"min_length",...Y(e),minimum:t})}function $l(t,e){return new cm({check:"length_equals",...Y(e),length:t})}function F_(t,e){return new um({check:"string_format",format:"regex",...Y(e),pattern:t})}function W_(t){return new lm({check:"string_format",format:"lowercase",...Y(t)})}function J_(t){return new dm({check:"string_format",format:"uppercase",...Y(t)})}function B_(t,e){return new hm({check:"string_format",format:"includes",...Y(e),includes:t})}function K_(t,e){return new fm({check:"string_format",format:"starts_with",...Y(e),prefix:t})}function G_(t,e){return new pm({check:"string_format",format:"ends_with",...Y(e),suffix:t})}function sn(t){return new mm({check:"overwrite",tx:t})}function Y_(t){return sn(e=>e.normalize(t))}function Q_(){return sn(t=>t.trim())}function X_(){return sn(t=>t.toLowerCase())}function eg(){return sn(t=>t.toUpperCase())}function tg(t,e,r){return new t({type:"array",element:e,...Y(r)})}function rg(t,e,r){const n=Y(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function ng(t,e,r){return new t({type:"custom",check:"custom",fn:e,...Y(r)})}class Sl{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??nn,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;const s=e._zod.def,o={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;const a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);const c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{const d={...r,schemaPath:[...r.schemaPath,e],path:r.path},p=e._zod.parent;if(p)a.ref=p,this.process(p,d),this.seen.get(p).isParent=!0;else{const _=a.schema;switch(s.type){case"string":{const m=_;m.type="string";const{minimum:g,maximum:f,format:v,patterns:h,contentEncoding:w}=e._zod.bag;if(typeof g=="number"&&(m.minLength=g),typeof f=="number"&&(m.maxLength=f),v&&(m.format=o[v]??v,m.format===""&&delete m.format),w&&(m.contentEncoding=w),h&&h.size>0){const $=[...h];$.length===1?m.pattern=$[0].source:$.length>1&&(a.schema.allOf=[...$.map(b=>({...this.target==="draft-7"?{type:"string"}:{},pattern:b.source}))])}break}case"number":{const m=_,{minimum:g,maximum:f,format:v,multipleOf:h,exclusiveMaximum:w,exclusiveMinimum:$}=e._zod.bag;typeof v=="string"&&v.includes("int")?m.type="integer":m.type="number",typeof $=="number"&&(m.exclusiveMinimum=$),typeof g=="number"&&(m.minimum=g,typeof $=="number"&&($>=g?delete m.minimum:delete m.exclusiveMinimum)),typeof w=="number"&&(m.exclusiveMaximum=w),typeof f=="number"&&(m.maximum=f,typeof w=="number"&&(w<=f?delete m.maximum:delete m.exclusiveMaximum)),typeof h=="number"&&(m.multipleOf=h);break}case"boolean":{const m=_;m.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":{_.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":{_.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{const m=_,{minimum:g,maximum:f}=e._zod.bag;typeof g=="number"&&(m.minItems=g),typeof f=="number"&&(m.maxItems=f),m.type="array",m.items=this.process(s.element,{...d,path:[...d.path,"items"]});break}case"object":{const m=_;m.type="object",m.properties={};const g=s.shape;for(const h in g)m.properties[h]=this.process(g[h],{...d,path:[...d.path,"properties",h]});const f=new Set(Object.keys(g)),v=new Set([...f].filter(h=>{const w=s.shape[h]._zod;return this.io==="input"?w.optin===void 0:w.optout===void 0}));v.size>0&&(m.required=Array.from(v)),s.catchall?._zod.def.type==="never"?m.additionalProperties=!1:s.catchall?s.catchall&&(m.additionalProperties=this.process(s.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(m.additionalProperties=!1);break}case"union":{const m=_;m.anyOf=s.options.map((g,f)=>this.process(g,{...d,path:[...d.path,"anyOf",f]}));break}case"intersection":{const m=_,g=this.process(s.left,{...d,path:[...d.path,"allOf",0]}),f=this.process(s.right,{...d,path:[...d.path,"allOf",1]}),v=w=>"allOf"in w&&Object.keys(w).length===1,h=[...v(g)?g.allOf:[g],...v(f)?f.allOf:[f]];m.allOf=h;break}case"tuple":{const m=_;m.type="array";const g=s.items.map((h,w)=>this.process(h,{...d,path:[...d.path,"prefixItems",w]}));if(this.target==="draft-2020-12"?m.prefixItems=g:m.items=g,s.rest){const h=this.process(s.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?m.items=h:m.additionalItems=h}s.rest&&(m.items=this.process(s.rest,{...d,path:[...d.path,"items"]}));const{minimum:f,maximum:v}=e._zod.bag;typeof f=="number"&&(m.minItems=f),typeof v=="number"&&(m.maxItems=v);break}case"record":{const m=_;m.type="object",m.propertyNames=this.process(s.keyType,{...d,path:[...d.path,"propertyNames"]}),m.additionalProperties=this.process(s.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":{const m=_,g=Zu(s.entries);g.every(f=>typeof f=="number")&&(m.type="number"),g.every(f=>typeof f=="string")&&(m.type="string"),m.enum=g;break}case"literal":{const m=_,g=[];for(const f of s.values)if(f===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof f=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");g.push(Number(f))}else g.push(f);if(g.length!==0)if(g.length===1){const f=g[0];m.type=f===null?"null":typeof f,m.const=f}else g.every(f=>typeof f=="number")&&(m.type="number"),g.every(f=>typeof f=="string")&&(m.type="string"),g.every(f=>typeof f=="boolean")&&(m.type="string"),g.every(f=>f===null)&&(m.type="null"),m.enum=g;break}case"file":{const m=_,g={type:"string",format:"binary",contentEncoding:"binary"},{minimum:f,maximum:v,mime:h}=e._zod.bag;f!==void 0&&(g.minLength=f),v!==void 0&&(g.maxLength=v),h?h.length===1?(g.contentMediaType=h[0],Object.assign(m,g)):m.anyOf=h.map(w=>({...g,contentMediaType:w})):Object.assign(m,g);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{const m=this.process(s.innerType,d);_.anyOf=[m,{type:"null"}];break}case"nonoptional":{this.process(s.innerType,d),a.ref=s.innerType;break}case"success":{const m=_;m.type="boolean";break}case"default":{this.process(s.innerType,d),a.ref=s.innerType,_.default=JSON.parse(JSON.stringify(s.defaultValue));break}case"prefault":{this.process(s.innerType,d),a.ref=s.innerType,this.io==="input"&&(_._prefault=JSON.parse(JSON.stringify(s.defaultValue)));break}case"catch":{this.process(s.innerType,d),a.ref=s.innerType;let m;try{m=s.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}_.default=m;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{const m=_,g=e._zod.pattern;if(!g)throw new Error("Pattern not found in template literal");m.type="string",m.pattern=g.source;break}case"pipe":{const m=this.io==="input"?s.in._zod.def.type==="transform"?s.out:s.in:s.out;this.process(m,d),a.ref=m;break}case"readonly":{this.process(s.innerType,d),a.ref=s.innerType,_.readOnly=!0;break}case"promise":{this.process(s.innerType,d),a.ref=s.innerType;break}case"optional":{this.process(s.innerType,d),a.ref=s.innerType;break}case"lazy":{const m=e._zod.innerType;this.process(m,d),a.ref=m;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}}}}const u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&Ue(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){const n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},s=this.seen.get(e);if(!s)throw new Error("Unprocessed schema. This is a bug in Zod.");const o=l=>{const d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){const g=n.external.registry.get(l[0])?.id,f=n.external.uri??(h=>h);if(g)return{ref:f(g)};const v=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=v,{defId:v,ref:`${f("__shared")}#/${d}/${v}`}}if(l[1]===s)return{ref:"#"};const _=`#/${d}/`,m=l[1].schema.id??`__schema${this.counter++}`;return{defId:m,ref:_+m}},i=l=>{if(l[1].schema.$ref)return;const d=l[1],{ref:p,defId:_}=o(l);d.def={...d.schema},_&&(d.defId=_);const m=d.schema;for(const g in m)delete m[g];m.$ref=p};if(n.cycles==="throw")for(const l of this.seen.entries()){const d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
|
|
34
34
|
|
|
35
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const h of this.seen.entries()){const d=h[1];if(e===h[0]){i(h);continue}if(n.external){const w=(f=n.external.registry.get(h[0]))==null?void 0:f.id;if(e!==h[0]&&w){i(h);continue}}if((_=this.metadataRegistry.get(h[0]))==null?void 0:_.id){i(h);continue}if(d.cycle){i(h);continue}if(d.count>1&&n.reused==="ref"){i(h);continue}}const a=(h,d)=>{const m=this.seen.get(h),w=m.def??m.schema,S={...w};if(m.ref===null)return;const P=m.ref;if(m.ref=null,P){a(P,d);const O=this.seen.get(P).schema;O.$ref&&d.target==="draft-7"?(w.allOf=w.allOf??[],w.allOf.push(O)):(Object.assign(w,O),Object.assign(w,S))}m.isParent||this.override({zodSchema:h,jsonSchema:w,path:m.path??[]})};for(const h of[...this.seen.entries()].reverse())a(h[0],{target:this.target});const 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}`),(y=n.external)!=null&&y.uri){const h=(g=n.external.registry.get(e))==null?void 0:g.id;if(!h)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(h)}Object.assign(c,s.def);const u=((v=n.external)==null?void 0:v.defs)??{};for(const h of this.seen.entries()){const d=h[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 Gv(t,e){if(t instanceof Vu){const n=new Yu(e),s={};for(const a of t._idmap.entries()){const[c,u]=a;n.process(u)}const o={},i={registry:t,uri:e==null?void 0:e.uri,defs:s};for(const a of t._idmap.entries()){const[c,u]=a;o[c]=n.emit(u,{...e,external:i})}if(Object.keys(s).length>0){const a=n.target==="draft-2020-12"?"$defs":"definitions";o.__shared={[a]:s}}return{schemas:o}}const r=new Yu(e);return r.process(t),r.emit(t,e)}function Ne(t,e){const r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);const s=t._zod.def;switch(s.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 Ne(s.element,r);case"object":{for(const o in s.shape)if(Ne(s.shape[o],r))return!0;return!1}case"union":{for(const o of s.options)if(Ne(o,r))return!0;return!1}case"intersection":return Ne(s.left,r)||Ne(s.right,r);case"tuple":{for(const o of s.items)if(Ne(o,r))return!0;return!!(s.rest&&Ne(s.rest,r))}case"record":return Ne(s.keyType,r)||Ne(s.valueType,r);case"map":return Ne(s.keyType,r)||Ne(s.valueType,r);case"set":return Ne(s.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Ne(s.innerType,r);case"lazy":return Ne(s.getter(),r);case"default":return Ne(s.innerType,r);case"prefault":return Ne(s.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Ne(s.in,r)||Ne(s.out,r);case"success":return!1;case"catch":return!1}throw new Error(`Unknown schema type: ${s.type}`)}const Yv=T("ZodISODateTime",(t,e)=>{kg.init(t,e),Ee.init(t,e)});function Xv(t){return Tv(Yv,t)}const Qv=T("ZodISODate",(t,e)=>{Eg.init(t,e),Ee.init(t,e)});function ey(t){return xv(Qv,t)}const ty=T("ZodISOTime",(t,e)=>{Pg.init(t,e),Ee.init(t,e)});function ry(t){return Rv(ty,t)}const ny=T("ZodISODuration",(t,e)=>{Tg.init(t,e),Ee.init(t,e)});function sy(t){return Iv(ny,t)}const gs=T("ZodError",(t,e)=>{vu.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>S_(t,r)},flatten:{value:r=>$_(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},{Parent:Error}),oy=yu(gs),iy=bu(gs),ay=wu(gs),cy=$u(gs),ke=T("ZodType",(t,e)=>(ge.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)=>Ht(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>oy(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>ay(t,r,n),t.parseAsync=async(r,n)=>iy(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>cy(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(e0(r,n)),t.superRefine=r=>t.check(t0(r)),t.overwrite=r=>t.check(un(r)),t.optional=()=>re(t),t.nullable=()=>al(t),t.nullish=()=>re(al(t)),t.nonoptional=r=>Wy(t,r),t.array=()=>j(t),t.or=r=>Te([t,r]),t.and=r=>vi(t,r),t.transform=r=>bi(t,ol(r)),t.default=r=>Vy(t,r),t.prefault=r=>Hy(t,r),t.catch=r=>By(t,r),t.pipe=r=>bi(t,r),t.readonly=()=>Yy(t),t.describe=r=>{const n=t.clone();return cn.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){var r;return(r=cn.get(t))==null?void 0:r.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return cn.get(t);const n=t.clone();return cn.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Xu=T("_ZodString",(t,e)=>{pi.init(t,e),ke.init(t,e);const r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(Mv(...n)),t.includes=(...n)=>t.check(Uv(...n)),t.startsWith=(...n)=>t.check(Dv(...n)),t.endsWith=(...n)=>t.check(qv(...n)),t.min=(...n)=>t.check(_s(...n)),t.max=(...n)=>t.check(Ku(...n)),t.length=(...n)=>t.check(Gu(...n)),t.nonempty=(...n)=>t.check(_s(1,...n)),t.lowercase=n=>t.check(Zv(n)),t.uppercase=n=>t.check(Lv(n)),t.trim=()=>t.check(Fv()),t.normalize=(...n)=>t.check(Vv(...n)),t.toLowerCase=()=>t.check(Hv()),t.toUpperCase=()=>t.check(Wv())}),uy=T("ZodString",(t,e)=>{pi.init(t,e),Xu.init(t,e),t.email=r=>t.check(av(ly,r)),t.url=r=>t.check(Hu(el,r)),t.jwt=r=>t.check(Pv(Py,r)),t.emoji=r=>t.check(fv(fy,r)),t.guid=r=>t.check(Fu(Qu,r)),t.uuid=r=>t.check(cv(vs,r)),t.uuidv4=r=>t.check(uv(vs,r)),t.uuidv6=r=>t.check(lv(vs,r)),t.uuidv7=r=>t.check(dv(vs,r)),t.nanoid=r=>t.check(hv(hy,r)),t.guid=r=>t.check(Fu(Qu,r)),t.cuid=r=>t.check(pv(py,r)),t.cuid2=r=>t.check(mv(my,r)),t.ulid=r=>t.check(_v(_y,r)),t.base64=r=>t.check(Sv(Sy,r)),t.base64url=r=>t.check(kv(ky,r)),t.xid=r=>t.check(gv(gy,r)),t.ksuid=r=>t.check(vv(vy,r)),t.ipv4=r=>t.check(yv(yy,r)),t.ipv6=r=>t.check(bv(by,r)),t.cidrv4=r=>t.check(wv(wy,r)),t.cidrv6=r=>t.check($v($y,r)),t.e164=r=>t.check(Ev(Ey,r)),t.datetime=r=>t.check(Xv(r)),t.date=r=>t.check(ey(r)),t.time=r=>t.check(ry(r)),t.duration=r=>t.check(sy(r))});function $(t){return iv(uy,t)}const Ee=T("ZodStringFormat",(t,e)=>{ye.init(t,e),Xu.init(t,e)}),ly=T("ZodEmail",(t,e)=>{mg.init(t,e),Ee.init(t,e)}),Qu=T("ZodGUID",(t,e)=>{hg.init(t,e),Ee.init(t,e)}),vs=T("ZodUUID",(t,e)=>{pg.init(t,e),Ee.init(t,e)}),el=T("ZodURL",(t,e)=>{_g.init(t,e),Ee.init(t,e)});function dy(t){return Hu(el,t)}const fy=T("ZodEmoji",(t,e)=>{gg.init(t,e),Ee.init(t,e)}),hy=T("ZodNanoID",(t,e)=>{vg.init(t,e),Ee.init(t,e)}),py=T("ZodCUID",(t,e)=>{yg.init(t,e),Ee.init(t,e)}),my=T("ZodCUID2",(t,e)=>{bg.init(t,e),Ee.init(t,e)}),_y=T("ZodULID",(t,e)=>{wg.init(t,e),Ee.init(t,e)}),gy=T("ZodXID",(t,e)=>{$g.init(t,e),Ee.init(t,e)}),vy=T("ZodKSUID",(t,e)=>{Sg.init(t,e),Ee.init(t,e)}),yy=T("ZodIPv4",(t,e)=>{xg.init(t,e),Ee.init(t,e)}),by=T("ZodIPv6",(t,e)=>{Rg.init(t,e),Ee.init(t,e)}),wy=T("ZodCIDRv4",(t,e)=>{Ig.init(t,e),Ee.init(t,e)}),$y=T("ZodCIDRv6",(t,e)=>{Cg.init(t,e),Ee.init(t,e)}),Sy=T("ZodBase64",(t,e)=>{Og.init(t,e),Ee.init(t,e)}),ky=T("ZodBase64URL",(t,e)=>{jg.init(t,e),Ee.init(t,e)}),Ey=T("ZodE164",(t,e)=>{Ag.init(t,e),Ee.init(t,e)}),Py=T("ZodJWT",(t,e)=>{Mg.init(t,e),Ee.init(t,e)}),tl=T("ZodNumber",(t,e)=>{Cu.init(t,e),ke.init(t,e),t.gt=(n,s)=>t.check(Ju(n,s)),t.gte=(n,s)=>t.check(gi(n,s)),t.min=(n,s)=>t.check(gi(n,s)),t.lt=(n,s)=>t.check(Wu(n,s)),t.lte=(n,s)=>t.check(_i(n,s)),t.max=(n,s)=>t.check(_i(n,s)),t.int=n=>t.check(rl(n)),t.safe=n=>t.check(rl(n)),t.positive=n=>t.check(Ju(0,n)),t.nonnegative=n=>t.check(gi(0,n)),t.negative=n=>t.check(Wu(0,n)),t.nonpositive=n=>t.check(_i(0,n)),t.multipleOf=(n,s)=>t.check(Bu(n,s)),t.step=(n,s)=>t.check(Bu(n,s)),t.finite=()=>t;const 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 be(t){return Cv(tl,t)}const Ty=T("ZodNumberFormat",(t,e)=>{Zg.init(t,e),tl.init(t,e)});function rl(t){return Ov(Ty,t)}const xy=T("ZodBoolean",(t,e)=>{Lg.init(t,e),ke.init(t,e)});function we(t){return Nv(xy,t)}const Ry=T("ZodAny",(t,e)=>{Ug.init(t,e),ke.init(t,e)});function Iy(){return jv(Ry)}const Cy=T("ZodUnknown",(t,e)=>{Dg.init(t,e),ke.init(t,e)});function Re(){return Av(Cy)}const Oy=T("ZodNever",(t,e)=>{qg.init(t,e),ke.init(t,e)});function Ny(t){return zv(Oy,t)}const jy=T("ZodArray",(t,e)=>{Vg.init(t,e),ke.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(_s(r,n)),t.nonempty=r=>t.check(_s(1,r)),t.max=(r,n)=>t.check(Ku(r,n)),t.length=(r,n)=>t.check(Gu(r,n)),t.unwrap=()=>t.element});function j(t,e){return Jv(jy,t,e)}const nl=T("ZodObject",(t,e)=>{ju.init(t,e),ke.init(t,e),_e(t,"shape",()=>e.shape),t.keyof=()=>lt(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:Re()}),t.loose=()=>t.clone({...t._zod.def,catchall:Re()}),t.strict=()=>t.clone({...t._zod.def,catchall:Ny()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>v_(t,r),t.merge=r=>y_(t,r),t.pick=r=>__(t,r),t.omit=r=>g_(t,r),t.partial=(...r)=>b_(il,t,r[0]),t.required=(...r)=>w_(cl,t,r[0])});function z(t,e){const r={type:"object",get shape(){return rn(this,"shape",{...t}),this.shape},...D(e)};return new nl(r)}function ut(t,e){return new nl({type:"object",get shape(){return rn(this,"shape",{...t}),this.shape},catchall:Re(),...D(e)})}const sl=T("ZodUnion",(t,e)=>{zu.init(t,e),ke.init(t,e),t.options=e.options});function Te(t,e){return new sl({type:"union",options:t,...D(e)})}const Ay=T("ZodDiscriminatedUnion",(t,e)=>{sl.init(t,e),Fg.init(t,e)});function zy(t,e,r){return new Ay({type:"union",options:e,discriminator:t,...D(r)})}const My=T("ZodIntersection",(t,e)=>{Hg.init(t,e),ke.init(t,e)});function vi(t,e){return new My({type:"intersection",left:t,right:e})}const Zy=T("ZodRecord",(t,e)=>{Wg.init(t,e),ke.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function Ie(t,e,r){return new Zy({type:"record",keyType:t,valueType:e,...D(r)})}const yi=T("ZodEnum",(t,e)=>{Jg.init(t,e),ke.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);const r=new Set(Object.keys(e.entries));t.extract=(n,s)=>{const o={};for(const i of n)if(r.has(i))o[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new yi({...e,checks:[],...D(s),entries:o})},t.exclude=(n,s)=>{const o={...e.entries};for(const i of n)if(r.has(i))delete o[i];else throw new Error(`Key ${i} not found in enum`);return new yi({...e,checks:[],...D(s),entries:o})}});function lt(t,e){const r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new yi({type:"enum",entries:r,...D(e)})}const Ly=T("ZodLiteral",(t,e)=>{Bg.init(t,e),ke.init(t,e),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function W(t,e){return new Ly({type:"literal",values:Array.isArray(t)?t:[t],...D(e)})}const Uy=T("ZodTransform",(t,e)=>{Kg.init(t,e),ke.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=o=>{if(typeof o=="string")r.issues.push(an(o,r.value,e));else{const i=o;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(an(i))}};const s=e.transform(r.value,r);return s instanceof Promise?s.then(o=>(r.value=o,r)):(r.value=s,r)}});function ol(t){return new Uy({type:"transform",transform:t})}const il=T("ZodOptional",(t,e)=>{Gg.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function re(t){return new il({type:"optional",innerType:t})}const Dy=T("ZodNullable",(t,e)=>{Yg.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function al(t){return new Dy({type:"nullable",innerType:t})}const qy=T("ZodDefault",(t,e)=>{Xg.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Vy(t,e){return new qy({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}const Fy=T("ZodPrefault",(t,e)=>{Qg.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Hy(t,e){return new Fy({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}const cl=T("ZodNonOptional",(t,e)=>{ev.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Wy(t,e){return new cl({type:"nonoptional",innerType:t,...D(e)})}const Jy=T("ZodCatch",(t,e)=>{tv.init(t,e),ke.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function By(t,e){return new Jy({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}const Ky=T("ZodPipe",(t,e)=>{rv.init(t,e),ke.init(t,e),t.in=e.in,t.out=e.out});function bi(t,e){return new Ky({type:"pipe",in:t,out:e})}const Gy=T("ZodReadonly",(t,e)=>{nv.init(t,e),ke.init(t,e)});function Yy(t){return new Gy({type:"readonly",innerType:t})}const ul=T("ZodCustom",(t,e)=>{sv.init(t,e),ke.init(t,e)});function Xy(t){const e=new Ke({check:"custom"});return e._zod.check=t,e}function Qy(t,e){return Bv(ul,t??(()=>!0),e)}function e0(t,e={}){return Kv(ul,t,e)}function t0(t){const e=Xy(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(an(n,r.value,e._zod.def));else{const s=n;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=e),s.continue??(s.continue=!e._zod.def.abort),r.issues.push(an(s))}},t(r.value,r)));return e}function r0(t,e){return bi(ol(t),e)}const n0={custom:"custom"},ln="2025-06-18",ll=[ln,"2025-03-26","2024-11-05","2024-10-07"],ys="2.0",kt=Qy(t=>t!==null&&(typeof t=="object"||typeof t=="function")),dl=Te([$(),be().int()]),fl=$(),s0=ut({progressToken:dl.optional()}),dt=ut({_meta:s0.optional()}),Ge=z({method:$(),params:dt.optional()}),Tr=ut({_meta:Ie($(),Re()).optional()}),ft=z({method:$(),params:Tr.optional()}),nt=ut({_meta:Ie($(),Re()).optional()}),bs=Te([$(),be().int()]),hl=z({jsonrpc:W(ys),id:bs,...Ge.shape}).strict(),pl=t=>hl.safeParse(t).success,ml=z({jsonrpc:W(ys),...ft.shape}).strict(),o0=t=>ml.safeParse(t).success,_l=z({jsonrpc:W(ys),id:bs,result:nt}).strict(),wi=t=>_l.safeParse(t).success;var ie;(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"})(ie||(ie={}));const gl=z({jsonrpc:W(ys),id:bs,error:z({code:be().int(),message:$(),data:re(Re())})}).strict(),i0=t=>gl.safeParse(t).success,cr=Te([hl,ml,_l,gl]),Jt=nt.strict(),a0=Tr.extend({requestId:bs,reason:$().optional()}),$i=ft.extend({method:W("notifications/cancelled"),params:a0}),c0=z({src:$(),mimeType:$().optional(),sizes:j($()).optional()}),dn=z({icons:j(c0).optional()}),xr=z({name:$(),title:$().optional()}),vl=xr.extend({...xr.shape,...dn.shape,version:$(),websiteUrl:$().optional()}),u0=vi(z({applyDefaults:we().optional()}),Ie($(),Re())),l0=r0(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,vi(z({form:u0.optional(),url:kt.optional()}),Ie($(),Re()).optional())),d0=z({experimental:Ie($(),kt).optional(),sampling:z({context:kt.optional(),tools:kt.optional()}).optional(),elicitation:l0.optional(),roots:z({listChanged:we().optional()}).optional()}),f0=dt.extend({protocolVersion:$(),capabilities:d0,clientInfo:vl}),yl=Ge.extend({method:W("initialize"),params:f0}),h0=z({experimental:Ie($(),kt).optional(),logging:kt.optional(),completions:kt.optional(),prompts:re(z({listChanged:re(we())})),resources:z({subscribe:we().optional(),listChanged:we().optional()}).optional(),tools:z({listChanged:we().optional()}).optional()}),bl=nt.extend({protocolVersion:$(),capabilities:h0,serverInfo:vl,instructions:$().optional()}),Si=ft.extend({method:W("notifications/initialized")}),p0=t=>Si.safeParse(t).success,ki=Ge.extend({method:W("ping")}),m0=z({progress:be(),total:re(be()),message:re($())}),_0=z({...Tr.shape,...m0.shape,progressToken:dl}),Ei=ft.extend({method:W("notifications/progress"),params:_0}),g0=dt.extend({cursor:fl.optional()}),ws=Ge.extend({params:g0.optional()}),$s=nt.extend({nextCursor:re(fl)}),wl=z({uri:$(),mimeType:re($()),_meta:Ie($(),Re()).optional()}),$l=wl.extend({text:$()}),Pi=$().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Sl=wl.extend({blob:Pi}),kl=z({...xr.shape,...dn.shape,uri:$(),description:re($()),mimeType:re($()),_meta:re(ut({}))}),v0=z({...xr.shape,...dn.shape,uriTemplate:$(),description:re($()),mimeType:re($()),_meta:re(ut({}))}),Ss=ws.extend({method:W("resources/list")}),El=$s.extend({resources:j(kl)}),Ti=ws.extend({method:W("resources/templates/list")}),Pl=$s.extend({resourceTemplates:j(v0)}),xi=dt.extend({uri:$()}),y0=xi,Ri=Ge.extend({method:W("resources/read"),params:y0}),Tl=nt.extend({contents:j(Te([$l,Sl]))}),xl=ft.extend({method:W("notifications/resources/list_changed")}),b0=xi,Rl=Ge.extend({method:W("resources/subscribe"),params:b0}),w0=xi,Il=Ge.extend({method:W("resources/unsubscribe"),params:w0}),$0=Tr.extend({uri:$()}),Cl=ft.extend({method:W("notifications/resources/updated"),params:$0}),S0=z({name:$(),description:re($()),required:re(we())}),k0=z({...xr.shape,...dn.shape,description:re($()),arguments:re(j(S0)),_meta:re(ut({}))}),Ii=ws.extend({method:W("prompts/list")}),Ol=$s.extend({prompts:j(k0)}),E0=dt.extend({name:$(),arguments:Ie($(),$()).optional()}),Ci=Ge.extend({method:W("prompts/get"),params:E0}),Nl=z({type:W("text"),text:$(),_meta:Ie($(),Re()).optional()}),jl=z({type:W("image"),data:Pi,mimeType:$(),_meta:Ie($(),Re()).optional()}),Al=z({type:W("audio"),data:Pi,mimeType:$(),_meta:Ie($(),Re()).optional()}),P0=z({type:W("tool_use"),name:$(),id:$(),input:z({}).passthrough(),_meta:re(z({}).passthrough())}).passthrough(),T0=z({type:W("resource"),resource:Te([$l,Sl]),_meta:Ie($(),Re()).optional()}),x0=kl.extend({type:W("resource_link")}),Oi=Te([Nl,jl,Al,x0,T0]),R0=z({role:lt(["user","assistant"]),content:Oi}),zl=nt.extend({description:re($()),messages:j(R0)}),Ml=ft.extend({method:W("notifications/prompts/list_changed")}),I0=z({title:$().optional(),readOnlyHint:we().optional(),destructiveHint:we().optional(),idempotentHint:we().optional(),openWorldHint:we().optional()}),Zl=z({...xr.shape,...dn.shape,description:$().optional(),inputSchema:z({type:W("object"),properties:Ie($(),kt).optional(),required:j($()).optional()}).catchall(Re()),outputSchema:z({type:W("object"),properties:Ie($(),kt).optional(),required:j($()).optional()}).catchall(Re()).optional(),annotations:re(I0),_meta:Ie($(),Re()).optional()}),Ni=ws.extend({method:W("tools/list")}),Ll=$s.extend({tools:j(Zl)}),ks=nt.extend({content:j(Oi).default([]),structuredContent:Ie($(),Re()).optional(),isError:re(we())});ks.or(nt.extend({toolResult:Re()}));const C0=dt.extend({name:$(),arguments:re(Ie($(),Re()))}),ji=Ge.extend({method:W("tools/call"),params:C0}),Ul=ft.extend({method:W("notifications/tools/list_changed")}),Es=lt(["debug","info","notice","warning","error","critical","alert","emergency"]),O0=dt.extend({level:Es}),Ps=Ge.extend({method:W("logging/setLevel"),params:O0}),N0=Tr.extend({level:Es,logger:$().optional(),data:Re()}),Dl=ft.extend({method:W("notifications/message"),params:N0}),j0=z({name:$().optional()}),A0=z({hints:re(j(j0)),costPriority:re(be().min(0).max(1)),speedPriority:re(be().min(0).max(1)),intelligencePriority:re(be().min(0).max(1))}),z0=z({mode:re(lt(["auto","required","none"]))}),M0=z({type:W("tool_result"),toolUseId:$().describe("The unique identifier for the corresponding tool call."),content:j(Oi).default([]),structuredContent:z({}).passthrough().optional(),isError:re(we()),_meta:re(z({}).passthrough())}).passthrough(),Ts=zy("type",[Nl,jl,Al,P0,M0]),Z0=z({role:lt(["user","assistant"]),content:Te([Ts,j(Ts)]),_meta:re(z({}).passthrough())}).passthrough(),L0=dt.extend({messages:j(Z0),modelPreferences:A0.optional(),systemPrompt:$().optional(),includeContext:lt(["none","thisServer","allServers"]).optional(),temperature:be().optional(),maxTokens:be().int(),stopSequences:j($()).optional(),metadata:kt.optional(),tools:re(j(Zl)),toolChoice:re(z0)}),ql=Ge.extend({method:W("sampling/createMessage"),params:L0}),Ai=nt.extend({model:$(),stopReason:re(lt(["endTurn","stopSequence","maxTokens","toolUse"]).or($())),role:lt(["user","assistant"]),content:Te([Ts,j(Ts)])}),U0=z({type:W("boolean"),title:$().optional(),description:$().optional(),default:we().optional()}),D0=z({type:W("string"),title:$().optional(),description:$().optional(),minLength:be().optional(),maxLength:be().optional(),format:lt(["email","uri","date","date-time"]).optional(),default:$().optional()}),q0=z({type:lt(["number","integer"]),title:$().optional(),description:$().optional(),minimum:be().optional(),maximum:be().optional(),default:be().optional()}),V0=z({type:W("string"),title:$().optional(),description:$().optional(),enum:j($()),default:$().optional()}),F0=z({type:W("string"),title:$().optional(),description:$().optional(),oneOf:j(z({const:$(),title:$()})),default:$().optional()}),H0=z({type:W("string"),title:$().optional(),description:$().optional(),enum:j($()),enumNames:j($()).optional(),default:$().optional()}),W0=Te([V0,F0]),J0=z({type:W("array"),title:$().optional(),description:$().optional(),minItems:be().optional(),maxItems:be().optional(),items:z({type:W("string"),enum:j($())}),default:j($()).optional()}),B0=z({type:W("array"),title:$().optional(),description:$().optional(),minItems:be().optional(),maxItems:be().optional(),items:z({anyOf:j(z({const:$(),title:$()}))}),default:j($()).optional()}),K0=Te([J0,B0]),G0=Te([H0,W0,K0]),Y0=Te([G0,U0,D0,q0]),X0=dt.extend({mode:W("form").optional(),message:$(),requestedSchema:z({type:W("object"),properties:Ie($(),Y0),required:j($()).optional()})}),Q0=dt.extend({mode:W("url"),message:$(),elicitationId:$(),url:$().url()}),eb=Te([X0,Q0]),zi=Ge.extend({method:W("elicitation/create"),params:eb}),tb=Tr.extend({elicitationId:$()}),rb=ft.extend({method:W("notifications/elicitation/complete"),params:tb}),fn=nt.extend({action:lt(["accept","decline","cancel"]),content:Ie($(),Te([$(),be(),we(),j($())])).optional()}),nb=z({type:W("ref/resource"),uri:$()}),sb=z({type:W("ref/prompt"),name:$()}),ob=dt.extend({ref:Te([sb,nb]),argument:z({name:$(),value:$()}),context:z({arguments:Ie($(),$()).optional()}).optional()}),Mi=Ge.extend({method:W("completion/complete"),params:ob});function ib(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function ab(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}const Vl=nt.extend({completion:ut({values:j($()).max(100),total:re(be().int()),hasMore:re(we())})}),cb=z({uri:$().startsWith("file://"),name:$().optional(),_meta:Ie($(),Re()).optional()}),Fl=Ge.extend({method:W("roots/list")}),Zi=nt.extend({roots:j(cb)}),Hl=ft.extend({method:W("notifications/roots/list_changed")});Te([ki,yl,Mi,Ps,Ci,Ii,Ss,Ti,Ri,Rl,Il,ji,Ni]),Te([$i,Ei,Si,Hl]),Te([Jt,Ai,fn,Zi]),Te([ki,ql,zi,Fl]),Te([$i,Ei,Dl,Cl,xl,Ul,Ml,rb]),Te([Jt,bl,Vl,zl,Ol,El,Pl,Tl,ks,Ll]);class ae 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===ie.UrlElicitationRequired&&n){const s=n;if(s.elicitations)return new ub(s.elicitations,r)}return new ae(e,r,n)}}class ub extends ae{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(ie.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){var e,r;return(r=(e=this.data)===null||e===void 0?void 0:e.elicitations)!==null&&r!==void 0?r:[]}}var oe;(function(t){t.assertEqual=s=>{};function e(s){}t.assertIs=e;function r(s){throw new Error}t.assertNever=r,t.arrayToEnum=s=>{const o={};for(const i of s)o[i]=i;return o},t.getValidEnumValues=s=>{const o=t.objectKeys(s).filter(a=>typeof s[s[a]]!="number"),i={};for(const a of o)i[a]=s[a];return t.objectValues(i)},t.objectValues=s=>t.objectKeys(s).map(function(o){return s[o]}),t.objectKeys=typeof Object.keys=="function"?s=>Object.keys(s):s=>{const o=[];for(const i in s)Object.prototype.hasOwnProperty.call(s,i)&&o.push(i);return o},t.find=(s,o)=>{for(const i of s)if(o(i))return i},t.isInteger=typeof Number.isInteger=="function"?s=>Number.isInteger(s):s=>typeof s=="number"&&Number.isFinite(s)&&Math.floor(s)===s;function n(s,o=" | "){return s.map(i=>typeof i=="string"?`'${i}'`:i).join(o)}t.joinValues=n,t.jsonStringifyReplacer=(s,o)=>typeof o=="bigint"?o.toString():o})(oe||(oe={}));var Li;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Li||(Li={}));const Z=oe.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Nt=t=>{switch(typeof t){case"undefined":return Z.undefined;case"string":return Z.string;case"number":return Number.isNaN(t)?Z.nan:Z.number;case"boolean":return Z.boolean;case"function":return Z.function;case"bigint":return Z.bigint;case"symbol":return Z.symbol;case"object":return Array.isArray(t)?Z.array:t===null?Z.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?Z.promise:typeof Map<"u"&&t instanceof Map?Z.map:typeof Set<"u"&&t instanceof Set?Z.set:typeof Date<"u"&&t instanceof Date?Z.date:Z.object;default:return Z.unknown}},I=oe.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"]),lb=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:");class et 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]};const r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){const r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(const i of o.issues)if(i.code==="invalid_union")i.unionErrors.map(s);else if(i.code==="invalid_return_type")s(i.returnTypeError);else if(i.code==="invalid_arguments")s(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){const 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 s(this),n}static assert(e){if(!(e instanceof et))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,oe.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){const r={},n=[];for(const s of this.issues)if(s.path.length>0){const o=s.path[0];r[o]=r[o]||[],r[o].push(e(s))}else n.push(e(s));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}}et.create=t=>new et(t);const Rr=(t,e)=>{let r;switch(t.code){case I.invalid_type:t.received===Z.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case I.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,oe.jsonStringifyReplacer)}`;break;case I.unrecognized_keys:r=`Unrecognized key(s) in object: ${oe.joinValues(t.keys,", ")}`;break;case I.invalid_union:r="Invalid input";break;case I.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${oe.joinValues(t.options)}`;break;case I.invalid_enum_value:r=`Invalid enum value. Expected ${oe.joinValues(t.options)}, received '${t.received}'`;break;case I.invalid_arguments:r="Invalid function arguments";break;case I.invalid_return_type:r="Invalid function return type";break;case I.invalid_date:r="Invalid date";break;case I.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}"`:oe.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case I.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 I.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 I.custom:r="Invalid input";break;case I.invalid_intersection_types:r="Intersection results could not be merged";break;case I.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case I.not_finite:r="Number must be finite";break;default:r=e.defaultError,oe.assertNever(t)}return{message:r}};let Wl=Rr;function db(t){Wl=t}function xs(){return Wl}const Rs=t=>{const{data:e,path:r,errorMaps:n,issueData:s}=t,o=[...r,...s.path||[]],i={...s,path:o};if(s.message!==void 0)return{...s,path:o,message:s.message};let a="";const c=n.filter(u=>!!u).slice().reverse();for(const u of c)a=u(i,{data:e,defaultError:a}).message;return{...s,path:o,message:a}},fb=[];function A(t,e){const r=xs(),n=Rs({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Rr?void 0:Rr].filter(s=>!!s)});t.common.issues.push(n)}class Ve{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){const n=[];for(const s of r){if(s.status==="aborted")return J;s.status==="dirty"&&e.dirty(),n.push(s.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){const n=[];for(const s of r){const o=await s.key,i=await s.value;n.push({key:o,value:i})}return Ve.mergeObjectSync(e,n)}static mergeObjectSync(e,r){const n={};for(const s of r){const{key:o,value:i}=s;if(o.status==="aborted"||i.status==="aborted")return J;o.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),o.value!=="__proto__"&&(typeof i.value<"u"||s.alwaysSet)&&(n[o.value]=i.value)}return{status:e.value,value:n}}}const J=Object.freeze({status:"aborted"}),Ir=t=>({status:"dirty",value:t}),He=t=>({status:"valid",value:t}),Ui=t=>t.status==="aborted",Di=t=>t.status==="dirty",ur=t=>t.status==="valid",hn=t=>typeof Promise<"u"&&t instanceof Promise;var L;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e==null?void 0:e.message})(L||(L={}));class Et{constructor(e,r,n,s){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=s}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const Jl=(t,e)=>{if(ur(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;const r=new et(t.common.issues);return this._error=r,this._error}}};function Y(t){if(!t)return{};const{errorMap:e,invalid_type_error:r,required_error:n,description:s}=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:s}:{errorMap:(i,a)=>{const{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:s}}class ee{get description(){return this._def.description}_getType(e){return Nt(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:Nt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ve,ctx:{common:e.parent.common,data:e.data,parsedType:Nt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const r=this._parse(e);if(hn(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){const r=this._parse(e);return Promise.resolve(r)}parse(e,r){const n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){const n={common:{issues:[],async:(r==null?void 0:r.async)??!1,contextualErrorMap:r==null?void 0:r.errorMap},path:(r==null?void 0:r.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Nt(e)},s=this._parseSync({data:e,path:n.path,parent:n});return Jl(n,s)}"~validate"(e){var n,s;const r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Nt(e)};if(!this["~standard"].async)try{const o=this._parseSync({data:e,path:[],parent:r});return ur(o)?{value:o.value}:{issues:r.common.issues}}catch(o){(s=(n=o==null?void 0:o.message)==null?void 0:n.toLowerCase())!=null&&s.includes("encountered")&&(this["~standard"].async=!0),r.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:r}).then(o=>ur(o)?{value:o.value}:{issues:r.common.issues})}async parseAsync(e,r){const n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){const n={common:{issues:[],contextualErrorMap:r==null?void 0:r.errorMap,async:!0},path:(r==null?void 0:r.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Nt(e)},s=this._parse({data:e,path:n.path,parent:n}),o=await(hn(s)?s:Promise.resolve(s));return Jl(n,o)}refine(e,r){const n=s=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(s):r;return this._refinement((s,o)=>{const i=e(s),a=()=>o.addIssue({code:I.custom,...n(s)});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,s)=>e(n)?!0:(s.addIssue(typeof r=="function"?r(n,s):r),!1))}_refinement(e){return new mt({schema:this,typeName:C.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 Tt.create(this,this._def)}nullable(){return Yt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return pt.create(this)}promise(){return jr.create(this,this._def)}or(e){return gn.create([this,e],this._def)}and(e){return vn.create(this,e,this._def)}transform(e){return new mt({...Y(this._def),schema:this,typeName:C.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const r=typeof e=="function"?e:()=>e;return new Sn({...Y(this._def),innerType:this,defaultValue:r,typeName:C.ZodDefault})}brand(){return new Fi({typeName:C.ZodBranded,type:this,...Y(this._def)})}catch(e){const r=typeof e=="function"?e:()=>e;return new kn({...Y(this._def),innerType:this,catchValue:r,typeName:C.ZodCatch})}describe(e){const r=this.constructor;return new r({...this._def,description:e})}pipe(e){return En.create(this,e)}readonly(){return Pn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const hb=/^c[^\s-]{8,}$/i,pb=/^[0-9a-z]+$/,mb=/^[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,gb=/^[a-z0-9_-]{21}$/i,vb=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,yb=/^[-+]?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)?)??$/,bb=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,wb="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let qi;const $b=/^(?:(?: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])$/,Sb=/^(?:(?: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])$/,kb=/^(([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]))$/,Eb=/^(([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])$/,Pb=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Tb=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Bl="((\\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])))",xb=new RegExp(`^${Bl}$`);function Kl(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);const r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function Rb(t){return new RegExp(`^${Kl(t)}$`)}function Gl(t){let e=`${Bl}T${Kl(t)}`;const r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function Ib(t,e){return!!((e==="v4"||!e)&&$b.test(t)||(e==="v6"||!e)&&kb.test(t))}function Cb(t,e){if(!vb.test(t))return!1;try{const[r]=t.split(".");if(!r)return!1;const n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),s=JSON.parse(atob(n));return!(typeof s!="object"||s===null||"typ"in s&&(s==null?void 0:s.typ)!=="JWT"||!s.alg||e&&s.alg!==e)}catch{return!1}}function Ob(t,e){return!!((e==="v4"||!e)&&Sb.test(t)||(e==="v6"||!e)&&Eb.test(t))}class ht extends ee{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==Z.string){const o=this._getOrReturnCtx(e);return A(o,{code:I.invalid_type,expected:Z.string,received:o.parsedType}),J}const n=new Ve;let s;for(const o of this._def.checks)if(o.kind==="min")e.data.length<o.value&&(s=this._getOrReturnCtx(e,s),A(s,{code:I.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="max")e.data.length>o.value&&(s=this._getOrReturnCtx(e,s),A(s,{code:I.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="length"){const i=e.data.length>o.value,a=e.data.length<o.value;(i||a)&&(s=this._getOrReturnCtx(e,s),i?A(s,{code:I.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):a&&A(s,{code:I.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),n.dirty())}else if(o.kind==="email")bb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"email",code:I.invalid_string,message:o.message}),n.dirty());else if(o.kind==="emoji")qi||(qi=new RegExp(wb,"u")),qi.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"emoji",code:I.invalid_string,message:o.message}),n.dirty());else if(o.kind==="uuid")_b.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"uuid",code:I.invalid_string,message:o.message}),n.dirty());else if(o.kind==="nanoid")gb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"nanoid",code:I.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid")hb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"cuid",code:I.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid2")pb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"cuid2",code:I.invalid_string,message:o.message}),n.dirty());else if(o.kind==="ulid")mb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"ulid",code:I.invalid_string,message:o.message}),n.dirty());else if(o.kind==="url")try{new URL(e.data)}catch{s=this._getOrReturnCtx(e,s),A(s,{validation:"url",code:I.invalid_string,message:o.message}),n.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"regex",code:I.invalid_string,message:o.message}),n.dirty())):o.kind==="trim"?e.data=e.data.trim():o.kind==="includes"?e.data.includes(o.value,o.position)||(s=this._getOrReturnCtx(e,s),A(s,{code:I.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),n.dirty()):o.kind==="toLowerCase"?e.data=e.data.toLowerCase():o.kind==="toUpperCase"?e.data=e.data.toUpperCase():o.kind==="startsWith"?e.data.startsWith(o.value)||(s=this._getOrReturnCtx(e,s),A(s,{code:I.invalid_string,validation:{startsWith:o.value},message:o.message}),n.dirty()):o.kind==="endsWith"?e.data.endsWith(o.value)||(s=this._getOrReturnCtx(e,s),A(s,{code:I.invalid_string,validation:{endsWith:o.value},message:o.message}),n.dirty()):o.kind==="datetime"?Gl(o).test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{code:I.invalid_string,validation:"datetime",message:o.message}),n.dirty()):o.kind==="date"?xb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{code:I.invalid_string,validation:"date",message:o.message}),n.dirty()):o.kind==="time"?Rb(o).test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{code:I.invalid_string,validation:"time",message:o.message}),n.dirty()):o.kind==="duration"?yb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"duration",code:I.invalid_string,message:o.message}),n.dirty()):o.kind==="ip"?Ib(e.data,o.version)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"ip",code:I.invalid_string,message:o.message}),n.dirty()):o.kind==="jwt"?Cb(e.data,o.alg)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"jwt",code:I.invalid_string,message:o.message}),n.dirty()):o.kind==="cidr"?Ob(e.data,o.version)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"cidr",code:I.invalid_string,message:o.message}),n.dirty()):o.kind==="base64"?Pb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"base64",code:I.invalid_string,message:o.message}),n.dirty()):o.kind==="base64url"?Tb.test(e.data)||(s=this._getOrReturnCtx(e,s),A(s,{validation:"base64url",code:I.invalid_string,message:o.message}),n.dirty()):oe.assertNever(o);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(s=>e.test(s),{validation:r,code:I.invalid_string,...L.errToObj(n)})}_addCheck(e){return new ht({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...L.errToObj(e)})}url(e){return this._addCheck({kind:"url",...L.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...L.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...L.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...L.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...L.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...L.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...L.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...L.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...L.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...L.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...L.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...L.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==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,offset:(e==null?void 0:e.offset)??!1,local:(e==null?void 0:e.local)??!1,...L.errToObj(e==null?void 0: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==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,...L.errToObj(e==null?void 0:e.message)})}duration(e){return this._addCheck({kind:"duration",...L.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...L.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r==null?void 0:r.position,...L.errToObj(r==null?void 0:r.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...L.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...L.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...L.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...L.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...L.errToObj(r)})}nonempty(e){return this.min(1,L.errToObj(e))}trim(){return new ht({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new ht({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new ht({...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(const r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(const r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}}ht.create=t=>new ht({checks:[],typeName:C.ZodString,coerce:(t==null?void 0:t.coerce)??!1,...Y(t)});function Nb(t,e){const r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}class Bt extends ee{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==Z.number){const o=this._getOrReturnCtx(e);return A(o,{code:I.invalid_type,expected:Z.number,received:o.parsedType}),J}let n;const s=new Ve;for(const o of this._def.checks)o.kind==="int"?oe.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),A(n,{code:I.invalid_type,expected:"integer",received:"float",message:o.message}),s.dirty()):o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),A(n,{code:I.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),A(n,{code:I.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="multipleOf"?Nb(e.data,o.value)!==0&&(n=this._getOrReturnCtx(e,n),A(n,{code:I.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):o.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),A(n,{code:I.not_finite,message:o.message}),s.dirty()):oe.assertNever(o);return{status:s.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,L.toString(r))}gt(e,r){return this.setLimit("min",e,!1,L.toString(r))}lte(e,r){return this.setLimit("max",e,!0,L.toString(r))}lt(e,r){return this.setLimit("max",e,!1,L.toString(r))}setLimit(e,r,n,s){return new Bt({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:L.toString(s)}]})}_addCheck(e){return new Bt({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:L.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:L.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:L.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:L.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:L.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:L.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:L.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:L.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:L.toString(e)})}get minValue(){let e=null;for(const r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(const 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"&&oe.isInteger(e.value))}get isFinite(){let e=null,r=null;for(const 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)}}Bt.create=t=>new Bt({checks:[],typeName:C.ZodNumber,coerce:(t==null?void 0:t.coerce)||!1,...Y(t)});class Kt extends ee{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==Z.bigint)return this._getInvalidInput(e);let n;const s=new Ve;for(const o of this._def.checks)o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),A(n,{code:I.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),A(n,{code:I.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="multipleOf"?e.data%o.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),A(n,{code:I.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):oe.assertNever(o);return{status:s.value,value:e.data}}_getInvalidInput(e){const r=this._getOrReturnCtx(e);return A(r,{code:I.invalid_type,expected:Z.bigint,received:r.parsedType}),J}gte(e,r){return this.setLimit("min",e,!0,L.toString(r))}gt(e,r){return this.setLimit("min",e,!1,L.toString(r))}lte(e,r){return this.setLimit("max",e,!0,L.toString(r))}lt(e,r){return this.setLimit("max",e,!1,L.toString(r))}setLimit(e,r,n,s){return new Kt({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:L.toString(s)}]})}_addCheck(e){return new Kt({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:L.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:L.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:L.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:L.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:L.toString(r)})}get minValue(){let e=null;for(const r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(const r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}}Kt.create=t=>new Kt({checks:[],typeName:C.ZodBigInt,coerce:(t==null?void 0:t.coerce)??!1,...Y(t)});class pn extends ee{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==Z.boolean){const n=this._getOrReturnCtx(e);return A(n,{code:I.invalid_type,expected:Z.boolean,received:n.parsedType}),J}return He(e.data)}}pn.create=t=>new pn({typeName:C.ZodBoolean,coerce:(t==null?void 0:t.coerce)||!1,...Y(t)});class lr extends ee{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==Z.date){const o=this._getOrReturnCtx(e);return A(o,{code:I.invalid_type,expected:Z.date,received:o.parsedType}),J}if(Number.isNaN(e.data.getTime())){const o=this._getOrReturnCtx(e);return A(o,{code:I.invalid_date}),J}const n=new Ve;let s;for(const o of this._def.checks)o.kind==="min"?e.data.getTime()<o.value&&(s=this._getOrReturnCtx(e,s),A(s,{code:I.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),n.dirty()):o.kind==="max"?e.data.getTime()>o.value&&(s=this._getOrReturnCtx(e,s),A(s,{code:I.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),n.dirty()):oe.assertNever(o);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new lr({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:L.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:L.toString(r)})}get minDate(){let e=null;for(const 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(const r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}}lr.create=t=>new lr({checks:[],coerce:(t==null?void 0:t.coerce)||!1,typeName:C.ZodDate,...Y(t)});class Is extends ee{_parse(e){if(this._getType(e)!==Z.symbol){const n=this._getOrReturnCtx(e);return A(n,{code:I.invalid_type,expected:Z.symbol,received:n.parsedType}),J}return He(e.data)}}Is.create=t=>new Is({typeName:C.ZodSymbol,...Y(t)});class mn extends ee{_parse(e){if(this._getType(e)!==Z.undefined){const n=this._getOrReturnCtx(e);return A(n,{code:I.invalid_type,expected:Z.undefined,received:n.parsedType}),J}return He(e.data)}}mn.create=t=>new mn({typeName:C.ZodUndefined,...Y(t)});class _n extends ee{_parse(e){if(this._getType(e)!==Z.null){const n=this._getOrReturnCtx(e);return A(n,{code:I.invalid_type,expected:Z.null,received:n.parsedType}),J}return He(e.data)}}_n.create=t=>new _n({typeName:C.ZodNull,...Y(t)});class Cr extends ee{constructor(){super(...arguments),this._any=!0}_parse(e){return He(e.data)}}Cr.create=t=>new Cr({typeName:C.ZodAny,...Y(t)});class dr extends ee{constructor(){super(...arguments),this._unknown=!0}_parse(e){return He(e.data)}}dr.create=t=>new dr({typeName:C.ZodUnknown,...Y(t)});class jt extends ee{_parse(e){const r=this._getOrReturnCtx(e);return A(r,{code:I.invalid_type,expected:Z.never,received:r.parsedType}),J}}jt.create=t=>new jt({typeName:C.ZodNever,...Y(t)});class Cs extends ee{_parse(e){if(this._getType(e)!==Z.undefined){const n=this._getOrReturnCtx(e);return A(n,{code:I.invalid_type,expected:Z.void,received:n.parsedType}),J}return He(e.data)}}Cs.create=t=>new Cs({typeName:C.ZodVoid,...Y(t)});class pt extends ee{_parse(e){const{ctx:r,status:n}=this._processInputParams(e),s=this._def;if(r.parsedType!==Z.array)return A(r,{code:I.invalid_type,expected:Z.array,received:r.parsedType}),J;if(s.exactLength!==null){const i=r.data.length>s.exactLength.value,a=r.data.length<s.exactLength.value;(i||a)&&(A(r,{code:i?I.too_big:I.too_small,minimum:a?s.exactLength.value:void 0,maximum:i?s.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:s.exactLength.message}),n.dirty())}if(s.minLength!==null&&r.data.length<s.minLength.value&&(A(r,{code:I.too_small,minimum:s.minLength.value,type:"array",inclusive:!0,exact:!1,message:s.minLength.message}),n.dirty()),s.maxLength!==null&&r.data.length>s.maxLength.value&&(A(r,{code:I.too_big,maximum:s.maxLength.value,type:"array",inclusive:!0,exact:!1,message:s.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>s.type._parseAsync(new Et(r,i,r.path,a)))).then(i=>Ve.mergeArray(n,i));const o=[...r.data].map((i,a)=>s.type._parseSync(new Et(r,i,r.path,a)));return Ve.mergeArray(n,o)}get element(){return this._def.type}min(e,r){return new pt({...this._def,minLength:{value:e,message:L.toString(r)}})}max(e,r){return new pt({...this._def,maxLength:{value:e,message:L.toString(r)}})}length(e,r){return new pt({...this._def,exactLength:{value:e,message:L.toString(r)}})}nonempty(e){return this.min(1,e)}}pt.create=(t,e)=>new pt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:C.ZodArray,...Y(e)});function Or(t){if(t instanceof Pe){const e={};for(const r in t.shape){const n=t.shape[r];e[r]=Tt.create(Or(n))}return new Pe({...t._def,shape:()=>e})}else return t instanceof pt?new pt({...t._def,type:Or(t.element)}):t instanceof Tt?Tt.create(Or(t.unwrap())):t instanceof Yt?Yt.create(Or(t.unwrap())):t instanceof Pt?Pt.create(t.items.map(e=>Or(e))):t}class Pe extends ee{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),r=oe.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==Z.object){const u=this._getOrReturnCtx(e);return A(u,{code:I.invalid_type,expected:Z.object,received:u.parsedType}),J}const{status:n,ctx:s}=this._processInputParams(e),{shape:o,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof jt&&this._def.unknownKeys==="strip"))for(const u in s.data)i.includes(u)||a.push(u);const c=[];for(const u of i){const l=o[u],f=s.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new Et(s,f,s.path,u)),alwaysSet:u in s.data})}if(this._def.catchall instanceof jt){const u=this._def.unknownKeys;if(u==="passthrough")for(const l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:s.data[l]}});else if(u==="strict")a.length>0&&(A(s,{code:I.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const u=this._def.catchall;for(const l of a){const f=s.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new Et(s,f,s.path,l)),alwaysSet:l in s.data})}}return s.common.async?Promise.resolve().then(async()=>{const u=[];for(const l of c){const f=await l.key,_=await l.value;u.push({key:f,value:_,alwaysSet:l.alwaysSet})}return u}).then(u=>Ve.mergeObjectSync(n,u)):Ve.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return L.errToObj,new Pe({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{var o,i;const s=((i=(o=this._def).errorMap)==null?void 0:i.call(o,r,n).message)??n.defaultError;return r.code==="unrecognized_keys"?{message:L.errToObj(e).message??s}:{message:s}}}:{}})}strip(){return new Pe({...this._def,unknownKeys:"strip"})}passthrough(){return new Pe({...this._def,unknownKeys:"passthrough"})}extend(e){return new Pe({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new Pe({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:C.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new Pe({...this._def,catchall:e})}pick(e){const r={};for(const n of oe.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new Pe({...this._def,shape:()=>r})}omit(e){const r={};for(const n of oe.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new Pe({...this._def,shape:()=>r})}deepPartial(){return Or(this)}partial(e){const r={};for(const n of oe.objectKeys(this.shape)){const s=this.shape[n];e&&!e[n]?r[n]=s:r[n]=s.optional()}return new Pe({...this._def,shape:()=>r})}required(e){const r={};for(const n of oe.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let o=this.shape[n];for(;o instanceof Tt;)o=o._def.innerType;r[n]=o}return new Pe({...this._def,shape:()=>r})}keyof(){return Yl(oe.objectKeys(this.shape))}}Pe.create=(t,e)=>new Pe({shape:()=>t,unknownKeys:"strip",catchall:jt.create(),typeName:C.ZodObject,...Y(e)}),Pe.strictCreate=(t,e)=>new Pe({shape:()=>t,unknownKeys:"strict",catchall:jt.create(),typeName:C.ZodObject,...Y(e)}),Pe.lazycreate=(t,e)=>new Pe({shape:t,unknownKeys:"strip",catchall:jt.create(),typeName:C.ZodObject,...Y(e)});class gn extends ee{_parse(e){const{ctx:r}=this._processInputParams(e),n=this._def.options;function s(o){for(const a of o)if(a.result.status==="valid")return a.result;for(const a of o)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;const i=o.map(a=>new et(a.ctx.common.issues));return A(r,{code:I.invalid_union,unionErrors:i}),J}if(r.common.async)return Promise.all(n.map(async o=>{const i={...r,common:{...r.common,issues:[]},parent:null};return{result:await o._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(s);{let o;const i=[];for(const c of n){const 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"&&!o&&(o={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(o)return r.common.issues.push(...o.ctx.common.issues),o.result;const a=i.map(c=>new et(c));return A(r,{code:I.invalid_union,unionErrors:a}),J}}get options(){return this._def.options}}gn.create=(t,e)=>new gn({options:t,typeName:C.ZodUnion,...Y(e)});const At=t=>t instanceof bn?At(t.schema):t instanceof mt?At(t.innerType()):t instanceof wn?[t.value]:t instanceof Gt?t.options:t instanceof $n?oe.objectValues(t.enum):t instanceof Sn?At(t._def.innerType):t instanceof mn?[void 0]:t instanceof _n?[null]:t instanceof Tt?[void 0,...At(t.unwrap())]:t instanceof Yt?[null,...At(t.unwrap())]:t instanceof Fi||t instanceof Pn?At(t.unwrap()):t instanceof kn?At(t._def.innerType):[];class Os extends ee{_parse(e){const{ctx:r}=this._processInputParams(e);if(r.parsedType!==Z.object)return A(r,{code:I.invalid_type,expected:Z.object,received:r.parsedType}),J;const n=this.discriminator,s=r.data[n],o=this.optionsMap.get(s);return o?r.common.async?o._parseAsync({data:r.data,path:r.path,parent:r}):o._parseSync({data:r.data,path:r.path,parent:r}):(A(r,{code:I.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),J)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){const s=new Map;for(const o of r){const i=At(o.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const a of i){if(s.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);s.set(a,o)}}return new Os({typeName:C.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:s,...Y(n)})}}function Vi(t,e){const r=Nt(t),n=Nt(e);if(t===e)return{valid:!0,data:t};if(r===Z.object&&n===Z.object){const s=oe.objectKeys(e),o=oe.objectKeys(t).filter(a=>s.indexOf(a)!==-1),i={...t,...e};for(const a of o){const c=Vi(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===Z.array&&n===Z.array){if(t.length!==e.length)return{valid:!1};const s=[];for(let o=0;o<t.length;o++){const i=t[o],a=e[o],c=Vi(i,a);if(!c.valid)return{valid:!1};s.push(c.data)}return{valid:!0,data:s}}else return r===Z.date&&n===Z.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}class vn extends ee{_parse(e){const{status:r,ctx:n}=this._processInputParams(e),s=(o,i)=>{if(Ui(o)||Ui(i))return J;const a=Vi(o.value,i.value);return a.valid?((Di(o)||Di(i))&&r.dirty(),{status:r.value,value:a.data}):(A(n,{code:I.invalid_intersection_types}),J)};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(([o,i])=>s(o,i)):s(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}}vn.create=(t,e,r)=>new vn({left:t,right:e,typeName:C.ZodIntersection,...Y(r)});class Pt extends ee{_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==Z.array)return A(n,{code:I.invalid_type,expected:Z.array,received:n.parsedType}),J;if(n.data.length<this._def.items.length)return A(n,{code:I.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),J;!this._def.rest&&n.data.length>this._def.items.length&&(A(n,{code:I.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());const o=[...n.data].map((i,a)=>{const c=this._def.items[a]||this._def.rest;return c?c._parse(new Et(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(o).then(i=>Ve.mergeArray(r,i)):Ve.mergeArray(r,o)}get items(){return this._def.items}rest(e){return new Pt({...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:C.ZodTuple,rest:null,...Y(e)})};class yn extends ee{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==Z.object)return A(n,{code:I.invalid_type,expected:Z.object,received:n.parsedType}),J;const s=[],o=this._def.keyType,i=this._def.valueType;for(const a in n.data)s.push({key:o._parse(new Et(n,a,n.path,a)),value:i._parse(new Et(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Ve.mergeObjectAsync(r,s):Ve.mergeObjectSync(r,s)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof ee?new yn({keyType:e,valueType:r,typeName:C.ZodRecord,...Y(n)}):new yn({keyType:ht.create(),valueType:e,typeName:C.ZodRecord,...Y(r)})}}class Ns extends ee{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==Z.map)return A(n,{code:I.invalid_type,expected:Z.map,received:n.parsedType}),J;const s=this._def.keyType,o=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:s._parse(new Et(n,a,n.path,[u,"key"])),value:o._parse(new Et(n,c,n.path,[u,"value"]))}));if(n.common.async){const a=new Map;return Promise.resolve().then(async()=>{for(const c of i){const u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return J;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{const a=new Map;for(const c of i){const u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return J;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}}Ns.create=(t,e,r)=>new Ns({valueType:e,keyType:t,typeName:C.ZodMap,...Y(r)});class fr extends ee{_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==Z.set)return A(n,{code:I.invalid_type,expected:Z.set,received:n.parsedType}),J;const s=this._def;s.minSize!==null&&n.data.size<s.minSize.value&&(A(n,{code:I.too_small,minimum:s.minSize.value,type:"set",inclusive:!0,exact:!1,message:s.minSize.message}),r.dirty()),s.maxSize!==null&&n.data.size>s.maxSize.value&&(A(n,{code:I.too_big,maximum:s.maxSize.value,type:"set",inclusive:!0,exact:!1,message:s.maxSize.message}),r.dirty());const o=this._def.valueType;function i(c){const u=new Set;for(const l of c){if(l.status==="aborted")return J;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}const a=[...n.data.values()].map((c,u)=>o._parse(new Et(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new fr({...this._def,minSize:{value:e,message:L.toString(r)}})}max(e,r){return new fr({...this._def,maxSize:{value:e,message:L.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}}fr.create=(t,e)=>new fr({valueType:t,minSize:null,maxSize:null,typeName:C.ZodSet,...Y(e)});class Nr extends ee{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:r}=this._processInputParams(e);if(r.parsedType!==Z.function)return A(r,{code:I.invalid_type,expected:Z.function,received:r.parsedType}),J;function n(a,c){return Rs({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,xs(),Rr].filter(u=>!!u),issueData:{code:I.invalid_arguments,argumentsError:c}})}function s(a,c){return Rs({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,xs(),Rr].filter(u=>!!u),issueData:{code:I.invalid_return_type,returnTypeError:c}})}const o={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof jr){const a=this;return He(async function(...c){const u=new et([]),l=await a._def.args.parseAsync(c,o).catch(y=>{throw u.addIssue(n(c,y)),u}),f=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(f,o).catch(y=>{throw u.addIssue(s(f,y)),u})})}else{const a=this;return He(function(...c){const u=a._def.args.safeParse(c,o);if(!u.success)throw new et([n(c,u.error)]);const l=Reflect.apply(i,this,u.data),f=a._def.returns.safeParse(l,o);if(!f.success)throw new et([s(l,f.error)]);return f.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new Nr({...this._def,args:Pt.create(e).rest(dr.create())})}returns(e){return new Nr({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new Nr({args:e||Pt.create([]).rest(dr.create()),returns:r||dr.create(),typeName:C.ZodFunction,...Y(n)})}}class bn extends ee{get schema(){return this._def.getter()}_parse(e){const{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}}bn.create=(t,e)=>new bn({getter:t,typeName:C.ZodLazy,...Y(e)});class wn extends ee{_parse(e){if(e.data!==this._def.value){const r=this._getOrReturnCtx(e);return A(r,{received:r.data,code:I.invalid_literal,expected:this._def.value}),J}return{status:"valid",value:e.data}}get value(){return this._def.value}}wn.create=(t,e)=>new wn({value:t,typeName:C.ZodLiteral,...Y(e)});function Yl(t,e){return new Gt({values:t,typeName:C.ZodEnum,...Y(e)})}class Gt extends ee{_parse(e){if(typeof e.data!="string"){const r=this._getOrReturnCtx(e),n=this._def.values;return A(r,{expected:oe.joinValues(n),received:r.parsedType,code:I.invalid_type}),J}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){const r=this._getOrReturnCtx(e),n=this._def.values;return A(r,{received:r.data,code:I.invalid_enum_value,options:n}),J}return He(e.data)}get options(){return this._def.values}get enum(){const e={};for(const r of this._def.values)e[r]=r;return e}get Values(){const e={};for(const r of this._def.values)e[r]=r;return e}get Enum(){const e={};for(const r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return Gt.create(e,{...this._def,...r})}exclude(e,r=this._def){return Gt.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}}Gt.create=Yl;class $n extends ee{_parse(e){const r=oe.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==Z.string&&n.parsedType!==Z.number){const s=oe.objectValues(r);return A(n,{expected:oe.joinValues(s),received:n.parsedType,code:I.invalid_type}),J}if(this._cache||(this._cache=new Set(oe.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const s=oe.objectValues(r);return A(n,{received:n.data,code:I.invalid_enum_value,options:s}),J}return He(e.data)}get enum(){return this._def.values}}$n.create=(t,e)=>new $n({values:t,typeName:C.ZodNativeEnum,...Y(e)});class jr extends ee{unwrap(){return this._def.type}_parse(e){const{ctx:r}=this._processInputParams(e);if(r.parsedType!==Z.promise&&r.common.async===!1)return A(r,{code:I.invalid_type,expected:Z.promise,received:r.parsedType}),J;const n=r.parsedType===Z.promise?r.data:Promise.resolve(r.data);return He(n.then(s=>this._def.type.parseAsync(s,{path:r.path,errorMap:r.common.contextualErrorMap})))}}jr.create=(t,e)=>new jr({type:t,typeName:C.ZodPromise,...Y(e)});class mt extends ee{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===C.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:r,ctx:n}=this._processInputParams(e),s=this._def.effect||null,o={addIssue:i=>{A(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(o.addIssue=o.addIssue.bind(o),s.type==="preprocess"){const i=s.transform(n.data,o);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return J;const c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?J:c.status==="dirty"||r.value==="dirty"?Ir(c.value):c});{if(r.value==="aborted")return J;const a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?J:a.status==="dirty"||r.value==="dirty"?Ir(a.value):a}}if(s.type==="refinement"){const i=a=>{const c=s.refinement(a,o);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){const a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?J:(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"?J:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(s.type==="transform")if(n.common.async===!1){const i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!ur(i))return J;const a=s.transform(i.value,o);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=>ur(i)?Promise.resolve(s.transform(i.value,o)).then(a=>({status:r.value,value:a})):J);oe.assertNever(s)}}mt.create=(t,e,r)=>new mt({schema:t,typeName:C.ZodEffects,effect:e,...Y(r)}),mt.createWithPreprocess=(t,e,r)=>new mt({schema:e,effect:{type:"preprocess",transform:t},typeName:C.ZodEffects,...Y(r)});class Tt extends ee{_parse(e){return this._getType(e)===Z.undefined?He(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Tt.create=(t,e)=>new Tt({innerType:t,typeName:C.ZodOptional,...Y(e)});class Yt extends ee{_parse(e){return this._getType(e)===Z.null?He(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Yt.create=(t,e)=>new Yt({innerType:t,typeName:C.ZodNullable,...Y(e)});class Sn extends ee{_parse(e){const{ctx:r}=this._processInputParams(e);let n=r.data;return r.parsedType===Z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}}Sn.create=(t,e)=>new Sn({innerType:t,typeName:C.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Y(e)});class kn extends ee{_parse(e){const{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},s=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return hn(s)?s.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new et(n.common.issues)},input:n.data})})):{status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new et(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}}kn.create=(t,e)=>new kn({innerType:t,typeName:C.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Y(e)});class js extends ee{_parse(e){if(this._getType(e)!==Z.nan){const n=this._getOrReturnCtx(e);return A(n,{code:I.invalid_type,expected:Z.nan,received:n.parsedType}),J}return{status:"valid",value:e.data}}}js.create=t=>new js({typeName:C.ZodNaN,...Y(t)});const jb=Symbol("zod_brand");class Fi extends ee{_parse(e){const{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}}class En extends ee{_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{const o=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?J:o.status==="dirty"?(r.dirty(),Ir(o.value)):this._def.out._parseAsync({data:o.value,path:n.path,parent:n})})();{const s=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?J:s.status==="dirty"?(r.dirty(),{status:"dirty",value:s.value}):this._def.out._parseSync({data:s.value,path:n.path,parent:n})}}static create(e,r){return new En({in:e,out:r,typeName:C.ZodPipeline})}}class Pn extends ee{_parse(e){const r=this._def.innerType._parse(e),n=s=>(ur(s)&&(s.value=Object.freeze(s.value)),s);return hn(r)?r.then(s=>n(s)):n(r)}unwrap(){return this._def.innerType}}Pn.create=(t,e)=>new Pn({innerType:t,typeName:C.ZodReadonly,...Y(e)});function Xl(t,e){const r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function Ql(t,e={},r){return t?Cr.create().superRefine((n,s)=>{const o=t(n);if(o instanceof Promise)return o.then(i=>{if(!i){const a=Xl(e,n),c=a.fatal??r??!0;s.addIssue({code:"custom",...a,fatal:c})}});if(!o){const i=Xl(e,n),a=i.fatal??r??!0;s.addIssue({code:"custom",...i,fatal:a})}}):Cr.create()}const Ab={object:Pe.lazycreate};var C;(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"})(C||(C={}));const zb=(t,e={message:`Input not instance of ${t.name}`})=>Ql(r=>r instanceof t,e),ed=ht.create,td=Bt.create,Mb=js.create,Zb=Kt.create,rd=pn.create,Lb=lr.create,Ub=Is.create,Db=mn.create,qb=_n.create,Vb=Cr.create,Fb=dr.create,Hb=jt.create,Wb=Cs.create,Jb=pt.create,nd=Pe.create,Bb=Pe.strictCreate,Kb=gn.create,Gb=Os.create,Yb=vn.create,Xb=Pt.create,Qb=yn.create,ew=Ns.create,tw=fr.create,rw=Nr.create,nw=bn.create,sw=wn.create,ow=Gt.create,iw=$n.create,aw=jr.create,sd=mt.create,cw=Tt.create,uw=Yt.create,lw=mt.createWithPreprocess,dw=En.create,fw=Object.freeze(Object.defineProperty({__proto__:null,BRAND:jb,DIRTY:Ir,EMPTY_PATH:fb,INVALID:J,NEVER:J,OK:He,ParseStatus:Ve,Schema:ee,ZodAny:Cr,ZodArray:pt,ZodBigInt:Kt,ZodBoolean:pn,ZodBranded:Fi,ZodCatch:kn,ZodDate:lr,ZodDefault:Sn,ZodDiscriminatedUnion:Os,ZodEffects:mt,ZodEnum:Gt,ZodError:et,get ZodFirstPartyTypeKind(){return C},ZodFunction:Nr,ZodIntersection:vn,ZodIssueCode:I,ZodLazy:bn,ZodLiteral:wn,ZodMap:Ns,ZodNaN:js,ZodNativeEnum:$n,ZodNever:jt,ZodNull:_n,ZodNullable:Yt,ZodNumber:Bt,ZodObject:Pe,ZodOptional:Tt,ZodParsedType:Z,ZodPipeline:En,ZodPromise:jr,ZodReadonly:Pn,ZodRecord:yn,ZodSchema:ee,ZodSet:fr,ZodString:ht,ZodSymbol:Is,ZodTransformer:mt,ZodTuple:Pt,ZodType:ee,ZodUndefined:mn,ZodUnion:gn,ZodUnknown:dr,ZodVoid:Cs,addIssueToContext:A,any:Vb,array:Jb,bigint:Zb,boolean:rd,coerce:{string:t=>ht.create({...t,coerce:!0}),number:t=>Bt.create({...t,coerce:!0}),boolean:t=>pn.create({...t,coerce:!0}),bigint:t=>Kt.create({...t,coerce:!0}),date:t=>lr.create({...t,coerce:!0})},custom:Ql,date:Lb,datetimeRegex:Gl,defaultErrorMap:Rr,discriminatedUnion:Gb,effect:sd,enum:ow,function:rw,getErrorMap:xs,getParsedType:Nt,instanceof:zb,intersection:Yb,isAborted:Ui,isAsync:hn,isDirty:Di,isValid:ur,late:Ab,lazy:nw,literal:sw,makeIssue:Rs,map:ew,nan:Mb,nativeEnum:iw,never:Hb,null:qb,nullable:uw,number:td,object:nd,get objectUtil(){return Li},oboolean:()=>rd().optional(),onumber:()=>td().optional(),optional:cw,ostring:()=>ed().optional(),pipeline:dw,preprocess:lw,promise:aw,quotelessJson:lb,record:Qb,set:tw,setErrorMap:db,strictObject:Bb,string:ed,symbol:Ub,transformer:sd,tuple:Xb,undefined:Db,union:Kb,unknown:Fb,get util(){return oe},void:Wb},Symbol.toStringTag,{value:"Module"})),hw=T("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ge.init(t,e),t.def=e,t.parse=(r,n)=>k_(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>fi(t,r,n),t.parseAsync=async(r,n)=>E_(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>hi(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)=>Ht(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)}),pw=T("ZodMiniObject",(t,e)=>{ju.init(t,e),hw.init(t,e),_e(t,"shape",()=>e.shape)});function od(t,e){const r={type:"object",get shape(){return rn(this,"shape",{...t}),this.shape},...D(e)};return new pw(r)}function _t(t){return!!t._zod}function Tn(t){const e=Object.values(t);if(e.length===0)return od({});const r=e.every(_t),n=e.every(s=>!_t(s));if(r)return od(t);if(n)return nd(t);throw new Error("Mixed Zod versions detected in object shape.")}function As(t,e){return _t(t)?fi(t,e):t.safeParse(e)}async function Hi(t,e){return _t(t)?await hi(t,e):await t.safeParseAsync(e)}function xn(t){var e,r;if(!t)return;let n;if(_t(t)?n=(r=(e=t._zod)===null||e===void 0?void 0:e.def)===null||r===void 0?void 0:r.shape:n=t.shape,!!n){if(typeof n=="function")try{return n()}catch{return}return n}}function Rn(t){var e;if(t){if(typeof t=="object"){const r=t,n=t;if(!r._def&&!n._zod){const s=Object.values(t);if(s.length>0&&s.every(o=>typeof o=="object"&&o!==null&&(o._def!==void 0||o._zod!==void 0||typeof o.parse=="function")))return Tn(t)}}if(_t(t)){const n=(e=t._zod)===null||e===void 0?void 0:e.def;if(n&&(n.typeName==="object"||n.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function Wi(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){const e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function mw(t){var e,r,n,s;if(_t(t))return(r=(e=t._zod)===null||e===void 0?void 0:e.def)===null||r===void 0?void 0:r.description;const o=t;return(n=t.description)!==null&&n!==void 0?n:(s=o._def)===null||s===void 0?void 0:s.description}function _w(t){var e,r,n;if(_t(t))return((r=(e=t._zod)===null||e===void 0?void 0:e.def)===null||r===void 0?void 0:r.typeName)==="ZodOptional";const s=t;return typeof t.isOptional=="function"?t.isOptional():((n=s._def)===null||n===void 0?void 0:n.typeName)==="ZodOptional"}function id(t){var e;if(_t(t)){const i=(e=t._zod)===null||e===void 0?void 0:e.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}const n=t._def;if(n){if(n.value!==void 0)return n.value;if(Array.isArray(n.values)&&n.values.length>0)return n.values[0]}const s=t.value;if(s!==void 0)return s}const gw=Symbol("Let zodToJsonSchema decide on which parser to use"),ad={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"},vw=t=>typeof t=="string"?{...ad,name:t}:{...ad,...t},yw=t=>{const e=vw(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,s])=>[s._def,{def:s._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}};function cd(t,e,r,n){n!=null&&n.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function de(t,e,r,n,s){t[e]=r,cd(t,e,n,s)}const ud=(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 Ye(t){if(t.target!=="openAi")return{};const e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?ud(e,t.currentPath):e.join("/")}}function bw(t,e){var n,s,o;const r={type:"array"};return(n=t.type)!=null&&n._def&&((o=(s=t.type)==null?void 0:s._def)==null?void 0:o.typeName)!==C.ZodAny&&(r.items=ue(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&de(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&de(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(de(r,"minItems",t.exactLength.value,t.exactLength.message,e),de(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function ww(t,e){const r={type:"integer",format:"int64"};if(!t.checks)return r;for(const n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?de(r,"minimum",n.value,n.message,e):de(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),de(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?de(r,"maximum",n.value,n.message,e):de(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),de(r,"maximum",n.value,n.message,e));break;case"multipleOf":de(r,"multipleOf",n.value,n.message,e);break}return r}function $w(){return{type:"boolean"}}function ld(t,e){return ue(t.type._def,e)}const Sw=(t,e)=>ue(t.innerType._def,e);function dd(t,e,r){const n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((s,o)=>dd(t,e,s))};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 kw(t,e)}}const kw=(t,e)=>{const r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(const n of t.checks)switch(n.kind){case"min":de(r,"minimum",n.value,n.message,e);break;case"max":de(r,"maximum",n.value,n.message,e);break}return r};function Ew(t,e){return{...ue(t.innerType._def,e),default:t.defaultValue()}}function Pw(t,e){return e.effectStrategy==="input"?ue(t.schema._def,e):Ye(e)}function Tw(t){return{type:"string",enum:Array.from(t.values)}}const xw=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Rw(t,e){const r=[ue(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),ue(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(o=>!!o);let n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0;const s=[];return r.forEach(o=>{if(xw(o))s.push(...o.allOf),o.unevaluatedProperties===void 0&&(n=void 0);else{let i=o;if("additionalProperties"in o&&o.additionalProperties===!1){const{additionalProperties:a,...c}=o;i=c}else n=void 0;s.push(i)}}),s.length?{allOf:s,...n}:void 0}function Iw(t,e){const 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}}let Ji;const gt={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:()=>(Ji===void 0&&(Ji=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Ji),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 fd(t,e){const r={type:"string"};if(t.checks)for(const n of t.checks)switch(n.kind){case"min":de(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":de(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":vt(r,"email",n.message,e);break;case"format:idn-email":vt(r,"idn-email",n.message,e);break;case"pattern:zod":We(r,gt.email,n.message,e);break}break;case"url":vt(r,"uri",n.message,e);break;case"uuid":vt(r,"uuid",n.message,e);break;case"regex":We(r,n.regex,n.message,e);break;case"cuid":We(r,gt.cuid,n.message,e);break;case"cuid2":We(r,gt.cuid2,n.message,e);break;case"startsWith":We(r,RegExp(`^${Bi(n.value,e)}`),n.message,e);break;case"endsWith":We(r,RegExp(`${Bi(n.value,e)}$`),n.message,e);break;case"datetime":vt(r,"date-time",n.message,e);break;case"date":vt(r,"date",n.message,e);break;case"time":vt(r,"time",n.message,e);break;case"duration":vt(r,"duration",n.message,e);break;case"length":de(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),de(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{We(r,RegExp(Bi(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&vt(r,"ipv4",n.message,e),n.version!=="v4"&&vt(r,"ipv6",n.message,e);break}case"base64url":We(r,gt.base64url,n.message,e);break;case"jwt":We(r,gt.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&We(r,gt.ipv4Cidr,n.message,e),n.version!=="v4"&&We(r,gt.ipv6Cidr,n.message,e);break}case"emoji":We(r,gt.emoji(),n.message,e);break;case"ulid":{We(r,gt.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{vt(r,"binary",n.message,e);break}case"contentEncoding:base64":{de(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{We(r,gt.base64,n.message,e);break}}break}case"nanoid":We(r,gt.nanoid,n.message,e)}return r}function Bi(t,e){return e.patternStrategy==="escape"?Ow(t):t}const Cw=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function Ow(t){let e="";for(let r=0;r<t.length;r++)Cw.has(t[r])||(e+="\\"),e+=t[r];return e}function vt(t,e,r,n){var s;t.format||(s=t.anyOf)!=null&&s.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}}})):de(t,"format",e,r,n)}function We(t,e,r,n){var s;t.pattern||(s=t.allOf)!=null&&s.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:hd(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):de(t,"pattern",hd(e,n),r,n)}function hd(t,e){var c;if(!e.applyRegexFlags||!t.flags)return t.source;const r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source;let s="",o=!1,i=!1,a=!1;for(let u=0;u<n.length;u++){if(o){s+=n[u],o=!1;continue}if(r.i){if(i){if(n[u].match(/[a-z]/)){a?(s+=n[u],s+=`${n[u-2]}-${n[u]}`.toUpperCase(),a=!1):n[u+1]==="-"&&((c=n[u+2])!=null&&c.match(/[a-z]/))?(s+=n[u],a=!0):s+=`${n[u]}${n[u].toUpperCase()}`;continue}}else if(n[u].match(/[a-z]/)){s+=`[${n[u]}${n[u].toUpperCase()}]`;continue}}if(r.m){if(n[u]==="^"){s+=`(^|(?<=[\r
|
|
36
|
-
]))`;continue}else if(n[
|
|
37
|
-
]))`;continue}}if(r.s&&n[
|
|
38
|
-
`:`[${n[
|
|
39
|
-
]`;continue}s+=n[u],n[u]==="\\"?o=!0:i&&n[u]==="]"?i=!1:!i&&n[u]==="["&&(i=!0)}try{new RegExp(s)}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 s}function pd(t,e){var n,s,o,i,a,c;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"&&((n=t.keyType)==null?void 0:n._def.typeName)===C.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((u,l)=>({...u,[l]:ue(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",l]})??Ye(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};const r={type:"object",additionalProperties:ue(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(((s=t.keyType)==null?void 0:s._def.typeName)===C.ZodString&&((o=t.keyType._def.checks)!=null&&o.length)){const{type:u,...l}=fd(t.keyType._def,e);return{...r,propertyNames:l}}else{if(((i=t.keyType)==null?void 0:i._def.typeName)===C.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(((a=t.keyType)==null?void 0:a._def.typeName)===C.ZodBranded&&t.keyType._def.type._def.typeName===C.ZodString&&((c=t.keyType._def.type._def.checks)!=null&&c.length)){const{type:u,...l}=ld(t.keyType._def,e);return{...r,propertyNames:l}}}return r}function Nw(t,e){if(e.mapStrategy==="record")return pd(t,e);const r=ue(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||Ye(e),n=ue(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||Ye(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function jw(t){const e=t.values,n=Object.keys(t.values).filter(o=>typeof e[e[o]]!="number").map(o=>e[o]),s=Array.from(new Set(n.map(o=>typeof o)));return{type:s.length===1?s[0]==="string"?"string":"number":["string","number"],enum:n}}function Aw(t){return t.target==="openAi"?void 0:{not:Ye({...t,currentPath:[...t.currentPath,"not"]})}}function zw(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}const zs={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function Mw(t,e){if(e.target==="openApi3")return md(t,e);const r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in zs&&(!n._def.checks||!n._def.checks.length))){const n=r.reduce((s,o)=>{const i=zs[o._def.typeName];return i&&!s.includes(i)?[...s,i]:s},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){const n=r.reduce((s,o)=>{const i=typeof o._def.value;switch(i){case"string":case"number":case"boolean":return[...s,i];case"bigint":return[...s,"integer"];case"object":if(o._def.value===null)return[...s,"null"];case"symbol":case"undefined":case"function":default:return s}},[]);if(n.length===r.length){const s=n.filter((o,i,a)=>a.indexOf(o)===i);return{type:s.length>1?s:s[0],enum:r.reduce((o,i)=>o.includes(i._def.value)?o:[...o,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,s)=>[...n,...s._def.values.filter(o=>!n.includes(o))],[])};return md(t,e)}const md=(t,e)=>{const r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,s)=>ue(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${s}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function Zw(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:zs[t.innerType._def.typeName],nullable:!0}:{type:[zs[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){const n=ue(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}const r=ue(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function Lw(t,e){const r={type:"number"};if(!t.checks)return r;for(const n of t.checks)switch(n.kind){case"int":r.type="integer",cd(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?de(r,"minimum",n.value,n.message,e):de(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),de(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?de(r,"maximum",n.value,n.message,e):de(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),de(r,"maximum",n.value,n.message,e));break;case"multipleOf":de(r,"multipleOf",n.value,n.message,e);break}return r}function Uw(t,e){const r=e.target==="openAi",n={type:"object",properties:{}},s=[],o=t.shape();for(const a in o){let c=o[a];if(c===void 0||c._def===void 0)continue;let u=qw(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);const l=ue(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||s.push(a))}s.length&&(n.required=s);const i=Dw(t,e);return i!==void 0&&(n.additionalProperties=i),n}function Dw(t,e){if(t.catchall._def.typeName!=="ZodNever")return ue(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 qw(t){try{return t.isOptional()}catch{return!0}}const Vw=(t,e)=>{var n;if(e.currentPath.toString()===((n=e.propertyPath)==null?void 0:n.toString()))return ue(t.innerType._def,e);const r=ue(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:Ye(e)},r]}:Ye(e)},Fw=(t,e)=>{if(e.pipeStrategy==="input")return ue(t.in._def,e);if(e.pipeStrategy==="output")return ue(t.out._def,e);const r=ue(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=ue(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(s=>s!==void 0)}};function Hw(t,e){return ue(t.type._def,e)}function Ww(t,e){const n={type:"array",uniqueItems:!0,items:ue(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&de(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&de(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Jw(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>ue(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:ue(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>ue(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Bw(t){return{not:Ye(t)}}function Kw(t){return Ye(t)}const Gw=(t,e)=>ue(t.innerType._def,e),Yw=(t,e,r)=>{switch(e){case C.ZodString:return fd(t,r);case C.ZodNumber:return Lw(t,r);case C.ZodObject:return Uw(t,r);case C.ZodBigInt:return ww(t,r);case C.ZodBoolean:return $w();case C.ZodDate:return dd(t,r);case C.ZodUndefined:return Bw(r);case C.ZodNull:return zw(r);case C.ZodArray:return bw(t,r);case C.ZodUnion:case C.ZodDiscriminatedUnion:return Mw(t,r);case C.ZodIntersection:return Rw(t,r);case C.ZodTuple:return Jw(t,r);case C.ZodRecord:return pd(t,r);case C.ZodLiteral:return Iw(t,r);case C.ZodEnum:return Tw(t);case C.ZodNativeEnum:return jw(t);case C.ZodNullable:return Zw(t,r);case C.ZodOptional:return Vw(t,r);case C.ZodMap:return Nw(t,r);case C.ZodSet:return Ww(t,r);case C.ZodLazy:return()=>t.getter()._def;case C.ZodPromise:return Hw(t,r);case C.ZodNaN:case C.ZodNever:return Aw(r);case C.ZodEffects:return Pw(t,r);case C.ZodAny:return Ye(r);case C.ZodUnknown:return Kw(r);case C.ZodDefault:return Ew(t,r);case C.ZodBranded:return ld(t,r);case C.ZodReadonly:return Gw(t,r);case C.ZodCatch:return Sw(t,r);case C.ZodPipeline:return Fw(t,r);case C.ZodFunction:case C.ZodVoid:case C.ZodSymbol:return;default:return(n=>{})()}};function ue(t,e,r=!1){var a;const n=e.seen.get(t);if(e.override){const c=(a=e.override)==null?void 0:a.call(e,t,e,n,r);if(c!==gw)return c}if(n&&!r){const c=Xw(n,e);if(c!==void 0)return c}const s={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,s);const o=Yw(t,t.typeName,e),i=typeof o=="function"?ue(o(),e):o;if(i&&Qw(t,e,i),e.postProcess){const c=e.postProcess(i,t,e);return s.jsonSchema=i,c}return s.jsonSchema=i,i}const Xw=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:ud(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`),Ye(e)):e.$refStrategy==="seen"?Ye(e):void 0}},Qw=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r),e$=(t,e)=>{const r=yw(e);let n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:ue(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??Ye(r)}),{}):void 0;const s=typeof e=="string"?e:(e==null?void 0:e.nameStrategy)==="title"||e==null?void 0:e.name,o=ue(t._def,s===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,s]},!1)??Ye(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(o.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("/")}}));const a=s===void 0?n?{...o,[r.definitionPath]:n}:o:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,s].join("/"),[r.definitionPath]:{...n,[s]:o}};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 t$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function _d(t,e){var r,n,s;return _t(t)?Gv(t,{target:t$(e==null?void 0:e.target),io:(r=e==null?void 0:e.pipeStrategy)!==null&&r!==void 0?r:"input"}):e$(t,{strictUnions:(n=e==null?void 0:e.strictUnions)!==null&&n!==void 0?n:!0,pipeStrategy:(s=e==null?void 0:e.pipeStrategy)!==null&&s!==void 0?s:"input"})}function gd(t){const e=xn(t),r=e==null?void 0:e.method;if(!r)throw new Error("Schema is missing a method literal");const n=id(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function vd(t,e){const r=As(t,e);if(!r.success)throw r.error;return r.data}const r$=6e4;class yd{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.setNotificationHandler($i,r=>{const n=this._requestHandlerAbortControllers.get(r.params.requestId);n==null||n.abort(r.params.reason)}),this.setNotificationHandler(Ei,r=>{this._onprogress(r)}),this.setRequestHandler(ki,r=>({}))}_setupTimeout(e,r,n,s,o=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(s,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:o,onTimeout:s})}_resetTimeout(e){const r=this._timeoutInfo.get(e);if(!r)return!1;const n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),ae.fromError(ie.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){const r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){var r,n,s;this._transport=e;const o=(r=this.transport)===null||r===void 0?void 0:r.onclose;this._transport.onclose=()=>{o==null||o(),this._onclose()};const i=(n=this.transport)===null||n===void 0?void 0:n.onerror;this._transport.onerror=c=>{i==null||i(c),this._onerror(c)};const a=(s=this._transport)===null||s===void 0?void 0:s.onmessage;this._transport.onmessage=(c,u)=>{a==null||a(c,u),wi(c)||i0(c)?this._onresponse(c):pl(c)?this._onrequest(c,u):o0(c)?this._onnotification(c):this._onerror(new Error(`Unknown message type: ${JSON.stringify(c)}`))},await this._transport.start()}_onclose(){var e;const r=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._pendingDebouncedNotifications.clear(),this._transport=void 0,(e=this.onclose)===null||e===void 0||e.call(this);const n=ae.fromError(ie.ConnectionClosed,"Connection closed");for(const s of r.values())s(n)}_onerror(e){var r;(r=this.onerror)===null||r===void 0||r.call(this,e)}_onnotification(e){var r;const n=(r=this._notificationHandlers.get(e.method))!==null&&r!==void 0?r:this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(e)).catch(s=>this._onerror(new Error(`Uncaught error in notification handler: ${s}`)))}_onrequest(e,r){var n,s;const o=(n=this._requestHandlers.get(e.method))!==null&&n!==void 0?n:this.fallbackRequestHandler,i=this._transport;if(o===void 0){i==null||i.send({jsonrpc:"2.0",id:e.id,error:{code:ie.MethodNotFound,message:"Method not found"}}).catch(u=>this._onerror(new Error(`Failed to send an error response: ${u}`)));return}const a=new AbortController;this._requestHandlerAbortControllers.set(e.id,a);const c={signal:a.signal,sessionId:i==null?void 0:i.sessionId,_meta:(s=e.params)===null||s===void 0?void 0:s._meta,sendNotification:u=>this.notification(u,{relatedRequestId:e.id}),sendRequest:(u,l,f)=>this.request(u,l,{...f,relatedRequestId:e.id}),authInfo:r==null?void 0:r.authInfo,requestId:e.id,requestInfo:r==null?void 0:r.requestInfo};Promise.resolve().then(()=>o(e,c)).then(u=>{if(!a.signal.aborted)return i==null?void 0:i.send({result:u,jsonrpc:"2.0",id:e.id})},u=>{var l;if(!a.signal.aborted)return i==null?void 0:i.send({jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(u.code)?u.code:ie.InternalError,message:(l=u.message)!==null&&l!==void 0?l:"Internal error",...u.data!==void 0&&{data:u.data}}})}).catch(u=>this._onerror(new Error(`Failed to send response: ${u}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){const{progressToken:r,...n}=e.params,s=Number(r),o=this._progressHandlers.get(s);if(!o){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}const i=this._responseHandlers.get(s),a=this._timeoutInfo.get(s);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(s)}catch(c){i(c);return}o(n)}_onresponse(e){const r=Number(e.id),n=this._responseHandlers.get(r);if(n===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}if(this._responseHandlers.delete(r),this._progressHandlers.delete(r),this._cleanupTimeout(r),wi(e))n(e);else{const s=ae.fromError(e.error.code,e.error.message,e.error.data);n(s)}}get transport(){return this._transport}async close(){var e;await((e=this._transport)===null||e===void 0?void 0:e.close())}request(e,r,n){const{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}=n??{};return new Promise((a,c)=>{var u,l,f,_,y,g;if(!this._transport){c(new Error("Not connected"));return}((u=this._options)===null||u===void 0?void 0:u.enforceStrictCapabilities)===!0&&this.assertCapabilityForMethod(e.method),(l=n==null?void 0:n.signal)===null||l===void 0||l.throwIfAborted();const v=this._requestMessageId++,h={...e,jsonrpc:"2.0",id:v};n!=null&&n.onprogress&&(this._progressHandlers.set(v,n.onprogress),h.params={...e.params,_meta:{...((f=e.params)===null||f===void 0?void 0:f._meta)||{},progressToken:v}});const d=S=>{var P;this._responseHandlers.delete(v),this._progressHandlers.delete(v),this._cleanupTimeout(v),(P=this._transport)===null||P===void 0||P.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:v,reason:String(S)}},{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(O=>this._onerror(new Error(`Failed to send cancellation: ${O}`))),c(S)};this._responseHandlers.set(v,S=>{var P;if(!(!((P=n==null?void 0:n.signal)===null||P===void 0)&&P.aborted)){if(S instanceof Error)return c(S);try{const O=As(r,S.result);O.success?a(O.data):c(O.error)}catch(O){c(O)}}}),(_=n==null?void 0:n.signal)===null||_===void 0||_.addEventListener("abort",()=>{var S;d((S=n==null?void 0:n.signal)===null||S===void 0?void 0:S.reason)});const m=(y=n==null?void 0:n.timeout)!==null&&y!==void 0?y:r$,w=()=>d(ae.fromError(ie.RequestTimeout,"Request timed out",{timeout:m}));this._setupTimeout(v,m,n==null?void 0:n.maxTotalTimeout,w,(g=n==null?void 0:n.resetTimeoutOnProgress)!==null&&g!==void 0?g:!1),this._transport.send(h,{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(S=>{this._cleanupTimeout(v),c(S)})})}async notification(e,r){var n,s;if(!this._transport)throw new Error("Not connected");if(this.assertNotificationCapability(e.method),((s=(n=this._options)===null||n===void 0?void 0:n.debouncedNotificationMethods)!==null&&s!==void 0?s:[]).includes(e.method)&&!e.params&&!(r!=null&&r.relatedRequestId)){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{var c;if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;const u={...e,jsonrpc:"2.0"};(c=this._transport)===null||c===void 0||c.send(u,r).catch(l=>this._onerror(l))});return}const a={...e,jsonrpc:"2.0"};await this._transport.send(a,r)}setRequestHandler(e,r){const n=gd(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(s,o)=>{const i=vd(e,s);return Promise.resolve(r(i,o))})}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){const n=gd(e);this._notificationHandlers.set(n,s=>{const o=vd(e,s);return Promise.resolve(r(o))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}}function bd(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function wd(t,e){const r={...t};for(const n in e){const s=n,o=e[s];if(o===void 0)continue;const i=r[s];bd(i)&&bd(o)?r[s]={...i,...o}:r[s]=o}return r}var Ki={exports:{}},$d={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.formatNames=t.fastFormats=t.fullFormats=void 0;function e(U,K){return{validate:U,compare:K}}t.fullFormats={date:e(o,i),time:e(c(!0),u),"date-time":e(_(!0),y),"iso-time":e(c(),l),"iso-date-time":e(_(),g),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:d,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:Ae,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:w,int32:{type:"number",validate:O},int64:{type:"number",validate:V},float:{type:"number",validate:ce},double:{type:"number",validate:ce},password:!0,binary:!0},t.fastFormats={...t.fullFormats,date:e(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,i),time:e(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,u),"date-time":e(/^\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,y),"iso-time":e(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,l),"iso-date-time":e(/^\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,g),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},t.formatNames=Object.keys(t.fullFormats);function r(U){return U%4===0&&(U%100!==0||U%400===0)}const n=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,s=[0,31,28,31,30,31,30,31,31,30,31,30,31];function o(U){const K=n.exec(U);if(!K)return!1;const Se=+K[1],se=+K[2],De=+K[3];return se>=1&&se<=12&&De>=1&&De<=(se===2&&r(Se)?29:s[se])}function i(U,K){if(U&&K)return U>K?1:U<K?-1:0}const a=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function c(U){return function(Se){const se=a.exec(Se);if(!se)return!1;const De=+se[1],Zt=+se[2],Lt=+se[3],Ln=se[4],mr=se[5]==="-"?-1:1,N=+(se[6]||0),k=+(se[7]||0);if(N>23||k>59||U&&!Ln)return!1;if(De<=23&&Zt<=59&&Lt<60)return!0;const R=Zt-k*mr,E=De-N*mr-(R<0?1:0);return(E===23||E===-1)&&(R===59||R===-1)&&Lt<61}}function u(U,K){if(!(U&&K))return;const Se=new Date("2020-01-01T"+U).valueOf(),se=new Date("2020-01-01T"+K).valueOf();if(Se&&se)return Se-se}function l(U,K){if(!(U&&K))return;const Se=a.exec(U),se=a.exec(K);if(Se&&se)return U=Se[1]+Se[2]+Se[3],K=se[1]+se[2]+se[3],U>K?1:U<K?-1:0}const f=/t|\s/i;function _(U){const K=c(U);return function(se){const De=se.split(f);return De.length===2&&o(De[0])&&K(De[1])}}function y(U,K){if(!(U&&K))return;const Se=new Date(U).valueOf(),se=new Date(K).valueOf();if(Se&&se)return Se-se}function g(U,K){if(!(U&&K))return;const[Se,se]=U.split(f),[De,Zt]=K.split(f),Lt=i(Se,De);if(Lt!==void 0)return Lt||u(se,Zt)}const v=/\/|:/,h=/^(?:[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 d(U){return v.test(U)&&h.test(U)}const m=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function w(U){return m.lastIndex=0,m.test(U)}const S=-2147483648,P=2**31-1;function O(U){return Number.isInteger(U)&&U<=P&&U>=S}function V(U){return Number.isInteger(U)}function ce(){return!0}const G=/[^\\]\\Z/;function Ae(U){if(G.test(U))return!1;try{return new RegExp(U),!0}catch{return!1}}})($d);var Sd={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.formatLimitDefinition=void 0;const e=ai,r=Q,n=r.operators,s={formatMaximum:{okStr:"<=",ok:n.LTE,fail:n.GT},formatMinimum:{okStr:">=",ok:n.GTE,fail:n.LT},formatExclusiveMaximum:{okStr:"<",ok:n.LT,fail:n.GTE},formatExclusiveMinimum:{okStr:">",ok:n.GT,fail:n.LTE}},o={message:({keyword:a,schemaCode:c})=>(0,r.str)`should be ${s[a].okStr} ${c}`,params:({keyword:a,schemaCode:c})=>(0,r._)`{comparison: ${s[a].okStr}, limit: ${c}}`};t.formatLimitDefinition={keyword:Object.keys(s),type:"string",schemaType:"string",$data:!0,error:o,code(a){const{gen:c,data:u,schemaCode:l,keyword:f,it:_}=a,{opts:y,self:g}=_;if(!y.validateFormats)return;const v=new e.KeywordCxt(_,g.RULES.all.format.definition,"format");v.$data?h():d();function h(){const w=c.scopeValue("formats",{ref:g.formats,code:y.code.formats}),S=c.const("fmt",(0,r._)`${w}[${v.schemaCode}]`);a.fail$data((0,r.or)((0,r._)`typeof ${S} != "object"`,(0,r._)`${S} instanceof RegExp`,(0,r._)`typeof ${S}.compare != "function"`,m(S)))}function d(){const w=v.schema,S=g.formats[w];if(!S||S===!0)return;if(typeof S!="object"||S instanceof RegExp||typeof S.compare!="function")throw new Error(`"${f}": format "${w}" does not define "compare" function`);const P=c.scopeValue("formats",{key:w,ref:S,code:y.code.formats?(0,r._)`${y.code.formats}${(0,r.getProperty)(w)}`:void 0});a.fail$data(m(P))}function m(w){return(0,r._)`${w}.compare(${u}, ${l}) ${s[f].fail} 0`}},dependencies:["format"]};const i=a=>(a.addKeyword(t.formatLimitDefinition),a);t.default=i})(Sd),function(t,e){Object.defineProperty(e,"__esModule",{value:!0});const r=$d,n=Sd,s=Q,o=new s.Name("fullFormats"),i=new s.Name("fastFormats"),a=(u,l={keywords:!0})=>{if(Array.isArray(l))return c(u,l,r.fullFormats,o),u;const[f,_]=l.mode==="fast"?[r.fastFormats,i]:[r.fullFormats,o],y=l.formats||r.formatNames;return c(u,y,f,_),l.keywords&&(0,n.default)(u),u};a.get=(u,l="full")=>{const _=(l==="fast"?r.fastFormats:r.fullFormats)[u];if(!_)throw new Error(`Unknown format "${u}"`);return _};function c(u,l,f,_){var y,g;(y=(g=u.opts.code).formats)!==null&&y!==void 0||(g.formats=(0,s._)`require("ajv-formats/dist/formats").${_}`);for(const v of l)u.addFormat(v,f[v])}t.exports=e=a,Object.defineProperty(e,"__esModule",{value:!0}),e.default=a}(Ki,Ki.exports);var n$=Ki.exports;const s$=_r(n$);function o$(){const t=new ai.Ajv({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return s$(t),t}class kd{constructor(e){this._ajv=e??o$()}getValidator(e){var r;const n="$id"in e&&typeof e.$id=="string"?(r=this._ajv.getSchema(e.$id))!==null&&r!==void 0?r:this._ajv.compile(e):this._ajv.compile(e);return s=>n(s)?{valid:!0,data:s,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(n.errors)}}}function Ms(t,e){if(!(!t||e===null||typeof e!="object")){if(t.type==="object"&&t.properties&&typeof t.properties=="object"){const r=e,n=t.properties;for(const s of Object.keys(n)){const o=n[s];r[s]===void 0&&Object.prototype.hasOwnProperty.call(o,"default")&&(r[s]=o.default),r[s]!==void 0&&Ms(o,r[s])}}if(Array.isArray(t.anyOf))for(const r of t.anyOf)Ms(r,e);if(Array.isArray(t.oneOf))for(const r of t.oneOf)Ms(r,e)}}function i$(t){if(!t)return{supportsFormMode:!1,supportsUrlMode:!1};const e=t.form!==void 0,r=t.url!==void 0;return{supportsFormMode:e||!e&&!r,supportsUrlMode:r}}class In extends yd{constructor(e,r){var n,s;super(r),this._clientInfo=e,this._cachedToolOutputValidators=new Map,this._capabilities=(n=r==null?void 0:r.capabilities)!==null&&n!==void 0?n:{},this._jsonSchemaValidator=(s=r==null?void 0:r.jsonSchemaValidator)!==null&&s!==void 0?s:new kd}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=wd(this._capabilities,e)}setRequestHandler(e,r){var n,s,o;const i=xn(e),a=i==null?void 0:i.method;if(!a)throw new Error("Schema is missing a method literal");let c;if(_t(a)){const l=a,f=(n=l._zod)===null||n===void 0?void 0:n.def;c=(s=f==null?void 0:f.value)!==null&&s!==void 0?s:l.value}else{const l=a,f=l._def;c=(o=f==null?void 0:f.value)!==null&&o!==void 0?o:l.value}if(typeof c!="string")throw new Error("Schema method literal must be a string");if(c==="elicitation/create"){const l=async(f,_)=>{var y,g,v;const h=As(zi,f);if(!h.success){const G=h.error instanceof Error?h.error.message:String(h.error);throw new ae(ie.InvalidParams,`Invalid elicitation request: ${G}`)}const{params:d}=h.data,m=(y=d.mode)!==null&&y!==void 0?y:"form",{supportsFormMode:w,supportsUrlMode:S}=i$(this._capabilities.elicitation);if(m==="form"&&!w)throw new ae(ie.InvalidParams,"Client does not support form-mode elicitation requests");if(m==="url"&&!S)throw new ae(ie.InvalidParams,"Client does not support URL-mode elicitation requests");const P=await Promise.resolve(r(f,_)),O=As(fn,P);if(!O.success){const G=O.error instanceof Error?O.error.message:String(O.error);throw new ae(ie.InvalidParams,`Invalid elicitation result: ${G}`)}const V=O.data,ce=m==="form"?d.requestedSchema:void 0;if(m==="form"&&V.action==="accept"&&V.content&&ce&&!((v=(g=this._capabilities.elicitation)===null||g===void 0?void 0:g.form)===null||v===void 0)&&v.applyDefaults)try{Ms(ce,V.content)}catch{}return V};return super.setRequestHandler(e,l)}return super.setRequestHandler(e,r)}assertCapability(e,r){var n;if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n[e]))throw new Error(`Server does not support ${e} (required for ${r})`)}async connect(e,r){if(await super.connect(e),e.sessionId===void 0)try{const n=await this.request({method:"initialize",params:{protocolVersion:ln,capabilities:this._capabilities,clientInfo:this._clientInfo}},bl,r);if(n===void 0)throw new Error(`Server sent invalid initialize result: ${n}`);if(!ll.includes(n.protocolVersion))throw new Error(`Server's protocol version is not supported: ${n.protocolVersion}`);this._serverCapabilities=n.capabilities,this._serverVersion=n.serverInfo,e.setProtocolVersion&&e.setProtocolVersion(n.protocolVersion),this._instructions=n.instructions,await this.notification({method:"notifications/initialized"})}catch(n){throw this.close(),n}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(e){var r,n,s,o,i;switch(e){case"logging/setLevel":if(!(!((r=this._serverCapabilities)===null||r===void 0)&&r.logging))throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n.prompts))throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!(!((s=this._serverCapabilities)===null||s===void 0)&&s.resources))throw new Error(`Server does not support resources (required for ${e})`);if(e==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${e})`);break;case"tools/call":case"tools/list":if(!(!((o=this._serverCapabilities)===null||o===void 0)&&o.tools))throw new Error(`Server does not support tools (required for ${e})`);break;case"completion/complete":if(!(!((i=this._serverCapabilities)===null||i===void 0)&&i.completions))throw new Error(`Server does not support completions (required for ${e})`);break}}assertNotificationCapability(e){var r;switch(e){case"notifications/roots/list_changed":if(!(!((r=this._capabilities.roots)===null||r===void 0)&&r.listChanged))throw new Error(`Client does not support roots list changed notifications (required for ${e})`);break}}assertRequestHandlerCapability(e){switch(e){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${e})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${e})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${e})`);break}}async ping(e){return this.request({method:"ping"},Jt,e)}async complete(e,r){return this.request({method:"completion/complete",params:e},Vl,r)}async setLoggingLevel(e,r){return this.request({method:"logging/setLevel",params:{level:e}},Jt,r)}async getPrompt(e,r){return this.request({method:"prompts/get",params:e},zl,r)}async listPrompts(e,r){return this.request({method:"prompts/list",params:e},Ol,r)}async listResources(e,r){return this.request({method:"resources/list",params:e},El,r)}async listResourceTemplates(e,r){return this.request({method:"resources/templates/list",params:e},Pl,r)}async readResource(e,r){return this.request({method:"resources/read",params:e},Tl,r)}async subscribeResource(e,r){return this.request({method:"resources/subscribe",params:e},Jt,r)}async unsubscribeResource(e,r){return this.request({method:"resources/unsubscribe",params:e},Jt,r)}async callTool(e,r=ks,n){const s=await this.request({method:"tools/call",params:e},r,n),o=this.getToolOutputValidator(e.name);if(o){if(!s.structuredContent&&!s.isError)throw new ae(ie.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`);if(s.structuredContent)try{const i=o(s.structuredContent);if(!i.valid)throw new ae(ie.InvalidParams,`Structured content does not match the tool's output schema: ${i.errorMessage}`)}catch(i){throw i instanceof ae?i:new ae(ie.InvalidParams,`Failed to validate structured content: ${i instanceof Error?i.message:String(i)}`)}}return s}cacheToolOutputSchemas(e){this._cachedToolOutputValidators.clear();for(const r of e)if(r.outputSchema){const n=this._jsonSchemaValidator.getValidator(r.outputSchema);this._cachedToolOutputValidators.set(r.name,n)}}getToolOutputValidator(e){return this._cachedToolOutputValidators.get(e)}async listTools(e,r){const n=await this.request({method:"tools/list",params:e},Ll,r);return this.cacheToolOutputSchemas(n.tools),n}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}}class Ed extends Error{constructor(e,r){super(e),this.name="ParseError",this.type=r.type,this.field=r.field,this.value=r.value,this.line=r.line}}function Gi(t){}function Pd(t){if(typeof t=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:e=Gi,onError:r=Gi,onRetry:n=Gi,onComment:s}=t;let o="",i=!0,a,c="",u="";function l(v){const h=i?v.replace(/^\xEF\xBB\xBF/,""):v,[d,m]=a$(`${o}${h}`);for(const w of d)f(w);o=m,i=!1}function f(v){if(v===""){y();return}if(v.startsWith(":")){s&&s(v.slice(v.startsWith(": ")?2:1));return}const h=v.indexOf(":");if(h!==-1){const d=v.slice(0,h),m=v[h+1]===" "?2:1,w=v.slice(h+m);_(d,w,v);return}_(v,"",v)}function _(v,h,d){switch(v){case"event":u=h;break;case"data":c=`${c}${h}
|
|
40
|
-
`;break;case"id":a=
|
|
41
|
-
`)?c.slice(0,-1):c}),a=void 0,c="",u=""}function g
|
|
35
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const l of this.seen.entries()){const d=l[1];if(e===l[0]){i(l);continue}if(n.external){const _=n.external.registry.get(l[0])?.id;if(e!==l[0]&&_){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}}const a=(l,d)=>{const p=this.seen.get(l),_=p.def??p.schema,m={..._};if(p.ref===null)return;const g=p.ref;if(p.ref=null,g){a(g,d);const f=this.seen.get(g).schema;f.$ref&&d.target==="draft-7"?(_.allOf=_.allOf??[],_.allOf.push(f)):(Object.assign(_,f),Object.assign(_,m))}p.isParent||this.override({zodSchema:l,jsonSchema:_,path:p.path??[]})};for(const l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});const 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){const 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,s.def);const u=n.external?.defs??{};for(const l of this.seen.entries()){const 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 sg(t,e){if(t instanceof ml){const n=new Sl(e),s={};for(const a of t._idmap.entries()){const[c,u]=a;n.process(u)}const o={},i={registry:t,uri:e?.uri,defs:s};for(const a of t._idmap.entries()){const[c,u]=a;o[c]=n.emit(u,{...e,external:i})}if(Object.keys(s).length>0){const a=n.target==="draft-2020-12"?"$defs":"definitions";o.__shared={[a]:s}}return{schemas:o}}const r=new Sl(e);return r.process(t),r.emit(t,e)}function Ue(t,e){const r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);const s=t._zod.def;switch(s.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 Ue(s.element,r);case"object":{for(const o in s.shape)if(Ue(s.shape[o],r))return!0;return!1}case"union":{for(const o of s.options)if(Ue(o,r))return!0;return!1}case"intersection":return Ue(s.left,r)||Ue(s.right,r);case"tuple":{for(const o of s.items)if(Ue(o,r))return!0;return!!(s.rest&&Ue(s.rest,r))}case"record":return Ue(s.keyType,r)||Ue(s.valueType,r);case"map":return Ue(s.keyType,r)||Ue(s.valueType,r);case"set":return Ue(s.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Ue(s.innerType,r);case"lazy":return Ue(s.getter(),r);case"default":return Ue(s.innerType,r);case"prefault":return Ue(s.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Ue(s.in,r)||Ue(s.out,r);case"success":return!1;case"catch":return!1}throw new Error(`Unknown schema type: ${s.type}`)}const og=A("ZodISODateTime",(t,e)=>{xm.init(t,e),je.init(t,e)});function kl(t){return N_(og,t)}const ig=A("ZodISODate",(t,e)=>{Im.init(t,e),je.init(t,e)});function ag(t){return A_(ig,t)}const cg=A("ZodISOTime",(t,e)=>{Cm.init(t,e),je.init(t,e)});function ug(t){return M_(cg,t)}const lg=A("ZodISODuration",(t,e)=>{Om.init(t,e),je.init(t,e)});function dg(t){return j_(lg,t)}const Ds=A("ZodError",(t,e)=>{Hu.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Ep(t,r)},flatten:{value:r=>Rp(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},{Parent:Error}),hg=Fu(Ds),fg=Wu(Ds),pg=Ju(Ds),mg=Bu(Ds),Ae=A("ZodType",(t,e)=>(Ie.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)=>Yt(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t)),t.parse=(r,n)=>hg(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>pg(t,r,n),t.parseAsync=async(r,n)=>fg(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>mg(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(sv(r,n)),t.superRefine=r=>t.check(ov(r)),t.overwrite=r=>t.check(sn(r)),t.optional=()=>ee(t),t.nullable=()=>jl(t),t.nullish=()=>ee(jl(t)),t.nonoptional=r=>Yg(t,r),t.array=()=>x(t),t.or=r=>ae([t,r]),t.and=r=>on(t,r),t.transform=r=>fi(t,Al(r)),t.default=r=>Bg(t,r),t.prefault=r=>Gg(t,r),t.catch=r=>Xg(t,r),t.pipe=r=>fi(t,r),t.readonly=()=>rv(t),t.describe=r=>{const n=t.clone();return nn.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return nn.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return nn.get(t);const n=t.clone();return nn.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),Tl=A("_ZodString",(t,e)=>{ii.init(t,e),Ae.init(t,e);const r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(F_(...n)),t.includes=(...n)=>t.check(B_(...n)),t.startsWith=(...n)=>t.check(K_(...n)),t.endsWith=(...n)=>t.check(G_(...n)),t.min=(...n)=>t.check(Zs(...n)),t.max=(...n)=>t.check(bl(...n)),t.length=(...n)=>t.check($l(...n)),t.nonempty=(...n)=>t.check(Zs(1,...n)),t.lowercase=n=>t.check(W_(n)),t.uppercase=n=>t.check(J_(n)),t.trim=()=>t.check(Q_()),t.normalize=(...n)=>t.check(Y_(...n)),t.toLowerCase=()=>t.check(X_()),t.toUpperCase=()=>t.check(eg())}),_g=A("ZodString",(t,e)=>{ii.init(t,e),Tl.init(t,e),t.email=r=>t.check(f_(gg,r)),t.url=r=>t.check(gl(El,r)),t.jwt=r=>t.check(O_(Og,r)),t.emoji=r=>t.check(v_(vg,r)),t.guid=r=>t.check(_l(Rl,r)),t.uuid=r=>t.check(p_(Vs,r)),t.uuidv4=r=>t.check(m_(Vs,r)),t.uuidv6=r=>t.check(__(Vs,r)),t.uuidv7=r=>t.check(g_(Vs,r)),t.nanoid=r=>t.check(y_(yg,r)),t.guid=r=>t.check(_l(Rl,r)),t.cuid=r=>t.check(w_(wg,r)),t.cuid2=r=>t.check(b_(bg,r)),t.ulid=r=>t.check($_($g,r)),t.base64=r=>t.check(x_(xg,r)),t.base64url=r=>t.check(I_(Ig,r)),t.xid=r=>t.check(S_(Sg,r)),t.ksuid=r=>t.check(k_(kg,r)),t.ipv4=r=>t.check(T_(Tg,r)),t.ipv6=r=>t.check(R_(Rg,r)),t.cidrv4=r=>t.check(E_(Eg,r)),t.cidrv6=r=>t.check(P_(Pg,r)),t.e164=r=>t.check(C_(Cg,r)),t.datetime=r=>t.check(kl(r)),t.date=r=>t.check(ag(r)),t.time=r=>t.check(ug(r)),t.duration=r=>t.check(dg(r))});function y(t){return h_(_g,t)}const je=A("ZodStringFormat",(t,e)=>{Ne.init(t,e),Tl.init(t,e)}),gg=A("ZodEmail",(t,e)=>{wm.init(t,e),je.init(t,e)}),Rl=A("ZodGUID",(t,e)=>{vm.init(t,e),je.init(t,e)}),Vs=A("ZodUUID",(t,e)=>{ym.init(t,e),je.init(t,e)}),El=A("ZodURL",(t,e)=>{bm.init(t,e),je.init(t,e)});function Pl(t){return gl(El,t)}const vg=A("ZodEmoji",(t,e)=>{$m.init(t,e),je.init(t,e)}),yg=A("ZodNanoID",(t,e)=>{Sm.init(t,e),je.init(t,e)}),wg=A("ZodCUID",(t,e)=>{km.init(t,e),je.init(t,e)}),bg=A("ZodCUID2",(t,e)=>{Tm.init(t,e),je.init(t,e)}),$g=A("ZodULID",(t,e)=>{Rm.init(t,e),je.init(t,e)}),Sg=A("ZodXID",(t,e)=>{Em.init(t,e),je.init(t,e)}),kg=A("ZodKSUID",(t,e)=>{Pm.init(t,e),je.init(t,e)}),Tg=A("ZodIPv4",(t,e)=>{Nm.init(t,e),je.init(t,e)}),Rg=A("ZodIPv6",(t,e)=>{Am.init(t,e),je.init(t,e)}),Eg=A("ZodCIDRv4",(t,e)=>{Mm.init(t,e),je.init(t,e)}),Pg=A("ZodCIDRv6",(t,e)=>{jm.init(t,e),je.init(t,e)}),xg=A("ZodBase64",(t,e)=>{qm.init(t,e),je.init(t,e)}),Ig=A("ZodBase64URL",(t,e)=>{Um.init(t,e),je.init(t,e)}),Cg=A("ZodE164",(t,e)=>{Lm.init(t,e),je.init(t,e)}),Og=A("ZodJWT",(t,e)=>{Dm.init(t,e),je.init(t,e)}),li=A("ZodNumber",(t,e)=>{nl.init(t,e),Ae.init(t,e),t.gt=(n,s)=>t.check(yl(n,s)),t.gte=(n,s)=>t.check(ui(n,s)),t.min=(n,s)=>t.check(ui(n,s)),t.lt=(n,s)=>t.check(vl(n,s)),t.lte=(n,s)=>t.check(ci(n,s)),t.max=(n,s)=>t.check(ci(n,s)),t.int=n=>t.check(xl(n)),t.safe=n=>t.check(xl(n)),t.positive=n=>t.check(yl(0,n)),t.nonnegative=n=>t.check(ui(0,n)),t.negative=n=>t.check(vl(0,n)),t.nonpositive=n=>t.check(ci(0,n)),t.multipleOf=(n,s)=>t.check(wl(n,s)),t.step=(n,s)=>t.check(wl(n,s)),t.finite=()=>t;const 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 ne(t){return q_(li,t)}const Ng=A("ZodNumberFormat",(t,e)=>{Vm.init(t,e),li.init(t,e)});function xl(t){return U_(Ng,t)}const Ag=A("ZodBoolean",(t,e)=>{Hm.init(t,e),Ae.init(t,e)});function oe(t){return L_(Ag,t)}const Mg=A("ZodNull",(t,e)=>{Fm.init(t,e),Ae.init(t,e)});function Il(t){return Z_(Mg,t)}const jg=A("ZodAny",(t,e)=>{Wm.init(t,e),Ae.init(t,e)});function Cl(){return D_(jg)}const qg=A("ZodUnknown",(t,e)=>{Jm.init(t,e),Ae.init(t,e)});function de(){return V_(qg)}const zg=A("ZodNever",(t,e)=>{Bm.init(t,e),Ae.init(t,e)});function Ug(t){return H_(zg,t)}const Lg=A("ZodArray",(t,e)=>{Km.init(t,e),Ae.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(Zs(r,n)),t.nonempty=r=>t.check(Zs(1,r)),t.max=(r,n)=>t.check(bl(r,n)),t.length=(r,n)=>t.check($l(r,n)),t.unwrap=()=>t.element});function x(t,e){return tg(Lg,t,e)}const Ol=A("ZodObject",(t,e)=>{il.init(t,e),Ae.init(t,e),Oe(t,"shape",()=>e.shape),t.keyof=()=>qe(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:de()}),t.loose=()=>t.clone({...t._zod.def,catchall:de()}),t.strict=()=>t.clone({...t._zod.def,catchall:Ug()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>$p(t,r),t.merge=r=>Sp(t,r),t.pick=r=>wp(t,r),t.omit=r=>bp(t,r),t.partial=(...r)=>kp(Ml,t,r[0]),t.required=(...r)=>Tp(ql,t,r[0])});function C(t,e){const r={type:"object",get shape(){return Qr(this,"shape",{...t}),this.shape},...Y(e)};return new Ol(r)}function Ee(t,e){return new Ol({type:"object",get shape(){return Qr(this,"shape",{...t}),this.shape},catchall:de(),...Y(e)})}const Nl=A("ZodUnion",(t,e)=>{cl.init(t,e),Ae.init(t,e),t.options=e.options});function ae(t,e){return new Nl({type:"union",options:t,...Y(e)})}const Zg=A("ZodDiscriminatedUnion",(t,e)=>{Nl.init(t,e),Gm.init(t,e)});function di(t,e,r){return new Zg({type:"union",options:e,discriminator:t,...Y(r)})}const Dg=A("ZodIntersection",(t,e)=>{Ym.init(t,e),Ae.init(t,e)});function on(t,e){return new Dg({type:"intersection",left:t,right:e})}const Vg=A("ZodRecord",(t,e)=>{Qm.init(t,e),Ae.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ce(t,e,r){return new Vg({type:"record",keyType:t,valueType:e,...Y(r)})}const hi=A("ZodEnum",(t,e)=>{Xm.init(t,e),Ae.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);const r=new Set(Object.keys(e.entries));t.extract=(n,s)=>{const o={};for(const i of n)if(r.has(i))o[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new hi({...e,checks:[],...Y(s),entries:o})},t.exclude=(n,s)=>{const o={...e.entries};for(const i of n)if(r.has(i))delete o[i];else throw new Error(`Key ${i} not found in enum`);return new hi({...e,checks:[],...Y(s),entries:o})}});function qe(t,e){const r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new hi({type:"enum",entries:r,...Y(e)})}const Hg=A("ZodLiteral",(t,e)=>{e_.init(t,e),Ae.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 z(t,e){return new Hg({type:"literal",values:Array.isArray(t)?t:[t],...Y(e)})}const Fg=A("ZodTransform",(t,e)=>{t_.init(t,e),Ae.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=o=>{if(typeof o=="string")r.issues.push(rn(o,r.value,e));else{const i=o;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(rn(i))}};const s=e.transform(r.value,r);return s instanceof Promise?s.then(o=>(r.value=o,r)):(r.value=s,r)}});function Al(t){return new Fg({type:"transform",transform:t})}const Ml=A("ZodOptional",(t,e)=>{r_.init(t,e),Ae.init(t,e),t.unwrap=()=>t._zod.def.innerType});function ee(t){return new Ml({type:"optional",innerType:t})}const Wg=A("ZodNullable",(t,e)=>{n_.init(t,e),Ae.init(t,e),t.unwrap=()=>t._zod.def.innerType});function jl(t){return new Wg({type:"nullable",innerType:t})}const Jg=A("ZodDefault",(t,e)=>{s_.init(t,e),Ae.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Bg(t,e){return new Jg({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}const Kg=A("ZodPrefault",(t,e)=>{o_.init(t,e),Ae.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Gg(t,e){return new Kg({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}const ql=A("ZodNonOptional",(t,e)=>{i_.init(t,e),Ae.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Yg(t,e){return new ql({type:"nonoptional",innerType:t,...Y(e)})}const Qg=A("ZodCatch",(t,e)=>{a_.init(t,e),Ae.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Xg(t,e){return new Qg({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}const ev=A("ZodPipe",(t,e)=>{c_.init(t,e),Ae.init(t,e),t.in=e.in,t.out=e.out});function fi(t,e){return new ev({type:"pipe",in:t,out:e})}const tv=A("ZodReadonly",(t,e)=>{u_.init(t,e),Ae.init(t,e)});function rv(t){return new tv({type:"readonly",innerType:t})}const zl=A("ZodCustom",(t,e)=>{l_.init(t,e),Ae.init(t,e)});function nv(t){const e=new nt({check:"custom"});return e._zod.check=t,e}function Ul(t,e){return rg(zl,t??(()=>!0),e)}function sv(t,e={}){return ng(zl,t,e)}function ov(t){const e=nv(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(rn(n,r.value,e._zod.def));else{const s=n;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=e),s.continue??(s.continue=!e._zod.def.abort),r.issues.push(rn(s))}},t(r.value,r)));return e}function pi(t,e){return fi(Al(t),e)}const Ll={custom:"custom"};function iv(t){return z_(li,t)}const Hs="2025-11-25",av=[Hs,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],fr="io.modelcontextprotocol/related-task",Fs="2.0",Ve=Ul(t=>t!==null&&(typeof t=="object"||typeof t=="function")),Zl=ae([y(),ne().int()]),Dl=y();Ee({ttl:ae([ne(),Il()]).optional(),pollInterval:ne().optional()});const cv=C({ttl:ne().optional()}),uv=C({taskId:y()}),mi=Ee({progressToken:Zl.optional(),[fr]:uv.optional()}),lt=C({_meta:mi.optional()}),an=lt.extend({task:cv.optional()}),lv=t=>an.safeParse(t).success,He=C({method:y(),params:lt.loose().optional()}),ft=C({_meta:mi.optional()}),pt=C({method:y(),params:ft.loose().optional()}),Fe=Ee({_meta:mi.optional()}),Ws=ae([y(),ne().int()]),Vl=C({jsonrpc:z(Fs),id:Ws,...He.shape}).strict(),_i=t=>Vl.safeParse(t).success,Hl=C({jsonrpc:z(Fs),...pt.shape}).strict(),dv=t=>Hl.safeParse(t).success,gi=C({jsonrpc:z(Fs),id:Ws,result:Fe}).strict(),cn=t=>gi.safeParse(t).success;var ue;(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"})(ue||(ue={}));const vi=C({jsonrpc:z(Fs),id:Ws.optional(),error:C({code:ne().int(),message:y(),data:de().optional()})}).strict(),hv=t=>vi.safeParse(t).success,Er=ae([Vl,Hl,gi,vi]);ae([gi,vi]);const pr=Fe.strict(),fv=ft.extend({requestId:Ws.optional(),reason:y().optional()}),yi=pt.extend({method:z("notifications/cancelled"),params:fv}),pv=C({src:y(),mimeType:y().optional(),sizes:x(y()).optional(),theme:qe(["light","dark"]).optional()}),un=C({icons:x(pv).optional()}),Pr=C({name:y(),title:y().optional()}),Fl=Pr.extend({...Pr.shape,...un.shape,version:y(),websiteUrl:y().optional(),description:y().optional()}),mv=on(C({applyDefaults:oe().optional()}),ce(y(),de())),_v=pi(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,on(C({form:mv.optional(),url:Ve.optional()}),ce(y(),de()).optional())),gv=Ee({list:Ve.optional(),cancel:Ve.optional(),requests:Ee({sampling:Ee({createMessage:Ve.optional()}).optional(),elicitation:Ee({create:Ve.optional()}).optional()}).optional()}),vv=Ee({list:Ve.optional(),cancel:Ve.optional(),requests:Ee({tools:Ee({call:Ve.optional()}).optional()}).optional()}),yv=C({experimental:ce(y(),Ve).optional(),sampling:C({context:Ve.optional(),tools:Ve.optional()}).optional(),elicitation:_v.optional(),roots:C({listChanged:oe().optional()}).optional(),tasks:gv.optional()}),wv=lt.extend({protocolVersion:y(),capabilities:yv,clientInfo:Fl}),bv=He.extend({method:z("initialize"),params:wv}),$v=C({experimental:ce(y(),Ve).optional(),logging:Ve.optional(),completions:Ve.optional(),prompts:C({listChanged:oe().optional()}).optional(),resources:C({subscribe:oe().optional(),listChanged:oe().optional()}).optional(),tools:C({listChanged:oe().optional()}).optional(),tasks:vv.optional()}),Wl=Fe.extend({protocolVersion:y(),capabilities:$v,serverInfo:Fl,instructions:y().optional()}),Jl=pt.extend({method:z("notifications/initialized"),params:ft.optional()}),Sv=t=>Jl.safeParse(t).success,wi=He.extend({method:z("ping"),params:lt.optional()}),kv=C({progress:ne(),total:ee(ne()),message:ee(y())}),Tv=C({...ft.shape,...kv.shape,progressToken:Zl}),bi=pt.extend({method:z("notifications/progress"),params:Tv}),Rv=lt.extend({cursor:Dl.optional()}),ln=He.extend({params:Rv.optional()}),dn=Fe.extend({nextCursor:Dl.optional()}),Ev=qe(["working","input_required","completed","failed","cancelled"]),hn=C({taskId:y(),status:Ev,ttl:ae([ne(),Il()]),createdAt:y(),lastUpdatedAt:y(),pollInterval:ee(ne()),statusMessage:ee(y())}),fn=Fe.extend({task:hn}),Pv=ft.merge(hn),Js=pt.extend({method:z("notifications/tasks/status"),params:Pv}),$i=He.extend({method:z("tasks/get"),params:lt.extend({taskId:y()})}),Si=Fe.merge(hn),ki=He.extend({method:z("tasks/result"),params:lt.extend({taskId:y()})});Fe.loose();const Ti=ln.extend({method:z("tasks/list")}),Ri=dn.extend({tasks:x(hn)}),Ei=He.extend({method:z("tasks/cancel"),params:lt.extend({taskId:y()})}),xv=Fe.merge(hn),Bl=C({uri:y(),mimeType:ee(y()),_meta:ce(y(),de()).optional()}),Kl=Bl.extend({text:y()}),Pi=y().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Gl=Bl.extend({blob:Pi}),pn=qe(["user","assistant"]),xr=C({audience:x(pn).optional(),priority:ne().min(0).max(1).optional(),lastModified:kl({offset:!0}).optional()}),Yl=C({...Pr.shape,...un.shape,uri:y(),description:ee(y()),mimeType:ee(y()),annotations:xr.optional(),_meta:ee(Ee({}))}),Iv=C({...Pr.shape,...un.shape,uriTemplate:y(),description:ee(y()),mimeType:ee(y()),annotations:xr.optional(),_meta:ee(Ee({}))}),Cv=ln.extend({method:z("resources/list")}),Ql=dn.extend({resources:x(Yl)}),Ov=ln.extend({method:z("resources/templates/list")}),Xl=dn.extend({resourceTemplates:x(Iv)}),xi=lt.extend({uri:y()}),Nv=xi,Av=He.extend({method:z("resources/read"),params:Nv}),ed=Fe.extend({contents:x(ae([Kl,Gl]))}),td=pt.extend({method:z("notifications/resources/list_changed"),params:ft.optional()}),Mv=xi,jv=He.extend({method:z("resources/subscribe"),params:Mv}),qv=xi,zv=He.extend({method:z("resources/unsubscribe"),params:qv}),Uv=ft.extend({uri:y()}),Lv=pt.extend({method:z("notifications/resources/updated"),params:Uv}),Zv=C({name:y(),description:ee(y()),required:ee(oe())}),Dv=C({...Pr.shape,...un.shape,description:ee(y()),arguments:ee(x(Zv)),_meta:ee(Ee({}))}),Vv=ln.extend({method:z("prompts/list")}),rd=dn.extend({prompts:x(Dv)}),Hv=lt.extend({name:y(),arguments:ce(y(),y()).optional()}),Fv=He.extend({method:z("prompts/get"),params:Hv}),Ii=C({type:z("text"),text:y(),annotations:xr.optional(),_meta:ce(y(),de()).optional()}),Ci=C({type:z("image"),data:Pi,mimeType:y(),annotations:xr.optional(),_meta:ce(y(),de()).optional()}),Oi=C({type:z("audio"),data:Pi,mimeType:y(),annotations:xr.optional(),_meta:ce(y(),de()).optional()}),Wv=C({type:z("tool_use"),name:y(),id:y(),input:ce(y(),de()),_meta:ce(y(),de()).optional()}),Jv=C({type:z("resource"),resource:ae([Kl,Gl]),annotations:xr.optional(),_meta:ce(y(),de()).optional()}),Bv=Yl.extend({type:z("resource_link")}),Ni=ae([Ii,Ci,Oi,Bv,Jv]),Kv=C({role:pn,content:Ni}),nd=Fe.extend({description:y().optional(),messages:x(Kv)}),sd=pt.extend({method:z("notifications/prompts/list_changed"),params:ft.optional()}),Gv=C({title:y().optional(),readOnlyHint:oe().optional(),destructiveHint:oe().optional(),idempotentHint:oe().optional(),openWorldHint:oe().optional()}),Yv=C({taskSupport:qe(["required","optional","forbidden"]).optional()}),od=C({...Pr.shape,...un.shape,description:y().optional(),inputSchema:C({type:z("object"),properties:ce(y(),Ve).optional(),required:x(y()).optional()}).catchall(de()),outputSchema:C({type:z("object"),properties:ce(y(),Ve).optional(),required:x(y()).optional()}).catchall(de()).optional(),annotations:Gv.optional(),execution:Yv.optional(),_meta:ce(y(),de()).optional()}),Qv=ln.extend({method:z("tools/list")}),id=dn.extend({tools:x(od)}),Bs=Fe.extend({content:x(Ni).default([]),structuredContent:ce(y(),de()).optional(),isError:oe().optional()});Bs.or(Fe.extend({toolResult:de()}));const Xv=an.extend({name:y(),arguments:ce(y(),de()).optional()}),ey=He.extend({method:z("tools/call"),params:Xv}),ad=pt.extend({method:z("notifications/tools/list_changed"),params:ft.optional()}),ty=C({autoRefresh:oe().default(!0),debounceMs:ne().int().nonnegative().default(300)}),cd=qe(["debug","info","notice","warning","error","critical","alert","emergency"]),ry=lt.extend({level:cd}),ny=He.extend({method:z("logging/setLevel"),params:ry}),sy=ft.extend({level:cd,logger:y().optional(),data:de()}),oy=pt.extend({method:z("notifications/message"),params:sy}),iy=C({name:y().optional()}),ay=C({hints:x(iy).optional(),costPriority:ne().min(0).max(1).optional(),speedPriority:ne().min(0).max(1).optional(),intelligencePriority:ne().min(0).max(1).optional()}),cy=C({mode:qe(["auto","required","none"]).optional()}),uy=C({type:z("tool_result"),toolUseId:y().describe("The unique identifier for the corresponding tool call."),content:x(Ni).default([]),structuredContent:C({}).loose().optional(),isError:oe().optional(),_meta:ce(y(),de()).optional()}),ly=di("type",[Ii,Ci,Oi]),Ks=di("type",[Ii,Ci,Oi,Wv,uy]),dy=C({role:pn,content:ae([Ks,x(Ks)]),_meta:ce(y(),de()).optional()}),hy=an.extend({messages:x(dy),modelPreferences:ay.optional(),systemPrompt:y().optional(),includeContext:qe(["none","thisServer","allServers"]).optional(),temperature:ne().optional(),maxTokens:ne().int(),stopSequences:x(y()).optional(),metadata:Ve.optional(),tools:x(od).optional(),toolChoice:cy.optional()}),ud=He.extend({method:z("sampling/createMessage"),params:hy}),Ai=Fe.extend({model:y(),stopReason:ee(qe(["endTurn","stopSequence","maxTokens"]).or(y())),role:pn,content:ly}),fy=Fe.extend({model:y(),stopReason:ee(qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(y())),role:pn,content:ae([Ks,x(Ks)])}),py=C({type:z("boolean"),title:y().optional(),description:y().optional(),default:oe().optional()}),my=C({type:z("string"),title:y().optional(),description:y().optional(),minLength:ne().optional(),maxLength:ne().optional(),format:qe(["email","uri","date","date-time"]).optional(),default:y().optional()}),_y=C({type:qe(["number","integer"]),title:y().optional(),description:y().optional(),minimum:ne().optional(),maximum:ne().optional(),default:ne().optional()}),gy=C({type:z("string"),title:y().optional(),description:y().optional(),enum:x(y()),default:y().optional()}),vy=C({type:z("string"),title:y().optional(),description:y().optional(),oneOf:x(C({const:y(),title:y()})),default:y().optional()}),yy=C({type:z("string"),title:y().optional(),description:y().optional(),enum:x(y()),enumNames:x(y()).optional(),default:y().optional()}),wy=ae([gy,vy]),by=C({type:z("array"),title:y().optional(),description:y().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:C({type:z("string"),enum:x(y())}),default:x(y()).optional()}),$y=C({type:z("array"),title:y().optional(),description:y().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:C({anyOf:x(C({const:y(),title:y()}))}),default:x(y()).optional()}),Sy=ae([by,$y]),ky=ae([yy,wy,Sy]),Ty=ae([ky,py,my,_y]),Ry=an.extend({mode:z("form").optional(),message:y(),requestedSchema:C({type:z("object"),properties:ce(y(),Ty),required:x(y()).optional()})}),Ey=an.extend({mode:z("url"),message:y(),elicitationId:y(),url:y().url()}),Py=ae([Ry,Ey]),ld=He.extend({method:z("elicitation/create"),params:Py}),xy=ft.extend({elicitationId:y()}),Iy=pt.extend({method:z("notifications/elicitation/complete"),params:xy}),Mi=Fe.extend({action:qe(["accept","decline","cancel"]),content:pi(t=>t===null?void 0:t,ce(y(),ae([y(),ne(),oe(),x(y())])).optional())}),Cy=C({type:z("ref/resource"),uri:y()}),Oy=C({type:z("ref/prompt"),name:y()}),Ny=lt.extend({ref:ae([Oy,Cy]),argument:C({name:y(),value:y()}),context:C({arguments:ce(y(),y()).optional()}).optional()}),Ay=He.extend({method:z("completion/complete"),params:Ny}),dd=Fe.extend({completion:Ee({values:x(y()).max(100),total:ee(ne().int()),hasMore:ee(oe())})}),My=C({uri:y().startsWith("file://"),name:y().optional(),_meta:ce(y(),de()).optional()}),jy=He.extend({method:z("roots/list"),params:lt.optional()}),hd=Fe.extend({roots:x(My)}),qy=pt.extend({method:z("notifications/roots/list_changed"),params:ft.optional()});ae([wi,bv,Ay,ny,Fv,Vv,Cv,Ov,Av,jv,zv,ey,Qv,$i,ki,Ti,Ei]),ae([yi,bi,Jl,qy,Js]),ae([pr,Ai,fy,Mi,hd,Si,Ri,fn]),ae([wi,ud,ld,jy,$i,ki,Ti,Ei]),ae([yi,bi,oy,Lv,td,ad,sd,Js,Iy]),ae([pr,Wl,dd,nd,rd,Ql,Xl,ed,Bs,id,Si,Ri,fn]);let ie=class bf 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===ue.UrlElicitationRequired&&n){const s=n;if(s.elicitations)return new zy(s.elicitations,r)}return new bf(e,r,n)}},zy=class extends ie{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(ue.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};var ge;(function(t){t.assertEqual=s=>{};function e(s){}t.assertIs=e;function r(s){throw new Error}t.assertNever=r,t.arrayToEnum=s=>{const o={};for(const i of s)o[i]=i;return o},t.getValidEnumValues=s=>{const o=t.objectKeys(s).filter(a=>typeof s[s[a]]!="number"),i={};for(const a of o)i[a]=s[a];return t.objectValues(i)},t.objectValues=s=>t.objectKeys(s).map(function(o){return s[o]}),t.objectKeys=typeof Object.keys=="function"?s=>Object.keys(s):s=>{const o=[];for(const i in s)Object.prototype.hasOwnProperty.call(s,i)&&o.push(i);return o},t.find=(s,o)=>{for(const i of s)if(o(i))return i},t.isInteger=typeof Number.isInteger=="function"?s=>Number.isInteger(s):s=>typeof s=="number"&&Number.isFinite(s)&&Math.floor(s)===s;function n(s,o=" | "){return s.map(i=>typeof i=="string"?`'${i}'`:i).join(o)}t.joinValues=n,t.jsonStringifyReplacer=(s,o)=>typeof o=="bigint"?o.toString():o})(ge||(ge={}));var ji;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(ji||(ji={}));const B=ge.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Zt=t=>{switch(typeof t){case"undefined":return B.undefined;case"string":return B.string;case"number":return Number.isNaN(t)?B.nan:B.number;case"boolean":return B.boolean;case"function":return B.function;case"bigint":return B.bigint;case"symbol":return B.symbol;case"object":return Array.isArray(t)?B.array:t===null?B.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?B.promise:typeof Map<"u"&&t instanceof Map?B.map:typeof Set<"u"&&t instanceof Set?B.set:typeof Date<"u"&&t instanceof Date?B.date:B.object;default:return B.unknown}},Z=ge.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"]),Uy=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:");class dt 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]};const r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){const r=e||function(o){return o.message},n={_errors:[]},s=o=>{for(const i of o.issues)if(i.code==="invalid_union")i.unionErrors.map(s);else if(i.code==="invalid_return_type")s(i.returnTypeError);else if(i.code==="invalid_arguments")s(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){const 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 s(this),n}static assert(e){if(!(e instanceof dt))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ge.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){const r={},n=[];for(const s of this.issues)if(s.path.length>0){const o=s.path[0];r[o]=r[o]||[],r[o].push(e(s))}else n.push(e(s));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}}dt.create=t=>new dt(t);const Ir=(t,e)=>{let r;switch(t.code){case Z.invalid_type:t.received===B.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case Z.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,ge.jsonStringifyReplacer)}`;break;case Z.unrecognized_keys:r=`Unrecognized key(s) in object: ${ge.joinValues(t.keys,", ")}`;break;case Z.invalid_union:r="Invalid input";break;case Z.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${ge.joinValues(t.options)}`;break;case Z.invalid_enum_value:r=`Invalid enum value. Expected ${ge.joinValues(t.options)}, received '${t.received}'`;break;case Z.invalid_arguments:r="Invalid function arguments";break;case Z.invalid_return_type:r="Invalid function return type";break;case Z.invalid_date:r="Invalid date";break;case Z.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}"`:ge.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case Z.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 Z.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 Z.custom:r="Invalid input";break;case Z.invalid_intersection_types:r="Intersection results could not be merged";break;case Z.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case Z.not_finite:r="Number must be finite";break;default:r=e.defaultError,ge.assertNever(t)}return{message:r}};let fd=Ir;function Ly(t){fd=t}function Gs(){return fd}const Ys=t=>{const{data:e,path:r,errorMaps:n,issueData:s}=t,o=[...r,...s.path||[]],i={...s,path:o};if(s.message!==void 0)return{...s,path:o,message:s.message};let a="";const c=n.filter(u=>!!u).slice().reverse();for(const u of c)a=u(i,{data:e,defaultError:a}).message;return{...s,path:o,message:a}},Zy=[];function J(t,e){const r=Gs(),n=Ys({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Ir?void 0:Ir].filter(s=>!!s)});t.common.issues.push(n)}class Ye{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){const n=[];for(const s of r){if(s.status==="aborted")return se;s.status==="dirty"&&e.dirty(),n.push(s.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){const n=[];for(const s of r){const o=await s.key,i=await s.value;n.push({key:o,value:i})}return Ye.mergeObjectSync(e,n)}static mergeObjectSync(e,r){const n={};for(const s of r){const{key:o,value:i}=s;if(o.status==="aborted"||i.status==="aborted")return se;o.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),o.value!=="__proto__"&&(typeof i.value<"u"||s.alwaysSet)&&(n[o.value]=i.value)}return{status:e.value,value:n}}}const se=Object.freeze({status:"aborted"}),Cr=t=>({status:"dirty",value:t}),Xe=t=>({status:"valid",value:t}),qi=t=>t.status==="aborted",zi=t=>t.status==="dirty",mr=t=>t.status==="valid",mn=t=>typeof Promise<"u"&&t instanceof Promise;var Q;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(Q||(Q={}));class At{constructor(e,r,n,s){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=s}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}}const pd=(t,e)=>{if(mr(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;const r=new dt(t.common.issues);return this._error=r,this._error}}};function le(t){if(!t)return{};const{errorMap:e,invalid_type_error:r,required_error:n,description:s}=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:s}:{errorMap:(i,a)=>{const{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:s}}class he{get description(){return this._def.description}_getType(e){return Zt(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:Zt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ye,ctx:{common:e.parent.common,data:e.data,parsedType:Zt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const r=this._parse(e);if(mn(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){const r=this._parse(e);return Promise.resolve(r)}parse(e,r){const n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){const n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Zt(e)},s=this._parseSync({data:e,path:n.path,parent:n});return pd(n,s)}"~validate"(e){const r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Zt(e)};if(!this["~standard"].async)try{const n=this._parseSync({data:e,path:[],parent:r});return mr(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=>mr(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){const n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){const n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Zt(e)},s=this._parse({data:e,path:n.path,parent:n}),o=await(mn(s)?s:Promise.resolve(s));return pd(n,o)}refine(e,r){const n=s=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(s):r;return this._refinement((s,o)=>{const i=e(s),a=()=>o.addIssue({code:Z.custom,...n(s)});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,s)=>e(n)?!0:(s.addIssue(typeof r=="function"?r(n,s):r),!1))}_refinement(e){return new $t({schema:this,typeName:D.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 jt.create(this,this._def)}nullable(){return rr.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return bt.create(this)}promise(){return Mr.create(this,this._def)}or(e){return yn.create([this,e],this._def)}and(e){return wn.create(this,e,this._def)}transform(e){return new $t({...le(this._def),schema:this,typeName:D.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const r=typeof e=="function"?e:()=>e;return new Tn({...le(this._def),innerType:this,defaultValue:r,typeName:D.ZodDefault})}brand(){return new Zi({typeName:D.ZodBranded,type:this,...le(this._def)})}catch(e){const r=typeof e=="function"?e:()=>e;return new Rn({...le(this._def),innerType:this,catchValue:r,typeName:D.ZodCatch})}describe(e){const r=this.constructor;return new r({...this._def,description:e})}pipe(e){return En.create(this,e)}readonly(){return Pn.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const Dy=/^c[^\s-]{8,}$/i,Vy=/^[0-9a-z]+$/,Hy=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Fy=/^[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,Wy=/^[a-z0-9_-]{21}$/i,Jy=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,By=/^[-+]?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)?)??$/,Ky=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Gy="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let Ui;const Yy=/^(?:(?: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])$/,Qy=/^(?:(?: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])$/,Xy=/^(([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]))$/,e0=/^(([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])$/,t0=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,r0=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,md="((\\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])))",n0=new RegExp(`^${md}$`);function _d(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);const r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function s0(t){return new RegExp(`^${_d(t)}$`)}function gd(t){let e=`${md}T${_d(t)}`;const r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function o0(t,e){return!!((e==="v4"||!e)&&Yy.test(t)||(e==="v6"||!e)&&Xy.test(t))}function i0(t,e){if(!Jy.test(t))return!1;try{const[r]=t.split(".");if(!r)return!1;const n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),s=JSON.parse(atob(n));return!(typeof s!="object"||s===null||"typ"in s&&s?.typ!=="JWT"||!s.alg||e&&s.alg!==e)}catch{return!1}}function a0(t,e){return!!((e==="v4"||!e)&&Qy.test(t)||(e==="v6"||!e)&&e0.test(t))}class wt extends he{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==B.string){const o=this._getOrReturnCtx(e);return J(o,{code:Z.invalid_type,expected:B.string,received:o.parsedType}),se}const n=new Ye;let s;for(const o of this._def.checks)if(o.kind==="min")e.data.length<o.value&&(s=this._getOrReturnCtx(e,s),J(s,{code:Z.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="max")e.data.length>o.value&&(s=this._getOrReturnCtx(e,s),J(s,{code:Z.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!1,message:o.message}),n.dirty());else if(o.kind==="length"){const i=e.data.length>o.value,a=e.data.length<o.value;(i||a)&&(s=this._getOrReturnCtx(e,s),i?J(s,{code:Z.too_big,maximum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}):a&&J(s,{code:Z.too_small,minimum:o.value,type:"string",inclusive:!0,exact:!0,message:o.message}),n.dirty())}else if(o.kind==="email")Ky.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"email",code:Z.invalid_string,message:o.message}),n.dirty());else if(o.kind==="emoji")Ui||(Ui=new RegExp(Gy,"u")),Ui.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"emoji",code:Z.invalid_string,message:o.message}),n.dirty());else if(o.kind==="uuid")Fy.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"uuid",code:Z.invalid_string,message:o.message}),n.dirty());else if(o.kind==="nanoid")Wy.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"nanoid",code:Z.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid")Dy.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"cuid",code:Z.invalid_string,message:o.message}),n.dirty());else if(o.kind==="cuid2")Vy.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"cuid2",code:Z.invalid_string,message:o.message}),n.dirty());else if(o.kind==="ulid")Hy.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"ulid",code:Z.invalid_string,message:o.message}),n.dirty());else if(o.kind==="url")try{new URL(e.data)}catch{s=this._getOrReturnCtx(e,s),J(s,{validation:"url",code:Z.invalid_string,message:o.message}),n.dirty()}else o.kind==="regex"?(o.regex.lastIndex=0,o.regex.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"regex",code:Z.invalid_string,message:o.message}),n.dirty())):o.kind==="trim"?e.data=e.data.trim():o.kind==="includes"?e.data.includes(o.value,o.position)||(s=this._getOrReturnCtx(e,s),J(s,{code:Z.invalid_string,validation:{includes:o.value,position:o.position},message:o.message}),n.dirty()):o.kind==="toLowerCase"?e.data=e.data.toLowerCase():o.kind==="toUpperCase"?e.data=e.data.toUpperCase():o.kind==="startsWith"?e.data.startsWith(o.value)||(s=this._getOrReturnCtx(e,s),J(s,{code:Z.invalid_string,validation:{startsWith:o.value},message:o.message}),n.dirty()):o.kind==="endsWith"?e.data.endsWith(o.value)||(s=this._getOrReturnCtx(e,s),J(s,{code:Z.invalid_string,validation:{endsWith:o.value},message:o.message}),n.dirty()):o.kind==="datetime"?gd(o).test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{code:Z.invalid_string,validation:"datetime",message:o.message}),n.dirty()):o.kind==="date"?n0.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{code:Z.invalid_string,validation:"date",message:o.message}),n.dirty()):o.kind==="time"?s0(o).test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{code:Z.invalid_string,validation:"time",message:o.message}),n.dirty()):o.kind==="duration"?By.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"duration",code:Z.invalid_string,message:o.message}),n.dirty()):o.kind==="ip"?o0(e.data,o.version)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"ip",code:Z.invalid_string,message:o.message}),n.dirty()):o.kind==="jwt"?i0(e.data,o.alg)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"jwt",code:Z.invalid_string,message:o.message}),n.dirty()):o.kind==="cidr"?a0(e.data,o.version)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"cidr",code:Z.invalid_string,message:o.message}),n.dirty()):o.kind==="base64"?t0.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"base64",code:Z.invalid_string,message:o.message}),n.dirty()):o.kind==="base64url"?r0.test(e.data)||(s=this._getOrReturnCtx(e,s),J(s,{validation:"base64url",code:Z.invalid_string,message:o.message}),n.dirty()):ge.assertNever(o);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(s=>e.test(s),{validation:r,code:Z.invalid_string,...Q.errToObj(n)})}_addCheck(e){return new wt({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...Q.errToObj(e)})}url(e){return this._addCheck({kind:"url",...Q.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...Q.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...Q.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...Q.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...Q.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...Q.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...Q.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...Q.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...Q.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...Q.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...Q.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...Q.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,...Q.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,...Q.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...Q.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...Q.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...Q.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...Q.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...Q.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...Q.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...Q.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...Q.errToObj(r)})}nonempty(e){return this.min(1,Q.errToObj(e))}trim(){return new wt({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new wt({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new wt({...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(const r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(const r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}}wt.create=t=>new wt({checks:[],typeName:D.ZodString,coerce:t?.coerce??!1,...le(t)});function c0(t,e){const r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,s=r>n?r:n,o=Number.parseInt(t.toFixed(s).replace(".","")),i=Number.parseInt(e.toFixed(s).replace(".",""));return o%i/10**s}class Xt extends he{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)!==B.number){const o=this._getOrReturnCtx(e);return J(o,{code:Z.invalid_type,expected:B.number,received:o.parsedType}),se}let n;const s=new Ye;for(const o of this._def.checks)o.kind==="int"?ge.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),J(n,{code:Z.invalid_type,expected:"integer",received:"float",message:o.message}),s.dirty()):o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),J(n,{code:Z.too_small,minimum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),J(n,{code:Z.too_big,maximum:o.value,type:"number",inclusive:o.inclusive,exact:!1,message:o.message}),s.dirty()):o.kind==="multipleOf"?c0(e.data,o.value)!==0&&(n=this._getOrReturnCtx(e,n),J(n,{code:Z.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):o.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),J(n,{code:Z.not_finite,message:o.message}),s.dirty()):ge.assertNever(o);return{status:s.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,Q.toString(r))}gt(e,r){return this.setLimit("min",e,!1,Q.toString(r))}lte(e,r){return this.setLimit("max",e,!0,Q.toString(r))}lt(e,r){return this.setLimit("max",e,!1,Q.toString(r))}setLimit(e,r,n,s){return new Xt({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:Q.toString(s)}]})}_addCheck(e){return new Xt({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:Q.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:Q.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:Q.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:Q.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:Q.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:Q.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:Q.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:Q.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:Q.toString(e)})}get minValue(){let e=null;for(const r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(const 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"&&ge.isInteger(e.value))}get isFinite(){let e=null,r=null;for(const 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)}}Xt.create=t=>new Xt({checks:[],typeName:D.ZodNumber,coerce:t?.coerce||!1,...le(t)});class er extends he{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)!==B.bigint)return this._getInvalidInput(e);let n;const s=new Ye;for(const o of this._def.checks)o.kind==="min"?(o.inclusive?e.data<o.value:e.data<=o.value)&&(n=this._getOrReturnCtx(e,n),J(n,{code:Z.too_small,type:"bigint",minimum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="max"?(o.inclusive?e.data>o.value:e.data>=o.value)&&(n=this._getOrReturnCtx(e,n),J(n,{code:Z.too_big,type:"bigint",maximum:o.value,inclusive:o.inclusive,message:o.message}),s.dirty()):o.kind==="multipleOf"?e.data%o.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),J(n,{code:Z.not_multiple_of,multipleOf:o.value,message:o.message}),s.dirty()):ge.assertNever(o);return{status:s.value,value:e.data}}_getInvalidInput(e){const r=this._getOrReturnCtx(e);return J(r,{code:Z.invalid_type,expected:B.bigint,received:r.parsedType}),se}gte(e,r){return this.setLimit("min",e,!0,Q.toString(r))}gt(e,r){return this.setLimit("min",e,!1,Q.toString(r))}lte(e,r){return this.setLimit("max",e,!0,Q.toString(r))}lt(e,r){return this.setLimit("max",e,!1,Q.toString(r))}setLimit(e,r,n,s){return new er({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:Q.toString(s)}]})}_addCheck(e){return new er({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:Q.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:Q.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:Q.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:Q.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:Q.toString(r)})}get minValue(){let e=null;for(const r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(const 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:D.ZodBigInt,coerce:t?.coerce??!1,...le(t)});class _n extends he{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==B.boolean){const n=this._getOrReturnCtx(e);return J(n,{code:Z.invalid_type,expected:B.boolean,received:n.parsedType}),se}return Xe(e.data)}}_n.create=t=>new _n({typeName:D.ZodBoolean,coerce:t?.coerce||!1,...le(t)});class _r extends he{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==B.date){const o=this._getOrReturnCtx(e);return J(o,{code:Z.invalid_type,expected:B.date,received:o.parsedType}),se}if(Number.isNaN(e.data.getTime())){const o=this._getOrReturnCtx(e);return J(o,{code:Z.invalid_date}),se}const n=new Ye;let s;for(const o of this._def.checks)o.kind==="min"?e.data.getTime()<o.value&&(s=this._getOrReturnCtx(e,s),J(s,{code:Z.too_small,message:o.message,inclusive:!0,exact:!1,minimum:o.value,type:"date"}),n.dirty()):o.kind==="max"?e.data.getTime()>o.value&&(s=this._getOrReturnCtx(e,s),J(s,{code:Z.too_big,message:o.message,inclusive:!0,exact:!1,maximum:o.value,type:"date"}),n.dirty()):ge.assertNever(o);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new _r({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:Q.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:Q.toString(r)})}get minDate(){let e=null;for(const 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(const r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}}_r.create=t=>new _r({checks:[],coerce:t?.coerce||!1,typeName:D.ZodDate,...le(t)});class Qs extends he{_parse(e){if(this._getType(e)!==B.symbol){const n=this._getOrReturnCtx(e);return J(n,{code:Z.invalid_type,expected:B.symbol,received:n.parsedType}),se}return Xe(e.data)}}Qs.create=t=>new Qs({typeName:D.ZodSymbol,...le(t)});class gn extends he{_parse(e){if(this._getType(e)!==B.undefined){const n=this._getOrReturnCtx(e);return J(n,{code:Z.invalid_type,expected:B.undefined,received:n.parsedType}),se}return Xe(e.data)}}gn.create=t=>new gn({typeName:D.ZodUndefined,...le(t)});class vn extends he{_parse(e){if(this._getType(e)!==B.null){const n=this._getOrReturnCtx(e);return J(n,{code:Z.invalid_type,expected:B.null,received:n.parsedType}),se}return Xe(e.data)}}vn.create=t=>new vn({typeName:D.ZodNull,...le(t)});class Or extends he{constructor(){super(...arguments),this._any=!0}_parse(e){return Xe(e.data)}}Or.create=t=>new Or({typeName:D.ZodAny,...le(t)});class gr extends he{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Xe(e.data)}}gr.create=t=>new gr({typeName:D.ZodUnknown,...le(t)});class Dt extends he{_parse(e){const r=this._getOrReturnCtx(e);return J(r,{code:Z.invalid_type,expected:B.never,received:r.parsedType}),se}}Dt.create=t=>new Dt({typeName:D.ZodNever,...le(t)});class Xs extends he{_parse(e){if(this._getType(e)!==B.undefined){const n=this._getOrReturnCtx(e);return J(n,{code:Z.invalid_type,expected:B.void,received:n.parsedType}),se}return Xe(e.data)}}Xs.create=t=>new Xs({typeName:D.ZodVoid,...le(t)});class bt extends he{_parse(e){const{ctx:r,status:n}=this._processInputParams(e),s=this._def;if(r.parsedType!==B.array)return J(r,{code:Z.invalid_type,expected:B.array,received:r.parsedType}),se;if(s.exactLength!==null){const i=r.data.length>s.exactLength.value,a=r.data.length<s.exactLength.value;(i||a)&&(J(r,{code:i?Z.too_big:Z.too_small,minimum:a?s.exactLength.value:void 0,maximum:i?s.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:s.exactLength.message}),n.dirty())}if(s.minLength!==null&&r.data.length<s.minLength.value&&(J(r,{code:Z.too_small,minimum:s.minLength.value,type:"array",inclusive:!0,exact:!1,message:s.minLength.message}),n.dirty()),s.maxLength!==null&&r.data.length>s.maxLength.value&&(J(r,{code:Z.too_big,maximum:s.maxLength.value,type:"array",inclusive:!0,exact:!1,message:s.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>s.type._parseAsync(new At(r,i,r.path,a)))).then(i=>Ye.mergeArray(n,i));const o=[...r.data].map((i,a)=>s.type._parseSync(new At(r,i,r.path,a)));return Ye.mergeArray(n,o)}get element(){return this._def.type}min(e,r){return new bt({...this._def,minLength:{value:e,message:Q.toString(r)}})}max(e,r){return new bt({...this._def,maxLength:{value:e,message:Q.toString(r)}})}length(e,r){return new bt({...this._def,exactLength:{value:e,message:Q.toString(r)}})}nonempty(e){return this.min(1,e)}}bt.create=(t,e)=>new bt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:D.ZodArray,...le(e)});function Nr(t){if(t instanceof ze){const e={};for(const r in t.shape){const n=t.shape[r];e[r]=jt.create(Nr(n))}return new ze({...t._def,shape:()=>e})}else return t instanceof bt?new bt({...t._def,type:Nr(t.element)}):t instanceof jt?jt.create(Nr(t.unwrap())):t instanceof rr?rr.create(Nr(t.unwrap())):t instanceof Mt?Mt.create(t.items.map(e=>Nr(e))):t}class ze extends he{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),r=ge.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==B.object){const u=this._getOrReturnCtx(e);return J(u,{code:Z.invalid_type,expected:B.object,received:u.parsedType}),se}const{status:n,ctx:s}=this._processInputParams(e),{shape:o,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof Dt&&this._def.unknownKeys==="strip"))for(const u in s.data)i.includes(u)||a.push(u);const c=[];for(const u of i){const l=o[u],d=s.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new At(s,d,s.path,u)),alwaysSet:u in s.data})}if(this._def.catchall instanceof Dt){const u=this._def.unknownKeys;if(u==="passthrough")for(const l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:s.data[l]}});else if(u==="strict")a.length>0&&(J(s,{code:Z.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const u=this._def.catchall;for(const l of a){const d=s.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new At(s,d,s.path,l)),alwaysSet:l in s.data})}}return s.common.async?Promise.resolve().then(async()=>{const u=[];for(const l of c){const d=await l.key,p=await l.value;u.push({key:d,value:p,alwaysSet:l.alwaysSet})}return u}).then(u=>Ye.mergeObjectSync(n,u)):Ye.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return Q.errToObj,new ze({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{const s=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:Q.errToObj(e).message??s}:{message:s}}}:{}})}strip(){return new ze({...this._def,unknownKeys:"strip"})}passthrough(){return new ze({...this._def,unknownKeys:"passthrough"})}extend(e){return new ze({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new ze({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:D.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new ze({...this._def,catchall:e})}pick(e){const r={};for(const n of ge.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new ze({...this._def,shape:()=>r})}omit(e){const r={};for(const n of ge.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new ze({...this._def,shape:()=>r})}deepPartial(){return Nr(this)}partial(e){const r={};for(const n of ge.objectKeys(this.shape)){const s=this.shape[n];e&&!e[n]?r[n]=s:r[n]=s.optional()}return new ze({...this._def,shape:()=>r})}required(e){const r={};for(const n of ge.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let o=this.shape[n];for(;o instanceof jt;)o=o._def.innerType;r[n]=o}return new ze({...this._def,shape:()=>r})}keyof(){return vd(ge.objectKeys(this.shape))}}ze.create=(t,e)=>new ze({shape:()=>t,unknownKeys:"strip",catchall:Dt.create(),typeName:D.ZodObject,...le(e)}),ze.strictCreate=(t,e)=>new ze({shape:()=>t,unknownKeys:"strict",catchall:Dt.create(),typeName:D.ZodObject,...le(e)}),ze.lazycreate=(t,e)=>new ze({shape:t,unknownKeys:"strip",catchall:Dt.create(),typeName:D.ZodObject,...le(e)});class yn extends he{_parse(e){const{ctx:r}=this._processInputParams(e),n=this._def.options;function s(o){for(const a of o)if(a.result.status==="valid")return a.result;for(const a of o)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;const i=o.map(a=>new dt(a.ctx.common.issues));return J(r,{code:Z.invalid_union,unionErrors:i}),se}if(r.common.async)return Promise.all(n.map(async o=>{const i={...r,common:{...r.common,issues:[]},parent:null};return{result:await o._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(s);{let o;const i=[];for(const c of n){const 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"&&!o&&(o={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(o)return r.common.issues.push(...o.ctx.common.issues),o.result;const a=i.map(c=>new dt(c));return J(r,{code:Z.invalid_union,unionErrors:a}),se}}get options(){return this._def.options}}yn.create=(t,e)=>new yn({options:t,typeName:D.ZodUnion,...le(e)});const Vt=t=>t instanceof $n?Vt(t.schema):t instanceof $t?Vt(t.innerType()):t instanceof Sn?[t.value]:t instanceof tr?t.options:t instanceof kn?ge.objectValues(t.enum):t instanceof Tn?Vt(t._def.innerType):t instanceof gn?[void 0]:t instanceof vn?[null]:t instanceof jt?[void 0,...Vt(t.unwrap())]:t instanceof rr?[null,...Vt(t.unwrap())]:t instanceof Zi||t instanceof Pn?Vt(t.unwrap()):t instanceof Rn?Vt(t._def.innerType):[];class eo extends he{_parse(e){const{ctx:r}=this._processInputParams(e);if(r.parsedType!==B.object)return J(r,{code:Z.invalid_type,expected:B.object,received:r.parsedType}),se;const n=this.discriminator,s=r.data[n],o=this.optionsMap.get(s);return o?r.common.async?o._parseAsync({data:r.data,path:r.path,parent:r}):o._parseSync({data:r.data,path:r.path,parent:r}):(J(r,{code:Z.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),se)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){const s=new Map;for(const o of r){const i=Vt(o.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const a of i){if(s.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);s.set(a,o)}}return new eo({typeName:D.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:s,...le(n)})}}function Li(t,e){const r=Zt(t),n=Zt(e);if(t===e)return{valid:!0,data:t};if(r===B.object&&n===B.object){const s=ge.objectKeys(e),o=ge.objectKeys(t).filter(a=>s.indexOf(a)!==-1),i={...t,...e};for(const a of o){const c=Li(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===B.array&&n===B.array){if(t.length!==e.length)return{valid:!1};const s=[];for(let o=0;o<t.length;o++){const i=t[o],a=e[o],c=Li(i,a);if(!c.valid)return{valid:!1};s.push(c.data)}return{valid:!0,data:s}}else return r===B.date&&n===B.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}class wn extends he{_parse(e){const{status:r,ctx:n}=this._processInputParams(e),s=(o,i)=>{if(qi(o)||qi(i))return se;const a=Li(o.value,i.value);return a.valid?((zi(o)||zi(i))&&r.dirty(),{status:r.value,value:a.data}):(J(n,{code:Z.invalid_intersection_types}),se)};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(([o,i])=>s(o,i)):s(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}}wn.create=(t,e,r)=>new wn({left:t,right:e,typeName:D.ZodIntersection,...le(r)});class Mt extends he{_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==B.array)return J(n,{code:Z.invalid_type,expected:B.array,received:n.parsedType}),se;if(n.data.length<this._def.items.length)return J(n,{code:Z.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),se;!this._def.rest&&n.data.length>this._def.items.length&&(J(n,{code:Z.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());const o=[...n.data].map((i,a)=>{const c=this._def.items[a]||this._def.rest;return c?c._parse(new At(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(o).then(i=>Ye.mergeArray(r,i)):Ye.mergeArray(r,o)}get items(){return this._def.items}rest(e){return new Mt({...this._def,rest:e})}}Mt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Mt({items:t,typeName:D.ZodTuple,rest:null,...le(e)})};class bn extends he{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==B.object)return J(n,{code:Z.invalid_type,expected:B.object,received:n.parsedType}),se;const s=[],o=this._def.keyType,i=this._def.valueType;for(const a in n.data)s.push({key:o._parse(new At(n,a,n.path,a)),value:i._parse(new At(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Ye.mergeObjectAsync(r,s):Ye.mergeObjectSync(r,s)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof he?new bn({keyType:e,valueType:r,typeName:D.ZodRecord,...le(n)}):new bn({keyType:wt.create(),valueType:e,typeName:D.ZodRecord,...le(r)})}}class to extends he{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==B.map)return J(n,{code:Z.invalid_type,expected:B.map,received:n.parsedType}),se;const s=this._def.keyType,o=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:s._parse(new At(n,a,n.path,[u,"key"])),value:o._parse(new At(n,c,n.path,[u,"value"]))}));if(n.common.async){const a=new Map;return Promise.resolve().then(async()=>{for(const c of i){const u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return se;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{const a=new Map;for(const c of i){const u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return se;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}}to.create=(t,e,r)=>new to({valueType:e,keyType:t,typeName:D.ZodMap,...le(r)});class vr extends he{_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==B.set)return J(n,{code:Z.invalid_type,expected:B.set,received:n.parsedType}),se;const s=this._def;s.minSize!==null&&n.data.size<s.minSize.value&&(J(n,{code:Z.too_small,minimum:s.minSize.value,type:"set",inclusive:!0,exact:!1,message:s.minSize.message}),r.dirty()),s.maxSize!==null&&n.data.size>s.maxSize.value&&(J(n,{code:Z.too_big,maximum:s.maxSize.value,type:"set",inclusive:!0,exact:!1,message:s.maxSize.message}),r.dirty());const o=this._def.valueType;function i(c){const u=new Set;for(const l of c){if(l.status==="aborted")return se;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}const a=[...n.data.values()].map((c,u)=>o._parse(new At(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new vr({...this._def,minSize:{value:e,message:Q.toString(r)}})}max(e,r){return new vr({...this._def,maxSize:{value:e,message:Q.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}}vr.create=(t,e)=>new vr({valueType:t,minSize:null,maxSize:null,typeName:D.ZodSet,...le(e)});class Ar extends he{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:r}=this._processInputParams(e);if(r.parsedType!==B.function)return J(r,{code:Z.invalid_type,expected:B.function,received:r.parsedType}),se;function n(a,c){return Ys({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Gs(),Ir].filter(u=>!!u),issueData:{code:Z.invalid_arguments,argumentsError:c}})}function s(a,c){return Ys({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Gs(),Ir].filter(u=>!!u),issueData:{code:Z.invalid_return_type,returnTypeError:c}})}const o={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Mr){const a=this;return Xe(async function(...c){const u=new dt([]),l=await a._def.args.parseAsync(c,o).catch(_=>{throw u.addIssue(n(c,_)),u}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,o).catch(_=>{throw u.addIssue(s(d,_)),u})})}else{const a=this;return Xe(function(...c){const u=a._def.args.safeParse(c,o);if(!u.success)throw new dt([n(c,u.error)]);const l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,o);if(!d.success)throw new dt([s(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new Ar({...this._def,args:Mt.create(e).rest(gr.create())})}returns(e){return new Ar({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new Ar({args:e||Mt.create([]).rest(gr.create()),returns:r||gr.create(),typeName:D.ZodFunction,...le(n)})}}class $n extends he{get schema(){return this._def.getter()}_parse(e){const{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}}$n.create=(t,e)=>new $n({getter:t,typeName:D.ZodLazy,...le(e)});class Sn extends he{_parse(e){if(e.data!==this._def.value){const r=this._getOrReturnCtx(e);return J(r,{received:r.data,code:Z.invalid_literal,expected:this._def.value}),se}return{status:"valid",value:e.data}}get value(){return this._def.value}}Sn.create=(t,e)=>new Sn({value:t,typeName:D.ZodLiteral,...le(e)});function vd(t,e){return new tr({values:t,typeName:D.ZodEnum,...le(e)})}class tr extends he{_parse(e){if(typeof e.data!="string"){const r=this._getOrReturnCtx(e),n=this._def.values;return J(r,{expected:ge.joinValues(n),received:r.parsedType,code:Z.invalid_type}),se}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){const r=this._getOrReturnCtx(e),n=this._def.values;return J(r,{received:r.data,code:Z.invalid_enum_value,options:n}),se}return Xe(e.data)}get options(){return this._def.values}get enum(){const e={};for(const r of this._def.values)e[r]=r;return e}get Values(){const e={};for(const r of this._def.values)e[r]=r;return e}get Enum(){const e={};for(const r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return tr.create(e,{...this._def,...r})}exclude(e,r=this._def){return tr.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}}tr.create=vd;class kn extends he{_parse(e){const r=ge.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==B.string&&n.parsedType!==B.number){const s=ge.objectValues(r);return J(n,{expected:ge.joinValues(s),received:n.parsedType,code:Z.invalid_type}),se}if(this._cache||(this._cache=new Set(ge.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){const s=ge.objectValues(r);return J(n,{received:n.data,code:Z.invalid_enum_value,options:s}),se}return Xe(e.data)}get enum(){return this._def.values}}kn.create=(t,e)=>new kn({values:t,typeName:D.ZodNativeEnum,...le(e)});class Mr extends he{unwrap(){return this._def.type}_parse(e){const{ctx:r}=this._processInputParams(e);if(r.parsedType!==B.promise&&r.common.async===!1)return J(r,{code:Z.invalid_type,expected:B.promise,received:r.parsedType}),se;const n=r.parsedType===B.promise?r.data:Promise.resolve(r.data);return Xe(n.then(s=>this._def.type.parseAsync(s,{path:r.path,errorMap:r.common.contextualErrorMap})))}}Mr.create=(t,e)=>new Mr({type:t,typeName:D.ZodPromise,...le(e)});class $t extends he{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===D.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:r,ctx:n}=this._processInputParams(e),s=this._def.effect||null,o={addIssue:i=>{J(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(o.addIssue=o.addIssue.bind(o),s.type==="preprocess"){const i=s.transform(n.data,o);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return se;const c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?se:c.status==="dirty"||r.value==="dirty"?Cr(c.value):c});{if(r.value==="aborted")return se;const a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?se:a.status==="dirty"||r.value==="dirty"?Cr(a.value):a}}if(s.type==="refinement"){const i=a=>{const c=s.refinement(a,o);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){const a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?se:(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"?se:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(s.type==="transform")if(n.common.async===!1){const i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!mr(i))return se;const a=s.transform(i.value,o);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=>mr(i)?Promise.resolve(s.transform(i.value,o)).then(a=>({status:r.value,value:a})):se);ge.assertNever(s)}}$t.create=(t,e,r)=>new $t({schema:t,typeName:D.ZodEffects,effect:e,...le(r)}),$t.createWithPreprocess=(t,e,r)=>new $t({schema:e,effect:{type:"preprocess",transform:t},typeName:D.ZodEffects,...le(r)});class jt extends he{_parse(e){return this._getType(e)===B.undefined?Xe(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}jt.create=(t,e)=>new jt({innerType:t,typeName:D.ZodOptional,...le(e)});class rr extends he{_parse(e){return this._getType(e)===B.null?Xe(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}rr.create=(t,e)=>new rr({innerType:t,typeName:D.ZodNullable,...le(e)});class Tn extends he{_parse(e){const{ctx:r}=this._processInputParams(e);let n=r.data;return r.parsedType===B.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}}Tn.create=(t,e)=>new Tn({innerType:t,typeName:D.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...le(e)});class Rn extends he{_parse(e){const{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},s=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return mn(s)?s.then(o=>({status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new dt(n.common.issues)},input:n.data})})):{status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new dt(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}}Rn.create=(t,e)=>new Rn({innerType:t,typeName:D.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...le(e)});class ro extends he{_parse(e){if(this._getType(e)!==B.nan){const n=this._getOrReturnCtx(e);return J(n,{code:Z.invalid_type,expected:B.nan,received:n.parsedType}),se}return{status:"valid",value:e.data}}}ro.create=t=>new ro({typeName:D.ZodNaN,...le(t)});const u0=Symbol("zod_brand");class Zi extends he{_parse(e){const{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}}class En extends he{_parse(e){const{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{const o=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?se:o.status==="dirty"?(r.dirty(),Cr(o.value)):this._def.out._parseAsync({data:o.value,path:n.path,parent:n})})();{const s=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?se:s.status==="dirty"?(r.dirty(),{status:"dirty",value:s.value}):this._def.out._parseSync({data:s.value,path:n.path,parent:n})}}static create(e,r){return new En({in:e,out:r,typeName:D.ZodPipeline})}}class Pn extends he{_parse(e){const r=this._def.innerType._parse(e),n=s=>(mr(s)&&(s.value=Object.freeze(s.value)),s);return mn(r)?r.then(s=>n(s)):n(r)}unwrap(){return this._def.innerType}}Pn.create=(t,e)=>new Pn({innerType:t,typeName:D.ZodReadonly,...le(e)});function yd(t,e){const 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?Or.create().superRefine((n,s)=>{const o=t(n);if(o instanceof Promise)return o.then(i=>{if(!i){const a=yd(e,n),c=a.fatal??r??!0;s.addIssue({code:"custom",...a,fatal:c})}});if(!o){const i=yd(e,n),a=i.fatal??r??!0;s.addIssue({code:"custom",...i,fatal:a})}}):Or.create()}const l0={object:ze.lazycreate};var D;(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"})(D||(D={}));const d0=(t,e={message:`Input not instance of ${t.name}`})=>wd(r=>r instanceof t,e),bd=wt.create,$d=Xt.create,h0=ro.create,f0=er.create,Sd=_n.create,p0=_r.create,m0=Qs.create,_0=gn.create,g0=vn.create,v0=Or.create,y0=gr.create,w0=Dt.create,b0=Xs.create,$0=bt.create,kd=ze.create,S0=ze.strictCreate,k0=yn.create,T0=eo.create,R0=wn.create,E0=Mt.create,P0=bn.create,x0=to.create,I0=vr.create,C0=Ar.create,O0=$n.create,N0=Sn.create,A0=tr.create,M0=kn.create,j0=Mr.create,Td=$t.create,q0=jt.create,z0=rr.create,U0=$t.createWithPreprocess,L0=En.create,Z0=Object.freeze(Object.defineProperty({__proto__:null,BRAND:u0,DIRTY:Cr,EMPTY_PATH:Zy,INVALID:se,NEVER:se,OK:Xe,ParseStatus:Ye,Schema:he,ZodAny:Or,ZodArray:bt,ZodBigInt:er,ZodBoolean:_n,ZodBranded:Zi,ZodCatch:Rn,ZodDate:_r,ZodDefault:Tn,ZodDiscriminatedUnion:eo,ZodEffects:$t,ZodEnum:tr,ZodError:dt,get ZodFirstPartyTypeKind(){return D},ZodFunction:Ar,ZodIntersection:wn,ZodIssueCode:Z,ZodLazy:$n,ZodLiteral:Sn,ZodMap:to,ZodNaN:ro,ZodNativeEnum:kn,ZodNever:Dt,ZodNull:vn,ZodNullable:rr,ZodNumber:Xt,ZodObject:ze,ZodOptional:jt,ZodParsedType:B,ZodPipeline:En,ZodPromise:Mr,ZodReadonly:Pn,ZodRecord:bn,ZodSchema:he,ZodSet:vr,ZodString:wt,ZodSymbol:Qs,ZodTransformer:$t,ZodTuple:Mt,ZodType:he,ZodUndefined:gn,ZodUnion:yn,ZodUnknown:gr,ZodVoid:Xs,addIssueToContext:J,any:v0,array:$0,bigint:f0,boolean:Sd,coerce:{string:(t=>wt.create({...t,coerce:!0})),number:(t=>Xt.create({...t,coerce:!0})),boolean:(t=>_n.create({...t,coerce:!0})),bigint:(t=>er.create({...t,coerce:!0})),date:(t=>_r.create({...t,coerce:!0}))},custom:wd,date:p0,datetimeRegex:gd,defaultErrorMap:Ir,discriminatedUnion:T0,effect:Td,enum:A0,function:C0,getErrorMap:Gs,getParsedType:Zt,instanceof:d0,intersection:R0,isAborted:qi,isAsync:mn,isDirty:zi,isValid:mr,late:l0,lazy:O0,literal:N0,makeIssue:Ys,map:x0,nan:h0,nativeEnum:M0,never:w0,null:g0,nullable:z0,number:$d,object:kd,get objectUtil(){return ji},oboolean:()=>Sd().optional(),onumber:()=>$d().optional(),optional:q0,ostring:()=>bd().optional(),pipeline:L0,preprocess:U0,promise:j0,quotelessJson:Uy,record:P0,set:I0,setErrorMap:Ly,strictObject:S0,string:bd,symbol:m0,transformer:Td,tuple:E0,undefined:_0,union:k0,unknown:y0,get util(){return ge},void:b0},Symbol.toStringTag,{value:"Module"})),D0=A("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");Ie.init(t,e),t.def=e,t.parse=(r,n)=>Pp(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>zs(t,r,n),t.parseAsync=async(r,n)=>xp(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>oi(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)=>Yt(t,r,n),t.brand=()=>t,t.register=((r,n)=>(r.add(t,n),t))}),V0=A("ZodMiniObject",(t,e)=>{il.init(t,e),D0.init(t,e),Oe(t,"shape",()=>e.shape)});function Rd(t,e){const r={type:"object",get shape(){return Qr(this,"shape",{...t}),this.shape},...Y(e)};return new V0(r)}function no(t){return!!t._zod}function nr(t,e){return no(t)?zs(t,e):t.safeParse(e)}function Ed(t){if(!t)return;let e;if(no(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function H0(t){if(no(t)){const o=t._zod?.def;if(o){if(o.value!==void 0)return o.value;if(Array.isArray(o.values)&&o.values.length>0)return o.values[0]}}const 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]}const n=t.value;if(n!==void 0)return n}function yr(t){return t==="completed"||t==="failed"||t==="cancelled"}const F0=Symbol("Let zodToJsonSchema decide on which parser to use"),Pd={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"},W0=t=>typeof t=="string"?{...Pd,name:t}:{...Pd,...t},J0=t=>{const e=W0(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,s])=>[s._def,{def:s._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}};function xd(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function Re(t,e,r,n,s){t[e]=r,xd(t,e,n,s)}const Id=(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 st(t){if(t.target!=="openAi")return{};const e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Id(e,t.currentPath):e.join("/")}}function B0(t,e){const r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==D.ZodAny&&(r.items=$e(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&Re(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&Re(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(Re(r,"minItems",t.exactLength.value,t.exactLength.message,e),Re(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function K0(t,e){const r={type:"integer",format:"int64"};if(!t.checks)return r;for(const n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?Re(r,"minimum",n.value,n.message,e):Re(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Re(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Re(r,"maximum",n.value,n.message,e):Re(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Re(r,"maximum",n.value,n.message,e));break;case"multipleOf":Re(r,"multipleOf",n.value,n.message,e);break}return r}function G0(){return{type:"boolean"}}function Cd(t,e){return $e(t.type._def,e)}const Y0=(t,e)=>$e(t.innerType._def,e);function Od(t,e,r){const n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((s,o)=>Od(t,e,s))};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 Q0(t,e)}}const Q0=(t,e)=>{const r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(const n of t.checks)switch(n.kind){case"min":Re(r,"minimum",n.value,n.message,e);break;case"max":Re(r,"maximum",n.value,n.message,e);break}return r};function X0(t,e){return{...$e(t.innerType._def,e),default:t.defaultValue()}}function ew(t,e){return e.effectStrategy==="input"?$e(t.schema._def,e):st(e)}function tw(t){return{type:"string",enum:Array.from(t.values)}}const rw=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function nw(t,e){const r=[$e(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),$e(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(o=>!!o);let n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0;const s=[];return r.forEach(o=>{if(rw(o))s.push(...o.allOf),o.unevaluatedProperties===void 0&&(n=void 0);else{let i=o;if("additionalProperties"in o&&o.additionalProperties===!1){const{additionalProperties:a,...c}=o;i=c}else n=void 0;s.push(i)}}),s.length?{allOf:s,...n}:void 0}function sw(t,e){const 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}}let Di;const St={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:()=>(Di===void 0&&(Di=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Di),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 Nd(t,e){const r={type:"string"};if(t.checks)for(const n of t.checks)switch(n.kind){case"min":Re(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":Re(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":kt(r,"email",n.message,e);break;case"format:idn-email":kt(r,"idn-email",n.message,e);break;case"pattern:zod":et(r,St.email,n.message,e);break}break;case"url":kt(r,"uri",n.message,e);break;case"uuid":kt(r,"uuid",n.message,e);break;case"regex":et(r,n.regex,n.message,e);break;case"cuid":et(r,St.cuid,n.message,e);break;case"cuid2":et(r,St.cuid2,n.message,e);break;case"startsWith":et(r,RegExp(`^${Vi(n.value,e)}`),n.message,e);break;case"endsWith":et(r,RegExp(`${Vi(n.value,e)}$`),n.message,e);break;case"datetime":kt(r,"date-time",n.message,e);break;case"date":kt(r,"date",n.message,e);break;case"time":kt(r,"time",n.message,e);break;case"duration":kt(r,"duration",n.message,e);break;case"length":Re(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),Re(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{et(r,RegExp(Vi(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&kt(r,"ipv4",n.message,e),n.version!=="v4"&&kt(r,"ipv6",n.message,e);break}case"base64url":et(r,St.base64url,n.message,e);break;case"jwt":et(r,St.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&et(r,St.ipv4Cidr,n.message,e),n.version!=="v4"&&et(r,St.ipv6Cidr,n.message,e);break}case"emoji":et(r,St.emoji(),n.message,e);break;case"ulid":{et(r,St.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{kt(r,"binary",n.message,e);break}case"contentEncoding:base64":{Re(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{et(r,St.base64,n.message,e);break}}break}case"nanoid":et(r,St.nanoid,n.message,e)}return r}function Vi(t,e){return e.patternStrategy==="escape"?iw(t):t}const ow=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function iw(t){let e="";for(let r=0;r<t.length;r++)ow.has(t[r])||(e+="\\"),e+=t[r];return e}function kt(t,e,r,n){t.format||t.anyOf?.some(s=>s.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}}})):Re(t,"format",e,r,n)}function et(t,e,r,n){t.pattern||t.allOf?.some(s=>s.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:Ad(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):Re(t,"pattern",Ad(e,n),r,n)}function Ad(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;const r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source;let s="",o=!1,i=!1,a=!1;for(let c=0;c<n.length;c++){if(o){s+=n[c],o=!1;continue}if(r.i){if(i){if(n[c].match(/[a-z]/)){a?(s+=n[c],s+=`${n[c-2]}-${n[c]}`.toUpperCase(),a=!1):n[c+1]==="-"&&n[c+2]?.match(/[a-z]/)?(s+=n[c],a=!0):s+=`${n[c]}${n[c].toUpperCase()}`;continue}}else if(n[c].match(/[a-z]/)){s+=`[${n[c]}${n[c].toUpperCase()}]`;continue}}if(r.m){if(n[c]==="^"){s+=`(^|(?<=[\r
|
|
36
|
+
]))`;continue}else if(n[c]==="$"){s+=`($|(?=[\r
|
|
37
|
+
]))`;continue}}if(r.s&&n[c]==="."){s+=i?`${n[c]}\r
|
|
38
|
+
`:`[${n[c]}\r
|
|
39
|
+
]`;continue}s+=n[c],n[c]==="\\"?o=!0:i&&n[c]==="]"?i=!1:!i&&n[c]==="["&&(i=!0)}try{new RegExp(s)}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 s}function Md(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===D.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,s)=>({...n,[s]:$e(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",s]})??st(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};const r={type:"object",additionalProperties:$e(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===D.ZodString&&t.keyType._def.checks?.length){const{type:n,...s}=Nd(t.keyType._def,e);return{...r,propertyNames:s}}else{if(t.keyType?._def.typeName===D.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===D.ZodBranded&&t.keyType._def.type._def.typeName===D.ZodString&&t.keyType._def.type._def.checks?.length){const{type:n,...s}=Cd(t.keyType._def,e);return{...r,propertyNames:s}}}return r}function aw(t,e){if(e.mapStrategy==="record")return Md(t,e);const r=$e(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||st(e),n=$e(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||st(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function cw(t){const e=t.values,n=Object.keys(t.values).filter(o=>typeof e[e[o]]!="number").map(o=>e[o]),s=Array.from(new Set(n.map(o=>typeof o)));return{type:s.length===1?s[0]==="string"?"string":"number":["string","number"],enum:n}}function uw(t){return t.target==="openAi"?void 0:{not:st({...t,currentPath:[...t.currentPath,"not"]})}}function lw(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}const so={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function dw(t,e){if(e.target==="openApi3")return jd(t,e);const r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in so&&(!n._def.checks||!n._def.checks.length))){const n=r.reduce((s,o)=>{const i=so[o._def.typeName];return i&&!s.includes(i)?[...s,i]:s},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){const n=r.reduce((s,o)=>{const i=typeof o._def.value;switch(i){case"string":case"number":case"boolean":return[...s,i];case"bigint":return[...s,"integer"];case"object":if(o._def.value===null)return[...s,"null"];case"symbol":case"undefined":case"function":default:return s}},[]);if(n.length===r.length){const s=n.filter((o,i,a)=>a.indexOf(o)===i);return{type:s.length>1?s:s[0],enum:r.reduce((o,i)=>o.includes(i._def.value)?o:[...o,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,s)=>[...n,...s._def.values.filter(o=>!n.includes(o))],[])};return jd(t,e)}const jd=(t,e)=>{const r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,s)=>$e(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${s}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function hw(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:so[t.innerType._def.typeName],nullable:!0}:{type:[so[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){const n=$e(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}const r=$e(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function fw(t,e){const r={type:"number"};if(!t.checks)return r;for(const n of t.checks)switch(n.kind){case"int":r.type="integer",xd(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?Re(r,"minimum",n.value,n.message,e):Re(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Re(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Re(r,"maximum",n.value,n.message,e):Re(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Re(r,"maximum",n.value,n.message,e));break;case"multipleOf":Re(r,"multipleOf",n.value,n.message,e);break}return r}function pw(t,e){const r=e.target==="openAi",n={type:"object",properties:{}},s=[],o=t.shape();for(const a in o){let c=o[a];if(c===void 0||c._def===void 0)continue;let u=_w(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);const l=$e(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||s.push(a))}s.length&&(n.required=s);const i=mw(t,e);return i!==void 0&&(n.additionalProperties=i),n}function mw(t,e){if(t.catchall._def.typeName!=="ZodNever")return $e(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 _w(t){try{return t.isOptional()}catch{return!0}}const gw=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return $e(t.innerType._def,e);const r=$e(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:st(e)},r]}:st(e)},vw=(t,e)=>{if(e.pipeStrategy==="input")return $e(t.in._def,e);if(e.pipeStrategy==="output")return $e(t.out._def,e);const r=$e(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=$e(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(s=>s!==void 0)}};function yw(t,e){return $e(t.type._def,e)}function ww(t,e){const n={type:"array",uniqueItems:!0,items:$e(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&Re(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&Re(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function bw(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>$e(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:$e(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>$e(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function $w(t){return{not:st(t)}}function Sw(t){return st(t)}const kw=(t,e)=>$e(t.innerType._def,e),Tw=(t,e,r)=>{switch(e){case D.ZodString:return Nd(t,r);case D.ZodNumber:return fw(t,r);case D.ZodObject:return pw(t,r);case D.ZodBigInt:return K0(t,r);case D.ZodBoolean:return G0();case D.ZodDate:return Od(t,r);case D.ZodUndefined:return $w(r);case D.ZodNull:return lw(r);case D.ZodArray:return B0(t,r);case D.ZodUnion:case D.ZodDiscriminatedUnion:return dw(t,r);case D.ZodIntersection:return nw(t,r);case D.ZodTuple:return bw(t,r);case D.ZodRecord:return Md(t,r);case D.ZodLiteral:return sw(t,r);case D.ZodEnum:return tw(t);case D.ZodNativeEnum:return cw(t);case D.ZodNullable:return hw(t,r);case D.ZodOptional:return gw(t,r);case D.ZodMap:return aw(t,r);case D.ZodSet:return ww(t,r);case D.ZodLazy:return()=>t.getter()._def;case D.ZodPromise:return yw(t,r);case D.ZodNaN:case D.ZodNever:return uw(r);case D.ZodEffects:return ew(t,r);case D.ZodAny:return st(r);case D.ZodUnknown:return Sw(r);case D.ZodDefault:return X0(t,r);case D.ZodBranded:return Cd(t,r);case D.ZodReadonly:return kw(t,r);case D.ZodCatch:return Y0(t,r);case D.ZodPipeline:return vw(t,r);case D.ZodFunction:case D.ZodVoid:case D.ZodSymbol:return;default:return(n=>{})()}};function $e(t,e,r=!1){const n=e.seen.get(t);if(e.override){const a=e.override?.(t,e,n,r);if(a!==F0)return a}if(n&&!r){const a=Rw(n,e);if(a!==void 0)return a}const s={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,s);const o=Tw(t,t.typeName,e),i=typeof o=="function"?$e(o(),e):o;if(i&&Ew(t,e,i),e.postProcess){const a=e.postProcess(i,t,e);return s.jsonSchema=i,a}return s.jsonSchema=i,i}const Rw=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Id(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`),st(e)):e.$refStrategy==="seen"?st(e):void 0}},Ew=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r),Pw=(t,e)=>{const r=J0(e);let n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:$e(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??st(r)}),{}):void 0;const s=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,o=$e(t._def,s===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,s]},!1)??st(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(o.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("/")}}));const a=s===void 0?n?{...o,[r.definitionPath]:n}:o:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,s].join("/"),[r.definitionPath]:{...n,[s]:o}};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 qd(t){const r=Ed(t)?.method;if(!r)throw new Error("Schema is missing a method literal");const n=H0(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function zd(t,e){const r=nr(t,e);if(!r.success)throw r.error;return r.data}const xw=6e4;let Iw=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(yi,r=>{this._oncancel(r)}),this.setNotificationHandler(bi,r=>{this._onprogress(r)}),this.setRequestHandler(wi,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler($i,async(r,n)=>{const s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new ie(ue.InvalidParams,"Failed to retrieve task: Task not found");return{...s}}),this.setRequestHandler(ki,async(r,n)=>{const s=async()=>{const o=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(o,n.sessionId);){if(a.type==="response"||a.type==="error"){const c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{const d=c,p=new ie(d.error.code,d.error.message,d.error.data);l(p)}else{const 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})}}const i=await this._taskStore.getTask(o,n.sessionId);if(!i)throw new ie(ue.InvalidParams,`Task not found: ${o}`);if(!yr(i.status))return await this._waitForTaskUpdate(o,n.signal),await s();if(yr(i.status)){const a=await this._taskStore.getTaskResult(o,n.sessionId);return this._clearTaskQueue(o),{...a,_meta:{...a._meta,[fr]:{taskId:o}}}}return await s()};return await s()}),this.setRequestHandler(Ti,async(r,n)=>{try{const{tasks:s,nextCursor:o}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:s,nextCursor:o,_meta:{}}}catch(s){throw new ie(ue.InvalidParams,`Failed to list tasks: ${s instanceof Error?s.message:String(s)}`)}}),this.setRequestHandler(Ei,async(r,n)=>{try{const s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new ie(ue.InvalidParams,`Task not found: ${r.params.taskId}`);if(yr(s.status))throw new ie(ue.InvalidParams,`Cannot cancel task in terminal status: ${s.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);const o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new ie(ue.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...o}}catch(s){throw s instanceof ie?s:new ie(ue.InvalidRequest,`Failed to cancel task: ${s instanceof Error?s.message:String(s)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,s,o=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(s,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:o,onTimeout:s})}_resetTimeout(e){const r=this._timeoutInfo.get(e);if(!r)return!1;const n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),ie.fromError(ue.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){const r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){this._transport=e;const r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};const n=this.transport?.onerror;this._transport.onerror=o=>{n?.(o),this._onerror(o)};const s=this._transport?.onmessage;this._transport.onmessage=(o,i)=>{s?.(o,i),cn(o)||hv(o)?this._onresponse(o):_i(o)?this._onrequest(o,i):dv(o)?this._onnotification(o):this._onerror(new Error(`Unknown message type: ${JSON.stringify(o)}`))},await this._transport.start()}_onclose(){const e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();const r=ie.fromError(ue.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(const n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){const 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){const n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,s=this._transport,o=e.params?._meta?.[fr]?.taskId;if(n===void 0){const l={jsonrpc:"2.0",id:e.id,error:{code:ue.MethodNotFound,message:"Method not found"}};o&&this._taskMessageQueue?this._enqueueTaskMessage(o,{type:"error",message:l,timestamp:Date.now()},s?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):s?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}const i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);const a=lv(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,s?.sessionId):void 0,u={signal:i.signal,sessionId:s?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{const d={relatedRequestId:e.id};o&&(d.relatedTask={taskId:o}),await this.notification(l,d)},sendRequest:async(l,d,p)=>{const _={...p,relatedRequestId:e.id};o&&!_.relatedTask&&(_.relatedTask={taskId:o});const m=_.relatedTask?.taskId??o;return m&&c&&await c.updateTaskStatus(m,"input_required"),await this.request(l,d,_)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:o,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;const d={result:l,jsonrpc:"2.0",id:e.id};o&&this._taskMessageQueue?await this._enqueueTaskMessage(o,{type:"response",message:d,timestamp:Date.now()},s?.sessionId):await s?.send(d)},async l=>{if(i.signal.aborted)return;const d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:ue.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};o&&this._taskMessageQueue?await this._enqueueTaskMessage(o,{type:"error",message:d,timestamp:Date.now()},s?.sessionId):await s?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){const{progressToken:r,...n}=e.params,s=Number(r),o=this._progressHandlers.get(s);if(!o){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}const i=this._responseHandlers.get(s),a=this._timeoutInfo.get(s);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(s)}catch(c){this._responseHandlers.delete(s),this._progressHandlers.delete(s),this._cleanupTimeout(s),i(c);return}o(n)}_onresponse(e){const r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),cn(e))n(e);else{const i=new ie(e.error.code,e.error.message,e.error.data);n(i)}return}const s=this._responseHandlers.get(r);if(s===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 o=!1;if(cn(e)&&e.result&&typeof e.result=="object"){const i=e.result;if(i.task&&typeof i.task=="object"){const a=i.task;typeof a.taskId=="string"&&(o=!0,this._taskProgressTokens.set(a.taskId,r))}}if(o||this._progressHandlers.delete(r),cn(e))s(e);else{const i=ie.fromError(e.error.code,e.error.message,e.error.data);s(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){const{task:s}=n??{};if(!s){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof ie?i:new ie(ue.InternalError,String(i))}}return}let o;try{const i=await this.request(e,fn,n);if(i.task)o=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new ie(ue.InternalError,"Task creation did not return a task");for(;;){const a=await this.getTask({taskId:o},n);if(yield{type:"taskStatus",task:a},yr(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:o},r,n)}:a.status==="failed"?yield{type:"error",error:new ie(ue.InternalError,`Task ${o} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new ie(ue.InternalError,`Task ${o} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:o},r,n)};return}const 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 ie?i:new ie(ue.InternalError,String(i))}}}request(e,r,n){const{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{const d=h=>{l(h)};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(h){d(h);return}n?.signal?.throwIfAborted();const p=this._requestMessageId++,_={...e,jsonrpc:"2.0",id:p};n?.onprogress&&(this._progressHandlers.set(p,n.onprogress),_.params={...e.params,_meta:{...e.params?._meta||{},progressToken:p}}),a&&(_.params={..._.params,task:a}),c&&(_.params={..._.params,_meta:{..._.params?._meta||{},[fr]:c}});const m=h=>{this._responseHandlers.delete(p),this._progressHandlers.delete(p),this._cleanupTimeout(p),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:p,reason:String(h)}},{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch($=>this._onerror(new Error(`Failed to send cancellation: ${$}`)));const w=h instanceof ie?h:new ie(ue.RequestTimeout,String(h));l(w)};this._responseHandlers.set(p,h=>{if(!n?.signal?.aborted){if(h instanceof Error)return l(h);try{const w=nr(r,h.result);w.success?u(w.data):l(w.error)}catch(w){l(w)}}}),n?.signal?.addEventListener("abort",()=>{m(n?.signal?.reason)});const g=n?.timeout??xw,f=()=>m(ie.fromError(ue.RequestTimeout,"Request timed out",{timeout:g}));this._setupTimeout(p,g,n?.maxTotalTimeout,f,n?.resetTimeoutOnProgress??!1);const v=c?.taskId;if(v){const h=w=>{const $=this._responseHandlers.get(p);$?$(w):this._onerror(new Error(`Response handler missing for side-channeled request ${p}`))};this._requestResolvers.set(p,h),this._enqueueTaskMessage(v,{type:"request",message:_,timestamp:Date.now()}).catch(w=>{this._cleanupTimeout(p),l(w)})}else this._transport.send(_,{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(h=>{this._cleanupTimeout(p),l(h)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},Si,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},Ri,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},xv,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);const n=r?.relatedTask?.taskId;if(n){const a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[fr]: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||{},[fr]: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||{},[fr]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){const n=qd(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(s,o)=>{const i=zd(e,s);return Promise.resolve(r(i,o))})}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){const n=qd(e);this._notificationHandlers.set(n,s=>{const o=zd(e,s);return Promise.resolve(r(o))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){const 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");const s=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,s)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){const n=await this._taskMessageQueue.dequeueAll(e,r);for(const s of n)if(s.type==="request"&&_i(s.message)){const o=s.message.id,i=this._requestResolvers.get(o);i?(i(new ie(ue.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(o)):this._onerror(new Error(`Resolver missing for request ${o} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{const s=await this._taskStore?.getTask(e);s?.pollInterval&&(n=s.pollInterval)}catch{}return new Promise((s,o)=>{if(r.aborted){o(new ie(ue.InvalidRequest,"Request cancelled"));return}const i=setTimeout(s,n);r.addEventListener("abort",()=>{clearTimeout(i),o(new ie(ue.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){const n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async s=>{if(!e)throw new Error("No request provided");return await n.createTask(s,e.id,{method:e.method,params:e.params},r)},getTask:async s=>{const o=await n.getTask(s,r);if(!o)throw new ie(ue.InvalidParams,"Failed to retrieve task: Task not found");return o},storeTaskResult:async(s,o,i)=>{await n.storeTaskResult(s,o,i,r);const a=await n.getTask(s,r);if(a){const c=Js.parse({method:"notifications/tasks/status",params:a});await this.notification(c),yr(a.status)&&this._cleanupTaskProgressHandler(s)}},getTaskResult:s=>n.getTaskResult(s,r),updateTaskStatus:async(s,o,i)=>{const a=await n.getTask(s,r);if(!a)throw new ie(ue.InvalidParams,`Task "${s}" not found - it may have been cleaned up`);if(yr(a.status))throw new ie(ue.InvalidParams,`Cannot update task "${s}" from terminal status "${a.status}" to "${o}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(s,o,i,r);const c=await n.getTask(s,r);if(c){const u=Js.parse({method:"notifications/tasks/status",params:c});await this.notification(u),yr(c.status)&&this._cleanupTaskProgressHandler(s)}},listTasks:s=>n.listTasks(s,r)}}};function Ud(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Cw(t,e){const r={...t};for(const n in e){const s=n,o=e[s];if(o===void 0)continue;const i=r[s];Ud(i)&&Ud(o)?r[s]={...i,...o}:r[s]=o}return r}var oo={exports:{}},Hi={},Ld;function Ow(){return Ld||(Ld=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.formatNames=t.fastFormats=t.fullFormats=void 0;function e(q,W){return{validate:q,compare:W}}t.fullFormats={date:e(o,i),time:e(c(!0),u),"date-time":e(p(!0),_),"iso-time":e(c(),l),"iso-date-time":e(p(),m),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:v,"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:F,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:w,int32:{type:"number",validate:S},int64:{type:"number",validate:T},float:{type:"number",validate:N},double:{type:"number",validate:N},password:!0,binary:!0},t.fastFormats={...t.fullFormats,date:e(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,i),time:e(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,u),"date-time":e(/^\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,_),"iso-time":e(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,l),"iso-date-time":e(/^\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,m),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},t.formatNames=Object.keys(t.fullFormats);function r(q){return q%4===0&&(q%100!==0||q%400===0)}const n=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,s=[0,31,28,31,30,31,30,31,31,30,31,30,31];function o(q){const W=n.exec(q);if(!W)return!1;const K=+W[1],G=+W[2],ke=+W[3];return G>=1&&G<=12&&ke>=1&&ke<=(G===2&&r(K)?29:s[G])}function i(q,W){if(q&&W)return q>W?1:q<W?-1:0}const a=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function c(q){return function(K){const G=a.exec(K);if(!G)return!1;const ke=+G[1],tt=+G[2],rt=+G[3],xe=G[4],Ot=G[5]==="-"?-1:1,V=+(G[6]||0),P=+(G[7]||0);if(V>23||P>59||q&&!xe)return!1;if(ke<=23&&tt<=59&&rt<60)return!0;const L=tt-P*Ot,O=ke-V*Ot-(L<0?1:0);return(O===23||O===-1)&&(L===59||L===-1)&&rt<61}}function u(q,W){if(!(q&&W))return;const K=new Date("2020-01-01T"+q).valueOf(),G=new Date("2020-01-01T"+W).valueOf();if(K&&G)return K-G}function l(q,W){if(!(q&&W))return;const K=a.exec(q),G=a.exec(W);if(K&&G)return q=K[1]+K[2]+K[3],W=G[1]+G[2]+G[3],q>W?1:q<W?-1:0}const d=/t|\s/i;function p(q){const W=c(q);return function(G){const ke=G.split(d);return ke.length===2&&o(ke[0])&&W(ke[1])}}function _(q,W){if(!(q&&W))return;const K=new Date(q).valueOf(),G=new Date(W).valueOf();if(K&&G)return K-G}function m(q,W){if(!(q&&W))return;const[K,G]=q.split(d),[ke,tt]=W.split(d),rt=i(K,ke);if(rt!==void 0)return rt||u(G,tt)}const g=/\/|:/,f=/^(?:[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 v(q){return g.test(q)&&f.test(q)}const h=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function w(q){return h.lastIndex=0,h.test(q)}const $=-2147483648,b=2**31-1;function S(q){return Number.isInteger(q)&&q<=b&&q>=$}function T(q){return Number.isInteger(q)}function N(){return!0}const j=/[^\\]\\Z/;function F(q){if(j.test(q))return!1;try{return new RegExp(q),!0}catch{return!1}}})(Hi)),Hi}var Fi={},Zd;function Nw(){return Zd||(Zd=1,(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.formatLimitDefinition=void 0;const e=ju(),r=fe(),n=r.operators,s={formatMaximum:{okStr:"<=",ok:n.LTE,fail:n.GT},formatMinimum:{okStr:">=",ok:n.GTE,fail:n.LT},formatExclusiveMaximum:{okStr:"<",ok:n.LT,fail:n.GTE},formatExclusiveMinimum:{okStr:">",ok:n.GT,fail:n.LTE}},o={message:({keyword:a,schemaCode:c})=>(0,r.str)`should be ${s[a].okStr} ${c}`,params:({keyword:a,schemaCode:c})=>(0,r._)`{comparison: ${s[a].okStr}, limit: ${c}}`};t.formatLimitDefinition={keyword:Object.keys(s),type:"string",schemaType:"string",$data:!0,error:o,code(a){const{gen:c,data:u,schemaCode:l,keyword:d,it:p}=a,{opts:_,self:m}=p;if(!_.validateFormats)return;const g=new e.KeywordCxt(p,m.RULES.all.format.definition,"format");g.$data?f():v();function f(){const w=c.scopeValue("formats",{ref:m.formats,code:_.code.formats}),$=c.const("fmt",(0,r._)`${w}[${g.schemaCode}]`);a.fail$data((0,r.or)((0,r._)`typeof ${$} != "object"`,(0,r._)`${$} instanceof RegExp`,(0,r._)`typeof ${$}.compare != "function"`,h($)))}function v(){const w=g.schema,$=m.formats[w];if(!$||$===!0)return;if(typeof $!="object"||$ instanceof RegExp||typeof $.compare!="function")throw new Error(`"${d}": format "${w}" does not define "compare" function`);const b=c.scopeValue("formats",{key:w,ref:$,code:_.code.formats?(0,r._)`${_.code.formats}${(0,r.getProperty)(w)}`:void 0});a.fail$data(h(b))}function h(w){return(0,r._)`${w}.compare(${u}, ${l}) ${s[d].fail} 0`}},dependencies:["format"]};const i=a=>(a.addKeyword(t.formatLimitDefinition),a);t.default=i})(Fi)),Fi}var Dd;function Aw(){return Dd||(Dd=1,(function(t,e){Object.defineProperty(e,"__esModule",{value:!0});const r=Ow(),n=Nw(),s=fe(),o=new s.Name("fullFormats"),i=new s.Name("fastFormats"),a=(u,l={keywords:!0})=>{if(Array.isArray(l))return c(u,l,r.fullFormats,o),u;const[d,p]=l.mode==="fast"?[r.fastFormats,i]:[r.fullFormats,o],_=l.formats||r.formatNames;return c(u,_,d,p),l.keywords&&(0,n.default)(u),u};a.get=(u,l="full")=>{const p=(l==="fast"?r.fastFormats:r.fullFormats)[u];if(!p)throw new Error(`Unknown format "${u}"`);return p};function c(u,l,d,p){var _,m;(_=(m=u.opts.code).formats)!==null&&_!==void 0||(m.formats=(0,s._)`require("ajv-formats/dist/formats").${p}`);for(const g of l)u.addFormat(g,d[g])}t.exports=e=a,Object.defineProperty(e,"__esModule",{value:!0}),e.default=a})(oo,oo.exports)),oo.exports}var Mw=Aw();const Vd=kr(Mw);function jw(){const t=new zu({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return Vd(t),t}let qw=class{constructor(e){this._ajv=e??jw()}getValidator(e){const 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)}}};class zw{constructor(e){this._client=e}async*callToolStream(e,r=Bs,n){const s=this._client,o={...n,task:n?.task??(s.isToolTask(e.name)?{}:void 0)},i=s.requestStream({method:"tools/call",params:e},r,o),a=s.getToolOutputValidator(e.name);for await(const c of i){if(c.type==="result"&&a){const u=c.result;if(!u.structuredContent&&!u.isError){yield{type:"error",error:new ie(ue.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`)};return}if(u.structuredContent)try{const l=a(u.structuredContent);if(!l.valid){yield{type:"error",error:new ie(ue.InvalidParams,`Structured content does not match the tool's output schema: ${l.errorMessage}`)};return}}catch(l){if(l instanceof ie){yield{type:"error",error:l};return}yield{type:"error",error:new ie(ue.InvalidParams,`Failed to validate structured content: ${l instanceof Error?l.message:String(l)}`)};return}}yield c}}async getTask(e,r){return this._client.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._client.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._client.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._client.cancelTask({taskId:e},r)}requestStream(e,r,n){return this._client.requestStream(e,r,n)}}function Uw(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}}function Lw(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}}function io(t,e){if(!(!t||e===null||typeof e!="object")){if(t.type==="object"&&t.properties&&typeof t.properties=="object"){const r=e,n=t.properties;for(const s of Object.keys(n)){const o=n[s];r[s]===void 0&&Object.prototype.hasOwnProperty.call(o,"default")&&(r[s]=o.default),r[s]!==void 0&&io(o,r[s])}}if(Array.isArray(t.anyOf))for(const r of t.anyOf)typeof r!="boolean"&&io(r,e);if(Array.isArray(t.oneOf))for(const r of t.oneOf)typeof r!="boolean"&&io(r,e)}}function Zw(t){if(!t)return{supportsFormMode:!1,supportsUrlMode:!1};const e=t.form!==void 0,r=t.url!==void 0;return{supportsFormMode:e||!e&&!r,supportsUrlMode:r}}let Wi=class extends Iw{constructor(e,r){super(r),this._clientInfo=e,this._cachedToolOutputValidators=new Map,this._cachedKnownTaskTools=new Set,this._cachedRequiredTaskTools=new Set,this._listChangedDebounceTimers=new Map,this._capabilities=r?.capabilities??{},this._jsonSchemaValidator=r?.jsonSchemaValidator??new qw,r?.listChanged&&(this._pendingListChangedConfig=r.listChanged)}_setupListChangedHandlers(e){e.tools&&this._serverCapabilities?.tools?.listChanged&&this._setupListChangedHandler("tools",ad,e.tools,async()=>(await this.listTools()).tools),e.prompts&&this._serverCapabilities?.prompts?.listChanged&&this._setupListChangedHandler("prompts",sd,e.prompts,async()=>(await this.listPrompts()).prompts),e.resources&&this._serverCapabilities?.resources?.listChanged&&this._setupListChangedHandler("resources",td,e.resources,async()=>(await this.listResources()).resources)}get experimental(){return this._experimental||(this._experimental={tasks:new zw(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=Cw(this._capabilities,e)}setRequestHandler(e,r){const s=Ed(e)?.method;if(!s)throw new Error("Schema is missing a method literal");let o;if(no(s)){const a=s;o=a._zod?.def?.value??a.value}else{const a=s;o=a._def?.value??a.value}if(typeof o!="string")throw new Error("Schema method literal must be a string");const i=o;if(i==="elicitation/create"){const a=async(c,u)=>{const l=nr(ld,c);if(!l.success){const h=l.error instanceof Error?l.error.message:String(l.error);throw new ie(ue.InvalidParams,`Invalid elicitation request: ${h}`)}const{params:d}=l.data;d.mode=d.mode??"form";const{supportsFormMode:p,supportsUrlMode:_}=Zw(this._capabilities.elicitation);if(d.mode==="form"&&!p)throw new ie(ue.InvalidParams,"Client does not support form-mode elicitation requests");if(d.mode==="url"&&!_)throw new ie(ue.InvalidParams,"Client does not support URL-mode elicitation requests");const m=await Promise.resolve(r(c,u));if(d.task){const h=nr(fn,m);if(!h.success){const w=h.error instanceof Error?h.error.message:String(h.error);throw new ie(ue.InvalidParams,`Invalid task creation result: ${w}`)}return h.data}const g=nr(Mi,m);if(!g.success){const h=g.error instanceof Error?g.error.message:String(g.error);throw new ie(ue.InvalidParams,`Invalid elicitation result: ${h}`)}const f=g.data,v=d.mode==="form"?d.requestedSchema:void 0;if(d.mode==="form"&&f.action==="accept"&&f.content&&v&&this._capabilities.elicitation?.form?.applyDefaults)try{io(v,f.content)}catch{}return f};return super.setRequestHandler(e,a)}if(i==="sampling/createMessage"){const a=async(c,u)=>{const l=nr(ud,c);if(!l.success){const m=l.error instanceof Error?l.error.message:String(l.error);throw new ie(ue.InvalidParams,`Invalid sampling request: ${m}`)}const{params:d}=l.data,p=await Promise.resolve(r(c,u));if(d.task){const m=nr(fn,p);if(!m.success){const g=m.error instanceof Error?m.error.message:String(m.error);throw new ie(ue.InvalidParams,`Invalid task creation result: ${g}`)}return m.data}const _=nr(Ai,p);if(!_.success){const m=_.error instanceof Error?_.error.message:String(_.error);throw new ie(ue.InvalidParams,`Invalid sampling result: ${m}`)}return _.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapability(e,r){if(!this._serverCapabilities?.[e])throw new Error(`Server does not support ${e} (required for ${r})`)}async connect(e,r){if(await super.connect(e),e.sessionId===void 0)try{const n=await this.request({method:"initialize",params:{protocolVersion:Hs,capabilities:this._capabilities,clientInfo:this._clientInfo}},Wl,r);if(n===void 0)throw new Error(`Server sent invalid initialize result: ${n}`);if(!av.includes(n.protocolVersion))throw new Error(`Server's protocol version is not supported: ${n.protocolVersion}`);this._serverCapabilities=n.capabilities,this._serverVersion=n.serverInfo,e.setProtocolVersion&&e.setProtocolVersion(n.protocolVersion),this._instructions=n.instructions,await this.notification({method:"notifications/initialized"}),this._pendingListChangedConfig&&(this._setupListChangedHandlers(this._pendingListChangedConfig),this._pendingListChangedConfig=void 0)}catch(n){throw this.close(),n}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(e){switch(e){case"logging/setLevel":if(!this._serverCapabilities?.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._serverCapabilities?.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!this._serverCapabilities?.resources)throw new Error(`Server does not support resources (required for ${e})`);if(e==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._serverCapabilities?.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"completion/complete":if(!this._serverCapabilities?.completions)throw new Error(`Server does not support completions (required for ${e})`);break}}assertNotificationCapability(e){switch(e){case"notifications/roots/list_changed":if(!this._capabilities.roots?.listChanged)throw new Error(`Client does not support roots list changed notifications (required for ${e})`);break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${e})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${e})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Client does not support tasks capability (required for ${e})`);break}}assertTaskCapability(e){Uw(this._serverCapabilities?.tasks?.requests,e,"Server")}assertTaskHandlerCapability(e){this._capabilities&&Lw(this._capabilities.tasks?.requests,e,"Client")}async ping(e){return this.request({method:"ping"},pr,e)}async complete(e,r){return this.request({method:"completion/complete",params:e},dd,r)}async setLoggingLevel(e,r){return this.request({method:"logging/setLevel",params:{level:e}},pr,r)}async getPrompt(e,r){return this.request({method:"prompts/get",params:e},nd,r)}async listPrompts(e,r){return this.request({method:"prompts/list",params:e},rd,r)}async listResources(e,r){return this.request({method:"resources/list",params:e},Ql,r)}async listResourceTemplates(e,r){return this.request({method:"resources/templates/list",params:e},Xl,r)}async readResource(e,r){return this.request({method:"resources/read",params:e},ed,r)}async subscribeResource(e,r){return this.request({method:"resources/subscribe",params:e},pr,r)}async unsubscribeResource(e,r){return this.request({method:"resources/unsubscribe",params:e},pr,r)}async callTool(e,r=Bs,n){if(this.isToolTaskRequired(e.name))throw new ie(ue.InvalidRequest,`Tool "${e.name}" requires task-based execution. Use client.experimental.tasks.callToolStream() instead.`);const s=await this.request({method:"tools/call",params:e},r,n),o=this.getToolOutputValidator(e.name);if(o){if(!s.structuredContent&&!s.isError)throw new ie(ue.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`);if(s.structuredContent)try{const i=o(s.structuredContent);if(!i.valid)throw new ie(ue.InvalidParams,`Structured content does not match the tool's output schema: ${i.errorMessage}`)}catch(i){throw i instanceof ie?i:new ie(ue.InvalidParams,`Failed to validate structured content: ${i instanceof Error?i.message:String(i)}`)}}return s}isToolTask(e){return this._serverCapabilities?.tasks?.requests?.tools?.call?this._cachedKnownTaskTools.has(e):!1}isToolTaskRequired(e){return this._cachedRequiredTaskTools.has(e)}cacheToolMetadata(e){this._cachedToolOutputValidators.clear(),this._cachedKnownTaskTools.clear(),this._cachedRequiredTaskTools.clear();for(const r of e){if(r.outputSchema){const s=this._jsonSchemaValidator.getValidator(r.outputSchema);this._cachedToolOutputValidators.set(r.name,s)}const n=r.execution?.taskSupport;(n==="required"||n==="optional")&&this._cachedKnownTaskTools.add(r.name),n==="required"&&this._cachedRequiredTaskTools.add(r.name)}}getToolOutputValidator(e){return this._cachedToolOutputValidators.get(e)}async listTools(e,r){const n=await this.request({method:"tools/list",params:e},id,r);return this.cacheToolMetadata(n.tools),n}_setupListChangedHandler(e,r,n,s){const o=ty.safeParse(n);if(!o.success)throw new Error(`Invalid ${e} listChanged options: ${o.error.message}`);if(typeof n.onChanged!="function")throw new Error(`Invalid ${e} listChanged options: onChanged must be a function`);const{autoRefresh:i,debounceMs:a}=o.data,{onChanged:c}=n,u=async()=>{if(!i){c(null,null);return}try{const d=await s();c(null,d)}catch(d){const p=d instanceof Error?d:new Error(String(d));c(p,null)}},l=()=>{if(a){const d=this._listChangedDebounceTimers.get(e);d&&clearTimeout(d);const p=setTimeout(u,a);this._listChangedDebounceTimers.set(e,p)}else u()};this.setNotificationHandler(r,l)}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}};class Hd extends Error{constructor(e,r){super(e),this.name="ParseError",this.type=r.type,this.field=r.field,this.value=r.value,this.line=r.line}}function Ji(t){}function Fd(t){if(typeof t=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:e=Ji,onError:r=Ji,onRetry:n=Ji,onComment:s}=t;let o="",i=!0,a,c="",u="";function l(g){const f=i?g.replace(/^\xEF\xBB\xBF/,""):g,[v,h]=Dw(`${o}${f}`);for(const w of v)d(w);o=h,i=!1}function d(g){if(g===""){_();return}if(g.startsWith(":")){s&&s(g.slice(g.startsWith(": ")?2:1));return}const f=g.indexOf(":");if(f!==-1){const v=g.slice(0,f),h=g[f+1]===" "?2:1,w=g.slice(f+h);p(v,w,g);return}p(g,"",g)}function p(g,f,v){switch(g){case"event":u=f;break;case"data":c=`${c}${f}
|
|
40
|
+
`;break;case"id":a=f.includes("\0")?void 0:f;break;case"retry":/^\d+$/.test(f)?n(parseInt(f,10)):r(new Hd(`Invalid \`retry\` value: "${f}"`,{type:"invalid-retry",value:f,line:v}));break;default:r(new Hd(`Unknown field "${g.length>20?`${g.slice(0,20)}…`:g}"`,{type:"unknown-field",field:g,value:f,line:v}));break}}function _(){c.length>0&&e({id:a,event:u||void 0,data:c.endsWith(`
|
|
41
|
+
`)?c.slice(0,-1):c}),a=void 0,c="",u=""}function m(g={}){o&&g.consume&&d(o),i=!0,a=void 0,c="",u="",o=""}return{feed:l,reset:m}}function Dw(t){const e=[];let r="",n=0;for(;n<t.length;){const s=t.indexOf("\r",n),o=t.indexOf(`
|
|
42
42
|
`,n);let i=-1;if(s!==-1&&o!==-1?i=Math.min(s,o):s!==-1?s===t.length-1?i=-1:i=s:o!==-1&&(i=o),i===-1){r=t.slice(n);break}else{const a=t.slice(n,i);e.push(a),n=i+1,t[n-1]==="\r"&&t[n]===`
|
|
43
|
-
`&&n++}}return[e,r]}class Td extends Event{constructor(e,r){var n,s;super(e),this.code=(n=r==null?void 0:r.code)!=null?n:void 0,this.message=(s=r==null?void 0:r.message)!=null?s:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,r,n){return n(xd(this),r)}[Symbol.for("Deno.customInspect")](e,r){return e(xd(this),r)}}function c$(t){const e=globalThis.DOMException;return typeof e=="function"?new e(t,"SyntaxError"):new SyntaxError(t)}function Yi(t){return t instanceof Error?"errors"in t&&Array.isArray(t.errors)?t.errors.map(Yi).join(", "):"cause"in t&&t.cause instanceof Error?`${t}: ${Yi(t.cause)}`:t.message:`${t}`}function xd(t){return{type:t.type,message:t.message,code:t.code,defaultPrevented:t.defaultPrevented,cancelable:t.cancelable,timeStamp:t.timeStamp}}var Rd=t=>{throw TypeError(t)},Xi=(t,e,r)=>e.has(t)||Rd("Cannot "+r),ne=(t,e,r)=>(Xi(t,e,"read from private field"),r?r.call(t):e.get(t)),je=(t,e,r)=>e.has(t)?Rd("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),$e=(t,e,r,n)=>(Xi(t,e,"write to private field"),e.set(t,r),r),zt=(t,e,r)=>(Xi(t,e,"access private method"),r),Xe,hr,Ar,Zs,Ls,Cn,zr,On,Xt,Mr,Zr,Lr,Nn,yt,Qi,ea,ta,Id,ra,na,jn,sa,oa;class Us extends EventTarget{constructor(e,r){var n,s;super(),je(this,yt),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,je(this,Xe),je(this,hr),je(this,Ar),je(this,Zs),je(this,Ls),je(this,Cn),je(this,zr),je(this,On,null),je(this,Xt),je(this,Mr),je(this,Zr,null),je(this,Lr,null),je(this,Nn,null),je(this,ea,async o=>{var i;ne(this,Mr).reset();const{body:a,redirected:c,status:u,headers:l}=o;if(u===204){zt(this,yt,jn).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?$e(this,Ar,new URL(o.url)):$e(this,Ar,void 0),u!==200){zt(this,yt,jn).call(this,`Non-200 status code (${u})`,u);return}if(!(l.get("content-type")||"").startsWith("text/event-stream")){zt(this,yt,jn).call(this,'Invalid content type, expected "text/event-stream"',u);return}if(ne(this,Xe)===this.CLOSED)return;$e(this,Xe,this.OPEN);const f=new Event("open");if((i=ne(this,Nn))==null||i.call(this,f),this.dispatchEvent(f),typeof a!="object"||!a||!("getReader"in a)){zt(this,yt,jn).call(this,"Invalid response body, expected a web ReadableStream",u),this.close();return}const _=new TextDecoder,y=a.getReader();let g=!0;do{const{done:v,value:h}=await y.read();h&&ne(this,Mr).feed(_.decode(h,{stream:!v})),v&&(g=!1,ne(this,Mr).reset(),zt(this,yt,sa).call(this))}while(g)}),je(this,ta,o=>{$e(this,Xt,void 0),!(o.name==="AbortError"||o.type==="aborted")&&zt(this,yt,sa).call(this,Yi(o))}),je(this,ra,o=>{typeof o.id=="string"&&$e(this,On,o.id);const i=new MessageEvent(o.event||"message",{data:o.data,origin:ne(this,Ar)?ne(this,Ar).origin:ne(this,hr).origin,lastEventId:o.id||""});ne(this,Lr)&&(!o.event||o.event==="message")&&ne(this,Lr).call(this,i),this.dispatchEvent(i)}),je(this,na,o=>{$e(this,Cn,o)}),je(this,oa,()=>{$e(this,zr,void 0),ne(this,Xe)===this.CONNECTING&&zt(this,yt,Qi).call(this)});try{if(e instanceof URL)$e(this,hr,e);else if(typeof e=="string")$e(this,hr,new URL(e,u$()));else throw new Error("Invalid URL")}catch{throw c$("An invalid or illegal string was specified")}$e(this,Mr,Pd({onEvent:ne(this,ra),onRetry:ne(this,na)})),$e(this,Xe,this.CONNECTING),$e(this,Cn,3e3),$e(this,Ls,(n=r==null?void 0:r.fetch)!=null?n:globalThis.fetch),$e(this,Zs,(s=r==null?void 0:r.withCredentials)!=null?s:!1),zt(this,yt,Qi).call(this)}get readyState(){return ne(this,Xe)}get url(){return ne(this,hr).href}get withCredentials(){return ne(this,Zs)}get onerror(){return ne(this,Zr)}set onerror(e){$e(this,Zr,e)}get onmessage(){return ne(this,Lr)}set onmessage(e){$e(this,Lr,e)}get onopen(){return ne(this,Nn)}set onopen(e){$e(this,Nn,e)}addEventListener(e,r,n){const s=r;super.addEventListener(e,s,n)}removeEventListener(e,r,n){const s=r;super.removeEventListener(e,s,n)}close(){ne(this,zr)&&clearTimeout(ne(this,zr)),ne(this,Xe)!==this.CLOSED&&(ne(this,Xt)&&ne(this,Xt).abort(),$e(this,Xe,this.CLOSED),$e(this,Xt,void 0))}}Xe=new WeakMap,hr=new WeakMap,Ar=new WeakMap,Zs=new WeakMap,Ls=new WeakMap,Cn=new WeakMap,zr=new WeakMap,On=new WeakMap,Xt=new WeakMap,Mr=new WeakMap,Zr=new WeakMap,Lr=new WeakMap,Nn=new WeakMap,yt=new WeakSet,Qi=function(){$e(this,Xe,this.CONNECTING),$e(this,Xt,new AbortController),ne(this,Ls)(ne(this,hr),zt(this,yt,Id).call(this)).then(ne(this,ea)).catch(ne(this,ta))},ea=new WeakMap,ta=new WeakMap,Id=function(){var t;const e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...ne(this,On)?{"Last-Event-ID":ne(this,On)}:void 0},cache:"no-store",signal:(t=ne(this,Xt))==null?void 0:t.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},ra=new WeakMap,na=new WeakMap,jn=function(t,e){var r;ne(this,Xe)!==this.CLOSED&&$e(this,Xe,this.CLOSED);const n=new Td("error",{code:e,message:t});(r=ne(this,Zr))==null||r.call(this,n),this.dispatchEvent(n)},sa=function(t,e){var r;if(ne(this,Xe)===this.CLOSED)return;$e(this,Xe,this.CONNECTING);const n=new Td("error",{code:e,message:t});(r=ne(this,Zr))==null||r.call(this,n),this.dispatchEvent(n),$e(this,zr,setTimeout(ne(this,oa),ne(this,Cn)))},oa=new WeakMap,Us.CONNECTING=0,Us.OPEN=1,Us.CLOSED=2;function u$(){const t="document"in globalThis?globalThis.document:void 0;return t&&typeof t=="object"&&"baseURI"in t&&typeof t.baseURI=="string"?t.baseURI:void 0}function ia(t){return t?t instanceof Headers?Object.fromEntries(t.entries()):Array.isArray(t)?Object.fromEntries(t):{...t}:{}}function Cd(t=fetch,e){return e?async(r,n)=>{const s={...e,...n,headers:n!=null&&n.headers?{...ia(e.headers),...ia(n.headers)}:e.headers};return t(r,s)}:t}let aa;aa=globalThis.crypto;async function l$(t){return(await aa).getRandomValues(new Uint8Array(t))}async function d$(t){const e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~",r=Math.pow(2,8)-Math.pow(2,8)%e.length;let n="";for(;n.length<t;){const s=await l$(t-n.length);for(const o of s)o<r&&(n+=e[o%e.length])}return n}async function f$(t){return await d$(t)}async function h$(t){const e=await(await aa).subtle.digest("SHA-256",new TextEncoder().encode(t));return btoa(String.fromCharCode(...new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function p$(t){if(t||(t=43),t<43||t>128)throw`Expected a length between 43 and 128. Received ${t}.`;const e=await f$(t),r=await h$(e);return{code_verifier:e,code_challenge:r}}const Le=dy().superRefine((t,e)=>{if(!URL.canParse(t))return e.addIssue({code:n0.custom,message:"URL must be parseable",fatal:!0}),u_}).refine(t=>{const e=new URL(t);return e.protocol!=="javascript:"&&e.protocol!=="data:"&&e.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),m$=ut({resource:$().url(),authorization_servers:j(Le).optional(),jwks_uri:$().url().optional(),scopes_supported:j($()).optional(),bearer_methods_supported:j($()).optional(),resource_signing_alg_values_supported:j($()).optional(),resource_name:$().optional(),resource_documentation:$().optional(),resource_policy_uri:$().url().optional(),resource_tos_uri:$().url().optional(),tls_client_certificate_bound_access_tokens:we().optional(),authorization_details_types_supported:j($()).optional(),dpop_signing_alg_values_supported:j($()).optional(),dpop_bound_access_tokens_required:we().optional()}),Od=ut({issuer:$(),authorization_endpoint:Le,token_endpoint:Le,registration_endpoint:Le.optional(),scopes_supported:j($()).optional(),response_types_supported:j($()),response_modes_supported:j($()).optional(),grant_types_supported:j($()).optional(),token_endpoint_auth_methods_supported:j($()).optional(),token_endpoint_auth_signing_alg_values_supported:j($()).optional(),service_documentation:Le.optional(),revocation_endpoint:Le.optional(),revocation_endpoint_auth_methods_supported:j($()).optional(),revocation_endpoint_auth_signing_alg_values_supported:j($()).optional(),introspection_endpoint:$().optional(),introspection_endpoint_auth_methods_supported:j($()).optional(),introspection_endpoint_auth_signing_alg_values_supported:j($()).optional(),code_challenge_methods_supported:j($()).optional(),client_id_metadata_document_supported:we().optional()}),_$=ut({issuer:$(),authorization_endpoint:Le,token_endpoint:Le,userinfo_endpoint:Le.optional(),jwks_uri:Le,registration_endpoint:Le.optional(),scopes_supported:j($()).optional(),response_types_supported:j($()),response_modes_supported:j($()).optional(),grant_types_supported:j($()).optional(),acr_values_supported:j($()).optional(),subject_types_supported:j($()),id_token_signing_alg_values_supported:j($()),id_token_encryption_alg_values_supported:j($()).optional(),id_token_encryption_enc_values_supported:j($()).optional(),userinfo_signing_alg_values_supported:j($()).optional(),userinfo_encryption_alg_values_supported:j($()).optional(),userinfo_encryption_enc_values_supported:j($()).optional(),request_object_signing_alg_values_supported:j($()).optional(),request_object_encryption_alg_values_supported:j($()).optional(),request_object_encryption_enc_values_supported:j($()).optional(),token_endpoint_auth_methods_supported:j($()).optional(),token_endpoint_auth_signing_alg_values_supported:j($()).optional(),display_values_supported:j($()).optional(),claim_types_supported:j($()).optional(),claims_supported:j($()).optional(),service_documentation:$().optional(),claims_locales_supported:j($()).optional(),ui_locales_supported:j($()).optional(),claims_parameter_supported:we().optional(),request_parameter_supported:we().optional(),request_uri_parameter_supported:we().optional(),require_request_uri_registration:we().optional(),op_policy_uri:Le.optional(),op_tos_uri:Le.optional(),client_id_metadata_document_supported:we().optional()}),g$=z({..._$.shape,...Od.pick({code_challenge_methods_supported:!0}).shape}),Nd=z({access_token:$(),id_token:$().optional(),token_type:$(),expires_in:be().optional(),scope:$().optional(),refresh_token:$().optional()}).strip(),v$=z({error:$(),error_description:$().optional(),error_uri:$().optional()}),jd=Le.optional().or(W("").transform(()=>{})),y$=z({redirect_uris:j(Le),token_endpoint_auth_method:$().optional(),grant_types:j($()).optional(),response_types:j($()).optional(),client_name:$().optional(),client_uri:Le.optional(),logo_uri:jd,scope:$().optional(),contacts:j($()).optional(),tos_uri:jd,policy_uri:$().optional(),jwks_uri:Le.optional(),jwks:Iy().optional(),software_id:$().optional(),software_version:$().optional(),software_statement:$().optional()}).strip(),b$=z({client_id:$(),client_secret:$().optional(),client_id_issued_at:be().optional(),client_secret_expires_at:be().optional()}).strip(),w$=y$.merge(b$);z({error:$(),error_description:$().optional()}).strip(),z({token:$(),token_type_hint:$().optional()}).strip();function $$(t){const e=typeof t=="string"?new URL(t):new URL(t.href);return e.hash="",e}function S$({requestedResource:t,configuredResource:e}){const r=typeof t=="string"?new URL(t):new URL(t.href),n=typeof e=="string"?new URL(e):new URL(e.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;const s=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",o=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return s.startsWith(o)}class Ue extends Error{constructor(e,r){super(e),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){const e={error:this.errorCode,error_description:this.message};return this.errorUri&&(e.error_uri=this.errorUri),e}get errorCode(){return this.constructor.errorCode}}class ca extends Ue{}ca.errorCode="invalid_request";class Ds extends Ue{}Ds.errorCode="invalid_client";class qs extends Ue{}qs.errorCode="invalid_grant";class Vs extends Ue{}Vs.errorCode="unauthorized_client";class ua extends Ue{}ua.errorCode="unsupported_grant_type";class la extends Ue{}la.errorCode="invalid_scope";class da extends Ue{}da.errorCode="access_denied";class Ur extends Ue{}Ur.errorCode="server_error";class fa extends Ue{}fa.errorCode="temporarily_unavailable";class ha extends Ue{}ha.errorCode="unsupported_response_type";class pa extends Ue{}pa.errorCode="unsupported_token_type";class ma extends Ue{}ma.errorCode="invalid_token";class _a extends Ue{}_a.errorCode="method_not_allowed";class ga extends Ue{}ga.errorCode="too_many_requests";class Fs extends Ue{}Fs.errorCode="invalid_client_metadata";class va extends Ue{}va.errorCode="insufficient_scope";const k$={[ca.errorCode]:ca,[Ds.errorCode]:Ds,[qs.errorCode]:qs,[Vs.errorCode]:Vs,[ua.errorCode]:ua,[la.errorCode]:la,[da.errorCode]:da,[Ur.errorCode]:Ur,[fa.errorCode]:fa,[ha.errorCode]:ha,[pa.errorCode]:pa,[ma.errorCode]:ma,[_a.errorCode]:_a,[ga.errorCode]:ga,[Fs.errorCode]:Fs,[va.errorCode]:va};class st extends Error{constructor(e){super(e??"Unauthorized")}}function E$(t){return["client_secret_basic","client_secret_post","none"].includes(t)}const ya="code",ba="S256";function Ad(t,e){const r=t.client_secret!==void 0;return e.length===0?r?"client_secret_post":"none":"token_endpoint_auth_method"in t&&t.token_endpoint_auth_method&&E$(t.token_endpoint_auth_method)&&e.includes(t.token_endpoint_auth_method)?t.token_endpoint_auth_method:r&&e.includes("client_secret_basic")?"client_secret_basic":r&&e.includes("client_secret_post")?"client_secret_post":e.includes("none")?"none":r?"client_secret_post":"none"}function zd(t,e,r,n){const{client_id:s,client_secret:o}=e;switch(t){case"client_secret_basic":P$(s,o,r);return;case"client_secret_post":T$(s,o,n);return;case"none":x$(s,n);return;default:throw new Error(`Unsupported client authentication method: ${t}`)}}function P$(t,e,r){if(!e)throw new Error("client_secret_basic authentication requires a client_secret");const n=btoa(`${t}:${e}`);r.set("Authorization",`Basic ${n}`)}function T$(t,e,r){r.set("client_id",t),e&&r.set("client_secret",e)}function x$(t,e){e.set("client_id",t)}async function wa(t){const e=t instanceof Response?t.status:void 0,r=t instanceof Response?await t.text():t;try{const n=v$.parse(JSON.parse(r)),{error:s,error_description:o,error_uri:i}=n,a=k$[s]||Ur;return new a(o||"",i)}catch(n){const s=`${e?`HTTP ${e}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new Ur(s)}}async function pr(t,e){var r,n;try{return await $a(t,e)}catch(s){if(s instanceof Ds||s instanceof Vs)return await((r=t.invalidateCredentials)===null||r===void 0?void 0:r.call(t,"all")),await $a(t,e);if(s instanceof qs)return await((n=t.invalidateCredentials)===null||n===void 0?void 0:n.call(t,"tokens")),await $a(t,e);throw s}}async function $a(t,{serverUrl:e,authorizationCode:r,scope:n,resourceMetadataUrl:s,fetchFn:o}){var i,a;let c,u;try{c=await C$(e,{resourceMetadataUrl:s},o),c.authorization_servers&&c.authorization_servers.length>0&&(u=c.authorization_servers[0])}catch{}u||(u=new URL("/",e));const l=await I$(e,t,c),f=await z$(u,{fetchFn:o});let _=await Promise.resolve(t.clientInformation());if(!_){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");const d=(f==null?void 0:f.client_id_metadata_document_supported)===!0,m=t.clientMetadataUrl;if(m&&!R$(m))throw new Fs(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${m}`);if(d&&m)_={client_id:m},await((i=t.saveClientInformation)===null||i===void 0?void 0:i.call(t,_));else{if(!t.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");const S=await U$(u,{metadata:f,clientMetadata:t.clientMetadata,fetchFn:o});await t.saveClientInformation(S),_=S}}if(r!==void 0){const d=await t.codeVerifier(),m=await Z$(u,{metadata:f,clientInformation:_,authorizationCode:r,codeVerifier:d,redirectUri:t.redirectUrl,resource:l,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(m),"AUTHORIZED"}const y=await t.tokens();if(y!=null&&y.refresh_token)try{const d=await L$(u,{metadata:f,clientInformation:_,refreshToken:y.refresh_token,resource:l,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(d),"AUTHORIZED"}catch(d){if(!(!(d instanceof Ue)||d instanceof Ur))throw d}const g=t.state?await t.state():void 0,{authorizationUrl:v,codeVerifier:h}=await M$(u,{metadata:f,clientInformation:_,state:g,redirectUrl:t.redirectUrl,scope:n||((a=c==null?void 0:c.scopes_supported)===null||a===void 0?void 0:a.join(" "))||t.clientMetadata.scope,resource:l});return await t.saveCodeVerifier(h),await t.redirectToAuthorization(v),"REDIRECT"}function R$(t){if(!t)return!1;try{const e=new URL(t);return e.protocol==="https:"&&e.pathname!=="/"}catch{return!1}}async function I$(t,e,r){const n=$$(t);if(e.validateResourceURL)return await e.validateResourceURL(n,r==null?void 0:r.resource);if(r){if(!S$({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}function Hs(t){const e=t.headers.get("WWW-Authenticate");if(!e)return{};const[r,n]=e.split(" ");if(r.toLowerCase()!=="bearer"||!n)return{};const s=Sa(t,"resource_metadata")||void 0;let o;if(s)try{o=new URL(s)}catch{}const i=Sa(t,"scope")||void 0,a=Sa(t,"error")||void 0;return{resourceMetadataUrl:o,scope:i,error:a}}function Sa(t,e){const r=t.headers.get("WWW-Authenticate");if(!r)return null;const n=new RegExp(`${e}=(?:"([^"]+)"|([^\\s,]+))`),s=r.match(n);return s?s[1]||s[2]:null}async function C$(t,e,r=fetch){const n=await j$(t,"oauth-protected-resource",r,{protocolVersion:e==null?void 0:e.protocolVersion,metadataUrl:e==null?void 0:e.resourceMetadataUrl});if(!n||n.status===404)throw new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!n.ok)throw new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);return m$.parse(await n.json())}async function ka(t,e,r=fetch){try{return await r(t,{headers:e})}catch(n){if(n instanceof TypeError)return e?ka(t,void 0,r):void 0;throw n}}function O$(t,e="",r={}){return e.endsWith("/")&&(e=e.slice(0,-1)),r.prependPathname?`${e}/.well-known/${t}`:`/.well-known/${t}${e}`}async function Md(t,e,r=fetch){return await ka(t,{"MCP-Protocol-Version":e},r)}function N$(t,e){return!t||t.status>=400&&t.status<500&&e!=="/"}async function j$(t,e,r,n){var s,o;const i=new URL(t),a=(s=n==null?void 0:n.protocolVersion)!==null&&s!==void 0?s:ln;let c;if(n!=null&&n.metadataUrl)c=new URL(n.metadataUrl);else{const l=O$(e,i.pathname);c=new URL(l,(o=n==null?void 0:n.metadataServerUrl)!==null&&o!==void 0?o:i),c.search=i.search}let u=await Md(c,a,r);if(!(n!=null&&n.metadataUrl)&&N$(u,i.pathname)){const l=new URL(`/.well-known/${e}`,i);u=await Md(l,a,r)}return u}function A$(t){const e=typeof t=="string"?new URL(t):t,r=e.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",e.origin),type:"oidc"}),n;let s=e.pathname;return s.endsWith("/")&&(s=s.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${s}`,e.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${s}`,e.origin),type:"oidc"}),n.push({url:new URL(`${s}/.well-known/openid-configuration`,e.origin),type:"oidc"}),n}async function z$(t,{fetchFn:e=fetch,protocolVersion:r=ln}={}){const n={"MCP-Protocol-Version":r,Accept:"application/json"},s=A$(t);for(const{url:o,type:i}of s){const a=await ka(o,n,e);if(a){if(!a.ok){if(a.status>=400&&a.status<500)continue;throw new Error(`HTTP ${a.status} trying to load ${i==="oauth"?"OAuth":"OpenID provider"} metadata from ${o}`)}return i==="oauth"?Od.parse(await a.json()):g$.parse(await a.json())}}}async function M$(t,{metadata:e,clientInformation:r,redirectUrl:n,scope:s,state:o,resource:i}){let a;if(e){if(a=new URL(e.authorization_endpoint),!e.response_types_supported.includes(ya))throw new Error(`Incompatible auth server: does not support response type ${ya}`);if(e.code_challenge_methods_supported&&!e.code_challenge_methods_supported.includes(ba))throw new Error(`Incompatible auth server: does not support code challenge method ${ba}`)}else a=new URL("/authorize",t);const c=await p$(),u=c.code_verifier,l=c.code_challenge;return a.searchParams.set("response_type",ya),a.searchParams.set("client_id",r.client_id),a.searchParams.set("code_challenge",l),a.searchParams.set("code_challenge_method",ba),a.searchParams.set("redirect_uri",String(n)),o&&a.searchParams.set("state",o),s&&a.searchParams.set("scope",s),s!=null&&s.includes("offline_access")&&a.searchParams.append("prompt","consent"),i&&a.searchParams.set("resource",i.href),{authorizationUrl:a,codeVerifier:u}}async function Z$(t,{metadata:e,clientInformation:r,authorizationCode:n,codeVerifier:s,redirectUri:o,resource:i,addClientAuthentication:a,fetchFn:c}){var u;const l="authorization_code",f=e!=null&&e.token_endpoint?new URL(e.token_endpoint):new URL("/token",t);if(e!=null&&e.grant_types_supported&&!e.grant_types_supported.includes(l))throw new Error(`Incompatible auth server: does not support grant type ${l}`);const _=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"}),y=new URLSearchParams({grant_type:l,code:n,code_verifier:s,redirect_uri:String(o)});if(a)a(_,y,t,e);else{const v=(u=e==null?void 0:e.token_endpoint_auth_methods_supported)!==null&&u!==void 0?u:[],h=Ad(r,v);zd(h,r,_,y)}i&&y.set("resource",i.href);const g=await(c??fetch)(f,{method:"POST",headers:_,body:y});if(!g.ok)throw await wa(g);return Nd.parse(await g.json())}async function L$(t,{metadata:e,clientInformation:r,refreshToken:n,resource:s,addClientAuthentication:o,fetchFn:i}){var a;const c="refresh_token";let u;if(e){if(u=new URL(e.token_endpoint),e.grant_types_supported&&!e.grant_types_supported.includes(c))throw new Error(`Incompatible auth server: does not support grant type ${c}`)}else u=new URL("/token",t);const l=new Headers({"Content-Type":"application/x-www-form-urlencoded"}),f=new URLSearchParams({grant_type:c,refresh_token:n});if(o)o(l,f,t,e);else{const y=(a=e==null?void 0:e.token_endpoint_auth_methods_supported)!==null&&a!==void 0?a:[],g=Ad(r,y);zd(g,r,l,f)}s&&f.set("resource",s.href);const _=await(i??fetch)(u,{method:"POST",headers:l,body:f});if(!_.ok)throw await wa(_);return Nd.parse({refresh_token:n,...await _.json()})}async function U$(t,{metadata:e,clientMetadata:r,fetchFn:n}){let s;if(e){if(!e.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");s=new URL(e.registration_endpoint)}else s=new URL("/register",t);const o=await(n??fetch)(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!o.ok)throw await wa(o);return w$.parse(await o.json())}class D$ extends Error{constructor(e,r,n){super(`SSE error: ${r}`),this.code=e,this.event=n}}class An{constructor(e,r){this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._eventSourceInit=r==null?void 0:r.eventSourceInit,this._requestInit=r==null?void 0:r.requestInit,this._authProvider=r==null?void 0:r.authProvider,this._fetch=r==null?void 0:r.fetch,this._fetchWithInit=Cd(r==null?void 0:r.fetch,r==null?void 0:r.requestInit)}async _authThenStart(){var e;if(!this._authProvider)throw new st("No auth provider");let r;try{r=await pr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new st;return await this._startOrAuth()}async _commonHeaders(){var e;const r={};if(this._authProvider){const n=await this._authProvider.tokens();n&&(r.Authorization=`Bearer ${n.access_token}`)}return this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion),new Headers({...r,...(e=this._requestInit)===null||e===void 0?void 0:e.headers})}_startOrAuth(){var e,r,n;const s=(n=(r=(e=this===null||this===void 0?void 0:this._eventSourceInit)===null||e===void 0?void 0:e.fetch)!==null&&r!==void 0?r:this._fetch)!==null&&n!==void 0?n:fetch;return new Promise((o,i)=>{this._eventSource=new Us(this._url.href,{...this._eventSourceInit,fetch:async(a,c)=>{const u=await this._commonHeaders();u.set("Accept","text/event-stream");const l=await s(a,{...c,headers:u});if(l.status===401&&l.headers.has("www-authenticate")){const{resourceMetadataUrl:f,scope:_}=Hs(l);this._resourceMetadataUrl=f,this._scope=_}return l}}),this._abortController=new AbortController,this._eventSource.onerror=a=>{var c;if(a.code===401&&this._authProvider){this._authThenStart().then(o,i);return}const u=new D$(a.code,a.message,a);i(u),(c=this.onerror)===null||c===void 0||c.call(this,u)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",a=>{var c;const u=a;try{if(this._endpoint=new URL(u.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(l){i(l),(c=this.onerror)===null||c===void 0||c.call(this,l),this.close();return}o()}),this._eventSource.onmessage=a=>{var c,u;const l=a;let f;try{f=cr.parse(JSON.parse(l.data))}catch(_){(c=this.onerror)===null||c===void 0||c.call(this,_);return}(u=this.onmessage)===null||u===void 0||u.call(this,f)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(e){if(!this._authProvider)throw new st("No auth provider");if(await pr(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new st("Failed to authorize")}async close(){var e,r,n;(e=this._abortController)===null||e===void 0||e.abort(),(r=this._eventSource)===null||r===void 0||r.close(),(n=this.onclose)===null||n===void 0||n.call(this)}async send(e){var r,n,s;if(!this._endpoint)throw new Error("Not connected");try{const o=await this._commonHeaders();o.set("content-type","application/json");const i={...this._requestInit,method:"POST",headers:o,body:JSON.stringify(e),signal:(r=this._abortController)===null||r===void 0?void 0:r.signal},a=await((n=this._fetch)!==null&&n!==void 0?n:fetch)(this._endpoint,i);if(!a.ok){if(a.status===401&&this._authProvider){const{resourceMetadataUrl:u,scope:l}=Hs(a);if(this._resourceMetadataUrl=u,this._scope=l,await pr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new st;return this.send(e)}const c=await a.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${a.status}): ${c}`)}}catch(o){throw(s=this.onerror)===null||s===void 0||s.call(this,o),o}}setProtocolVersion(e){this._protocolVersion=e}}class q$ extends TransformStream{constructor({onError:e,onRetry:r,onComment:n}={}){let s;super({start(o){s=Pd({onEvent:i=>{o.enqueue(i)},onError(i){e==="terminate"?o.error(i):typeof e=="function"&&e(i)},onRetry:r,onComment:n})},transform(o){s.feed(o)}})}}const V$={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2};class zn extends Error{constructor(e,r){super(`Streamable HTTP error: ${r}`),this.code=e}}class Ws{constructor(e,r){var n;this._hasCompletedAuthFlow=!1,this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._requestInit=r==null?void 0:r.requestInit,this._authProvider=r==null?void 0:r.authProvider,this._fetch=r==null?void 0:r.fetch,this._fetchWithInit=Cd(r==null?void 0:r.fetch,r==null?void 0:r.requestInit),this._sessionId=r==null?void 0:r.sessionId,this._reconnectionOptions=(n=r==null?void 0:r.reconnectionOptions)!==null&&n!==void 0?n:V$}async _authThenStart(){var e;if(!this._authProvider)throw new st("No auth provider");let r;try{r=await pr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new st;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){var e;const r={};if(this._authProvider){const s=await this._authProvider.tokens();s&&(r.Authorization=`Bearer ${s.access_token}`)}this._sessionId&&(r["mcp-session-id"]=this._sessionId),this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion);const n=ia((e=this._requestInit)===null||e===void 0?void 0:e.headers);return new Headers({...r,...n})}async _startOrAuthSse(e){var r,n,s;const{resumptionToken:o}=e;try{const i=await this._commonHeaders();i.set("Accept","text/event-stream"),o&&i.set("last-event-id",o);const a=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,{method:"GET",headers:i,signal:(n=this._abortController)===null||n===void 0?void 0:n.signal});if(!a.ok){if(a.status===401&&this._authProvider)return await this._authThenStart();if(a.status===405)return;throw new zn(a.status,`Failed to open SSE stream: ${a.statusText}`)}this._handleSseStream(a.body,e,!0)}catch(i){throw(s=this.onerror)===null||s===void 0||s.call(this,i),i}}_getNextReconnectionDelay(e){if(this._serverRetryMs!==void 0)return this._serverRetryMs;const r=this._reconnectionOptions.initialReconnectionDelay,n=this._reconnectionOptions.reconnectionDelayGrowFactor,s=this._reconnectionOptions.maxReconnectionDelay;return Math.min(r*Math.pow(n,e),s)}_scheduleReconnection(e,r=0){var n;const s=this._reconnectionOptions.maxRetries;if(s>0&&r>=s){(n=this.onerror)===null||n===void 0||n.call(this,new Error(`Maximum reconnection attempts (${s}) exceeded.`));return}const o=this._getNextReconnectionDelay(r);setTimeout(()=>{this._startOrAuthSse(e).catch(i=>{var a;(a=this.onerror)===null||a===void 0||a.call(this,new Error(`Failed to reconnect SSE stream: ${i instanceof Error?i.message:String(i)}`)),this._scheduleReconnection(e,r+1)})},o)}_handleSseStream(e,r,n){if(!e)return;const{onresumptiontoken:s,replayMessageId:o}=r;let i,a=!1;(async()=>{var u,l,f,_;try{const y=e.pipeThrough(new TextDecoderStream).pipeThrough(new q$({onRetry:v=>{this._serverRetryMs=v}})).getReader();for(;;){const{value:v,done:h}=await y.read();if(h)break;if(v.id&&(i=v.id,a=!0,s==null||s(v.id)),!v.event||v.event==="message")try{const d=cr.parse(JSON.parse(v.data));o!==void 0&&wi(d)&&(d.id=o),(u=this.onmessage)===null||u===void 0||u.call(this,d)}catch(d){(l=this.onerror)===null||l===void 0||l.call(this,d)}}(n||a)&&this._abortController&&!this._abortController.signal.aborted&&this._scheduleReconnection({resumptionToken:i,onresumptiontoken:s,replayMessageId:o},0)}catch(y){if((f=this.onerror)===null||f===void 0||f.call(this,new Error(`SSE stream disconnected: ${y}`)),(n||a)&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:i,onresumptiontoken:s,replayMessageId:o},0)}catch(v){(_=this.onerror)===null||_===void 0||_.call(this,new Error(`Failed to reconnect: ${v instanceof Error?v.message:String(v)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(e){if(!this._authProvider)throw new st("No auth provider");if(await pr(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new st("Failed to authorize")}async close(){var e,r;(e=this._abortController)===null||e===void 0||e.abort(),(r=this.onclose)===null||r===void 0||r.call(this)}async send(e,r){var n,s,o,i;try{const{resumptionToken:a,onresumptiontoken:c}=r||{};if(a){this._startOrAuthSse({resumptionToken:a,replayMessageId:pl(e)?e.id:void 0}).catch(h=>{var d;return(d=this.onerror)===null||d===void 0?void 0:d.call(this,h)});return}const u=await this._commonHeaders();u.set("content-type","application/json"),u.set("accept","application/json, text/event-stream");const l={...this._requestInit,method:"POST",headers:u,body:JSON.stringify(e),signal:(n=this._abortController)===null||n===void 0?void 0:n.signal},f=await((s=this._fetch)!==null&&s!==void 0?s:fetch)(this._url,l),_=f.headers.get("mcp-session-id");if(_&&(this._sessionId=_),!f.ok){if(f.status===401&&this._authProvider){if(this._hasCompletedAuthFlow)throw new zn(401,"Server returned 401 after successful authentication");const{resourceMetadataUrl:d,scope:m}=Hs(f);if(this._resourceMetadataUrl=d,this._scope=m,await pr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new st;return this._hasCompletedAuthFlow=!0,this.send(e)}if(f.status===403&&this._authProvider){const{resourceMetadataUrl:d,scope:m,error:w}=Hs(f);if(w==="insufficient_scope"){const S=f.headers.get("WWW-Authenticate");if(this._lastUpscopingHeader===S)throw new zn(403,"Server returned 403 after trying upscoping");if(m&&(this._scope=m),d&&(this._resourceMetadataUrl=d),this._lastUpscopingHeader=S??void 0,await pr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetch})!=="AUTHORIZED")throw new st;return this.send(e)}}const h=await f.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${f.status}): ${h}`)}if(this._hasCompletedAuthFlow=!1,this._lastUpscopingHeader=void 0,f.status===202){p0(e)&&this._startOrAuthSse({resumptionToken:void 0}).catch(h=>{var d;return(d=this.onerror)===null||d===void 0?void 0:d.call(this,h)});return}const g=(Array.isArray(e)?e:[e]).filter(h=>"method"in h&&"id"in h&&h.id!==void 0).length>0,v=f.headers.get("content-type");if(g)if(v!=null&&v.includes("text/event-stream"))this._handleSseStream(f.body,{onresumptiontoken:c},!1);else if(v!=null&&v.includes("application/json")){const h=await f.json(),d=Array.isArray(h)?h.map(m=>cr.parse(m)):[cr.parse(h)];for(const m of d)(o=this.onmessage)===null||o===void 0||o.call(this,m)}else throw new zn(-1,`Unexpected content type: ${v}`)}catch(a){throw(i=this.onerror)===null||i===void 0||i.call(this,a),a}}get sessionId(){return this._sessionId}async terminateSession(){var e,r,n;if(this._sessionId)try{const s=await this._commonHeaders(),o={...this._requestInit,method:"DELETE",headers:s,signal:(e=this._abortController)===null||e===void 0?void 0:e.signal},i=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,o);if(!i.ok&&i.status!==405)throw new zn(i.status,`Failed to terminate session: ${i.statusText}`);this._sessionId=void 0}catch(s){throw(n=this.onerror)===null||n===void 0||n.call(this,s),s}}setProtocolVersion(e){this._protocolVersion=e}get protocolVersion(){return this._protocolVersion}async resumeStream(e,r){await this._startOrAuthSse({resumptionToken:e,onresumptiontoken:r==null?void 0:r.onresumptiontoken})}}const F$="mcp";class Zd{constructor(e){this._url=e}start(){if(this._socket)throw new Error("WebSocketClientTransport already started! If using Client class, note that connect() calls start() automatically.");return new Promise((e,r)=>{this._socket=new WebSocket(this._url,F$),this._socket.onerror=n=>{var s;const o="error"in n?n.error:new Error(`WebSocket error: ${JSON.stringify(n)}`);r(o),(s=this.onerror)===null||s===void 0||s.call(this,o)},this._socket.onopen=()=>{e()},this._socket.onclose=()=>{var n;(n=this.onclose)===null||n===void 0||n.call(this)},this._socket.onmessage=n=>{var s,o;let i;try{i=cr.parse(JSON.parse(n.data))}catch(a){(s=this.onerror)===null||s===void 0||s.call(this,a);return}(o=this.onmessage)===null||o===void 0||o.call(this,i)}})}async close(){var e;(e=this._socket)===null||e===void 0||e.close()}send(e){return new Promise((r,n)=>{var s;if(!this._socket){n(new Error("Not connected"));return}(s=this._socket)===null||s===void 0||s.send(JSON.stringify(e)),r()})}}function Js(){const t=["224340fQYLJj","function","onmessage","port2","341XVdnBD","313767JEBgqL","950bpstaX","1354759gUhUbE","wRKyh","onclose","2044SvCTUj","endpoint","24msSkHx","164VuWYGY","mOWMr","EkZCC","addEventListener","postMessage","120705iyGzUz","8878392ivIdKn","close","_listen","3619482FaLQHc","start","_endpoint","kgkem","bzNYT","MessageChannel transport error: ","stringify","onmessageerror","HvyCv","undefined","Jwyua","message","_globalObject","parse","authInfo","thraG","220pGvxgp","_port","EGhzU","onerror","data","MhriV"];return Js=function(){return t},Js()}(function(t,e){const r=Ce,n=Ce,s=t();for(;;)try{if(parseInt(r(417))/1*(parseInt(r(421))/2)+parseInt(r(433))/3+parseInt(r(424))/4*(-parseInt(n(429))/5)+parseInt(n(423))/6*(-parseInt(n(418))/7)+-parseInt(n(430))/8+-parseInt(r(416))/9*(-parseInt(r(405))/10)+-parseInt(r(415))/11*(-parseInt(r(411))/12)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(Js,650197);const Ld=()=>{const t=Ce,e={EGhzU:function(r,n){return r!==n},kIrDB:"undefined",llYQe:function(r,n){return r!==n},PZfJg:function(r,n){return r(n)},Jwyua:"return this"};return typeof globalThis<"u"?globalThis:e[t(407)](typeof window,e.kIrDB)?window:e.llYQe(typeof global,e.kIrDB)?global:typeof self!==t(398)?self:e.PZfJg(Function,e[t(399)])()},H$=(t,e,r)=>{const n=Ce,s=Ce,o={};o[n(410)]=s(398),o.dBkaX=function(a,c){return a===c},o[s(393)]="function";const i=o;typeof window!==i[s(410)]?t.postMessage(e,"*",r):s(428)in t&&i.dBkaX(typeof t.postMessage,i[n(393)])&&t.postMessage(e,r)},W$=(t,e)=>{const r=Ce,n=Ce,s={};s.MbsGh="addEventListener",s.PPniK=function(i,a){return i===a},s[r(419)]=n(412),s[n(404)]="onmessage",s[r(397)]="undefined";const o=s;o.MbsGh in t&&o.PPniK(typeof t[r(427)],o.wRKyh)?t[r(427)](r(400),e):o.thraG in t&&typeof t[n(413)]!==o[n(397)]&&(t.onmessage=e)};class Bs{constructor(e){const r=Ce;this[r(406)]=e}async start(){const e=Ce,r=Ce;this[e(406)]&&(this[e(406)][e(413)]=n=>{var s,o;const i=e,a=r;try{const c=cr[i(402)](n.data[i(400)]);(s=this[i(413)])==null||s.call(this,c,n[a(409)].extra)}catch(c){const u=new Error("MessageChannel failed to parse message: "+c);(o=this[a(408)])==null||o.call(this,u)}},this._port[e(396)]=n=>{var s;const o=r,i=r,a=new Error(o(394)+JSON[i(395)](n));(s=this.onerror)==null||s.call(this,a)},this[e(406)][e(434)]())}async send(e,r){const n={lEyuq:function(s){return s()},YihNw:function(s,o){return s(o)}};return new Promise((s,o)=>{var i;const a=Ce,c=Ce;try{const u={};u[a(403)]=r==null?void 0:r[a(403)];const l={};l[c(400)]=e,l.extra=u,this[c(406)]&&this[a(406)].postMessage(l),n.lEyuq(s)}catch(u){const l=u instanceof Error?u:new Error(n.YihNw(String,u));(i=this[c(408)])==null||i.call(this,l),o(l)}})}async close(){var e,r;const n=Ce,s=Ce;(e=this._port)==null||e[n(431)](),this._port=void 0,(r=this[s(420)])==null||r.call(this)}}class Ea extends Bs{constructor(e,r=Ld()){const n=Ce,s=Ce,o={EkZCC:function(a,c,u,l){return a(c,u,l)}};super(),this[n(391)]=e,this[s(401)]=r;const i=new MessageChannel;this[s(406)]=i.port1,o[s(426)](H$,this[n(401)],{endpoint:this[s(391)]},[i[s(414)]])}}class Pa extends Bs{constructor(e,r=Ld()){const n=Ce,s={mOWMr:function(o,i){return o===i},kgkem:function(o,i,a){return o(i,a)}};super(),this._endpoint=e,this._globalObject=r,this[n(432)]=new Promise(o=>{const i=n,a=n;s[i(392)](W$,this[a(401)],c=>{const u=a,l=a;c.data&&s[u(425)](c.data[l(422)],this[l(391)])&&(this[l(406)]=c.ports[-1*4852+1*1601+3251],o())})})}async listen(){return this[Ce(432)]}}function Ce(t,e){const r=Js();return Ce=function(n,s){return n=n-(17*-491+-669+9407),r[n]},Ce(t,e)}const J$=()=>{const t=new MessageChannel;return[new Bs(t.port1),new Bs(t.port2)]};(function(t,e){const r=pe,n=pe,s=t();for(;;)try{if(parseInt(r(355))/1+-parseInt(r(356))/2*(-parseInt(r(373))/3)+-parseInt(r(337))/4+parseInt(n(357))/5+-parseInt(n(389))/6*(-parseInt(r(396))/7)+parseInt(n(325))/8*(parseInt(r(382))/9)+-parseInt(r(366))/10===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(Ks,-763475+-52067*10+1724410);const B$=async(t,e,r)=>{var n;const s=pe,o=pe,i={};i[s(345)]="tools/list",i.rqstG="tools/call",i.WqUnk="resources/list",i[s(329)]=o(358),i[s(365)]=s(335),i.ookoz="resources/unsubscribe",i[s(385)]=s(340),i.VTIWq="prompts/list",i.SkoRK=s(376),i.QUtUV=s(388),i.XtowM=o(332);const a=i,{id:c,method:u,params:l}=r;let f={};switch(u){case a[o(345)]:f=await e.listTools(l);break;case a.rqstG:f=await e.callTool(l);break;case a[s(334)]:f=await e[s(350)](l);break;case a[o(329)]:f=await e.listResourceTemplates(l);break;case s(372):f=await e[s(383)](l);break;case a.HgYgW:f=await e.subscribeResource(l);break;case a.ookoz:f=await e.unsubscribeResource(l);break;case a[s(385)]:f=await e.getPrompt(l);break;case a.VTIWq:f=await e.listPrompts(l);break;case a[s(344)]:f=await e[s(376)]();break;case a.QUtUV:f=await e.complete(l);break;case s(390):f=await e[s(336)](l==null?void 0:l.level);break}const _={};_[s(361)]=f,_[s(394)]=a[s(364)],_.id=c,await((n=t==null?void 0:t.transport)==null?void 0:n[s(392)](_))},K$=async(t,e,r)=>{var n;const s=pe,o=pe,i={};i.jQBBS="sampling/createMessage",i.EZqgC="elicitation/create",i[s(370)]=o(376),i.aVeaL=o(332);const a=i,{id:c,method:u,params:l}=r;let f={};switch(u){case s(368):const y={};y.method=u,y[o(367)]=l,f=await e.request(y,Zi);break;case a[o(391)]:const g={};g.method=u,g[o(367)]=l,f=await e[o(381)](g,Ai);break;case a.EZqgC:const v={};v.method=u,v.params=l,f=await e.request(v,fn);break;case a[o(370)]:const h={};h.method=u,f=await e[o(381)](h,Jt);break}const _={};return _[o(361)]=f,_.jsonrpc=a[o(387)],_.id=c,await((n=t==null?void 0:t[s(371)])==null?void 0:n.send(_)),f},G$=(t,e)=>{const r=pe,n={gXsjT:function(o,i){return o===i},oegpC:r(351),lZOUC:function(o,i,a,c){return o(i,a,c)},ifIKG:"2.0"},s=t._onrequest;t._onrequest=async(o,i)=>{var a,c,u,l,f;const _=r,y=r,{id:g,method:v}=o;try{n[_(333)](v,n.oegpC)?await s[_(386)](t,o,i):await n.lZOUC(B$,t,e,o)}catch(h){const{code:d,message:m,data:w}=h;try{if(d){const S={};S.code=d,S.message=m,S.data=w;const P={};P.error=S,P[_(394)]=n[y(331)],P.id=g,await((a=t==null?void 0:t.transport)==null?void 0:a.send(P))}else(u=(c=t==null?void 0:t[y(371)])==null?void 0:c.onerror)==null||u.call(c,h)}catch(S){(f=(l=t==null?void 0:t[_(371)])==null?void 0:l.onerror)==null||f.call(l,S)}}}},Y$=(t,e)=>{const r=pe,n=pe,s={};s[r(363)]=function(i,a){return i!==a},s[r(398)]=r(353),s.hzhyg="notifications/cancelled";const o=s;t._onnotification=async i=>{var a,c;const u=r,l=n,{method:f,params:_}=i;if(o[u(363)](f,o[l(398)])&&(o[u(363)](f,o.hzhyg)||_!=null&&_.forward))try{await e.notification(i)}catch(y){(c=(a=t==null?void 0:t.transport)==null?void 0:a.onerror)==null||c.call(a,y)}}},X$=(t,e)=>async r=>{var n,s,o,i,a;const c=pe,u=pe,l={};l.SEmWX=c(332);const f=l;try{return await K$(t,e,r)}catch(_){const{code:y,message:g,data:v}=_;try{if(y){const h={};h[u(377)]=y,h.message=g,h.data=v;const d={};d[u(348)]=h,d.jsonrpc=f[c(338)],d.id=r.id,await((n=t==null?void 0:t.transport)==null?void 0:n[u(392)](d))}else(o=(s=t==null?void 0:t.transport)==null?void 0:s[u(339)])==null||o.call(s,_)}catch(h){(a=(i=t==null?void 0:t[c(371)])==null?void 0:i[u(339)])==null||a.call(i,h)}}},Q$=(t,e)=>async r=>{var n,s,o;const i=pe,a=pe,c={};c.dtUgZ=function(_,y){return _!==y},c.jgCIb=i(353),c.uUjKY="2.0";const u=c,{method:l,params:f}=r;if(u.dtUgZ(l,u.jgCIb)&&(l!==i(400)||f!=null&&f.forward))try{const _={...r};_[i(394)]=u[a(352)],await((n=e==null?void 0:e[i(371)])==null?void 0:n[i(392)](_))}catch(_){(o=(s=t==null?void 0:t[i(371)])==null?void 0:s[a(339)])==null||o.call(s,_)}};function pe(t,e){const r=Ks();return pe=function(n,s){return n=n-(9*-113+-1439*-1+-97),r[n]},pe(t,e)}const e1=(t,e)=>async r=>{var n,s,o,i,a,c;const u=pe,l=pe,f={};f[u(401)]=l(332);const _=f;try{await((n=e==null?void 0:e.transport)==null?void 0:n.send(r))}catch(y){const{code:g,message:v,data:h}=y;try{if(g){const d={};d.code=g,d[u(399)]=v,d.data=h;const m={};m[u(348)]=d,m[u(394)]=_.OhJjz,m.id=r.id,await((s=t==null?void 0:t[u(371)])==null?void 0:s.send(m))}else(i=(o=t==null?void 0:t.transport)==null?void 0:o[l(339)])==null||i.call(o,y)}catch(d){(c=(a=t==null?void 0:t.transport)==null?void 0:a.onerror)==null||c.call(a,d)}}},Ta=()=>{const t=pe,e=pe,r={vnkqu:function(u,l){return u!==l},wxDWr:function(u,l){return u(l)},GdkkV:function(u,l){return u===l}},n=[],s=(u,l)=>{const f=pe,_=pe;if(l){const y=[];for(const g of n)try{y.push(g(u,l))}catch{}for(const g of y)if(r[f(379)](g,null))return g}else for(const y of n)try{r[_(343)](y,u)}catch{}},o=u=>{const l=pe;r[l(384)](typeof u,l(369))&&!n.includes(u)&&n.push(u)},i=u=>{const l=n.indexOf(u);l!==-1&&n.splice(l,1*-6854+8*-33+7119)},a=()=>{const u=pe;n[u(374)]=7102*1+5522+-526*24},c={};return c[t(346)]=s,c[e(330)]=o,c.removeListener=i,c[t(359)]=a,c},t1=t=>{const e=pe,r=pe,n={xwPeb:function(s){return s()},Mfvzm:function(s){return s()}};{const{handleListener:s,addListener:o,removeListener:i,clearListener:a}=n[e(326)](Ta);t._onresponse=s,t[e(395)]=o,t.removeResponseListener=i,t.clearResponseListener=a}{const{handleListener:s,addListener:o,removeListener:i,clearListener:a}=n[r(326)](Ta);t[r(328)]=s,t.addRequestListener=o,t[r(354)]=i,t[r(341)]=a}{const{handleListener:s,addListener:o,removeListener:i,clearListener:a}=n[e(375)](Ta);t[e(342)]=s,t[e(327)]=o,t.removeNotificationListener=i,t.clearNotificationListener=a}};function Ks(){const t=["uUjKY","notifications/initialized","removeRequestListener","96194JysfjF","36346SGEWAV","1357830AJaOeY","resources/templates/list","clearListener","iQqcJ","result","tqDZP","sSeCz","XtowM","HgYgW","3913230mjiatC","params","roots/list","function","bfmJT","transport","resources/read","27FNuDmk","length","Mfvzm","ping","code","_onresponse","vnkqu","cjSoZ","request","9gIMIPC","readResource","GdkkV","ptMjy","call","aVeaL","completion/complete","5035122lFbpzR","logging/setLevel","jQBBS","send","_requestHandlers","jsonrpc","addResponseListener","7SpcenI","ElOQH","MDIkN","message","notifications/cancelled","OhJjz","clear","672216JzFEyR","xwPeb","addNotificationListener","fallbackRequestHandler","sYzPD","addListener","ifIKG","2.0","gXsjT","WqUnk","resources/subscribe","setLoggingLevel","2491772kFUWFh","SEmWX","onerror","prompts/get","clearRequestListener","fallbackNotificationHandler","wxDWr","SkoRK","uTeHc","handleListener","Zybtx","error","originalOnResponse","listResources","initialize"];return Ks=function(){return t},Ks()}const r1=(t,{beforeInit:e,afterInit:r}={})=>{const n=pe,s=pe,o={tqDZP:function(a,c){return a===c},cjSoZ:"function",iQqcJ:n(378),Zybtx:function(a,c){return a(c)},ElOQH:function(a){return a()}},i=new Map(t._notificationHandlers);t[n(393)][n(402)](),t._notificationHandlers[n(402)](),o.tqDZP(typeof e,o[n(380)])&&e(),o[n(362)](t._onresponse.name,o[n(360)])&&(t[s(349)]=t._onresponse),o[n(347)](t1,t),t.addResponseListener(a=>{const c=s;t.originalOnResponse[c(386)](t,a)}),o.tqDZP(typeof r,o[s(380)])&&o[n(397)](r),t[s(327)](a=>{const{method:c}=a,u=i.get(c);o.tqDZP(typeof u,o.cjSoZ)&&u(a)})},n1=xt,s1=xt;(function(t,e){const r=xt,n=xt,s=t();for(;;)try{if(-parseInt(r(393))/1+parseInt(r(397))/2*(-parseInt(r(400))/3)+-parseInt(n(398))/4+parseInt(r(390))/5*(parseInt(n(388))/6)+-parseInt(r(389))/7+-parseInt(r(402))/8*(-parseInt(n(395))/9)+parseInt(n(399))/10*(parseInt(n(385))/11)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(Gs,-1*-881393+2*180895+1*-644809);function xt(t,e){const r=Gs();return xt=function(n,s){return n=n-(-1861+-499*4+4241),r[n]},xt(t,e)}function Gs(){const t=["toString","getRandomValues","2101mUsYMI","EQHzo","padStart","30UvDAkd","1609706yzlqYx","974735GrhZVO","randomUUID","REzPF","562771BvAnoG","dHTfU","2047455boiYXf","randomBytes","14664qHAdbF","3772144jLpQch","52310AkWksx","318MkjaVb","from","40WRwnSc"];return Gs=function(){return t},Gs()}const o1=()=>{const t=xt,e=xt,r={};r.REzPF=function(s,o){return s&o},r.suJHI=function(s,o){return s===o},r[t(386)]=function(s,o){return s&o},r[e(394)]="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";const n=r;return n.suJHI(typeof crypto,"object")&&crypto.randomUUID?crypto[e(391)]():n.dHTfU.replace(/[xy]/g,s=>{const o=t,i=t,a=n[o(392)](crypto[o(384)](new Uint8Array(-25*-62+7113+2*-4331))[741*2+-1385*-2+4252*-1],8648+-107*62+-1999);return(n.suJHI(s,"x")?a:n[i(386)](a,-4377+4*1095)|5079+461*-11).toString(9449+4*-461+-7589)})},i1=t=>{const e=xt,r=xt,n=new Uint8Array(t);return crypto.getRandomValues(n),Array[e(401)](n,s=>s[r(403)](-3*1739+-6509+2*5871)[e(387)](2,"0")).join("")},Qt={};Qt[n1(391)]=o1,Qt[s1(396)]=i1;const tt=Rt;(function(t,e){const r=Rt,n=Rt,s=t();for(;;)try{if(parseInt(r(521))/1*(parseInt(n(499))/2)+parseInt(n(543))/3*(parseInt(n(514))/4)+parseInt(r(502))/5*(parseInt(n(539))/6)+parseInt(r(553))/7+parseInt(r(516))/8*(-parseInt(r(518))/9)+-parseInt(r(531))/10+-parseInt(r(545))/11*(parseInt(r(541))/12)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(Ys,1472653*1+-2*-897917+-2275789);const a1=(t,e)=>{const r=Rt,n=Rt,s={FyYHt:function(c,u,l){return c(u,l)},Fxtoq:function(c,u,l){return c(u,l)}};G$(t,e),Y$(t,e);const o=X$(e,t),i=s[r(510)](e1,e,t),a=s[n(549)](Q$,e,t);e[n(537)](o),e[r(519)](i),e.addNotificationListener(a),t[n(556)]=()=>{const c=n;e.removeRequestListener(o),e[c(530)](i),e[c(529)](a)}},xa=(t,e,r)=>{const n=Rt,s={pMiva:function(a,c){return a instanceof c},TeTEy:n(546),fyZbd:function(a,c,u){return a(c,u)}},o=()=>{var a;const c=n;s.pMiva(r,An)&&((a=r._eventSource)==null||a.addEventListener(s[c(547)],()=>{var u;const l=c;(u=r[l(509)])==null||u[l(546)]()})),a1(t,e)},i={};i.afterInit=o,s.fyZbd(r1,e,i)},Ud=(t,e=Qt.randomUUID())=>{const r=Rt,n=Rt,s={OfssH:function(l,f,_){return l(f,_)}},o={};o[r(528)]=e;const i=o,a={};a[r(528)]=e;const c={};c[n(558)]=a,c[r(534)]=r(524);const u={requestInit:c,eventSourceInit:{async fetch(l,f){const _=r,y=n,g=new Headers((f==null?void 0:f[_(558)])||{});Object.entries(i)[y(498)](([h,d])=>{g[y(527)](h,d)});const v={...f};return v[y(558)]=g,s.OfssH(fetch,l,v)},withCredentials:!0}};return t&&(u.requestInit[r(558)].Authorization=r(533)+t,i.Authorization="Bearer "+t),u},Dd=(t,e=Qt[tt(517)]())=>{const r=tt,n=tt,s={};s.nwQhY="include";const o=s,i={};i["stream-session-id"]=e;const a={};a.headers=i,a.credentials=o[r(520)];const c={};c[r(544)]=a;const u=c;return t&&(u.requestInit.headers[n(552)]=n(533)+t),u},Ra=async(t,e,r)=>{const n=tt,s=tt,o={CFfFC:function(a){return a()},egwVO:function(a,c,u,l){return a(c,u,l)}},i=o.CFfFC(r);try{return await t[n(538)](i),i}catch(a){if(a instanceof st){const c=await e();return await i[s(505)](c),await o[n(525)](Ra,t,e,r)}else throw a}};function Rt(t,e){const r=Ys();return Rt=function(n,s){return n=n-(74*-67+-8341+-73*-189),r[n]},Rt(t,e)}const qd=(t,e)=>{const r=tt,n=tt,s={};s.RsKXs=function(i,a){return i in a},s.PBhps="waitForOAuthCode",s[r(535)]="function",s[r(507)]="waitForOAuthCode need to be provided when authProvider is provided";const o=s;if(o.RsKXs(o[n(551)],t))return t[n(523)];if(typeof e===o.yTKoP)return e;throw new Error(o.RZhOv)},c1=async t=>{const e=tt,r=tt,n={TFSRn:function(G,Ae,U){return G(Ae,U)},HwvVa:"mcp-sse-proxy-client",ufTHS:function(G){return G()},WIVYl:function(G,Ae,U,K){return G(Ae,U,K)},jniGY:"sessionId"},{client:s,url:o,token:i,sessionId:a,authProvider:c,requestInit:u,eventSourceInit:l,waitForOAuthCode:f}=t,_={};_.authProvider=c,_.requestInit=u,_.eventSourceInit=l;const y=_,g=a||Qt.randomUUID(),v=n[e(506)](Ud,i,g);if(u){const G={...v.requestInit,...u};G.headers={...v[e(544)].headers,...u.headers},y.requestInit=G}else y[r(544)]=v.requestInit;if(l){const G={...v[e(559)],...l};y.eventSourceInit=G}else y.eventSourceInit=v.eventSourceInit;const h={};h.listChanged=!0;const d={};d.roots=h,d.sampling={},d[e(511)]={};const m=d,w={};w[r(536)]=n.HwvVa,w.version=e(526);const S={};S.capabilities=m;const P=new In(w,S),O=()=>new An(new URL(o),y);let V=n[r(504)](O);if(c){const G=n[e(506)](qd,c,f);V=await n[r(513)](Ra,P,G,O)}else await P[e(538)](V);n[r(513)](xa,P,s,V),V[r(557)]=V[r(542)].searchParams[r(532)](n.jniGY);const ce={};return ce.transport=V,ce.sessionId=V[e(557)],ce};function Ys(){const t=["ufTHS","finishAuth","TFSRn","RZhOv","Vajmx","_eventSource","FyYHt","elicitation","transport","WIVYl","13320uyrBtN","sampling","8WTwLJD","randomUUID","6438654bkJHij","addResponseListener","nwQhY","11721GVgRMJ","?sessionId=","waitForOAuthCode","include","egwVO","1.0.0","set","sse-session-id","removeNotificationListener","removeResponseListener","11838520fNkjrV","get","Bearer ","credentials","yTKoP","name","addRequestListener","connect","18VhCgQv","mcp-socket-proxy-client","2819364JNqkQZ","_endpoint","699JyrxCR","requestInit","44ofbsvb","close","TeTEy","QgzDy","Fxtoq","roots","PBhps","Authorization","11309130xGCFwl","&token=","version","onclose","sessionId","headers","eventSourceInit","forEach","62FcOkCa","mcp-stream-proxy-client","zXcpO","1794855cQEXDT","biJOc"];return Ys=function(){return t},Ys()}const u1=async t=>{const e=tt,r=tt,n={Vajmx:e(500),biJOc:function(G){return G()},zXcpO:function(G,Ae,U){return G(Ae,U)},zDnjZ:function(G,Ae,U,K){return G(Ae,U,K)},FQMAh:function(G,Ae,U,K){return G(Ae,U,K)}},{client:s,url:o,token:i,sessionId:a,authProvider:c,requestInit:u,reconnectionOptions:l,waitForOAuthCode:f}=t,_={};_.authProvider=c,_.requestInit=u,_.reconnectionOptions=l;const y=_,g=a||Qt.randomUUID(),v=Dd(i,g);if(u){const G={...v.requestInit,...u};G.headers={...v.requestInit.headers,...u.headers},y[e(544)]=G}else y.requestInit=v.requestInit;const h={};h.listChanged=!0;const d={};d[r(550)]=h,d.sampling={},d.elicitation={};const m=d,w={};w[e(536)]=n[r(508)],w[e(555)]="1.0.0";const S={};S.capabilities=m;const P=new In(w,S),O=()=>new Ws(new URL(o),y);let V=n[e(503)](O);if(c){const G=n[e(501)](qd,c,f);V=await n.zDnjZ(Ra,P,G,O)}else await P.connect(V);n.FQMAh(xa,P,s,V);const ce={};return ce.transport=V,ce[r(557)]=V.sessionId,ce},l1=async t=>{const e=tt,r=tt,n={QgzDy:e(540),jkaVB:function(d,m,w,S){return d(m,w,S)}},{client:s,url:o,token:i,sessionId:a}=t,c={};c.listChanged=!0;const u={};u[e(550)]=c,u[e(515)]={},u[r(511)]={};const l=u,f={};f.name=n[r(548)],f[r(555)]=r(526);const _={};_.capabilities=l;const y=new In(f,_),g=a||Qt[r(517)](),v=new Zd(new URL(o+e(522)+g+r(554)+i));await y.connect(v),n.jkaVB(xa,y,s,v);const h={};return h[e(512)]=v,h[r(557)]=g,h},Mn=Qe,Xs=Qe;function Qe(t,e){const r=Qs();return Qe=function(n,s){return n=n-(-16761+51*337),r[n]},Qe(t,e)}(function(t,e){const r=Qe,n=Qe,s=t();for(;;)try{if(-parseInt(r(440))/1+-parseInt(r(458))/2*(parseInt(r(448))/3)+-parseInt(r(451))/4*(parseInt(n(449))/5)+-parseInt(n(455))/6+-parseInt(r(427))/7+-parseInt(n(438))/8*(parseInt(n(459))/9)+parseInt(r(430))/10*(parseInt(n(436))/11)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(Qs,-220880+1*-333337+-2*-384996);function Qs(){const t=["650XPHLhD","redirectToAuthorization","10856jPvMVb","GET","qcFPW","_redirectUrl","2187414WnlGuZ","resolve","tokens","3976YyOqUl","27ejNHsa","Content-Type","waitForOAuthCode","2903796yvWZFa","_clientMetadata","application/x-www-form-urlencoded","10beEWJk","json","code","_callBackPromise","reject","saveClientInformation","20776349mLNCcF","_codeVerifier","629912aTknXq","_tokens","52074GwcpRo","state","_state","_redirectCallback","_clientInformation","redirect_uris","Failed to redirect: ","clientInformation","381aduWsB"];return Qs=function(){return t},Qs()}const d1=()=>Qt.randomBytes(3485*1+-261+-3184);class f1{constructor(e){const r=Qe,n=Qe;this._callBackPromise={};const{clientMetadata:s,state:o,redirectCallback:i,getAuthCodeByState:a,waitForOAuthCode:c}=e;this[r(428)]=s,this[r(454)]=s[r(445)][0],this._state=o||d1(),this._redirectCallback=i||this.redirectCallbackFunction,this._getAuthCodeByState=a||this.getAuthCodeByStateFunction,this[n(426)]=c||this.waitForOAuthCodeFunction()}async redirectCallbackFunction(e){var r,n,s,o,i,a;const c=Qe,u=Qe,l={qITTp:function(g,v,h){return g(v,h)},qcFPW:c(452)},f=await l.qITTp(fetch,e,{method:l[c(453)]});!f.ok&&((n=(r=this._callBackPromise).reject)==null||n.call(r,u(446)+f.statusText));const _=await this._getAuthCodeByState(this[u(454)],this[c(442)]);if(!_.ok){(o=(s=this[c(433)]).reject)==null||o.call(s,"Failed to fetch auth code: "+_.statusText);return}const y=await _[c(431)]();(a=(i=this[u(433)])[c(456)])==null||a.call(i,y[c(432)])}async getAuthCodeByStateFunction(e,r){const n=Qe,s=Qe,o={};o.tuSmb=n(429);const i=o,a={};a[n(460)]=i.tuSmb;const c={};return c[s(441)]=r,fetch(e,{method:"POST",headers:a,body:new URLSearchParams(c)})}waitForOAuthCodeFunction(){const e=Qe,r=this[e(433)];return()=>new Promise((n,s)=>{const o=e;r.resolve=n,r[o(434)]=s})}get redirectUrl(){return this[Qe(454)]}get clientMetadata(){return this._clientMetadata}state(){return this._state}[Mn(447)](){return this[Mn(444)]}[Xs(435)](e){const r=Mn;this[r(444)]=e}[Xs(457)](){return this[Xs(439)]}saveTokens(e){this._tokens=e}[Xs(450)](e){this[Mn(443)](e)}saveCodeVerifier(e){this._codeVerifier=e}codeVerifier(){if(!this[Mn(437)])throw new Error("No code verifier saved");return this._codeVerifier}}(function(t,e){for(var r=to,n=to,s=t();;)try{var o=parseInt(r(361))/1*(parseInt(n(363))/2)+-parseInt(r(358))/3+parseInt(r(359))/4*(parseInt(r(357))/5)+parseInt(n(354))/6*(parseInt(r(360))/7)+parseInt(n(362))/8+parseInt(n(364))/9+-parseInt(n(356))/10*(parseInt(r(355))/11);if(o===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(eo,-73523*-3+1*-407717+530518);function eo(){var t=["40ecBYYe","1095owKKYD","486870YOVwZy","5752xWiyTO","561484biNVMw","1fWJmxQ","1866064SPnyhb","1109522vMiuMX","1602351pPEGwH","12sVyMLL","2573296LTwOhv"];return eo=function(){return t},eo()}function to(t,e){var r=eo();return to=function(n,s){n=n-(-1*-642+503*-5+2227);var o=r[n];return o},to(t,e)}class h1 extends yd{constructor(e,r){var n,s;super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(Es.options.map((o,i)=>[o,i])),this.isMessageIgnored=(o,i)=>{const a=this._loggingLevels.get(i);return a?this.LOG_LEVEL_SEVERITY.get(o)<this.LOG_LEVEL_SEVERITY.get(a):!1},this._capabilities=(n=r==null?void 0:r.capabilities)!==null&&n!==void 0?n:{},this._instructions=r==null?void 0:r.instructions,this._jsonSchemaValidator=(s=r==null?void 0:r.jsonSchemaValidator)!==null&&s!==void 0?s:new kd,this.setRequestHandler(yl,o=>this._oninitialize(o)),this.setNotificationHandler(Si,()=>{var o;return(o=this.oninitialized)===null||o===void 0?void 0:o.call(this)}),this._capabilities.logging&&this.setRequestHandler(Ps,async(o,i)=>{var a;const c=i.sessionId||((a=i.requestInfo)===null||a===void 0?void 0:a.headers["mcp-session-id"])||void 0,{level:u}=o.params,l=Es.safeParse(u);return l.success&&this._loggingLevels.set(c,l.data),{}})}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=wd(this._capabilities,e)}assertCapabilityForMethod(e){var r,n,s;switch(e){case"sampling/createMessage":if(!(!((r=this._clientCapabilities)===null||r===void 0)&&r.sampling))throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!(!((n=this._clientCapabilities)===null||n===void 0)&&n.elicitation))throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!(!((s=this._clientCapabilities)===null||s===void 0)&&s.roots))throw new Error(`Client does not support listing roots (required for ${e})`);break}}assertNotificationCapability(e){var r,n;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(!(!((n=(r=this._clientCapabilities)===null||r===void 0?void 0:r.elicitation)===null||n===void 0)&&n.url))throw new Error(`Client does not support URL elicitation (required for ${e})`);break}}assertRequestHandlerCapability(e){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}}async _oninitialize(e){const r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:ll.includes(r)?r:ln,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"},Jt)}async createMessage(e,r){var n,s;if((e.tools||e.toolChoice)&&!(!((s=(n=this._clientCapabilities)===null||n===void 0?void 0:n.sampling)===null||s===void 0)&&s.tools))throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){const o=e.messages[e.messages.length-1],i=Array.isArray(o.content)?o.content:[o.content],a=i.some(f=>f.type==="tool_result"),c=e.messages.length>1?e.messages[e.messages.length-2]:void 0,u=c?Array.isArray(c.content)?c.content:[c.content]:[],l=u.some(f=>f.type==="tool_use");if(a){if(i.some(f=>f.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!l)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(l){const f=new Set(u.filter(y=>y.type==="tool_use").map(y=>y.id)),_=new Set(i.filter(y=>y.type==="tool_result").map(y=>y.toolUseId));if(f.size!==_.size||![...f].every(y=>_.has(y)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.request({method:"sampling/createMessage",params:e},Ai,r)}async elicitInput(e,r){var n,s,o,i,a;switch((n=e.mode)!==null&&n!==void 0?n:"form"){case"url":{if(!(!((o=(s=this._clientCapabilities)===null||s===void 0?void 0:s.elicitation)===null||o===void 0)&&o.url))throw new Error("Client does not support url elicitation.");const u=e;return this.request({method:"elicitation/create",params:u},fn,r)}case"form":{if(!(!((a=(i=this._clientCapabilities)===null||i===void 0?void 0:i.elicitation)===null||a===void 0)&&a.form))throw new Error("Client does not support form elicitation.");const u=e.mode==="form"?e:{...e,mode:"form"},l=await this.request({method:"elicitation/create",params:u},fn,r);if(l.action==="accept"&&l.content&&u.requestedSchema)try{const _=this._jsonSchemaValidator.getValidator(u.requestedSchema)(l.content);if(!_.valid)throw new ae(ie.InvalidParams,`Elicitation response content does not match requested schema: ${_.errorMessage}`)}catch(f){throw f instanceof ae?f:new ae(ie.InternalError,`Error validating elicitation response: ${f instanceof Error?f.message:String(f)}`)}return l}}}createElicitationCompletionNotifier(e,r){var n,s;if(!(!((s=(n=this._clientCapabilities)===null||n===void 0?void 0:n.elicitation)===null||s===void 0)&&s.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},Zi,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"})}}const Ia=Symbol.for("mcp.completable");function p1(t,e){return Object.defineProperty(t,Ia,{value:{complete:e},enumerable:!1,writable:!1,configurable:!1}),t}function m1(t){return!!t&&typeof t=="object"&&Ia in t}function _1(t){const e=t[Ia];return e==null?void 0:e.complete}var Vd;(function(t){t.Completable="McpCompletable"})(Vd||(Vd={}));const Fd=1e6,Ca=1e6,Hd=1e4,g1=1e6;class Mt{static isTemplate(e){return/\{[^}\s]+\}/.test(e)}static validateLength(e,r,n){if(e.length>r)throw new Error(`${n} exceeds maximum length of ${r} characters (got ${e.length})`)}get variableNames(){return this.parts.flatMap(e=>typeof e=="string"?[]:e.names)}constructor(e){Mt.validateLength(e,Fd,"Template"),this.template=e,this.parts=this.parse(e)}toString(){return this.template}parse(e){const r=[];let n="",s=0,o=0;for(;s<e.length;)if(e[s]==="{"){n&&(r.push(n),n="");const i=e.indexOf("}",s);if(i===-1)throw new Error("Unclosed template expression");if(o++,o>Hd)throw new Error(`Template contains too many expressions (max ${Hd})`);const a=e.slice(s+1,i),c=this.getOperator(a),u=a.includes("*"),l=this.getNames(a),f=l[0];for(const _ of l)Mt.validateLength(_,Ca,"Variable name");r.push({name:f,operator:c,names:l,exploded:u}),s=i+1}else n+=e[s],s++;return n&&r.push(n),r}getOperator(e){return["+","#",".","/","?","&"].find(n=>e.startsWith(n))||""}getNames(e){const r=this.getOperator(e);return e.slice(r.length).split(",").map(n=>n.replace("*","").trim()).filter(n=>n.length>0)}encodeValue(e,r){return Mt.validateLength(e,Ca,"Variable value"),r==="+"||r==="#"?encodeURI(e):encodeURIComponent(e)}expandPart(e,r){if(e.operator==="?"||e.operator==="&"){const i=e.names.map(c=>{const u=r[c];if(u===void 0)return"";const l=Array.isArray(u)?u.map(f=>this.encodeValue(f,e.operator)).join(","):this.encodeValue(u.toString(),e.operator);return`${c}=${l}`}).filter(c=>c.length>0);return i.length===0?"":(e.operator==="?"?"?":"&")+i.join("&")}if(e.names.length>1){const i=e.names.map(a=>r[a]).filter(a=>a!==void 0);return i.length===0?"":i.map(a=>Array.isArray(a)?a[0]:a).join(",")}const n=r[e.name];if(n===void 0)return"";const o=(Array.isArray(n)?n:[n]).map(i=>this.encodeValue(i,e.operator));switch(e.operator){case"":return o.join(",");case"+":return o.join(",");case"#":return"#"+o.join(",");case".":return"."+o.join(".");case"/":return"/"+o.join("/");default:return o.join(",")}}expand(e){let r="",n=!1;for(const s of this.parts){if(typeof s=="string"){r+=s;continue}const o=this.expandPart(s,e);o&&((s.operator==="?"||s.operator==="&")&&n?r+=o.replace("?","&"):r+=o,(s.operator==="?"||s.operator==="&")&&(n=!0))}return r}escapeRegExp(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}partToRegExp(e){const r=[];for(const o of e.names)Mt.validateLength(o,Ca,"Variable name");if(e.operator==="?"||e.operator==="&"){for(let o=0;o<e.names.length;o++){const i=e.names[o],a=o===0?"\\"+e.operator:"&";r.push({pattern:a+this.escapeRegExp(i)+"=([^&]+)",name:i})}return r}let n;const s=e.name;switch(e.operator){case"":n=e.exploded?"([^/]+(?:,[^/]+)*)":"([^/,]+)";break;case"+":case"#":n="(.+)";break;case".":n="\\.([^/,]+)";break;case"/":n="/"+(e.exploded?"([^/]+(?:,[^/]+)*)":"([^/,]+)");break;default:n="([^/]+)"}return r.push({pattern:n,name:s}),r}match(e){Mt.validateLength(e,Fd,"URI");let r="^";const n=[];for(const a of this.parts)if(typeof a=="string")r+=this.escapeRegExp(a);else{const c=this.partToRegExp(a);for(const{pattern:u,name:l}of c)r+=u,n.push({name:l,exploded:a.exploded})}r+="$",Mt.validateLength(r,g1,"Generated regex pattern");const s=new RegExp(r),o=e.match(s);if(!o)return null;const i={};for(let a=0;a<n.length;a++){const{name:c,exploded:u}=n[a],l=o[a+1],f=c.replace("*","");u&&l.includes(",")?i[f]=l.split(","):i[f]=l}return i}}const v1=/^[A-Za-z0-9._-]{1,128}$/;function y1(t){const 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"),!v1.test(t)){const r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,s,o)=>o.indexOf(n)===s);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 b1(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(const 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 Wd(t){const e=y1(t);return b1(t,e.warnings),e.isValid}class Jd{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 h1(e,r)}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(er(Ni)),this.server.assertCanSetRequestHandler(er(ji)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Ni,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{const n={name:e,title:r.title,description:r.description,inputSchema:(()=>{const s=Rn(r.inputSchema);return s?_d(s,{strictUnions:!0,pipeStrategy:"input"}):$1})(),annotations:r.annotations,_meta:r._meta};if(r.outputSchema){const s=Rn(r.outputSchema);s&&(n.outputSchema=_d(s,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(ji,async(e,r)=>{const n=this._registeredTools[e.params.name];let s;try{if(!n)throw new ae(ie.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new ae(ie.InvalidParams,`Tool ${e.params.name} disabled`);if(n.inputSchema){const o=n.callback,i=Rn(n.inputSchema),a=i??n.inputSchema,c=await Hi(a,e.params.arguments);if(!c.success)throw new ae(ie.InvalidParams,`Input validation error: Invalid arguments for tool ${e.params.name}: ${Wi(c.error)}`);const u=c.data;s=await Promise.resolve(o(u,r))}else{const o=n.callback;s=await Promise.resolve(o(r))}if(n.outputSchema&&!s.isError){if(!s.structuredContent)throw new ae(ie.InvalidParams,`Output validation error: Tool ${e.params.name} has an output schema but no structured content was provided`);const o=Rn(n.outputSchema),i=await Hi(o,s.structuredContent);if(!i.success)throw new ae(ie.InvalidParams,`Output validation error: Invalid structured content for tool ${e.params.name}: ${Wi(i.error)}`)}}catch(o){if(o instanceof ae&&o.code===ie.UrlElicitationRequired)throw o;return this.createToolError(o instanceof Error?o.message:String(o))}return s}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(er(Mi)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Mi,async e=>{switch(e.params.ref.type){case"ref/prompt":return ib(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return ab(e),this.handleResourceCompletion(e,e.params.ref);default:throw new ae(ie.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){const n=this._registeredPrompts[r.name];if(!n)throw new ae(ie.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new ae(ie.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Zn;const s=xn(n.argsSchema),o=s==null?void 0:s[e.params.argument.name];if(!m1(o))return Zn;const i=_1(o);if(!i)return Zn;const a=await i(e.params.argument.value,e.params.context);return Kd(a)}async handleResourceCompletion(e,r){const n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Zn;throw new ae(ie.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}const s=n.resourceTemplate.completeCallback(e.params.argument.name);if(!s)return Zn;const o=await s(e.params.argument.value,e.params.context);return Kd(o)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(er(Ss)),this.server.assertCanSetRequestHandler(er(Ti)),this.server.assertCanSetRequestHandler(er(Ri)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Ss,async(e,r)=>{const n=Object.entries(this._registeredResources).filter(([o,i])=>i.enabled).map(([o,i])=>({uri:o,name:i.name,...i.metadata})),s=[];for(const o of Object.values(this._registeredResourceTemplates)){if(!o.resourceTemplate.listCallback)continue;const i=await o.resourceTemplate.listCallback(r);for(const a of i.resources)s.push({...o.metadata,...a})}return{resources:[...n,...s]}}),this.server.setRequestHandler(Ti,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Ri,async(e,r)=>{const n=new URL(e.params.uri),s=this._registeredResources[n.toString()];if(s){if(!s.enabled)throw new ae(ie.InvalidParams,`Resource ${n} disabled`);return s.readCallback(n,r)}for(const o of Object.values(this._registeredResourceTemplates)){const i=o.resourceTemplate.uriTemplate.match(n.toString());if(i)return o.readCallback(n,i,r)}throw new ae(ie.InvalidParams,`Resource ${n} not found`)}),this.setCompletionRequestHandler(),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(er(Ii)),this.server.assertCanSetRequestHandler(er(Ci)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Ii,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?k1(r.argsSchema):void 0}))})),this.server.setRequestHandler(Ci,async(e,r)=>{const n=this._registeredPrompts[e.params.name];if(!n)throw new ae(ie.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new ae(ie.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){const s=Rn(n.argsSchema),o=await Hi(s,e.params.arguments);if(!o.success)throw new ae(ie.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${Wi(o.error)}`);const i=o.data,a=n.callback;return await Promise.resolve(a(i,r))}else{const s=n.callback;return await Promise.resolve(s(r))}}),this.setCompletionRequestHandler(),this._promptHandlersInitialized=!0)}resource(e,r,...n){let s;typeof n[0]=="object"&&(s=n.shift());const o=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);const i=this._createRegisteredResource(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);const i=this._createRegisteredResourceTemplate(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,s){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);const o=this._createRegisteredResource(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);const o=this._createRegisteredResourceTemplate(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}}_createRegisteredResource(e,r,n,s,o){const i={name:e,title:r,metadata:s,readCallback:o,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,s,o){const i={resourceTemplate:n,title:r,metadata:s,readCallback:o,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._registeredResourceTemplates[e],a.name&&(this._registeredResourceTemplates[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.template<"u"&&(i.resourceTemplate=a.template),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._registeredResourceTemplates[e]=i,i}_createRegisteredPrompt(e,r,n,s,o){const i={title:r,description:n,argsSchema:s===void 0?void 0:Tn(s),callback:o,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=Tn(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,i}_createRegisteredTool(e,r,n,s,o,i,a,c){Wd(e);const u={title:r,description:n,inputSchema:Bd(s),outputSchema:Bd(o),annotations:i,_meta:a,callback:c,enabled:!0,disable:()=>u.update({enabled:!1}),enable:()=>u.update({enabled:!0}),remove:()=>u.update({name:null}),update:l=>{typeof l.name<"u"&&l.name!==e&&(typeof l.name=="string"&&Wd(l.name),delete this._registeredTools[e],l.name&&(this._registeredTools[l.name]=u)),typeof l.title<"u"&&(u.title=l.title),typeof l.description<"u"&&(u.description=l.description),typeof l.paramsSchema<"u"&&(u.inputSchema=Tn(l.paramsSchema)),typeof l.callback<"u"&&(u.callback=l.callback),typeof l.annotations<"u"&&(u.annotations=l.annotations),typeof l._meta<"u"&&(u._meta=l._meta),typeof l.enabled<"u"&&(u.enabled=l.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=u,this.setToolRequestHandlers(),this.sendToolListChanged(),u}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,s,o,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){const c=r[0];Oa(c)?(s=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Oa(r[0])&&(i=r.shift())):typeof c=="object"&&c!==null&&(i=r.shift())}const a=r[0];return this._createRegisteredTool(e,void 0,n,s,o,i,void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);const{title:s,description:o,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,s,o,i,a,c,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 s;r.length>1&&(s=r.shift());const o=r[0],i=this._createRegisteredPrompt(e,void 0,n,s,o);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);const{title:s,description:o,argsSchema:i}=r,a=this._createRegisteredPrompt(e,s,o,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()}}class w1{constructor(e,r){this._callbacks=r,this._uriTemplate=typeof e=="string"?new Mt(e):e}get uriTemplate(){return this._uriTemplate}get listCallback(){return this._callbacks.list}completeCallback(e){var r;return(r=this._callbacks.complete)===null||r===void 0?void 0:r[e]}}const $1={type:"object",properties:{}};function Oa(t){return typeof t!="object"||t===null?!1:Object.keys(t).length===0||Object.values(t).some(S1)}function S1(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function Bd(t){if(t)return Oa(t)?Tn(t):t}function k1(t){const e=xn(t);return e?Object.entries(e).map(([r,n])=>{const s=mw(n),o=_w(n);return{name:r,description:s,required:!o}}):[]}function er(t){const e=xn(t),r=e==null?void 0:e.method;if(!r)throw new Error("Schema is missing a method literal");const n=id(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function Kd(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}const Zn={completion:{values:[],hasMore:!1}};class E1{constructor(e,r){const n={name:"web-mcp-server",version:"1.0.0"},s={prompts:{listChanged:!0},resources:{subscribe:!0,listChanged:!0},tools:{listChanged:!0},completions:{},logging:{}};this.server=new Jd(e||n,r||{capabilities:s}),this.server.server.oninitialized=()=>{var o;(o=this.oninitialized)==null||o.call(this)},this.server.server.onclose=()=>{var o;(o=this.onclose)==null||o.call(this)},this.server.server.onerror=o=>{var i;(i=this.onerror)==null||i.call(this,o)},this.server.server.setRequestHandler(Ps,async()=>({}))}async connect(e){return typeof e.start=="function"?(this.transport=e,this.transport.onclose=void 0,this.transport.onerror=void 0,this.transport.onmessage=void 0):(this.transport=new Pa(e),await this.transport.listen()),await this.server.connect(this.transport),this.transport}async close(){await this.server.close()}registerTool(e,r,n){return this.server.registerTool(e,r,n)}registerPrompt(e,r,n){return this.server.registerPrompt(e,r,n)}registerResource(e,r,n,s){return typeof r=="string"?this.server.registerResource(e,r,n,s):this.server.registerResource(e,r,n,s)}isConnected(){return this.server.isConnected()}sendResourceListChanged(){this.server.sendResourceListChanged()}sendToolListChanged(){this.server.sendToolListChanged()}sendPromptListChanged(){this.server.sendPromptListChanged()}getClientCapabilities(){return this.server.server.getClientCapabilities()}getClientVersion(){return this.server.server.getClientVersion()}async ping(){return await this.server.server.ping()}async createMessage(e,r){return await this.server.server.createMessage(e,r)}async elicitInput(e,r){return await this.server.server.elicitInput(e,r)}async listRoots(e,r){return await this.server.server.listRoots(e,r)}async sendLoggingMessage(e){return await this.server.server.sendLoggingMessage(e)}async sendResourceUpdated(e){return await this.server.server.sendResourceUpdated(e)}request(e,r,n){return this.server.server.request(e,r,n)}async notification(e,r){return await this.server.server.notification(e,r)}setRequestHandler(e,r){this.server.server.setRequestHandler(e,r)}removeRequestHandler(e){this.server.server.removeRequestHandler(e)}setNotificationHandler(e,r){this.server.server.setNotificationHandler(e,r)}removeNotificationHandler(e){this.server.server.removeNotificationHandler(e)}onSubscribe(e){this.server.server.setRequestHandler(Rl,e)}onUnsubscribe(e){this.server.server.setRequestHandler(Il,e)}onSetLogLevel(e){this.server.server.setRequestHandler(Ps,e)}onListResources(e){this.server.server.setRequestHandler(Ss,e)}onRootsListChanged(e){this.server.server.setNotificationHandler(Hl,e)}async onPagehide(e){e.persisted||this.transport&&typeof this.transport.close=="function"&&await this.transport.close()}}const P1=(t,e)=>new Pa(t,e),T1=()=>J$(),x1=t=>t instanceof Pa,R1=t=>t instanceof Jd;class I1{constructor(e,r){const n={name:"web-mcp-client",version:"1.0.0"},s={roots:{listChanged:!0},sampling:{},elicitation:{}};this.client=new In(e||n,r||{capabilities:s}),this.client.onclose=()=>{var o;(o=this.onclose)==null||o.call(this)},this.client.onerror=o=>{var i;(i=this.onerror)==null||i.call(this,o)}}async connect(e){if(typeof e.start=="function")return this.transport=e,this.transport.onclose=void 0,this.transport.onerror=void 0,this.transport.onmessage=void 0,await this.client.connect(this.transport),{transport:this.transport,sessionId:this.transport.sessionId};const{url:r,token:n,sessionId:s,type:o,agent:i,onError:a}=e;if(i===!0){const l={client:this.client,url:r,token:n,sessionId:s};let f;return await(async()=>{const{transport:y,sessionId:g}=o==="sse"?await c1(l):o==="socket"?await l1(l):await u1(l);y.onerror=async v=>{a==null||a(v)},f={transport:y,sessionId:g}})(),f}const c=new URL(r);let u;if(o==="channel"&&(u=new Ea(r),await this.client.connect(u)),o==="sse"){const l=Ud(n,s);u=new An(c,l),await this.client.connect(u)}if(o==="socket"&&(u=new Zd(new URL(`${r}?sessionId=${s}&token=${n}`)),u.sessionId=s,await this.client.connect(u)),typeof u>"u"){const l=Dd(n,s);u=new Ws(c,l),await this.client.connect(u)}return this.transport=u,{transport:this.transport,sessionId:this.transport.sessionId}}async close(){await this.client.close()}getServerCapabilities(){return this.client.getServerCapabilities()}getServerVersion(){return this.client.getServerVersion()}getInstructions(){return this.client.getInstructions()}async ping(e){return await this.client.ping(e)}async complete(e,r){return await this.client.complete(e,r)}async setLoggingLevel(e,r){return await this.client.setLoggingLevel(e,r)}async getPrompt(e,r){return await this.client.getPrompt(e,r)}async listPrompts(e,r){return await this.client.listPrompts(e,r)}async listResources(e,r){return await this.client.listResources(e,r)}async listResourceTemplates(e,r){return await this.client.listResourceTemplates(e,r)}async readResource(e,r){return await this.client.readResource(e,r)}async subscribeResource(e,r){return await this.client.subscribeResource(e,r)}async unsubscribeResource(e,r){return await this.client.unsubscribeResource(e,r)}async callTool(e,r){return await this.client.callTool(e,ks,r)}async listTools(e,r){return await this.client.listTools(e,r)}async sendRootsListChanged(){return await this.client.sendRootsListChanged()}request(e,r,n){return this.client.request(e,r,n)}async notification(e,r){return await this.client.notification(e,r)}setRequestHandler(e,r){this.client.setRequestHandler(e,r)}removeRequestHandler(e){this.client.removeRequestHandler(e)}setNotificationHandler(e,r){this.client.setNotificationHandler(e,r)}removeNotificationHandler(e){this.client.removeNotificationHandler(e)}onElicit(e){this.client.setRequestHandler(zi,e)}onCreateMessage(e){this.client.setRequestHandler(ql,e)}onListRoots(e){this.client.setRequestHandler(Fl,e)}onToolListChanged(e){this.client.setNotificationHandler(Ul,e)}onPromptListChanged(e){this.client.setNotificationHandler(Ml,e)}onResourceListChanged(e){this.client.setNotificationHandler(xl,e)}onResourceUpdated(e){this.client.setNotificationHandler(Cl,e)}onLoggingMessage(e){this.client.setNotificationHandler(Dl,e)}async onPagehide(e){e.persisted||(Gd(this.transport)?await this.transport.terminateSession():this.transport&&typeof this.transport.close=="function"&&await this.transport.close())}}const C1=(t,e)=>new An(t,e),O1=(t,e)=>new Ws(t,e),N1=(t,e)=>new Ea(t,e),j1=t=>t instanceof An,Gd=t=>t instanceof Ws,A1=t=>t instanceof Ea,z1=t=>t instanceof In;function M1(t){var e;return t.title!==void 0&&t.title!==""?t.title:!((e=t.annotations)===null||e===void 0)&&e.title?t.annotations.title:t.name}const Z1=()=>typeof crypto<"u"&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{const e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)}),ro=(t,e,r)=>{window.postMessage({type:t,direction:r,data:e},"*")},Yd=(t,e,r)=>{const n=async function(s){s.source===window&&s.data.type===t&&s.data.direction===r&&await e(s.data.data)};return window.addEventListener("message",n),()=>window.removeEventListener("message",n)};class L1{constructor(e=null,r){this._isStarted=!1,this._isClosed=!1,this._lastRegistration=null,this.sessionId=e||Z1(),this.tabId=r,this._messageListener1=Yd("sidepanel-ready-to-page",()=>{this._lastRegistration&&this._isStarted&&this.notifyRegistration(this._lastRegistration).catch(n=>{console.error("【Page Svr Transport】 notifyRegistration失败:",n)})},"content->page"),this._messageListener2=Yd("mcp-client-to-server-to-page",n=>{var i,a,c;if(n.sessionId!==this.sessionId||n.tabId!==this.tabId)return;console.log("【Page Svr Transport】 即将处理 mcpMessage",n.mcpMessage);const s=cr.parse(n.mcpMessage);(i=this.onmessage)==null||i.call(this,s),((a=n.mcpMessage.params)==null?void 0:a.name)&&ro("update-page-app-message",{status:"run",message:(c=n.mcpMessage.params)==null?void 0:c.name},"page->content")},"content->page")}_throwError(e,r){if(e()){const n=new Error(r);throw console.log(r,n),this.onerror&&this.onerror(n),n}}async start(){if(!this._isStarted){if(this._isClosed)throw new Error("【Page Svr Transport】 已关闭,无法重新启动");this._isStarted=!0}}async send(e,r){var n;this._throwError(()=>!this._isStarted,"【Page Svr Transport】 未启动,无法发送消息"),this._throwError(()=>this._isClosed,"【Page Svr Transport】 已关闭,无法发送消息"),ro("mcp-server-to-client-from-page",{sessionId:this.sessionId,mcpMessage:e},"page->content"),"result"in e&&((n=e.result)!=null&&n.content)&&ro("update-page-app-message",{status:"ready",message:""},"page->content")}async notifyRegistration(e){this._throwError(()=>!this._isStarted,"【Page Svr Transport】 未启动,无法注册消息"),this._lastRegistration=e;try{ro("mcp-server-register-from-page",{sessionId:this.sessionId,serverInfo:{...e,url:window.location.origin,title:document.title}},"page->content")}catch(r){this._throwError(()=>!0,"【Page Svr Transport】 注册 server 失败"+String(r))}}async close(){if(!this._isClosed)try{this._messageListener1&&this._messageListener1(),this._messageListener2&&this._messageListener2(),this._isClosed=!0,this._isStarted=!1,this.onclose&&this.onclose()}catch(e){this._throwError(()=>!0,"【Page Svr Transport】 关闭时发生错误"+String(e))}}}me.Ajv=c_,me.AuthClientProvider=f1,me.ExtensionPageServerTransport=L1,me.ResourceTemplate=w1,me.UriTemplate=Mt,me.WebMcpClient=I1,me.WebMcpServer=E1,me.completable=p1,me.createMessageChannelClientTransport=N1,me.createMessageChannelPairTransport=T1,me.createMessageChannelServerTransport=P1,me.createSSEClientTransport=C1,me.createStreamableHTTPClientTransport=O1,me.getDisplayName=M1,me.isMcpClient=z1,me.isMcpServer=R1,me.isMessageChannelClientTransport=A1,me.isMessageChannelServerTransport=x1,me.isSSEClientTransport=j1,me.isStreamableHTTPClientTransport=Gd,me.z=fw,Object.defineProperty(me,Symbol.toStringTag,{value:"Module"})});
|
|
43
|
+
`&&n++}}return[e,r]}class Wd extends Event{constructor(e,r){var n,s;super(e),this.code=(n=r?.code)!=null?n:void 0,this.message=(s=r?.message)!=null?s:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,r,n){return n(Jd(this),r)}[Symbol.for("Deno.customInspect")](e,r){return e(Jd(this),r)}}function Vw(t){const e=globalThis.DOMException;return typeof e=="function"?new e(t,"SyntaxError"):new SyntaxError(t)}function Bi(t){return t instanceof Error?"errors"in t&&Array.isArray(t.errors)?t.errors.map(Bi).join(", "):"cause"in t&&t.cause instanceof Error?`${t}: ${Bi(t.cause)}`:t.message:`${t}`}function Jd(t){return{type:t.type,message:t.message,code:t.code,defaultPrevented:t.defaultPrevented,cancelable:t.cancelable,timeStamp:t.timeStamp}}var Bd=t=>{throw TypeError(t)},Ki=(t,e,r)=>e.has(t)||Bd("Cannot "+r),_e=(t,e,r)=>(Ki(t,e,"read from private field"),r?r.call(t):e.get(t)),Le=(t,e,r)=>e.has(t)?Bd("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),Me=(t,e,r,n)=>(Ki(t,e,"write to private field"),e.set(t,r),r),Ht=(t,e,r)=>(Ki(t,e,"access private method"),r),ot,wr,jr,ao,co,xn,qr,In,sr,zr,Ur,Lr,Cn,Tt,Gi,Yi,Qi,Kd,Xi,ea,On,ta,ra;class Nn extends EventTarget{constructor(e,r){var n,s;super(),Le(this,Tt),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,Le(this,ot),Le(this,wr),Le(this,jr),Le(this,ao),Le(this,co),Le(this,xn),Le(this,qr),Le(this,In,null),Le(this,sr),Le(this,zr),Le(this,Ur,null),Le(this,Lr,null),Le(this,Cn,null),Le(this,Yi,async o=>{var i;_e(this,zr).reset();const{body:a,redirected:c,status:u,headers:l}=o;if(u===204){Ht(this,Tt,On).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?Me(this,jr,new URL(o.url)):Me(this,jr,void 0),u!==200){Ht(this,Tt,On).call(this,`Non-200 status code (${u})`,u);return}if(!(l.get("content-type")||"").startsWith("text/event-stream")){Ht(this,Tt,On).call(this,'Invalid content type, expected "text/event-stream"',u);return}if(_e(this,ot)===this.CLOSED)return;Me(this,ot,this.OPEN);const d=new Event("open");if((i=_e(this,Cn))==null||i.call(this,d),this.dispatchEvent(d),typeof a!="object"||!a||!("getReader"in a)){Ht(this,Tt,On).call(this,"Invalid response body, expected a web ReadableStream",u),this.close();return}const p=new TextDecoder,_=a.getReader();let m=!0;do{const{done:g,value:f}=await _.read();f&&_e(this,zr).feed(p.decode(f,{stream:!g})),g&&(m=!1,_e(this,zr).reset(),Ht(this,Tt,ta).call(this))}while(m)}),Le(this,Qi,o=>{Me(this,sr,void 0),!(o.name==="AbortError"||o.type==="aborted")&&Ht(this,Tt,ta).call(this,Bi(o))}),Le(this,Xi,o=>{typeof o.id=="string"&&Me(this,In,o.id);const i=new MessageEvent(o.event||"message",{data:o.data,origin:_e(this,jr)?_e(this,jr).origin:_e(this,wr).origin,lastEventId:o.id||""});_e(this,Lr)&&(!o.event||o.event==="message")&&_e(this,Lr).call(this,i),this.dispatchEvent(i)}),Le(this,ea,o=>{Me(this,xn,o)}),Le(this,ra,()=>{Me(this,qr,void 0),_e(this,ot)===this.CONNECTING&&Ht(this,Tt,Gi).call(this)});try{if(e instanceof URL)Me(this,wr,e);else if(typeof e=="string")Me(this,wr,new URL(e,Hw()));else throw new Error("Invalid URL")}catch{throw Vw("An invalid or illegal string was specified")}Me(this,zr,Fd({onEvent:_e(this,Xi),onRetry:_e(this,ea)})),Me(this,ot,this.CONNECTING),Me(this,xn,3e3),Me(this,co,(n=r?.fetch)!=null?n:globalThis.fetch),Me(this,ao,(s=r?.withCredentials)!=null?s:!1),Ht(this,Tt,Gi).call(this)}get readyState(){return _e(this,ot)}get url(){return _e(this,wr).href}get withCredentials(){return _e(this,ao)}get onerror(){return _e(this,Ur)}set onerror(e){Me(this,Ur,e)}get onmessage(){return _e(this,Lr)}set onmessage(e){Me(this,Lr,e)}get onopen(){return _e(this,Cn)}set onopen(e){Me(this,Cn,e)}addEventListener(e,r,n){const s=r;super.addEventListener(e,s,n)}removeEventListener(e,r,n){const s=r;super.removeEventListener(e,s,n)}close(){_e(this,qr)&&clearTimeout(_e(this,qr)),_e(this,ot)!==this.CLOSED&&(_e(this,sr)&&_e(this,sr).abort(),Me(this,ot,this.CLOSED),Me(this,sr,void 0))}}ot=new WeakMap,wr=new WeakMap,jr=new WeakMap,ao=new WeakMap,co=new WeakMap,xn=new WeakMap,qr=new WeakMap,In=new WeakMap,sr=new WeakMap,zr=new WeakMap,Ur=new WeakMap,Lr=new WeakMap,Cn=new WeakMap,Tt=new WeakSet,Gi=function(){Me(this,ot,this.CONNECTING),Me(this,sr,new AbortController),_e(this,co)(_e(this,wr),Ht(this,Tt,Kd).call(this)).then(_e(this,Yi)).catch(_e(this,Qi))},Yi=new WeakMap,Qi=new WeakMap,Kd=function(){var t;const e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",..._e(this,In)?{"Last-Event-ID":_e(this,In)}:void 0},cache:"no-store",signal:(t=_e(this,sr))==null?void 0:t.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},Xi=new WeakMap,ea=new WeakMap,On=function(t,e){var r;_e(this,ot)!==this.CLOSED&&Me(this,ot,this.CLOSED);const n=new Wd("error",{code:e,message:t});(r=_e(this,Ur))==null||r.call(this,n),this.dispatchEvent(n)},ta=function(t,e){var r;if(_e(this,ot)===this.CLOSED)return;Me(this,ot,this.CONNECTING);const n=new Wd("error",{code:e,message:t});(r=_e(this,Ur))==null||r.call(this,n),this.dispatchEvent(n),Me(this,qr,setTimeout(_e(this,ra),_e(this,xn)))},ra=new WeakMap,Nn.CONNECTING=0,Nn.OPEN=1,Nn.CLOSED=2;function Hw(){const t="document"in globalThis?globalThis.document:void 0;return t&&typeof t=="object"&&"baseURI"in t&&typeof t.baseURI=="string"?t.baseURI:void 0}function uo(t){return t?t instanceof Headers?Object.fromEntries(t.entries()):Array.isArray(t)?Object.fromEntries(t):{...t}:{}}function Gd(t=fetch,e){return e?async(r,n)=>{const s={...e,...n,headers:n?.headers?{...uo(e.headers),...uo(n.headers)}:e.headers};return t(r,s)}:t}let na;na=globalThis.crypto;async function Fw(t){return(await na).getRandomValues(new Uint8Array(t))}async function Ww(t){const e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~",r=Math.pow(2,8)-Math.pow(2,8)%e.length;let n="";for(;n.length<t;){const s=await Fw(t-n.length);for(const o of s)o<r&&(n+=e[o%e.length])}return n}async function Jw(t){return await Ww(t)}async function Bw(t){const e=await(await na).subtle.digest("SHA-256",new TextEncoder().encode(t));return btoa(String.fromCharCode(...new Uint8Array(e))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function Yd(t){if(t||(t=43),t<43||t>128)throw`Expected a length between 43 and 128. Received ${t}.`;const e=await Jw(t),r=await Bw(e);return{code_verifier:e,code_challenge:r}}const We=Pl().superRefine((t,e)=>{if(!URL.canParse(t))return e.addIssue({code:Ll.custom,message:"URL must be parseable",fatal:!0}),Uu}).refine(t=>{const e=new URL(t);return e.protocol!=="javascript:"&&e.protocol!=="data:"&&e.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),Kw=Ee({resource:y().url(),authorization_servers:x(We).optional(),jwks_uri:y().url().optional(),scopes_supported:x(y()).optional(),bearer_methods_supported:x(y()).optional(),resource_signing_alg_values_supported:x(y()).optional(),resource_name:y().optional(),resource_documentation:y().optional(),resource_policy_uri:y().url().optional(),resource_tos_uri:y().url().optional(),tls_client_certificate_bound_access_tokens:oe().optional(),authorization_details_types_supported:x(y()).optional(),dpop_signing_alg_values_supported:x(y()).optional(),dpop_bound_access_tokens_required:oe().optional()}),Qd=Ee({issuer:y(),authorization_endpoint:We,token_endpoint:We,registration_endpoint:We.optional(),scopes_supported:x(y()).optional(),response_types_supported:x(y()),response_modes_supported:x(y()).optional(),grant_types_supported:x(y()).optional(),token_endpoint_auth_methods_supported:x(y()).optional(),token_endpoint_auth_signing_alg_values_supported:x(y()).optional(),service_documentation:We.optional(),revocation_endpoint:We.optional(),revocation_endpoint_auth_methods_supported:x(y()).optional(),revocation_endpoint_auth_signing_alg_values_supported:x(y()).optional(),introspection_endpoint:y().optional(),introspection_endpoint_auth_methods_supported:x(y()).optional(),introspection_endpoint_auth_signing_alg_values_supported:x(y()).optional(),code_challenge_methods_supported:x(y()).optional(),client_id_metadata_document_supported:oe().optional()}),Gw=Ee({issuer:y(),authorization_endpoint:We,token_endpoint:We,userinfo_endpoint:We.optional(),jwks_uri:We,registration_endpoint:We.optional(),scopes_supported:x(y()).optional(),response_types_supported:x(y()),response_modes_supported:x(y()).optional(),grant_types_supported:x(y()).optional(),acr_values_supported:x(y()).optional(),subject_types_supported:x(y()),id_token_signing_alg_values_supported:x(y()),id_token_encryption_alg_values_supported:x(y()).optional(),id_token_encryption_enc_values_supported:x(y()).optional(),userinfo_signing_alg_values_supported:x(y()).optional(),userinfo_encryption_alg_values_supported:x(y()).optional(),userinfo_encryption_enc_values_supported:x(y()).optional(),request_object_signing_alg_values_supported:x(y()).optional(),request_object_encryption_alg_values_supported:x(y()).optional(),request_object_encryption_enc_values_supported:x(y()).optional(),token_endpoint_auth_methods_supported:x(y()).optional(),token_endpoint_auth_signing_alg_values_supported:x(y()).optional(),display_values_supported:x(y()).optional(),claim_types_supported:x(y()).optional(),claims_supported:x(y()).optional(),service_documentation:y().optional(),claims_locales_supported:x(y()).optional(),ui_locales_supported:x(y()).optional(),claims_parameter_supported:oe().optional(),request_parameter_supported:oe().optional(),request_uri_parameter_supported:oe().optional(),require_request_uri_registration:oe().optional(),op_policy_uri:We.optional(),op_tos_uri:We.optional(),client_id_metadata_document_supported:oe().optional()}),Yw=C({...Gw.shape,...Qd.pick({code_challenge_methods_supported:!0}).shape}),Qw=C({access_token:y(),id_token:y().optional(),token_type:y(),expires_in:iv().optional(),scope:y().optional(),refresh_token:y().optional()}).strip(),Xw=C({error:y(),error_description:y().optional(),error_uri:y().optional()}),Xd=We.optional().or(z("").transform(()=>{})),eb=C({redirect_uris:x(We),token_endpoint_auth_method:y().optional(),grant_types:x(y()).optional(),response_types:x(y()).optional(),client_name:y().optional(),client_uri:We.optional(),logo_uri:Xd,scope:y().optional(),contacts:x(y()).optional(),tos_uri:Xd,policy_uri:y().optional(),jwks_uri:We.optional(),jwks:Cl().optional(),software_id:y().optional(),software_version:y().optional(),software_statement:y().optional()}).strip(),tb=C({client_id:y(),client_secret:y().optional(),client_id_issued_at:ne().optional(),client_secret_expires_at:ne().optional()}).strip(),rb=eb.merge(tb);C({error:y(),error_description:y().optional()}).strip(),C({token:y(),token_type_hint:y().optional()}).strip();function nb(t){const e=typeof t=="string"?new URL(t):new URL(t.href);return e.hash="",e}function sb({requestedResource:t,configuredResource:e}){const r=typeof t=="string"?new URL(t):new URL(t.href),n=typeof e=="string"?new URL(e):new URL(e.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;const s=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",o=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return s.startsWith(o)}let Ze=class extends Error{constructor(e,r){super(e),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){const e={error:this.errorCode,error_description:this.message};return this.errorUri&&(e.error_uri=this.errorUri),e}get errorCode(){return this.constructor.errorCode}},sa=class extends Ze{};sa.errorCode="invalid_request";let lo=class extends Ze{};lo.errorCode="invalid_client";let ho=class extends Ze{};ho.errorCode="invalid_grant";let fo=class extends Ze{};fo.errorCode="unauthorized_client";let oa=class extends Ze{};oa.errorCode="unsupported_grant_type";let ia=class extends Ze{};ia.errorCode="invalid_scope";let aa=class extends Ze{};aa.errorCode="access_denied";let Zr=class extends Ze{};Zr.errorCode="server_error";let ca=class extends Ze{};ca.errorCode="temporarily_unavailable";let ua=class extends Ze{};ua.errorCode="unsupported_response_type";let la=class extends Ze{};la.errorCode="unsupported_token_type";let da=class extends Ze{};da.errorCode="invalid_token";let ha=class extends Ze{};ha.errorCode="method_not_allowed";let fa=class extends Ze{};fa.errorCode="too_many_requests";let po=class extends Ze{};po.errorCode="invalid_client_metadata";let pa=class extends Ze{};pa.errorCode="insufficient_scope";class ma extends Ze{}ma.errorCode="invalid_target";const ob={[sa.errorCode]:sa,[lo.errorCode]:lo,[ho.errorCode]:ho,[fo.errorCode]:fo,[oa.errorCode]:oa,[ia.errorCode]:ia,[aa.errorCode]:aa,[Zr.errorCode]:Zr,[ca.errorCode]:ca,[ua.errorCode]:ua,[la.errorCode]:la,[da.errorCode]:da,[ha.errorCode]:ha,[fa.errorCode]:fa,[po.errorCode]:po,[pa.errorCode]:pa,[ma.errorCode]:ma};let mt=class extends Error{constructor(e){super(e??"Unauthorized")}};function ib(t){return["client_secret_basic","client_secret_post","none"].includes(t)}const _a="code",ga="S256";function ab(t,e){const r=t.client_secret!==void 0;return e.length===0?r?"client_secret_post":"none":"token_endpoint_auth_method"in t&&t.token_endpoint_auth_method&&ib(t.token_endpoint_auth_method)&&e.includes(t.token_endpoint_auth_method)?t.token_endpoint_auth_method:r&&e.includes("client_secret_basic")?"client_secret_basic":r&&e.includes("client_secret_post")?"client_secret_post":e.includes("none")?"none":r?"client_secret_post":"none"}function cb(t,e,r,n){const{client_id:s,client_secret:o}=e;switch(t){case"client_secret_basic":ub(s,o,r);return;case"client_secret_post":lb(s,o,n);return;case"none":db(s,n);return;default:throw new Error(`Unsupported client authentication method: ${t}`)}}function ub(t,e,r){if(!e)throw new Error("client_secret_basic authentication requires a client_secret");const n=btoa(`${t}:${e}`);r.set("Authorization",`Basic ${n}`)}function lb(t,e,r){r.set("client_id",t),e&&r.set("client_secret",e)}function db(t,e){e.set("client_id",t)}async function eh(t){const e=t instanceof Response?t.status:void 0,r=t instanceof Response?await t.text():t;try{const n=Xw.parse(JSON.parse(r)),{error:s,error_description:o,error_uri:i}=n,a=ob[s]||Zr;return new a(o||"",i)}catch(n){const s=`${e?`HTTP ${e}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new Zr(s)}}async function br(t,e){try{return await va(t,e)}catch(r){if(r instanceof lo||r instanceof fo)return await t.invalidateCredentials?.("all"),await va(t,e);if(r instanceof ho)return await t.invalidateCredentials?.("tokens"),await va(t,e);throw r}}async function va(t,{serverUrl:e,authorizationCode:r,scope:n,resourceMetadataUrl:s,fetchFn:o}){let i,a;try{i=await pb(e,{resourceMetadataUrl:s},o),i.authorization_servers&&i.authorization_servers.length>0&&(a=i.authorization_servers[0])}catch{}a||(a=new URL("/",e));const c=await fb(e,t,i),u=await yb(a,{fetchFn:o});let l=await Promise.resolve(t.clientInformation());if(!l){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");const f=u?.client_id_metadata_document_supported===!0,v=t.clientMetadataUrl;if(v&&!hb(v))throw new po(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${v}`);if(f&&v)l={client_id:v},await t.saveClientInformation?.(l);else{if(!t.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");const w=await kb(a,{metadata:u,clientMetadata:t.clientMetadata,fetchFn:o});await t.saveClientInformation(w),l=w}}const d=!t.redirectUrl;if(r!==void 0||d){const f=await Sb(t,a,{metadata:u,resource:c,authorizationCode:r,fetchFn:o});return await t.saveTokens(f),"AUTHORIZED"}const p=await t.tokens();if(p?.refresh_token)try{const f=await $b(a,{metadata:u,clientInformation:l,refreshToken:p.refresh_token,resource:c,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(f),"AUTHORIZED"}catch(f){if(!(!(f instanceof Ze)||f instanceof Zr))throw f}const _=t.state?await t.state():void 0,{authorizationUrl:m,codeVerifier:g}=await wb(a,{metadata:u,clientInformation:l,state:_,redirectUrl:t.redirectUrl,scope:n||i?.scopes_supported?.join(" ")||t.clientMetadata.scope,resource:c});return await t.saveCodeVerifier(g),await t.redirectToAuthorization(m),"REDIRECT"}function hb(t){if(!t)return!1;try{const e=new URL(t);return e.protocol==="https:"&&e.pathname!=="/"}catch{return!1}}async function fb(t,e,r){const n=nb(t);if(e.validateResourceURL)return await e.validateResourceURL(n,r?.resource);if(r){if(!sb({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}function mo(t){const e=t.headers.get("WWW-Authenticate");if(!e)return{};const[r,n]=e.split(" ");if(r.toLowerCase()!=="bearer"||!n)return{};const s=ya(t,"resource_metadata")||void 0;let o;if(s)try{o=new URL(s)}catch{}const i=ya(t,"scope")||void 0,a=ya(t,"error")||void 0;return{resourceMetadataUrl:o,scope:i,error:a}}function ya(t,e){const r=t.headers.get("WWW-Authenticate");if(!r)return null;const n=new RegExp(`${e}=(?:"([^"]+)"|([^\\s,]+))`),s=r.match(n);return s?s[1]||s[2]:null}async function pb(t,e,r=fetch){const n=await gb(t,"oauth-protected-resource",r,{protocolVersion:e?.protocolVersion,metadataUrl:e?.resourceMetadataUrl});if(!n||n.status===404)throw await n?.body?.cancel(),new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!n.ok)throw await n.body?.cancel(),new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);return Kw.parse(await n.json())}async function wa(t,e,r=fetch){try{return await r(t,{headers:e})}catch(n){if(n instanceof TypeError)return e?wa(t,void 0,r):void 0;throw n}}function mb(t,e="",r={}){return e.endsWith("/")&&(e=e.slice(0,-1)),r.prependPathname?`${e}/.well-known/${t}`:`/.well-known/${t}${e}`}async function th(t,e,r=fetch){return await wa(t,{"MCP-Protocol-Version":e},r)}function _b(t,e){return!t||t.status>=400&&t.status<500&&e!=="/"}async function gb(t,e,r,n){const s=new URL(t),o=n?.protocolVersion??Hs;let i;if(n?.metadataUrl)i=new URL(n.metadataUrl);else{const c=mb(e,s.pathname);i=new URL(c,n?.metadataServerUrl??s),i.search=s.search}let a=await th(i,o,r);if(!n?.metadataUrl&&_b(a,s.pathname)){const c=new URL(`/.well-known/${e}`,s);a=await th(c,o,r)}return a}function vb(t){const e=typeof t=="string"?new URL(t):t,r=e.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",e.origin),type:"oidc"}),n;let s=e.pathname;return s.endsWith("/")&&(s=s.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${s}`,e.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${s}`,e.origin),type:"oidc"}),n.push({url:new URL(`${s}/.well-known/openid-configuration`,e.origin),type:"oidc"}),n}async function yb(t,{fetchFn:e=fetch,protocolVersion:r=Hs}={}){const n={"MCP-Protocol-Version":r,Accept:"application/json"},s=vb(t);for(const{url:o,type:i}of s){const a=await wa(o,n,e);if(a){if(!a.ok){if(await a.body?.cancel(),a.status>=400&&a.status<500)continue;throw new Error(`HTTP ${a.status} trying to load ${i==="oauth"?"OAuth":"OpenID provider"} metadata from ${o}`)}return i==="oauth"?Qd.parse(await a.json()):Yw.parse(await a.json())}}}async function wb(t,{metadata:e,clientInformation:r,redirectUrl:n,scope:s,state:o,resource:i}){let a;if(e){if(a=new URL(e.authorization_endpoint),!e.response_types_supported.includes(_a))throw new Error(`Incompatible auth server: does not support response type ${_a}`);if(e.code_challenge_methods_supported&&!e.code_challenge_methods_supported.includes(ga))throw new Error(`Incompatible auth server: does not support code challenge method ${ga}`)}else a=new URL("/authorize",t);const c=await Yd(),u=c.code_verifier,l=c.code_challenge;return a.searchParams.set("response_type",_a),a.searchParams.set("client_id",r.client_id),a.searchParams.set("code_challenge",l),a.searchParams.set("code_challenge_method",ga),a.searchParams.set("redirect_uri",String(n)),o&&a.searchParams.set("state",o),s&&a.searchParams.set("scope",s),s?.includes("offline_access")&&a.searchParams.append("prompt","consent"),i&&a.searchParams.set("resource",i.href),{authorizationUrl:a,codeVerifier:u}}function bb(t,e,r){return new URLSearchParams({grant_type:"authorization_code",code:t,code_verifier:e,redirect_uri:String(r)})}async function rh(t,{metadata:e,tokenRequestParams:r,clientInformation:n,addClientAuthentication:s,resource:o,fetchFn:i}){const a=e?.token_endpoint?new URL(e.token_endpoint):new URL("/token",t),c=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"});if(o&&r.set("resource",o.href),s)await s(c,r,a,e);else if(n){const l=e?.token_endpoint_auth_methods_supported??[],d=ab(n,l);cb(d,n,c,r)}const u=await(i??fetch)(a,{method:"POST",headers:c,body:r});if(!u.ok)throw await eh(u);return Qw.parse(await u.json())}async function $b(t,{metadata:e,clientInformation:r,refreshToken:n,resource:s,addClientAuthentication:o,fetchFn:i}){const a=new URLSearchParams({grant_type:"refresh_token",refresh_token:n}),c=await rh(t,{metadata:e,tokenRequestParams:a,clientInformation:r,addClientAuthentication:o,resource:s,fetchFn:i});return{refresh_token:n,...c}}async function Sb(t,e,{metadata:r,resource:n,authorizationCode:s,fetchFn:o}={}){const i=t.clientMetadata.scope;let a;if(t.prepareTokenRequest&&(a=await t.prepareTokenRequest(i)),!a){if(!s)throw new Error("Either provider.prepareTokenRequest() or authorizationCode is required");if(!t.redirectUrl)throw new Error("redirectUrl is required for authorization_code flow");const u=await t.codeVerifier();a=bb(s,u,t.redirectUrl)}const c=await t.clientInformation();return rh(e,{metadata:r,tokenRequestParams:a,clientInformation:c??void 0,addClientAuthentication:t.addClientAuthentication,resource:n,fetchFn:o})}async function kb(t,{metadata:e,clientMetadata:r,fetchFn:n}){let s;if(e){if(!e.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");s=new URL(e.registration_endpoint)}else s=new URL("/register",t);const o=await(n??fetch)(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!o.ok)throw await eh(o);return rb.parse(await o.json())}let Tb=class extends Error{constructor(e,r,n){super(`SSE error: ${r}`),this.code=e,this.event=n}},nh=class{constructor(e,r){this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._eventSourceInit=r?.eventSourceInit,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=Gd(r?.fetch,r?.requestInit)}async _authThenStart(){if(!this._authProvider)throw new mt("No auth provider");let e;try{e=await br(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw this.onerror?.(r),r}if(e!=="AUTHORIZED")throw new mt;return await this._startOrAuth()}async _commonHeaders(){const e={};if(this._authProvider){const n=await this._authProvider.tokens();n&&(e.Authorization=`Bearer ${n.access_token}`)}this._protocolVersion&&(e["mcp-protocol-version"]=this._protocolVersion);const r=uo(this._requestInit?.headers);return new Headers({...e,...r})}_startOrAuth(){const e=this?._eventSourceInit?.fetch??this._fetch??fetch;return new Promise((r,n)=>{this._eventSource=new Nn(this._url.href,{...this._eventSourceInit,fetch:async(s,o)=>{const i=await this._commonHeaders();i.set("Accept","text/event-stream");const a=await e(s,{...o,headers:i});if(a.status===401&&a.headers.has("www-authenticate")){const{resourceMetadataUrl:c,scope:u}=mo(a);this._resourceMetadataUrl=c,this._scope=u}return a}}),this._abortController=new AbortController,this._eventSource.onerror=s=>{if(s.code===401&&this._authProvider){this._authThenStart().then(r,n);return}const o=new Tb(s.code,s.message,s);n(o),this.onerror?.(o)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",s=>{const o=s;try{if(this._endpoint=new URL(o.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(i){n(i),this.onerror?.(i),this.close();return}r()}),this._eventSource.onmessage=s=>{const o=s;let i;try{i=Er.parse(JSON.parse(o.data))}catch(a){this.onerror?.(a);return}this.onmessage?.(i)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(e){if(!this._authProvider)throw new mt("No auth provider");if(await br(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new mt("Failed to authorize")}async close(){this._abortController?.abort(),this._eventSource?.close(),this.onclose?.()}async send(e){if(!this._endpoint)throw new Error("Not connected");try{const r=await this._commonHeaders();r.set("content-type","application/json");const n={...this._requestInit,method:"POST",headers:r,body:JSON.stringify(e),signal:this._abortController?.signal},s=await(this._fetch??fetch)(this._endpoint,n);if(!s.ok){const o=await s.text().catch(()=>null);if(s.status===401&&this._authProvider){const{resourceMetadataUrl:i,scope:a}=mo(s);if(this._resourceMetadataUrl=i,this._scope=a,await br(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new mt;return this.send(e)}throw new Error(`Error POSTing to endpoint (HTTP ${s.status}): ${o}`)}await s.body?.cancel()}catch(r){throw this.onerror?.(r),r}}setProtocolVersion(e){this._protocolVersion=e}};class sh extends TransformStream{constructor({onError:e,onRetry:r,onComment:n}={}){let s;super({start(o){s=Fd({onEvent:i=>{o.enqueue(i)},onError(i){e==="terminate"?o.error(i):typeof e=="function"&&e(i)},onRetry:r,onComment:n})},transform(o){s.feed(o)}})}}const Rb={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2};let Dr=class extends Error{constructor(e,r){super(`Streamable HTTP error: ${r}`),this.code=e}},Eb=class{constructor(e,r){this._hasCompletedAuthFlow=!1,this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=Gd(r?.fetch,r?.requestInit),this._sessionId=r?.sessionId,this._reconnectionOptions=r?.reconnectionOptions??Rb}async _authThenStart(){if(!this._authProvider)throw new mt("No auth provider");let e;try{e=await br(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw this.onerror?.(r),r}if(e!=="AUTHORIZED")throw new mt;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){const e={};if(this._authProvider){const n=await this._authProvider.tokens();n&&(e.Authorization=`Bearer ${n.access_token}`)}this._sessionId&&(e["mcp-session-id"]=this._sessionId),this._protocolVersion&&(e["mcp-protocol-version"]=this._protocolVersion);const r=uo(this._requestInit?.headers);return new Headers({...e,...r})}async _startOrAuthSse(e){const{resumptionToken:r}=e;try{const n=await this._commonHeaders();n.set("Accept","text/event-stream"),r&&n.set("last-event-id",r);const s=await(this._fetch??fetch)(this._url,{method:"GET",headers:n,signal:this._abortController?.signal});if(!s.ok){if(await s.body?.cancel(),s.status===401&&this._authProvider)return await this._authThenStart();if(s.status===405)return;throw new Dr(s.status,`Failed to open SSE stream: ${s.statusText}`)}this._handleSseStream(s.body,e,!0)}catch(n){throw this.onerror?.(n),n}}_getNextReconnectionDelay(e){if(this._serverRetryMs!==void 0)return this._serverRetryMs;const r=this._reconnectionOptions.initialReconnectionDelay,n=this._reconnectionOptions.reconnectionDelayGrowFactor,s=this._reconnectionOptions.maxReconnectionDelay;return Math.min(r*Math.pow(n,e),s)}_scheduleReconnection(e,r=0){const n=this._reconnectionOptions.maxRetries;if(r>=n){this.onerror?.(new Error(`Maximum reconnection attempts (${n}) exceeded.`));return}const s=this._getNextReconnectionDelay(r);this._reconnectionTimeout=setTimeout(()=>{this._startOrAuthSse(e).catch(o=>{this.onerror?.(new Error(`Failed to reconnect SSE stream: ${o instanceof Error?o.message:String(o)}`)),this._scheduleReconnection(e,r+1)})},s)}_handleSseStream(e,r,n){if(!e)return;const{onresumptiontoken:s,replayMessageId:o}=r;let i,a=!1,c=!1;(async()=>{try{const l=e.pipeThrough(new TextDecoderStream).pipeThrough(new sh({onRetry:_=>{this._serverRetryMs=_}})).getReader();for(;;){const{value:_,done:m}=await l.read();if(m)break;if(_.id&&(i=_.id,a=!0,s?.(_.id)),!!_.data&&(!_.event||_.event==="message"))try{const g=Er.parse(JSON.parse(_.data));cn(g)&&(c=!0,o!==void 0&&(g.id=o)),this.onmessage?.(g)}catch(g){this.onerror?.(g)}}(n||a)&&!c&&this._abortController&&!this._abortController.signal.aborted&&this._scheduleReconnection({resumptionToken:i,onresumptiontoken:s,replayMessageId:o},0)}catch(l){if(this.onerror?.(new Error(`SSE stream disconnected: ${l}`)),(n||a)&&!c&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:i,onresumptiontoken:s,replayMessageId:o},0)}catch(_){this.onerror?.(new Error(`Failed to reconnect: ${_ instanceof Error?_.message:String(_)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(e){if(!this._authProvider)throw new mt("No auth provider");if(await br(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new mt("Failed to authorize")}async close(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=void 0),this._abortController?.abort(),this.onclose?.()}async send(e,r){try{const{resumptionToken:n,onresumptiontoken:s}=r||{};if(n){this._startOrAuthSse({resumptionToken:n,replayMessageId:_i(e)?e.id:void 0}).catch(p=>this.onerror?.(p));return}const o=await this._commonHeaders();o.set("content-type","application/json"),o.set("accept","application/json, text/event-stream");const i={...this._requestInit,method:"POST",headers:o,body:JSON.stringify(e),signal:this._abortController?.signal},a=await(this._fetch??fetch)(this._url,i),c=a.headers.get("mcp-session-id");if(c&&(this._sessionId=c),!a.ok){const p=await a.text().catch(()=>null);if(a.status===401&&this._authProvider){if(this._hasCompletedAuthFlow)throw new Dr(401,"Server returned 401 after successful authentication");const{resourceMetadataUrl:_,scope:m}=mo(a);if(this._resourceMetadataUrl=_,this._scope=m,await br(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new mt;return this._hasCompletedAuthFlow=!0,this.send(e)}if(a.status===403&&this._authProvider){const{resourceMetadataUrl:_,scope:m,error:g}=mo(a);if(g==="insufficient_scope"){const f=a.headers.get("WWW-Authenticate");if(this._lastUpscopingHeader===f)throw new Dr(403,"Server returned 403 after trying upscoping");if(m&&(this._scope=m),_&&(this._resourceMetadataUrl=_),this._lastUpscopingHeader=f??void 0,await br(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetch})!=="AUTHORIZED")throw new mt;return this.send(e)}}throw new Dr(a.status,`Error POSTing to endpoint: ${p}`)}if(this._hasCompletedAuthFlow=!1,this._lastUpscopingHeader=void 0,a.status===202){await a.body?.cancel(),Sv(e)&&this._startOrAuthSse({resumptionToken:void 0}).catch(p=>this.onerror?.(p));return}const l=(Array.isArray(e)?e:[e]).filter(p=>"method"in p&&"id"in p&&p.id!==void 0).length>0,d=a.headers.get("content-type");if(l)if(d?.includes("text/event-stream"))this._handleSseStream(a.body,{onresumptiontoken:s},!1);else if(d?.includes("application/json")){const p=await a.json(),_=Array.isArray(p)?p.map(m=>Er.parse(m)):[Er.parse(p)];for(const m of _)this.onmessage?.(m)}else throw await a.body?.cancel(),new Dr(-1,`Unexpected content type: ${d}`);else await a.body?.cancel()}catch(n){throw this.onerror?.(n),n}}get sessionId(){return this._sessionId}async terminateSession(){if(this._sessionId)try{const e=await this._commonHeaders(),r={...this._requestInit,method:"DELETE",headers:e,signal:this._abortController?.signal},n=await(this._fetch??fetch)(this._url,r);if(await n.body?.cancel(),!n.ok&&n.status!==405)throw new Dr(n.status,`Failed to terminate session: ${n.statusText}`);this._sessionId=void 0}catch(e){throw this.onerror?.(e),e}}setProtocolVersion(e){this._protocolVersion=e}get protocolVersion(){return this._protocolVersion}async resumeStream(e,r){await this._startOrAuthSse({resumptionToken:e,onresumptiontoken:r?.onresumptiontoken})}};const Pb="mcp";let xb=class{constructor(e){this._url=e}start(){if(this._socket)throw new Error("WebSocketClientTransport already started! If using Client class, note that connect() calls start() automatically.");return new Promise((e,r)=>{this._socket=new WebSocket(this._url,Pb),this._socket.onerror=n=>{const s="error"in n?n.error:new Error(`WebSocket error: ${JSON.stringify(n)}`);r(s),this.onerror?.(s)},this._socket.onopen=()=>{e()},this._socket.onclose=()=>{this.onclose?.()},this._socket.onmessage=n=>{let s;try{s=Er.parse(JSON.parse(n.data))}catch(o){this.onerror?.(o);return}this.onmessage?.(s)}})}async close(){this._socket?.close()}send(e){return new Promise((r,n)=>{if(!this._socket){n(new Error("Not connected"));return}this._socket?.send(JSON.stringify(e)),r()})}};const or=ht;(function(t,e){const r=ht,n=ht,s=t();for(;;)try{if(parseInt(r(403))/1+-parseInt(r(411))/2*(-parseInt(n(406))/3)+-parseInt(n(425))/4*(parseInt(r(387))/5)+-parseInt(n(426))/6+parseInt(n(395))/7*(-parseInt(r(419))/8)+-parseInt(r(413))/9+parseInt(n(400))/10===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(go,-118057+3521*-35+-2099*-233);const oh=()=>{const t=ht,e=ht,r={};r[t(420)]="3|0|2|1|4",r.vQYJZ=function(i,a){return i!==a},r[e(394)]=e(414),r.ktWqD=function(i,a){return i!==a},r[t(424)]=t(391);const n=r,s=n[e(420)].split("|");let o=859*2+-3*-1039+-4835*1;for(;;){switch(s[o++]){case"0":if(n[e(407)](typeof window,"undefined"))return window;continue;case"1":if(n.vQYJZ(typeof self,n.NZmUq))return self;continue;case"2":if(n[e(405)](typeof global,"undefined"))return global;continue;case"3":if(n[e(405)](typeof globalThis,n[t(394)]))return globalThis;continue;case"4":return Function(n[t(424)])()}break}},Ib=(t,e,r)=>{const n=ht,s=ht,o={};o.eOzBp=function(a,c){return a!==c},o.ooaJk="undefined",o[n(402)]=function(a,c){return a===c},o[n(421)]="function";const i=o;i[s(389)](typeof window,i.ooaJk)?t[s(423)](e,"*",r):n(423)in t&&i.pTvSc(typeof t[s(423)],i[n(421)])&&t.postMessage(e,r)},Cb=(t,e)=>{const r=ht,n=ht,s={};s.nTCfA=function(i,a){return i in a},s[r(390)]="addEventListener",s[r(385)]=function(i,a){return i===a},s[r(409)]="function",s.VaHpd=n(392),s[n(384)]=r(417),s.FPOYW=function(i,a){return i!==a};const o=s;o.nTCfA(o.ogKey,t)&&o[n(385)](typeof t.addEventListener,o[n(409)])?t[n(386)](o.VaHpd,e):o[n(384)]in t&&o[r(398)](typeof t[n(417)],r(414))&&(t.onmessage=e)};class _o{constructor(e){this._port=e}async[or(401)](){const e=or,r=or;this[e(422)]&&(this[r(422)].onmessage=n=>{var s,o;const i=e;try{const a=Er.parse(n.data.message);(s=this.onmessage)==null||s.call(this,a,n[i(412)][i(428)])}catch(a){const c=new Error("MessageChannel failed to parse message: "+a);(o=this[i(383)])==null||o.call(this,c)}},this._port.onmessageerror=n=>{var s;const o=r,i=new Error("MessageChannel transport error: "+JSON[o(415)](n));(s=this.onerror)==null||s.call(this,i)},this[r(422)].start())}async send(e,r){const n={EoBZE:function(s){return s()},leEiG:function(s,o){return s instanceof o},cDUwk:function(s,o){return s(o)}};return new Promise((s,o)=>{var i;const a=ht,c=ht;try{const u={};u[a(404)]=r?.[a(404)];const l={};l[a(392)]=e,l.extra=u,this._port&&this._port[c(423)](l),n[a(399)](s)}catch(u){const l=n.leEiG(u,Error)?u:new Error(n.cDUwk(String,u));(i=this.onerror)==null||i.call(this,l),o(l)}})}async close(){var e,r;const n=or,s=or;(e=this._port)==null||e[n(393)](),this[n(422)]=void 0,(r=this[s(408)])==null||r.call(this)}}class ba extends _o{constructor(e,r=oh()){const n=or,s={lSpBh:function(i,a,c,u){return i(a,c,u)}};super(),this._endpoint=e,this._globalObject=r;const o=new MessageChannel;this._port=o[n(410)],s[n(418)](Ib,this._globalObject,{endpoint:this[n(397)]},[o[n(429)]])}}class $a extends _o{constructor(e,r=oh()){const n=or,s=or,o={HITdC:function(i,a){return i===a},QdDxM:function(i){return i()},jowPp:function(i,a,c){return i(a,c)}};super(),this[n(397)]=e,this[s(388)]=r,this[s(416)]=new Promise(i=>{const a=n,c={XlglK:function(u,l){return o.HITdC(u,l)},pXlad:function(u){return o.QdDxM(u)}};o[a(427)](Cb,this._globalObject,u=>{const l=a,d=a;u[l(412)]&&c.XlglK(u.data[d(396)],this._endpoint)&&(this[l(422)]=u[d(430)][-3036+-1518*-2],c.pXlad(i))})})}async listen(){return this._listen}}function go(){const t=["message","close","NZmUq","177464iLQCGm","endpoint","_endpoint","FPOYW","EoBZE","3022630ngzRBs","start","pTvSc","272809yMhhPJ","authInfo","ktWqD","21849KofsKk","vQYJZ","onclose","mkHJS","port1","22dUTKmE","data","608229RXNlUs","undefined","stringify","_listen","onmessage","lSpBh","8FmlYyF","XwdDB","cHbAW","_port","postMessage","kFtNB","72572mbPnfL","689424jqaGZE","jowPp","extra","port2","ports","onerror","Fzdib","mkuHv","addEventListener","55juYkZZ","_globalObject","eOzBp","ogKey","return this"];return go=function(){return t},go()}function ht(t,e){const r=go();return ht=function(n,s){return n=n-(17227+1*-16844),r[n]},ht(t,e)}const Ob=()=>{const t=new MessageChannel;return[new _o(t.port1),new _o(t.port2)]};(function(t,e){const r=Pe,n=Pe,s=t();for(;;)try{if(parseInt(r(452))/1*(parseInt(n(441))/2)+parseInt(n(434))/3*(-parseInt(n(418))/4)+parseInt(r(459))/5+parseInt(r(482))/6*(-parseInt(r(479))/7)+-parseInt(r(458))/8*(parseInt(r(457))/9)+-parseInt(n(416))/10+-parseInt(r(450))/11*(-parseInt(r(433))/12)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(vo,-411935*1+228107+208149*2);const Nb=async(t,e,r)=>{var n;const s=Pe,o=Pe,i={};i.VRyiJ="tools/list",i.VkPYu="tools/call",i[s(475)]=s(411),i.SoCaE="resources/templates/list",i[o(484)]="resources/read",i[s(461)]="prompts/get",i.srIIC=o(477),i[o(436)]=o(478),i[o(442)]=s(437),i.dEmVs=s(465);const a=i,{id:c,method:u,params:l}=r;let d={};switch(u){case a.VRyiJ:d=await e.listTools(l);break;case a.VkPYu:d=await e.callTool(l);break;case a.fgMSD:d=await e.listResources(l);break;case a[o(466)]:d=await e.listResourceTemplates(l);break;case a.sthgI:d=await e[s(455)](l);break;case o(486):d=await e.subscribeResource(l);break;case s(410):d=await e.unsubscribeResource(l);break;case a[o(461)]:d=await e[o(414)](l);break;case a[s(412)]:d=await e[s(491)](l);break;case a[s(436)]:d=await e[s(478)]();break;case a.kkNqg:d=await e.complete(l);break;case s(464):d=await e.setLoggingLevel(l?.[o(443)]);break}const p={};p.result=d,p.jsonrpc=a[o(472)],p.id=c,await((n=t?.[o(488)])==null?void 0:n[s(460)](p))},Ab=async(t,e,r)=>{var n;const s=Pe,o=Pe,i={};i[s(487)]=o(462),i.ypHTC="ping",i.fPExS=s(465);const a=i,{id:c,method:u,params:l}=r;let d={};switch(u){case"roots/list":const _={};_.method=u,_[o(446)]=l,d=await e[s(469)](_,hd);break;case"sampling/createMessage":const m={};m[s(481)]=u,m[s(446)]=l,d=await e.request(m,Ai);break;case a[s(487)]:const g={};g.method=u,g[o(446)]=l,d=await e.request(g,Mi);break;case a.ypHTC:const f={};f.method=u,d=await e.request(f,pr);break}const p={};return p.result=d,p.jsonrpc=a.fPExS,p.id=c,await((n=t?.transport)==null?void 0:n.send(p)),d};function Pe(t,e){const r=vo();return Pe=function(n,s){return n=n-(-8023+4*-2344+-17809*-1),r[n]},Pe(t,e)}const Mb=(t,e)=>{const r=Pe,n=Pe,s={vYlhn:function(i,a){return i===a},DhPFX:r(470),NYVNC:function(i,a,c,u){return i(a,c,u)},yfZbw:"2.0"},o=t._onrequest;t[n(463)]=async(i,a)=>{var c,u,l,d,p;const _=n,m=r,{id:g,method:f}=i;try{s[_(451)](f,s.DhPFX)?await o.call(t,i,a):await s[m(474)](Nb,t,e,i)}catch(v){const{code:h,message:w,data:$}=v;try{if(h){const b={};b[m(485)]=h,b[_(422)]=w,b.data=$;const S={};S[m(448)]=b,S.jsonrpc=s[_(417)],S.id=g,await((c=t?.transport)==null?void 0:c[m(460)](S))}else(l=(u=t?.transport)==null?void 0:u.onerror)==null||l.call(u,v)}catch(b){(p=(d=t?.transport)==null?void 0:d.onerror)==null||p.call(d,b)}}}},jb=(t,e)=>{const r=Pe,n=Pe,s={};s[r(476)]=r(439),s[r(431)]=function(i,a){return i!==a},s.UPdQt="notifications/cancelled";const o=s;t[r(421)]=async i=>{var a,c;const u=r,l=n,{method:d,params:p}=i;if(d!==o[u(476)]&&(o.QWYMz(d,o.UPdQt)||p?.[l(490)]))try{await e[u(445)](i)}catch(_){(c=(a=t?.[u(488)])==null?void 0:a[u(480)])==null||c.call(a,_)}}},qb=(t,e)=>async r=>{var n,s,o,i,a;const c=Pe,u=Pe,l={TJhyV:function(d,p,_,m){return d(p,_,m)},MMNTY:c(465)};try{return await l.TJhyV(Ab,t,e,r)}catch(d){const{code:p,message:_,data:m}=d;try{if(p){const g={};g.code=p,g[c(422)]=_,g[u(419)]=m;const f={};f[c(448)]=g,f[c(424)]=l.MMNTY,f.id=r.id,await((n=t?.transport)==null?void 0:n[u(460)](f))}else(o=(s=t?.transport)==null?void 0:s[c(480)])==null||o.call(s,d)}catch(g){(a=(i=t?.[c(488)])==null?void 0:i.onerror)==null||a.call(i,g)}}},zb=(t,e)=>async r=>{var n,s,o;const i=Pe,a=Pe,c={};c.xmcLM=function(p,_){return p!==_},c.xSWLt="notifications/initialized",c[i(420)]=a(453);const u=c,{method:l,params:d}=r;if(u.xmcLM(l,u.xSWLt)&&(u.xmcLM(l,u[a(420)])||d?.[a(490)]))try{const p={...r};p.jsonrpc=i(465),await((n=e?.[i(488)])==null?void 0:n.send(p))}catch(p){(o=(s=t?.transport)==null?void 0:s.onerror)==null||o.call(s,p)}};function vo(){const t=["JMaxV","cNneM","completion/complete","addResponseListener","notifications/initialized","call","570686biwZQB","kkNqg","level","addNotificationListener","notification","params","addListener","error","_onresponse","164054EGcqjc","vYlhn","1PDRdga","notifications/cancelled","_requestHandlers","readResource","FjTAY","1782ueLDLp","4496TJFZWc","1767765yPcVQJ","send","HefvS","elicitation/create","_onrequest","logging/setLevel","2.0","SoCaE","HucXo","function","request","initialize","push","dEmVs","addRequestListener","NYVNC","fgMSD","CSjwA","prompts/list","ping","35pZrnNj","onerror","method","238086YifXhM","get","sthgI","code","resources/subscribe","sttJM","transport","jsmFN","forward","listPrompts","resources/unsubscribe","resources/list","srIIC","originalOnResponse","getPrompt","indexOf","3653560KcjkMk","yfZbw","4SAWlvk","data","rCDHw","_onnotification","message","UlqiY","jsonrpc","yCyFn","clearNotificationListener","VWsxO","name","UynHf","length","QWYMz","fallbackRequestHandler","492jTClKn","1028589HsbHVQ"];return vo=function(){return t},vo()}const Ub=(t,e)=>async r=>{var n,s,o,i,a,c;const u=Pe,l=Pe,d={};d.kSvAZ=u(465);const p=d;try{await((n=e?.[l(488)])==null?void 0:n[l(460)](r))}catch(_){const{code:m,message:g,data:f}=_;try{if(m){const v={};v.code=m,v.message=g,v.data=f;const h={};h.error=v,h[l(424)]=p.kSvAZ,h.id=r.id,await((s=t?.transport)==null?void 0:s.send(h))}else(i=(o=t?.transport)==null?void 0:o[u(480)])==null||i.call(o,_)}catch(v){(c=(a=t?.[u(488)])==null?void 0:a[l(480)])==null||c.call(a,v)}}},Sa=()=>{const t=Pe,e={rgPZO:function(c,u){return c!==u},VWsxO:function(c,u){return c(u)},FjTAY:"function"},r=[],n=(c,u)=>{const l=Pe;if(u){const d=[];for(const p of r)try{d.push(p(c,u))}catch{}for(const p of d)if(e.rgPZO(p,null))return p}else for(const d of r)try{e[l(427)](d,c)}catch{}},s=c=>{const u=Pe,l=Pe;typeof c===e[u(456)]&&!r.includes(c)&&r[l(471)](c)},o=c=>{const u=Pe,l=r[u(415)](c);l!==-1&&r.splice(l,-17591+6*2932)},i=()=>{const c=Pe;r[c(430)]=-505*7+1322+2213},a={};return a.handleListener=n,a[t(447)]=s,a.removeListener=o,a.clearListener=i,a},Lb=t=>{const e=Pe,r=Pe,n={UlqiY:function(s){return s()},jsmFN:function(s){return s()}};{const{handleListener:s,addListener:o,removeListener:i,clearListener:a}=n[e(423)](Sa);t._onresponse=s,t[r(438)]=o,t.removeResponseListener=i,t.clearResponseListener=a}{const{handleListener:s,addListener:o,removeListener:i,clearListener:a}=n[e(489)](Sa);t[e(432)]=s,t[r(473)]=o,t.removeRequestListener=i,t.clearRequestListener=a}{const{handleListener:s,addListener:o,removeListener:i,clearListener:a}=n.jsmFN(Sa);t.fallbackNotificationHandler=s,t[e(444)]=o,t.removeNotificationListener=i,t[r(426)]=a}},Zb=(t,{beforeInit:e,afterInit:r}={})=>{const n=Pe,s=Pe,o={HucXo:function(a,c){return a===c},HicFO:n(468),JMaxV:function(a){return a()},DclXr:function(a,c){return a(c)},UynHf:function(a,c){return a===c},yCyFn:function(a){return a()}},i=new Map(t._notificationHandlers);t[n(454)].clear(),t._notificationHandlers.clear(),o.HucXo(typeof e,o.HicFO)&&o[n(435)](e),o[n(467)](t[n(449)][s(428)],n(449))&&(t[s(413)]=t[s(449)]),o.DclXr(Lb,t),t[s(438)](a=>{const c=n;t.originalOnResponse[c(440)](t,a)}),o[n(429)](typeof r,o.HicFO)&&o[s(425)](r),t[s(444)](a=>{const c=s,{method:u}=a,l=i[c(483)](u);o[c(467)](typeof l,"function")&&l(a)})},Db=Ft;(function(t,e){const r=Ft,n=Ft,s=t();for(;;)try{if(parseInt(r(215))/1*(-parseInt(n(217))/2)+parseInt(r(216))/3+parseInt(r(210))/4*(parseInt(n(223))/5)+-parseInt(n(214))/6*(parseInt(n(220))/7)+parseInt(n(212))/8*(parseInt(r(228))/9)+parseInt(r(219))/10+parseInt(r(222))/11*(parseInt(r(224))/12)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(yo,995159+-6*-266138+-1619768);const Vb=()=>{const t=Ft,e=Ft,r={};r.svuxn=function(s,o){return s&o},r.ZUPdr=function(s,o){return s===o},r[t(227)]=function(s,o){return s===o},r.SpRzi="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";const n=r;return n[e(227)](typeof crypto,"object")&&crypto[t(211)]?crypto.randomUUID():n.SpRzi.replace(/[xy]/g,s=>{const o=t,i=n.svuxn(crypto.getRandomValues(new Uint8Array(-3798+8571*-1+12370))[0],-8324+8339*1);return(n[o(225)](s,"x")?i:n[o(209)](i,-12998+-1*-13001)|813*10+-3707+883*-5).toString(-1*-1851+6493+-8328)})},Hb=t=>{const e=Ft,r=Ft,n=new Uint8Array(t);return crypto[e(221)](n),Array[r(218)](n,s=>s[r(226)](11424+4*-2852).padStart(8950+2237*-4,"0"))[e(213)]("")},ir={};ir[Db(211)]=Vb,ir.randomBytes=Hb;function Ft(t,e){const r=yo();return Ft=function(n,s){return n=n-(-7373+7187*1+395),r[n]},Ft(t,e)}function yo(){const t=["join","2500590yHdCUG","3CzpgOE","219762yRRBUK","592022JqIdxi","from","6033730pSHJFF","28gKZiuO","getRandomValues","147169GUBreL","5fFOMNB","1140KVOWlq","ZUPdr","toString","DBGzc","45351XtLuDF","svuxn","9892WpQPGF","randomUUID","2504EaskHQ"];return yo=function(){return t},yo()}function Wt(t,e){const r=wo();return Wt=function(n,s){return n=n-(-1483*3+-5564+20*513),r[n]},Wt(t,e)}const Rt=Wt,An=Wt;(function(t,e){const r=Wt,n=Wt,s=t();for(;;)try{if(parseInt(r(302))/1+-parseInt(n(249))/2+-parseInt(r(291))/3+-parseInt(r(292))/4*(parseInt(r(264))/5)+-parseInt(n(273))/6*(parseInt(r(266))/7)+parseInt(r(300))/8*(parseInt(r(269))/9)+parseInt(n(255))/10*(parseInt(r(284))/11)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(wo,-4*308317+753182*2+658196);const Fb=(t,e)=>{const r=Wt,n=Wt,s={olCWX:function(c,u,l){return c(u,l)},sfXDX:function(c,u,l){return c(u,l)},ksWFu:function(c,u,l){return c(u,l)}};s[r(283)](Mb,t,e),jb(t,e);const o=s[n(283)](qb,e,t),i=s[n(294)](Ub,e,t),a=s[r(277)](zb,e,t);e.addRequestListener(o),e.addResponseListener(i),e[n(287)](a),t.onclose=()=>{const c=r,u=n;e[c(247)](o),e.removeResponseListener(i),e[u(252)](a)}},ka=(t,e,r)=>{const n={QhPqi:function(i,a){return i instanceof a},AIICR:"close",Qalmc:function(i,a,c){return i(a,c)}},s=()=>{var i;n.QhPqi(r,nh)&&((i=r._eventSource)==null||i.addEventListener(n.AIICR,()=>{var a;(a=r[Wt(295)])==null||a.close()})),n.Qalmc(Fb,t,e)},o={};o.afterInit=s,n.Qalmc(Zb,e,o)},ih=(t,e=ir[Rt(299)]())=>{const r=Rt,n=Rt,s={RVabx:function(l,d,p){return l(d,p)},crCTs:"include"},o={};o["sse-session-id"]=e;const i=o,a={};a["sse-session-id"]=e;const c={};c.headers=a,c.credentials=s[r(304)];const u={requestInit:c,eventSourceInit:{async fetch(l,d){const p=r,_=r,m=new Headers(d?.[p(268)]||{});Object.entries(i).forEach(([f,v])=>{m.set(f,v)});const g={...d};return g.headers=m,s[_(279)](fetch,l,g)},withCredentials:!0}};return t&&(u[r(280)].headers.Authorization="Bearer "+t,i.Authorization=n(256)+t),u},ah=(t,e=ir[Rt(299)]())=>{const r=An,n=Rt,s={};s[r(271)]="include";const o=s,i={};i["stream-session-id"]=e;const a={};a[n(268)]=i,a.credentials=o[r(271)];const c={};c.requestInit=a;const u=c;return t&&(u[n(280)][r(268)][n(301)]=r(256)+t),u},Ta=async(t,e,r)=>{const n=Rt,s=Rt,o={rRtFD:function(a){return a()},ToRAF:function(a,c){return a instanceof c}},i=o[n(276)](r);try{return await t[s(260)](i),i}catch(a){if(o[n(275)](a,mt)){const c=await e();return await i[n(257)](c),await Ta(t,e,r)}else throw a}},ch=(t,e)=>{const r=An,n=An,s={};s[r(267)]=function(i,a){return i in a},s.timcZ="waitForOAuthCode",s[r(253)]=function(i,a){return i===a},s.ufiEQ=r(285),s[n(250)]=r(293);const o=s;if(o.oGmBG(o[r(258)],t))return t[n(278)];if(o[n(253)](typeof e,o.ufiEQ))return e;throw new Error(o.daYBw)};function wo(){const t=["oGmBG","headers","1233BqDPfE","eventSourceInit","jmVYh","wfHUn","1336686qzpbXm","_endpoint","ToRAF","rRtFD","ksWFu","waitForOAuthCode","RVabx","requestInit","mcp-sse-proxy-client","CfBXU","olCWX","341WrxLOu","function","sessionId","addNotificationListener","version","GKDjq","roots","5390433vAXkON","4NpGpPF","waitForOAuthCode need to be provided when authProvider is provided","sfXDX","_eventSource","PdsSn","get","sampling","randomUUID","4064jocfPO","Authorization","452565rqIeHi","elicitation","crCTs","authProvider","removeRequestListener","1.0.0","104070FoHgyi","daYBw","capabilities","removeNotificationListener","lauIp","listChanged","1255910ovFXHu","Bearer ","finishAuth","timcZ","eZwNI","connect","JzpWy","tUMle","kdowC","379385gxVFVP","&token=","49TIzdXg"];return wo=function(){return t},wo()}const Wb=async t=>{const e=An,r=Rt,n={GKDjq:function(j,F,q){return j(F,q)},JzpWy:e(281),mcbiU:"1.0.0",CfBXU:function(j){return j()},kdowC:function(j,F,q,W){return j(F,q,W)},KkViY:"sessionId"},{client:s,url:o,token:i,sessionId:a,authProvider:c,requestInit:u,eventSourceInit:l,waitForOAuthCode:d}=t,p={};p[r(305)]=c,p.requestInit=u,p.eventSourceInit=l;const _=p,m=a||ir[r(299)](),g=n[e(289)](ih,i,m);if(u){const j={...g.requestInit,...u};j[r(268)]={...g[r(280)][e(268)],...u.headers},_.requestInit=j}else _.requestInit=g[e(280)];if(l){const j={...g[e(270)],...l};_.eventSourceInit=j}else _.eventSourceInit=g[e(270)];const f={};f[e(254)]=!0;const v={};v.roots=f,v[e(298)]={},v[r(303)]={};const h=v,w={};w.name=n[r(261)],w[e(288)]=n.mcbiU;const $={};$[e(251)]=h;const b=new Wi(w,$),S=()=>new nh(new URL(o),_);let T=n[e(282)](S);if(c){const j=ch(c,d);T=await n[e(263)](Ta,b,j,S)}else await b.connect(T);ka(b,s,T),T.sessionId=T[r(274)].searchParams[e(297)](n.KkViY);const N={};return N.transport=T,N.sessionId=T[r(286)],N},Jb=async t=>{const e=An,r=Rt,n={wfHUn:function(j,F,q){return j(F,q)},tUMle:"mcp-stream-proxy-client",omKPe:e(248),rSiEq:function(j){return j()},PdsSn:function(j,F,q,W){return j(F,q,W)}},{client:s,url:o,token:i,sessionId:a,authProvider:c,requestInit:u,reconnectionOptions:l,waitForOAuthCode:d}=t,p={};p.authProvider=c,p.requestInit=u,p.reconnectionOptions=l;const _=p,m=a||ir.randomUUID(),g=n[r(272)](ah,i,m);if(u){const j={...g[e(280)],...u};j.headers={...g.requestInit[e(268)],...u.headers},_.requestInit=j}else _[r(280)]=g[r(280)];const f={};f[r(254)]=!0;const v={};v.roots=f,v[e(298)]={},v[e(303)]={};const h=v,w={};w.name=n[e(262)],w.version=n.omKPe;const $={};$.capabilities=h;const b=new Wi(w,$),S=()=>new Eb(new URL(o),_);let T=n.rSiEq(S);if(c){const j=n[e(272)](ch,c,d);T=await n[e(296)](Ta,b,j,S)}else await b[e(260)](T);n.PdsSn(ka,b,s,T);const N={};return N.transport=T,N[r(286)]=T[r(286)],N},Bb=async t=>{const e=Rt,r=Rt,n={eZwNI:function(v,h,w,$){return v(h,w,$)}},{client:s,url:o,token:i,sessionId:a}=t,c={};c[e(254)]=!0;const u={};u[r(290)]=c,u.sampling={},u.elicitation={};const l=u,d={};d.name="mcp-socket-proxy-client",d.version=r(248);const p={};p[r(251)]=l;const _=new Wi(d,p),m=a||ir[r(299)](),g=new xb(new URL(o+"?sessionId="+m+r(265)+i));await _.connect(g),n[e(259)](ka,_,s,g);const f={};return f.transport=g,f[r(286)]=m,f},ar=Et,Mn=Et;(function(t,e){const r=Et,n=Et,s=t();for(;;)try{if(parseInt(r(216))/1+-parseInt(n(219))/2+-parseInt(r(203))/3*(-parseInt(n(204))/4)+-parseInt(n(199))/5*(parseInt(r(193))/6)+-parseInt(r(211))/7*(-parseInt(r(192))/8)+-parseInt(n(221))/9+parseInt(n(201))/10*(parseInt(r(220))/11)===e)break;s.push(s.shift())}catch{s.push(s.shift())}})(bo,1297719+-42747*-22+-1289197);function Et(t,e){const r=bo();return Et=function(n,s){return n=n-(-4158*1+-2*581+-1*-5510),r[n]},Et(t,e)}const Kb=()=>ir.randomBytes(-8746+-382*-23);class Gb{constructor(e){const r=Et,n=Et,s={HbwOh:function(l){return l()}};this._callBackPromise={};const{clientMetadata:o,state:i,redirectCallback:a,getAuthCodeByState:c,waitForOAuthCode:u}=e;this._clientMetadata=o,this[r(206)]=o.redirect_uris[-10*629+1*7646+-1356],this[n(197)]=i||s.HbwOh(Kb),this._redirectCallback=a||this[n(202)],this[n(195)]=c||this[r(191)],this.waitForOAuthCode=u||this.waitForOAuthCodeFunction()}async redirectCallbackFunction(e){var r,n,s,o,i,a;const c=Et,u=Et,l={};l[c(198)]="GET";const d=await fetch(e,l);!d.ok&&((n=(r=this[u(207)])[u(196)])==null||n.call(r,c(208)+d[u(205)]));const p=await this[u(195)](this._redirectUrl,this[c(197)]);if(!p.ok){(o=(s=this[c(207)]).reject)==null||o.call(s,"Failed to fetch auth code: "+p[u(205)]);return}const _=await p.json();(a=(i=this._callBackPromise).resolve)==null||a.call(i,_.code)}async[ar(191)](e,r){const n=ar,s={};s.xAOmI="POST";const o=s,i={};i["Content-Type"]=n(217);const a={};return a.state=r,fetch(e,{method:o.xAOmI,headers:i,body:new URLSearchParams(a)})}waitForOAuthCodeFunction(){const e=this._callBackPromise;return()=>new Promise((r,n)=>{const s=Et;e.resolve=r,e[s(196)]=n})}get redirectUrl(){return this[ar(206)]}get[Mn(190)](){return this._clientMetadata}[ar(213)](){return this[ar(197)]}[Mn(218)](){return this[Mn(200)]}[ar(194)](e){this._clientInformation=e}tokens(){return this[Mn(210)]}saveTokens(e){const r=Mn;this[r(210)]=e}redirectToAuthorization(e){this._redirectCallback(e)}saveCodeVerifier(e){this._codeVerifier=e}[ar(212)](){const e=ar,r={};r[e(215)]=e(214);const n=r;if(!this[e(209)])throw new Error(n.mMdVl);return this[e(209)]}}function bo(){const t=["370aKMzOb","redirectCallbackFunction","6AWGiLu","697420WEpDtk","statusText","_redirectUrl","_callBackPromise","Failed to redirect: ","_codeVerifier","_tokens","21ofrYNd","codeVerifier","state","No code verifier saved","mMdVl","1546908KURscU","application/x-www-form-urlencoded","clientInformation","2551694UzDoIS","571637jVsNJQ","4355271orhxAD","clientMetadata","getAuthCodeByStateFunction","1400360ybYjeP","30zRTJNb","saveClientInformation","_getAuthCodeByState","reject","_state","method","1634810cQPomO","_clientInformation"];return bo=function(){return t},bo()}(function(t,e){for(var r=So,n=So,s=t();;)try{var o=parseInt(r(291))/1+-parseInt(r(295))/2*(parseInt(r(288))/3)+parseInt(r(290))/4*(parseInt(r(296))/5)+-parseInt(n(289))/6+parseInt(r(293))/7*(-parseInt(n(294))/8)+parseInt(n(287))/9+parseInt(n(292))/10;if(o===e)break;s.push(s.shift())}catch{s.push(s.shift())}})($o,262*-2438+1346066*-1+2*1373311);function $o(){var t=["279100FsqxFu","7326315yxcNFg","50823VTWXXj","6441948uoPUwt","92BSiBRu","1361711dyawqa","5202960gnlAWp","7tNVFlv","11056792usEcvw","90CRWXmt"];return $o=function(){return t},$o()}function So(t,e){var r=$o();return So=function(n,s){n=n-287;var o=r[n];return o},So(t,e)}function Pt(t){return!!t._zod}function jn(t){const e=Object.values(t);if(e.length===0)return Rd({});const r=e.every(Pt),n=e.every(s=>!Pt(s));if(r)return Rd(t);if(n)return kd(t);throw new Error("Mixed Zod versions detected in object shape.")}function ko(t,e){return Pt(t)?zs(t,e):t.safeParse(e)}async function Ra(t,e){return Pt(t)?await oi(t,e):await t.safeParseAsync(e)}function qn(t){var e,r;if(!t)return;let n;if(Pt(t)?n=(r=(e=t._zod)===null||e===void 0?void 0:e.def)===null||r===void 0?void 0:r.shape:n=t.shape,!!n){if(typeof n=="function")try{return n()}catch{return}return n}}function zn(t){var e;if(t){if(typeof t=="object"){const r=t,n=t;if(!r._def&&!n._zod){const s=Object.values(t);if(s.length>0&&s.every(o=>typeof o=="object"&&o!==null&&(o._def!==void 0||o._zod!==void 0||typeof o.parse=="function")))return jn(t)}}if(Pt(t)){const n=(e=t._zod)===null||e===void 0?void 0:e.def;if(n&&(n.typeName==="object"||n.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function Ea(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){const e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function Yb(t){var e,r,n,s;if(Pt(t))return(r=(e=t._zod)===null||e===void 0?void 0:e.def)===null||r===void 0?void 0:r.description;const o=t;return(n=t.description)!==null&&n!==void 0?n:(s=o._def)===null||s===void 0?void 0:s.description}function Qb(t){var e,r,n;if(Pt(t))return((r=(e=t._zod)===null||e===void 0?void 0:e.def)===null||r===void 0?void 0:r.typeName)==="ZodOptional";const s=t;return typeof t.isOptional=="function"?t.isOptional():((n=s._def)===null||n===void 0?void 0:n.typeName)==="ZodOptional"}function uh(t){var e;if(Pt(t)){const i=(e=t._zod)===null||e===void 0?void 0:e.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}const n=t._def;if(n){if(n.value!==void 0)return n.value;if(Array.isArray(n.values)&&n.values.length>0)return n.values[0]}const s=t.value;if(s!==void 0)return s}const Un="2025-06-18",lh=[Un,"2025-03-26","2024-11-05","2024-10-07"],To="2.0",qt=Ul(t=>t!==null&&(typeof t=="object"||typeof t=="function")),dh=ae([y(),ne().int()]),hh=y(),Xb=Ee({progressToken:dh.optional()}),xt=Ee({_meta:Xb.optional()}),it=C({method:y(),params:xt.optional()}),Vr=Ee({_meta:ce(y(),de()).optional()}),It=C({method:y(),params:Vr.optional()}),_t=Ee({_meta:ce(y(),de()).optional()}),Ro=ae([y(),ne().int()]),fh=C({jsonrpc:z(To),id:Ro,...it.shape}).strict(),ph=t=>fh.safeParse(t).success,mh=C({jsonrpc:z(To),...It.shape}).strict(),e$=t=>mh.safeParse(t).success,_h=C({jsonrpc:z(To),id:Ro,result:_t}).strict(),Pa=t=>_h.safeParse(t).success;var ye;(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"})(ye||(ye={}));const gh=C({jsonrpc:z(To),id:Ro,error:C({code:ne().int(),message:y(),data:ee(de())})}).strict(),t$=t=>gh.safeParse(t).success,Hr=ae([fh,mh,_h,gh]),$r=_t.strict(),r$=Vr.extend({requestId:Ro,reason:y().optional()}),xa=It.extend({method:z("notifications/cancelled"),params:r$}),n$=C({src:y(),mimeType:y().optional(),sizes:x(y()).optional()}),Ln=C({icons:x(n$).optional()}),Fr=C({name:y(),title:y().optional()}),vh=Fr.extend({...Fr.shape,...Ln.shape,version:y(),websiteUrl:y().optional()}),s$=on(C({applyDefaults:oe().optional()}),ce(y(),de())),o$=pi(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,on(C({form:s$.optional(),url:qt.optional()}),ce(y(),de()).optional())),i$=C({experimental:ce(y(),qt).optional(),sampling:C({context:qt.optional(),tools:qt.optional()}).optional(),elicitation:o$.optional(),roots:C({listChanged:oe().optional()}).optional()}),a$=xt.extend({protocolVersion:y(),capabilities:i$,clientInfo:vh}),yh=it.extend({method:z("initialize"),params:a$}),c$=C({experimental:ce(y(),qt).optional(),logging:qt.optional(),completions:qt.optional(),prompts:ee(C({listChanged:ee(oe())})),resources:C({subscribe:oe().optional(),listChanged:oe().optional()}).optional(),tools:C({listChanged:oe().optional()}).optional()}),wh=_t.extend({protocolVersion:y(),capabilities:c$,serverInfo:vh,instructions:y().optional()}),Ia=It.extend({method:z("notifications/initialized")}),u$=t=>Ia.safeParse(t).success,Ca=it.extend({method:z("ping")}),l$=C({progress:ne(),total:ee(ne()),message:ee(y())}),d$=C({...Vr.shape,...l$.shape,progressToken:dh}),Oa=It.extend({method:z("notifications/progress"),params:d$}),h$=xt.extend({cursor:hh.optional()}),Eo=it.extend({params:h$.optional()}),Po=_t.extend({nextCursor:ee(hh)}),bh=C({uri:y(),mimeType:ee(y()),_meta:ce(y(),de()).optional()}),$h=bh.extend({text:y()}),Na=y().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Sh=bh.extend({blob:Na}),kh=C({...Fr.shape,...Ln.shape,uri:y(),description:ee(y()),mimeType:ee(y()),_meta:ee(Ee({}))}),f$=C({...Fr.shape,...Ln.shape,uriTemplate:y(),description:ee(y()),mimeType:ee(y()),_meta:ee(Ee({}))}),xo=Eo.extend({method:z("resources/list")}),Th=Po.extend({resources:x(kh)}),Aa=Eo.extend({method:z("resources/templates/list")}),Rh=Po.extend({resourceTemplates:x(f$)}),Ma=xt.extend({uri:y()}),p$=Ma,ja=it.extend({method:z("resources/read"),params:p$}),Eh=_t.extend({contents:x(ae([$h,Sh]))}),Ph=It.extend({method:z("notifications/resources/list_changed")}),m$=Ma,xh=it.extend({method:z("resources/subscribe"),params:m$}),_$=Ma,Ih=it.extend({method:z("resources/unsubscribe"),params:_$}),g$=Vr.extend({uri:y()}),Ch=It.extend({method:z("notifications/resources/updated"),params:g$}),v$=C({name:y(),description:ee(y()),required:ee(oe())}),y$=C({...Fr.shape,...Ln.shape,description:ee(y()),arguments:ee(x(v$)),_meta:ee(Ee({}))}),qa=Eo.extend({method:z("prompts/list")}),Oh=Po.extend({prompts:x(y$)}),w$=xt.extend({name:y(),arguments:ce(y(),y()).optional()}),za=it.extend({method:z("prompts/get"),params:w$}),Nh=C({type:z("text"),text:y(),_meta:ce(y(),de()).optional()}),Ah=C({type:z("image"),data:Na,mimeType:y(),_meta:ce(y(),de()).optional()}),Mh=C({type:z("audio"),data:Na,mimeType:y(),_meta:ce(y(),de()).optional()}),b$=C({type:z("tool_use"),name:y(),id:y(),input:C({}).passthrough(),_meta:ee(C({}).passthrough())}).passthrough(),$$=C({type:z("resource"),resource:ae([$h,Sh]),_meta:ce(y(),de()).optional()}),S$=kh.extend({type:z("resource_link")}),Ua=ae([Nh,Ah,Mh,S$,$$]),k$=C({role:qe(["user","assistant"]),content:Ua}),jh=_t.extend({description:ee(y()),messages:x(k$)}),qh=It.extend({method:z("notifications/prompts/list_changed")}),T$=C({title:y().optional(),readOnlyHint:oe().optional(),destructiveHint:oe().optional(),idempotentHint:oe().optional(),openWorldHint:oe().optional()}),zh=C({...Fr.shape,...Ln.shape,description:y().optional(),inputSchema:C({type:z("object"),properties:ce(y(),qt).optional(),required:x(y()).optional()}).catchall(de()),outputSchema:C({type:z("object"),properties:ce(y(),qt).optional(),required:x(y()).optional()}).catchall(de()).optional(),annotations:ee(T$),_meta:ce(y(),de()).optional()}),La=Eo.extend({method:z("tools/list")}),Uh=Po.extend({tools:x(zh)}),Io=_t.extend({content:x(Ua).default([]),structuredContent:ce(y(),de()).optional(),isError:ee(oe())});Io.or(_t.extend({toolResult:de()}));const R$=xt.extend({name:y(),arguments:ee(ce(y(),de()))}),Za=it.extend({method:z("tools/call"),params:R$}),Lh=It.extend({method:z("notifications/tools/list_changed")}),Co=qe(["debug","info","notice","warning","error","critical","alert","emergency"]),E$=xt.extend({level:Co}),Oo=it.extend({method:z("logging/setLevel"),params:E$}),P$=Vr.extend({level:Co,logger:y().optional(),data:de()}),Zh=It.extend({method:z("notifications/message"),params:P$}),x$=C({name:y().optional()}),I$=C({hints:ee(x(x$)),costPriority:ee(ne().min(0).max(1)),speedPriority:ee(ne().min(0).max(1)),intelligencePriority:ee(ne().min(0).max(1))}),C$=C({mode:ee(qe(["auto","required","none"]))}),O$=C({type:z("tool_result"),toolUseId:y().describe("The unique identifier for the corresponding tool call."),content:x(Ua).default([]),structuredContent:C({}).passthrough().optional(),isError:ee(oe()),_meta:ee(C({}).passthrough())}).passthrough(),No=di("type",[Nh,Ah,Mh,b$,O$]),N$=C({role:qe(["user","assistant"]),content:ae([No,x(No)]),_meta:ee(C({}).passthrough())}).passthrough(),A$=xt.extend({messages:x(N$),modelPreferences:I$.optional(),systemPrompt:y().optional(),includeContext:qe(["none","thisServer","allServers"]).optional(),temperature:ne().optional(),maxTokens:ne().int(),stopSequences:x(y()).optional(),metadata:qt.optional(),tools:ee(x(zh)),toolChoice:ee(C$)}),Dh=it.extend({method:z("sampling/createMessage"),params:A$}),Vh=_t.extend({model:y(),stopReason:ee(qe(["endTurn","stopSequence","maxTokens","toolUse"]).or(y())),role:qe(["user","assistant"]),content:ae([No,x(No)])}),M$=C({type:z("boolean"),title:y().optional(),description:y().optional(),default:oe().optional()}),j$=C({type:z("string"),title:y().optional(),description:y().optional(),minLength:ne().optional(),maxLength:ne().optional(),format:qe(["email","uri","date","date-time"]).optional(),default:y().optional()}),q$=C({type:qe(["number","integer"]),title:y().optional(),description:y().optional(),minimum:ne().optional(),maximum:ne().optional(),default:ne().optional()}),z$=C({type:z("string"),title:y().optional(),description:y().optional(),enum:x(y()),default:y().optional()}),U$=C({type:z("string"),title:y().optional(),description:y().optional(),oneOf:x(C({const:y(),title:y()})),default:y().optional()}),L$=C({type:z("string"),title:y().optional(),description:y().optional(),enum:x(y()),enumNames:x(y()).optional(),default:y().optional()}),Z$=ae([z$,U$]),D$=C({type:z("array"),title:y().optional(),description:y().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:C({type:z("string"),enum:x(y())}),default:x(y()).optional()}),V$=C({type:z("array"),title:y().optional(),description:y().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:C({anyOf:x(C({const:y(),title:y()}))}),default:x(y()).optional()}),H$=ae([D$,V$]),F$=ae([L$,Z$,H$]),W$=ae([F$,M$,j$,q$]),J$=xt.extend({mode:z("form").optional(),message:y(),requestedSchema:C({type:z("object"),properties:ce(y(),W$),required:x(y()).optional()})}),B$=xt.extend({mode:z("url"),message:y(),elicitationId:y(),url:y().url()}),K$=ae([J$,B$]),Da=it.extend({method:z("elicitation/create"),params:K$}),G$=Vr.extend({elicitationId:y()}),Y$=It.extend({method:z("notifications/elicitation/complete"),params:G$}),Ao=_t.extend({action:qe(["accept","decline","cancel"]),content:ce(y(),ae([y(),ne(),oe(),x(y())])).optional()}),Q$=C({type:z("ref/resource"),uri:y()}),X$=C({type:z("ref/prompt"),name:y()}),eS=xt.extend({ref:ae([X$,Q$]),argument:C({name:y(),value:y()}),context:C({arguments:ce(y(),y()).optional()}).optional()}),Va=it.extend({method:z("completion/complete"),params:eS});function tS(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function rS(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}const Hh=_t.extend({completion:Ee({values:x(y()).max(100),total:ee(ne().int()),hasMore:ee(oe())})}),nS=C({uri:y().startsWith("file://"),name:y().optional(),_meta:ce(y(),de()).optional()}),Fh=it.extend({method:z("roots/list")}),Wh=_t.extend({roots:x(nS)}),Jh=It.extend({method:z("notifications/roots/list_changed")});ae([Ca,yh,Va,Oo,za,qa,xo,Aa,ja,xh,Ih,Za,La]),ae([xa,Oa,Ia,Jh]),ae([$r,Vh,Ao,Wh]),ae([Ca,Dh,Da,Fh]),ae([xa,Oa,Zh,Ch,Ph,Lh,qh,Y$]),ae([$r,wh,Hh,jh,Oh,Th,Rh,Eh,Io,Uh]);class we 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===ye.UrlElicitationRequired&&n){const s=n;if(s.elicitations)return new sS(s.elicitations,r)}return new we(e,r,n)}}class sS extends we{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(ye.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){var e,r;return(r=(e=this.data)===null||e===void 0?void 0:e.elicitations)!==null&&r!==void 0?r:[]}}function oS(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Bh(t,e){var r,n,s;return Pt(t)?sg(t,{target:oS(e?.target),io:(r=e?.pipeStrategy)!==null&&r!==void 0?r:"input"}):Pw(t,{strictUnions:(n=e?.strictUnions)!==null&&n!==void 0?n:!0,pipeStrategy:(s=e?.pipeStrategy)!==null&&s!==void 0?s:"input"})}function Kh(t){const e=qn(t),r=e?.method;if(!r)throw new Error("Schema is missing a method literal");const n=uh(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function Gh(t,e){const r=ko(t,e);if(!r.success)throw r.error;return r.data}const iS=6e4;class Yh{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.setNotificationHandler(xa,r=>{const n=this._requestHandlerAbortControllers.get(r.params.requestId);n?.abort(r.params.reason)}),this.setNotificationHandler(Oa,r=>{this._onprogress(r)}),this.setRequestHandler(Ca,r=>({}))}_setupTimeout(e,r,n,s,o=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(s,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:o,onTimeout:s})}_resetTimeout(e){const r=this._timeoutInfo.get(e);if(!r)return!1;const n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),we.fromError(ye.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){const r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){var r,n,s;this._transport=e;const o=(r=this.transport)===null||r===void 0?void 0:r.onclose;this._transport.onclose=()=>{o?.(),this._onclose()};const i=(n=this.transport)===null||n===void 0?void 0:n.onerror;this._transport.onerror=c=>{i?.(c),this._onerror(c)};const a=(s=this._transport)===null||s===void 0?void 0:s.onmessage;this._transport.onmessage=(c,u)=>{a?.(c,u),Pa(c)||t$(c)?this._onresponse(c):ph(c)?this._onrequest(c,u):e$(c)?this._onnotification(c):this._onerror(new Error(`Unknown message type: ${JSON.stringify(c)}`))},await this._transport.start()}_onclose(){var e;const r=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._pendingDebouncedNotifications.clear(),this._transport=void 0,(e=this.onclose)===null||e===void 0||e.call(this);const n=we.fromError(ye.ConnectionClosed,"Connection closed");for(const s of r.values())s(n)}_onerror(e){var r;(r=this.onerror)===null||r===void 0||r.call(this,e)}_onnotification(e){var r;const n=(r=this._notificationHandlers.get(e.method))!==null&&r!==void 0?r:this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(e)).catch(s=>this._onerror(new Error(`Uncaught error in notification handler: ${s}`)))}_onrequest(e,r){var n,s;const o=(n=this._requestHandlers.get(e.method))!==null&&n!==void 0?n:this.fallbackRequestHandler,i=this._transport;if(o===void 0){i?.send({jsonrpc:"2.0",id:e.id,error:{code:ye.MethodNotFound,message:"Method not found"}}).catch(u=>this._onerror(new Error(`Failed to send an error response: ${u}`)));return}const a=new AbortController;this._requestHandlerAbortControllers.set(e.id,a);const c={signal:a.signal,sessionId:i?.sessionId,_meta:(s=e.params)===null||s===void 0?void 0:s._meta,sendNotification:u=>this.notification(u,{relatedRequestId:e.id}),sendRequest:(u,l,d)=>this.request(u,l,{...d,relatedRequestId:e.id}),authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo};Promise.resolve().then(()=>o(e,c)).then(u=>{if(!a.signal.aborted)return i?.send({result:u,jsonrpc:"2.0",id:e.id})},u=>{var l;if(!a.signal.aborted)return i?.send({jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(u.code)?u.code:ye.InternalError,message:(l=u.message)!==null&&l!==void 0?l:"Internal error",...u.data!==void 0&&{data:u.data}}})}).catch(u=>this._onerror(new Error(`Failed to send response: ${u}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){const{progressToken:r,...n}=e.params,s=Number(r),o=this._progressHandlers.get(s);if(!o){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}const i=this._responseHandlers.get(s),a=this._timeoutInfo.get(s);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(s)}catch(c){i(c);return}o(n)}_onresponse(e){const r=Number(e.id),n=this._responseHandlers.get(r);if(n===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}if(this._responseHandlers.delete(r),this._progressHandlers.delete(r),this._cleanupTimeout(r),Pa(e))n(e);else{const s=we.fromError(e.error.code,e.error.message,e.error.data);n(s)}}get transport(){return this._transport}async close(){var e;await((e=this._transport)===null||e===void 0?void 0:e.close())}request(e,r,n){const{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}=n??{};return new Promise((a,c)=>{var u,l,d,p,_,m;if(!this._transport){c(new Error("Not connected"));return}((u=this._options)===null||u===void 0?void 0:u.enforceStrictCapabilities)===!0&&this.assertCapabilityForMethod(e.method),(l=n?.signal)===null||l===void 0||l.throwIfAborted();const g=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:g};n?.onprogress&&(this._progressHandlers.set(g,n.onprogress),f.params={...e.params,_meta:{...((d=e.params)===null||d===void 0?void 0:d._meta)||{},progressToken:g}});const v=$=>{var b;this._responseHandlers.delete(g),this._progressHandlers.delete(g),this._cleanupTimeout(g),(b=this._transport)===null||b===void 0||b.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:g,reason:String($)}},{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch(S=>this._onerror(new Error(`Failed to send cancellation: ${S}`))),c($)};this._responseHandlers.set(g,$=>{var b;if(!(!((b=n?.signal)===null||b===void 0)&&b.aborted)){if($ instanceof Error)return c($);try{const S=ko(r,$.result);S.success?a(S.data):c(S.error)}catch(S){c(S)}}}),(p=n?.signal)===null||p===void 0||p.addEventListener("abort",()=>{var $;v(($=n?.signal)===null||$===void 0?void 0:$.reason)});const h=(_=n?.timeout)!==null&&_!==void 0?_:iS,w=()=>v(we.fromError(ye.RequestTimeout,"Request timed out",{timeout:h}));this._setupTimeout(g,h,n?.maxTotalTimeout,w,(m=n?.resetTimeoutOnProgress)!==null&&m!==void 0?m:!1),this._transport.send(f,{relatedRequestId:s,resumptionToken:o,onresumptiontoken:i}).catch($=>{this._cleanupTimeout(g),c($)})})}async notification(e,r){var n,s;if(!this._transport)throw new Error("Not connected");if(this.assertNotificationCapability(e.method),((s=(n=this._options)===null||n===void 0?void 0:n.debouncedNotificationMethods)!==null&&s!==void 0?s:[]).includes(e.method)&&!e.params&&!r?.relatedRequestId){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{var c;if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;const u={...e,jsonrpc:"2.0"};(c=this._transport)===null||c===void 0||c.send(u,r).catch(l=>this._onerror(l))});return}const a={...e,jsonrpc:"2.0"};await this._transport.send(a,r)}setRequestHandler(e,r){const n=Kh(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(s,o)=>{const i=Gh(e,s);return Promise.resolve(r(i,o))})}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){const n=Kh(e);this._notificationHandlers.set(n,s=>{const o=Gh(e,s);return Promise.resolve(r(o))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}}function Qh(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Xh(t,e){const r={...t};for(const n in e){const s=n,o=e[s];if(o===void 0)continue;const i=r[s];Qh(i)&&Qh(o)?r[s]={...i,...o}:r[s]=o}return r}function aS(){const t=new qu.Ajv({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return Vd(t),t}class ef{constructor(e){this._ajv=e??aS()}getValidator(e){var r;const n="$id"in e&&typeof e.$id=="string"?(r=this._ajv.getSchema(e.$id))!==null&&r!==void 0?r:this._ajv.compile(e):this._ajv.compile(e);return s=>n(s)?{valid:!0,data:s,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(n.errors)}}}class cS extends Yh{constructor(e,r){var n,s;super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(Co.options.map((o,i)=>[o,i])),this.isMessageIgnored=(o,i)=>{const a=this._loggingLevels.get(i);return a?this.LOG_LEVEL_SEVERITY.get(o)<this.LOG_LEVEL_SEVERITY.get(a):!1},this._capabilities=(n=r?.capabilities)!==null&&n!==void 0?n:{},this._instructions=r?.instructions,this._jsonSchemaValidator=(s=r?.jsonSchemaValidator)!==null&&s!==void 0?s:new ef,this.setRequestHandler(yh,o=>this._oninitialize(o)),this.setNotificationHandler(Ia,()=>{var o;return(o=this.oninitialized)===null||o===void 0?void 0:o.call(this)}),this._capabilities.logging&&this.setRequestHandler(Oo,async(o,i)=>{var a;const c=i.sessionId||((a=i.requestInfo)===null||a===void 0?void 0:a.headers["mcp-session-id"])||void 0,{level:u}=o.params,l=Co.safeParse(u);return l.success&&this._loggingLevels.set(c,l.data),{}})}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=Xh(this._capabilities,e)}assertCapabilityForMethod(e){var r,n,s;switch(e){case"sampling/createMessage":if(!(!((r=this._clientCapabilities)===null||r===void 0)&&r.sampling))throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!(!((n=this._clientCapabilities)===null||n===void 0)&&n.elicitation))throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!(!((s=this._clientCapabilities)===null||s===void 0)&&s.roots))throw new Error(`Client does not support listing roots (required for ${e})`);break}}assertNotificationCapability(e){var r,n;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(!(!((n=(r=this._clientCapabilities)===null||r===void 0?void 0:r.elicitation)===null||n===void 0)&&n.url))throw new Error(`Client does not support URL elicitation (required for ${e})`);break}}assertRequestHandlerCapability(e){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}}async _oninitialize(e){const r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:lh.includes(r)?r:Un,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"},$r)}async createMessage(e,r){var n,s;if((e.tools||e.toolChoice)&&!(!((s=(n=this._clientCapabilities)===null||n===void 0?void 0:n.sampling)===null||s===void 0)&&s.tools))throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){const o=e.messages[e.messages.length-1],i=Array.isArray(o.content)?o.content:[o.content],a=i.some(d=>d.type==="tool_result"),c=e.messages.length>1?e.messages[e.messages.length-2]:void 0,u=c?Array.isArray(c.content)?c.content:[c.content]:[],l=u.some(d=>d.type==="tool_use");if(a){if(i.some(d=>d.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!l)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(l){const d=new Set(u.filter(_=>_.type==="tool_use").map(_=>_.id)),p=new Set(i.filter(_=>_.type==="tool_result").map(_=>_.toolUseId));if(d.size!==p.size||![...d].every(_=>p.has(_)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.request({method:"sampling/createMessage",params:e},Vh,r)}async elicitInput(e,r){var n,s,o,i,a;switch((n=e.mode)!==null&&n!==void 0?n:"form"){case"url":{if(!(!((o=(s=this._clientCapabilities)===null||s===void 0?void 0:s.elicitation)===null||o===void 0)&&o.url))throw new Error("Client does not support url elicitation.");const u=e;return this.request({method:"elicitation/create",params:u},Ao,r)}case"form":{if(!(!((a=(i=this._clientCapabilities)===null||i===void 0?void 0:i.elicitation)===null||a===void 0)&&a.form))throw new Error("Client does not support form elicitation.");const u=e.mode==="form"?e:{...e,mode:"form"},l=await this.request({method:"elicitation/create",params:u},Ao,r);if(l.action==="accept"&&l.content&&u.requestedSchema)try{const p=this._jsonSchemaValidator.getValidator(u.requestedSchema)(l.content);if(!p.valid)throw new we(ye.InvalidParams,`Elicitation response content does not match requested schema: ${p.errorMessage}`)}catch(d){throw d instanceof we?d:new we(ye.InternalError,`Error validating elicitation response: ${d instanceof Error?d.message:String(d)}`)}return l}}}createElicitationCompletionNotifier(e,r){var n,s;if(!(!((s=(n=this._clientCapabilities)===null||n===void 0?void 0:n.elicitation)===null||s===void 0)&&s.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},Wh,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"})}}const Ha=Symbol.for("mcp.completable");function uS(t,e){return Object.defineProperty(t,Ha,{value:{complete:e},enumerable:!1,writable:!1,configurable:!1}),t}function lS(t){return!!t&&typeof t=="object"&&Ha in t}function dS(t){const e=t[Ha];return e?.complete}var tf;(function(t){t.Completable="McpCompletable"})(tf||(tf={}));const rf=1e6,Fa=1e6,nf=1e4,hS=1e6;class Jt{static isTemplate(e){return/\{[^}\s]+\}/.test(e)}static validateLength(e,r,n){if(e.length>r)throw new Error(`${n} exceeds maximum length of ${r} characters (got ${e.length})`)}get variableNames(){return this.parts.flatMap(e=>typeof e=="string"?[]:e.names)}constructor(e){Jt.validateLength(e,rf,"Template"),this.template=e,this.parts=this.parse(e)}toString(){return this.template}parse(e){const r=[];let n="",s=0,o=0;for(;s<e.length;)if(e[s]==="{"){n&&(r.push(n),n="");const i=e.indexOf("}",s);if(i===-1)throw new Error("Unclosed template expression");if(o++,o>nf)throw new Error(`Template contains too many expressions (max ${nf})`);const a=e.slice(s+1,i),c=this.getOperator(a),u=a.includes("*"),l=this.getNames(a),d=l[0];for(const p of l)Jt.validateLength(p,Fa,"Variable name");r.push({name:d,operator:c,names:l,exploded:u}),s=i+1}else n+=e[s],s++;return n&&r.push(n),r}getOperator(e){return["+","#",".","/","?","&"].find(n=>e.startsWith(n))||""}getNames(e){const r=this.getOperator(e);return e.slice(r.length).split(",").map(n=>n.replace("*","").trim()).filter(n=>n.length>0)}encodeValue(e,r){return Jt.validateLength(e,Fa,"Variable value"),r==="+"||r==="#"?encodeURI(e):encodeURIComponent(e)}expandPart(e,r){if(e.operator==="?"||e.operator==="&"){const i=e.names.map(c=>{const u=r[c];if(u===void 0)return"";const l=Array.isArray(u)?u.map(d=>this.encodeValue(d,e.operator)).join(","):this.encodeValue(u.toString(),e.operator);return`${c}=${l}`}).filter(c=>c.length>0);return i.length===0?"":(e.operator==="?"?"?":"&")+i.join("&")}if(e.names.length>1){const i=e.names.map(a=>r[a]).filter(a=>a!==void 0);return i.length===0?"":i.map(a=>Array.isArray(a)?a[0]:a).join(",")}const n=r[e.name];if(n===void 0)return"";const o=(Array.isArray(n)?n:[n]).map(i=>this.encodeValue(i,e.operator));switch(e.operator){case"":return o.join(",");case"+":return o.join(",");case"#":return"#"+o.join(",");case".":return"."+o.join(".");case"/":return"/"+o.join("/");default:return o.join(",")}}expand(e){let r="",n=!1;for(const s of this.parts){if(typeof s=="string"){r+=s;continue}const o=this.expandPart(s,e);o&&((s.operator==="?"||s.operator==="&")&&n?r+=o.replace("?","&"):r+=o,(s.operator==="?"||s.operator==="&")&&(n=!0))}return r}escapeRegExp(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}partToRegExp(e){const r=[];for(const o of e.names)Jt.validateLength(o,Fa,"Variable name");if(e.operator==="?"||e.operator==="&"){for(let o=0;o<e.names.length;o++){const i=e.names[o],a=o===0?"\\"+e.operator:"&";r.push({pattern:a+this.escapeRegExp(i)+"=([^&]+)",name:i})}return r}let n;const s=e.name;switch(e.operator){case"":n=e.exploded?"([^/]+(?:,[^/]+)*)":"([^/,]+)";break;case"+":case"#":n="(.+)";break;case".":n="\\.([^/,]+)";break;case"/":n="/"+(e.exploded?"([^/]+(?:,[^/]+)*)":"([^/,]+)");break;default:n="([^/]+)"}return r.push({pattern:n,name:s}),r}match(e){Jt.validateLength(e,rf,"URI");let r="^";const n=[];for(const a of this.parts)if(typeof a=="string")r+=this.escapeRegExp(a);else{const c=this.partToRegExp(a);for(const{pattern:u,name:l}of c)r+=u,n.push({name:l,exploded:a.exploded})}r+="$",Jt.validateLength(r,hS,"Generated regex pattern");const s=new RegExp(r),o=e.match(s);if(!o)return null;const i={};for(let a=0;a<n.length;a++){const{name:c,exploded:u}=n[a],l=o[a+1],d=c.replace("*","");u&&l.includes(",")?i[d]=l.split(","):i[d]=l}return i}}const fS=/^[A-Za-z0-9._-]{1,128}$/;function pS(t){const 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"),!fS.test(t)){const r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,s,o)=>o.indexOf(n)===s);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 mS(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(const 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 sf(t){const e=pS(t);return mS(t,e.warnings),e.isValid}class of{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 cS(e,r)}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(cr(La)),this.server.assertCanSetRequestHandler(cr(Za)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(La,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{const n={name:e,title:r.title,description:r.description,inputSchema:(()=>{const s=zn(r.inputSchema);return s?Bh(s,{strictUnions:!0,pipeStrategy:"input"}):gS})(),annotations:r.annotations,_meta:r._meta};if(r.outputSchema){const s=zn(r.outputSchema);s&&(n.outputSchema=Bh(s,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(Za,async(e,r)=>{const n=this._registeredTools[e.params.name];let s;try{if(!n)throw new we(ye.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new we(ye.InvalidParams,`Tool ${e.params.name} disabled`);if(n.inputSchema){const o=n.callback,i=zn(n.inputSchema),a=i??n.inputSchema,c=await Ra(a,e.params.arguments);if(!c.success)throw new we(ye.InvalidParams,`Input validation error: Invalid arguments for tool ${e.params.name}: ${Ea(c.error)}`);const u=c.data;s=await Promise.resolve(o(u,r))}else{const o=n.callback;s=await Promise.resolve(o(r))}if(n.outputSchema&&!s.isError){if(!s.structuredContent)throw new we(ye.InvalidParams,`Output validation error: Tool ${e.params.name} has an output schema but no structured content was provided`);const o=zn(n.outputSchema),i=await Ra(o,s.structuredContent);if(!i.success)throw new we(ye.InvalidParams,`Output validation error: Invalid structured content for tool ${e.params.name}: ${Ea(i.error)}`)}}catch(o){if(o instanceof we&&o.code===ye.UrlElicitationRequired)throw o;return this.createToolError(o instanceof Error?o.message:String(o))}return s}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(cr(Va)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Va,async e=>{switch(e.params.ref.type){case"ref/prompt":return tS(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return rS(e),this.handleResourceCompletion(e,e.params.ref);default:throw new we(ye.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){const n=this._registeredPrompts[r.name];if(!n)throw new we(ye.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new we(ye.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Zn;const s=qn(n.argsSchema),o=s?.[e.params.argument.name];if(!lS(o))return Zn;const i=dS(o);if(!i)return Zn;const a=await i(e.params.argument.value,e.params.context);return cf(a)}async handleResourceCompletion(e,r){const n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Zn;throw new we(ye.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}const s=n.resourceTemplate.completeCallback(e.params.argument.name);if(!s)return Zn;const o=await s(e.params.argument.value,e.params.context);return cf(o)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(cr(xo)),this.server.assertCanSetRequestHandler(cr(Aa)),this.server.assertCanSetRequestHandler(cr(ja)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(xo,async(e,r)=>{const n=Object.entries(this._registeredResources).filter(([o,i])=>i.enabled).map(([o,i])=>({uri:o,name:i.name,...i.metadata})),s=[];for(const o of Object.values(this._registeredResourceTemplates)){if(!o.resourceTemplate.listCallback)continue;const i=await o.resourceTemplate.listCallback(r);for(const a of i.resources)s.push({...o.metadata,...a})}return{resources:[...n,...s]}}),this.server.setRequestHandler(Aa,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(ja,async(e,r)=>{const n=new URL(e.params.uri),s=this._registeredResources[n.toString()];if(s){if(!s.enabled)throw new we(ye.InvalidParams,`Resource ${n} disabled`);return s.readCallback(n,r)}for(const o of Object.values(this._registeredResourceTemplates)){const i=o.resourceTemplate.uriTemplate.match(n.toString());if(i)return o.readCallback(n,i,r)}throw new we(ye.InvalidParams,`Resource ${n} not found`)}),this.setCompletionRequestHandler(),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(cr(qa)),this.server.assertCanSetRequestHandler(cr(za)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(qa,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?yS(r.argsSchema):void 0}))})),this.server.setRequestHandler(za,async(e,r)=>{const n=this._registeredPrompts[e.params.name];if(!n)throw new we(ye.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new we(ye.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){const s=zn(n.argsSchema),o=await Ra(s,e.params.arguments);if(!o.success)throw new we(ye.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${Ea(o.error)}`);const i=o.data,a=n.callback;return await Promise.resolve(a(i,r))}else{const s=n.callback;return await Promise.resolve(s(r))}}),this.setCompletionRequestHandler(),this._promptHandlersInitialized=!0)}resource(e,r,...n){let s;typeof n[0]=="object"&&(s=n.shift());const o=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);const i=this._createRegisteredResource(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);const i=this._createRegisteredResourceTemplate(e,void 0,r,s,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,s){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);const o=this._createRegisteredResource(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);const o=this._createRegisteredResourceTemplate(e,n.title,r,n,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),o}}_createRegisteredResource(e,r,n,s,o){const i={name:e,title:r,metadata:s,readCallback:o,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,s,o){const i={resourceTemplate:n,title:r,metadata:s,readCallback:o,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._registeredResourceTemplates[e],a.name&&(this._registeredResourceTemplates[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.template<"u"&&(i.resourceTemplate=a.template),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._registeredResourceTemplates[e]=i,i}_createRegisteredPrompt(e,r,n,s,o){const i={title:r,description:n,argsSchema:s===void 0?void 0:jn(s),callback:o,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=jn(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,i}_createRegisteredTool(e,r,n,s,o,i,a,c){sf(e);const u={title:r,description:n,inputSchema:af(s),outputSchema:af(o),annotations:i,_meta:a,callback:c,enabled:!0,disable:()=>u.update({enabled:!1}),enable:()=>u.update({enabled:!0}),remove:()=>u.update({name:null}),update:l=>{typeof l.name<"u"&&l.name!==e&&(typeof l.name=="string"&&sf(l.name),delete this._registeredTools[e],l.name&&(this._registeredTools[l.name]=u)),typeof l.title<"u"&&(u.title=l.title),typeof l.description<"u"&&(u.description=l.description),typeof l.paramsSchema<"u"&&(u.inputSchema=jn(l.paramsSchema)),typeof l.callback<"u"&&(u.callback=l.callback),typeof l.annotations<"u"&&(u.annotations=l.annotations),typeof l._meta<"u"&&(u._meta=l._meta),typeof l.enabled<"u"&&(u.enabled=l.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=u,this.setToolRequestHandlers(),this.sendToolListChanged(),u}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,s,o,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){const c=r[0];Wa(c)?(s=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!Wa(r[0])&&(i=r.shift())):typeof c=="object"&&c!==null&&(i=r.shift())}const a=r[0];return this._createRegisteredTool(e,void 0,n,s,o,i,void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);const{title:s,description:o,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,s,o,i,a,c,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 s;r.length>1&&(s=r.shift());const o=r[0],i=this._createRegisteredPrompt(e,void 0,n,s,o);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);const{title:s,description:o,argsSchema:i}=r,a=this._createRegisteredPrompt(e,s,o,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()}}class _S{constructor(e,r){this._callbacks=r,this._uriTemplate=typeof e=="string"?new Jt(e):e}get uriTemplate(){return this._uriTemplate}get listCallback(){return this._callbacks.list}completeCallback(e){var r;return(r=this._callbacks.complete)===null||r===void 0?void 0:r[e]}}const gS={type:"object",properties:{}};function Wa(t){return typeof t!="object"||t===null?!1:Object.keys(t).length===0||Object.values(t).some(vS)}function vS(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function af(t){if(t)return Wa(t)?jn(t):t}function yS(t){const e=qn(t);return e?Object.entries(e).map(([r,n])=>{const s=Yb(n),o=Qb(n);return{name:r,description:s,required:!o}}):[]}function cr(t){const e=qn(t),r=e?.method;if(!r)throw new Error("Schema is missing a method literal");const n=uh(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function cf(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}const Zn={completion:{values:[],hasMore:!1}};class wS{constructor(e,r){const n={name:"web-mcp-server",version:"1.0.0"},s={prompts:{listChanged:!0},resources:{subscribe:!0,listChanged:!0},tools:{listChanged:!0},completions:{},logging:{}};this.server=new of(e||n,r||{capabilities:s}),this.server.server.oninitialized=()=>{this.oninitialized?.()},this.server.server.onclose=()=>{this.onclose?.()},this.server.server.onerror=o=>{this.onerror?.(o)},this.server.server.setRequestHandler(Oo,async()=>({}))}async connect(e){return typeof e.start=="function"?(this.transport=e,this.transport.onclose=void 0,this.transport.onerror=void 0,this.transport.onmessage=void 0):(this.transport=new $a(e),await this.transport.listen()),await this.server.connect(this.transport),this.transport}async close(){await this.server.close()}registerTool(e,r,n){return this.server.registerTool(e,r,n)}registerPrompt(e,r,n){return this.server.registerPrompt(e,r,n)}registerResource(e,r,n,s){return typeof r=="string"?this.server.registerResource(e,r,n,s):this.server.registerResource(e,r,n,s)}isConnected(){return this.server.isConnected()}sendResourceListChanged(){this.server.sendResourceListChanged()}sendToolListChanged(){this.server.sendToolListChanged()}sendPromptListChanged(){this.server.sendPromptListChanged()}getClientCapabilities(){return this.server.server.getClientCapabilities()}getClientVersion(){return this.server.server.getClientVersion()}async ping(){return await this.server.server.ping()}async createMessage(e,r){return await this.server.server.createMessage(e,r)}async elicitInput(e,r){return await this.server.server.elicitInput(e,r)}async listRoots(e,r){return await this.server.server.listRoots(e,r)}async sendLoggingMessage(e){return await this.server.server.sendLoggingMessage(e)}async sendResourceUpdated(e){return await this.server.server.sendResourceUpdated(e)}request(e,r,n){return this.server.server.request(e,r,n)}async notification(e,r){return await this.server.server.notification(e,r)}setRequestHandler(e,r){this.server.server.setRequestHandler(e,r)}removeRequestHandler(e){this.server.server.removeRequestHandler(e)}setNotificationHandler(e,r){this.server.server.setNotificationHandler(e,r)}removeNotificationHandler(e){this.server.server.removeNotificationHandler(e)}onSubscribe(e){this.server.server.setRequestHandler(xh,e)}onUnsubscribe(e){this.server.server.setRequestHandler(Ih,e)}onSetLogLevel(e){this.server.server.setRequestHandler(Oo,e)}onListResources(e){this.server.server.setRequestHandler(xo,e)}onRootsListChanged(e){this.server.server.setNotificationHandler(Jh,e)}async onPagehide(e){e.persisted||this.transport&&typeof this.transport.close=="function"&&await this.transport.close()}}const bS=(t,e)=>new $a(t,e),$S=()=>Ob(),SS=t=>t instanceof $a,kS=t=>t instanceof of;function Mo(t,e){if(!(!t||e===null||typeof e!="object")){if(t.type==="object"&&t.properties&&typeof t.properties=="object"){const r=e,n=t.properties;for(const s of Object.keys(n)){const o=n[s];r[s]===void 0&&Object.prototype.hasOwnProperty.call(o,"default")&&(r[s]=o.default),r[s]!==void 0&&Mo(o,r[s])}}if(Array.isArray(t.anyOf))for(const r of t.anyOf)Mo(r,e);if(Array.isArray(t.oneOf))for(const r of t.oneOf)Mo(r,e)}}function TS(t){if(!t)return{supportsFormMode:!1,supportsUrlMode:!1};const e=t.form!==void 0,r=t.url!==void 0;return{supportsFormMode:e||!e&&!r,supportsUrlMode:r}}class uf extends Yh{constructor(e,r){var n,s;super(r),this._clientInfo=e,this._cachedToolOutputValidators=new Map,this._capabilities=(n=r?.capabilities)!==null&&n!==void 0?n:{},this._jsonSchemaValidator=(s=r?.jsonSchemaValidator)!==null&&s!==void 0?s:new ef}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=Xh(this._capabilities,e)}setRequestHandler(e,r){var n,s,o;const i=qn(e),a=i?.method;if(!a)throw new Error("Schema is missing a method literal");let c;if(Pt(a)){const l=a,d=(n=l._zod)===null||n===void 0?void 0:n.def;c=(s=d?.value)!==null&&s!==void 0?s:l.value}else{const l=a,d=l._def;c=(o=d?.value)!==null&&o!==void 0?o:l.value}if(typeof c!="string")throw new Error("Schema method literal must be a string");if(c==="elicitation/create"){const l=async(d,p)=>{var _,m,g;const f=ko(Da,d);if(!f.success){const j=f.error instanceof Error?f.error.message:String(f.error);throw new we(ye.InvalidParams,`Invalid elicitation request: ${j}`)}const{params:v}=f.data,h=(_=v.mode)!==null&&_!==void 0?_:"form",{supportsFormMode:w,supportsUrlMode:$}=TS(this._capabilities.elicitation);if(h==="form"&&!w)throw new we(ye.InvalidParams,"Client does not support form-mode elicitation requests");if(h==="url"&&!$)throw new we(ye.InvalidParams,"Client does not support URL-mode elicitation requests");const b=await Promise.resolve(r(d,p)),S=ko(Ao,b);if(!S.success){const j=S.error instanceof Error?S.error.message:String(S.error);throw new we(ye.InvalidParams,`Invalid elicitation result: ${j}`)}const T=S.data,N=h==="form"?v.requestedSchema:void 0;if(h==="form"&&T.action==="accept"&&T.content&&N&&!((g=(m=this._capabilities.elicitation)===null||m===void 0?void 0:m.form)===null||g===void 0)&&g.applyDefaults)try{Mo(N,T.content)}catch{}return T};return super.setRequestHandler(e,l)}return super.setRequestHandler(e,r)}assertCapability(e,r){var n;if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n[e]))throw new Error(`Server does not support ${e} (required for ${r})`)}async connect(e,r){if(await super.connect(e),e.sessionId===void 0)try{const n=await this.request({method:"initialize",params:{protocolVersion:Un,capabilities:this._capabilities,clientInfo:this._clientInfo}},wh,r);if(n===void 0)throw new Error(`Server sent invalid initialize result: ${n}`);if(!lh.includes(n.protocolVersion))throw new Error(`Server's protocol version is not supported: ${n.protocolVersion}`);this._serverCapabilities=n.capabilities,this._serverVersion=n.serverInfo,e.setProtocolVersion&&e.setProtocolVersion(n.protocolVersion),this._instructions=n.instructions,await this.notification({method:"notifications/initialized"})}catch(n){throw this.close(),n}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(e){var r,n,s,o,i;switch(e){case"logging/setLevel":if(!(!((r=this._serverCapabilities)===null||r===void 0)&&r.logging))throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!(!((n=this._serverCapabilities)===null||n===void 0)&&n.prompts))throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!(!((s=this._serverCapabilities)===null||s===void 0)&&s.resources))throw new Error(`Server does not support resources (required for ${e})`);if(e==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${e})`);break;case"tools/call":case"tools/list":if(!(!((o=this._serverCapabilities)===null||o===void 0)&&o.tools))throw new Error(`Server does not support tools (required for ${e})`);break;case"completion/complete":if(!(!((i=this._serverCapabilities)===null||i===void 0)&&i.completions))throw new Error(`Server does not support completions (required for ${e})`);break}}assertNotificationCapability(e){var r;switch(e){case"notifications/roots/list_changed":if(!(!((r=this._capabilities.roots)===null||r===void 0)&&r.listChanged))throw new Error(`Client does not support roots list changed notifications (required for ${e})`);break}}assertRequestHandlerCapability(e){switch(e){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${e})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${e})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${e})`);break}}async ping(e){return this.request({method:"ping"},$r,e)}async complete(e,r){return this.request({method:"completion/complete",params:e},Hh,r)}async setLoggingLevel(e,r){return this.request({method:"logging/setLevel",params:{level:e}},$r,r)}async getPrompt(e,r){return this.request({method:"prompts/get",params:e},jh,r)}async listPrompts(e,r){return this.request({method:"prompts/list",params:e},Oh,r)}async listResources(e,r){return this.request({method:"resources/list",params:e},Th,r)}async listResourceTemplates(e,r){return this.request({method:"resources/templates/list",params:e},Rh,r)}async readResource(e,r){return this.request({method:"resources/read",params:e},Eh,r)}async subscribeResource(e,r){return this.request({method:"resources/subscribe",params:e},$r,r)}async unsubscribeResource(e,r){return this.request({method:"resources/unsubscribe",params:e},$r,r)}async callTool(e,r=Io,n){const s=await this.request({method:"tools/call",params:e},r,n),o=this.getToolOutputValidator(e.name);if(o){if(!s.structuredContent&&!s.isError)throw new we(ye.InvalidRequest,`Tool ${e.name} has an output schema but did not return structured content`);if(s.structuredContent)try{const i=o(s.structuredContent);if(!i.valid)throw new we(ye.InvalidParams,`Structured content does not match the tool's output schema: ${i.errorMessage}`)}catch(i){throw i instanceof we?i:new we(ye.InvalidParams,`Failed to validate structured content: ${i instanceof Error?i.message:String(i)}`)}}return s}cacheToolOutputSchemas(e){this._cachedToolOutputValidators.clear();for(const r of e)if(r.outputSchema){const n=this._jsonSchemaValidator.getValidator(r.outputSchema);this._cachedToolOutputValidators.set(r.name,n)}}getToolOutputValidator(e){return this._cachedToolOutputValidators.get(e)}async listTools(e,r){const n=await this.request({method:"tools/list",params:e},Uh,r);return this.cacheToolOutputSchemas(n.tools),n}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}}function Ja(t){return t?t instanceof Headers?Object.fromEntries(t.entries()):Array.isArray(t)?Object.fromEntries(t):{...t}:{}}function lf(t=fetch,e){return e?async(r,n)=>{const s={...e,...n,headers:n?.headers?{...Ja(e.headers),...Ja(n.headers)}:e.headers};return t(r,s)}:t}const Je=Pl().superRefine((t,e)=>{if(!URL.canParse(t))return e.addIssue({code:Ll.custom,message:"URL must be parseable",fatal:!0}),Uu}).refine(t=>{const e=new URL(t);return e.protocol!=="javascript:"&&e.protocol!=="data:"&&e.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),RS=Ee({resource:y().url(),authorization_servers:x(Je).optional(),jwks_uri:y().url().optional(),scopes_supported:x(y()).optional(),bearer_methods_supported:x(y()).optional(),resource_signing_alg_values_supported:x(y()).optional(),resource_name:y().optional(),resource_documentation:y().optional(),resource_policy_uri:y().url().optional(),resource_tos_uri:y().url().optional(),tls_client_certificate_bound_access_tokens:oe().optional(),authorization_details_types_supported:x(y()).optional(),dpop_signing_alg_values_supported:x(y()).optional(),dpop_bound_access_tokens_required:oe().optional()}),df=Ee({issuer:y(),authorization_endpoint:Je,token_endpoint:Je,registration_endpoint:Je.optional(),scopes_supported:x(y()).optional(),response_types_supported:x(y()),response_modes_supported:x(y()).optional(),grant_types_supported:x(y()).optional(),token_endpoint_auth_methods_supported:x(y()).optional(),token_endpoint_auth_signing_alg_values_supported:x(y()).optional(),service_documentation:Je.optional(),revocation_endpoint:Je.optional(),revocation_endpoint_auth_methods_supported:x(y()).optional(),revocation_endpoint_auth_signing_alg_values_supported:x(y()).optional(),introspection_endpoint:y().optional(),introspection_endpoint_auth_methods_supported:x(y()).optional(),introspection_endpoint_auth_signing_alg_values_supported:x(y()).optional(),code_challenge_methods_supported:x(y()).optional(),client_id_metadata_document_supported:oe().optional()}),ES=Ee({issuer:y(),authorization_endpoint:Je,token_endpoint:Je,userinfo_endpoint:Je.optional(),jwks_uri:Je,registration_endpoint:Je.optional(),scopes_supported:x(y()).optional(),response_types_supported:x(y()),response_modes_supported:x(y()).optional(),grant_types_supported:x(y()).optional(),acr_values_supported:x(y()).optional(),subject_types_supported:x(y()),id_token_signing_alg_values_supported:x(y()),id_token_encryption_alg_values_supported:x(y()).optional(),id_token_encryption_enc_values_supported:x(y()).optional(),userinfo_signing_alg_values_supported:x(y()).optional(),userinfo_encryption_alg_values_supported:x(y()).optional(),userinfo_encryption_enc_values_supported:x(y()).optional(),request_object_signing_alg_values_supported:x(y()).optional(),request_object_encryption_alg_values_supported:x(y()).optional(),request_object_encryption_enc_values_supported:x(y()).optional(),token_endpoint_auth_methods_supported:x(y()).optional(),token_endpoint_auth_signing_alg_values_supported:x(y()).optional(),display_values_supported:x(y()).optional(),claim_types_supported:x(y()).optional(),claims_supported:x(y()).optional(),service_documentation:y().optional(),claims_locales_supported:x(y()).optional(),ui_locales_supported:x(y()).optional(),claims_parameter_supported:oe().optional(),request_parameter_supported:oe().optional(),request_uri_parameter_supported:oe().optional(),require_request_uri_registration:oe().optional(),op_policy_uri:Je.optional(),op_tos_uri:Je.optional(),client_id_metadata_document_supported:oe().optional()}),PS=C({...ES.shape,...df.pick({code_challenge_methods_supported:!0}).shape}),hf=C({access_token:y(),id_token:y().optional(),token_type:y(),expires_in:ne().optional(),scope:y().optional(),refresh_token:y().optional()}).strip(),xS=C({error:y(),error_description:y().optional(),error_uri:y().optional()}),ff=Je.optional().or(z("").transform(()=>{})),IS=C({redirect_uris:x(Je),token_endpoint_auth_method:y().optional(),grant_types:x(y()).optional(),response_types:x(y()).optional(),client_name:y().optional(),client_uri:Je.optional(),logo_uri:ff,scope:y().optional(),contacts:x(y()).optional(),tos_uri:ff,policy_uri:y().optional(),jwks_uri:Je.optional(),jwks:Cl().optional(),software_id:y().optional(),software_version:y().optional(),software_statement:y().optional()}).strip(),CS=C({client_id:y(),client_secret:y().optional(),client_id_issued_at:ne().optional(),client_secret_expires_at:ne().optional()}).strip(),OS=IS.merge(CS);C({error:y(),error_description:y().optional()}).strip(),C({token:y(),token_type_hint:y().optional()}).strip();function NS(t){const e=typeof t=="string"?new URL(t):new URL(t.href);return e.hash="",e}function AS({requestedResource:t,configuredResource:e}){const r=typeof t=="string"?new URL(t):new URL(t.href),n=typeof e=="string"?new URL(e):new URL(e.href);if(r.origin!==n.origin||r.pathname.length<n.pathname.length)return!1;const s=r.pathname.endsWith("/")?r.pathname:r.pathname+"/",o=n.pathname.endsWith("/")?n.pathname:n.pathname+"/";return s.startsWith(o)}class Be extends Error{constructor(e,r){super(e),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){const e={error:this.errorCode,error_description:this.message};return this.errorUri&&(e.error_uri=this.errorUri),e}get errorCode(){return this.constructor.errorCode}}class Ba extends Be{}Ba.errorCode="invalid_request";class jo extends Be{}jo.errorCode="invalid_client";class qo extends Be{}qo.errorCode="invalid_grant";class zo extends Be{}zo.errorCode="unauthorized_client";class Ka extends Be{}Ka.errorCode="unsupported_grant_type";class Ga extends Be{}Ga.errorCode="invalid_scope";class Ya extends Be{}Ya.errorCode="access_denied";class Wr extends Be{}Wr.errorCode="server_error";class Qa extends Be{}Qa.errorCode="temporarily_unavailable";class Xa extends Be{}Xa.errorCode="unsupported_response_type";class ec extends Be{}ec.errorCode="unsupported_token_type";class tc extends Be{}tc.errorCode="invalid_token";class rc extends Be{}rc.errorCode="method_not_allowed";class nc extends Be{}nc.errorCode="too_many_requests";class Uo extends Be{}Uo.errorCode="invalid_client_metadata";class sc extends Be{}sc.errorCode="insufficient_scope";const MS={[Ba.errorCode]:Ba,[jo.errorCode]:jo,[qo.errorCode]:qo,[zo.errorCode]:zo,[Ka.errorCode]:Ka,[Ga.errorCode]:Ga,[Ya.errorCode]:Ya,[Wr.errorCode]:Wr,[Qa.errorCode]:Qa,[Xa.errorCode]:Xa,[ec.errorCode]:ec,[tc.errorCode]:tc,[rc.errorCode]:rc,[nc.errorCode]:nc,[Uo.errorCode]:Uo,[sc.errorCode]:sc};class Ct extends Error{constructor(e){super(e??"Unauthorized")}}function jS(t){return["client_secret_basic","client_secret_post","none"].includes(t)}const oc="code",ic="S256";function pf(t,e){const r=t.client_secret!==void 0;return e.length===0?r?"client_secret_post":"none":"token_endpoint_auth_method"in t&&t.token_endpoint_auth_method&&jS(t.token_endpoint_auth_method)&&e.includes(t.token_endpoint_auth_method)?t.token_endpoint_auth_method:r&&e.includes("client_secret_basic")?"client_secret_basic":r&&e.includes("client_secret_post")?"client_secret_post":e.includes("none")?"none":r?"client_secret_post":"none"}function mf(t,e,r,n){const{client_id:s,client_secret:o}=e;switch(t){case"client_secret_basic":qS(s,o,r);return;case"client_secret_post":zS(s,o,n);return;case"none":US(s,n);return;default:throw new Error(`Unsupported client authentication method: ${t}`)}}function qS(t,e,r){if(!e)throw new Error("client_secret_basic authentication requires a client_secret");const n=btoa(`${t}:${e}`);r.set("Authorization",`Basic ${n}`)}function zS(t,e,r){r.set("client_id",t),e&&r.set("client_secret",e)}function US(t,e){e.set("client_id",t)}async function ac(t){const e=t instanceof Response?t.status:void 0,r=t instanceof Response?await t.text():t;try{const n=xS.parse(JSON.parse(r)),{error:s,error_description:o,error_uri:i}=n,a=MS[s]||Wr;return new a(o||"",i)}catch(n){const s=`${e?`HTTP ${e}: `:""}Invalid OAuth error response: ${n}. Raw body: ${r}`;return new Wr(s)}}async function Sr(t,e){var r,n;try{return await cc(t,e)}catch(s){if(s instanceof jo||s instanceof zo)return await((r=t.invalidateCredentials)===null||r===void 0?void 0:r.call(t,"all")),await cc(t,e);if(s instanceof qo)return await((n=t.invalidateCredentials)===null||n===void 0?void 0:n.call(t,"tokens")),await cc(t,e);throw s}}async function cc(t,{serverUrl:e,authorizationCode:r,scope:n,resourceMetadataUrl:s,fetchFn:o}){var i,a;let c,u;try{c=await DS(e,{resourceMetadataUrl:s},o),c.authorization_servers&&c.authorization_servers.length>0&&(u=c.authorization_servers[0])}catch{}u||(u=new URL("/",e));const l=await ZS(e,t,c),d=await JS(u,{fetchFn:o});let p=await Promise.resolve(t.clientInformation());if(!p){if(r!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");const v=d?.client_id_metadata_document_supported===!0,h=t.clientMetadataUrl;if(h&&!LS(h))throw new Uo(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${h}`);if(v&&h)p={client_id:h},await((i=t.saveClientInformation)===null||i===void 0?void 0:i.call(t,p));else{if(!t.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");const $=await YS(u,{metadata:d,clientMetadata:t.clientMetadata,fetchFn:o});await t.saveClientInformation($),p=$}}if(r!==void 0){const v=await t.codeVerifier(),h=await KS(u,{metadata:d,clientInformation:p,authorizationCode:r,codeVerifier:v,redirectUri:t.redirectUrl,resource:l,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(h),"AUTHORIZED"}const _=await t.tokens();if(_?.refresh_token)try{const v=await GS(u,{metadata:d,clientInformation:p,refreshToken:_.refresh_token,resource:l,addClientAuthentication:t.addClientAuthentication,fetchFn:o});return await t.saveTokens(v),"AUTHORIZED"}catch(v){if(!(!(v instanceof Be)||v instanceof Wr))throw v}const m=t.state?await t.state():void 0,{authorizationUrl:g,codeVerifier:f}=await BS(u,{metadata:d,clientInformation:p,state:m,redirectUrl:t.redirectUrl,scope:n||((a=c?.scopes_supported)===null||a===void 0?void 0:a.join(" "))||t.clientMetadata.scope,resource:l});return await t.saveCodeVerifier(f),await t.redirectToAuthorization(g),"REDIRECT"}function LS(t){if(!t)return!1;try{const e=new URL(t);return e.protocol==="https:"&&e.pathname!=="/"}catch{return!1}}async function ZS(t,e,r){const n=NS(t);if(e.validateResourceURL)return await e.validateResourceURL(n,r?.resource);if(r){if(!AS({requestedResource:n,configuredResource:r.resource}))throw new Error(`Protected resource ${r.resource} does not match expected ${n} (or origin)`);return new URL(r.resource)}}function Lo(t){const e=t.headers.get("WWW-Authenticate");if(!e)return{};const[r,n]=e.split(" ");if(r.toLowerCase()!=="bearer"||!n)return{};const s=uc(t,"resource_metadata")||void 0;let o;if(s)try{o=new URL(s)}catch{}const i=uc(t,"scope")||void 0,a=uc(t,"error")||void 0;return{resourceMetadataUrl:o,scope:i,error:a}}function uc(t,e){const r=t.headers.get("WWW-Authenticate");if(!r)return null;const n=new RegExp(`${e}=(?:"([^"]+)"|([^\\s,]+))`),s=r.match(n);return s?s[1]||s[2]:null}async function DS(t,e,r=fetch){const n=await FS(t,"oauth-protected-resource",r,{protocolVersion:e?.protocolVersion,metadataUrl:e?.resourceMetadataUrl});if(!n||n.status===404)throw new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!n.ok)throw new Error(`HTTP ${n.status} trying to load well-known OAuth protected resource metadata.`);return RS.parse(await n.json())}async function lc(t,e,r=fetch){try{return await r(t,{headers:e})}catch(n){if(n instanceof TypeError)return e?lc(t,void 0,r):void 0;throw n}}function VS(t,e="",r={}){return e.endsWith("/")&&(e=e.slice(0,-1)),r.prependPathname?`${e}/.well-known/${t}`:`/.well-known/${t}${e}`}async function _f(t,e,r=fetch){return await lc(t,{"MCP-Protocol-Version":e},r)}function HS(t,e){return!t||t.status>=400&&t.status<500&&e!=="/"}async function FS(t,e,r,n){var s,o;const i=new URL(t),a=(s=n?.protocolVersion)!==null&&s!==void 0?s:Un;let c;if(n?.metadataUrl)c=new URL(n.metadataUrl);else{const l=VS(e,i.pathname);c=new URL(l,(o=n?.metadataServerUrl)!==null&&o!==void 0?o:i),c.search=i.search}let u=await _f(c,a,r);if(!n?.metadataUrl&&HS(u,i.pathname)){const l=new URL(`/.well-known/${e}`,i);u=await _f(l,a,r)}return u}function WS(t){const e=typeof t=="string"?new URL(t):t,r=e.pathname!=="/",n=[];if(!r)return n.push({url:new URL("/.well-known/oauth-authorization-server",e.origin),type:"oauth"}),n.push({url:new URL("/.well-known/openid-configuration",e.origin),type:"oidc"}),n;let s=e.pathname;return s.endsWith("/")&&(s=s.slice(0,-1)),n.push({url:new URL(`/.well-known/oauth-authorization-server${s}`,e.origin),type:"oauth"}),n.push({url:new URL(`/.well-known/openid-configuration${s}`,e.origin),type:"oidc"}),n.push({url:new URL(`${s}/.well-known/openid-configuration`,e.origin),type:"oidc"}),n}async function JS(t,{fetchFn:e=fetch,protocolVersion:r=Un}={}){const n={"MCP-Protocol-Version":r,Accept:"application/json"},s=WS(t);for(const{url:o,type:i}of s){const a=await lc(o,n,e);if(a){if(!a.ok){if(a.status>=400&&a.status<500)continue;throw new Error(`HTTP ${a.status} trying to load ${i==="oauth"?"OAuth":"OpenID provider"} metadata from ${o}`)}return i==="oauth"?df.parse(await a.json()):PS.parse(await a.json())}}}async function BS(t,{metadata:e,clientInformation:r,redirectUrl:n,scope:s,state:o,resource:i}){let a;if(e){if(a=new URL(e.authorization_endpoint),!e.response_types_supported.includes(oc))throw new Error(`Incompatible auth server: does not support response type ${oc}`);if(e.code_challenge_methods_supported&&!e.code_challenge_methods_supported.includes(ic))throw new Error(`Incompatible auth server: does not support code challenge method ${ic}`)}else a=new URL("/authorize",t);const c=await Yd(),u=c.code_verifier,l=c.code_challenge;return a.searchParams.set("response_type",oc),a.searchParams.set("client_id",r.client_id),a.searchParams.set("code_challenge",l),a.searchParams.set("code_challenge_method",ic),a.searchParams.set("redirect_uri",String(n)),o&&a.searchParams.set("state",o),s&&a.searchParams.set("scope",s),s?.includes("offline_access")&&a.searchParams.append("prompt","consent"),i&&a.searchParams.set("resource",i.href),{authorizationUrl:a,codeVerifier:u}}async function KS(t,{metadata:e,clientInformation:r,authorizationCode:n,codeVerifier:s,redirectUri:o,resource:i,addClientAuthentication:a,fetchFn:c}){var u;const l="authorization_code",d=e?.token_endpoint?new URL(e.token_endpoint):new URL("/token",t);if(e?.grant_types_supported&&!e.grant_types_supported.includes(l))throw new Error(`Incompatible auth server: does not support grant type ${l}`);const p=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"}),_=new URLSearchParams({grant_type:l,code:n,code_verifier:s,redirect_uri:String(o)});if(a)a(p,_,t,e);else{const g=(u=e?.token_endpoint_auth_methods_supported)!==null&&u!==void 0?u:[],f=pf(r,g);mf(f,r,p,_)}i&&_.set("resource",i.href);const m=await(c??fetch)(d,{method:"POST",headers:p,body:_});if(!m.ok)throw await ac(m);return hf.parse(await m.json())}async function GS(t,{metadata:e,clientInformation:r,refreshToken:n,resource:s,addClientAuthentication:o,fetchFn:i}){var a;const c="refresh_token";let u;if(e){if(u=new URL(e.token_endpoint),e.grant_types_supported&&!e.grant_types_supported.includes(c))throw new Error(`Incompatible auth server: does not support grant type ${c}`)}else u=new URL("/token",t);const l=new Headers({"Content-Type":"application/x-www-form-urlencoded"}),d=new URLSearchParams({grant_type:c,refresh_token:n});if(o)o(l,d,t,e);else{const _=(a=e?.token_endpoint_auth_methods_supported)!==null&&a!==void 0?a:[],m=pf(r,_);mf(m,r,l,d)}s&&d.set("resource",s.href);const p=await(i??fetch)(u,{method:"POST",headers:l,body:d});if(!p.ok)throw await ac(p);return hf.parse({refresh_token:n,...await p.json()})}async function YS(t,{metadata:e,clientMetadata:r,fetchFn:n}){let s;if(e){if(!e.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");s=new URL(e.registration_endpoint)}else s=new URL("/register",t);const o=await(n??fetch)(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)});if(!o.ok)throw await ac(o);return OS.parse(await o.json())}class QS extends Error{constructor(e,r,n){super(`SSE error: ${r}`),this.code=e,this.event=n}}class dc{constructor(e,r){this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._eventSourceInit=r?.eventSourceInit,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=lf(r?.fetch,r?.requestInit)}async _authThenStart(){var e;if(!this._authProvider)throw new Ct("No auth provider");let r;try{r=await Sr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new Ct;return await this._startOrAuth()}async _commonHeaders(){var e;const r={};if(this._authProvider){const n=await this._authProvider.tokens();n&&(r.Authorization=`Bearer ${n.access_token}`)}return this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion),new Headers({...r,...(e=this._requestInit)===null||e===void 0?void 0:e.headers})}_startOrAuth(){var e,r,n;const s=(n=(r=(e=this===null||this===void 0?void 0:this._eventSourceInit)===null||e===void 0?void 0:e.fetch)!==null&&r!==void 0?r:this._fetch)!==null&&n!==void 0?n:fetch;return new Promise((o,i)=>{this._eventSource=new Nn(this._url.href,{...this._eventSourceInit,fetch:async(a,c)=>{const u=await this._commonHeaders();u.set("Accept","text/event-stream");const l=await s(a,{...c,headers:u});if(l.status===401&&l.headers.has("www-authenticate")){const{resourceMetadataUrl:d,scope:p}=Lo(l);this._resourceMetadataUrl=d,this._scope=p}return l}}),this._abortController=new AbortController,this._eventSource.onerror=a=>{var c;if(a.code===401&&this._authProvider){this._authThenStart().then(o,i);return}const u=new QS(a.code,a.message,a);i(u),(c=this.onerror)===null||c===void 0||c.call(this,u)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",a=>{var c;const u=a;try{if(this._endpoint=new URL(u.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(l){i(l),(c=this.onerror)===null||c===void 0||c.call(this,l),this.close();return}o()}),this._eventSource.onmessage=a=>{var c,u;const l=a;let d;try{d=Hr.parse(JSON.parse(l.data))}catch(p){(c=this.onerror)===null||c===void 0||c.call(this,p);return}(u=this.onmessage)===null||u===void 0||u.call(this,d)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(e){if(!this._authProvider)throw new Ct("No auth provider");if(await Sr(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Ct("Failed to authorize")}async close(){var e,r,n;(e=this._abortController)===null||e===void 0||e.abort(),(r=this._eventSource)===null||r===void 0||r.close(),(n=this.onclose)===null||n===void 0||n.call(this)}async send(e){var r,n,s;if(!this._endpoint)throw new Error("Not connected");try{const o=await this._commonHeaders();o.set("content-type","application/json");const i={...this._requestInit,method:"POST",headers:o,body:JSON.stringify(e),signal:(r=this._abortController)===null||r===void 0?void 0:r.signal},a=await((n=this._fetch)!==null&&n!==void 0?n:fetch)(this._endpoint,i);if(!a.ok){if(a.status===401&&this._authProvider){const{resourceMetadataUrl:u,scope:l}=Lo(a);if(this._resourceMetadataUrl=u,this._scope=l,await Sr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Ct;return this.send(e)}const c=await a.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${a.status}): ${c}`)}}catch(o){throw(s=this.onerror)===null||s===void 0||s.call(this,o),o}}setProtocolVersion(e){this._protocolVersion=e}}const XS={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2};class Dn extends Error{constructor(e,r){super(`Streamable HTTP error: ${r}`),this.code=e}}class hc{constructor(e,r){var n;this._hasCompletedAuthFlow=!1,this._url=e,this._resourceMetadataUrl=void 0,this._scope=void 0,this._requestInit=r?.requestInit,this._authProvider=r?.authProvider,this._fetch=r?.fetch,this._fetchWithInit=lf(r?.fetch,r?.requestInit),this._sessionId=r?.sessionId,this._reconnectionOptions=(n=r?.reconnectionOptions)!==null&&n!==void 0?n:XS}async _authThenStart(){var e;if(!this._authProvider)throw new Ct("No auth provider");let r;try{r=await Sr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(n){throw(e=this.onerror)===null||e===void 0||e.call(this,n),n}if(r!=="AUTHORIZED")throw new Ct;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){var e;const r={};if(this._authProvider){const s=await this._authProvider.tokens();s&&(r.Authorization=`Bearer ${s.access_token}`)}this._sessionId&&(r["mcp-session-id"]=this._sessionId),this._protocolVersion&&(r["mcp-protocol-version"]=this._protocolVersion);const n=Ja((e=this._requestInit)===null||e===void 0?void 0:e.headers);return new Headers({...r,...n})}async _startOrAuthSse(e){var r,n,s;const{resumptionToken:o}=e;try{const i=await this._commonHeaders();i.set("Accept","text/event-stream"),o&&i.set("last-event-id",o);const a=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,{method:"GET",headers:i,signal:(n=this._abortController)===null||n===void 0?void 0:n.signal});if(!a.ok){if(a.status===401&&this._authProvider)return await this._authThenStart();if(a.status===405)return;throw new Dn(a.status,`Failed to open SSE stream: ${a.statusText}`)}this._handleSseStream(a.body,e,!0)}catch(i){throw(s=this.onerror)===null||s===void 0||s.call(this,i),i}}_getNextReconnectionDelay(e){if(this._serverRetryMs!==void 0)return this._serverRetryMs;const r=this._reconnectionOptions.initialReconnectionDelay,n=this._reconnectionOptions.reconnectionDelayGrowFactor,s=this._reconnectionOptions.maxReconnectionDelay;return Math.min(r*Math.pow(n,e),s)}_scheduleReconnection(e,r=0){var n;const s=this._reconnectionOptions.maxRetries;if(s>0&&r>=s){(n=this.onerror)===null||n===void 0||n.call(this,new Error(`Maximum reconnection attempts (${s}) exceeded.`));return}const o=this._getNextReconnectionDelay(r);setTimeout(()=>{this._startOrAuthSse(e).catch(i=>{var a;(a=this.onerror)===null||a===void 0||a.call(this,new Error(`Failed to reconnect SSE stream: ${i instanceof Error?i.message:String(i)}`)),this._scheduleReconnection(e,r+1)})},o)}_handleSseStream(e,r,n){if(!e)return;const{onresumptiontoken:s,replayMessageId:o}=r;let i,a=!1;(async()=>{var u,l,d,p;try{const _=e.pipeThrough(new TextDecoderStream).pipeThrough(new sh({onRetry:g=>{this._serverRetryMs=g}})).getReader();for(;;){const{value:g,done:f}=await _.read();if(f)break;if(g.id&&(i=g.id,a=!0,s?.(g.id)),!g.event||g.event==="message")try{const v=Hr.parse(JSON.parse(g.data));o!==void 0&&Pa(v)&&(v.id=o),(u=this.onmessage)===null||u===void 0||u.call(this,v)}catch(v){(l=this.onerror)===null||l===void 0||l.call(this,v)}}(n||a)&&this._abortController&&!this._abortController.signal.aborted&&this._scheduleReconnection({resumptionToken:i,onresumptiontoken:s,replayMessageId:o},0)}catch(_){if((d=this.onerror)===null||d===void 0||d.call(this,new Error(`SSE stream disconnected: ${_}`)),(n||a)&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:i,onresumptiontoken:s,replayMessageId:o},0)}catch(g){(p=this.onerror)===null||p===void 0||p.call(this,new Error(`Failed to reconnect: ${g instanceof Error?g.message:String(g)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(e){if(!this._authProvider)throw new Ct("No auth provider");if(await Sr(this._authProvider,{serverUrl:this._url,authorizationCode:e,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Ct("Failed to authorize")}async close(){var e,r;(e=this._abortController)===null||e===void 0||e.abort(),(r=this.onclose)===null||r===void 0||r.call(this)}async send(e,r){var n,s,o,i;try{const{resumptionToken:a,onresumptiontoken:c}=r||{};if(a){this._startOrAuthSse({resumptionToken:a,replayMessageId:ph(e)?e.id:void 0}).catch(f=>{var v;return(v=this.onerror)===null||v===void 0?void 0:v.call(this,f)});return}const u=await this._commonHeaders();u.set("content-type","application/json"),u.set("accept","application/json, text/event-stream");const l={...this._requestInit,method:"POST",headers:u,body:JSON.stringify(e),signal:(n=this._abortController)===null||n===void 0?void 0:n.signal},d=await((s=this._fetch)!==null&&s!==void 0?s:fetch)(this._url,l),p=d.headers.get("mcp-session-id");if(p&&(this._sessionId=p),!d.ok){if(d.status===401&&this._authProvider){if(this._hasCompletedAuthFlow)throw new Dn(401,"Server returned 401 after successful authentication");const{resourceMetadataUrl:v,scope:h}=Lo(d);if(this._resourceMetadataUrl=v,this._scope=h,await Sr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Ct;return this._hasCompletedAuthFlow=!0,this.send(e)}if(d.status===403&&this._authProvider){const{resourceMetadataUrl:v,scope:h,error:w}=Lo(d);if(w==="insufficient_scope"){const $=d.headers.get("WWW-Authenticate");if(this._lastUpscopingHeader===$)throw new Dn(403,"Server returned 403 after trying upscoping");if(h&&(this._scope=h),v&&(this._resourceMetadataUrl=v),this._lastUpscopingHeader=$??void 0,await Sr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetch})!=="AUTHORIZED")throw new Ct;return this.send(e)}}const f=await d.text().catch(()=>null);throw new Error(`Error POSTing to endpoint (HTTP ${d.status}): ${f}`)}if(this._hasCompletedAuthFlow=!1,this._lastUpscopingHeader=void 0,d.status===202){u$(e)&&this._startOrAuthSse({resumptionToken:void 0}).catch(f=>{var v;return(v=this.onerror)===null||v===void 0?void 0:v.call(this,f)});return}const m=(Array.isArray(e)?e:[e]).filter(f=>"method"in f&&"id"in f&&f.id!==void 0).length>0,g=d.headers.get("content-type");if(m)if(g?.includes("text/event-stream"))this._handleSseStream(d.body,{onresumptiontoken:c},!1);else if(g?.includes("application/json")){const f=await d.json(),v=Array.isArray(f)?f.map(h=>Hr.parse(h)):[Hr.parse(f)];for(const h of v)(o=this.onmessage)===null||o===void 0||o.call(this,h)}else throw new Dn(-1,`Unexpected content type: ${g}`)}catch(a){throw(i=this.onerror)===null||i===void 0||i.call(this,a),a}}get sessionId(){return this._sessionId}async terminateSession(){var e,r,n;if(this._sessionId)try{const s=await this._commonHeaders(),o={...this._requestInit,method:"DELETE",headers:s,signal:(e=this._abortController)===null||e===void 0?void 0:e.signal},i=await((r=this._fetch)!==null&&r!==void 0?r:fetch)(this._url,o);if(!i.ok&&i.status!==405)throw new Dn(i.status,`Failed to terminate session: ${i.statusText}`);this._sessionId=void 0}catch(s){throw(n=this.onerror)===null||n===void 0||n.call(this,s),s}}setProtocolVersion(e){this._protocolVersion=e}get protocolVersion(){return this._protocolVersion}async resumeStream(e,r){await this._startOrAuthSse({resumptionToken:e,onresumptiontoken:r?.onresumptiontoken})}}const e1="mcp";class t1{constructor(e){this._url=e}start(){if(this._socket)throw new Error("WebSocketClientTransport already started! If using Client class, note that connect() calls start() automatically.");return new Promise((e,r)=>{this._socket=new WebSocket(this._url,e1),this._socket.onerror=n=>{var s;const o="error"in n?n.error:new Error(`WebSocket error: ${JSON.stringify(n)}`);r(o),(s=this.onerror)===null||s===void 0||s.call(this,o)},this._socket.onopen=()=>{e()},this._socket.onclose=()=>{var n;(n=this.onclose)===null||n===void 0||n.call(this)},this._socket.onmessage=n=>{var s,o;let i;try{i=Hr.parse(JSON.parse(n.data))}catch(a){(s=this.onerror)===null||s===void 0||s.call(this,a);return}(o=this.onmessage)===null||o===void 0||o.call(this,i)}})}async close(){var e;(e=this._socket)===null||e===void 0||e.close()}send(e){return new Promise((r,n)=>{var s;if(!this._socket){n(new Error("Not connected"));return}(s=this._socket)===null||s===void 0||s.send(JSON.stringify(e)),r()})}}class r1{constructor(e,r){const n={name:"web-mcp-client",version:"1.0.0"},s={roots:{listChanged:!0},sampling:{},elicitation:{}};this.client=new uf(e||n,r||{capabilities:s}),this.client.onclose=()=>{this.onclose?.()},this.client.onerror=o=>{this.onerror?.(o)}}async connect(e){if(typeof e.start=="function")return this.transport=e,this.transport.onclose=void 0,this.transport.onerror=void 0,this.transport.onmessage=void 0,await this.client.connect(this.transport),{transport:this.transport,sessionId:this.transport.sessionId};const{url:r,token:n,sessionId:s,type:o,agent:i,onError:a}=e;if(i===!0){const l={client:this.client,url:r,token:n,sessionId:s};let d;return await(async()=>{const{transport:_,sessionId:m}=o==="sse"?await Wb(l):o==="socket"?await Bb(l):await Jb(l);_.onerror=async g=>{a?.(g)},d={transport:_,sessionId:m}})(),d}const c=new URL(r);let u;if(o==="channel"&&(u=new ba(r),await this.client.connect(u)),o==="sse"){const l=ih(n,s);u=new dc(c,l),await this.client.connect(u)}if(o==="socket"&&(u=new t1(new URL(`${r}?sessionId=${s}&token=${n}`)),u.sessionId=s,await this.client.connect(u)),typeof u>"u"){const l=ah(n,s);u=new hc(c,l),await this.client.connect(u)}return this.transport=u,{transport:this.transport,sessionId:this.transport.sessionId}}async close(){await this.client.close()}getServerCapabilities(){return this.client.getServerCapabilities()}getServerVersion(){return this.client.getServerVersion()}getInstructions(){return this.client.getInstructions()}async ping(e){return await this.client.ping(e)}async complete(e,r){return await this.client.complete(e,r)}async setLoggingLevel(e,r){return await this.client.setLoggingLevel(e,r)}async getPrompt(e,r){return await this.client.getPrompt(e,r)}async listPrompts(e,r){return await this.client.listPrompts(e,r)}async listResources(e,r){return await this.client.listResources(e,r)}async listResourceTemplates(e,r){return await this.client.listResourceTemplates(e,r)}async readResource(e,r){return await this.client.readResource(e,r)}async subscribeResource(e,r){return await this.client.subscribeResource(e,r)}async unsubscribeResource(e,r){return await this.client.unsubscribeResource(e,r)}async callTool(e,r){return await this.client.callTool(e,Io,r)}async listTools(e,r){return await this.client.listTools(e,r)}async sendRootsListChanged(){return await this.client.sendRootsListChanged()}request(e,r,n){return this.client.request(e,r,n)}async notification(e,r){return await this.client.notification(e,r)}setRequestHandler(e,r){this.client.setRequestHandler(e,r)}removeRequestHandler(e){this.client.removeRequestHandler(e)}setNotificationHandler(e,r){this.client.setNotificationHandler(e,r)}removeNotificationHandler(e){this.client.removeNotificationHandler(e)}onElicit(e){this.client.setRequestHandler(Da,e)}onCreateMessage(e){this.client.setRequestHandler(Dh,e)}onListRoots(e){this.client.setRequestHandler(Fh,e)}onToolListChanged(e){this.client.setNotificationHandler(Lh,e)}onPromptListChanged(e){this.client.setNotificationHandler(qh,e)}onResourceListChanged(e){this.client.setNotificationHandler(Ph,e)}onResourceUpdated(e){this.client.setNotificationHandler(Ch,e)}onLoggingMessage(e){this.client.setNotificationHandler(Zh,e)}async onPagehide(e){e.persisted||(gf(this.transport)?await this.transport.terminateSession():this.transport&&typeof this.transport.close=="function"&&await this.transport.close())}}const n1=(t,e)=>new dc(t,e),s1=(t,e)=>new hc(t,e),o1=(t,e)=>new ba(t,e),i1=t=>t instanceof dc,gf=t=>t instanceof hc,a1=t=>t instanceof ba,c1=t=>t instanceof uf;function u1(t){var e;return t.title!==void 0&&t.title!==""?t.title:!((e=t.annotations)===null||e===void 0)&&e.title?t.annotations.title:t.name}const l1=()=>typeof crypto<"u"&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{const e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)}),Zo=(t,e,r)=>{window.postMessage({type:t,direction:r,data:e},"*")},vf=(t,e,r)=>{const n=async function(s){s.source===window&&s.data.type===t&&s.data.direction===r&&await e(s.data.data)};return window.addEventListener("message",n),()=>window.removeEventListener("message",n)};class d1{constructor(e=null){this._isStarted=!1,this._isClosed=!1,this._lastRegistration=null,this.sessionId=e||l1(),this._messageListener1=vf("sidepanel-ready-to-page",()=>{this._lastRegistration&&this._isStarted&&this.notifyRegistration(this._lastRegistration).catch(r=>{console.error("【Page Svr Transport】 notifyRegistration失败:",r)})},"content->page"),this._messageListener2=vf("mcp-client-to-server-to-page",r=>{if(r.sessionId!==this.sessionId)return;console.log("【Page Svr Transport】 即将处理 mcpMessage",r.mcpMessage);const n=Hr.parse(r.mcpMessage);this.onmessage?.(n),r.mcpMessage.params?.name&&Zo("update-page-app-message",{status:"run",message:r.mcpMessage.params?.name},"page->content")},"content->page")}_throwError(e,r){if(e()){const n=new Error(r);throw console.log(r,n),this.onerror&&this.onerror(n),n}}async start(){if(!this._isStarted){if(this._isClosed)throw new Error("【Page Svr Transport】 已关闭,无法重新启动");this._isStarted=!0}}async send(e,r){this._throwError(()=>!this._isStarted,"【Page Svr Transport】 未启动,无法发送消息"),this._throwError(()=>this._isClosed,"【Page Svr Transport】 已关闭,无法发送消息"),Zo("mcp-server-to-client-from-page",{sessionId:this.sessionId,mcpMessage:e},"page->content"),"result"in e&&e.result?.content&&Zo("update-page-app-message",{status:"ready",message:""},"page->content")}async notifyRegistration(e){this._throwError(()=>!this._isStarted,"【Page Svr Transport】 未启动,无法注册消息"),this._lastRegistration=e;try{Zo("mcp-server-register-from-page",{sessionId:this.sessionId,serverInfo:{...e,url:window.location.origin,title:document.title}},"page->content")}catch(r){this._throwError(()=>!0,"【Page Svr Transport】 注册 server 失败"+String(r))}}async close(){if(!this._isClosed)try{this._messageListener1&&this._messageListener1(),this._messageListener2&&this._messageListener2(),this._isClosed=!0,this._isStarted=!1,this.onclose&&this.onclose()}catch(e){this._throwError(()=>!0,"【Page Svr Transport】 关闭时发生错误"+String(e))}}}Ce.Ajv=zu,Ce.AuthClientProvider=Gb,Ce.ExtensionPageServerTransport=d1,Ce.ResourceTemplate=_S,Ce.UriTemplate=Jt,Ce.WebMcpClient=r1,Ce.WebMcpServer=wS,Ce.completable=uS,Ce.createMessageChannelClientTransport=o1,Ce.createMessageChannelPairTransport=$S,Ce.createMessageChannelServerTransport=bS,Ce.createSSEClientTransport=n1,Ce.createStreamableHTTPClientTransport=s1,Ce.getDisplayName=u1,Ce.isMcpClient=c1,Ce.isMcpServer=kS,Ce.isMessageChannelClientTransport=a1,Ce.isMessageChannelServerTransport=SS,Ce.isSSEClientTransport=i1,Ce.isStreamableHTTPClientTransport=gf,Ce.z=Z0,Object.defineProperty(Ce,Symbol.toStringTag,{value:"Module"})}));
|