md-feedback 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/mcp-server.js +34 -34
  2. package/package.json +1 -1
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var Ay=Object.create;var jo=Object.defineProperty;var Zy=Object.getOwnPropertyDescriptor;var jy=Object.getOwnPropertyNames;var Dy=Object.getPrototypeOf,qy=Object.prototype.hasOwnProperty;var T=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Do=(t,e)=>{for(var r in e)jo(t,r,{get:e[r],enumerable:!0})},Sd=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of jy(e))!qy.call(t,o)&&o!==r&&jo(t,o,{get:()=>e[o],enumerable:!(n=Zy(e,o))||n.enumerable});return t};var En=(t,e,r)=>(r=t!=null?Ay(Dy(t)):{},Sd(e||!t||!t.__esModule?jo(r,"default",{value:t,enumerable:!0}):r,t)),Ly=t=>Sd(jo({},"__esModule",{value:!0}),t);var oo=T(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.regexpCode=te.getEsmExportName=te.getProperty=te.safeStringify=te.stringify=te.strConcat=te.addCodeArg=te.str=te._=te.nil=te._Code=te.Name=te.IDENTIFIER=te._CodeOrName=void 0;var ro=class{};te._CodeOrName=ro;te.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Or=class extends ro{constructor(e){if(super(),!te.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};te.Name=Or;var st=class extends ro{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof Or&&(r[n.str]=(r[n.str]||0)+1),r),{})}};te._Code=st;te.nil=new st("");function bm(t,...e){let r=[t[0]],n=0;for(;n<e.length;)yu(r,e[n]),r.push(t[++n]);return new st(r)}te._=bm;var gu=new st("+");function $m(t,...e){let r=[no(t[0])],n=0;for(;n<e.length;)r.push(gu),yu(r,e[n]),r.push(gu,no(t[++n]));return L$(r),new st(r)}te.str=$m;function yu(t,e){e instanceof st?t.push(...e._items):e instanceof Or?t.push(e):t.push(V$(e))}te.addCodeArg=yu;function L$(t){let e=1;for(;e<t.length-1;){if(t[e]===gu){let r=F$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function F$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Or||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof Or))return`"${t}${e.slice(1)}`}function U$(t,e){return e.emptyStr()?t:t.emptyStr()?e:$m`${t}${e}`}te.strConcat=U$;function V$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:no(Array.isArray(t)?t.join(","):t)}function H$(t){return new st(no(t))}te.stringify=H$;function no(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}te.safeStringify=no;function B$(t){return typeof t=="string"&&te.IDENTIFIER.test(t)?new st(`.${t}`):bm`[${t}]`}te.getProperty=B$;function J$(t){if(typeof t=="string"&&te.IDENTIFIER.test(t))return new st(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}te.getEsmExportName=J$;function G$(t){return new st(t.toString())}te.regexpCode=G$});var xu=T(Ge=>{"use strict";Object.defineProperty(Ge,"__esModule",{value:!0});Ge.ValueScope=Ge.ValueScopeName=Ge.Scope=Ge.varKinds=Ge.UsedValueState=void 0;var Je=oo(),_u=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Ls;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Ls||(Ge.UsedValueState=Ls={}));Ge.varKinds={const:new Je.Name("const"),let:new Je.Name("let"),var:new Je.Name("var")};var Fs=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Je.Name?e:this.name(e)}name(e){return new Je.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Ge.Scope=Fs;var Us=class extends Je.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Je._)`.${new Je.Name(r)}[${n}]`}};Ge.ValueScopeName=Us;var K$=(0,Je._)`\n`,vu=class extends Fs{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?K$:Je.nil}}get(){return this._scope}name(e){return new Us(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Je._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(e,r,n={},o){let s=Je.nil;for(let i in e){let a=e[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,Ls.Started);let l=r(u);if(l){let d=this.opts.es5?Ge.varKinds.var:Ge.varKinds.const;s=(0,Je._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,Je._)`${s}${l}${this.opts._n}`;else throw new _u(u);c.set(u,Ls.Completed)})}return s}};Ge.ValueScope=vu});var H=T(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.or=B.and=B.not=B.CodeGen=B.operators=B.varKinds=B.ValueScopeName=B.ValueScope=B.Scope=B.Name=B.regexpCode=B.stringify=B.getProperty=B.nil=B.strConcat=B.str=B._=void 0;var X=oo(),ft=xu(),Yt=oo();Object.defineProperty(B,"_",{enumerable:!0,get:function(){return Yt._}});Object.defineProperty(B,"str",{enumerable:!0,get:function(){return Yt.str}});Object.defineProperty(B,"strConcat",{enumerable:!0,get:function(){return Yt.strConcat}});Object.defineProperty(B,"nil",{enumerable:!0,get:function(){return Yt.nil}});Object.defineProperty(B,"getProperty",{enumerable:!0,get:function(){return Yt.getProperty}});Object.defineProperty(B,"stringify",{enumerable:!0,get:function(){return Yt.stringify}});Object.defineProperty(B,"regexpCode",{enumerable:!0,get:function(){return Yt.regexpCode}});Object.defineProperty(B,"Name",{enumerable:!0,get:function(){return Yt.Name}});var Js=xu();Object.defineProperty(B,"Scope",{enumerable:!0,get:function(){return Js.Scope}});Object.defineProperty(B,"ValueScope",{enumerable:!0,get:function(){return Js.ValueScope}});Object.defineProperty(B,"ValueScopeName",{enumerable:!0,get:function(){return Js.ValueScopeName}});Object.defineProperty(B,"varKinds",{enumerable:!0,get:function(){return Js.varKinds}});B.operators={GT:new X._Code(">"),GTE:new X._Code(">="),LT:new X._Code("<"),LTE:new X._Code("<="),EQ:new X._Code("==="),NEQ:new X._Code("!=="),NOT:new X._Code("!"),OR:new X._Code("||"),AND:new X._Code("&&"),ADD:new X._Code("+")};var jt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},bu=class extends jt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?ft.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=cn(this.rhs,e,r)),this}get names(){return this.rhs instanceof X._CodeOrName?this.rhs.names:{}}},Vs=class extends jt{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof X.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=cn(this.rhs,e,r),this}get names(){let e=this.lhs instanceof X.Name?{}:{...this.lhs.names};return Bs(e,this.rhs)}},$u=class extends Vs{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},wu=class extends jt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},ku=class extends jt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Su=class extends jt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},zu=class extends jt{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=cn(this.code,e,r),this}get names(){return this.code instanceof X._CodeOrName?this.code.names:{}}},so=class extends jt{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(e,r)||(W$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Nr(e,r.names),{})}},Dt=class extends so{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Tu=class extends so{},an=class extends Dt{};an.kind="else";var Mr=class t extends Dt{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new an(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(wm(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=cn(this.condition,e,r),this}get names(){let e=super.names;return Bs(e,this.condition),this.else&&Nr(e,this.else.names),e}};Mr.kind="if";var Cr=class extends Dt{};Cr.kind="for";var Eu=class extends Cr{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=cn(this.iteration,e,r),this}get names(){return Nr(super.names,this.iteration.names)}},Pu=class extends Cr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?ft.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Bs(super.names,this.from);return Bs(e,this.to)}},Hs=class extends Cr{constructor(e,r,n,o){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=cn(this.iterable,e,r),this}get names(){return Nr(super.names,this.iterable.names)}},io=class extends Dt{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};io.kind="func";var ao=class extends so{render(e){return"return "+super.render(e)}};ao.kind="return";var Ru=class extends Dt{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,o;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(o=this.finally)===null||o===void 0||o.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&Nr(e,this.catch.names),this.finally&&Nr(e,this.finally.names),e}},co=class extends Dt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};co.kind="catch";var uo=class extends Dt{render(e){return"finally"+super.render(e)}};uo.kind="finally";var Iu=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
- `:""},this._extScope=e,this._scope=new ft.Scope({parent:e}),this._nodes=[new Tu]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new bu(e,s,n)),s}const(e,r,n){return this._def(ft.varKinds.const,e,r,n)}let(e,r,n){return this._def(ft.varKinds.let,e,r,n)}var(e,r,n){return this._def(ft.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Vs(e,r,n))}add(e,r){return this._leafNode(new $u(e,B.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==X.nil&&this._leafNode(new zu(e)),this}object(...e){let r=["{"];for(let[n,o]of e)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,X.addCodeArg)(r,o));return r.push("}"),new X._Code(r)}if(e,r,n){if(this._blockNode(new Mr(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new Mr(e))}else(){return this._elseNode(new an)}endIf(){return this._endBlockNode(Mr,an)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new Eu(e),r)}forRange(e,r,n,o,s=this.opts.es5?ft.varKinds.var:ft.varKinds.let){let i=this._scope.toName(e);return this._for(new Pu(s,i,r,n),()=>o(i))}forOf(e,r,n,o=ft.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof X.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,X._)`${i}.length`,a=>{this.var(s,(0,X._)`${i}[${a}]`),n(s)})}return this._for(new Hs("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?ft.varKinds.var:ft.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,X._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Hs("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Cr)}label(e){return this._leafNode(new wu(e))}break(e){return this._leafNode(new ku(e))}return(e){let r=new ao;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ao)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Ru;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new co(s),r(s)}return n&&(this._currNode=o.finally=new uo,this.code(n)),this._endBlockNode(co,uo)}throw(e){return this._leafNode(new Su(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=X.nil,n,o){return this._blockNode(new io(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(io)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof Mr))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};B.CodeGen=Iu;function Nr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Bs(t,e){return e instanceof X._CodeOrName?Nr(t,e.names):t}function cn(t,e,r){if(t instanceof X.Name)return n(t);if(!o(t))return t;return new X._Code(t._items.reduce((s,i)=>(i instanceof X.Name&&(i=n(i)),i instanceof X._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||e[s.str]!==1?s:(delete e[s.str],i)}function o(s){return s instanceof X._Code&&s._items.some(i=>i instanceof X.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function W$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function wm(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,X._)`!${Ou(t)}`}B.not=wm;var Q$=km(B.operators.AND);function X$(...t){return t.reduce(Q$)}B.and=X$;var Y$=km(B.operators.OR);function ew(...t){return t.reduce(Y$)}B.or=ew;function km(t){return(e,r)=>e===X.nil?r:r===X.nil?e:(0,X._)`${Ou(e)} ${t} ${Ou(r)}`}function Ou(t){return t instanceof X.Name?t:(0,X._)`(${t})`}});var re=T(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.checkStrictMode=J.getErrorPath=J.Type=J.useFunc=J.setEvaluated=J.evaluatedPropsToName=J.mergeEvaluated=J.eachItem=J.unescapeJsonPointer=J.escapeJsonPointer=J.escapeFragment=J.unescapeFragment=J.schemaRefOrVal=J.schemaHasRulesButRef=J.schemaHasRules=J.checkUnknownRules=J.alwaysValidSchema=J.toHash=void 0;var ie=H(),tw=oo();function rw(t){let e={};for(let r of t)e[r]=!0;return e}J.toHash=rw;function nw(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Tm(t,e),!Em(e,t.self.RULES.all))}J.alwaysValidSchema=nw;function Tm(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let o=n.RULES.keywords;for(let s in e)o[s]||Im(t,`unknown keyword: "${s}"`)}J.checkUnknownRules=Tm;function Em(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}J.schemaHasRules=Em;function ow(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}J.schemaHasRulesButRef=ow;function sw({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ie._)`${r}`}return(0,ie._)`${t}${e}${(0,ie.getProperty)(n)}`}J.schemaRefOrVal=sw;function iw(t){return Pm(decodeURIComponent(t))}J.unescapeFragment=iw;function aw(t){return encodeURIComponent(Cu(t))}J.escapeFragment=aw;function Cu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}J.escapeJsonPointer=Cu;function Pm(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}J.unescapeJsonPointer=Pm;function cw(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}J.eachItem=cw;function Sm({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof ie.Name?(s instanceof ie.Name?t(o,s,i):e(o,s,i),i):s instanceof ie.Name?(e(o,i,s),s):r(s,i);return a===ie.Name&&!(c instanceof ie.Name)?n(o,c):c}}J.mergeEvaluated={props:Sm({mergeNames:(t,e,r)=>t.if((0,ie._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ie._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ie._)`${r} || {}`).code((0,ie._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ie._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ie._)`${r} || {}`),Nu(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:Rm}),items:Sm({mergeNames:(t,e,r)=>t.if((0,ie._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ie._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ie._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ie._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function Rm(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ie._)`{}`);return e!==void 0&&Nu(t,r,e),r}J.evaluatedPropsToName=Rm;function Nu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ie._)`${e}${(0,ie.getProperty)(n)}`,!0))}J.setEvaluated=Nu;var zm={};function uw(t,e){return t.scopeValue("func",{ref:e,code:zm[e.code]||(zm[e.code]=new tw._Code(e.code))})}J.useFunc=uw;var Mu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Mu||(J.Type=Mu={}));function lw(t,e,r){if(t instanceof ie.Name){let n=e===Mu.Num;return r?n?(0,ie._)`"[" + ${t} + "]"`:(0,ie._)`"['" + ${t} + "']"`:n?(0,ie._)`"/" + ${t}`:(0,ie._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ie.getProperty)(t).toString():"/"+Cu(t)}J.getErrorPath=lw;function Im(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}J.checkStrictMode=Im});var qt=T(Au=>{"use strict";Object.defineProperty(Au,"__esModule",{value:!0});var Ce=H(),dw={data:new Ce.Name("data"),valCxt:new Ce.Name("valCxt"),instancePath:new Ce.Name("instancePath"),parentData:new Ce.Name("parentData"),parentDataProperty:new Ce.Name("parentDataProperty"),rootData:new Ce.Name("rootData"),dynamicAnchors:new Ce.Name("dynamicAnchors"),vErrors:new Ce.Name("vErrors"),errors:new Ce.Name("errors"),this:new Ce.Name("this"),self:new Ce.Name("self"),scope:new Ce.Name("scope"),json:new Ce.Name("json"),jsonPos:new Ce.Name("jsonPos"),jsonLen:new Ce.Name("jsonLen"),jsonPart:new Ce.Name("jsonPart")};Au.default=dw});var lo=T(Ne=>{"use strict";Object.defineProperty(Ne,"__esModule",{value:!0});Ne.extendErrors=Ne.resetErrorsCount=Ne.reportExtraError=Ne.reportError=Ne.keyword$DataError=Ne.keywordError=void 0;var Y=H(),Gs=re(),De=qt();Ne.keywordError={message:({keyword:t})=>(0,Y.str)`must pass "${t}" keyword validation`};Ne.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Y.str)`"${t}" keyword must be ${e} ($data)`:(0,Y.str)`"${t}" keyword is invalid ($data)`};function pw(t,e=Ne.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=Cm(t,e,r);n??(i||a)?Om(s,c):Mm(o,(0,Y._)`[${c}]`)}Ne.reportError=pw;function fw(t,e=Ne.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=Cm(t,e,r);Om(o,a),s||i||Mm(n,De.default.vErrors)}Ne.reportExtraError=fw;function mw(t,e){t.assign(De.default.errors,e),t.if((0,Y._)`${De.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Y._)`${De.default.vErrors}.length`,e),()=>t.assign(De.default.vErrors,null)))}Ne.resetErrorsCount=mw;function hw({gen:t,keyword:e,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",o,De.default.errors,a=>{t.const(i,(0,Y._)`${De.default.vErrors}[${a}]`),t.if((0,Y._)`${i}.instancePath === undefined`,()=>t.assign((0,Y._)`${i}.instancePath`,(0,Y.strConcat)(De.default.instancePath,s.errorPath))),t.assign((0,Y._)`${i}.schemaPath`,(0,Y.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Y._)`${i}.schema`,r),t.assign((0,Y._)`${i}.data`,n))})}Ne.extendErrors=hw;function Om(t,e){let r=t.const("err",e);t.if((0,Y._)`${De.default.vErrors} === null`,()=>t.assign(De.default.vErrors,(0,Y._)`[${r}]`),(0,Y._)`${De.default.vErrors}.push(${r})`),t.code((0,Y._)`${De.default.errors}++`)}function Mm(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,Y._)`new ${t.ValidationError}(${e})`):(r.assign((0,Y._)`${n}.errors`,e),r.return(!1))}var Ar={keyword:new Y.Name("keyword"),schemaPath:new Y.Name("schemaPath"),params:new Y.Name("params"),propertyName:new Y.Name("propertyName"),message:new Y.Name("message"),schema:new Y.Name("schema"),parentSchema:new Y.Name("parentSchema")};function Cm(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,Y._)`{}`:gw(t,e,r)}function gw(t,e,r={}){let{gen:n,it:o}=t,s=[yw(o,r),_w(t,r)];return vw(t,e,s),n.object(...s)}function yw({errorPath:t},{instancePath:e}){let r=e?(0,Y.str)`${t}${(0,Gs.getErrorPath)(e,Gs.Type.Str)}`:t;return[De.default.instancePath,(0,Y.strConcat)(De.default.instancePath,r)]}function _w({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,Y.str)`${e}/${t}`;return r&&(o=(0,Y.str)`${o}${(0,Gs.getErrorPath)(r,Gs.Type.Str)}`),[Ar.schemaPath,o]}function vw(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:d}=a;n.push([Ar.keyword,o],[Ar.params,typeof e=="function"?e(t):e||(0,Y._)`{}`]),c.messages&&n.push([Ar.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Ar.schema,i],[Ar.parentSchema,(0,Y._)`${l}${d}`],[De.default.data,s]),u&&n.push([Ar.propertyName,u])}});var Am=T(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.boolOrEmptySchema=un.topBoolOrEmptySchema=void 0;var xw=lo(),bw=H(),$w=qt(),ww={message:"boolean schema is false"};function kw(t){let{gen:e,schema:r,validateName:n}=t;r===!1?Nm(t,!1):typeof r=="object"&&r.$async===!0?e.return($w.default.data):(e.assign((0,bw._)`${n}.errors`,null),e.return(!0))}un.topBoolOrEmptySchema=kw;function Sw(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),Nm(t)):r.var(e,!0)}un.boolOrEmptySchema=Sw;function Nm(t,e){let{gen:r,data:n}=t,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,xw.reportError)(o,ww,void 0,e)}});var Zu=T(ln=>{"use strict";Object.defineProperty(ln,"__esModule",{value:!0});ln.getRules=ln.isJSONType=void 0;var zw=["string","number","integer","boolean","null","object","array"],Tw=new Set(zw);function Ew(t){return typeof t=="string"&&Tw.has(t)}ln.isJSONType=Ew;function Pw(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}ln.getRules=Pw});var ju=T(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.shouldUseRule=er.shouldUseGroup=er.schemaHasRulesForType=void 0;function Rw({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&Zm(t,n)}er.schemaHasRulesForType=Rw;function Zm(t,e){return e.rules.some(r=>jm(t,r))}er.shouldUseGroup=Zm;function jm(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))}er.shouldUseRule=jm});var po=T(Ae=>{"use strict";Object.defineProperty(Ae,"__esModule",{value:!0});Ae.reportTypeError=Ae.checkDataTypes=Ae.checkDataType=Ae.coerceAndCheckDataType=Ae.getJSONTypes=Ae.getSchemaTypes=Ae.DataType=void 0;var Iw=Zu(),Ow=ju(),Mw=lo(),U=H(),Dm=re(),dn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(dn||(Ae.DataType=dn={}));function Cw(t){let e=qm(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}Ae.getSchemaTypes=Cw;function qm(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(Iw.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Ae.getJSONTypes=qm;function Nw(t,e){let{gen:r,data:n,opts:o}=t,s=Aw(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Ow.schemaHasRulesForType)(t,e[0]));if(i){let a=qu(e,n,o.strictNumbers,dn.Wrong);r.if(a,()=>{s.length?Zw(t,e,s):Lu(t)})}return i}Ae.coerceAndCheckDataType=Nw;var Lm=new Set(["string","number","integer","boolean","null"]);function Aw(t,e){return e?t.filter(r=>Lm.has(r)||e==="array"&&r==="array"):[]}function Zw(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,U._)`typeof ${o}`),a=n.let("coerced",(0,U._)`undefined`);s.coerceTypes==="array"&&n.if((0,U._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,U._)`${o}[0]`).assign(i,(0,U._)`typeof ${o}`).if(qu(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,U._)`${a} !== undefined`);for(let u of r)(Lm.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),Lu(t),n.endIf(),n.if((0,U._)`${a} !== undefined`,()=>{n.assign(o,a),jw(t,a)});function c(u){switch(u){case"string":n.elseIf((0,U._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,U._)`"" + ${o}`).elseIf((0,U._)`${o} === null`).assign(a,(0,U._)`""`);return;case"number":n.elseIf((0,U._)`${i} == "boolean" || ${o} === null
2
+ "use strict";var Ay=Object.create;var jo=Object.defineProperty;var Zy=Object.getOwnPropertyDescriptor;var jy=Object.getOwnPropertyNames;var Dy=Object.getPrototypeOf,qy=Object.prototype.hasOwnProperty;var T=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Do=(t,e)=>{for(var r in e)jo(t,r,{get:e[r],enumerable:!0})},zd=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of jy(e))!qy.call(t,o)&&o!==r&&jo(t,o,{get:()=>e[o],enumerable:!(n=Zy(e,o))||n.enumerable});return t};var Pn=(t,e,r)=>(r=t!=null?Ay(Dy(t)):{},zd(e||!t||!t.__esModule?jo(r,"default",{value:t,enumerable:!0}):r,t)),Ly=t=>zd(jo({},"__esModule",{value:!0}),t);var so=T(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.regexpCode=te.getEsmExportName=te.getProperty=te.safeStringify=te.stringify=te.strConcat=te.addCodeArg=te.str=te._=te.nil=te._Code=te.Name=te.IDENTIFIER=te._CodeOrName=void 0;var no=class{};te._CodeOrName=no;te.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Or=class extends no{constructor(e){if(super(),!te.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};te.Name=Or;var it=class extends no{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof Or&&(r[n.str]=(r[n.str]||0)+1),r),{})}};te._Code=it;te.nil=new it("");function $m(t,...e){let r=[t[0]],n=0;for(;n<e.length;)yu(r,e[n]),r.push(t[++n]);return new it(r)}te._=$m;var gu=new it("+");function wm(t,...e){let r=[oo(t[0])],n=0;for(;n<e.length;)r.push(gu),yu(r,e[n]),r.push(gu,oo(t[++n]));return L$(r),new it(r)}te.str=wm;function yu(t,e){e instanceof it?t.push(...e._items):e instanceof Or?t.push(e):t.push(V$(e))}te.addCodeArg=yu;function L$(t){let e=1;for(;e<t.length-1;){if(t[e]===gu){let r=F$(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function F$(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Or||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof Or))return`"${t}${e.slice(1)}`}function U$(t,e){return e.emptyStr()?t:t.emptyStr()?e:wm`${t}${e}`}te.strConcat=U$;function V$(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:oo(Array.isArray(t)?t.join(","):t)}function H$(t){return new it(oo(t))}te.stringify=H$;function oo(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}te.safeStringify=oo;function B$(t){return typeof t=="string"&&te.IDENTIFIER.test(t)?new it(`.${t}`):$m`[${t}]`}te.getProperty=B$;function J$(t){if(typeof t=="string"&&te.IDENTIFIER.test(t))return new it(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}te.getEsmExportName=J$;function G$(t){return new it(t.toString())}te.regexpCode=G$});var xu=T(Ge=>{"use strict";Object.defineProperty(Ge,"__esModule",{value:!0});Ge.ValueScope=Ge.ValueScopeName=Ge.Scope=Ge.varKinds=Ge.UsedValueState=void 0;var Je=so(),_u=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Ls;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Ls||(Ge.UsedValueState=Ls={}));Ge.varKinds={const:new Je.Name("const"),let:new Je.Name("let"),var:new Je.Name("var")};var Fs=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Je.Name?e:this.name(e)}name(e){return new Je.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Ge.Scope=Fs;var Us=class extends Je.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Je._)`.${new Je.Name(r)}[${n}]`}};Ge.ValueScopeName=Us;var K$=(0,Je._)`\n`,vu=class extends Fs{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?K$:Je.nil}}get(){return this._scope}name(e){return new Us(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Je._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(e,r,n={},o){let s=Je.nil;for(let i in e){let a=e[i];if(!a)continue;let c=n[i]=n[i]||new Map;a.forEach(u=>{if(c.has(u))return;c.set(u,Ls.Started);let l=r(u);if(l){let d=this.opts.es5?Ge.varKinds.var:Ge.varKinds.const;s=(0,Je._)`${s}${d} ${u} = ${l};${this.opts._n}`}else if(l=o?.(u))s=(0,Je._)`${s}${l}${this.opts._n}`;else throw new _u(u);c.set(u,Ls.Completed)})}return s}};Ge.ValueScope=vu});var H=T(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.or=B.and=B.not=B.CodeGen=B.operators=B.varKinds=B.ValueScopeName=B.ValueScope=B.Scope=B.Name=B.regexpCode=B.stringify=B.getProperty=B.nil=B.strConcat=B.str=B._=void 0;var X=so(),mt=xu(),Yt=so();Object.defineProperty(B,"_",{enumerable:!0,get:function(){return Yt._}});Object.defineProperty(B,"str",{enumerable:!0,get:function(){return Yt.str}});Object.defineProperty(B,"strConcat",{enumerable:!0,get:function(){return Yt.strConcat}});Object.defineProperty(B,"nil",{enumerable:!0,get:function(){return Yt.nil}});Object.defineProperty(B,"getProperty",{enumerable:!0,get:function(){return Yt.getProperty}});Object.defineProperty(B,"stringify",{enumerable:!0,get:function(){return Yt.stringify}});Object.defineProperty(B,"regexpCode",{enumerable:!0,get:function(){return Yt.regexpCode}});Object.defineProperty(B,"Name",{enumerable:!0,get:function(){return Yt.Name}});var Js=xu();Object.defineProperty(B,"Scope",{enumerable:!0,get:function(){return Js.Scope}});Object.defineProperty(B,"ValueScope",{enumerable:!0,get:function(){return Js.ValueScope}});Object.defineProperty(B,"ValueScopeName",{enumerable:!0,get:function(){return Js.ValueScopeName}});Object.defineProperty(B,"varKinds",{enumerable:!0,get:function(){return Js.varKinds}});B.operators={GT:new X._Code(">"),GTE:new X._Code(">="),LT:new X._Code("<"),LTE:new X._Code("<="),EQ:new X._Code("==="),NEQ:new X._Code("!=="),NOT:new X._Code("!"),OR:new X._Code("||"),AND:new X._Code("&&"),ADD:new X._Code("+")};var jt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},bu=class extends jt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?mt.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=ln(this.rhs,e,r)),this}get names(){return this.rhs instanceof X._CodeOrName?this.rhs.names:{}}},Vs=class extends jt{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof X.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=ln(this.rhs,e,r),this}get names(){let e=this.lhs instanceof X.Name?{}:{...this.lhs.names};return Bs(e,this.rhs)}},$u=class extends Vs{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},wu=class extends jt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},ku=class extends jt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Su=class extends jt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},zu=class extends jt{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=ln(this.code,e,r),this}get names(){return this.code instanceof X._CodeOrName?this.code.names:{}}},io=class extends jt{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(e,r)||(W$(e,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Nr(e,r.names),{})}},Dt=class extends io{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Tu=class extends io{},un=class extends Dt{};un.kind="else";var Mr=class t extends Dt{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new un(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(km(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=ln(this.condition,e,r),this}get names(){let e=super.names;return Bs(e,this.condition),this.else&&Nr(e,this.else.names),e}};Mr.kind="if";var Cr=class extends Dt{};Cr.kind="for";var Eu=class extends Cr{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=ln(this.iteration,e,r),this}get names(){return Nr(super.names,this.iteration.names)}},Pu=class extends Cr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?mt.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Bs(super.names,this.from);return Bs(e,this.to)}},Hs=class extends Cr{constructor(e,r,n,o){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=ln(this.iterable,e,r),this}get names(){return Nr(super.names,this.iterable.names)}},ao=class extends Dt{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};ao.kind="func";var co=class extends io{render(e){return"return "+super.render(e)}};co.kind="return";var Ru=class extends Dt{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,o;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(o=this.finally)===null||o===void 0||o.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&Nr(e,this.catch.names),this.finally&&Nr(e,this.finally.names),e}},uo=class extends Dt{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};uo.kind="catch";var lo=class extends Dt{render(e){return"finally"+super.render(e)}};lo.kind="finally";var Iu=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
+ `:""},this._extScope=e,this._scope=new mt.Scope({parent:e}),this._nodes=[new Tu]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new bu(e,s,n)),s}const(e,r,n){return this._def(mt.varKinds.const,e,r,n)}let(e,r,n){return this._def(mt.varKinds.let,e,r,n)}var(e,r,n){return this._def(mt.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Vs(e,r,n))}add(e,r){return this._leafNode(new $u(e,B.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==X.nil&&this._leafNode(new zu(e)),this}object(...e){let r=["{"];for(let[n,o]of e)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,X.addCodeArg)(r,o));return r.push("}"),new X._Code(r)}if(e,r,n){if(this._blockNode(new Mr(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new Mr(e))}else(){return this._elseNode(new un)}endIf(){return this._endBlockNode(Mr,un)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new Eu(e),r)}forRange(e,r,n,o,s=this.opts.es5?mt.varKinds.var:mt.varKinds.let){let i=this._scope.toName(e);return this._for(new Pu(s,i,r,n),()=>o(i))}forOf(e,r,n,o=mt.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof X.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,X._)`${i}.length`,a=>{this.var(s,(0,X._)`${i}[${a}]`),n(s)})}return this._for(new Hs("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?mt.varKinds.var:mt.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,X._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Hs("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(Cr)}label(e){return this._leafNode(new wu(e))}break(e){return this._leafNode(new ku(e))}return(e){let r=new co;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(co)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Ru;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new uo(s),r(s)}return n&&(this._currNode=o.finally=new lo,this.code(n)),this._endBlockNode(uo,lo)}throw(e){return this._leafNode(new Su(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=X.nil,n,o){return this._blockNode(new ao(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(ao)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof Mr))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};B.CodeGen=Iu;function Nr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Bs(t,e){return e instanceof X._CodeOrName?Nr(t,e.names):t}function ln(t,e,r){if(t instanceof X.Name)return n(t);if(!o(t))return t;return new X._Code(t._items.reduce((s,i)=>(i instanceof X.Name&&(i=n(i)),i instanceof X._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||e[s.str]!==1?s:(delete e[s.str],i)}function o(s){return s instanceof X._Code&&s._items.some(i=>i instanceof X.Name&&e[i.str]===1&&r[i.str]!==void 0)}}function W$(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function km(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,X._)`!${Ou(t)}`}B.not=km;var Q$=Sm(B.operators.AND);function X$(...t){return t.reduce(Q$)}B.and=X$;var Y$=Sm(B.operators.OR);function ew(...t){return t.reduce(Y$)}B.or=ew;function Sm(t){return(e,r)=>e===X.nil?r:r===X.nil?e:(0,X._)`${Ou(e)} ${t} ${Ou(r)}`}function Ou(t){return t instanceof X.Name?t:(0,X._)`(${t})`}});var re=T(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.checkStrictMode=J.getErrorPath=J.Type=J.useFunc=J.setEvaluated=J.evaluatedPropsToName=J.mergeEvaluated=J.eachItem=J.unescapeJsonPointer=J.escapeJsonPointer=J.escapeFragment=J.unescapeFragment=J.schemaRefOrVal=J.schemaHasRulesButRef=J.schemaHasRules=J.checkUnknownRules=J.alwaysValidSchema=J.toHash=void 0;var ie=H(),tw=so();function rw(t){let e={};for(let r of t)e[r]=!0;return e}J.toHash=rw;function nw(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Em(t,e),!Pm(e,t.self.RULES.all))}J.alwaysValidSchema=nw;function Em(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let o=n.RULES.keywords;for(let s in e)o[s]||Om(t,`unknown keyword: "${s}"`)}J.checkUnknownRules=Em;function Pm(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}J.schemaHasRules=Pm;function ow(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}J.schemaHasRulesButRef=ow;function sw({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ie._)`${r}`}return(0,ie._)`${t}${e}${(0,ie.getProperty)(n)}`}J.schemaRefOrVal=sw;function iw(t){return Rm(decodeURIComponent(t))}J.unescapeFragment=iw;function aw(t){return encodeURIComponent(Cu(t))}J.escapeFragment=aw;function Cu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}J.escapeJsonPointer=Cu;function Rm(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}J.unescapeJsonPointer=Rm;function cw(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}J.eachItem=cw;function zm({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof ie.Name?(s instanceof ie.Name?t(o,s,i):e(o,s,i),i):s instanceof ie.Name?(e(o,i,s),s):r(s,i);return a===ie.Name&&!(c instanceof ie.Name)?n(o,c):c}}J.mergeEvaluated={props:zm({mergeNames:(t,e,r)=>t.if((0,ie._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ie._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ie._)`${r} || {}`).code((0,ie._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ie._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ie._)`${r} || {}`),Nu(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:Im}),items:zm({mergeNames:(t,e,r)=>t.if((0,ie._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ie._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ie._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ie._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function Im(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ie._)`{}`);return e!==void 0&&Nu(t,r,e),r}J.evaluatedPropsToName=Im;function Nu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ie._)`${e}${(0,ie.getProperty)(n)}`,!0))}J.setEvaluated=Nu;var Tm={};function uw(t,e){return t.scopeValue("func",{ref:e,code:Tm[e.code]||(Tm[e.code]=new tw._Code(e.code))})}J.useFunc=uw;var Mu;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Mu||(J.Type=Mu={}));function lw(t,e,r){if(t instanceof ie.Name){let n=e===Mu.Num;return r?n?(0,ie._)`"[" + ${t} + "]"`:(0,ie._)`"['" + ${t} + "']"`:n?(0,ie._)`"/" + ${t}`:(0,ie._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ie.getProperty)(t).toString():"/"+Cu(t)}J.getErrorPath=lw;function Om(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}J.checkStrictMode=Om});var qt=T(Au=>{"use strict";Object.defineProperty(Au,"__esModule",{value:!0});var Ce=H(),dw={data:new Ce.Name("data"),valCxt:new Ce.Name("valCxt"),instancePath:new Ce.Name("instancePath"),parentData:new Ce.Name("parentData"),parentDataProperty:new Ce.Name("parentDataProperty"),rootData:new Ce.Name("rootData"),dynamicAnchors:new Ce.Name("dynamicAnchors"),vErrors:new Ce.Name("vErrors"),errors:new Ce.Name("errors"),this:new Ce.Name("this"),self:new Ce.Name("self"),scope:new Ce.Name("scope"),json:new Ce.Name("json"),jsonPos:new Ce.Name("jsonPos"),jsonLen:new Ce.Name("jsonLen"),jsonPart:new Ce.Name("jsonPart")};Au.default=dw});var po=T(Ne=>{"use strict";Object.defineProperty(Ne,"__esModule",{value:!0});Ne.extendErrors=Ne.resetErrorsCount=Ne.reportExtraError=Ne.reportError=Ne.keyword$DataError=Ne.keywordError=void 0;var Y=H(),Gs=re(),De=qt();Ne.keywordError={message:({keyword:t})=>(0,Y.str)`must pass "${t}" keyword validation`};Ne.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Y.str)`"${t}" keyword must be ${e} ($data)`:(0,Y.str)`"${t}" keyword is invalid ($data)`};function pw(t,e=Ne.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=Nm(t,e,r);n??(i||a)?Mm(s,c):Cm(o,(0,Y._)`[${c}]`)}Ne.reportError=pw;function fw(t,e=Ne.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=Nm(t,e,r);Mm(o,a),s||i||Cm(n,De.default.vErrors)}Ne.reportExtraError=fw;function mw(t,e){t.assign(De.default.errors,e),t.if((0,Y._)`${De.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Y._)`${De.default.vErrors}.length`,e),()=>t.assign(De.default.vErrors,null)))}Ne.resetErrorsCount=mw;function hw({gen:t,keyword:e,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=t.name("err");t.forRange("i",o,De.default.errors,a=>{t.const(i,(0,Y._)`${De.default.vErrors}[${a}]`),t.if((0,Y._)`${i}.instancePath === undefined`,()=>t.assign((0,Y._)`${i}.instancePath`,(0,Y.strConcat)(De.default.instancePath,s.errorPath))),t.assign((0,Y._)`${i}.schemaPath`,(0,Y.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Y._)`${i}.schema`,r),t.assign((0,Y._)`${i}.data`,n))})}Ne.extendErrors=hw;function Mm(t,e){let r=t.const("err",e);t.if((0,Y._)`${De.default.vErrors} === null`,()=>t.assign(De.default.vErrors,(0,Y._)`[${r}]`),(0,Y._)`${De.default.vErrors}.push(${r})`),t.code((0,Y._)`${De.default.errors}++`)}function Cm(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,Y._)`new ${t.ValidationError}(${e})`):(r.assign((0,Y._)`${n}.errors`,e),r.return(!1))}var Ar={keyword:new Y.Name("keyword"),schemaPath:new Y.Name("schemaPath"),params:new Y.Name("params"),propertyName:new Y.Name("propertyName"),message:new Y.Name("message"),schema:new Y.Name("schema"),parentSchema:new Y.Name("parentSchema")};function Nm(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,Y._)`{}`:gw(t,e,r)}function gw(t,e,r={}){let{gen:n,it:o}=t,s=[yw(o,r),_w(t,r)];return vw(t,e,s),n.object(...s)}function yw({errorPath:t},{instancePath:e}){let r=e?(0,Y.str)`${t}${(0,Gs.getErrorPath)(e,Gs.Type.Str)}`:t;return[De.default.instancePath,(0,Y.strConcat)(De.default.instancePath,r)]}function _w({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,Y.str)`${e}/${t}`;return r&&(o=(0,Y.str)`${o}${(0,Gs.getErrorPath)(r,Gs.Type.Str)}`),[Ar.schemaPath,o]}function vw(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:l,schemaPath:d}=a;n.push([Ar.keyword,o],[Ar.params,typeof e=="function"?e(t):e||(0,Y._)`{}`]),c.messages&&n.push([Ar.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Ar.schema,i],[Ar.parentSchema,(0,Y._)`${l}${d}`],[De.default.data,s]),u&&n.push([Ar.propertyName,u])}});var Zm=T(dn=>{"use strict";Object.defineProperty(dn,"__esModule",{value:!0});dn.boolOrEmptySchema=dn.topBoolOrEmptySchema=void 0;var xw=po(),bw=H(),$w=qt(),ww={message:"boolean schema is false"};function kw(t){let{gen:e,schema:r,validateName:n}=t;r===!1?Am(t,!1):typeof r=="object"&&r.$async===!0?e.return($w.default.data):(e.assign((0,bw._)`${n}.errors`,null),e.return(!0))}dn.topBoolOrEmptySchema=kw;function Sw(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),Am(t)):r.var(e,!0)}dn.boolOrEmptySchema=Sw;function Am(t,e){let{gen:r,data:n}=t,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,xw.reportError)(o,ww,void 0,e)}});var Zu=T(pn=>{"use strict";Object.defineProperty(pn,"__esModule",{value:!0});pn.getRules=pn.isJSONType=void 0;var zw=["string","number","integer","boolean","null","object","array"],Tw=new Set(zw);function Ew(t){return typeof t=="string"&&Tw.has(t)}pn.isJSONType=Ew;function Pw(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}pn.getRules=Pw});var ju=T(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.shouldUseRule=er.shouldUseGroup=er.schemaHasRulesForType=void 0;function Rw({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&jm(t,n)}er.schemaHasRulesForType=Rw;function jm(t,e){return e.rules.some(r=>Dm(t,r))}er.shouldUseGroup=jm;function Dm(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))}er.shouldUseRule=Dm});var fo=T(Ae=>{"use strict";Object.defineProperty(Ae,"__esModule",{value:!0});Ae.reportTypeError=Ae.checkDataTypes=Ae.checkDataType=Ae.coerceAndCheckDataType=Ae.getJSONTypes=Ae.getSchemaTypes=Ae.DataType=void 0;var Iw=Zu(),Ow=ju(),Mw=po(),U=H(),qm=re(),fn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(fn||(Ae.DataType=fn={}));function Cw(t){let e=Lm(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}Ae.getSchemaTypes=Cw;function Lm(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(Iw.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Ae.getJSONTypes=Lm;function Nw(t,e){let{gen:r,data:n,opts:o}=t,s=Aw(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,Ow.schemaHasRulesForType)(t,e[0]));if(i){let a=qu(e,n,o.strictNumbers,fn.Wrong);r.if(a,()=>{s.length?Zw(t,e,s):Lu(t)})}return i}Ae.coerceAndCheckDataType=Nw;var Fm=new Set(["string","number","integer","boolean","null"]);function Aw(t,e){return e?t.filter(r=>Fm.has(r)||e==="array"&&r==="array"):[]}function Zw(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,U._)`typeof ${o}`),a=n.let("coerced",(0,U._)`undefined`);s.coerceTypes==="array"&&n.if((0,U._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,U._)`${o}[0]`).assign(i,(0,U._)`typeof ${o}`).if(qu(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,U._)`${a} !== undefined`);for(let u of r)(Fm.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),Lu(t),n.endIf(),n.if((0,U._)`${a} !== undefined`,()=>{n.assign(o,a),jw(t,a)});function c(u){switch(u){case"string":n.elseIf((0,U._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,U._)`"" + ${o}`).elseIf((0,U._)`${o} === null`).assign(a,(0,U._)`""`);return;case"number":n.elseIf((0,U._)`${i} == "boolean" || ${o} === null
4
4
  || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,U._)`+${o}`);return;case"integer":n.elseIf((0,U._)`${i} === "boolean" || ${o} === null
5
5
  || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,U._)`+${o}`);return;case"boolean":n.elseIf((0,U._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,U._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,U._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,U._)`${i} === "string" || ${i} === "number"
6
- || ${i} === "boolean" || ${o} === null`).assign(a,(0,U._)`[${o}]`)}}}function jw({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,U._)`${e} !== undefined`,()=>t.assign((0,U._)`${e}[${r}]`,n))}function Du(t,e,r,n=dn.Correct){let o=n===dn.Correct?U.operators.EQ:U.operators.NEQ,s;switch(t){case"null":return(0,U._)`${e} ${o} null`;case"array":s=(0,U._)`Array.isArray(${e})`;break;case"object":s=(0,U._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,U._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,U._)`typeof ${e} ${o} ${t}`}return n===dn.Correct?s:(0,U.not)(s);function i(a=U.nil){return(0,U.and)((0,U._)`typeof ${e} == "number"`,a,r?(0,U._)`isFinite(${e})`:U.nil)}}Ae.checkDataType=Du;function qu(t,e,r,n){if(t.length===1)return Du(t[0],e,r,n);let o,s=(0,Dm.toHash)(t);if(s.array&&s.object){let i=(0,U._)`typeof ${e} != "object"`;o=s.null?i:(0,U._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=U.nil;s.number&&delete s.integer;for(let i in s)o=(0,U.and)(o,Du(i,e,r,n));return o}Ae.checkDataTypes=qu;var Dw={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,U._)`{type: ${t}}`:(0,U._)`{type: ${e}}`};function Lu(t){let e=qw(t);(0,Mw.reportError)(e,Dw)}Ae.reportTypeError=Lu;function qw(t){let{gen:e,data:r,schema:n}=t,o=(0,Dm.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var Um=T(Ks=>{"use strict";Object.defineProperty(Ks,"__esModule",{value:!0});Ks.assignDefaults=void 0;var pn=H(),Lw=re();function Fw(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)Fm(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>Fm(t,s,o.default))}Ks.assignDefaults=Fw;function Fm(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,pn._)`${s}${(0,pn.getProperty)(e)}`;if(o){(0,Lw.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,pn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,pn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,pn._)`${a} = ${(0,pn.stringify)(r)}`)}});var it=T(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.validateUnion=se.validateArray=se.usePattern=se.callValidateCode=se.schemaProperties=se.allSchemaProperties=se.noPropertyInData=se.propertyInData=se.isOwnProperty=se.hasPropFunc=se.reportMissingProp=se.checkMissingProp=se.checkReportMissingProp=void 0;var de=H(),Fu=re(),tr=qt(),Uw=re();function Vw(t,e){let{gen:r,data:n,it:o}=t;r.if(Vu(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,de._)`${e}`},!0),t.error()})}se.checkReportMissingProp=Vw;function Hw({gen:t,data:e,it:{opts:r}},n,o){return(0,de.or)(...n.map(s=>(0,de.and)(Vu(t,e,s,r.ownProperties),(0,de._)`${o} = ${s}`)))}se.checkMissingProp=Hw;function Bw(t,e){t.setParams({missingProperty:e},!0),t.error()}se.reportMissingProp=Bw;function Vm(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,de._)`Object.prototype.hasOwnProperty`})}se.hasPropFunc=Vm;function Uu(t,e,r){return(0,de._)`${Vm(t)}.call(${e}, ${r})`}se.isOwnProperty=Uu;function Jw(t,e,r,n){let o=(0,de._)`${e}${(0,de.getProperty)(r)} !== undefined`;return n?(0,de._)`${o} && ${Uu(t,e,r)}`:o}se.propertyInData=Jw;function Vu(t,e,r,n){let o=(0,de._)`${e}${(0,de.getProperty)(r)} === undefined`;return n?(0,de.or)(o,(0,de.not)(Uu(t,e,r))):o}se.noPropertyInData=Vu;function Hm(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}se.allSchemaProperties=Hm;function Gw(t,e){return Hm(e).filter(r=>!(0,Fu.alwaysValidSchema)(t,e[r]))}se.schemaProperties=Gw;function Kw({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,de._)`${t}, ${e}, ${n}${o}`:e,d=[[tr.default.instancePath,(0,de.strConcat)(tr.default.instancePath,s)],[tr.default.parentData,i.parentData],[tr.default.parentDataProperty,i.parentDataProperty],[tr.default.rootData,tr.default.rootData]];i.opts.dynamicRef&&d.push([tr.default.dynamicAnchors,tr.default.dynamicAnchors]);let h=(0,de._)`${l}, ${r.object(...d)}`;return c!==de.nil?(0,de._)`${a}.call(${c}, ${h})`:(0,de._)`${a}(${h})`}se.callValidateCode=Kw;var Ww=(0,de._)`new RegExp`;function Qw({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:o}=e.code,s=o(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,de._)`${o.code==="new RegExp"?Ww:(0,Uw.useFunc)(t,o)}(${r}, ${n})`})}se.usePattern=Qw;function Xw(t){let{gen:e,data:r,keyword:n,it:o}=t,s=e.name("valid");if(o.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(s,!0),i(()=>e.break()),s;function i(a){let c=e.const("len",(0,de._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Fu.Type.Num},s),e.if((0,de.not)(s),a)})}}se.validateArray=Xw;function Yw(t){let{gen:e,schema:r,keyword:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Fu.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let l=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,de._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,de.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}se.validateUnion=Yw});var Gm=T(kt=>{"use strict";Object.defineProperty(kt,"__esModule",{value:!0});kt.validateKeywordUsage=kt.validSchemaType=kt.funcKeywordCode=kt.macroKeywordCode=void 0;var qe=H(),Zr=qt(),e0=it(),t0=lo();function r0(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=Jm(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:qe.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}kt.macroKeywordCode=r0;function n0(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;s0(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=Jm(n,o,u),d=n.let("valid");t.block$data(d,h),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function h(){if(e.errors===!1)p(),e.modifying&&Bm(t),g(()=>t.error());else{let y=e.async?f():m();e.modifying&&Bm(t),g(()=>o0(t,y))}}function f(){let y=n.let("ruleErrs",null);return n.try(()=>p((0,qe._)`await `),v=>n.assign(d,!1).if((0,qe._)`${v} instanceof ${c.ValidationError}`,()=>n.assign(y,(0,qe._)`${v}.errors`),()=>n.throw(v))),y}function m(){let y=(0,qe._)`${l}.errors`;return n.assign(y,null),p(qe.nil),y}function p(y=e.async?(0,qe._)`await `:qe.nil){let v=c.opts.passContext?Zr.default.this:Zr.default.self,w=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,qe._)`${y}${(0,e0.callValidateCode)(t,l,v,w)}`,e.modifying)}function g(y){var v;n.if((0,qe.not)((v=e.valid)!==null&&v!==void 0?v:d),y)}}kt.funcKeywordCode=n0;function Bm(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,qe._)`${n.parentData}[${n.parentDataProperty}]`))}function o0(t,e){let{gen:r}=t;r.if((0,qe._)`Array.isArray(${e})`,()=>{r.assign(Zr.default.vErrors,(0,qe._)`${Zr.default.vErrors} === null ? ${e} : ${Zr.default.vErrors}.concat(${e})`).assign(Zr.default.errors,(0,qe._)`${Zr.default.vErrors}.length`),(0,t0.extendErrors)(t)},()=>t.error())}function s0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Jm(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,qe.stringify)(r)})}function i0(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")}kt.validSchemaType=i0;function a0({schema:t,opts:e,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}kt.validateKeywordUsage=a0});var Wm=T(rr=>{"use strict";Object.defineProperty(rr,"__esModule",{value:!0});rr.extendSubschemaMode=rr.extendSubschemaData=rr.getSubschema=void 0;var St=H(),Km=re();function c0(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,St._)`${t.schemaPath}${(0,St.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,St._)`${t.schemaPath}${(0,St.getProperty)(e)}${(0,St.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Km.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}rr.getSubschema=c0;function u0(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=e,h=a.let("data",(0,St._)`${e.data}${(0,St.getProperty)(r)}`,!0);c(h),t.errorPath=(0,St.str)`${u}${(0,Km.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,St._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof St.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}rr.extendSubschemaData=u0;function l0(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(t.compositeRule=n),o!==void 0&&(t.createErrors=o),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}rr.extendSubschemaMode=l0});var Hu=T((L1,Qm)=>{"use strict";Qm.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!t(e[o],r[o]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var Ym=T((F1,Xm)=>{"use strict";var nr=Xm.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Ws(e,n,o,t,"",t)};nr.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};nr.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};nr.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};nr.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 Ws(t,e,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,c,u);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in nr.arrayKeywords)for(var h=0;h<d.length;h++)Ws(t,e,r,d[h],o+"/"+l+"/"+h,s,o,l,n,h)}else if(l in nr.propsKeywords){if(d&&typeof d=="object")for(var f in d)Ws(t,e,r,d[f],o+"/"+l+"/"+d0(f),s,o,l,n,f)}else(l in nr.keywords||t.allKeys&&!(l in nr.skipKeywords))&&Ws(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function d0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var fo=T(Ke=>{"use strict";Object.defineProperty(Ke,"__esModule",{value:!0});Ke.getSchemaRefs=Ke.resolveUrl=Ke.normalizeId=Ke._getFullPath=Ke.getFullPath=Ke.inlineRef=void 0;var p0=re(),f0=Hu(),m0=Ym(),h0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function g0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Bu(t):e?eh(t)<=e:!1}Ke.inlineRef=g0;var y0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Bu(t){for(let e in t){if(y0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Bu)||typeof r=="object"&&Bu(r))return!0}return!1}function eh(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!h0.has(r)&&(typeof t[r]=="object"&&(0,p0.eachItem)(t[r],n=>e+=eh(n)),e===1/0))return 1/0}return e}function th(t,e="",r){r!==!1&&(e=fn(e));let n=t.parse(e);return rh(t,n)}Ke.getFullPath=th;function rh(t,e){return t.serialize(e).split("#")[0]+"#"}Ke._getFullPath=rh;var _0=/#\/?$/;function fn(t){return t?t.replace(_0,""):""}Ke.normalizeId=fn;function v0(t,e,r){return r=fn(r),t.resolve(e,r)}Ke.resolveUrl=v0;var x0=/^[a-z_][-a-z0-9._]*$/i;function b0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=fn(t[r]||e),s={"":o},i=th(n,o,!1),a={},c=new Set;return m0(t,{allKeys:!0},(d,h,f,m)=>{if(m===void 0)return;let p=i+h,g=s[m];typeof d[r]=="string"&&(g=y.call(this,d[r])),v.call(this,d.$anchor),v.call(this,d.$dynamicAnchor),s[h]=g;function y(w){let b=this.opts.uriResolver.resolve;if(w=fn(g?b(g,w):w),c.has(w))throw l(w);c.add(w);let $=this.refs[w];return typeof $=="string"&&($=this.refs[$]),typeof $=="object"?u(d,$.schema,w):w!==fn(p)&&(w[0]==="#"?(u(d,a[w],w),a[w]=d):this.refs[w]=p),w}function v(w){if(typeof w=="string"){if(!x0.test(w))throw new Error(`invalid anchor "${w}"`);y.call(this,`#${w}`)}}}),a;function u(d,h,f){if(h!==void 0&&!f0(d,h))throw l(f)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Ke.getSchemaRefs=b0});var go=T(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.getData=or.KeywordCxt=or.validateFunctionCode=void 0;var ah=Am(),nh=po(),Gu=ju(),Qs=po(),$0=Um(),ho=Gm(),Ju=Wm(),C=H(),q=qt(),w0=fo(),Lt=re(),mo=lo();function k0(t){if(lh(t)&&(dh(t),uh(t))){T0(t);return}ch(t,()=>(0,ah.topBoolOrEmptySchema)(t))}or.validateFunctionCode=k0;function ch({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,C._)`${q.default.data}, ${q.default.valCxt}`,n.$async,()=>{t.code((0,C._)`"use strict"; ${oh(r,o)}`),z0(t,o),t.code(s)}):t.func(e,(0,C._)`${q.default.data}, ${S0(o)}`,n.$async,()=>t.code(oh(r,o)).code(s))}function S0(t){return(0,C._)`{${q.default.instancePath}="", ${q.default.parentData}, ${q.default.parentDataProperty}, ${q.default.rootData}=${q.default.data}${t.dynamicRef?(0,C._)`, ${q.default.dynamicAnchors}={}`:C.nil}}={}`}function z0(t,e){t.if(q.default.valCxt,()=>{t.var(q.default.instancePath,(0,C._)`${q.default.valCxt}.${q.default.instancePath}`),t.var(q.default.parentData,(0,C._)`${q.default.valCxt}.${q.default.parentData}`),t.var(q.default.parentDataProperty,(0,C._)`${q.default.valCxt}.${q.default.parentDataProperty}`),t.var(q.default.rootData,(0,C._)`${q.default.valCxt}.${q.default.rootData}`),e.dynamicRef&&t.var(q.default.dynamicAnchors,(0,C._)`${q.default.valCxt}.${q.default.dynamicAnchors}`)},()=>{t.var(q.default.instancePath,(0,C._)`""`),t.var(q.default.parentData,(0,C._)`undefined`),t.var(q.default.parentDataProperty,(0,C._)`undefined`),t.var(q.default.rootData,q.default.data),e.dynamicRef&&t.var(q.default.dynamicAnchors,(0,C._)`{}`)})}function T0(t){let{schema:e,opts:r,gen:n}=t;ch(t,()=>{r.$comment&&e.$comment&&fh(t),O0(t),n.let(q.default.vErrors,null),n.let(q.default.errors,0),r.unevaluated&&E0(t),ph(t),N0(t)})}function E0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,C._)`${r}.evaluated`),e.if((0,C._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,C._)`${t.evaluated}.props`,(0,C._)`undefined`)),e.if((0,C._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,C._)`${t.evaluated}.items`,(0,C._)`undefined`))}function oh(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,C._)`/*# sourceURL=${r} */`:C.nil}function P0(t,e){if(lh(t)&&(dh(t),uh(t))){R0(t,e);return}(0,ah.boolOrEmptySchema)(t,e)}function uh({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function lh(t){return typeof t.schema!="boolean"}function R0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&fh(t),M0(t),C0(t);let s=n.const("_errs",q.default.errors);ph(t,s),n.var(e,(0,C._)`${s} === ${q.default.errors}`)}function dh(t){(0,Lt.checkUnknownRules)(t),I0(t)}function ph(t,e){if(t.opts.jtd)return sh(t,[],!1,e);let r=(0,nh.getSchemaTypes)(t.schema),n=(0,nh.coerceAndCheckDataType)(t,r);sh(t,r,!n,e)}function I0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Lt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function O0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Lt.checkStrictMode)(t,"default is ignored in the schema root")}function M0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,w0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function C0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function fh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,C._)`${q.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,C.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,C._)`${q.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function N0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,C._)`${q.default.errors} === 0`,()=>e.return(q.default.data),()=>e.throw((0,C._)`new ${o}(${q.default.vErrors})`)):(e.assign((0,C._)`${n}.errors`,q.default.vErrors),s.unevaluated&&A0(t),e.return((0,C._)`${q.default.errors} === 0`))}function A0({gen:t,evaluated:e,props:r,items:n}){r instanceof C.Name&&t.assign((0,C._)`${e}.props`,r),n instanceof C.Name&&t.assign((0,C._)`${e}.items`,n)}function sh(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Lt.schemaHasRulesButRef)(s,l))){o.block(()=>hh(t,"$ref",l.all.$ref.definition));return}c.jtd||Z0(t,e),o.block(()=>{for(let h of l.rules)d(h);d(l.post)});function d(h){(0,Gu.shouldUseGroup)(s,h)&&(h.type?(o.if((0,Qs.checkDataType)(h.type,i,c.strictNumbers)),ih(t,h),e.length===1&&e[0]===h.type&&r&&(o.else(),(0,Qs.reportTypeError)(t)),o.endIf()):ih(t,h),a||o.if((0,C._)`${q.default.errors} === ${n||0}`))}}function ih(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,$0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,Gu.shouldUseRule)(n,s)&&hh(t,s.keyword,s.definition,e.type)})}function Z0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(j0(t,e),t.opts.allowUnionTypes||D0(t,e),q0(t,t.dataTypes))}function j0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{mh(t.dataTypes,r)||Ku(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),F0(t,e)}}function D0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Ku(t,"use allowUnionTypes to allow union type keyword")}function q0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,Gu.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>L0(e,i))&&Ku(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function L0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function mh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function F0(t,e){let r=[];for(let n of t.dataTypes)mh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Ku(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Lt.checkStrictMode)(t,e,t.opts.strictTypes)}var Xs=class{constructor(e,r,n){if((0,ho.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,Lt.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",gh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,ho.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",q.default.errors))}result(e,r,n){this.failResult((0,C.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,C.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,C._)`${r} !== undefined && (${(0,C.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?mo.reportExtraError:mo.reportError)(this,this.def.error,r)}$dataError(){(0,mo.reportError)(this,this.def.$dataError||mo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,mo.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=C.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=C.nil,r=C.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,C.or)((0,C._)`${o} === undefined`,r)),e!==C.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==C.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,C.or)(i(),a());function i(){if(n.length){if(!(r instanceof C.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,C._)`${(0,Qs.checkDataTypes)(c,r,s.opts.strictNumbers,Qs.DataType.Wrong)}`}return C.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,C._)`!${c}(${r})`}return C.nil}}subschema(e,r){let n=(0,Ju.getSubschema)(this.it,e);(0,Ju.extendSubschemaData)(n,this.it,e),(0,Ju.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return P0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Lt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Lt.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,C.Name)),!0}};or.KeywordCxt=Xs;function hh(t,e,r,n){let o=new Xs(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,ho.funcKeywordCode)(o,r):"macro"in r?(0,ho.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,ho.funcKeywordCode)(o,r)}var U0=/^\/(?:[^~]|~0|~1)*$/,V0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function gh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return q.default.rootData;if(t[0]==="/"){if(!U0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=q.default.rootData}else{let u=V0.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=e)throw new Error(c("property/index",l));return n[e-l]}if(l>e)throw new Error(c("data",l));if(s=r[e-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,C._)`${s}${(0,C.getProperty)((0,Lt.unescapeJsonPointer)(u))}`,i=(0,C._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}or.getData=gh});var Ys=T(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});var Wu=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Qu.default=Wu});var yo=T(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});var Xu=fo(),Yu=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Xu.resolveUrl)(e,r,n),this.missingSchema=(0,Xu.normalizeId)((0,Xu.getFullPath)(e,this.missingRef))}};el.default=Yu});var ti=T(at=>{"use strict";Object.defineProperty(at,"__esModule",{value:!0});at.resolveSchema=at.getCompilingSchema=at.resolveRef=at.compileSchema=at.SchemaEnv=void 0;var mt=H(),H0=Ys(),jr=qt(),ht=fo(),yh=re(),B0=go(),mn=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,ht.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};at.SchemaEnv=mn;function rl(t){let e=_h.call(this,t);if(e)return e;let r=(0,ht.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new mt.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:H0.default,code:(0,mt._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:jr.default.data,parentData:jr.default.parentData,parentDataProperty:jr.default.parentDataProperty,dataNames:[jr.default.data],dataPathArr:[mt.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,mt.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:mt.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,mt._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,B0.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(jr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let f=new Function(`${jr.default.self}`,`${jr.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=t.schema,f.schemaEnv=t,t.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:d,scopeValues:i._values}),this.opts.unevaluated){let{props:m,items:p}=u;f.evaluated={props:m instanceof mt.Name?void 0:m,items:p instanceof mt.Name?void 0:p,dynamicProps:m instanceof mt.Name,dynamicItems:p instanceof mt.Name},f.source&&(f.source.evaluated=(0,mt.stringify)(f.evaluated))}return t.validate=f,t}catch(d){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(t)}}at.compileSchema=rl;function J0(t,e,r){var n;r=(0,ht.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=W0.call(this,t,r);if(s===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new mn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=G0.call(this,s)}at.resolveRef=J0;function G0(t){return(0,ht.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:rl.call(this,t)}function _h(t){for(let e of this._compilations)if(K0(e,t))return e}at.getCompilingSchema=_h;function K0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function W0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||ei.call(this,t,e)}function ei(t,e){let r=this.opts.uriResolver.parse(e),n=(0,ht._getFullPath)(this.opts.uriResolver,r),o=(0,ht.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return tl.call(this,r,t);let s=(0,ht.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=ei.call(this,t,i);return typeof a?.schema!="object"?void 0:tl.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||rl.call(this,i),s===(0,ht.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,ht.resolveUrl)(this.opts.uriResolver,o,u)),new mn({schema:a,schemaId:c,root:t,baseId:o})}return tl.call(this,r,i)}}at.resolveSchema=ei;var Q0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function tl(t,{baseId:e,schema:r,root:n}){var o;if(((o=t.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,yh.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!Q0.has(a)&&u&&(e=(0,ht.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,yh.schemaHasRulesButRef)(r,this.RULES)){let a=(0,ht.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=ei.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new mn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var vh=T((G1,X0)=>{X0.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var ol=T((K1,wh)=>{"use strict";var Y0=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),bh=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function nl(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var ek=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function xh(t){return t.length=0,!0}function tk(t,e,r){if(t.length){let n=nl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function rk(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=tk;for(let c=0;c<t.length;c++){let u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(s=!0),n.push(":");continue}else if(u==="%"){if(!a(o,n,r))break;a=xh}else{o.push(u);continue}}return o.length&&(a===xh?r.zone=o.join(""):i?n.push(o.join("")):n.push(nl(o))),r.address=n.join(""),r}function $h(t){if(nk(t,":")<2)return{host:t,isIPV6:!1};let e=rk(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 nk(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function ok(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}function sk(t,e){let r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function ik(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!bh(r)){let n=$h(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}wh.exports={nonSimpleDomain:ek,recomposeAuthority:ik,normalizeComponentEncoding:sk,removeDotSegments:ok,isIPv4:bh,isUUID:Y0,normalizeIPv6:$h,stringArrayToHexStripped:nl}});var Eh=T((W1,Th)=>{"use strict";var{isUUID:ak}=ol(),ck=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,uk=["http","https","ws","wss","urn","urn:uuid"];function lk(t){return uk.indexOf(t)!==-1}function sl(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 kh(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function Sh(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function dk(t){return t.secure=sl(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function pk(t){if((t.port===(sl(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function fk(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(ck);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let o=`${n}:${e.nid||t.nid}`,s=il(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function mk(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),o=`${r}:${e.nid||n}`,s=il(o);s&&(t=s.serialize(t,e));let i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function hk(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!ak(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function gk(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var zh={scheme:"http",domainHost:!0,parse:kh,serialize:Sh},yk={scheme:"https",domainHost:zh.domainHost,parse:kh,serialize:Sh},ri={scheme:"ws",domainHost:!0,parse:dk,serialize:pk},_k={scheme:"wss",domainHost:ri.domainHost,parse:ri.parse,serialize:ri.serialize},vk={scheme:"urn",parse:fk,serialize:mk,skipNormalize:!0},xk={scheme:"urn:uuid",parse:hk,serialize:gk,skipNormalize:!0},ni={http:zh,https:yk,ws:ri,wss:_k,urn:vk,"urn:uuid":xk};Object.setPrototypeOf(ni,null);function il(t){return t&&(ni[t]||ni[t.toLowerCase()])||void 0}Th.exports={wsIsSecure:sl,SCHEMES:ni,isValidSchemeName:lk,getSchemeHandler:il}});var Ih=T((Q1,si)=>{"use strict";var{normalizeIPv6:bk,removeDotSegments:_o,recomposeAuthority:$k,normalizeComponentEncoding:oi,isIPv4:wk,nonSimpleDomain:kk}=ol(),{SCHEMES:Sk,getSchemeHandler:Ph}=Eh();function zk(t,e){return typeof t=="string"?t=zt(Ft(t,e),e):typeof t=="object"&&(t=Ft(zt(t,e),e)),t}function Tk(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=Rh(Ft(t,n),Ft(e,n),n,!0);return n.skipEscape=!0,zt(o,n)}function Rh(t,e,r,n){let o={};return n||(t=Ft(zt(t,r),r),e=Ft(zt(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(o.scheme=e.scheme,o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=_o(e.path||""),o.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=_o(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=_o(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?o.path="/"+e.path:t.path?o.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:o.path=e.path,o.path=_o(o.path)),o.query=e.query):(o.path=t.path,e.query!==void 0?o.query=e.query:o.query=t.query),o.userinfo=t.userinfo,o.host=t.host,o.port=t.port),o.scheme=t.scheme),o.fragment=e.fragment,o}function Ek(t,e,r){return typeof t=="string"?(t=unescape(t),t=zt(oi(Ft(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=zt(oi(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=zt(oi(Ft(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=zt(oi(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function zt(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),o=[],s=Ph(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=$k(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=_o(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var Pk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Ft(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let s=t.match(Pk);if(s){if(n.scheme=s[1],n.userinfo=s[3],n.host=s[4],n.port=parseInt(s[5],10),n.path=s[6]||"",n.query=s[7],n.fragment=s[8],isNaN(n.port)&&(n.port=s[5]),n.host)if(wk(n.host)===!1){let c=bk(n.host);n.host=c.host.toLowerCase(),o=c.isIPV6}else o=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let i=Ph(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&kk(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var al={SCHEMES:Sk,normalize:zk,resolve:Tk,resolveComponent:Rh,equal:Ek,serialize:zt,parse:Ft};si.exports=al;si.exports.default=al;si.exports.fastUri=al});var Mh=T(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var Oh=Ih();Oh.code='require("ajv/dist/runtime/uri").default';cl.default=Oh});var Lh=T(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});Pe.CodeGen=Pe.Name=Pe.nil=Pe.stringify=Pe.str=Pe._=Pe.KeywordCxt=void 0;var Rk=go();Object.defineProperty(Pe,"KeywordCxt",{enumerable:!0,get:function(){return Rk.KeywordCxt}});var hn=H();Object.defineProperty(Pe,"_",{enumerable:!0,get:function(){return hn._}});Object.defineProperty(Pe,"str",{enumerable:!0,get:function(){return hn.str}});Object.defineProperty(Pe,"stringify",{enumerable:!0,get:function(){return hn.stringify}});Object.defineProperty(Pe,"nil",{enumerable:!0,get:function(){return hn.nil}});Object.defineProperty(Pe,"Name",{enumerable:!0,get:function(){return hn.Name}});Object.defineProperty(Pe,"CodeGen",{enumerable:!0,get:function(){return hn.CodeGen}});var Ik=Ys(),jh=yo(),Ok=Zu(),vo=ti(),Mk=H(),xo=fo(),ii=po(),ll=re(),Ch=vh(),Ck=Mh(),Dh=(t,e)=>new RegExp(t,e);Dh.code="new RegExp";var Nk=["removeAdditional","useDefaults","coerceTypes"],Ak=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),Zk={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."},jk={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Nh=200;function Dk(t){var e,r,n,o,s,i,a,c,u,l,d,h,f,m,p,g,y,v,w,b,$,F,ae,ee,A;let xe=t.strict,Ot=(e=t.code)===null||e===void 0?void 0:e.optimize,Zo=Ot===!0||Ot===void 0?1:Ot||0,kd=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:Dh,Ny=(o=t.uriResolver)!==null&&o!==void 0?o:Ck.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:xe)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:xe)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:xe)!==null&&l!==void 0?l:"log",strictTuples:(h=(d=t.strictTuples)!==null&&d!==void 0?d:xe)!==null&&h!==void 0?h:"log",strictRequired:(m=(f=t.strictRequired)!==null&&f!==void 0?f:xe)!==null&&m!==void 0?m:!1,code:t.code?{...t.code,optimize:Zo,regExp:kd}:{optimize:Zo,regExp:kd},loopRequired:(p=t.loopRequired)!==null&&p!==void 0?p:Nh,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:Nh,meta:(y=t.meta)!==null&&y!==void 0?y:!0,messages:(v=t.messages)!==null&&v!==void 0?v:!0,inlineRefs:(w=t.inlineRefs)!==null&&w!==void 0?w:!0,schemaId:(b=t.schemaId)!==null&&b!==void 0?b:"$id",addUsedSchema:($=t.addUsedSchema)!==null&&$!==void 0?$:!0,validateSchema:(F=t.validateSchema)!==null&&F!==void 0?F:!0,validateFormats:(ae=t.validateFormats)!==null&&ae!==void 0?ae:!0,unicodeRegExp:(ee=t.unicodeRegExp)!==null&&ee!==void 0?ee:!0,int32range:(A=t.int32range)!==null&&A!==void 0?A:!0,uriResolver:Ny}}var bo=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...Dk(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new Mk.ValueScope({scope:{},prefixes:Ak,es5:r,lines:n}),this.logger=Hk(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,Ok.getRules)(),Ah.call(this,Zk,e,"NOT SUPPORTED"),Ah.call(this,jk,e,"DEPRECATED","warn"),this._metaOpts=Uk.call(this),e.formats&&Lk.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&Fk.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),qk.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=Ch;n==="id"&&(o={...Ch},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(l,d){await s.call(this,l.$schema);let h=this._addSchema(l,d);return h.validate||i.call(this,h)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof jh.default))throw d;return a.call(this,d),await c.call(this,d.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:d}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${d} cannot be resolved`)}async function c(l){let d=await u.call(this,l);this.refs[l]||await s.call(this,d.$schema),this.refs[l]||this.addSchema(d,l,r)}async function u(l){let d=this._loading[l];if(d)return d;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,xo.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,o,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,e);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(e){let r;for(;typeof(r=Zh.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new vo.SchemaEnv({schema:{},schemaId:n});if(r=vo.resolveSchema.call(this,o,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=Zh.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,xo.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(Jk.call(this,n,r),!r)return(0,ll.eachItem)(n,s=>ul.call(this,s)),this;Kk.call(this,r);let o={...r,type:(0,ii.getJSONTypes)(r.type),schemaType:(0,ii.getJSONTypes)(r.schemaType)};return(0,ll.eachItem)(n,o.type.length===0?s=>ul.call(this,s,o):s=>o.type.forEach(i=>ul.call(this,s,o,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===e);o>=0&&n.rules.splice(o,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of r){let s=o.split("/").slice(1),i=e;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,l=i[a];u&&l&&(i[a]=qh(l))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,xo.normalizeId)(i||n);let u=xo.getSchemaRefs.call(this,e,n);return c=new vo.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):vo.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{vo.compileSchema.call(this,e)}finally{this.opts=r}}};bo.ValidationError=Ik.default;bo.MissingRefError=jh.default;Pe.default=bo;function Ah(t,e,r,n="error"){for(let o in t){let s=o;s in e&&this.logger[n](`${r}: option ${o}. ${t[s]}`)}}function Zh(t){return t=(0,xo.normalizeId)(t),this.schemas[t]||this.refs[t]}function qk(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function Lk(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function Fk(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function Uk(){let t={...this.opts};for(let e of Nk)delete t[e];return t}var Vk={log(){},warn(){},error(){}};function Hk(t){if(t===!1)return Vk;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var Bk=/^[a-z_$][a-z0-9_$:-]*$/i;function Jk(t,e){let{RULES:r}=this;if((0,ll.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!Bk.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function ul(t,e,r){var n;let o=e?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,ii.getJSONTypes)(e.type),schemaType:(0,ii.getJSONTypes)(e.schemaType)}};e.before?Gk.call(this,i,a,e.before):i.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function Gk(t,e,r){let n=t.rules.findIndex(o=>o.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function Kk(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=qh(e)),t.validateSchema=this.compile(e,!0))}var Wk={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function qh(t){return{anyOf:[t,Wk]}}});var Fh=T(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});var Qk={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};dl.default=Qk});var Bh=T(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.callRef=Dr.getValidate=void 0;var Xk=yo(),Uh=it(),We=H(),gn=qt(),Vh=ti(),ai=re(),Yk={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return d();let l=Vh.resolveRef.call(c,u,o,r);if(l===void 0)throw new Xk.default(n.opts.uriResolver,o,r);if(l instanceof Vh.SchemaEnv)return h(l);return f(l);function d(){if(s===u)return ci(t,i,s,s.$async);let m=e.scopeValue("root",{ref:u});return ci(t,(0,We._)`${m}.validate`,u,u.$async)}function h(m){let p=Hh(t,m);ci(t,p,m,m.$async)}function f(m){let p=e.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,We.stringify)(m)}:{ref:m}),g=e.name("valid"),y=t.subschema({schema:m,dataTypes:[],schemaPath:We.nil,topSchemaRef:p,errSchemaPath:r},g);t.mergeEvaluated(y),t.ok(g)}}};function Hh(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,We._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Dr.getValidate=Hh;function ci(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?gn.default.this:We.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=o.let("valid");o.try(()=>{o.code((0,We._)`await ${(0,Uh.callValidateCode)(t,e,u)}`),f(e),i||o.assign(m,!0)},p=>{o.if((0,We._)`!(${p} instanceof ${s.ValidationError})`,()=>o.throw(p)),h(p),i||o.assign(m,!1)}),t.ok(m)}function d(){t.result((0,Uh.callValidateCode)(t,e,u),()=>f(e),()=>h(e))}function h(m){let p=(0,We._)`${m}.errors`;o.assign(gn.default.vErrors,(0,We._)`${gn.default.vErrors} === null ? ${p} : ${gn.default.vErrors}.concat(${p})`),o.assign(gn.default.errors,(0,We._)`${gn.default.vErrors}.length`)}function f(m){var p;if(!s.opts.unevaluated)return;let g=(p=r?.validate)===null||p===void 0?void 0:p.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=ai.mergeEvaluated.props(o,g.props,s.props));else{let y=o.var("props",(0,We._)`${m}.evaluated.props`);s.props=ai.mergeEvaluated.props(o,y,s.props,We.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=ai.mergeEvaluated.items(o,g.items,s.items));else{let y=o.var("items",(0,We._)`${m}.evaluated.items`);s.items=ai.mergeEvaluated.items(o,y,s.items,We.Name)}}}Dr.callRef=ci;Dr.default=Yk});var Jh=T(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});var eS=Fh(),tS=Bh(),rS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",eS.default,tS.default];pl.default=rS});var Gh=T(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});var ui=H(),sr=ui.operators,li={maximum:{okStr:"<=",ok:sr.LTE,fail:sr.GT},minimum:{okStr:">=",ok:sr.GTE,fail:sr.LT},exclusiveMaximum:{okStr:"<",ok:sr.LT,fail:sr.GTE},exclusiveMinimum:{okStr:">",ok:sr.GT,fail:sr.LTE}},nS={message:({keyword:t,schemaCode:e})=>(0,ui.str)`must be ${li[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,ui._)`{comparison: ${li[t].okStr}, limit: ${e}}`},oS={keyword:Object.keys(li),type:"number",schemaType:"number",$data:!0,error:nS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,ui._)`${r} ${li[e].fail} ${n} || isNaN(${r})`)}};fl.default=oS});var Kh=T(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});var $o=H(),sS={message:({schemaCode:t})=>(0,$o.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,$o._)`{multipleOf: ${t}}`},iS={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:sS,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,$o._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,$o._)`${i} !== parseInt(${i})`;t.fail$data((0,$o._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};ml.default=iS});var Qh=T(hl=>{"use strict";Object.defineProperty(hl,"__esModule",{value:!0});function Wh(t){let e=t.length,r=0,n=0,o;for(;n<e;)r++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<e&&(o=t.charCodeAt(n),(o&64512)===56320&&n++);return r}hl.default=Wh;Wh.code='require("ajv/dist/runtime/ucs2length").default'});var Xh=T(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});var qr=H(),aS=re(),cS=Qh(),uS={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,qr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,qr._)`{limit: ${t}}`},lS={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:uS,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?qr.operators.GT:qr.operators.LT,i=o.opts.unicode===!1?(0,qr._)`${r}.length`:(0,qr._)`${(0,aS.useFunc)(t.gen,cS.default)}(${r})`;t.fail$data((0,qr._)`${i} ${s} ${n}`)}};gl.default=lS});var Yh=T(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var dS=it(),di=H(),pS={message:({schemaCode:t})=>(0,di.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,di._)`{pattern: ${t}}`},fS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:pS,code(t){let{data:e,$data:r,schema:n,schemaCode:o,it:s}=t,i=s.opts.unicodeRegExp?"u":"",a=r?(0,di._)`(new RegExp(${o}, ${i}))`:(0,dS.usePattern)(t,n);t.fail$data((0,di._)`!${a}.test(${e})`)}};yl.default=fS});var eg=T(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});var wo=H(),mS={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,wo.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,wo._)`{limit: ${t}}`},hS={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:mS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?wo.operators.GT:wo.operators.LT;t.fail$data((0,wo._)`Object.keys(${r}).length ${o} ${n}`)}};_l.default=hS});var tg=T(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});var ko=it(),So=H(),gS=re(),yS={message:({params:{missingProperty:t}})=>(0,So.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,So._)`{missingProperty: ${t}}`},_S={keyword:"required",type:"object",schemaType:"array",$data:!0,error:yS,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let f=t.parentSchema.properties,{definedProperties:m}=t.it;for(let p of r)if(f?.[p]===void 0&&!m.has(p)){let g=i.schemaEnv.baseId+i.errSchemaPath,y=`required property "${p}" is not defined at "${g}" (strictRequired)`;(0,gS.checkStrictMode)(i,y,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(So.nil,d);else for(let f of r)(0,ko.checkReportMissingProp)(t,f)}function l(){let f=e.let("missing");if(c||s){let m=e.let("valid",!0);t.block$data(m,()=>h(f,m)),t.ok(m)}else e.if((0,ko.checkMissingProp)(t,r,f)),(0,ko.reportMissingProp)(t,f),e.else()}function d(){e.forOf("prop",n,f=>{t.setParams({missingProperty:f}),e.if((0,ko.noPropertyInData)(e,o,f,a.ownProperties),()=>t.error())})}function h(f,m){t.setParams({missingProperty:f}),e.forOf(f,n,()=>{e.assign(m,(0,ko.propertyInData)(e,o,f,a.ownProperties)),e.if((0,So.not)(m),()=>{t.error(),e.break()})},So.nil)}}};vl.default=_S});var rg=T(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});var zo=H(),vS={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,zo.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,zo._)`{limit: ${t}}`},xS={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:vS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?zo.operators.GT:zo.operators.LT;t.fail$data((0,zo._)`${r}.length ${o} ${n}`)}};xl.default=xS});var pi=T(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});var ng=Hu();ng.code='require("ajv/dist/runtime/equal").default';bl.default=ng});var og=T(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});var $l=po(),Re=H(),bS=re(),$S=pi(),wS={message:({params:{i:t,j:e}})=>(0,Re.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Re._)`{i: ${t}, j: ${e}}`},kS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:wS,code(t){let{gen:e,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=t;if(!n&&!o)return;let c=e.let("valid"),u=s.items?(0,$l.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,Re._)`${i} === false`),t.ok(c);function l(){let m=e.let("i",(0,Re._)`${r}.length`),p=e.let("j");t.setParams({i:m,j:p}),e.assign(c,!0),e.if((0,Re._)`${m} > 1`,()=>(d()?h:f)(m,p))}function d(){return u.length>0&&!u.some(m=>m==="object"||m==="array")}function h(m,p){let g=e.name("item"),y=(0,$l.checkDataTypes)(u,g,a.opts.strictNumbers,$l.DataType.Wrong),v=e.const("indices",(0,Re._)`{}`);e.for((0,Re._)`;${m}--;`,()=>{e.let(g,(0,Re._)`${r}[${m}]`),e.if(y,(0,Re._)`continue`),u.length>1&&e.if((0,Re._)`typeof ${g} == "string"`,(0,Re._)`${g} += "_"`),e.if((0,Re._)`typeof ${v}[${g}] == "number"`,()=>{e.assign(p,(0,Re._)`${v}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,Re._)`${v}[${g}] = ${m}`)})}function f(m,p){let g=(0,bS.useFunc)(e,$S.default),y=e.name("outer");e.label(y).for((0,Re._)`;${m}--;`,()=>e.for((0,Re._)`${p} = ${m}; ${p}--;`,()=>e.if((0,Re._)`${g}(${r}[${m}], ${r}[${p}])`,()=>{t.error(),e.assign(c,!1).break(y)})))}}};wl.default=kS});var sg=T(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});var kl=H(),SS=re(),zS=pi(),TS={message:"must be equal to constant",params:({schemaCode:t})=>(0,kl._)`{allowedValue: ${t}}`},ES={keyword:"const",$data:!0,error:TS,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,kl._)`!${(0,SS.useFunc)(e,zS.default)}(${r}, ${o})`):t.fail((0,kl._)`${s} !== ${r}`)}};Sl.default=ES});var ig=T(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var To=H(),PS=re(),RS=pi(),IS={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,To._)`{allowedValues: ${t}}`},OS={keyword:"enum",schemaType:"array",$data:!0,error:IS,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,PS.useFunc)(e,RS.default)),l;if(a||n)l=e.let("valid"),t.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let f=e.const("vSchema",s);l=(0,To.or)(...o.map((m,p)=>h(f,p)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,f=>e.if((0,To._)`${u()}(${r}, ${f})`,()=>e.assign(l,!0).break()))}function h(f,m){let p=o[m];return typeof p=="object"&&p!==null?(0,To._)`${u()}(${r}, ${f}[${m}])`:(0,To._)`${r} === ${p}`}}};zl.default=OS});var ag=T(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var MS=Gh(),CS=Kh(),NS=Xh(),AS=Yh(),ZS=eg(),jS=tg(),DS=rg(),qS=og(),LS=sg(),FS=ig(),US=[MS.default,CS.default,NS.default,AS.default,ZS.default,jS.default,DS.default,qS.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},LS.default,FS.default];Tl.default=US});var Pl=T(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.validateAdditionalItems=void 0;var Lr=H(),El=re(),VS={message:({params:{len:t}})=>(0,Lr.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Lr._)`{limit: ${t}}`},HS={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:VS,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,El.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}cg(t,n)}};function cg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Lr._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Lr._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,El.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Lr._)`${a} <= ${e.length}`);r.if((0,Lr.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:El.Type.Num},u),i.allErrors||r.if((0,Lr.not)(u),()=>r.break())})}}Eo.validateAdditionalItems=cg;Eo.default=HS});var Rl=T(Po=>{"use strict";Object.defineProperty(Po,"__esModule",{value:!0});Po.validateTuple=void 0;var ug=H(),fi=re(),BS=it(),JS={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return lg(t,"additionalItems",e);r.items=!0,!(0,fi.alwaysValidSchema)(r,e)&&t.ok((0,BS.validateArray)(t))}};function lg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=fi.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,ug._)`${s}.length`);r.forEach((d,h)=>{(0,fi.alwaysValidSchema)(a,d)||(n.if((0,ug._)`${u} > ${h}`,()=>t.subschema({keyword:i,schemaProp:h,dataProp:h},c)),t.ok(c))});function l(d){let{opts:h,errSchemaPath:f}=a,m=r.length,p=m===d.minItems&&(m===d.maxItems||d[e]===!1);if(h.strictTuples&&!p){let g=`"${i}" is ${m}-tuple, but minItems or maxItems/${e} are not specified or different at path "${f}"`;(0,fi.checkStrictMode)(a,g,h.strictTuples)}}}Po.validateTuple=lg;Po.default=JS});var dg=T(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});var GS=Rl(),KS={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,GS.validateTuple)(t,"items")};Il.default=KS});var fg=T(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var pg=H(),WS=re(),QS=it(),XS=Pl(),YS={message:({params:{len:t}})=>(0,pg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,pg._)`{limit: ${t}}`},ez={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:YS,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,WS.alwaysValidSchema)(n,e)&&(o?(0,XS.validateAdditionalItems)(t,o):t.ok((0,QS.validateArray)(t)))}};Ol.default=ez});var mg=T(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});var ct=H(),mi=re(),tz={message:({params:{min:t,max:e}})=>e===void 0?(0,ct.str)`must contain at least ${t} valid item(s)`:(0,ct.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,ct._)`{minContains: ${t}}`:(0,ct._)`{minContains: ${t}, maxContains: ${e}}`},rz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:tz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let l=e.const("len",(0,ct._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,mi.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,mi.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,mi.alwaysValidSchema)(s,r)){let p=(0,ct._)`${l} >= ${i}`;a!==void 0&&(p=(0,ct._)`${p} && ${l} <= ${a}`),t.pass(p);return}s.items=!0;let d=e.name("valid");a===void 0&&i===1?f(d,()=>e.if(d,()=>e.break())):i===0?(e.let(d,!0),a!==void 0&&e.if((0,ct._)`${o}.length > 0`,h)):(e.let(d,!1),h()),t.result(d,()=>t.reset());function h(){let p=e.name("_valid"),g=e.let("count",0);f(p,()=>e.if(p,()=>m(g)))}function f(p,g){e.forRange("i",0,l,y=>{t.subschema({keyword:"contains",dataProp:y,dataPropType:mi.Type.Num,compositeRule:!0},p),g()})}function m(p){e.code((0,ct._)`${p}++`),a===void 0?e.if((0,ct._)`${p} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,ct._)`${p} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,ct._)`${p} >= ${i}`,()=>e.assign(d,!0)))}}};Ml.default=rz});var yg=T(Tt=>{"use strict";Object.defineProperty(Tt,"__esModule",{value:!0});Tt.validateSchemaDeps=Tt.validatePropertyDeps=Tt.error=void 0;var Cl=H(),nz=re(),Ro=it();Tt.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,Cl.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,Cl._)`{property: ${t},
6
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,U._)`[${o}]`)}}}function jw({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,U._)`${e} !== undefined`,()=>t.assign((0,U._)`${e}[${r}]`,n))}function Du(t,e,r,n=fn.Correct){let o=n===fn.Correct?U.operators.EQ:U.operators.NEQ,s;switch(t){case"null":return(0,U._)`${e} ${o} null`;case"array":s=(0,U._)`Array.isArray(${e})`;break;case"object":s=(0,U._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,U._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,U._)`typeof ${e} ${o} ${t}`}return n===fn.Correct?s:(0,U.not)(s);function i(a=U.nil){return(0,U.and)((0,U._)`typeof ${e} == "number"`,a,r?(0,U._)`isFinite(${e})`:U.nil)}}Ae.checkDataType=Du;function qu(t,e,r,n){if(t.length===1)return Du(t[0],e,r,n);let o,s=(0,qm.toHash)(t);if(s.array&&s.object){let i=(0,U._)`typeof ${e} != "object"`;o=s.null?i:(0,U._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=U.nil;s.number&&delete s.integer;for(let i in s)o=(0,U.and)(o,Du(i,e,r,n));return o}Ae.checkDataTypes=qu;var Dw={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,U._)`{type: ${t}}`:(0,U._)`{type: ${e}}`};function Lu(t){let e=qw(t);(0,Mw.reportError)(e,Dw)}Ae.reportTypeError=Lu;function qw(t){let{gen:e,data:r,schema:n}=t,o=(0,qm.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var Vm=T(Ks=>{"use strict";Object.defineProperty(Ks,"__esModule",{value:!0});Ks.assignDefaults=void 0;var mn=H(),Lw=re();function Fw(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)Um(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>Um(t,s,o.default))}Ks.assignDefaults=Fw;function Um(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,mn._)`${s}${(0,mn.getProperty)(e)}`;if(o){(0,Lw.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,mn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,mn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,mn._)`${a} = ${(0,mn.stringify)(r)}`)}});var at=T(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.validateUnion=se.validateArray=se.usePattern=se.callValidateCode=se.schemaProperties=se.allSchemaProperties=se.noPropertyInData=se.propertyInData=se.isOwnProperty=se.hasPropFunc=se.reportMissingProp=se.checkMissingProp=se.checkReportMissingProp=void 0;var de=H(),Fu=re(),tr=qt(),Uw=re();function Vw(t,e){let{gen:r,data:n,it:o}=t;r.if(Vu(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,de._)`${e}`},!0),t.error()})}se.checkReportMissingProp=Vw;function Hw({gen:t,data:e,it:{opts:r}},n,o){return(0,de.or)(...n.map(s=>(0,de.and)(Vu(t,e,s,r.ownProperties),(0,de._)`${o} = ${s}`)))}se.checkMissingProp=Hw;function Bw(t,e){t.setParams({missingProperty:e},!0),t.error()}se.reportMissingProp=Bw;function Hm(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,de._)`Object.prototype.hasOwnProperty`})}se.hasPropFunc=Hm;function Uu(t,e,r){return(0,de._)`${Hm(t)}.call(${e}, ${r})`}se.isOwnProperty=Uu;function Jw(t,e,r,n){let o=(0,de._)`${e}${(0,de.getProperty)(r)} !== undefined`;return n?(0,de._)`${o} && ${Uu(t,e,r)}`:o}se.propertyInData=Jw;function Vu(t,e,r,n){let o=(0,de._)`${e}${(0,de.getProperty)(r)} === undefined`;return n?(0,de.or)(o,(0,de.not)(Uu(t,e,r))):o}se.noPropertyInData=Vu;function Bm(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}se.allSchemaProperties=Bm;function Gw(t,e){return Bm(e).filter(r=>!(0,Fu.alwaysValidSchema)(t,e[r]))}se.schemaProperties=Gw;function Kw({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let l=u?(0,de._)`${t}, ${e}, ${n}${o}`:e,d=[[tr.default.instancePath,(0,de.strConcat)(tr.default.instancePath,s)],[tr.default.parentData,i.parentData],[tr.default.parentDataProperty,i.parentDataProperty],[tr.default.rootData,tr.default.rootData]];i.opts.dynamicRef&&d.push([tr.default.dynamicAnchors,tr.default.dynamicAnchors]);let h=(0,de._)`${l}, ${r.object(...d)}`;return c!==de.nil?(0,de._)`${a}.call(${c}, ${h})`:(0,de._)`${a}(${h})`}se.callValidateCode=Kw;var Ww=(0,de._)`new RegExp`;function Qw({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:o}=e.code,s=o(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,de._)`${o.code==="new RegExp"?Ww:(0,Uw.useFunc)(t,o)}(${r}, ${n})`})}se.usePattern=Qw;function Xw(t){let{gen:e,data:r,keyword:n,it:o}=t,s=e.name("valid");if(o.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(s,!0),i(()=>e.break()),s;function i(a){let c=e.const("len",(0,de._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Fu.Type.Num},s),e.if((0,de.not)(s),a)})}}se.validateArray=Xw;function Yw(t){let{gen:e,schema:r,keyword:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Fu.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let l=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,de._)`${i} || ${a}`),t.mergeValidEvaluated(l,a)||e.if((0,de.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}se.validateUnion=Yw});var Km=T(St=>{"use strict";Object.defineProperty(St,"__esModule",{value:!0});St.validateKeywordUsage=St.validSchemaType=St.funcKeywordCode=St.macroKeywordCode=void 0;var qe=H(),Zr=qt(),e0=at(),t0=po();function r0(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=Gm(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:qe.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}St.macroKeywordCode=r0;function n0(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;s0(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,l=Gm(n,o,u),d=n.let("valid");t.block$data(d,h),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function h(){if(e.errors===!1)p(),e.modifying&&Jm(t),g(()=>t.error());else{let y=e.async?f():m();e.modifying&&Jm(t),g(()=>o0(t,y))}}function f(){let y=n.let("ruleErrs",null);return n.try(()=>p((0,qe._)`await `),x=>n.assign(d,!1).if((0,qe._)`${x} instanceof ${c.ValidationError}`,()=>n.assign(y,(0,qe._)`${x}.errors`),()=>n.throw(x))),y}function m(){let y=(0,qe._)`${l}.errors`;return n.assign(y,null),p(qe.nil),y}function p(y=e.async?(0,qe._)`await `:qe.nil){let x=c.opts.passContext?Zr.default.this:Zr.default.self,w=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,qe._)`${y}${(0,e0.callValidateCode)(t,l,x,w)}`,e.modifying)}function g(y){var x;n.if((0,qe.not)((x=e.valid)!==null&&x!==void 0?x:d),y)}}St.funcKeywordCode=n0;function Jm(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,qe._)`${n.parentData}[${n.parentDataProperty}]`))}function o0(t,e){let{gen:r}=t;r.if((0,qe._)`Array.isArray(${e})`,()=>{r.assign(Zr.default.vErrors,(0,qe._)`${Zr.default.vErrors} === null ? ${e} : ${Zr.default.vErrors}.concat(${e})`).assign(Zr.default.errors,(0,qe._)`${Zr.default.vErrors}.length`),(0,t0.extendErrors)(t)},()=>t.error())}function s0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function Gm(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,qe.stringify)(r)})}function i0(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")}St.validSchemaType=i0;function a0({schema:t,opts:e,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}St.validateKeywordUsage=a0});var Qm=T(rr=>{"use strict";Object.defineProperty(rr,"__esModule",{value:!0});rr.extendSubschemaMode=rr.extendSubschemaData=rr.getSubschema=void 0;var zt=H(),Wm=re();function c0(t,{keyword:e,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,zt._)`${t.schemaPath}${(0,zt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,zt._)`${t.schemaPath}${(0,zt.getProperty)(e)}${(0,zt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,Wm.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}rr.getSubschema=c0;function u0(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:l,opts:d}=e,h=a.let("data",(0,zt._)`${e.data}${(0,zt.getProperty)(r)}`,!0);c(h),t.errorPath=(0,zt.str)`${u}${(0,Wm.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,zt._)`${r}`,t.dataPathArr=[...l,t.parentDataProperty]}if(o!==void 0){let u=o instanceof zt.Name?o:a.let("data",o,!0);c(u),i!==void 0&&(t.propertyName=i)}s&&(t.dataTypes=s);function c(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}rr.extendSubschemaData=u0;function l0(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(t.compositeRule=n),o!==void 0&&(t.createErrors=o),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}rr.extendSubschemaMode=l0});var Hu=T((L1,Xm)=>{"use strict";Xm.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!t(e[o],r[o]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var eh=T((F1,Ym)=>{"use strict";var nr=Ym.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Ws(e,n,o,t,"",t)};nr.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};nr.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};nr.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};nr.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 Ws(t,e,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,c,u);for(var l in n){var d=n[l];if(Array.isArray(d)){if(l in nr.arrayKeywords)for(var h=0;h<d.length;h++)Ws(t,e,r,d[h],o+"/"+l+"/"+h,s,o,l,n,h)}else if(l in nr.propsKeywords){if(d&&typeof d=="object")for(var f in d)Ws(t,e,r,d[f],o+"/"+l+"/"+d0(f),s,o,l,n,f)}else(l in nr.keywords||t.allKeys&&!(l in nr.skipKeywords))&&Ws(t,e,r,d,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,c,u)}}function d0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var mo=T(Ke=>{"use strict";Object.defineProperty(Ke,"__esModule",{value:!0});Ke.getSchemaRefs=Ke.resolveUrl=Ke.normalizeId=Ke._getFullPath=Ke.getFullPath=Ke.inlineRef=void 0;var p0=re(),f0=Hu(),m0=eh(),h0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function g0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Bu(t):e?th(t)<=e:!1}Ke.inlineRef=g0;var y0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Bu(t){for(let e in t){if(y0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Bu)||typeof r=="object"&&Bu(r))return!0}return!1}function th(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!h0.has(r)&&(typeof t[r]=="object"&&(0,p0.eachItem)(t[r],n=>e+=th(n)),e===1/0))return 1/0}return e}function rh(t,e="",r){r!==!1&&(e=hn(e));let n=t.parse(e);return nh(t,n)}Ke.getFullPath=rh;function nh(t,e){return t.serialize(e).split("#")[0]+"#"}Ke._getFullPath=nh;var _0=/#\/?$/;function hn(t){return t?t.replace(_0,""):""}Ke.normalizeId=hn;function v0(t,e,r){return r=hn(r),t.resolve(e,r)}Ke.resolveUrl=v0;var x0=/^[a-z_][-a-z0-9._]*$/i;function b0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=hn(t[r]||e),s={"":o},i=rh(n,o,!1),a={},c=new Set;return m0(t,{allKeys:!0},(d,h,f,m)=>{if(m===void 0)return;let p=i+h,g=s[m];typeof d[r]=="string"&&(g=y.call(this,d[r])),x.call(this,d.$anchor),x.call(this,d.$dynamicAnchor),s[h]=g;function y(w){let b=this.opts.uriResolver.resolve;if(w=hn(g?b(g,w):w),c.has(w))throw l(w);c.add(w);let $=this.refs[w];return typeof $=="string"&&($=this.refs[$]),typeof $=="object"?u(d,$.schema,w):w!==hn(p)&&(w[0]==="#"?(u(d,a[w],w),a[w]=d):this.refs[w]=p),w}function x(w){if(typeof w=="string"){if(!x0.test(w))throw new Error(`invalid anchor "${w}"`);y.call(this,`#${w}`)}}}),a;function u(d,h,f){if(h!==void 0&&!f0(d,h))throw l(f)}function l(d){return new Error(`reference "${d}" resolves to more than one schema`)}}Ke.getSchemaRefs=b0});var yo=T(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.getData=or.KeywordCxt=or.validateFunctionCode=void 0;var ch=Zm(),oh=fo(),Gu=ju(),Qs=fo(),$0=Vm(),go=Km(),Ju=Qm(),C=H(),q=qt(),w0=mo(),Lt=re(),ho=po();function k0(t){if(dh(t)&&(ph(t),lh(t))){T0(t);return}uh(t,()=>(0,ch.topBoolOrEmptySchema)(t))}or.validateFunctionCode=k0;function uh({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,C._)`${q.default.data}, ${q.default.valCxt}`,n.$async,()=>{t.code((0,C._)`"use strict"; ${sh(r,o)}`),z0(t,o),t.code(s)}):t.func(e,(0,C._)`${q.default.data}, ${S0(o)}`,n.$async,()=>t.code(sh(r,o)).code(s))}function S0(t){return(0,C._)`{${q.default.instancePath}="", ${q.default.parentData}, ${q.default.parentDataProperty}, ${q.default.rootData}=${q.default.data}${t.dynamicRef?(0,C._)`, ${q.default.dynamicAnchors}={}`:C.nil}}={}`}function z0(t,e){t.if(q.default.valCxt,()=>{t.var(q.default.instancePath,(0,C._)`${q.default.valCxt}.${q.default.instancePath}`),t.var(q.default.parentData,(0,C._)`${q.default.valCxt}.${q.default.parentData}`),t.var(q.default.parentDataProperty,(0,C._)`${q.default.valCxt}.${q.default.parentDataProperty}`),t.var(q.default.rootData,(0,C._)`${q.default.valCxt}.${q.default.rootData}`),e.dynamicRef&&t.var(q.default.dynamicAnchors,(0,C._)`${q.default.valCxt}.${q.default.dynamicAnchors}`)},()=>{t.var(q.default.instancePath,(0,C._)`""`),t.var(q.default.parentData,(0,C._)`undefined`),t.var(q.default.parentDataProperty,(0,C._)`undefined`),t.var(q.default.rootData,q.default.data),e.dynamicRef&&t.var(q.default.dynamicAnchors,(0,C._)`{}`)})}function T0(t){let{schema:e,opts:r,gen:n}=t;uh(t,()=>{r.$comment&&e.$comment&&mh(t),O0(t),n.let(q.default.vErrors,null),n.let(q.default.errors,0),r.unevaluated&&E0(t),fh(t),N0(t)})}function E0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,C._)`${r}.evaluated`),e.if((0,C._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,C._)`${t.evaluated}.props`,(0,C._)`undefined`)),e.if((0,C._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,C._)`${t.evaluated}.items`,(0,C._)`undefined`))}function sh(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,C._)`/*# sourceURL=${r} */`:C.nil}function P0(t,e){if(dh(t)&&(ph(t),lh(t))){R0(t,e);return}(0,ch.boolOrEmptySchema)(t,e)}function lh({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function dh(t){return typeof t.schema!="boolean"}function R0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&mh(t),M0(t),C0(t);let s=n.const("_errs",q.default.errors);fh(t,s),n.var(e,(0,C._)`${s} === ${q.default.errors}`)}function ph(t){(0,Lt.checkUnknownRules)(t),I0(t)}function fh(t,e){if(t.opts.jtd)return ih(t,[],!1,e);let r=(0,oh.getSchemaTypes)(t.schema),n=(0,oh.coerceAndCheckDataType)(t,r);ih(t,r,!n,e)}function I0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Lt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function O0(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Lt.checkStrictMode)(t,"default is ignored in the schema root")}function M0(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,w0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function C0(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function mh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,C._)`${q.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,C.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,C._)`${q.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function N0(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,C._)`${q.default.errors} === 0`,()=>e.return(q.default.data),()=>e.throw((0,C._)`new ${o}(${q.default.vErrors})`)):(e.assign((0,C._)`${n}.errors`,q.default.vErrors),s.unevaluated&&A0(t),e.return((0,C._)`${q.default.errors} === 0`))}function A0({gen:t,evaluated:e,props:r,items:n}){r instanceof C.Name&&t.assign((0,C._)`${e}.props`,r),n instanceof C.Name&&t.assign((0,C._)`${e}.items`,n)}function ih(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:l}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Lt.schemaHasRulesButRef)(s,l))){o.block(()=>gh(t,"$ref",l.all.$ref.definition));return}c.jtd||Z0(t,e),o.block(()=>{for(let h of l.rules)d(h);d(l.post)});function d(h){(0,Gu.shouldUseGroup)(s,h)&&(h.type?(o.if((0,Qs.checkDataType)(h.type,i,c.strictNumbers)),ah(t,h),e.length===1&&e[0]===h.type&&r&&(o.else(),(0,Qs.reportTypeError)(t)),o.endIf()):ah(t,h),a||o.if((0,C._)`${q.default.errors} === ${n||0}`))}}function ah(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,$0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,Gu.shouldUseRule)(n,s)&&gh(t,s.keyword,s.definition,e.type)})}function Z0(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(j0(t,e),t.opts.allowUnionTypes||D0(t,e),q0(t,t.dataTypes))}function j0(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{hh(t.dataTypes,r)||Ku(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),F0(t,e)}}function D0(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Ku(t,"use allowUnionTypes to allow union type keyword")}function q0(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,Gu.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>L0(e,i))&&Ku(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function L0(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function hh(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function F0(t,e){let r=[];for(let n of t.dataTypes)hh(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Ku(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Lt.checkStrictMode)(t,e,t.opts.strictTypes)}var Xs=class{constructor(e,r,n){if((0,go.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,Lt.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",yh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,go.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",q.default.errors))}result(e,r,n){this.failResult((0,C.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,C.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,C._)`${r} !== undefined && (${(0,C.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?ho.reportExtraError:ho.reportError)(this,this.def.error,r)}$dataError(){(0,ho.reportError)(this,this.def.$dataError||ho.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,ho.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=C.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=C.nil,r=C.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,C.or)((0,C._)`${o} === undefined`,r)),e!==C.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==C.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,C.or)(i(),a());function i(){if(n.length){if(!(r instanceof C.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,C._)`${(0,Qs.checkDataTypes)(c,r,s.opts.strictNumbers,Qs.DataType.Wrong)}`}return C.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,C._)`!${c}(${r})`}return C.nil}}subschema(e,r){let n=(0,Ju.getSubschema)(this.it,e);(0,Ju.extendSubschemaData)(n,this.it,e),(0,Ju.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return P0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Lt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Lt.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,C.Name)),!0}};or.KeywordCxt=Xs;function gh(t,e,r,n){let o=new Xs(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,go.funcKeywordCode)(o,r):"macro"in r?(0,go.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,go.funcKeywordCode)(o,r)}var U0=/^\/(?:[^~]|~0|~1)*$/,V0=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function yh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return q.default.rootData;if(t[0]==="/"){if(!U0.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=q.default.rootData}else{let u=V0.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let l=+u[1];if(o=u[2],o==="#"){if(l>=e)throw new Error(c("property/index",l));return n[e-l]}if(l>e)throw new Error(c("data",l));if(s=r[e-l],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,C._)`${s}${(0,C.getProperty)((0,Lt.unescapeJsonPointer)(u))}`,i=(0,C._)`${i} && ${s}`);return i;function c(u,l){return`Cannot access ${u} ${l} levels up, current level is ${e}`}}or.getData=yh});var Ys=T(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});var Wu=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Qu.default=Wu});var _o=T(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});var Xu=mo(),Yu=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Xu.resolveUrl)(e,r,n),this.missingSchema=(0,Xu.normalizeId)((0,Xu.getFullPath)(e,this.missingRef))}};el.default=Yu});var ti=T(ct=>{"use strict";Object.defineProperty(ct,"__esModule",{value:!0});ct.resolveSchema=ct.getCompilingSchema=ct.resolveRef=ct.compileSchema=ct.SchemaEnv=void 0;var ht=H(),H0=Ys(),jr=qt(),gt=mo(),_h=re(),B0=yo(),gn=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,gt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};ct.SchemaEnv=gn;function rl(t){let e=vh.call(this,t);if(e)return e;let r=(0,gt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new ht.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:H0.default,code:(0,ht._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:jr.default.data,parentData:jr.default.parentData,parentDataProperty:jr.default.parentDataProperty,dataNames:[jr.default.data],dataPathArr:[ht.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,ht.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:ht.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,ht._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(t),(0,B0.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let d=i.toString();l=`${i.scopeRefs(jr.default.scope)}return ${d}`,this.opts.code.process&&(l=this.opts.code.process(l,t));let f=new Function(`${jr.default.self}`,`${jr.default.scope}`,l)(this,this.scope.get());if(this.scope.value(c,{ref:f}),f.errors=null,f.schema=t.schema,f.schemaEnv=t,t.$async&&(f.$async=!0),this.opts.code.source===!0&&(f.source={validateName:c,validateCode:d,scopeValues:i._values}),this.opts.unevaluated){let{props:m,items:p}=u;f.evaluated={props:m instanceof ht.Name?void 0:m,items:p instanceof ht.Name?void 0:p,dynamicProps:m instanceof ht.Name,dynamicItems:p instanceof ht.Name},f.source&&(f.source.evaluated=(0,ht.stringify)(f.evaluated))}return t.validate=f,t}catch(d){throw delete t.validate,delete t.validateName,l&&this.logger.error("Error compiling schema, function code:",l),d}finally{this._compilations.delete(t)}}ct.compileSchema=rl;function J0(t,e,r){var n;r=(0,gt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=W0.call(this,t,r);if(s===void 0){let i=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new gn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=G0.call(this,s)}ct.resolveRef=J0;function G0(t){return(0,gt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:rl.call(this,t)}function vh(t){for(let e of this._compilations)if(K0(e,t))return e}ct.getCompilingSchema=vh;function K0(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function W0(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||ei.call(this,t,e)}function ei(t,e){let r=this.opts.uriResolver.parse(e),n=(0,gt._getFullPath)(this.opts.uriResolver,r),o=(0,gt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return tl.call(this,r,t);let s=(0,gt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=ei.call(this,t,i);return typeof a?.schema!="object"?void 0:tl.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||rl.call(this,i),s===(0,gt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,gt.resolveUrl)(this.opts.uriResolver,o,u)),new gn({schema:a,schemaId:c,root:t,baseId:o})}return tl.call(this,r,i)}}ct.resolveSchema=ei;var Q0=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function tl(t,{baseId:e,schema:r,root:n}){var o;if(((o=t.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,_h.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!Q0.has(a)&&u&&(e=(0,gt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,_h.schemaHasRulesButRef)(r,this.RULES)){let a=(0,gt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=ei.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new gn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var xh=T((G1,X0)=>{X0.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var ol=T((K1,kh)=>{"use strict";var Y0=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),$h=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 nl(t){let e="",r=0,n=0;for(n=0;n<t.length;n++)if(r=t[n].charCodeAt(0),r!==48){if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n];break}for(n+=1;n<t.length;n++){if(r=t[n].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";e+=t[n]}return e}var ek=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function bh(t){return t.length=0,!0}function tk(t,e,r){if(t.length){let n=nl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function rk(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=tk;for(let c=0;c<t.length;c++){let u=t[c];if(!(u==="["||u==="]"))if(u===":"){if(s===!0&&(i=!0),!a(o,n,r))break;if(++e>7){r.error=!0;break}c>0&&t[c-1]===":"&&(s=!0),n.push(":");continue}else if(u==="%"){if(!a(o,n,r))break;a=bh}else{o.push(u);continue}}return o.length&&(a===bh?r.zone=o.join(""):i?n.push(o.join("")):n.push(nl(o))),r.address=n.join(""),r}function wh(t){if(nk(t,":")<2)return{host:t,isIPV6:!1};let e=rk(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 nk(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function ok(t){let e=t,r=[],n=-1,o=0;for(;o=e.length;){if(o===1){if(e===".")break;if(e==="/"){r.push("/");break}else{r.push(e);break}}else if(o===2){if(e[0]==="."){if(e[1]===".")break;if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&(e[1]==="."||e[1]==="/")){r.push("/");break}}else if(o===3&&e==="/.."){r.length!==0&&r.pop(),r.push("/");break}if(e[0]==="."){if(e[1]==="."){if(e[2]==="/"){e=e.slice(3);continue}}else if(e[1]==="/"){e=e.slice(2);continue}}else if(e[0]==="/"&&e[1]==="."){if(e[2]==="/"){e=e.slice(2);continue}else if(e[2]==="."&&e[3]==="/"){e=e.slice(3),r.length!==0&&r.pop();continue}}if((n=e.indexOf("/",1))===-1){r.push(e);break}else r.push(e.slice(0,n)),e=e.slice(n)}return r.join("")}function sk(t,e){let r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function ik(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!$h(r)){let n=wh(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}kh.exports={nonSimpleDomain:ek,recomposeAuthority:ik,normalizeComponentEncoding:sk,removeDotSegments:ok,isIPv4:$h,isUUID:Y0,normalizeIPv6:wh,stringArrayToHexStripped:nl}});var Ph=T((W1,Eh)=>{"use strict";var{isUUID:ak}=ol(),ck=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,uk=["http","https","ws","wss","urn","urn:uuid"];function lk(t){return uk.indexOf(t)!==-1}function sl(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 Sh(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function zh(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function dk(t){return t.secure=sl(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function pk(t){if((t.port===(sl(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function fk(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(ck);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let o=`${n}:${e.nid||t.nid}`,s=il(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function mk(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),o=`${r}:${e.nid||n}`,s=il(o);s&&(t=s.serialize(t,e));let i=t,a=t.nss;return i.path=`${n||e.nid}:${a}`,e.skipEscape=!0,i}function hk(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!ak(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function gk(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var Th={scheme:"http",domainHost:!0,parse:Sh,serialize:zh},yk={scheme:"https",domainHost:Th.domainHost,parse:Sh,serialize:zh},ri={scheme:"ws",domainHost:!0,parse:dk,serialize:pk},_k={scheme:"wss",domainHost:ri.domainHost,parse:ri.parse,serialize:ri.serialize},vk={scheme:"urn",parse:fk,serialize:mk,skipNormalize:!0},xk={scheme:"urn:uuid",parse:hk,serialize:gk,skipNormalize:!0},ni={http:Th,https:yk,ws:ri,wss:_k,urn:vk,"urn:uuid":xk};Object.setPrototypeOf(ni,null);function il(t){return t&&(ni[t]||ni[t.toLowerCase()])||void 0}Eh.exports={wsIsSecure:sl,SCHEMES:ni,isValidSchemeName:lk,getSchemeHandler:il}});var Oh=T((Q1,si)=>{"use strict";var{normalizeIPv6:bk,removeDotSegments:vo,recomposeAuthority:$k,normalizeComponentEncoding:oi,isIPv4:wk,nonSimpleDomain:kk}=ol(),{SCHEMES:Sk,getSchemeHandler:Rh}=Ph();function zk(t,e){return typeof t=="string"?t=Tt(Ft(t,e),e):typeof t=="object"&&(t=Ft(Tt(t,e),e)),t}function Tk(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=Ih(Ft(t,n),Ft(e,n),n,!0);return n.skipEscape=!0,Tt(o,n)}function Ih(t,e,r,n){let o={};return n||(t=Ft(Tt(t,r),r),e=Ft(Tt(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(o.scheme=e.scheme,o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=vo(e.path||""),o.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(o.userinfo=e.userinfo,o.host=e.host,o.port=e.port,o.path=vo(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=vo(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?o.path="/"+e.path:t.path?o.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:o.path=e.path,o.path=vo(o.path)),o.query=e.query):(o.path=t.path,e.query!==void 0?o.query=e.query:o.query=t.query),o.userinfo=t.userinfo,o.host=t.host,o.port=t.port),o.scheme=t.scheme),o.fragment=e.fragment,o}function Ek(t,e,r){return typeof t=="string"?(t=unescape(t),t=Tt(oi(Ft(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Tt(oi(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=Tt(oi(Ft(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Tt(oi(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function Tt(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),o=[],s=Rh(n.scheme||r.scheme);s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=$k(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path[0]!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=vo(a)),i===void 0&&a[0]==="/"&&a[1]==="/"&&(a="/%2F"+a.slice(2)),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var Pk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Ft(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=!1;r.reference==="suffix"&&(r.scheme?t=r.scheme+":"+t:t="//"+t);let s=t.match(Pk);if(s){if(n.scheme=s[1],n.userinfo=s[3],n.host=s[4],n.port=parseInt(s[5],10),n.path=s[6]||"",n.query=s[7],n.fragment=s[8],isNaN(n.port)&&(n.port=s[5]),n.host)if(wk(n.host)===!1){let c=bk(n.host);n.host=c.host.toLowerCase(),o=c.isIPV6}else o=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let i=Rh(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&kk(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(a){n.error=n.error||"Host's domain name can not be converted to ASCII: "+a}(!i||i&&!i.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=unescape(n.host))),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),i&&i.parse&&i.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var al={SCHEMES:Sk,normalize:zk,resolve:Tk,resolveComponent:Ih,equal:Ek,serialize:Tt,parse:Ft};si.exports=al;si.exports.default=al;si.exports.fastUri=al});var Ch=T(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});var Mh=Oh();Mh.code='require("ajv/dist/runtime/uri").default';cl.default=Mh});var Fh=T(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});Pe.CodeGen=Pe.Name=Pe.nil=Pe.stringify=Pe.str=Pe._=Pe.KeywordCxt=void 0;var Rk=yo();Object.defineProperty(Pe,"KeywordCxt",{enumerable:!0,get:function(){return Rk.KeywordCxt}});var yn=H();Object.defineProperty(Pe,"_",{enumerable:!0,get:function(){return yn._}});Object.defineProperty(Pe,"str",{enumerable:!0,get:function(){return yn.str}});Object.defineProperty(Pe,"stringify",{enumerable:!0,get:function(){return yn.stringify}});Object.defineProperty(Pe,"nil",{enumerable:!0,get:function(){return yn.nil}});Object.defineProperty(Pe,"Name",{enumerable:!0,get:function(){return yn.Name}});Object.defineProperty(Pe,"CodeGen",{enumerable:!0,get:function(){return yn.CodeGen}});var Ik=Ys(),Dh=_o(),Ok=Zu(),xo=ti(),Mk=H(),bo=mo(),ii=fo(),ll=re(),Nh=xh(),Ck=Ch(),qh=(t,e)=>new RegExp(t,e);qh.code="new RegExp";var Nk=["removeAdditional","useDefaults","coerceTypes"],Ak=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),Zk={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."},jk={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Ah=200;function Dk(t){var e,r,n,o,s,i,a,c,u,l,d,h,f,m,p,g,y,x,w,b,$,F,ae,ee,A;let xe=t.strict,Qe=(e=t.code)===null||e===void 0?void 0:e.optimize,Hr=Qe===!0||Qe===void 0?1:Qe||0,Sd=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:qh,Ny=(o=t.uriResolver)!==null&&o!==void 0?o:Ck.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:xe)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:xe)!==null&&c!==void 0?c:!0,strictTypes:(l=(u=t.strictTypes)!==null&&u!==void 0?u:xe)!==null&&l!==void 0?l:"log",strictTuples:(h=(d=t.strictTuples)!==null&&d!==void 0?d:xe)!==null&&h!==void 0?h:"log",strictRequired:(m=(f=t.strictRequired)!==null&&f!==void 0?f:xe)!==null&&m!==void 0?m:!1,code:t.code?{...t.code,optimize:Hr,regExp:Sd}:{optimize:Hr,regExp:Sd},loopRequired:(p=t.loopRequired)!==null&&p!==void 0?p:Ah,loopEnum:(g=t.loopEnum)!==null&&g!==void 0?g:Ah,meta:(y=t.meta)!==null&&y!==void 0?y:!0,messages:(x=t.messages)!==null&&x!==void 0?x:!0,inlineRefs:(w=t.inlineRefs)!==null&&w!==void 0?w:!0,schemaId:(b=t.schemaId)!==null&&b!==void 0?b:"$id",addUsedSchema:($=t.addUsedSchema)!==null&&$!==void 0?$:!0,validateSchema:(F=t.validateSchema)!==null&&F!==void 0?F:!0,validateFormats:(ae=t.validateFormats)!==null&&ae!==void 0?ae:!0,unicodeRegExp:(ee=t.unicodeRegExp)!==null&&ee!==void 0?ee:!0,int32range:(A=t.int32range)!==null&&A!==void 0?A:!0,uriResolver:Ny}}var $o=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...Dk(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new Mk.ValueScope({scope:{},prefixes:Ak,es5:r,lines:n}),this.logger=Hk(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,Ok.getRules)(),Zh.call(this,Zk,e,"NOT SUPPORTED"),Zh.call(this,jk,e,"DEPRECATED","warn"),this._metaOpts=Uk.call(this),e.formats&&Lk.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&Fk.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),qk.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=Nh;n==="id"&&(o={...Nh},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(l,d){await s.call(this,l.$schema);let h=this._addSchema(l,d);return h.validate||i.call(this,h)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(d){if(!(d instanceof Dh.default))throw d;return a.call(this,d),await c.call(this,d.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:d}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${d} cannot be resolved`)}async function c(l){let d=await u.call(this,l);this.refs[l]||await s.call(this,d.$schema),this.refs[l]||this.addSchema(d,l,r)}async function u(l){let d=this._loading[l];if(d)return d;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,bo.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,o,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,e);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(e){let r;for(;typeof(r=jh.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new xo.SchemaEnv({schema:{},schemaId:n});if(r=xo.resolveSchema.call(this,o,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=jh.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,bo.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(Jk.call(this,n,r),!r)return(0,ll.eachItem)(n,s=>ul.call(this,s)),this;Kk.call(this,r);let o={...r,type:(0,ii.getJSONTypes)(r.type),schemaType:(0,ii.getJSONTypes)(r.schemaType)};return(0,ll.eachItem)(n,o.type.length===0?s=>ul.call(this,s,o):s=>o.type.forEach(i=>ul.call(this,s,o,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===e);o>=0&&n.rules.splice(o,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of r){let s=o.split("/").slice(1),i=e;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,l=i[a];u&&l&&(i[a]=Lh(l))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,bo.normalizeId)(i||n);let u=bo.getSchemaRefs.call(this,e,n);return c=new xo.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:u}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),o&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):xo.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{xo.compileSchema.call(this,e)}finally{this.opts=r}}};$o.ValidationError=Ik.default;$o.MissingRefError=Dh.default;Pe.default=$o;function Zh(t,e,r,n="error"){for(let o in t){let s=o;s in e&&this.logger[n](`${r}: option ${o}. ${t[s]}`)}}function jh(t){return t=(0,bo.normalizeId)(t),this.schemas[t]||this.refs[t]}function qk(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function Lk(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function Fk(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function Uk(){let t={...this.opts};for(let e of Nk)delete t[e];return t}var Vk={log(){},warn(){},error(){}};function Hk(t){if(t===!1)return Vk;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var Bk=/^[a-z_$][a-z0-9_$:-]*$/i;function Jk(t,e){let{RULES:r}=this;if((0,ll.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!Bk.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function ul(t,e,r){var n;let o=e?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:c})=>c===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,ii.getJSONTypes)(e.type),schemaType:(0,ii.getJSONTypes)(e.schemaType)}};e.before?Gk.call(this,i,a,e.before):i.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function Gk(t,e,r){let n=t.rules.findIndex(o=>o.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function Kk(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=Lh(e)),t.validateSchema=this.compile(e,!0))}var Wk={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Lh(t){return{anyOf:[t,Wk]}}});var Uh=T(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});var Qk={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};dl.default=Qk});var Jh=T(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.callRef=Dr.getValidate=void 0;var Xk=_o(),Vh=at(),We=H(),_n=qt(),Hh=ti(),ai=re(),Yk={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return d();let l=Hh.resolveRef.call(c,u,o,r);if(l===void 0)throw new Xk.default(n.opts.uriResolver,o,r);if(l instanceof Hh.SchemaEnv)return h(l);return f(l);function d(){if(s===u)return ci(t,i,s,s.$async);let m=e.scopeValue("root",{ref:u});return ci(t,(0,We._)`${m}.validate`,u,u.$async)}function h(m){let p=Bh(t,m);ci(t,p,m,m.$async)}function f(m){let p=e.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,We.stringify)(m)}:{ref:m}),g=e.name("valid"),y=t.subschema({schema:m,dataTypes:[],schemaPath:We.nil,topSchemaRef:p,errSchemaPath:r},g);t.mergeEvaluated(y),t.ok(g)}}};function Bh(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,We._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Dr.getValidate=Bh;function ci(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?_n.default.this:We.nil;n?l():d();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=o.let("valid");o.try(()=>{o.code((0,We._)`await ${(0,Vh.callValidateCode)(t,e,u)}`),f(e),i||o.assign(m,!0)},p=>{o.if((0,We._)`!(${p} instanceof ${s.ValidationError})`,()=>o.throw(p)),h(p),i||o.assign(m,!1)}),t.ok(m)}function d(){t.result((0,Vh.callValidateCode)(t,e,u),()=>f(e),()=>h(e))}function h(m){let p=(0,We._)`${m}.errors`;o.assign(_n.default.vErrors,(0,We._)`${_n.default.vErrors} === null ? ${p} : ${_n.default.vErrors}.concat(${p})`),o.assign(_n.default.errors,(0,We._)`${_n.default.vErrors}.length`)}function f(m){var p;if(!s.opts.unevaluated)return;let g=(p=r?.validate)===null||p===void 0?void 0:p.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=ai.mergeEvaluated.props(o,g.props,s.props));else{let y=o.var("props",(0,We._)`${m}.evaluated.props`);s.props=ai.mergeEvaluated.props(o,y,s.props,We.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=ai.mergeEvaluated.items(o,g.items,s.items));else{let y=o.var("items",(0,We._)`${m}.evaluated.items`);s.items=ai.mergeEvaluated.items(o,y,s.items,We.Name)}}}Dr.callRef=ci;Dr.default=Yk});var Gh=T(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});var eS=Uh(),tS=Jh(),rS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",eS.default,tS.default];pl.default=rS});var Kh=T(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});var ui=H(),sr=ui.operators,li={maximum:{okStr:"<=",ok:sr.LTE,fail:sr.GT},minimum:{okStr:">=",ok:sr.GTE,fail:sr.LT},exclusiveMaximum:{okStr:"<",ok:sr.LT,fail:sr.GTE},exclusiveMinimum:{okStr:">",ok:sr.GT,fail:sr.LTE}},nS={message:({keyword:t,schemaCode:e})=>(0,ui.str)`must be ${li[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,ui._)`{comparison: ${li[t].okStr}, limit: ${e}}`},oS={keyword:Object.keys(li),type:"number",schemaType:"number",$data:!0,error:nS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,ui._)`${r} ${li[e].fail} ${n} || isNaN(${r})`)}};fl.default=oS});var Wh=T(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});var wo=H(),sS={message:({schemaCode:t})=>(0,wo.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,wo._)`{multipleOf: ${t}}`},iS={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:sS,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,wo._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,wo._)`${i} !== parseInt(${i})`;t.fail$data((0,wo._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};ml.default=iS});var Xh=T(hl=>{"use strict";Object.defineProperty(hl,"__esModule",{value:!0});function Qh(t){let e=t.length,r=0,n=0,o;for(;n<e;)r++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<e&&(o=t.charCodeAt(n),(o&64512)===56320&&n++);return r}hl.default=Qh;Qh.code='require("ajv/dist/runtime/ucs2length").default'});var Yh=T(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});var qr=H(),aS=re(),cS=Xh(),uS={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,qr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,qr._)`{limit: ${t}}`},lS={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:uS,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?qr.operators.GT:qr.operators.LT,i=o.opts.unicode===!1?(0,qr._)`${r}.length`:(0,qr._)`${(0,aS.useFunc)(t.gen,cS.default)}(${r})`;t.fail$data((0,qr._)`${i} ${s} ${n}`)}};gl.default=lS});var eg=T(yl=>{"use strict";Object.defineProperty(yl,"__esModule",{value:!0});var dS=at(),di=H(),pS={message:({schemaCode:t})=>(0,di.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,di._)`{pattern: ${t}}`},fS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:pS,code(t){let{data:e,$data:r,schema:n,schemaCode:o,it:s}=t,i=s.opts.unicodeRegExp?"u":"",a=r?(0,di._)`(new RegExp(${o}, ${i}))`:(0,dS.usePattern)(t,n);t.fail$data((0,di._)`!${a}.test(${e})`)}};yl.default=fS});var tg=T(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});var ko=H(),mS={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,ko.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,ko._)`{limit: ${t}}`},hS={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:mS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?ko.operators.GT:ko.operators.LT;t.fail$data((0,ko._)`Object.keys(${r}).length ${o} ${n}`)}};_l.default=hS});var rg=T(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});var So=at(),zo=H(),gS=re(),yS={message:({params:{missingProperty:t}})=>(0,zo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,zo._)`{missingProperty: ${t}}`},_S={keyword:"required",type:"object",schemaType:"array",$data:!0,error:yS,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():l(),a.strictRequired){let f=t.parentSchema.properties,{definedProperties:m}=t.it;for(let p of r)if(f?.[p]===void 0&&!m.has(p)){let g=i.schemaEnv.baseId+i.errSchemaPath,y=`required property "${p}" is not defined at "${g}" (strictRequired)`;(0,gS.checkStrictMode)(i,y,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(zo.nil,d);else for(let f of r)(0,So.checkReportMissingProp)(t,f)}function l(){let f=e.let("missing");if(c||s){let m=e.let("valid",!0);t.block$data(m,()=>h(f,m)),t.ok(m)}else e.if((0,So.checkMissingProp)(t,r,f)),(0,So.reportMissingProp)(t,f),e.else()}function d(){e.forOf("prop",n,f=>{t.setParams({missingProperty:f}),e.if((0,So.noPropertyInData)(e,o,f,a.ownProperties),()=>t.error())})}function h(f,m){t.setParams({missingProperty:f}),e.forOf(f,n,()=>{e.assign(m,(0,So.propertyInData)(e,o,f,a.ownProperties)),e.if((0,zo.not)(m),()=>{t.error(),e.break()})},zo.nil)}}};vl.default=_S});var ng=T(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});var To=H(),vS={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,To.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,To._)`{limit: ${t}}`},xS={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:vS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?To.operators.GT:To.operators.LT;t.fail$data((0,To._)`${r}.length ${o} ${n}`)}};xl.default=xS});var pi=T(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});var og=Hu();og.code='require("ajv/dist/runtime/equal").default';bl.default=og});var sg=T(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});var $l=fo(),Re=H(),bS=re(),$S=pi(),wS={message:({params:{i:t,j:e}})=>(0,Re.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Re._)`{i: ${t}, j: ${e}}`},kS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:wS,code(t){let{gen:e,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=t;if(!n&&!o)return;let c=e.let("valid"),u=s.items?(0,$l.getSchemaTypes)(s.items):[];t.block$data(c,l,(0,Re._)`${i} === false`),t.ok(c);function l(){let m=e.let("i",(0,Re._)`${r}.length`),p=e.let("j");t.setParams({i:m,j:p}),e.assign(c,!0),e.if((0,Re._)`${m} > 1`,()=>(d()?h:f)(m,p))}function d(){return u.length>0&&!u.some(m=>m==="object"||m==="array")}function h(m,p){let g=e.name("item"),y=(0,$l.checkDataTypes)(u,g,a.opts.strictNumbers,$l.DataType.Wrong),x=e.const("indices",(0,Re._)`{}`);e.for((0,Re._)`;${m}--;`,()=>{e.let(g,(0,Re._)`${r}[${m}]`),e.if(y,(0,Re._)`continue`),u.length>1&&e.if((0,Re._)`typeof ${g} == "string"`,(0,Re._)`${g} += "_"`),e.if((0,Re._)`typeof ${x}[${g}] == "number"`,()=>{e.assign(p,(0,Re._)`${x}[${g}]`),t.error(),e.assign(c,!1).break()}).code((0,Re._)`${x}[${g}] = ${m}`)})}function f(m,p){let g=(0,bS.useFunc)(e,$S.default),y=e.name("outer");e.label(y).for((0,Re._)`;${m}--;`,()=>e.for((0,Re._)`${p} = ${m}; ${p}--;`,()=>e.if((0,Re._)`${g}(${r}[${m}], ${r}[${p}])`,()=>{t.error(),e.assign(c,!1).break(y)})))}}};wl.default=kS});var ig=T(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});var kl=H(),SS=re(),zS=pi(),TS={message:"must be equal to constant",params:({schemaCode:t})=>(0,kl._)`{allowedValue: ${t}}`},ES={keyword:"const",$data:!0,error:TS,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,kl._)`!${(0,SS.useFunc)(e,zS.default)}(${r}, ${o})`):t.fail((0,kl._)`${s} !== ${r}`)}};Sl.default=ES});var ag=T(zl=>{"use strict";Object.defineProperty(zl,"__esModule",{value:!0});var Eo=H(),PS=re(),RS=pi(),IS={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Eo._)`{allowedValues: ${t}}`},OS={keyword:"enum",schemaType:"array",$data:!0,error:IS,code(t){let{gen:e,data:r,$data:n,schema:o,schemaCode:s,it:i}=t;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,c,u=()=>c??(c=(0,PS.useFunc)(e,RS.default)),l;if(a||n)l=e.let("valid"),t.block$data(l,d);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let f=e.const("vSchema",s);l=(0,Eo.or)(...o.map((m,p)=>h(f,p)))}t.pass(l);function d(){e.assign(l,!1),e.forOf("v",s,f=>e.if((0,Eo._)`${u()}(${r}, ${f})`,()=>e.assign(l,!0).break()))}function h(f,m){let p=o[m];return typeof p=="object"&&p!==null?(0,Eo._)`${u()}(${r}, ${f}[${m}])`:(0,Eo._)`${r} === ${p}`}}};zl.default=OS});var cg=T(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var MS=Kh(),CS=Wh(),NS=Yh(),AS=eg(),ZS=tg(),jS=rg(),DS=ng(),qS=sg(),LS=ig(),FS=ag(),US=[MS.default,CS.default,NS.default,AS.default,ZS.default,jS.default,DS.default,qS.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},LS.default,FS.default];Tl.default=US});var Pl=T(Po=>{"use strict";Object.defineProperty(Po,"__esModule",{value:!0});Po.validateAdditionalItems=void 0;var Lr=H(),El=re(),VS={message:({params:{len:t}})=>(0,Lr.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Lr._)`{limit: ${t}}`},HS={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:VS,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,El.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}ug(t,n)}};function ug(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Lr._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Lr._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,El.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Lr._)`${a} <= ${e.length}`);r.if((0,Lr.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,l=>{t.subschema({keyword:s,dataProp:l,dataPropType:El.Type.Num},u),i.allErrors||r.if((0,Lr.not)(u),()=>r.break())})}}Po.validateAdditionalItems=ug;Po.default=HS});var Rl=T(Ro=>{"use strict";Object.defineProperty(Ro,"__esModule",{value:!0});Ro.validateTuple=void 0;var lg=H(),fi=re(),BS=at(),JS={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return dg(t,"additionalItems",e);r.items=!0,!(0,fi.alwaysValidSchema)(r,e)&&t.ok((0,BS.validateArray)(t))}};function dg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=fi.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,lg._)`${s}.length`);r.forEach((d,h)=>{(0,fi.alwaysValidSchema)(a,d)||(n.if((0,lg._)`${u} > ${h}`,()=>t.subschema({keyword:i,schemaProp:h,dataProp:h},c)),t.ok(c))});function l(d){let{opts:h,errSchemaPath:f}=a,m=r.length,p=m===d.minItems&&(m===d.maxItems||d[e]===!1);if(h.strictTuples&&!p){let g=`"${i}" is ${m}-tuple, but minItems or maxItems/${e} are not specified or different at path "${f}"`;(0,fi.checkStrictMode)(a,g,h.strictTuples)}}}Ro.validateTuple=dg;Ro.default=JS});var pg=T(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});var GS=Rl(),KS={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,GS.validateTuple)(t,"items")};Il.default=KS});var mg=T(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var fg=H(),WS=re(),QS=at(),XS=Pl(),YS={message:({params:{len:t}})=>(0,fg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,fg._)`{limit: ${t}}`},ez={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:YS,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,WS.alwaysValidSchema)(n,e)&&(o?(0,XS.validateAdditionalItems)(t,o):t.ok((0,QS.validateArray)(t)))}};Ol.default=ez});var hg=T(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});var ut=H(),mi=re(),tz={message:({params:{min:t,max:e}})=>e===void 0?(0,ut.str)`must contain at least ${t} valid item(s)`:(0,ut.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,ut._)`{minContains: ${t}}`:(0,ut._)`{minContains: ${t}, maxContains: ${e}}`},rz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:tz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let l=e.const("len",(0,ut._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,mi.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,mi.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,mi.alwaysValidSchema)(s,r)){let p=(0,ut._)`${l} >= ${i}`;a!==void 0&&(p=(0,ut._)`${p} && ${l} <= ${a}`),t.pass(p);return}s.items=!0;let d=e.name("valid");a===void 0&&i===1?f(d,()=>e.if(d,()=>e.break())):i===0?(e.let(d,!0),a!==void 0&&e.if((0,ut._)`${o}.length > 0`,h)):(e.let(d,!1),h()),t.result(d,()=>t.reset());function h(){let p=e.name("_valid"),g=e.let("count",0);f(p,()=>e.if(p,()=>m(g)))}function f(p,g){e.forRange("i",0,l,y=>{t.subschema({keyword:"contains",dataProp:y,dataPropType:mi.Type.Num,compositeRule:!0},p),g()})}function m(p){e.code((0,ut._)`${p}++`),a===void 0?e.if((0,ut._)`${p} >= ${i}`,()=>e.assign(d,!0).break()):(e.if((0,ut._)`${p} > ${a}`,()=>e.assign(d,!1).break()),i===1?e.assign(d,!0):e.if((0,ut._)`${p} >= ${i}`,()=>e.assign(d,!0)))}}};Ml.default=rz});var _g=T(Et=>{"use strict";Object.defineProperty(Et,"__esModule",{value:!0});Et.validateSchemaDeps=Et.validatePropertyDeps=Et.error=void 0;var Cl=H(),nz=re(),Io=at();Et.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,Cl.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,Cl._)`{property: ${t},
7
7
  missingProperty: ${n},
8
8
  depsCount: ${e},
9
- deps: ${r}}`};var oz={keyword:"dependencies",type:"object",schemaType:"object",error:Tt.error,code(t){let[e,r]=sz(t);hg(t,e),gg(t,r)}};function sz({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let o=Array.isArray(t[n])?e:r;o[n]=t[n]}return[e,r]}function hg(t,e=t.schema){let{gen:r,data:n,it:o}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,Ro.propertyInData)(r,n,i,o.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,Ro.checkReportMissingProp)(t,u)}):(r.if((0,Cl._)`${c} && (${(0,Ro.checkMissingProp)(t,a,s)})`),(0,Ro.reportMissingProp)(t,s),r.else())}}Tt.validatePropertyDeps=hg;function gg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,nz.alwaysValidSchema)(s,e[a])||(r.if((0,Ro.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:o,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}Tt.validateSchemaDeps=gg;Tt.default=oz});var vg=T(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var _g=H(),iz=re(),az={message:"property name must be valid",params:({params:t})=>(0,_g._)`{propertyName: ${t.propertyName}}`},cz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:az,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,iz.alwaysValidSchema)(o,r))return;let s=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),e.if((0,_g.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};Nl.default=cz});var Zl=T(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var hi=it(),gt=H(),uz=qt(),gi=re(),lz={message:"must NOT have additional properties",params:({params:t})=>(0,gt._)`{additionalProperty: ${t.additionalProperty}}`},dz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:lz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,gi.alwaysValidSchema)(i,r))return;let u=(0,hi.allSchemaProperties)(n.properties),l=(0,hi.allSchemaProperties)(n.patternProperties);d(),t.ok((0,gt._)`${s} === ${uz.default.errors}`);function d(){e.forIn("key",o,g=>{!u.length&&!l.length?m(g):e.if(h(g),()=>m(g))})}function h(g){let y;if(u.length>8){let v=(0,gi.schemaRefOrVal)(i,n.properties,"properties");y=(0,hi.isOwnProperty)(e,v,g)}else u.length?y=(0,gt.or)(...u.map(v=>(0,gt._)`${g} === ${v}`)):y=gt.nil;return l.length&&(y=(0,gt.or)(y,...l.map(v=>(0,gt._)`${(0,hi.usePattern)(t,v)}.test(${g})`))),(0,gt.not)(y)}function f(g){e.code((0,gt._)`delete ${o}[${g}]`)}function m(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,gi.alwaysValidSchema)(i,r)){let y=e.name("valid");c.removeAdditional==="failing"?(p(g,y,!1),e.if((0,gt.not)(y),()=>{t.reset(),f(g)})):(p(g,y),a||e.if((0,gt.not)(y),()=>e.break()))}}function p(g,y,v){let w={keyword:"additionalProperties",dataProp:g,dataPropType:gi.Type.Str};v===!1&&Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(w,y)}}};Al.default=dz});var $g=T(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var pz=go(),xg=it(),jl=re(),bg=Zl(),fz={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&bg.default.code(new pz.KeywordCxt(s,bg.default,"additionalProperties"));let i=(0,xg.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=jl.mergeEvaluated.props(e,(0,jl.toHash)(i),s.props));let a=i.filter(d=>!(0,jl.alwaysValidSchema)(s,r[d]));if(a.length===0)return;let c=e.name("valid");for(let d of a)u(d)?l(d):(e.if((0,xg.propertyInData)(e,o,d,s.opts.ownProperties)),l(d),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(d),t.ok(c);function u(d){return s.opts.useDefaults&&!s.compositeRule&&r[d].default!==void 0}function l(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};Dl.default=fz});var zg=T(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var wg=it(),yi=H(),kg=re(),Sg=re(),mz={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:o,it:s}=t,{opts:i}=s,a=(0,wg.allSchemaProperties)(r),c=a.filter(p=>(0,kg.alwaysValidSchema)(s,r[p]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=e.name("valid");s.props!==!0&&!(s.props instanceof yi.Name)&&(s.props=(0,Sg.evaluatedPropsToName)(e,s.props));let{props:d}=s;h();function h(){for(let p of a)u&&f(p),s.allErrors?m(p):(e.var(l,!0),m(p),e.if(l))}function f(p){for(let g in u)new RegExp(p).test(g)&&(0,kg.checkStrictMode)(s,`property ${g} matches pattern ${p} (use allowMatchingProperties)`)}function m(p){e.forIn("key",n,g=>{e.if((0,yi._)`${(0,wg.usePattern)(t,p)}.test(${g})`,()=>{let y=c.includes(p);y||t.subschema({keyword:"patternProperties",schemaProp:p,dataProp:g,dataPropType:Sg.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,yi._)`${d}[${g}]`,!0):!y&&!s.allErrors&&e.if((0,yi.not)(l),()=>e.break())})})}}};ql.default=mz});var Tg=T(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});var hz=re(),gz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,hz.alwaysValidSchema)(n,r)){t.fail();return}let o=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),t.failResult(o,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Ll.default=gz});var Eg=T(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var yz=it(),_z={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:yz.validateUnion,error:{message:"must match a schema in anyOf"}};Fl.default=_z});var Pg=T(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var _i=H(),vz=re(),xz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,_i._)`{passingSchemas: ${t.passing}}`},bz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:xz,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((l,d)=>{let h;(0,vz.alwaysValidSchema)(o,l)?e.var(c,!0):h=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,_i._)`${c} && ${i}`).assign(i,!1).assign(a,(0,_i._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),h&&t.mergeEvaluated(h,_i.Name)})})}}};Ul.default=bz});var Rg=T(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var $z=re(),wz={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=e.name("valid");r.forEach((s,i)=>{if((0,$z.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};Vl.default=wz});var Mg=T(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});var vi=H(),Og=re(),kz={message:({params:t})=>(0,vi.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,vi._)`{failingKeyword: ${t.ifClause}}`},Sz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:kz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,Og.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Ig(n,"then"),s=Ig(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let l=e.let("ifClause");t.setParams({ifClause:l}),e.if(a,u("then",l),u("else",l))}else o?e.if(a,u("then")):e.if((0,vi.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,d){return()=>{let h=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(h,i),d?e.assign(d,(0,vi._)`${l}`):t.setParams({ifClause:l})}}}};function Ig(t,e){let r=t.schema[e];return r!==void 0&&!(0,Og.alwaysValidSchema)(t,r)}Hl.default=Sz});var Cg=T(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});var zz=re(),Tz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,zz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Bl.default=Tz});var Ng=T(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var Ez=Pl(),Pz=dg(),Rz=Rl(),Iz=fg(),Oz=mg(),Mz=yg(),Cz=vg(),Nz=Zl(),Az=$g(),Zz=zg(),jz=Tg(),Dz=Eg(),qz=Pg(),Lz=Rg(),Fz=Mg(),Uz=Cg();function Vz(t=!1){let e=[jz.default,Dz.default,qz.default,Lz.default,Fz.default,Uz.default,Cz.default,Nz.default,Mz.default,Az.default,Zz.default];return t?e.push(Pz.default,Iz.default):e.push(Ez.default,Rz.default),e.push(Oz.default),e}Jl.default=Vz});var Ag=T(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var be=H(),Hz={message:({schemaCode:t})=>(0,be.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,be._)`{format: ${t}}`},Bz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Hz,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=a;if(!c.validateFormats)return;o?h():f();function h(){let m=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),p=r.const("fDef",(0,be._)`${m}[${i}]`),g=r.let("fType"),y=r.let("format");r.if((0,be._)`typeof ${p} == "object" && !(${p} instanceof RegExp)`,()=>r.assign(g,(0,be._)`${p}.type || "string"`).assign(y,(0,be._)`${p}.validate`),()=>r.assign(g,(0,be._)`"string"`).assign(y,p)),t.fail$data((0,be.or)(v(),w()));function v(){return c.strictSchema===!1?be.nil:(0,be._)`${i} && !${y}`}function w(){let b=l.$async?(0,be._)`(${p}.async ? await ${y}(${n}) : ${y}(${n}))`:(0,be._)`${y}(${n})`,$=(0,be._)`(typeof ${y} == "function" ? ${b} : ${y}.test(${n}))`;return(0,be._)`${y} && ${y} !== true && ${g} === ${e} && !${$}`}}function f(){let m=d.formats[s];if(!m){v();return}if(m===!0)return;let[p,g,y]=w(m);p===e&&t.pass(b());function v(){if(c.strictSchema===!1){d.logger.warn($());return}throw new Error($());function $(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function w($){let F=$ instanceof RegExp?(0,be.regexpCode)($):c.code.formats?(0,be._)`${c.code.formats}${(0,be.getProperty)(s)}`:void 0,ae=r.scopeValue("formats",{key:s,ref:$,code:F});return typeof $=="object"&&!($ instanceof RegExp)?[$.type||"string",$.validate,(0,be._)`${ae}.validate`]:["string",$,ae]}function b(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!l.$async)throw new Error("async format in sync schema");return(0,be._)`await ${y}(${n})`}return typeof g=="function"?(0,be._)`${y}(${n})`:(0,be._)`${y}.test(${n})`}}}};Gl.default=Bz});var Zg=T(Kl=>{"use strict";Object.defineProperty(Kl,"__esModule",{value:!0});var Jz=Ag(),Gz=[Jz.default];Kl.default=Gz});var jg=T(yn=>{"use strict";Object.defineProperty(yn,"__esModule",{value:!0});yn.contentVocabulary=yn.metadataVocabulary=void 0;yn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];yn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var qg=T(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});var Kz=Jh(),Wz=ag(),Qz=Ng(),Xz=Zg(),Dg=jg(),Yz=[Kz.default,Wz.default,(0,Qz.default)(),Xz.default,Dg.metadataVocabulary,Dg.contentVocabulary];Wl.default=Yz});var Fg=T(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.DiscrError=void 0;var Lg;(function(t){t.Tag="tag",t.Mapping="mapping"})(Lg||(xi.DiscrError=Lg={}))});var Vg=T(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var _n=H(),Ql=Fg(),Ug=ti(),eT=yo(),tT=re(),rT={message:({params:{discrError:t,tagName:e}})=>t===Ql.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,_n._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},nT={keyword:"discriminator",type:"object",schemaType:"object",error:rT,code(t){let{gen:e,data:r,schema:n,parentSchema:o,it:s}=t,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),u=e.const("tag",(0,_n._)`${r}${(0,_n.getProperty)(a)}`);e.if((0,_n._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:Ql.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let f=h();e.if(!1);for(let m in f)e.elseIf((0,_n._)`${u} === ${m}`),e.assign(c,d(f[m]));e.else(),t.error(!1,{discrError:Ql.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(f){let m=e.name("valid"),p=t.subschema({keyword:"oneOf",schemaProp:f},m);return t.mergeEvaluated(p,_n.Name),m}function h(){var f;let m={},p=y(o),g=!0;for(let b=0;b<i.length;b++){let $=i[b];if($?.$ref&&!(0,tT.schemaHasRulesButRef)($,s.self.RULES)){let ae=$.$ref;if($=Ug.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,ae),$ instanceof Ug.SchemaEnv&&($=$.schema),$===void 0)throw new eT.default(s.opts.uriResolver,s.baseId,ae)}let F=(f=$?.properties)===null||f===void 0?void 0:f[a];if(typeof F!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(p||y($)),v(F,b)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return m;function y({required:b}){return Array.isArray(b)&&b.includes(a)}function v(b,$){if(b.const)w(b.const,$);else if(b.enum)for(let F of b.enum)w(F,$);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(b,$){if(typeof b!="string"||b in m)throw new Error(`discriminator: "${a}" values must be unique strings`);m[b]=$}}}};Xl.default=nT});var Hg=T((DM,oT)=>{oT.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var ed=T((pe,Yl)=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.MissingRefError=pe.ValidationError=pe.CodeGen=pe.Name=pe.nil=pe.stringify=pe.str=pe._=pe.KeywordCxt=pe.Ajv=void 0;var sT=Lh(),iT=qg(),aT=Vg(),Bg=Hg(),cT=["/properties"],bi="http://json-schema.org/draft-07/schema",vn=class extends sT.default{_addVocabularies(){super._addVocabularies(),iT.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(aT.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Bg,cT):Bg;this.addMetaSchema(e,bi,!1),this.refs["http://json-schema.org/schema"]=bi}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(bi)?bi:void 0)}};pe.Ajv=vn;Yl.exports=pe=vn;Yl.exports.Ajv=vn;Object.defineProperty(pe,"__esModule",{value:!0});pe.default=vn;var uT=go();Object.defineProperty(pe,"KeywordCxt",{enumerable:!0,get:function(){return uT.KeywordCxt}});var xn=H();Object.defineProperty(pe,"_",{enumerable:!0,get:function(){return xn._}});Object.defineProperty(pe,"str",{enumerable:!0,get:function(){return xn.str}});Object.defineProperty(pe,"stringify",{enumerable:!0,get:function(){return xn.stringify}});Object.defineProperty(pe,"nil",{enumerable:!0,get:function(){return xn.nil}});Object.defineProperty(pe,"Name",{enumerable:!0,get:function(){return xn.Name}});Object.defineProperty(pe,"CodeGen",{enumerable:!0,get:function(){return xn.CodeGen}});var lT=Ys();Object.defineProperty(pe,"ValidationError",{enumerable:!0,get:function(){return lT.default}});var dT=yo();Object.defineProperty(pe,"MissingRefError",{enumerable:!0,get:function(){return dT.default}})});var ey=T(Pt=>{"use strict";Object.defineProperty(Pt,"__esModule",{value:!0});Pt.formatNames=Pt.fastFormats=Pt.fullFormats=void 0;function Et(t,e){return{validate:t,compare:e}}Pt.fullFormats={date:Et(Wg,od),time:Et(rd(!0),sd),"date-time":Et(Jg(!0),Xg),"iso-time":Et(rd(),Qg),"iso-date-time":Et(Jg(),Yg),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:yT,"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:kT,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:_T,int32:{type:"number",validate:bT},int64:{type:"number",validate:$T},float:{type:"number",validate:Kg},double:{type:"number",validate:Kg},password:!0,binary:!0};Pt.fastFormats={...Pt.fullFormats,date:Et(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,od),time:Et(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,sd),"date-time":Et(/^\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,Xg),"iso-time":Et(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Qg),"iso-date-time":Et(/^\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,Yg),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};Pt.formatNames=Object.keys(Pt.fullFormats);function pT(t){return t%4===0&&(t%100!==0||t%400===0)}var fT=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,mT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Wg(t){let e=fT.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&pT(r)?29:mT[n])}function od(t,e){if(t&&e)return t>e?1:t<e?-1:0}var td=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function rd(t){return function(r){let n=td.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*c,h=o-u*c-(d<0?1:0);return(h===23||h===-1)&&(d===59||d===-1)&&i<61}}function sd(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function Qg(t,e){if(!(t&&e))return;let r=td.exec(t),n=td.exec(e);if(r&&n)return t=r[1]+r[2]+r[3],e=n[1]+n[2]+n[3],t>e?1:t<e?-1:0}var nd=/t|\s/i;function Jg(t){let e=rd(t);return function(n){let o=n.split(nd);return o.length===2&&Wg(o[0])&&e(o[1])}}function Xg(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function Yg(t,e){if(!(t&&e))return;let[r,n]=t.split(nd),[o,s]=e.split(nd),i=od(r,o);if(i!==void 0)return i||sd(n,s)}var hT=/\/|:/,gT=/^(?:[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 yT(t){return hT.test(t)&&gT.test(t)}var Gg=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function _T(t){return Gg.lastIndex=0,Gg.test(t)}var vT=-(2**31),xT=2**31-1;function bT(t){return Number.isInteger(t)&&t<=xT&&t>=vT}function $T(t){return Number.isInteger(t)}function Kg(){return!0}var wT=/[^\\]\\Z/;function kT(t){if(wT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var ty=T(bn=>{"use strict";Object.defineProperty(bn,"__esModule",{value:!0});bn.formatLimitDefinition=void 0;var ST=ed(),yt=H(),ir=yt.operators,$i={formatMaximum:{okStr:"<=",ok:ir.LTE,fail:ir.GT},formatMinimum:{okStr:">=",ok:ir.GTE,fail:ir.LT},formatExclusiveMaximum:{okStr:"<",ok:ir.LT,fail:ir.GTE},formatExclusiveMinimum:{okStr:">",ok:ir.GT,fail:ir.LTE}},zT={message:({keyword:t,schemaCode:e})=>(0,yt.str)`should be ${$i[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,yt._)`{comparison: ${$i[t].okStr}, limit: ${e}}`};bn.formatLimitDefinition={keyword:Object.keys($i),type:"string",schemaType:"string",$data:!0,error:zT,code(t){let{gen:e,data:r,schemaCode:n,keyword:o,it:s}=t,{opts:i,self:a}=s;if(!i.validateFormats)return;let c=new ST.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let h=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=e.const("fmt",(0,yt._)`${h}[${c.schemaCode}]`);t.fail$data((0,yt.or)((0,yt._)`typeof ${f} != "object"`,(0,yt._)`${f} instanceof RegExp`,(0,yt._)`typeof ${f}.compare != "function"`,d(f)))}function l(){let h=c.schema,f=a.formats[h];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${o}": format "${h}" does not define "compare" function`);let m=e.scopeValue("formats",{key:h,ref:f,code:i.code.formats?(0,yt._)`${i.code.formats}${(0,yt.getProperty)(h)}`:void 0});t.fail$data(d(m))}function d(h){return(0,yt._)`${h}.compare(${r}, ${n}) ${$i[o].fail} 0`}},dependencies:["format"]};var TT=t=>(t.addKeyword(bn.formatLimitDefinition),t);bn.default=TT});var sy=T((Io,oy)=>{"use strict";Object.defineProperty(Io,"__esModule",{value:!0});var $n=ey(),ET=ty(),id=H(),ry=new id.Name("fullFormats"),PT=new id.Name("fastFormats"),ad=(t,e={keywords:!0})=>{if(Array.isArray(e))return ny(t,e,$n.fullFormats,ry),t;let[r,n]=e.mode==="fast"?[$n.fastFormats,PT]:[$n.fullFormats,ry],o=e.formats||$n.formatNames;return ny(t,o,r,n),e.keywords&&(0,ET.default)(t),t};ad.get=(t,e="full")=>{let n=(e==="fast"?$n.fastFormats:$n.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function ny(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,id._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}oy.exports=Io=ad;Object.defineProperty(Io,"__esModule",{value:!0});Io.default=ad});var SE={};Do(SE,{log:()=>wd});module.exports=Ly(SE);var R={};Do(R,{BRAND:()=>f_,DIRTY:()=>ur,EMPTY_PATH:()=>Hy,INVALID:()=>Z,NEVER:()=>W_,OK:()=>Me,ParseStatus:()=>ke,Schema:()=>V,ZodAny:()=>Ht,ZodArray:()=>At,ZodBigInt:()=>dr,ZodBoolean:()=>pr,ZodBranded:()=>Rn,ZodCatch:()=>wr,ZodDate:()=>fr,ZodDefault:()=>$r,ZodDiscriminatedUnion:()=>Fo,ZodEffects:()=>tt,ZodEnum:()=>xr,ZodError:()=>Ue,ZodFirstPartyTypeKind:()=>S,ZodFunction:()=>Vo,ZodIntersection:()=>yr,ZodIssueCode:()=>k,ZodLazy:()=>_r,ZodLiteral:()=>vr,ZodMap:()=>Kr,ZodNaN:()=>Qr,ZodNativeEnum:()=>br,ZodNever:()=>ut,ZodNull:()=>hr,ZodNullable:()=>$t,ZodNumber:()=>lr,ZodObject:()=>He,ZodOptional:()=>Ve,ZodParsedType:()=>E,ZodPipeline:()=>In,ZodPromise:()=>Bt,ZodReadonly:()=>kr,ZodRecord:()=>Uo,ZodSchema:()=>V,ZodSet:()=>Wr,ZodString:()=>Vt,ZodSymbol:()=>Jr,ZodTransformer:()=>tt,ZodTuple:()=>bt,ZodType:()=>V,ZodUndefined:()=>mr,ZodUnion:()=>gr,ZodUnknown:()=>Nt,ZodVoid:()=>Gr,addIssueToContext:()=>z,any:()=>$_,array:()=>z_,bigint:()=>y_,boolean:()=>Ad,coerce:()=>K_,custom:()=>Md,date:()=>__,datetimeRegex:()=>Id,defaultErrorMap:()=>Mt,discriminatedUnion:()=>P_,effect:()=>L_,enum:()=>j_,function:()=>N_,getErrorMap:()=>Vr,getParsedType:()=>xt,instanceof:()=>h_,intersection:()=>R_,isAborted:()=>qo,isAsync:()=>Hr,isDirty:()=>Lo,isValid:()=>Ut,late:()=>m_,lazy:()=>A_,literal:()=>Z_,makeIssue:()=>Pn,map:()=>M_,nan:()=>g_,nativeEnum:()=>D_,never:()=>k_,null:()=>b_,nullable:()=>U_,number:()=>Nd,object:()=>Zi,objectUtil:()=>Ci,oboolean:()=>G_,onumber:()=>J_,optional:()=>F_,ostring:()=>B_,pipeline:()=>H_,preprocess:()=>V_,promise:()=>q_,quotelessJson:()=>Fy,record:()=>O_,set:()=>C_,setErrorMap:()=>Vy,strictObject:()=>T_,string:()=>Cd,symbol:()=>v_,transformer:()=>L_,tuple:()=>I_,undefined:()=>x_,union:()=>E_,unknown:()=>w_,util:()=>G,void:()=>S_});var G;(function(t){t.assertEqual=o=>{};function e(o){}t.assertIs=e;function r(o){throw new Error}t.assertNever=r,t.arrayToEnum=o=>{let s={};for(let i of o)s[i]=i;return s},t.getValidEnumValues=o=>{let s=t.objectKeys(o).filter(a=>typeof o[o[a]]!="number"),i={};for(let a of s)i[a]=o[a];return t.objectValues(i)},t.objectValues=o=>t.objectKeys(o).map(function(s){return o[s]}),t.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let s=[];for(let i in o)Object.prototype.hasOwnProperty.call(o,i)&&s.push(i);return s},t.find=(o,s)=>{for(let i of o)if(s(i))return i},t.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,s=" | "){return o.map(i=>typeof i=="string"?`'${i}'`:i).join(s)}t.joinValues=n,t.jsonStringifyReplacer=(o,s)=>typeof s=="bigint"?s.toString():s})(G||(G={}));var Ci;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Ci||(Ci={}));var E=G.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),xt=t=>{switch(typeof t){case"undefined":return E.undefined;case"string":return E.string;case"number":return Number.isNaN(t)?E.nan:E.number;case"boolean":return E.boolean;case"function":return E.function;case"bigint":return E.bigint;case"symbol":return E.symbol;case"object":return Array.isArray(t)?E.array:t===null?E.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?E.promise:typeof Map<"u"&&t instanceof Map?E.map:typeof Set<"u"&&t instanceof Set?E.set:typeof Date<"u"&&t instanceof Date?E.date:E.object;default:return E.unknown}};var k=G.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"]),Fy=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Ue=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,G.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let s=o.path[0];r[s]=r[s]||[],r[s].push(e(o))}else n.push(e(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};Ue.create=t=>new Ue(t);var Uy=(t,e)=>{let r;switch(t.code){case k.invalid_type:t.received===E.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case k.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,G.jsonStringifyReplacer)}`;break;case k.unrecognized_keys:r=`Unrecognized key(s) in object: ${G.joinValues(t.keys,", ")}`;break;case k.invalid_union:r="Invalid input";break;case k.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${G.joinValues(t.options)}`;break;case k.invalid_enum_value:r=`Invalid enum value. Expected ${G.joinValues(t.options)}, received '${t.received}'`;break;case k.invalid_arguments:r="Invalid function arguments";break;case k.invalid_return_type:r="Invalid function return type";break;case k.invalid_date:r="Invalid date";break;case k.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:G.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case k.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case k.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case k.custom:r="Invalid input";break;case k.invalid_intersection_types:r="Intersection results could not be merged";break;case k.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case k.not_finite:r="Number must be finite";break;default:r=e.defaultError,G.assertNever(t)}return{message:r}},Mt=Uy;var zd=Mt;function Vy(t){zd=t}function Vr(){return zd}var Pn=t=>{let{data:e,path:r,errorMaps:n,issueData:o}=t,s=[...r,...o.path||[]],i={...o,path:s};if(o.message!==void 0)return{...o,path:s,message:o.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(i,{data:e,defaultError:a}).message;return{...o,path:s,message:a}},Hy=[];function z(t,e){let r=Vr(),n=Pn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Mt?void 0:Mt].filter(o=>!!o)});t.common.issues.push(n)}var ke=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let o of r){if(o.status==="aborted")return Z;o.status==="dirty"&&e.dirty(),n.push(o.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let o of r){let s=await o.key,i=await o.value;n.push({key:s,value:i})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let o of r){let{key:s,value:i}=o;if(s.status==="aborted"||i.status==="aborted")return Z;s.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof i.value<"u"||o.alwaysSet)&&(n[s.value]=i.value)}return{status:e.value,value:n}}},Z=Object.freeze({status:"aborted"}),ur=t=>({status:"dirty",value:t}),Me=t=>({status:"valid",value:t}),qo=t=>t.status==="aborted",Lo=t=>t.status==="dirty",Ut=t=>t.status==="valid",Hr=t=>typeof Promise<"u"&&t instanceof Promise;var I;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(I||(I={}));var et=class{constructor(e,r,n,o){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=o}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Td=(t,e)=>{if(Ut(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Ue(t.common.issues);return this._error=r,this._error}}};function L(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:o}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:o}:{errorMap:(i,a)=>{let{message:c}=t;return i.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:o}}var V=class{get description(){return this._def.description}_getType(e){return xt(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:xt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ke,ctx:{common:e.parent.common,data:e.data,parsedType:xt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Hr(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:xt(e)},o=this._parseSync({data:e,path:n.path,parent:n});return Td(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:xt(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Ut(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=>Ut(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:xt(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(Hr(o)?o:Promise.resolve(o));return Td(n,s)}refine(e,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,s)=>{let i=e(o),a=()=>s.addIssue({code:k.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,o)=>e(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(e){return new tt({schema:this,typeName:S.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Ve.create(this,this._def)}nullable(){return $t.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return At.create(this)}promise(){return Bt.create(this,this._def)}or(e){return gr.create([this,e],this._def)}and(e){return yr.create(this,e,this._def)}transform(e){return new tt({...L(this._def),schema:this,typeName:S.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new $r({...L(this._def),innerType:this,defaultValue:r,typeName:S.ZodDefault})}brand(){return new Rn({typeName:S.ZodBranded,type:this,...L(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new wr({...L(this._def),innerType:this,catchValue:r,typeName:S.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return In.create(this,e)}readonly(){return kr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},By=/^c[^\s-]{8,}$/i,Jy=/^[0-9a-z]+$/,Gy=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Ky=/^[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,Qy=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Xy=/^[-+]?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)?)??$/,Yy=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,e_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Ni,t_=/^(?:(?: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])$/,r_=/^(?:(?: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])$/,n_=/^(([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]))$/,o_=/^(([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])$/,s_=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,i_=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Pd="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",a_=new RegExp(`^${Pd}$`);function Rd(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function c_(t){return new RegExp(`^${Rd(t)}$`)}function Id(t){let e=`${Pd}T${Rd(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function u_(t,e){return!!((e==="v4"||!e)&&t_.test(t)||(e==="v6"||!e)&&n_.test(t))}function l_(t,e){if(!Qy.test(t))return!1;try{let[r]=t.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),o=JSON.parse(atob(n));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||e&&o.alg!==e)}catch{return!1}}function d_(t,e){return!!((e==="v4"||!e)&&r_.test(t)||(e==="v6"||!e)&&o_.test(t))}var Vt=class t extends V{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==E.string){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:E.string,received:s.parsedType}),Z}let n=new ke,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?z(o,{code:k.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&z(o,{code:k.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")Yy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"email",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")Ni||(Ni=new RegExp(e_,"u")),Ni.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"emoji",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")Ky.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"uuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Wy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"nanoid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")By.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")Jy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid2",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")Gy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ulid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),z(o,{validation:"url",code:k.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"regex",code:k.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?Id(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?a_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?c_(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Xy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"duration",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?u_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ip",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?l_(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"jwt",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?d_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cidr",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?s_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?i_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64url",code:k.invalid_string,message:s.message}),n.dirty()):G.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:k.invalid_string,...I.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...I.errToObj(e)})}url(e){return this._addCheck({kind:"url",...I.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...I.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...I.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...I.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...I.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...I.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...I.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...I.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...I.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...I.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...I.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...I.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,...I.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,...I.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...I.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...I.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...I.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...I.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...I.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...I.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...I.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...I.errToObj(r)})}nonempty(e){return this.min(1,I.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Vt.create=t=>new Vt({checks:[],typeName:S.ZodString,coerce:t?.coerce??!1,...L(t)});function p_(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}var lr=class t extends V{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)!==E.number){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:E.number,received:s.parsedType}),Z}let n,o=new ke;for(let s of this._def.checks)s.kind==="int"?G.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:k.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?p_(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:k.not_finite,message:s.message}),o.dirty()):G.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,I.toString(r))}gt(e,r){return this.setLimit("min",e,!1,I.toString(r))}lte(e,r){return this.setLimit("max",e,!0,I.toString(r))}lt(e,r){return this.setLimit("max",e,!1,I.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:I.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:I.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:I.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:I.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:I.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:I.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:I.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:I.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:I.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:I.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&G.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};lr.create=t=>new lr({checks:[],typeName:S.ZodNumber,coerce:t?.coerce||!1,...L(t)});var dr=class t extends V{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)!==E.bigint)return this._getInvalidInput(e);let n,o=new ke;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):G.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.invalid_type,expected:E.bigint,received:r.parsedType}),Z}gte(e,r){return this.setLimit("min",e,!0,I.toString(r))}gt(e,r){return this.setLimit("min",e,!1,I.toString(r))}lte(e,r){return this.setLimit("max",e,!0,I.toString(r))}lt(e,r){return this.setLimit("max",e,!1,I.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:I.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:I.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:I.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:I.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:I.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:I.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};dr.create=t=>new dr({checks:[],typeName:S.ZodBigInt,coerce:t?.coerce??!1,...L(t)});var pr=class extends V{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==E.boolean){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.boolean,received:n.parsedType}),Z}return Me(e.data)}};pr.create=t=>new pr({typeName:S.ZodBoolean,coerce:t?.coerce||!1,...L(t)});var fr=class t extends V{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==E.date){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:E.date,received:s.parsedType}),Z}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_date}),Z}let n=new ke,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):G.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:I.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:I.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};fr.create=t=>new fr({checks:[],coerce:t?.coerce||!1,typeName:S.ZodDate,...L(t)});var Jr=class extends V{_parse(e){if(this._getType(e)!==E.symbol){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.symbol,received:n.parsedType}),Z}return Me(e.data)}};Jr.create=t=>new Jr({typeName:S.ZodSymbol,...L(t)});var mr=class extends V{_parse(e){if(this._getType(e)!==E.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.undefined,received:n.parsedType}),Z}return Me(e.data)}};mr.create=t=>new mr({typeName:S.ZodUndefined,...L(t)});var hr=class extends V{_parse(e){if(this._getType(e)!==E.null){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.null,received:n.parsedType}),Z}return Me(e.data)}};hr.create=t=>new hr({typeName:S.ZodNull,...L(t)});var Ht=class extends V{constructor(){super(...arguments),this._any=!0}_parse(e){return Me(e.data)}};Ht.create=t=>new Ht({typeName:S.ZodAny,...L(t)});var Nt=class extends V{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Me(e.data)}};Nt.create=t=>new Nt({typeName:S.ZodUnknown,...L(t)});var ut=class extends V{_parse(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.invalid_type,expected:E.never,received:r.parsedType}),Z}};ut.create=t=>new ut({typeName:S.ZodNever,...L(t)});var Gr=class extends V{_parse(e){if(this._getType(e)!==E.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.void,received:n.parsedType}),Z}return Me(e.data)}};Gr.create=t=>new Gr({typeName:S.ZodVoid,...L(t)});var At=class t extends V{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==E.array)return z(r,{code:k.invalid_type,expected:E.array,received:r.parsedType}),Z;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(z(r,{code:i?k.too_big:k.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(z(r,{code:k.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(z(r,{code:k.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>o.type._parseAsync(new et(r,i,r.path,a)))).then(i=>ke.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new et(r,i,r.path,a)));return ke.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:I.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:I.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:I.toString(r)}})}nonempty(e){return this.min(1,e)}};At.create=(t,e)=>new At({type:t,minLength:null,maxLength:null,exactLength:null,typeName:S.ZodArray,...L(e)});function Br(t){if(t instanceof He){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Ve.create(Br(n))}return new He({...t._def,shape:()=>e})}else return t instanceof At?new At({...t._def,type:Br(t.element)}):t instanceof Ve?Ve.create(Br(t.unwrap())):t instanceof $t?$t.create(Br(t.unwrap())):t instanceof bt?bt.create(t.items.map(e=>Br(e))):t}var He=class t extends V{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=G.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==E.object){let u=this._getOrReturnCtx(e);return z(u,{code:k.invalid_type,expected:E.object,received:u.parsedType}),Z}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof ut&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let l=s[u],d=o.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new et(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof ut){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(z(o,{code:k.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let l of a){let d=o.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new et(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,h=await l.value;u.push({key:d,value:h,alwaysSet:l.alwaysSet})}return u}).then(u=>ke.mergeObjectSync(n,u)):ke.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return I.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:I.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:S.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of G.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of G.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return Br(this)}partial(e){let r={};for(let n of G.objectKeys(this.shape)){let o=this.shape[n];e&&!e[n]?r[n]=o:r[n]=o.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of G.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Ve;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return Od(G.objectKeys(this.shape))}};He.create=(t,e)=>new He({shape:()=>t,unknownKeys:"strip",catchall:ut.create(),typeName:S.ZodObject,...L(e)});He.strictCreate=(t,e)=>new He({shape:()=>t,unknownKeys:"strict",catchall:ut.create(),typeName:S.ZodObject,...L(e)});He.lazycreate=(t,e)=>new He({shape:t,unknownKeys:"strip",catchall:ut.create(),typeName:S.ZodObject,...L(e)});var gr=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function o(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=s.map(a=>new Ue(a.ctx.common.issues));return z(r,{code:k.invalid_union,unionErrors:i}),Z}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new Ue(c));return z(r,{code:k.invalid_union,unionErrors:a}),Z}}get options(){return this._def.options}};gr.create=(t,e)=>new gr({options:t,typeName:S.ZodUnion,...L(e)});var Ct=t=>t instanceof _r?Ct(t.schema):t instanceof tt?Ct(t.innerType()):t instanceof vr?[t.value]:t instanceof xr?t.options:t instanceof br?G.objectValues(t.enum):t instanceof $r?Ct(t._def.innerType):t instanceof mr?[void 0]:t instanceof hr?[null]:t instanceof Ve?[void 0,...Ct(t.unwrap())]:t instanceof $t?[null,...Ct(t.unwrap())]:t instanceof Rn||t instanceof kr?Ct(t.unwrap()):t instanceof wr?Ct(t._def.innerType):[],Fo=class t extends V{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.object)return z(r,{code:k.invalid_type,expected:E.object,received:r.parsedType}),Z;let n=this.discriminator,o=r.data[n],s=this.optionsMap.get(o);return s?r.common.async?s._parseAsync({data:r.data,path:r.path,parent:r}):s._parseSync({data:r.data,path:r.path,parent:r}):(z(r,{code:k.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),Z)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let o=new Map;for(let s of r){let i=Ct(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:S.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...L(n)})}};function Ai(t,e){let r=xt(t),n=xt(e);if(t===e)return{valid:!0,data:t};if(r===E.object&&n===E.object){let o=G.objectKeys(e),s=G.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=Ai(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===E.array&&n===E.array){if(t.length!==e.length)return{valid:!1};let o=[];for(let s=0;s<t.length;s++){let i=t[s],a=e[s],c=Ai(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===E.date&&n===E.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var yr=class extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(qo(s)||qo(i))return Z;let a=Ai(s.value,i.value);return a.valid?((Lo(s)||Lo(i))&&r.dirty(),{status:r.value,value:a.data}):(z(n,{code:k.invalid_intersection_types}),Z)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([s,i])=>o(s,i)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};yr.create=(t,e,r)=>new yr({left:t,right:e,typeName:S.ZodIntersection,...L(r)});var bt=class t extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.array)return z(n,{code:k.invalid_type,expected:E.array,received:n.parsedType}),Z;if(n.data.length<this._def.items.length)return z(n,{code:k.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),Z;!this._def.rest&&n.data.length>this._def.items.length&&(z(n,{code:k.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new et(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>ke.mergeArray(r,i)):ke.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};bt.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new bt({items:t,typeName:S.ZodTuple,rest:null,...L(e)})};var Uo=class t extends V{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.object)return z(n,{code:k.invalid_type,expected:E.object,received:n.parsedType}),Z;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._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?ke.mergeObjectAsync(r,o):ke.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof V?new t({keyType:e,valueType:r,typeName:S.ZodRecord,...L(n)}):new t({keyType:Vt.create(),valueType:e,typeName:S.ZodRecord,...L(r)})}},Kr=class extends V{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.map)return z(n,{code:k.invalid_type,expected:E.map,received:n.parsedType}),Z;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new et(n,a,n.path,[u,"key"])),value:s._parse(new et(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return Z;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return Z;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};Kr.create=(t,e,r)=>new Kr({valueType:e,keyType:t,typeName:S.ZodMap,...L(r)});var Wr=class t extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.set)return z(n,{code:k.invalid_type,expected:E.set,received:n.parsedType}),Z;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(z(n,{code:k.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(z(n,{code:k.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let s=this._def.valueType;function i(c){let u=new Set;for(let l of c){if(l.status==="aborted")return Z;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new et(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:I.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:I.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Wr.create=(t,e)=>new Wr({valueType:t,minSize:null,maxSize:null,typeName:S.ZodSet,...L(e)});var Vo=class t extends V{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.function)return z(r,{code:k.invalid_type,expected:E.function,received:r.parsedType}),Z;function n(a,c){return Pn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Vr(),Mt].filter(u=>!!u),issueData:{code:k.invalid_arguments,argumentsError:c}})}function o(a,c){return Pn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Vr(),Mt].filter(u=>!!u),issueData:{code:k.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Bt){let a=this;return Me(async function(...c){let u=new Ue([]),l=await a._def.args.parseAsync(c,s).catch(f=>{throw u.addIssue(n(c,f)),u}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,s).catch(f=>{throw u.addIssue(o(d,f)),u})})}else{let a=this;return Me(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new Ue([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new Ue([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:bt.create(e).rest(Nt.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||bt.create([]).rest(Nt.create()),returns:r||Nt.create(),typeName:S.ZodFunction,...L(n)})}},_r=class extends V{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};_r.create=(t,e)=>new _r({getter:t,typeName:S.ZodLazy,...L(e)});var vr=class extends V{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return z(r,{received:r.data,code:k.invalid_literal,expected:this._def.value}),Z}return{status:"valid",value:e.data}}get value(){return this._def.value}};vr.create=(t,e)=>new vr({value:t,typeName:S.ZodLiteral,...L(e)});function Od(t,e){return new xr({values:t,typeName:S.ZodEnum,...L(e)})}var xr=class t extends V{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{expected:G.joinValues(n),received:r.parsedType,code:k.invalid_type}),Z}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{received:r.data,code:k.invalid_enum_value,options:n}),Z}return Me(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};xr.create=Od;var br=class extends V{_parse(e){let r=G.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==E.string&&n.parsedType!==E.number){let o=G.objectValues(r);return z(n,{expected:G.joinValues(o),received:n.parsedType,code:k.invalid_type}),Z}if(this._cache||(this._cache=new Set(G.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=G.objectValues(r);return z(n,{received:n.data,code:k.invalid_enum_value,options:o}),Z}return Me(e.data)}get enum(){return this._def.values}};br.create=(t,e)=>new br({values:t,typeName:S.ZodNativeEnum,...L(e)});var Bt=class extends V{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.promise&&r.common.async===!1)return z(r,{code:k.invalid_type,expected:E.promise,received:r.parsedType}),Z;let n=r.parsedType===E.promise?r.data:Promise.resolve(r.data);return Me(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Bt.create=(t,e)=>new Bt({type:t,typeName:S.ZodPromise,...L(e)});var tt=class extends V{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===S.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{z(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return Z;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?Z:c.status==="dirty"?ur(c.value):r.value==="dirty"?ur(c.value):c});{if(r.value==="aborted")return Z;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?Z:a.status==="dirty"?ur(a.value):r.value==="dirty"?ur(a.value):a}}if(o.type==="refinement"){let i=a=>{let c=o.refinement(a,s);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?Z:(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"?Z:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(o.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Ut(i))return Z;let a=o.transform(i.value,s);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>Ut(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):Z);G.assertNever(o)}};tt.create=(t,e,r)=>new tt({schema:t,typeName:S.ZodEffects,effect:e,...L(r)});tt.createWithPreprocess=(t,e,r)=>new tt({schema:e,effect:{type:"preprocess",transform:t},typeName:S.ZodEffects,...L(r)});var Ve=class extends V{_parse(e){return this._getType(e)===E.undefined?Me(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ve.create=(t,e)=>new Ve({innerType:t,typeName:S.ZodOptional,...L(e)});var $t=class extends V{_parse(e){return this._getType(e)===E.null?Me(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};$t.create=(t,e)=>new $t({innerType:t,typeName:S.ZodNullable,...L(e)});var $r=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===E.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};$r.create=(t,e)=>new $r({innerType:t,typeName:S.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...L(e)});var wr=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Hr(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Ue(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Ue(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};wr.create=(t,e)=>new wr({innerType:t,typeName:S.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...L(e)});var Qr=class extends V{_parse(e){if(this._getType(e)!==E.nan){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.nan,received:n.parsedType}),Z}return{status:"valid",value:e.data}}};Qr.create=t=>new Qr({typeName:S.ZodNaN,...L(t)});var f_=Symbol("zod_brand"),Rn=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},In=class t extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?Z:s.status==="dirty"?(r.dirty(),ur(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?Z:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:S.ZodPipeline})}},kr=class extends V{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Ut(o)&&(o.value=Object.freeze(o.value)),o);return Hr(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};kr.create=(t,e)=>new kr({innerType:t,typeName:S.ZodReadonly,...L(e)});function Ed(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function Md(t,e={},r){return t?Ht.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=Ed(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=Ed(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Ht.create()}var m_={object:He.lazycreate},S;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(S||(S={}));var h_=(t,e={message:`Input not instance of ${t.name}`})=>Md(r=>r instanceof t,e),Cd=Vt.create,Nd=lr.create,g_=Qr.create,y_=dr.create,Ad=pr.create,__=fr.create,v_=Jr.create,x_=mr.create,b_=hr.create,$_=Ht.create,w_=Nt.create,k_=ut.create,S_=Gr.create,z_=At.create,Zi=He.create,T_=He.strictCreate,E_=gr.create,P_=Fo.create,R_=yr.create,I_=bt.create,O_=Uo.create,M_=Kr.create,C_=Wr.create,N_=Vo.create,A_=_r.create,Z_=vr.create,j_=xr.create,D_=br.create,q_=Bt.create,L_=tt.create,F_=Ve.create,U_=$t.create,V_=tt.createWithPreprocess,H_=In.create,B_=()=>Cd().optional(),J_=()=>Nd().optional(),G_=()=>Ad().optional(),K_={string:t=>Vt.create({...t,coerce:!0}),number:t=>lr.create({...t,coerce:!0}),boolean:t=>pr.create({...t,coerce:!0}),bigint:t=>dr.create({...t,coerce:!0}),date:t=>fr.create({...t,coerce:!0})};var W_=Z;var Q_=Object.freeze({status:"aborted"});function x(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=c}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var X_=Symbol("zod_brand"),Zt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Ho={};function Qe(t){return t&&Object.assign(Ho,t),Ho}var K={};Do(K,{BIGINT_FORMAT_RANGES:()=>jd,Class:()=>Di,NUMBER_FORMAT_RANGES:()=>Bi,aborted:()=>zr,allowsEval:()=>Ui,assert:()=>nv,assertEqual:()=>Y_,assertIs:()=>tv,assertNever:()=>rv,assertNotEqual:()=>ev,assignProp:()=>Fi,cached:()=>Cn,captureStackTrace:()=>Jo,cleanEnum:()=>gv,cleanRegex:()=>An,clone:()=>Xe,createTransparentProxy:()=>uv,defineLazy:()=>ce,esc:()=>Sr,escapeRegex:()=>Jt,extend:()=>pv,finalizeIssue:()=>lt,floatSafeRemainder:()=>Li,getElementAtPath:()=>ov,getEnumValues:()=>Mn,getLengthableOrigin:()=>Zn,getParsedType:()=>cv,getSizableOrigin:()=>Dd,isObject:()=>Xr,isPlainObject:()=>Yr,issue:()=>Ji,joinValues:()=>Bo,jsonStringifyReplacer:()=>qi,merge:()=>fv,normalizeParams:()=>j,nullish:()=>Nn,numKeys:()=>av,omit:()=>dv,optionalKeys:()=>Hi,partial:()=>mv,pick:()=>lv,prefixIssues:()=>wt,primitiveTypes:()=>Zd,promiseAllObject:()=>sv,propertyKeyTypes:()=>Vi,randomString:()=>iv,required:()=>hv,stringifyPrimitive:()=>Go,unwrapMessage:()=>On});function Y_(t){return t}function ev(t){return t}function tv(t){}function rv(t){throw new Error}function nv(t){}function Mn(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,o])=>e.indexOf(+n)===-1).map(([n,o])=>o)}function Bo(t,e="|"){return t.map(r=>Go(r)).join(e)}function qi(t,e){return typeof e=="bigint"?e.toString():e}function Cn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Nn(t){return t==null}function An(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function Li(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}function ce(t,e,r){Object.defineProperty(t,e,{get(){{let o=r();return t[e]=o,o}throw new Error("cached value already set")},set(o){Object.defineProperty(t,e,{value:o})},configurable:!0})}function Fi(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function ov(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function sv(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function iv(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function Sr(t){return JSON.stringify(t)}var Jo=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function Xr(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var Ui=Cn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function Yr(t){if(Xr(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(Xr(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function av(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var cv=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Vi=new Set(["string","number","symbol"]),Zd=new Set(["string","number","bigint","boolean","symbol","undefined"]);function Jt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Xe(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function j(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function uv(t){let e;return new Proxy({},{get(r,n,o){return e??(e=t()),Reflect.get(e,n,o)},set(r,n,o,s){return e??(e=t()),Reflect.set(e,n,o,s)},has(r,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(r,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(r){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(r,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(r,n,o){return e??(e=t()),Reflect.defineProperty(e,n,o)}})}function Go(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Hi(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Bi={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]},jd={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function lv(t,e){let r={},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&(r[o]=n.shape[o])}return Xe(t,{...t._zod.def,shape:r,checks:[]})}function dv(t,e){let r={...t._zod.def.shape},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&delete r[o]}return Xe(t,{...t._zod.def,shape:r,checks:[]})}function pv(t,e){if(!Yr(e))throw new Error("Invalid input to extend: expected a plain object");let r={...t._zod.def,get shape(){let n={...t._zod.def.shape,...e};return Fi(this,"shape",n),n},checks:[]};return Xe(t,r)}function fv(t,e){return Xe(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return Fi(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function mv(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in n))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=t?new t({type:"optional",innerType:n[s]}):n[s])}else for(let s in n)o[s]=t?new t({type:"optional",innerType:n[s]}):n[s];return Xe(e,{...e._zod.def,shape:o,checks:[]})}function hv(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=new t({type:"nonoptional",innerType:n[s]}))}else for(let s in n)o[s]=new t({type:"nonoptional",innerType:n[s]});return Xe(e,{...e._zod.def,shape:o,checks:[]})}function zr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function wt(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function On(t){return typeof t=="string"?t:t?.message}function lt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=On(t.inst?._zod.def?.error?.(t))??On(e?.error?.(t))??On(r.customError?.(t))??On(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function Dd(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Zn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Ji(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function gv(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var Di=class{constructor(...e){}};var qd=(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,qi,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Ko=x("$ZodError",qd),jn=x("$ZodError",qd,{Parent:Error});function Gi(t,e=r=>r.message){let r={},n=[];for(let o of t.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(e(o))):n.push(e(o));return{formErrors:n,fieldErrors:r}}function Ki(t,e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(t),n}var Wi=t=>(e,r,n,o)=>{let s=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Zt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>lt(c,s,Qe())));throw Jo(a,o?.callee),a}return i.value},Qi=Wi(jn),Xi=t=>async(e,r,n,o)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>lt(c,s,Qe())));throw Jo(a,o?.callee),a}return i.value},Yi=Xi(jn),ea=t=>(e,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=e._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Zt;return s.issues.length?{success:!1,error:new(t??Ko)(s.issues.map(i=>lt(i,o,Qe())))}:{success:!0,data:s.value}},Tr=ea(jn),ta=t=>async(e,r,n)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},s=e._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new t(s.issues.map(i=>lt(i,o,Qe())))}:{success:!0,data:s.value}},Er=ta(jn);var Ld=/^[cC][^\s-]{8,}$/,Fd=/^[0-9a-z]+$/,Ud=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Vd=/^[0-9a-vA-V]{20}$/,Hd=/^[A-Za-z0-9]{27}$/,Bd=/^[a-zA-Z0-9_-]{21}$/,Jd=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Gd=/^([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})$/,ra=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/;var Kd=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var _v="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Wd(){return new RegExp(_v,"u")}var Qd=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Xd=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,Yd=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,ep=/^(([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])$/,tp=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,na=/^[A-Za-z0-9_-]*$/,rp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var np=/^\+(?:[0-9]){6,14}[0-9]$/,op="(?:(?:\\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])))",sp=new RegExp(`^${op}$`);function ip(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function ap(t){return new RegExp(`^${ip(t)}$`)}function cp(t){let e=ip({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${op}T(?:${n})$`)}var up=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var lp=/^\d+$/,dp=/^-?\d+(?:\.\d+)?/i,pp=/true|false/i,fp=/null/i;var mp=/^[^A-Z]*$/,hp=/^[^a-z]*$/;var Se=x("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),gp={number:"number",bigint:"bigint",object:"date"},oa=x("$ZodCheckLessThan",(t,e)=>{Se.init(t,e);let r=gp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<s&&(e.inclusive?o.maximum=e.value:o.exclusiveMaximum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value<=e.value:n.value<e.value)||n.issues.push({origin:r,code:"too_big",maximum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),sa=x("$ZodCheckGreaterThan",(t,e)=>{Se.init(t,e);let r=gp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>s&&(e.inclusive?o.minimum=e.value:o.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:r,code:"too_small",minimum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),yp=x("$ZodCheckMultipleOf",(t,e)=>{Se.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):Li(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})}}),_p=x("$ZodCheckNumberFormat",(t,e)=>{Se.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=Bi[e.format];t._zod.onattach.push(i=>{let a=i._zod.bag;a.format=e.format,a.minimum=o,a.maximum=s,r&&(a.pattern=lp)}),t._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:e.format,code:"invalid_type",input:a,inst:t});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:t,continue:!e.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inst:t})}});var vp=x("$ZodCheckMaxLength",(t,e)=>{var r;Se.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Nn(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<o&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{let o=n.value;if(o.length<=e.maximum)return;let i=Zn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),xp=x("$ZodCheckMinLength",(t,e)=>{var r;Se.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Nn(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>o&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let o=n.value;if(o.length>=e.minimum)return;let i=Zn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),bp=x("$ZodCheckLengthEquals",(t,e)=>{var r;Se.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Nn(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=e.length,o.maximum=e.length,o.length=e.length}),t._zod.check=n=>{let o=n.value,s=o.length;if(s===e.length)return;let i=Zn(o),a=s>e.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),Dn=x("$ZodCheckStringFormat",(t,e)=>{var r,n;Se.init(t,e),t._zod.onattach.push(o=>{let s=o._zod.bag;s.format=e.format,e.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=o=>{e.pattern.lastIndex=0,!e.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:e.format,input:o.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),$p=x("$ZodCheckRegex",(t,e)=>{Dn.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})}}),wp=x("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=mp),Dn.init(t,e)}),kp=x("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=hp),Dn.init(t,e)}),Sp=x("$ZodCheckIncludes",(t,e)=>{Se.init(t,e);let r=Jt(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),t._zod.check=o=>{o.value.includes(e.includes,e.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:o.value,inst:t,continue:!e.abort})}}),zp=x("$ZodCheckStartsWith",(t,e)=>{Se.init(t,e);let r=new RegExp(`^${Jt(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),Tp=x("$ZodCheckEndsWith",(t,e)=>{Se.init(t,e);let r=new RegExp(`.*${Jt(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}});var Ep=x("$ZodCheckOverwrite",(t,e)=>{Se.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var Qo=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(`
9
+ deps: ${r}}`};var oz={keyword:"dependencies",type:"object",schemaType:"object",error:Et.error,code(t){let[e,r]=sz(t);gg(t,e),yg(t,r)}};function sz({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let o=Array.isArray(t[n])?e:r;o[n]=t[n]}return[e,r]}function gg(t,e=t.schema){let{gen:r,data:n,it:o}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let i in e){let a=e[i];if(a.length===0)continue;let c=(0,Io.propertyInData)(r,n,i,o.opts.ownProperties);t.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(c,()=>{for(let u of a)(0,Io.checkReportMissingProp)(t,u)}):(r.if((0,Cl._)`${c} && (${(0,Io.checkMissingProp)(t,a,s)})`),(0,Io.reportMissingProp)(t,s),r.else())}}Et.validatePropertyDeps=gg;function yg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,nz.alwaysValidSchema)(s,e[a])||(r.if((0,Io.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:o,schemaProp:a},i);t.mergeValidEvaluated(c,i)},()=>r.var(i,!0)),t.ok(i))}Et.validateSchemaDeps=yg;Et.default=oz});var xg=T(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var vg=H(),iz=re(),az={message:"property name must be valid",params:({params:t})=>(0,vg._)`{propertyName: ${t.propertyName}}`},cz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:az,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,iz.alwaysValidSchema)(o,r))return;let s=e.name("valid");e.forIn("key",n,i=>{t.setParams({propertyName:i}),t.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),e.if((0,vg.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};Nl.default=cz});var Zl=T(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var hi=at(),yt=H(),uz=qt(),gi=re(),lz={message:"must NOT have additional properties",params:({params:t})=>(0,yt._)`{additionalProperty: ${t.additionalProperty}}`},dz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:lz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=i;if(i.props=!0,c.removeAdditional!=="all"&&(0,gi.alwaysValidSchema)(i,r))return;let u=(0,hi.allSchemaProperties)(n.properties),l=(0,hi.allSchemaProperties)(n.patternProperties);d(),t.ok((0,yt._)`${s} === ${uz.default.errors}`);function d(){e.forIn("key",o,g=>{!u.length&&!l.length?m(g):e.if(h(g),()=>m(g))})}function h(g){let y;if(u.length>8){let x=(0,gi.schemaRefOrVal)(i,n.properties,"properties");y=(0,hi.isOwnProperty)(e,x,g)}else u.length?y=(0,yt.or)(...u.map(x=>(0,yt._)`${g} === ${x}`)):y=yt.nil;return l.length&&(y=(0,yt.or)(y,...l.map(x=>(0,yt._)`${(0,hi.usePattern)(t,x)}.test(${g})`))),(0,yt.not)(y)}function f(g){e.code((0,yt._)`delete ${o}[${g}]`)}function m(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,gi.alwaysValidSchema)(i,r)){let y=e.name("valid");c.removeAdditional==="failing"?(p(g,y,!1),e.if((0,yt.not)(y),()=>{t.reset(),f(g)})):(p(g,y),a||e.if((0,yt.not)(y),()=>e.break()))}}function p(g,y,x){let w={keyword:"additionalProperties",dataProp:g,dataPropType:gi.Type.Str};x===!1&&Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(w,y)}}};Al.default=dz});var wg=T(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var pz=yo(),bg=at(),jl=re(),$g=Zl(),fz={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&$g.default.code(new pz.KeywordCxt(s,$g.default,"additionalProperties"));let i=(0,bg.allSchemaProperties)(r);for(let d of i)s.definedProperties.add(d);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=jl.mergeEvaluated.props(e,(0,jl.toHash)(i),s.props));let a=i.filter(d=>!(0,jl.alwaysValidSchema)(s,r[d]));if(a.length===0)return;let c=e.name("valid");for(let d of a)u(d)?l(d):(e.if((0,bg.propertyInData)(e,o,d,s.opts.ownProperties)),l(d),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(d),t.ok(c);function u(d){return s.opts.useDefaults&&!s.compositeRule&&r[d].default!==void 0}function l(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};Dl.default=fz});var Tg=T(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});var kg=at(),yi=H(),Sg=re(),zg=re(),mz={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:o,it:s}=t,{opts:i}=s,a=(0,kg.allSchemaProperties)(r),c=a.filter(p=>(0,Sg.alwaysValidSchema)(s,r[p]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=e.name("valid");s.props!==!0&&!(s.props instanceof yi.Name)&&(s.props=(0,zg.evaluatedPropsToName)(e,s.props));let{props:d}=s;h();function h(){for(let p of a)u&&f(p),s.allErrors?m(p):(e.var(l,!0),m(p),e.if(l))}function f(p){for(let g in u)new RegExp(p).test(g)&&(0,Sg.checkStrictMode)(s,`property ${g} matches pattern ${p} (use allowMatchingProperties)`)}function m(p){e.forIn("key",n,g=>{e.if((0,yi._)`${(0,kg.usePattern)(t,p)}.test(${g})`,()=>{let y=c.includes(p);y||t.subschema({keyword:"patternProperties",schemaProp:p,dataProp:g,dataPropType:zg.Type.Str},l),s.opts.unevaluated&&d!==!0?e.assign((0,yi._)`${d}[${g}]`,!0):!y&&!s.allErrors&&e.if((0,yi.not)(l),()=>e.break())})})}}};ql.default=mz});var Eg=T(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});var hz=re(),gz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,hz.alwaysValidSchema)(n,r)){t.fail();return}let o=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),t.failResult(o,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Ll.default=gz});var Pg=T(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var yz=at(),_z={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:yz.validateUnion,error:{message:"must match a schema in anyOf"}};Fl.default=_z});var Rg=T(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var _i=H(),vz=re(),xz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,_i._)`{passingSchemas: ${t.passing}}`},bz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:xz,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((l,d)=>{let h;(0,vz.alwaysValidSchema)(o,l)?e.var(c,!0):h=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,_i._)`${c} && ${i}`).assign(i,!1).assign(a,(0,_i._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,d),h&&t.mergeEvaluated(h,_i.Name)})})}}};Ul.default=bz});var Ig=T(Vl=>{"use strict";Object.defineProperty(Vl,"__esModule",{value:!0});var $z=re(),wz={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=e.name("valid");r.forEach((s,i)=>{if((0,$z.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};Vl.default=wz});var Cg=T(Hl=>{"use strict";Object.defineProperty(Hl,"__esModule",{value:!0});var vi=H(),Mg=re(),kz={message:({params:t})=>(0,vi.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,vi._)`{failingKeyword: ${t.ifClause}}`},Sz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:kz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,Mg.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Og(n,"then"),s=Og(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let l=e.let("ifClause");t.setParams({ifClause:l}),e.if(a,u("then",l),u("else",l))}else o?e.if(a,u("then")):e.if((0,vi.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let l=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(l)}function u(l,d){return()=>{let h=t.subschema({keyword:l},a);e.assign(i,a),t.mergeValidEvaluated(h,i),d?e.assign(d,(0,vi._)`${l}`):t.setParams({ifClause:l})}}}};function Og(t,e){let r=t.schema[e];return r!==void 0&&!(0,Mg.alwaysValidSchema)(t,r)}Hl.default=Sz});var Ng=T(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});var zz=re(),Tz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,zz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Bl.default=Tz});var Ag=T(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var Ez=Pl(),Pz=pg(),Rz=Rl(),Iz=mg(),Oz=hg(),Mz=_g(),Cz=xg(),Nz=Zl(),Az=wg(),Zz=Tg(),jz=Eg(),Dz=Pg(),qz=Rg(),Lz=Ig(),Fz=Cg(),Uz=Ng();function Vz(t=!1){let e=[jz.default,Dz.default,qz.default,Lz.default,Fz.default,Uz.default,Cz.default,Nz.default,Mz.default,Az.default,Zz.default];return t?e.push(Pz.default,Iz.default):e.push(Ez.default,Rz.default),e.push(Oz.default),e}Jl.default=Vz});var Zg=T(Gl=>{"use strict";Object.defineProperty(Gl,"__esModule",{value:!0});var be=H(),Hz={message:({schemaCode:t})=>(0,be.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,be._)`{format: ${t}}`},Bz={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Hz,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:l,self:d}=a;if(!c.validateFormats)return;o?h():f();function h(){let m=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),p=r.const("fDef",(0,be._)`${m}[${i}]`),g=r.let("fType"),y=r.let("format");r.if((0,be._)`typeof ${p} == "object" && !(${p} instanceof RegExp)`,()=>r.assign(g,(0,be._)`${p}.type || "string"`).assign(y,(0,be._)`${p}.validate`),()=>r.assign(g,(0,be._)`"string"`).assign(y,p)),t.fail$data((0,be.or)(x(),w()));function x(){return c.strictSchema===!1?be.nil:(0,be._)`${i} && !${y}`}function w(){let b=l.$async?(0,be._)`(${p}.async ? await ${y}(${n}) : ${y}(${n}))`:(0,be._)`${y}(${n})`,$=(0,be._)`(typeof ${y} == "function" ? ${b} : ${y}.test(${n}))`;return(0,be._)`${y} && ${y} !== true && ${g} === ${e} && !${$}`}}function f(){let m=d.formats[s];if(!m){x();return}if(m===!0)return;let[p,g,y]=w(m);p===e&&t.pass(b());function x(){if(c.strictSchema===!1){d.logger.warn($());return}throw new Error($());function $(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function w($){let F=$ instanceof RegExp?(0,be.regexpCode)($):c.code.formats?(0,be._)`${c.code.formats}${(0,be.getProperty)(s)}`:void 0,ae=r.scopeValue("formats",{key:s,ref:$,code:F});return typeof $=="object"&&!($ instanceof RegExp)?[$.type||"string",$.validate,(0,be._)`${ae}.validate`]:["string",$,ae]}function b(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!l.$async)throw new Error("async format in sync schema");return(0,be._)`await ${y}(${n})`}return typeof g=="function"?(0,be._)`${y}(${n})`:(0,be._)`${y}.test(${n})`}}}};Gl.default=Bz});var jg=T(Kl=>{"use strict";Object.defineProperty(Kl,"__esModule",{value:!0});var Jz=Zg(),Gz=[Jz.default];Kl.default=Gz});var Dg=T(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.contentVocabulary=vn.metadataVocabulary=void 0;vn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];vn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var Lg=T(Wl=>{"use strict";Object.defineProperty(Wl,"__esModule",{value:!0});var Kz=Gh(),Wz=cg(),Qz=Ag(),Xz=jg(),qg=Dg(),Yz=[Kz.default,Wz.default,(0,Qz.default)(),Xz.default,qg.metadataVocabulary,qg.contentVocabulary];Wl.default=Yz});var Ug=T(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.DiscrError=void 0;var Fg;(function(t){t.Tag="tag",t.Mapping="mapping"})(Fg||(xi.DiscrError=Fg={}))});var Hg=T(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var xn=H(),Ql=Ug(),Vg=ti(),eT=_o(),tT=re(),rT={message:({params:{discrError:t,tagName:e}})=>t===Ql.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,xn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},nT={keyword:"discriminator",type:"object",schemaType:"object",error:rT,code(t){let{gen:e,data:r,schema:n,parentSchema:o,it:s}=t,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),u=e.const("tag",(0,xn._)`${r}${(0,xn.getProperty)(a)}`);e.if((0,xn._)`typeof ${u} == "string"`,()=>l(),()=>t.error(!1,{discrError:Ql.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function l(){let f=h();e.if(!1);for(let m in f)e.elseIf((0,xn._)`${u} === ${m}`),e.assign(c,d(f[m]));e.else(),t.error(!1,{discrError:Ql.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function d(f){let m=e.name("valid"),p=t.subschema({keyword:"oneOf",schemaProp:f},m);return t.mergeEvaluated(p,xn.Name),m}function h(){var f;let m={},p=y(o),g=!0;for(let b=0;b<i.length;b++){let $=i[b];if($?.$ref&&!(0,tT.schemaHasRulesButRef)($,s.self.RULES)){let ae=$.$ref;if($=Vg.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,ae),$ instanceof Vg.SchemaEnv&&($=$.schema),$===void 0)throw new eT.default(s.opts.uriResolver,s.baseId,ae)}let F=(f=$?.properties)===null||f===void 0?void 0:f[a];if(typeof F!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(p||y($)),x(F,b)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return m;function y({required:b}){return Array.isArray(b)&&b.includes(a)}function x(b,$){if(b.const)w(b.const,$);else if(b.enum)for(let F of b.enum)w(F,$);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(b,$){if(typeof b!="string"||b in m)throw new Error(`discriminator: "${a}" values must be unique strings`);m[b]=$}}}};Xl.default=nT});var Bg=T((DM,oT)=>{oT.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var ed=T((pe,Yl)=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.MissingRefError=pe.ValidationError=pe.CodeGen=pe.Name=pe.nil=pe.stringify=pe.str=pe._=pe.KeywordCxt=pe.Ajv=void 0;var sT=Fh(),iT=Lg(),aT=Hg(),Jg=Bg(),cT=["/properties"],bi="http://json-schema.org/draft-07/schema",bn=class extends sT.default{_addVocabularies(){super._addVocabularies(),iT.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(aT.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(Jg,cT):Jg;this.addMetaSchema(e,bi,!1),this.refs["http://json-schema.org/schema"]=bi}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(bi)?bi:void 0)}};pe.Ajv=bn;Yl.exports=pe=bn;Yl.exports.Ajv=bn;Object.defineProperty(pe,"__esModule",{value:!0});pe.default=bn;var uT=yo();Object.defineProperty(pe,"KeywordCxt",{enumerable:!0,get:function(){return uT.KeywordCxt}});var $n=H();Object.defineProperty(pe,"_",{enumerable:!0,get:function(){return $n._}});Object.defineProperty(pe,"str",{enumerable:!0,get:function(){return $n.str}});Object.defineProperty(pe,"stringify",{enumerable:!0,get:function(){return $n.stringify}});Object.defineProperty(pe,"nil",{enumerable:!0,get:function(){return $n.nil}});Object.defineProperty(pe,"Name",{enumerable:!0,get:function(){return $n.Name}});Object.defineProperty(pe,"CodeGen",{enumerable:!0,get:function(){return $n.CodeGen}});var lT=Ys();Object.defineProperty(pe,"ValidationError",{enumerable:!0,get:function(){return lT.default}});var dT=_o();Object.defineProperty(pe,"MissingRefError",{enumerable:!0,get:function(){return dT.default}})});var ty=T(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});Rt.formatNames=Rt.fastFormats=Rt.fullFormats=void 0;function Pt(t,e){return{validate:t,compare:e}}Rt.fullFormats={date:Pt(Qg,od),time:Pt(rd(!0),sd),"date-time":Pt(Gg(!0),Yg),"iso-time":Pt(rd(),Xg),"iso-date-time":Pt(Gg(),ey),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:yT,"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:kT,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:_T,int32:{type:"number",validate:bT},int64:{type:"number",validate:$T},float:{type:"number",validate:Wg},double:{type:"number",validate:Wg},password:!0,binary:!0};Rt.fastFormats={...Rt.fullFormats,date:Pt(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,od),time:Pt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,sd),"date-time":Pt(/^\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,Yg),"iso-time":Pt(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Xg),"iso-date-time":Pt(/^\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,ey),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};Rt.formatNames=Object.keys(Rt.fullFormats);function pT(t){return t%4===0&&(t%100!==0||t%400===0)}var fT=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,mT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function Qg(t){let e=fT.exec(t);if(!e)return!1;let r=+e[1],n=+e[2],o=+e[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&pT(r)?29:mT[n])}function od(t,e){if(t&&e)return t>e?1:t<e?-1:0}var td=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function rd(t){return function(r){let n=td.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),l=+(n[7]||0);if(u>23||l>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let d=s-l*c,h=o-u*c-(d<0?1:0);return(h===23||h===-1)&&(d===59||d===-1)&&i<61}}function sd(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function Xg(t,e){if(!(t&&e))return;let r=td.exec(t),n=td.exec(e);if(r&&n)return t=r[1]+r[2]+r[3],e=n[1]+n[2]+n[3],t>e?1:t<e?-1:0}var nd=/t|\s/i;function Gg(t){let e=rd(t);return function(n){let o=n.split(nd);return o.length===2&&Qg(o[0])&&e(o[1])}}function Yg(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function ey(t,e){if(!(t&&e))return;let[r,n]=t.split(nd),[o,s]=e.split(nd),i=od(r,o);if(i!==void 0)return i||sd(n,s)}var hT=/\/|:/,gT=/^(?:[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 yT(t){return hT.test(t)&&gT.test(t)}var Kg=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function _T(t){return Kg.lastIndex=0,Kg.test(t)}var vT=-(2**31),xT=2**31-1;function bT(t){return Number.isInteger(t)&&t<=xT&&t>=vT}function $T(t){return Number.isInteger(t)}function Wg(){return!0}var wT=/[^\\]\\Z/;function kT(t){if(wT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var ry=T(wn=>{"use strict";Object.defineProperty(wn,"__esModule",{value:!0});wn.formatLimitDefinition=void 0;var ST=ed(),_t=H(),ir=_t.operators,$i={formatMaximum:{okStr:"<=",ok:ir.LTE,fail:ir.GT},formatMinimum:{okStr:">=",ok:ir.GTE,fail:ir.LT},formatExclusiveMaximum:{okStr:"<",ok:ir.LT,fail:ir.GTE},formatExclusiveMinimum:{okStr:">",ok:ir.GT,fail:ir.LTE}},zT={message:({keyword:t,schemaCode:e})=>(0,_t.str)`should be ${$i[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,_t._)`{comparison: ${$i[t].okStr}, limit: ${e}}`};wn.formatLimitDefinition={keyword:Object.keys($i),type:"string",schemaType:"string",$data:!0,error:zT,code(t){let{gen:e,data:r,schemaCode:n,keyword:o,it:s}=t,{opts:i,self:a}=s;if(!i.validateFormats)return;let c=new ST.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():l();function u(){let h=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),f=e.const("fmt",(0,_t._)`${h}[${c.schemaCode}]`);t.fail$data((0,_t.or)((0,_t._)`typeof ${f} != "object"`,(0,_t._)`${f} instanceof RegExp`,(0,_t._)`typeof ${f}.compare != "function"`,d(f)))}function l(){let h=c.schema,f=a.formats[h];if(!f||f===!0)return;if(typeof f!="object"||f instanceof RegExp||typeof f.compare!="function")throw new Error(`"${o}": format "${h}" does not define "compare" function`);let m=e.scopeValue("formats",{key:h,ref:f,code:i.code.formats?(0,_t._)`${i.code.formats}${(0,_t.getProperty)(h)}`:void 0});t.fail$data(d(m))}function d(h){return(0,_t._)`${h}.compare(${r}, ${n}) ${$i[o].fail} 0`}},dependencies:["format"]};var TT=t=>(t.addKeyword(wn.formatLimitDefinition),t);wn.default=TT});var iy=T((Oo,sy)=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});var kn=ty(),ET=ry(),id=H(),ny=new id.Name("fullFormats"),PT=new id.Name("fastFormats"),ad=(t,e={keywords:!0})=>{if(Array.isArray(e))return oy(t,e,kn.fullFormats,ny),t;let[r,n]=e.mode==="fast"?[kn.fastFormats,PT]:[kn.fullFormats,ny],o=e.formats||kn.formatNames;return oy(t,o,r,n),e.keywords&&(0,ET.default)(t),t};ad.get=(t,e="full")=>{let n=(e==="fast"?kn.fastFormats:kn.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function oy(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,id._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}sy.exports=Oo=ad;Object.defineProperty(Oo,"__esModule",{value:!0});Oo.default=ad});var SE={};Do(SE,{log:()=>kd});module.exports=Ly(SE);var R={};Do(R,{BRAND:()=>f_,DIRTY:()=>ur,EMPTY_PATH:()=>Hy,INVALID:()=>Z,NEVER:()=>W_,OK:()=>Me,ParseStatus:()=>ke,Schema:()=>V,ZodAny:()=>Ht,ZodArray:()=>At,ZodBigInt:()=>dr,ZodBoolean:()=>pr,ZodBranded:()=>In,ZodCatch:()=>wr,ZodDate:()=>fr,ZodDefault:()=>$r,ZodDiscriminatedUnion:()=>Fo,ZodEffects:()=>rt,ZodEnum:()=>xr,ZodError:()=>Ue,ZodFirstPartyTypeKind:()=>S,ZodFunction:()=>Vo,ZodIntersection:()=>yr,ZodIssueCode:()=>k,ZodLazy:()=>_r,ZodLiteral:()=>vr,ZodMap:()=>Qr,ZodNaN:()=>Yr,ZodNativeEnum:()=>br,ZodNever:()=>lt,ZodNull:()=>hr,ZodNullable:()=>wt,ZodNumber:()=>lr,ZodObject:()=>He,ZodOptional:()=>Ve,ZodParsedType:()=>E,ZodPipeline:()=>On,ZodPromise:()=>Bt,ZodReadonly:()=>kr,ZodRecord:()=>Uo,ZodSchema:()=>V,ZodSet:()=>Xr,ZodString:()=>Vt,ZodSymbol:()=>Kr,ZodTransformer:()=>rt,ZodTuple:()=>$t,ZodType:()=>V,ZodUndefined:()=>mr,ZodUnion:()=>gr,ZodUnknown:()=>Nt,ZodVoid:()=>Wr,addIssueToContext:()=>z,any:()=>$_,array:()=>z_,bigint:()=>y_,boolean:()=>Zd,coerce:()=>K_,custom:()=>Cd,date:()=>__,datetimeRegex:()=>Od,defaultErrorMap:()=>Mt,discriminatedUnion:()=>P_,effect:()=>L_,enum:()=>j_,function:()=>N_,getErrorMap:()=>Br,getParsedType:()=>bt,instanceof:()=>h_,intersection:()=>R_,isAborted:()=>qo,isAsync:()=>Jr,isDirty:()=>Lo,isValid:()=>Ut,late:()=>m_,lazy:()=>A_,literal:()=>Z_,makeIssue:()=>Rn,map:()=>M_,nan:()=>g_,nativeEnum:()=>D_,never:()=>k_,null:()=>b_,nullable:()=>U_,number:()=>Ad,object:()=>Zi,objectUtil:()=>Ci,oboolean:()=>G_,onumber:()=>J_,optional:()=>F_,ostring:()=>B_,pipeline:()=>H_,preprocess:()=>V_,promise:()=>q_,quotelessJson:()=>Fy,record:()=>O_,set:()=>C_,setErrorMap:()=>Vy,strictObject:()=>T_,string:()=>Nd,symbol:()=>v_,transformer:()=>L_,tuple:()=>I_,undefined:()=>x_,union:()=>E_,unknown:()=>w_,util:()=>G,void:()=>S_});var G;(function(t){t.assertEqual=o=>{};function e(o){}t.assertIs=e;function r(o){throw new Error}t.assertNever=r,t.arrayToEnum=o=>{let s={};for(let i of o)s[i]=i;return s},t.getValidEnumValues=o=>{let s=t.objectKeys(o).filter(a=>typeof o[o[a]]!="number"),i={};for(let a of s)i[a]=o[a];return t.objectValues(i)},t.objectValues=o=>t.objectKeys(o).map(function(s){return o[s]}),t.objectKeys=typeof Object.keys=="function"?o=>Object.keys(o):o=>{let s=[];for(let i in o)Object.prototype.hasOwnProperty.call(o,i)&&s.push(i);return s},t.find=(o,s)=>{for(let i of o)if(s(i))return i},t.isInteger=typeof Number.isInteger=="function"?o=>Number.isInteger(o):o=>typeof o=="number"&&Number.isFinite(o)&&Math.floor(o)===o;function n(o,s=" | "){return o.map(i=>typeof i=="string"?`'${i}'`:i).join(s)}t.joinValues=n,t.jsonStringifyReplacer=(o,s)=>typeof s=="bigint"?s.toString():s})(G||(G={}));var Ci;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Ci||(Ci={}));var E=G.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),bt=t=>{switch(typeof t){case"undefined":return E.undefined;case"string":return E.string;case"number":return Number.isNaN(t)?E.nan:E.number;case"boolean":return E.boolean;case"function":return E.function;case"bigint":return E.bigint;case"symbol":return E.symbol;case"object":return Array.isArray(t)?E.array:t===null?E.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?E.promise:typeof Map<"u"&&t instanceof Map?E.map:typeof Set<"u"&&t instanceof Set?E.set:typeof Date<"u"&&t instanceof Date?E.date:E.object;default:return E.unknown}};var k=G.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"]),Fy=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Ue=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,G.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let o of this.issues)if(o.path.length>0){let s=o.path[0];r[s]=r[s]||[],r[s].push(e(o))}else n.push(e(o));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};Ue.create=t=>new Ue(t);var Uy=(t,e)=>{let r;switch(t.code){case k.invalid_type:t.received===E.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case k.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,G.jsonStringifyReplacer)}`;break;case k.unrecognized_keys:r=`Unrecognized key(s) in object: ${G.joinValues(t.keys,", ")}`;break;case k.invalid_union:r="Invalid input";break;case k.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${G.joinValues(t.options)}`;break;case k.invalid_enum_value:r=`Invalid enum value. Expected ${G.joinValues(t.options)}, received '${t.received}'`;break;case k.invalid_arguments:r="Invalid function arguments";break;case k.invalid_return_type:r="Invalid function return type";break;case k.invalid_date:r="Invalid date";break;case k.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:G.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case k.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case k.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case k.custom:r="Invalid input";break;case k.invalid_intersection_types:r="Intersection results could not be merged";break;case k.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case k.not_finite:r="Number must be finite";break;default:r=e.defaultError,G.assertNever(t)}return{message:r}},Mt=Uy;var Td=Mt;function Vy(t){Td=t}function Br(){return Td}var Rn=t=>{let{data:e,path:r,errorMaps:n,issueData:o}=t,s=[...r,...o.path||[]],i={...o,path:s};if(o.message!==void 0)return{...o,path:s,message:o.message};let a="",c=n.filter(u=>!!u).slice().reverse();for(let u of c)a=u(i,{data:e,defaultError:a}).message;return{...o,path:s,message:a}},Hy=[];function z(t,e){let r=Br(),n=Rn({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===Mt?void 0:Mt].filter(o=>!!o)});t.common.issues.push(n)}var ke=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let o of r){if(o.status==="aborted")return Z;o.status==="dirty"&&e.dirty(),n.push(o.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let o of r){let s=await o.key,i=await o.value;n.push({key:s,value:i})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let o of r){let{key:s,value:i}=o;if(s.status==="aborted"||i.status==="aborted")return Z;s.status==="dirty"&&e.dirty(),i.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof i.value<"u"||o.alwaysSet)&&(n[s.value]=i.value)}return{status:e.value,value:n}}},Z=Object.freeze({status:"aborted"}),ur=t=>({status:"dirty",value:t}),Me=t=>({status:"valid",value:t}),qo=t=>t.status==="aborted",Lo=t=>t.status==="dirty",Ut=t=>t.status==="valid",Jr=t=>typeof Promise<"u"&&t instanceof Promise;var I;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(I||(I={}));var tt=class{constructor(e,r,n,o){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=o}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Ed=(t,e)=>{if(Ut(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Ue(t.common.issues);return this._error=r,this._error}}};function L(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:o}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:o}:{errorMap:(i,a)=>{let{message:c}=t;return i.code==="invalid_enum_value"?{message:c??a.defaultError}:typeof a.data>"u"?{message:c??n??a.defaultError}:i.code!=="invalid_type"?{message:a.defaultError}:{message:c??r??a.defaultError}},description:o}}var V=class{get description(){return this._def.description}_getType(e){return bt(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:bt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ke,ctx:{common:e.parent.common,data:e.data,parsedType:bt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(Jr(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){let n={common:{issues:[],async:r?.async??!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:bt(e)},o=this._parseSync({data:e,path:n.path,parent:n});return Ed(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:bt(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Ut(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=>Ut(n)?{value:n.value}:{issues:r.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:bt(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(Jr(o)?o:Promise.resolve(o));return Ed(n,s)}refine(e,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,s)=>{let i=e(o),a=()=>s.addIssue({code:k.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,o)=>e(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(e){return new rt({schema:this,typeName:S.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Ve.create(this,this._def)}nullable(){return wt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return At.create(this)}promise(){return Bt.create(this,this._def)}or(e){return gr.create([this,e],this._def)}and(e){return yr.create(this,e,this._def)}transform(e){return new rt({...L(this._def),schema:this,typeName:S.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new $r({...L(this._def),innerType:this,defaultValue:r,typeName:S.ZodDefault})}brand(){return new In({typeName:S.ZodBranded,type:this,...L(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new wr({...L(this._def),innerType:this,catchValue:r,typeName:S.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return On.create(this,e)}readonly(){return kr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},By=/^c[^\s-]{8,}$/i,Jy=/^[0-9a-z]+$/,Gy=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Ky=/^[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,Qy=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Xy=/^[-+]?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)?)??$/,Yy=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,e_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Ni,t_=/^(?:(?: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])$/,r_=/^(?:(?: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])$/,n_=/^(([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]))$/,o_=/^(([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])$/,s_=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,i_=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Rd="((\\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])))",a_=new RegExp(`^${Rd}$`);function Id(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let r=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${r}`}function c_(t){return new RegExp(`^${Id(t)}$`)}function Od(t){let e=`${Rd}T${Id(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function u_(t,e){return!!((e==="v4"||!e)&&t_.test(t)||(e==="v6"||!e)&&n_.test(t))}function l_(t,e){if(!Qy.test(t))return!1;try{let[r]=t.split(".");if(!r)return!1;let n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),o=JSON.parse(atob(n));return!(typeof o!="object"||o===null||"typ"in o&&o?.typ!=="JWT"||!o.alg||e&&o.alg!==e)}catch{return!1}}function d_(t,e){return!!((e==="v4"||!e)&&r_.test(t)||(e==="v6"||!e)&&o_.test(t))}var Vt=class t extends V{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==E.string){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:E.string,received:s.parsedType}),Z}let n=new ke,o;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?z(o,{code:k.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&z(o,{code:k.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")Yy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"email",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")Ni||(Ni=new RegExp(e_,"u")),Ni.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"emoji",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")Ky.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"uuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Wy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"nanoid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")By.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")Jy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid2",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")Gy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ulid",code:k.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),z(o,{validation:"url",code:k.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"regex",code:k.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?Od(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?a_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?c_(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:k.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Xy.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"duration",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?u_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ip",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?l_(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"jwt",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?d_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cidr",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?s_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64",code:k.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?i_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64url",code:k.invalid_string,message:s.message}),n.dirty()):G.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:k.invalid_string,...I.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...I.errToObj(e)})}url(e){return this._addCheck({kind:"url",...I.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...I.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...I.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...I.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...I.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...I.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...I.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...I.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...I.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...I.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...I.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...I.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,...I.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,...I.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...I.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...I.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...I.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...I.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...I.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...I.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...I.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...I.errToObj(r)})}nonempty(e){return this.min(1,I.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Vt.create=t=>new Vt({checks:[],typeName:S.ZodString,coerce:t?.coerce??!1,...L(t)});function p_(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}var lr=class t extends V{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)!==E.number){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:E.number,received:s.parsedType}),Z}let n,o=new ke;for(let s of this._def.checks)s.kind==="int"?G.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:k.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?p_(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:k.not_finite,message:s.message}),o.dirty()):G.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,I.toString(r))}gt(e,r){return this.setLimit("min",e,!1,I.toString(r))}lte(e,r){return this.setLimit("max",e,!0,I.toString(r))}lt(e,r){return this.setLimit("max",e,!1,I.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:I.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:I.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:I.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:I.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:I.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:I.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:I.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:I.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:I.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:I.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&G.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};lr.create=t=>new lr({checks:[],typeName:S.ZodNumber,coerce:t?.coerce||!1,...L(t)});var dr=class t extends V{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)!==E.bigint)return this._getInvalidInput(e);let n,o=new ke;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),z(n,{code:k.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):G.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.invalid_type,expected:E.bigint,received:r.parsedType}),Z}gte(e,r){return this.setLimit("min",e,!0,I.toString(r))}gt(e,r){return this.setLimit("min",e,!1,I.toString(r))}lte(e,r){return this.setLimit("max",e,!0,I.toString(r))}lt(e,r){return this.setLimit("max",e,!1,I.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:I.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:I.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:I.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:I.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:I.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:I.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};dr.create=t=>new dr({checks:[],typeName:S.ZodBigInt,coerce:t?.coerce??!1,...L(t)});var pr=class extends V{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==E.boolean){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.boolean,received:n.parsedType}),Z}return Me(e.data)}};pr.create=t=>new pr({typeName:S.ZodBoolean,coerce:t?.coerce||!1,...L(t)});var fr=class t extends V{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==E.date){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_type,expected:E.date,received:s.parsedType}),Z}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return z(s,{code:k.invalid_date}),Z}let n=new ke,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:k.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):G.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:I.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:I.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};fr.create=t=>new fr({checks:[],coerce:t?.coerce||!1,typeName:S.ZodDate,...L(t)});var Kr=class extends V{_parse(e){if(this._getType(e)!==E.symbol){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.symbol,received:n.parsedType}),Z}return Me(e.data)}};Kr.create=t=>new Kr({typeName:S.ZodSymbol,...L(t)});var mr=class extends V{_parse(e){if(this._getType(e)!==E.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.undefined,received:n.parsedType}),Z}return Me(e.data)}};mr.create=t=>new mr({typeName:S.ZodUndefined,...L(t)});var hr=class extends V{_parse(e){if(this._getType(e)!==E.null){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.null,received:n.parsedType}),Z}return Me(e.data)}};hr.create=t=>new hr({typeName:S.ZodNull,...L(t)});var Ht=class extends V{constructor(){super(...arguments),this._any=!0}_parse(e){return Me(e.data)}};Ht.create=t=>new Ht({typeName:S.ZodAny,...L(t)});var Nt=class extends V{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Me(e.data)}};Nt.create=t=>new Nt({typeName:S.ZodUnknown,...L(t)});var lt=class extends V{_parse(e){let r=this._getOrReturnCtx(e);return z(r,{code:k.invalid_type,expected:E.never,received:r.parsedType}),Z}};lt.create=t=>new lt({typeName:S.ZodNever,...L(t)});var Wr=class extends V{_parse(e){if(this._getType(e)!==E.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.void,received:n.parsedType}),Z}return Me(e.data)}};Wr.create=t=>new Wr({typeName:S.ZodVoid,...L(t)});var At=class t extends V{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==E.array)return z(r,{code:k.invalid_type,expected:E.array,received:r.parsedType}),Z;if(o.exactLength!==null){let i=r.data.length>o.exactLength.value,a=r.data.length<o.exactLength.value;(i||a)&&(z(r,{code:i?k.too_big:k.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(z(r,{code:k.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(z(r,{code:k.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>o.type._parseAsync(new tt(r,i,r.path,a)))).then(i=>ke.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new tt(r,i,r.path,a)));return ke.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:I.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:I.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:I.toString(r)}})}nonempty(e){return this.min(1,e)}};At.create=(t,e)=>new At({type:t,minLength:null,maxLength:null,exactLength:null,typeName:S.ZodArray,...L(e)});function Gr(t){if(t instanceof He){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Ve.create(Gr(n))}return new He({...t._def,shape:()=>e})}else return t instanceof At?new At({...t._def,type:Gr(t.element)}):t instanceof Ve?Ve.create(Gr(t.unwrap())):t instanceof wt?wt.create(Gr(t.unwrap())):t instanceof $t?$t.create(t.items.map(e=>Gr(e))):t}var He=class t extends V{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=G.objectKeys(e);return this._cached={shape:e,keys:r},this._cached}_parse(e){if(this._getType(e)!==E.object){let u=this._getOrReturnCtx(e);return z(u,{code:k.invalid_type,expected:E.object,received:u.parsedType}),Z}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof lt&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let l=s[u],d=o.data[u];c.push({key:{status:"valid",value:u},value:l._parse(new tt(o,d,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof lt){let u=this._def.unknownKeys;if(u==="passthrough")for(let l of a)c.push({key:{status:"valid",value:l},value:{status:"valid",value:o.data[l]}});else if(u==="strict")a.length>0&&(z(o,{code:k.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let l of a){let d=o.data[l];c.push({key:{status:"valid",value:l},value:u._parse(new tt(o,d,o.path,l)),alwaysSet:l in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let l of c){let d=await l.key,h=await l.value;u.push({key:d,value:h,alwaysSet:l.alwaysSet})}return u}).then(u=>ke.mergeObjectSync(n,u)):ke.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return I.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:I.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:S.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of G.objectKeys(e))e[n]&&this.shape[n]&&(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}omit(e){let r={};for(let n of G.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return Gr(this)}partial(e){let r={};for(let n of G.objectKeys(this.shape)){let o=this.shape[n];e&&!e[n]?r[n]=o:r[n]=o.optional()}return new t({...this._def,shape:()=>r})}required(e){let r={};for(let n of G.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Ve;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return Md(G.objectKeys(this.shape))}};He.create=(t,e)=>new He({shape:()=>t,unknownKeys:"strip",catchall:lt.create(),typeName:S.ZodObject,...L(e)});He.strictCreate=(t,e)=>new He({shape:()=>t,unknownKeys:"strict",catchall:lt.create(),typeName:S.ZodObject,...L(e)});He.lazycreate=(t,e)=>new He({shape:t,unknownKeys:"strip",catchall:lt.create(),typeName:S.ZodObject,...L(e)});var gr=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function o(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let i=s.map(a=>new Ue(a.ctx.common.issues));return z(r,{code:k.invalid_union,unionErrors:i}),Z}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},l=c._parseSync({data:r.data,path:r.path,parent:u});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new Ue(c));return z(r,{code:k.invalid_union,unionErrors:a}),Z}}get options(){return this._def.options}};gr.create=(t,e)=>new gr({options:t,typeName:S.ZodUnion,...L(e)});var Ct=t=>t instanceof _r?Ct(t.schema):t instanceof rt?Ct(t.innerType()):t instanceof vr?[t.value]:t instanceof xr?t.options:t instanceof br?G.objectValues(t.enum):t instanceof $r?Ct(t._def.innerType):t instanceof mr?[void 0]:t instanceof hr?[null]:t instanceof Ve?[void 0,...Ct(t.unwrap())]:t instanceof wt?[null,...Ct(t.unwrap())]:t instanceof In||t instanceof kr?Ct(t.unwrap()):t instanceof wr?Ct(t._def.innerType):[],Fo=class t extends V{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.object)return z(r,{code:k.invalid_type,expected:E.object,received:r.parsedType}),Z;let n=this.discriminator,o=r.data[n],s=this.optionsMap.get(o);return s?r.common.async?s._parseAsync({data:r.data,path:r.path,parent:r}):s._parseSync({data:r.data,path:r.path,parent:r}):(z(r,{code:k.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),Z)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let o=new Map;for(let s of r){let i=Ct(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:S.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...L(n)})}};function Ai(t,e){let r=bt(t),n=bt(e);if(t===e)return{valid:!0,data:t};if(r===E.object&&n===E.object){let o=G.objectKeys(e),s=G.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=Ai(t[a],e[a]);if(!c.valid)return{valid:!1};i[a]=c.data}return{valid:!0,data:i}}else if(r===E.array&&n===E.array){if(t.length!==e.length)return{valid:!1};let o=[];for(let s=0;s<t.length;s++){let i=t[s],a=e[s],c=Ai(i,a);if(!c.valid)return{valid:!1};o.push(c.data)}return{valid:!0,data:o}}else return r===E.date&&n===E.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var yr=class extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(qo(s)||qo(i))return Z;let a=Ai(s.value,i.value);return a.valid?((Lo(s)||Lo(i))&&r.dirty(),{status:r.value,value:a.data}):(z(n,{code:k.invalid_intersection_types}),Z)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([s,i])=>o(s,i)):o(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};yr.create=(t,e,r)=>new yr({left:t,right:e,typeName:S.ZodIntersection,...L(r)});var $t=class t extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.array)return z(n,{code:k.invalid_type,expected:E.array,received:n.parsedType}),Z;if(n.data.length<this._def.items.length)return z(n,{code:k.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),Z;!this._def.rest&&n.data.length>this._def.items.length&&(z(n,{code:k.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new tt(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>ke.mergeArray(r,i)):ke.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};$t.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new $t({items:t,typeName:S.ZodTuple,rest:null,...L(e)})};var Uo=class t extends V{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.object)return z(n,{code:k.invalid_type,expected:E.object,received:n.parsedType}),Z;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new tt(n,a,n.path,a)),value:i._parse(new tt(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?ke.mergeObjectAsync(r,o):ke.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof V?new t({keyType:e,valueType:r,typeName:S.ZodRecord,...L(n)}):new t({keyType:Vt.create(),valueType:e,typeName:S.ZodRecord,...L(r)})}},Qr=class extends V{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.map)return z(n,{code:k.invalid_type,expected:E.map,received:n.parsedType}),Z;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new tt(n,a,n.path,[u,"key"])),value:s._parse(new tt(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,l=await c.value;if(u.status==="aborted"||l.status==="aborted")return Z;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,l=c.value;if(u.status==="aborted"||l.status==="aborted")return Z;(u.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(u.value,l.value)}return{status:r.value,value:a}}}};Qr.create=(t,e,r)=>new Qr({valueType:e,keyType:t,typeName:S.ZodMap,...L(r)});var Xr=class t extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.set)return z(n,{code:k.invalid_type,expected:E.set,received:n.parsedType}),Z;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(z(n,{code:k.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(z(n,{code:k.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let s=this._def.valueType;function i(c){let u=new Set;for(let l of c){if(l.status==="aborted")return Z;l.status==="dirty"&&r.dirty(),u.add(l.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new tt(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:I.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:I.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Xr.create=(t,e)=>new Xr({valueType:t,minSize:null,maxSize:null,typeName:S.ZodSet,...L(e)});var Vo=class t extends V{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.function)return z(r,{code:k.invalid_type,expected:E.function,received:r.parsedType}),Z;function n(a,c){return Rn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Br(),Mt].filter(u=>!!u),issueData:{code:k.invalid_arguments,argumentsError:c}})}function o(a,c){return Rn({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Br(),Mt].filter(u=>!!u),issueData:{code:k.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Bt){let a=this;return Me(async function(...c){let u=new Ue([]),l=await a._def.args.parseAsync(c,s).catch(f=>{throw u.addIssue(n(c,f)),u}),d=await Reflect.apply(i,this,l);return await a._def.returns._def.type.parseAsync(d,s).catch(f=>{throw u.addIssue(o(d,f)),u})})}else{let a=this;return Me(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new Ue([n(c,u.error)]);let l=Reflect.apply(i,this,u.data),d=a._def.returns.safeParse(l,s);if(!d.success)throw new Ue([o(l,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:$t.create(e).rest(Nt.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||$t.create([]).rest(Nt.create()),returns:r||Nt.create(),typeName:S.ZodFunction,...L(n)})}},_r=class extends V{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};_r.create=(t,e)=>new _r({getter:t,typeName:S.ZodLazy,...L(e)});var vr=class extends V{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return z(r,{received:r.data,code:k.invalid_literal,expected:this._def.value}),Z}return{status:"valid",value:e.data}}get value(){return this._def.value}};vr.create=(t,e)=>new vr({value:t,typeName:S.ZodLiteral,...L(e)});function Md(t,e){return new xr({values:t,typeName:S.ZodEnum,...L(e)})}var xr=class t extends V{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{expected:G.joinValues(n),received:r.parsedType,code:k.invalid_type}),Z}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{received:r.data,code:k.invalid_enum_value,options:n}),Z}return Me(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};xr.create=Md;var br=class extends V{_parse(e){let r=G.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==E.string&&n.parsedType!==E.number){let o=G.objectValues(r);return z(n,{expected:G.joinValues(o),received:n.parsedType,code:k.invalid_type}),Z}if(this._cache||(this._cache=new Set(G.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=G.objectValues(r);return z(n,{received:n.data,code:k.invalid_enum_value,options:o}),Z}return Me(e.data)}get enum(){return this._def.values}};br.create=(t,e)=>new br({values:t,typeName:S.ZodNativeEnum,...L(e)});var Bt=class extends V{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.promise&&r.common.async===!1)return z(r,{code:k.invalid_type,expected:E.promise,received:r.parsedType}),Z;let n=r.parsedType===E.promise?r.data:Promise.resolve(r.data);return Me(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Bt.create=(t,e)=>new Bt({type:t,typeName:S.ZodPromise,...L(e)});var rt=class extends V{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===S.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{z(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return Z;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?Z:c.status==="dirty"?ur(c.value):r.value==="dirty"?ur(c.value):c});{if(r.value==="aborted")return Z;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?Z:a.status==="dirty"?ur(a.value):r.value==="dirty"?ur(a.value):a}}if(o.type==="refinement"){let i=a=>{let c=o.refinement(a,s);if(n.common.async)return Promise.resolve(c);if(c instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?Z:(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"?Z:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(o.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Ut(i))return Z;let a=o.transform(i.value,s);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(i=>Ut(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):Z);G.assertNever(o)}};rt.create=(t,e,r)=>new rt({schema:t,typeName:S.ZodEffects,effect:e,...L(r)});rt.createWithPreprocess=(t,e,r)=>new rt({schema:e,effect:{type:"preprocess",transform:t},typeName:S.ZodEffects,...L(r)});var Ve=class extends V{_parse(e){return this._getType(e)===E.undefined?Me(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ve.create=(t,e)=>new Ve({innerType:t,typeName:S.ZodOptional,...L(e)});var wt=class extends V{_parse(e){return this._getType(e)===E.null?Me(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};wt.create=(t,e)=>new wt({innerType:t,typeName:S.ZodNullable,...L(e)});var $r=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===E.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};$r.create=(t,e)=>new $r({innerType:t,typeName:S.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...L(e)});var wr=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},o=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Jr(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Ue(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Ue(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};wr.create=(t,e)=>new wr({innerType:t,typeName:S.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...L(e)});var Yr=class extends V{_parse(e){if(this._getType(e)!==E.nan){let n=this._getOrReturnCtx(e);return z(n,{code:k.invalid_type,expected:E.nan,received:n.parsedType}),Z}return{status:"valid",value:e.data}}};Yr.create=t=>new Yr({typeName:S.ZodNaN,...L(t)});var f_=Symbol("zod_brand"),In=class extends V{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},On=class t extends V{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?Z:s.status==="dirty"?(r.dirty(),ur(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{let o=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?Z:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:S.ZodPipeline})}},kr=class extends V{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Ut(o)&&(o.value=Object.freeze(o.value)),o);return Jr(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};kr.create=(t,e)=>new kr({innerType:t,typeName:S.ZodReadonly,...L(e)});function Pd(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function Cd(t,e={},r){return t?Ht.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=Pd(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=Pd(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Ht.create()}var m_={object:He.lazycreate},S;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(S||(S={}));var h_=(t,e={message:`Input not instance of ${t.name}`})=>Cd(r=>r instanceof t,e),Nd=Vt.create,Ad=lr.create,g_=Yr.create,y_=dr.create,Zd=pr.create,__=fr.create,v_=Kr.create,x_=mr.create,b_=hr.create,$_=Ht.create,w_=Nt.create,k_=lt.create,S_=Wr.create,z_=At.create,Zi=He.create,T_=He.strictCreate,E_=gr.create,P_=Fo.create,R_=yr.create,I_=$t.create,O_=Uo.create,M_=Qr.create,C_=Xr.create,N_=Vo.create,A_=_r.create,Z_=vr.create,j_=xr.create,D_=br.create,q_=Bt.create,L_=rt.create,F_=Ve.create,U_=wt.create,V_=rt.createWithPreprocess,H_=On.create,B_=()=>Nd().optional(),J_=()=>Ad().optional(),G_=()=>Zd().optional(),K_={string:t=>Vt.create({...t,coerce:!0}),number:t=>lr.create({...t,coerce:!0}),boolean:t=>pr.create({...t,coerce:!0}),bigint:t=>dr.create({...t,coerce:!0}),date:t=>fr.create({...t,coerce:!0})};var W_=Z;var Q_=Object.freeze({status:"aborted"});function v(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=c}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let l of u._zod.deferred)l();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var X_=Symbol("zod_brand"),Zt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Ho={};function Xe(t){return t&&Object.assign(Ho,t),Ho}var K={};Do(K,{BIGINT_FORMAT_RANGES:()=>Dd,Class:()=>Di,NUMBER_FORMAT_RANGES:()=>Bi,aborted:()=>zr,allowsEval:()=>Ui,assert:()=>nv,assertEqual:()=>Y_,assertIs:()=>tv,assertNever:()=>rv,assertNotEqual:()=>ev,assignProp:()=>Fi,cached:()=>Nn,captureStackTrace:()=>Jo,cleanEnum:()=>gv,cleanRegex:()=>Zn,clone:()=>Ye,createTransparentProxy:()=>uv,defineLazy:()=>ce,esc:()=>Sr,escapeRegex:()=>Jt,extend:()=>pv,finalizeIssue:()=>dt,floatSafeRemainder:()=>Li,getElementAtPath:()=>ov,getEnumValues:()=>Cn,getLengthableOrigin:()=>jn,getParsedType:()=>cv,getSizableOrigin:()=>qd,isObject:()=>en,isPlainObject:()=>tn,issue:()=>Ji,joinValues:()=>Bo,jsonStringifyReplacer:()=>qi,merge:()=>fv,normalizeParams:()=>j,nullish:()=>An,numKeys:()=>av,omit:()=>dv,optionalKeys:()=>Hi,partial:()=>mv,pick:()=>lv,prefixIssues:()=>kt,primitiveTypes:()=>jd,promiseAllObject:()=>sv,propertyKeyTypes:()=>Vi,randomString:()=>iv,required:()=>hv,stringifyPrimitive:()=>Go,unwrapMessage:()=>Mn});function Y_(t){return t}function ev(t){return t}function tv(t){}function rv(t){throw new Error}function nv(t){}function Cn(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,o])=>e.indexOf(+n)===-1).map(([n,o])=>o)}function Bo(t,e="|"){return t.map(r=>Go(r)).join(e)}function qi(t,e){return typeof e=="bigint"?e.toString():e}function Nn(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function An(t){return t==null}function Zn(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function Li(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}function ce(t,e,r){Object.defineProperty(t,e,{get(){{let o=r();return t[e]=o,o}throw new Error("cached value already set")},set(o){Object.defineProperty(t,e,{value:o})},configurable:!0})}function Fi(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function ov(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function sv(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function iv(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function Sr(t){return JSON.stringify(t)}var Jo=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function en(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var Ui=Nn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function tn(t){if(en(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(en(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function av(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var cv=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Vi=new Set(["string","number","symbol"]),jd=new Set(["string","number","bigint","boolean","symbol","undefined"]);function Jt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ye(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function j(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function uv(t){let e;return new Proxy({},{get(r,n,o){return e??(e=t()),Reflect.get(e,n,o)},set(r,n,o,s){return e??(e=t()),Reflect.set(e,n,o,s)},has(r,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(r,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(r){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(r,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(r,n,o){return e??(e=t()),Reflect.defineProperty(e,n,o)}})}function Go(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Hi(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Bi={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]},Dd={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function lv(t,e){let r={},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&(r[o]=n.shape[o])}return Ye(t,{...t._zod.def,shape:r,checks:[]})}function dv(t,e){let r={...t._zod.def.shape},n=t._zod.def;for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&delete r[o]}return Ye(t,{...t._zod.def,shape:r,checks:[]})}function pv(t,e){if(!tn(e))throw new Error("Invalid input to extend: expected a plain object");let r={...t._zod.def,get shape(){let n={...t._zod.def.shape,...e};return Fi(this,"shape",n),n},checks:[]};return Ye(t,r)}function fv(t,e){return Ye(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return Fi(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function mv(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in n))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=t?new t({type:"optional",innerType:n[s]}):n[s])}else for(let s in n)o[s]=t?new t({type:"optional",innerType:n[s]}):n[s];return Ye(e,{...e._zod.def,shape:o,checks:[]})}function hv(t,e,r){let n=e._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=new t({type:"nonoptional",innerType:n[s]}))}else for(let s in n)o[s]=new t({type:"nonoptional",innerType:n[s]});return Ye(e,{...e._zod.def,shape:o,checks:[]})}function zr(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function kt(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Mn(t){return typeof t=="string"?t:t?.message}function dt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Mn(t.inst?._zod.def?.error?.(t))??Mn(e?.error?.(t))??Mn(r.customError?.(t))??Mn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function qd(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function jn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Ji(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function gv(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var Di=class{constructor(...e){}};var Ld=(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,qi,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Ko=v("$ZodError",Ld),Dn=v("$ZodError",Ld,{Parent:Error});function Gi(t,e=r=>r.message){let r={},n=[];for(let o of t.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(e(o))):n.push(e(o));return{formErrors:n,fieldErrors:r}}function Ki(t,e){let r=e||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,c=0;for(;c<i.path.length;){let u=i.path[c];c===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(i))):a[u]=a[u]||{_errors:[]},a=a[u],c++}}};return o(t),n}var Wi=t=>(e,r,n,o)=>{let s=n?Object.assign(n,{async:!1}):{async:!1},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new Zt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>dt(c,s,Xe())));throw Jo(a,o?.callee),a}return i.value},Qi=Wi(Dn),Xi=t=>async(e,r,n,o)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},i=e._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>dt(c,s,Xe())));throw Jo(a,o?.callee),a}return i.value},Yi=Xi(Dn),ea=t=>(e,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=e._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new Zt;return s.issues.length?{success:!1,error:new(t??Ko)(s.issues.map(i=>dt(i,o,Xe())))}:{success:!0,data:s.value}},Tr=ea(Dn),ta=t=>async(e,r,n)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},s=e._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new t(s.issues.map(i=>dt(i,o,Xe())))}:{success:!0,data:s.value}},Er=ta(Dn);var Fd=/^[cC][^\s-]{8,}$/,Ud=/^[0-9a-z]+$/,Vd=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Hd=/^[0-9a-vA-V]{20}$/,Bd=/^[A-Za-z0-9]{27}$/,Jd=/^[a-zA-Z0-9_-]{21}$/,Gd=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var Kd=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,ra=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/;var Wd=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var _v="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Qd(){return new RegExp(_v,"u")}var Xd=/^(?:(?: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])$/,Yd=/^(([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})$/,ep=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,tp=/^(([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])$/,rp=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,na=/^[A-Za-z0-9_-]*$/,np=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var op=/^\+(?:[0-9]){6,14}[0-9]$/,sp="(?:(?:\\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])))",ip=new RegExp(`^${sp}$`);function ap(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function cp(t){return new RegExp(`^${ap(t)}$`)}function up(t){let e=ap({precision:t.precision}),r=["Z"];t.local&&r.push(""),t.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${e}(?:${r.join("|")})`;return new RegExp(`^${sp}T(?:${n})$`)}var lp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var dp=/^\d+$/,pp=/^-?\d+(?:\.\d+)?/i,fp=/true|false/i,mp=/null/i;var hp=/^[^A-Z]*$/,gp=/^[^a-z]*$/;var Se=v("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),yp={number:"number",bigint:"bigint",object:"date"},oa=v("$ZodCheckLessThan",(t,e)=>{Se.init(t,e);let r=yp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value<s&&(e.inclusive?o.maximum=e.value:o.exclusiveMaximum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value<=e.value:n.value<e.value)||n.issues.push({origin:r,code:"too_big",maximum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),sa=v("$ZodCheckGreaterThan",(t,e)=>{Se.init(t,e);let r=yp[typeof e.value];t._zod.onattach.push(n=>{let o=n._zod.bag,s=(e.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>s&&(e.inclusive?o.minimum=e.value:o.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:r,code:"too_small",minimum:e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),_p=v("$ZodCheckMultipleOf",(t,e)=>{Se.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):Li(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})}}),vp=v("$ZodCheckNumberFormat",(t,e)=>{Se.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=Bi[e.format];t._zod.onattach.push(i=>{let a=i._zod.bag;a.format=e.format,a.minimum=o,a.maximum=s,r&&(a.pattern=dp)}),t._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:e.format,code:"invalid_type",input:a,inst:t});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,continue:!e.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:t,continue:!e.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inst:t})}});var xp=v("$ZodCheckMaxLength",(t,e)=>{var r;Se.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!An(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum<o&&(n._zod.bag.maximum=e.maximum)}),t._zod.check=n=>{let o=n.value;if(o.length<=e.maximum)return;let i=jn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),bp=v("$ZodCheckMinLength",(t,e)=>{var r;Se.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!An(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>o&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let o=n.value;if(o.length>=e.minimum)return;let i=jn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),$p=v("$ZodCheckLengthEquals",(t,e)=>{var r;Se.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!An(o)&&o.length!==void 0}),t._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=e.length,o.maximum=e.length,o.length=e.length}),t._zod.check=n=>{let o=n.value,s=o.length;if(s===e.length)return;let i=jn(o),a=s>e.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),qn=v("$ZodCheckStringFormat",(t,e)=>{var r,n;Se.init(t,e),t._zod.onattach.push(o=>{let s=o._zod.bag;s.format=e.format,e.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=o=>{e.pattern.lastIndex=0,!e.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:e.format,input:o.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),wp=v("$ZodCheckRegex",(t,e)=>{qn.init(t,e),t._zod.check=r=>{e.pattern.lastIndex=0,!e.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),kp=v("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=hp),qn.init(t,e)}),Sp=v("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=gp),qn.init(t,e)}),zp=v("$ZodCheckIncludes",(t,e)=>{Se.init(t,e);let r=Jt(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${r}`:r);e.pattern=n,t._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),t._zod.check=o=>{o.value.includes(e.includes,e.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:o.value,inst:t,continue:!e.abort})}}),Tp=v("$ZodCheckStartsWith",(t,e)=>{Se.init(t,e);let r=new RegExp(`^${Jt(e.prefix)}.*`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),Ep=v("$ZodCheckEndsWith",(t,e)=>{Se.init(t,e);let r=new RegExp(`.*${Jt(e.suffix)}$`);e.pattern??(e.pattern=r),t._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}});var Pp=v("$ZodCheckOverwrite",(t,e)=>{Se.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var Qo=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(`
10
10
  `).filter(i=>i),o=Math.min(...n.map(i=>i.length-i.trimStart().length)),s=n.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(let i of s)this.content.push(i)}compile(){let e=Function,r=this?.args,o=[...(this?.content??[""]).map(s=>` ${s}`)];return new e(...r,o.join(`
11
- `))}};var Rp={major:4,minor:0,patch:0};var oe=x("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Rp;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let o of n)for(let s of o._zod.onattach)s(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let o=(s,i,a)=>{let c=zr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,h=l._zod.check(s);if(h instanceof Promise&&a?.async===!1)throw new Zt;if(u||h instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await h,s.issues.length!==d&&(c||(c=zr(s,d)))});else{if(s.issues.length===d)continue;c||(c=zr(s,d))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new Zt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=Tr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return Er(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),qn=x("$ZodString",(t,e)=>{oe.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??up(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}}),ue=x("$ZodStringFormat",(t,e)=>{Dn.init(t,e),qn.init(t,e)}),aa=x("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=Gd),ue.init(t,e)}),ca=x("$ZodUUID",(t,e)=>{if(e.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(n===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=ra(n))}else e.pattern??(e.pattern=ra());ue.init(t,e)}),ua=x("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=Kd),ue.init(t,e)}),la=x("$ZodURL",(t,e)=>{ue.init(t,e),t._zod.check=r=>{try{let n=r.value,o=new URL(n),s=o.href;e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:rp.source,input:r.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:r.value,inst:t,continue:!e.abort})),!n.endsWith("/")&&s.endsWith("/")?r.value=s.slice(0,-1):r.value=s;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:t,continue:!e.abort})}}}),da=x("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Wd()),ue.init(t,e)}),pa=x("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Bd),ue.init(t,e)}),fa=x("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=Ld),ue.init(t,e)}),ma=x("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=Fd),ue.init(t,e)}),ha=x("$ZodULID",(t,e)=>{e.pattern??(e.pattern=Ud),ue.init(t,e)}),ga=x("$ZodXID",(t,e)=>{e.pattern??(e.pattern=Vd),ue.init(t,e)}),ya=x("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=Hd),ue.init(t,e)}),qp=x("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=cp(e)),ue.init(t,e)}),Lp=x("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=sp),ue.init(t,e)}),Fp=x("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=ap(e)),ue.init(t,e)}),Up=x("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=Jd),ue.init(t,e)}),_a=x("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Qd),ue.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),va=x("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Xd),ue.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv6"}),t._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:t,continue:!e.abort})}}}),xa=x("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=Yd),ue.init(t,e)}),ba=x("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=ep),ue.init(t,e),t._zod.check=r=>{let[n,o]=r.value.split("/");try{if(!o)throw new Error;let s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:t,continue:!e.abort})}}});function Vp(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var $a=x("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=tp),ue.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{Vp(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function vv(t){if(!na.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return Vp(r)}var wa=x("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=na),ue.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{vv(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),ka=x("$ZodE164",(t,e)=>{e.pattern??(e.pattern=np),ue.init(t,e)});function xv(t,e=null){try{let r=t.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||e&&(!("alg"in o)||o.alg!==e))}catch{return!1}}var Sa=x("$ZodJWT",(t,e)=>{ue.init(t,e),t._zod.check=r=>{xv(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var Yo=x("$ZodNumber",(t,e)=>{oe.init(t,e),t._zod.pattern=t._zod.bag.pattern??dp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:t,...s?{received:s}:{}}),r}}),za=x("$ZodNumber",(t,e)=>{_p.init(t,e),Yo.init(t,e)}),Ta=x("$ZodBoolean",(t,e)=>{oe.init(t,e),t._zod.pattern=pp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:t}),r}});var Ea=x("$ZodNull",(t,e)=>{oe.init(t,e),t._zod.pattern=fp,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:t}),r}});var Pa=x("$ZodUnknown",(t,e)=>{oe.init(t,e),t._zod.parse=r=>r}),Ra=x("$ZodNever",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function Ip(t,e,r){t.issues.length&&e.issues.push(...wt(r,t.issues)),e.value[r]=t.value}var Ia=x("$ZodArray",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:t}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>Ip(u,r,i))):Ip(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Xo(t,e,r){t.issues.length&&e.issues.push(...wt(r,t.issues)),e.value[r]=t.value}function Op(t,e,r,n){t.issues.length?n[r]===void 0?r in n?e.value[r]=void 0:e.value[r]=t.value:e.issues.push(...wt(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var es=x("$ZodObject",(t,e)=>{oe.init(t,e);let r=Cn(()=>{let d=Object.keys(e.shape);for(let f of d)if(!(e.shape[f]instanceof oe))throw new Error(`Invalid element at key "${f}": expected a Zod schema`);let h=Hi(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(h)}});ce(t._zod,"propValues",()=>{let d=e.shape,h={};for(let f in d){let m=d[f]._zod;if(m.values){h[f]??(h[f]=new Set);for(let p of m.values)h[f].add(p)}}return h});let n=d=>{let h=new Qo(["shape","payload","ctx"]),f=r.value,m=v=>{let w=Sr(v);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};h.write("const input = payload.value;");let p=Object.create(null),g=0;for(let v of f.keys)p[v]=`key_${g++}`;h.write("const newResult = {}");for(let v of f.keys)if(f.optionalKeys.has(v)){let w=p[v];h.write(`const ${w} = ${m(v)};`);let b=Sr(v);h.write(`
11
+ `))}};var Ip={major:4,minor:0,patch:0};var oe=v("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Ip;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let o of n)for(let s of o._zod.onattach)s(t);if(n.length===0)(r=t._zod).deferred??(r.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let o=(s,i,a)=>{let c=zr(s),u;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(c)continue;let d=s.issues.length,h=l._zod.check(s);if(h instanceof Promise&&a?.async===!1)throw new Zt;if(u||h instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await h,s.issues.length!==d&&(c||(c=zr(s,d)))});else{if(s.issues.length===d)continue;c||(c=zr(s,d))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new Zt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=Tr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return Er(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Ln=v("$ZodString",(t,e)=>{oe.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??lp(t._zod.bag),t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:t}),r}}),ue=v("$ZodStringFormat",(t,e)=>{qn.init(t,e),Ln.init(t,e)}),aa=v("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=Kd),ue.init(t,e)}),ca=v("$ZodUUID",(t,e)=>{if(e.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(n===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=ra(n))}else e.pattern??(e.pattern=ra());ue.init(t,e)}),ua=v("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=Wd),ue.init(t,e)}),la=v("$ZodURL",(t,e)=>{ue.init(t,e),t._zod.check=r=>{try{let n=r.value,o=new URL(n),s=o.href;e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:np.source,input:r.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:r.value,inst:t,continue:!e.abort})),!n.endsWith("/")&&s.endsWith("/")?r.value=s.slice(0,-1):r.value=s;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:t,continue:!e.abort})}}}),da=v("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=Qd()),ue.init(t,e)}),pa=v("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=Jd),ue.init(t,e)}),fa=v("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=Fd),ue.init(t,e)}),ma=v("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=Ud),ue.init(t,e)}),ha=v("$ZodULID",(t,e)=>{e.pattern??(e.pattern=Vd),ue.init(t,e)}),ga=v("$ZodXID",(t,e)=>{e.pattern??(e.pattern=Hd),ue.init(t,e)}),ya=v("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=Bd),ue.init(t,e)}),Lp=v("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=up(e)),ue.init(t,e)}),Fp=v("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=ip),ue.init(t,e)}),Up=v("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=cp(e)),ue.init(t,e)}),Vp=v("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=Gd),ue.init(t,e)}),_a=v("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=Xd),ue.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),va=v("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=Yd),ue.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv6"}),t._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:t,continue:!e.abort})}}}),xa=v("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=ep),ue.init(t,e)}),ba=v("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=tp),ue.init(t,e),t._zod.check=r=>{let[n,o]=r.value.split("/");try{if(!o)throw new Error;let s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:t,continue:!e.abort})}}});function Hp(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var $a=v("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=rp),ue.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{Hp(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function vv(t){if(!na.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return Hp(r)}var wa=v("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=na),ue.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{vv(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),ka=v("$ZodE164",(t,e)=>{e.pattern??(e.pattern=op),ue.init(t,e)});function xv(t,e=null){try{let r=t.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||e&&(!("alg"in o)||o.alg!==e))}catch{return!1}}var Sa=v("$ZodJWT",(t,e)=>{ue.init(t,e),t._zod.check=r=>{xv(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var Yo=v("$ZodNumber",(t,e)=>{oe.init(t,e),t._zod.pattern=t._zod.bag.pattern??pp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:t,...s?{received:s}:{}}),r}}),za=v("$ZodNumber",(t,e)=>{vp.init(t,e),Yo.init(t,e)}),Ta=v("$ZodBoolean",(t,e)=>{oe.init(t,e),t._zod.pattern=fp,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:t}),r}});var Ea=v("$ZodNull",(t,e)=>{oe.init(t,e),t._zod.pattern=mp,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:t}),r}});var Pa=v("$ZodUnknown",(t,e)=>{oe.init(t,e),t._zod.parse=r=>r}),Ra=v("$ZodNever",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function Op(t,e,r){t.issues.length&&e.issues.push(...kt(r,t.issues)),e.value[r]=t.value}var Ia=v("$ZodArray",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:t}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>Op(u,r,i))):Op(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Xo(t,e,r){t.issues.length&&e.issues.push(...kt(r,t.issues)),e.value[r]=t.value}function Mp(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(...kt(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var es=v("$ZodObject",(t,e)=>{oe.init(t,e);let r=Nn(()=>{let d=Object.keys(e.shape);for(let f of d)if(!(e.shape[f]instanceof oe))throw new Error(`Invalid element at key "${f}": expected a Zod schema`);let h=Hi(e.shape);return{shape:e.shape,keys:d,keySet:new Set(d),numKeys:d.length,optionalKeys:new Set(h)}});ce(t._zod,"propValues",()=>{let d=e.shape,h={};for(let f in d){let m=d[f]._zod;if(m.values){h[f]??(h[f]=new Set);for(let p of m.values)h[f].add(p)}}return h});let n=d=>{let h=new Qo(["shape","payload","ctx"]),f=r.value,m=x=>{let w=Sr(x);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};h.write("const input = payload.value;");let p=Object.create(null),g=0;for(let x of f.keys)p[x]=`key_${g++}`;h.write("const newResult = {}");for(let x of f.keys)if(f.optionalKeys.has(x)){let w=p[x];h.write(`const ${w} = ${m(x)};`);let b=Sr(x);h.write(`
12
12
  if (${w}.issues.length) {
13
13
  if (input[${b}] === undefined) {
14
14
  if (${b} in input) {
@@ -27,54 +27,54 @@
27
27
  } else {
28
28
  newResult[${b}] = ${w}.value;
29
29
  }
30
- `)}else{let w=p[v];h.write(`const ${w} = ${m(v)};`),h.write(`
30
+ `)}else{let w=p[x];h.write(`const ${w} = ${m(x)};`),h.write(`
31
31
  if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
32
32
  ...iss,
33
- path: iss.path ? [${Sr(v)}, ...iss.path] : [${Sr(v)}]
34
- })));`),h.write(`newResult[${Sr(v)}] = ${w}.value`)}h.write("payload.value = newResult;"),h.write("return payload;");let y=h.compile();return(v,w)=>y(d,v,w)},o,s=Xr,i=!Ho.jitless,c=i&&Ui.value,u=e.catchall,l;t._zod.parse=(d,h)=>{l??(l=r.value);let f=d.value;if(!s(f))return d.issues.push({expected:"object",code:"invalid_type",input:f,inst:t}),d;let m=[];if(i&&c&&h?.async===!1&&h.jitless!==!0)o||(o=n(e.shape)),d=o(d,h);else{d.value={};let w=l.shape;for(let b of l.keys){let $=w[b],F=$._zod.run({value:f[b],issues:[]},h),ae=$._zod.optin==="optional"&&$._zod.optout==="optional";F instanceof Promise?m.push(F.then(ee=>ae?Op(ee,d,b,f):Xo(ee,d,b))):ae?Op(F,d,b,f):Xo(F,d,b)}}if(!u)return m.length?Promise.all(m).then(()=>d):d;let p=[],g=l.keySet,y=u._zod,v=y.def.type;for(let w of Object.keys(f)){if(g.has(w))continue;if(v==="never"){p.push(w);continue}let b=y.run({value:f[w],issues:[]},h);b instanceof Promise?m.push(b.then($=>Xo($,d,w))):Xo(b,d,w)}return p.length&&d.issues.push({code:"unrecognized_keys",keys:p,input:f,inst:t}),m.length?Promise.all(m).then(()=>d):d}});function Mp(t,e,r,n){for(let o of t)if(o.issues.length===0)return e.value=o.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(o=>o.issues.map(s=>lt(s,n,Qe())))}),e}var ts=x("$ZodUnion",(t,e)=>{oe.init(t,e),ce(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),ce(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),ce(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),ce(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>An(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>Mp(i,r,t,n)):Mp(s,r,t,n)}}),Oa=x("$ZodDiscriminatedUnion",(t,e)=>{ts.init(t,e);let r=t._zod.parse;ce(t._zod,"propValues",()=>{let o={};for(let s of e.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=Cn(()=>{let o=e.options,s=new Map;for(let i of o){let a=i._zod.propValues[e.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(i)}"`);for(let c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});t._zod.parse=(o,s)=>{let i=o.value;if(!Xr(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),o;let a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(o,s):e.unionFallback?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),o)}}),Ma=x("$ZodIntersection",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=r.value,s=e.left._zod.run({value:o,issues:[]},n),i=e.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>Cp(r,c,u)):Cp(r,s,i)}});function ia(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(Yr(t)&&Yr(e)){let r=Object.keys(e),n=Object.keys(t).filter(s=>r.indexOf(s)!==-1),o={...t,...e};for(let s of n){let i=ia(t[s],e[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<t.length;n++){let o=t[n],s=e[n],i=ia(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function Cp(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),zr(t))return t;let n=ia(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}var Ca=x("$ZodRecord",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Yr(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:t}),r;let s=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:o[c],issues:[]},n);u instanceof Promise?s.push(u.then(l=>{l.issues.length&&r.issues.push(...wt(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...wt(c,u.issues)),r.value[c]=u.value)}let a;for(let c in o)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:t,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(o)){if(i==="__proto__")continue;let a=e.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(u=>lt(u,n,Qe())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}let c=e.valueType._zod.run({value:o[i],issues:[]},n);c instanceof Promise?s.push(c.then(u=>{u.issues.length&&r.issues.push(...wt(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...wt(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Na=x("$ZodEnum",(t,e)=>{oe.init(t,e);let r=Mn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Vi.has(typeof n)).map(n=>typeof n=="string"?Jt(n):n.toString()).join("|")})$`),t._zod.parse=(n,o)=>{let s=n.value;return t._zod.values.has(s)||n.issues.push({code:"invalid_value",values:r,input:s,inst:t}),n}}),Aa=x("$ZodLiteral",(t,e)=>{oe.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?Jt(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{let o=r.value;return t._zod.values.has(o)||r.issues.push({code:"invalid_value",values:e.values,input:o,inst:t}),r}});var Za=x("$ZodTransform",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=e.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new Zt;return r.value=o,r}}),ja=x("$ZodOptional",(t,e)=>{oe.init(t,e),t._zod.optin="optional",t._zod.optout="optional",ce(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),ce(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${An(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)}),Da=x("$ZodNullable",(t,e)=>{oe.init(t,e),ce(t._zod,"optin",()=>e.innerType._zod.optin),ce(t._zod,"optout",()=>e.innerType._zod.optout),ce(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${An(r.source)}|null)$`):void 0}),ce(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)}),qa=x("$ZodDefault",(t,e)=>{oe.init(t,e),t._zod.optin="optional",ce(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Np(s,e)):Np(o,e)}});function Np(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var La=x("$ZodPrefault",(t,e)=>{oe.init(t,e),t._zod.optin="optional",ce(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))}),Fa=x("$ZodNonOptional",(t,e)=>{oe.init(t,e),ce(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Ap(s,t)):Ap(o,t)}});function Ap(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var Ua=x("$ZodCatch",(t,e)=>{oe.init(t,e),t._zod.optin="optional",ce(t._zod,"optout",()=>e.innerType._zod.optout),ce(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(i=>lt(i,n,Qe()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>lt(s,n,Qe()))},input:r.value}),r.issues=[]),r)}});var Va=x("$ZodPipe",(t,e)=>{oe.init(t,e),ce(t._zod,"values",()=>e.in._zod.values),ce(t._zod,"optin",()=>e.in._zod.optin),ce(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{let o=e.in._zod.run(r,n);return o instanceof Promise?o.then(s=>Zp(s,e,n)):Zp(o,e,n)}});function Zp(t,e,r){return zr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var Ha=x("$ZodReadonly",(t,e)=>{oe.init(t,e),ce(t._zod,"propValues",()=>e.innerType._zod.propValues),ce(t._zod,"values",()=>e.innerType._zod.values),ce(t._zod,"optin",()=>e.innerType._zod.optin),ce(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(jp):jp(o)}});function jp(t){return t.value=Object.freeze(t.value),t}var Ba=x("$ZodCustom",(t,e)=>{Se.init(t,e),oe.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,o=e.fn(n);if(o instanceof Promise)return o.then(s=>Dp(s,r,n,t));Dp(o,r,n,t)}});function Dp(t,e,r,n){if(!t){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),e.issues.push(Ji(o))}}var bv=t=>{let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"NaN":"number";case"object":{if(Array.isArray(t))return"array";if(t===null)return"null";if(Object.getPrototypeOf(t)!==Object.prototype&&t.constructor)return t.constructor.name}}return e},$v=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function e(n){return t[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${bv(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Go(n.values[0])}`:`Invalid option: expected one of ${Bo(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",s=e(n.origin);return s?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",s=e(n.origin);return s?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${s.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${Bo(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function Hp(){return{localeError:$v()}}var wv=Symbol("ZodOutput"),kv=Symbol("ZodInput"),Ln=class{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){let n=r[0];if(this._map.set(e,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,e)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(e){let r=this._map.get(e);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(e),this}get(e){let r=e._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}};function Bp(){return new Ln}var Gt=Bp();function Ja(t,e){return new t({type:"string",...j(e)})}function Ga(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...j(e)})}function rs(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...j(e)})}function Ka(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...j(e)})}function Wa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...j(e)})}function Qa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...j(e)})}function Xa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...j(e)})}function Ya(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...j(e)})}function ec(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...j(e)})}function tc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...j(e)})}function rc(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...j(e)})}function nc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...j(e)})}function oc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...j(e)})}function sc(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...j(e)})}function ic(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...j(e)})}function ac(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...j(e)})}function cc(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...j(e)})}function uc(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...j(e)})}function lc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...j(e)})}function dc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...j(e)})}function pc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...j(e)})}function fc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...j(e)})}function mc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...j(e)})}function Jp(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...j(e)})}function Gp(t,e){return new t({type:"string",format:"date",check:"string_format",...j(e)})}function Kp(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...j(e)})}function Wp(t,e){return new t({type:"string",format:"duration",check:"string_format",...j(e)})}function hc(t,e){return new t({type:"number",checks:[],...j(e)})}function gc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...j(e)})}function yc(t,e){return new t({type:"boolean",...j(e)})}function _c(t,e){return new t({type:"null",...j(e)})}function vc(t){return new t({type:"unknown"})}function xc(t,e){return new t({type:"never",...j(e)})}function ns(t,e){return new oa({check:"less_than",...j(e),value:t,inclusive:!1})}function Fn(t,e){return new oa({check:"less_than",...j(e),value:t,inclusive:!0})}function os(t,e){return new sa({check:"greater_than",...j(e),value:t,inclusive:!1})}function Un(t,e){return new sa({check:"greater_than",...j(e),value:t,inclusive:!0})}function ss(t,e){return new yp({check:"multiple_of",...j(e),value:t})}function is(t,e){return new vp({check:"max_length",...j(e),maximum:t})}function en(t,e){return new xp({check:"min_length",...j(e),minimum:t})}function as(t,e){return new bp({check:"length_equals",...j(e),length:t})}function bc(t,e){return new $p({check:"string_format",format:"regex",...j(e),pattern:t})}function $c(t){return new wp({check:"string_format",format:"lowercase",...j(t)})}function wc(t){return new kp({check:"string_format",format:"uppercase",...j(t)})}function kc(t,e){return new Sp({check:"string_format",format:"includes",...j(e),includes:t})}function Sc(t,e){return new zp({check:"string_format",format:"starts_with",...j(e),prefix:t})}function zc(t,e){return new Tp({check:"string_format",format:"ends_with",...j(e),suffix:t})}function Pr(t){return new Ep({check:"overwrite",tx:t})}function Tc(t){return Pr(e=>e.normalize(t))}function Ec(){return Pr(t=>t.trim())}function Pc(){return Pr(t=>t.toLowerCase())}function Rc(){return Pr(t=>t.toUpperCase())}function Qp(t,e,r){return new t({type:"array",element:e,...j(r)})}function Ic(t,e,r){let n=j(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function Oc(t,e,r){return new t({type:"custom",check:"custom",fn:e,...j(r)})}var cs=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??Gt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},h=e._zod.parent;if(h)a.ref=h,this.process(h,d),this.seen.get(h).isParent=!0;else{let f=a.schema;switch(o.type){case"string":{let m=f;m.type="string";let{minimum:p,maximum:g,format:y,patterns:v,contentEncoding:w}=e._zod.bag;if(typeof p=="number"&&(m.minLength=p),typeof g=="number"&&(m.maxLength=g),y&&(m.format=s[y]??y,m.format===""&&delete m.format),w&&(m.contentEncoding=w),v&&v.size>0){let b=[...v];b.length===1?m.pattern=b[0].source:b.length>1&&(a.schema.allOf=[...b.map($=>({...this.target==="draft-7"?{type:"string"}:{},pattern:$.source}))])}break}case"number":{let m=f,{minimum:p,maximum:g,format:y,multipleOf:v,exclusiveMaximum:w,exclusiveMinimum:b}=e._zod.bag;typeof y=="string"&&y.includes("int")?m.type="integer":m.type="number",typeof b=="number"&&(m.exclusiveMinimum=b),typeof p=="number"&&(m.minimum=p,typeof b=="number"&&(b>=p?delete m.minimum:delete m.exclusiveMinimum)),typeof w=="number"&&(m.exclusiveMaximum=w),typeof g=="number"&&(m.maximum=g,typeof w=="number"&&(w<=g?delete m.maximum:delete m.exclusiveMaximum)),typeof v=="number"&&(m.multipleOf=v);break}case"boolean":{let m=f;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":{f.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{f.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let m=f,{minimum:p,maximum:g}=e._zod.bag;typeof p=="number"&&(m.minItems=p),typeof g=="number"&&(m.maxItems=g),m.type="array",m.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let m=f;m.type="object",m.properties={};let p=o.shape;for(let v in p)m.properties[v]=this.process(p[v],{...d,path:[...d.path,"properties",v]});let g=new Set(Object.keys(p)),y=new Set([...g].filter(v=>{let w=o.shape[v]._zod;return this.io==="input"?w.optin===void 0:w.optout===void 0}));y.size>0&&(m.required=Array.from(y)),o.catchall?._zod.def.type==="never"?m.additionalProperties=!1:o.catchall?o.catchall&&(m.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(m.additionalProperties=!1);break}case"union":{let m=f;m.anyOf=o.options.map((p,g)=>this.process(p,{...d,path:[...d.path,"anyOf",g]}));break}case"intersection":{let m=f,p=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),g=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),y=w=>"allOf"in w&&Object.keys(w).length===1,v=[...y(p)?p.allOf:[p],...y(g)?g.allOf:[g]];m.allOf=v;break}case"tuple":{let m=f;m.type="array";let p=o.items.map((v,w)=>this.process(v,{...d,path:[...d.path,"prefixItems",w]}));if(this.target==="draft-2020-12"?m.prefixItems=p:m.items=p,o.rest){let v=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?m.items=v:m.additionalItems=v}o.rest&&(m.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:g,maximum:y}=e._zod.bag;typeof g=="number"&&(m.minItems=g),typeof y=="number"&&(m.maxItems=y);break}case"record":{let m=f;m.type="object",m.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),m.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let m=f,p=Mn(o.entries);p.every(g=>typeof g=="number")&&(m.type="number"),p.every(g=>typeof g=="string")&&(m.type="string"),m.enum=p;break}case"literal":{let m=f,p=[];for(let g of o.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");p.push(Number(g))}else p.push(g);if(p.length!==0)if(p.length===1){let g=p[0];m.type=g===null?"null":typeof g,m.const=g}else p.every(g=>typeof g=="number")&&(m.type="number"),p.every(g=>typeof g=="string")&&(m.type="string"),p.every(g=>typeof g=="boolean")&&(m.type="string"),p.every(g=>g===null)&&(m.type="null"),m.enum=p;break}case"file":{let m=f,p={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:y,mime:v}=e._zod.bag;g!==void 0&&(p.minLength=g),y!==void 0&&(p.maxLength=y),v?v.length===1?(p.contentMediaType=v[0],Object.assign(m,p)):m.anyOf=v.map(w=>({...p,contentMediaType:w})):Object.assign(m,p);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let m=this.process(o.innerType,d);f.anyOf=[m,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let m=f;m.type="boolean";break}case"default":{this.process(o.innerType,d),a.ref=o.innerType,f.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,d),a.ref=o.innerType,this.io==="input"&&(f._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,d),a.ref=o.innerType;let m;try{m=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}f.default=m;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let m=f,p=e._zod.pattern;if(!p)throw new Error("Pattern not found in template literal");m.type="string",m.pattern=p.source;break}case"pipe":{let m=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(m,d),a.ref=m;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,f.readOnly=!0;break}case"promise":{this.process(o.innerType,d),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"lazy":{let 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}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&$e(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let p=n.external.registry.get(l[0])?.id,g=n.external.uri??(v=>v);if(p)return{ref:g(p)};let y=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=y,{defId:y,ref:`${g("__shared")}#/${d}/${y}`}}if(l[1]===o)return{ref:"#"};let f=`#/${d}/`,m=l[1].schema.id??`__schema${this.counter++}`;return{defId:m,ref:f+m}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:h,defId:f}=s(l);d.def={...d.schema},f&&(d.defId=f);let m=d.schema;for(let p in m)delete m[p];m.$ref=h};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
33
+ path: iss.path ? [${Sr(x)}, ...iss.path] : [${Sr(x)}]
34
+ })));`),h.write(`newResult[${Sr(x)}] = ${w}.value`)}h.write("payload.value = newResult;"),h.write("return payload;");let y=h.compile();return(x,w)=>y(d,x,w)},o,s=en,i=!Ho.jitless,c=i&&Ui.value,u=e.catchall,l;t._zod.parse=(d,h)=>{l??(l=r.value);let f=d.value;if(!s(f))return d.issues.push({expected:"object",code:"invalid_type",input:f,inst:t}),d;let m=[];if(i&&c&&h?.async===!1&&h.jitless!==!0)o||(o=n(e.shape)),d=o(d,h);else{d.value={};let w=l.shape;for(let b of l.keys){let $=w[b],F=$._zod.run({value:f[b],issues:[]},h),ae=$._zod.optin==="optional"&&$._zod.optout==="optional";F instanceof Promise?m.push(F.then(ee=>ae?Mp(ee,d,b,f):Xo(ee,d,b))):ae?Mp(F,d,b,f):Xo(F,d,b)}}if(!u)return m.length?Promise.all(m).then(()=>d):d;let p=[],g=l.keySet,y=u._zod,x=y.def.type;for(let w of Object.keys(f)){if(g.has(w))continue;if(x==="never"){p.push(w);continue}let b=y.run({value:f[w],issues:[]},h);b instanceof Promise?m.push(b.then($=>Xo($,d,w))):Xo(b,d,w)}return p.length&&d.issues.push({code:"unrecognized_keys",keys:p,input:f,inst:t}),m.length?Promise.all(m).then(()=>d):d}});function Cp(t,e,r,n){for(let o of t)if(o.issues.length===0)return e.value=o.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(o=>o.issues.map(s=>dt(s,n,Xe())))}),e}var ts=v("$ZodUnion",(t,e)=>{oe.init(t,e),ce(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),ce(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),ce(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),ce(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>Zn(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>Cp(i,r,t,n)):Cp(s,r,t,n)}}),Oa=v("$ZodDiscriminatedUnion",(t,e)=>{ts.init(t,e);let r=t._zod.parse;ce(t._zod,"propValues",()=>{let o={};for(let s of e.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=Nn(()=>{let o=e.options,s=new Map;for(let i of o){let a=i._zod.propValues[e.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(i)}"`);for(let c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});t._zod.parse=(o,s)=>{let i=o.value;if(!en(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:t}),o;let a=n.value.get(i?.[e.discriminator]);return a?a._zod.run(o,s):e.unionFallback?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[e.discriminator],inst:t}),o)}}),Ma=v("$ZodIntersection",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=r.value,s=e.left._zod.run({value:o,issues:[]},n),i=e.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>Np(r,c,u)):Np(r,s,i)}});function ia(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(tn(t)&&tn(e)){let r=Object.keys(e),n=Object.keys(t).filter(s=>r.indexOf(s)!==-1),o={...t,...e};for(let s of n){let i=ia(t[s],e[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<t.length;n++){let o=t[n],s=e[n],i=ia(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function Np(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),zr(t))return t;let n=ia(e.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return t.value=n.data,t}var Ca=v("$ZodRecord",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!tn(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:t}),r;let s=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:o[c],issues:[]},n);u instanceof Promise?s.push(u.then(l=>{l.issues.length&&r.issues.push(...kt(c,l.issues)),r.value[c]=l.value})):(u.issues.length&&r.issues.push(...kt(c,u.issues)),r.value[c]=u.value)}let a;for(let c in o)i.has(c)||(a=a??[],a.push(c));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:t,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(o)){if(i==="__proto__")continue;let a=e.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(u=>dt(u,n,Xe())),input:i,path:[i],inst:t}),r.value[a.value]=a.value;continue}let c=e.valueType._zod.run({value:o[i],issues:[]},n);c instanceof Promise?s.push(c.then(u=>{u.issues.length&&r.issues.push(...kt(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...kt(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Na=v("$ZodEnum",(t,e)=>{oe.init(t,e);let r=Cn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>Vi.has(typeof n)).map(n=>typeof n=="string"?Jt(n):n.toString()).join("|")})$`),t._zod.parse=(n,o)=>{let s=n.value;return t._zod.values.has(s)||n.issues.push({code:"invalid_value",values:r,input:s,inst:t}),n}}),Aa=v("$ZodLiteral",(t,e)=>{oe.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?Jt(r):r?r.toString():String(r)).join("|")})$`),t._zod.parse=(r,n)=>{let o=r.value;return t._zod.values.has(o)||r.issues.push({code:"invalid_value",values:e.values,input:o,inst:t}),r}});var Za=v("$ZodTransform",(t,e)=>{oe.init(t,e),t._zod.parse=(r,n)=>{let o=e.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new Zt;return r.value=o,r}}),ja=v("$ZodOptional",(t,e)=>{oe.init(t,e),t._zod.optin="optional",t._zod.optout="optional",ce(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),ce(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Zn(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)}),Da=v("$ZodNullable",(t,e)=>{oe.init(t,e),ce(t._zod,"optin",()=>e.innerType._zod.optin),ce(t._zod,"optout",()=>e.innerType._zod.optout),ce(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Zn(r.source)}|null)$`):void 0}),ce(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)}),qa=v("$ZodDefault",(t,e)=>{oe.init(t,e),t._zod.optin="optional",ce(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Ap(s,e)):Ap(o,e)}});function Ap(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var La=v("$ZodPrefault",(t,e)=>{oe.init(t,e),t._zod.optin="optional",ce(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))}),Fa=v("$ZodNonOptional",(t,e)=>{oe.init(t,e),ce(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Zp(s,t)):Zp(o,t)}});function Zp(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var Ua=v("$ZodCatch",(t,e)=>{oe.init(t,e),t._zod.optin="optional",ce(t._zod,"optout",()=>e.innerType._zod.optout),ce(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(i=>dt(i,n,Xe()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>dt(s,n,Xe()))},input:r.value}),r.issues=[]),r)}});var Va=v("$ZodPipe",(t,e)=>{oe.init(t,e),ce(t._zod,"values",()=>e.in._zod.values),ce(t._zod,"optin",()=>e.in._zod.optin),ce(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{let o=e.in._zod.run(r,n);return o instanceof Promise?o.then(s=>jp(s,e,n)):jp(o,e,n)}});function jp(t,e,r){return zr(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var Ha=v("$ZodReadonly",(t,e)=>{oe.init(t,e),ce(t._zod,"propValues",()=>e.innerType._zod.propValues),ce(t._zod,"values",()=>e.innerType._zod.values),ce(t._zod,"optin",()=>e.innerType._zod.optin),ce(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(Dp):Dp(o)}});function Dp(t){return t.value=Object.freeze(t.value),t}var Ba=v("$ZodCustom",(t,e)=>{Se.init(t,e),oe.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,o=e.fn(n);if(o instanceof Promise)return o.then(s=>qp(s,r,n,t));qp(o,r,n,t)}});function qp(t,e,r,n){if(!t){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),e.issues.push(Ji(o))}}var bv=t=>{let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"NaN":"number";case"object":{if(Array.isArray(t))return"array";if(t===null)return"null";if(Object.getPrototypeOf(t)!==Object.prototype&&t.constructor)return t.constructor.name}}return e},$v=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function e(n){return t[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${bv(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Go(n.values[0])}`:`Invalid option: expected one of ${Bo(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",s=e(n.origin);return s?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",s=e(n.origin);return s?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${s.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${Bo(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function Bp(){return{localeError:$v()}}var wv=Symbol("ZodOutput"),kv=Symbol("ZodInput"),Fn=class{constructor(){this._map=new Map,this._idmap=new Map}add(e,...r){let n=r[0];if(this._map.set(e,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,e)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(e){let r=this._map.get(e);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(e),this}get(e){let r=e._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}};function Jp(){return new Fn}var Gt=Jp();function Ja(t,e){return new t({type:"string",...j(e)})}function Ga(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...j(e)})}function rs(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...j(e)})}function Ka(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...j(e)})}function Wa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...j(e)})}function Qa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...j(e)})}function Xa(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...j(e)})}function Ya(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...j(e)})}function ec(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...j(e)})}function tc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...j(e)})}function rc(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...j(e)})}function nc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...j(e)})}function oc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...j(e)})}function sc(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...j(e)})}function ic(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...j(e)})}function ac(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...j(e)})}function cc(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...j(e)})}function uc(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...j(e)})}function lc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...j(e)})}function dc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...j(e)})}function pc(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...j(e)})}function fc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...j(e)})}function mc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...j(e)})}function Gp(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...j(e)})}function Kp(t,e){return new t({type:"string",format:"date",check:"string_format",...j(e)})}function Wp(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...j(e)})}function Qp(t,e){return new t({type:"string",format:"duration",check:"string_format",...j(e)})}function hc(t,e){return new t({type:"number",checks:[],...j(e)})}function gc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...j(e)})}function yc(t,e){return new t({type:"boolean",...j(e)})}function _c(t,e){return new t({type:"null",...j(e)})}function vc(t){return new t({type:"unknown"})}function xc(t,e){return new t({type:"never",...j(e)})}function ns(t,e){return new oa({check:"less_than",...j(e),value:t,inclusive:!1})}function Un(t,e){return new oa({check:"less_than",...j(e),value:t,inclusive:!0})}function os(t,e){return new sa({check:"greater_than",...j(e),value:t,inclusive:!1})}function Vn(t,e){return new sa({check:"greater_than",...j(e),value:t,inclusive:!0})}function ss(t,e){return new _p({check:"multiple_of",...j(e),value:t})}function is(t,e){return new xp({check:"max_length",...j(e),maximum:t})}function rn(t,e){return new bp({check:"min_length",...j(e),minimum:t})}function as(t,e){return new $p({check:"length_equals",...j(e),length:t})}function bc(t,e){return new wp({check:"string_format",format:"regex",...j(e),pattern:t})}function $c(t){return new kp({check:"string_format",format:"lowercase",...j(t)})}function wc(t){return new Sp({check:"string_format",format:"uppercase",...j(t)})}function kc(t,e){return new zp({check:"string_format",format:"includes",...j(e),includes:t})}function Sc(t,e){return new Tp({check:"string_format",format:"starts_with",...j(e),prefix:t})}function zc(t,e){return new Ep({check:"string_format",format:"ends_with",...j(e),suffix:t})}function Pr(t){return new Pp({check:"overwrite",tx:t})}function Tc(t){return Pr(e=>e.normalize(t))}function Ec(){return Pr(t=>t.trim())}function Pc(){return Pr(t=>t.toLowerCase())}function Rc(){return Pr(t=>t.toUpperCase())}function Xp(t,e,r){return new t({type:"array",element:e,...j(r)})}function Ic(t,e,r){let n=j(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function Oc(t,e,r){return new t({type:"custom",check:"custom",fn:e,...j(r)})}var cs=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??Gt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let d={...r,schemaPath:[...r.schemaPath,e],path:r.path},h=e._zod.parent;if(h)a.ref=h,this.process(h,d),this.seen.get(h).isParent=!0;else{let f=a.schema;switch(o.type){case"string":{let m=f;m.type="string";let{minimum:p,maximum:g,format:y,patterns:x,contentEncoding:w}=e._zod.bag;if(typeof p=="number"&&(m.minLength=p),typeof g=="number"&&(m.maxLength=g),y&&(m.format=s[y]??y,m.format===""&&delete m.format),w&&(m.contentEncoding=w),x&&x.size>0){let b=[...x];b.length===1?m.pattern=b[0].source:b.length>1&&(a.schema.allOf=[...b.map($=>({...this.target==="draft-7"?{type:"string"}:{},pattern:$.source}))])}break}case"number":{let m=f,{minimum:p,maximum:g,format:y,multipleOf:x,exclusiveMaximum:w,exclusiveMinimum:b}=e._zod.bag;typeof y=="string"&&y.includes("int")?m.type="integer":m.type="number",typeof b=="number"&&(m.exclusiveMinimum=b),typeof p=="number"&&(m.minimum=p,typeof b=="number"&&(b>=p?delete m.minimum:delete m.exclusiveMinimum)),typeof w=="number"&&(m.exclusiveMaximum=w),typeof g=="number"&&(m.maximum=g,typeof w=="number"&&(w<=g?delete m.maximum:delete m.exclusiveMaximum)),typeof x=="number"&&(m.multipleOf=x);break}case"boolean":{let m=f;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":{f.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{f.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let m=f,{minimum:p,maximum:g}=e._zod.bag;typeof p=="number"&&(m.minItems=p),typeof g=="number"&&(m.maxItems=g),m.type="array",m.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let m=f;m.type="object",m.properties={};let p=o.shape;for(let x in p)m.properties[x]=this.process(p[x],{...d,path:[...d.path,"properties",x]});let g=new Set(Object.keys(p)),y=new Set([...g].filter(x=>{let w=o.shape[x]._zod;return this.io==="input"?w.optin===void 0:w.optout===void 0}));y.size>0&&(m.required=Array.from(y)),o.catchall?._zod.def.type==="never"?m.additionalProperties=!1:o.catchall?o.catchall&&(m.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]})):this.io==="output"&&(m.additionalProperties=!1);break}case"union":{let m=f;m.anyOf=o.options.map((p,g)=>this.process(p,{...d,path:[...d.path,"anyOf",g]}));break}case"intersection":{let m=f,p=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),g=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),y=w=>"allOf"in w&&Object.keys(w).length===1,x=[...y(p)?p.allOf:[p],...y(g)?g.allOf:[g]];m.allOf=x;break}case"tuple":{let m=f;m.type="array";let p=o.items.map((x,w)=>this.process(x,{...d,path:[...d.path,"prefixItems",w]}));if(this.target==="draft-2020-12"?m.prefixItems=p:m.items=p,o.rest){let x=this.process(o.rest,{...d,path:[...d.path,"items"]});this.target==="draft-2020-12"?m.items=x:m.additionalItems=x}o.rest&&(m.items=this.process(o.rest,{...d,path:[...d.path,"items"]}));let{minimum:g,maximum:y}=e._zod.bag;typeof g=="number"&&(m.minItems=g),typeof y=="number"&&(m.maxItems=y);break}case"record":{let m=f;m.type="object",m.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),m.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let m=f,p=Cn(o.entries);p.every(g=>typeof g=="number")&&(m.type="number"),p.every(g=>typeof g=="string")&&(m.type="string"),m.enum=p;break}case"literal":{let m=f,p=[];for(let g of o.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");p.push(Number(g))}else p.push(g);if(p.length!==0)if(p.length===1){let g=p[0];m.type=g===null?"null":typeof g,m.const=g}else p.every(g=>typeof g=="number")&&(m.type="number"),p.every(g=>typeof g=="string")&&(m.type="string"),p.every(g=>typeof g=="boolean")&&(m.type="string"),p.every(g=>g===null)&&(m.type="null"),m.enum=p;break}case"file":{let m=f,p={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:y,mime:x}=e._zod.bag;g!==void 0&&(p.minLength=g),y!==void 0&&(p.maxLength=y),x?x.length===1?(p.contentMediaType=x[0],Object.assign(m,p)):m.anyOf=x.map(w=>({...p,contentMediaType:w})):Object.assign(m,p);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let m=this.process(o.innerType,d);f.anyOf=[m,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"success":{let m=f;m.type="boolean";break}case"default":{this.process(o.innerType,d),a.ref=o.innerType,f.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,d),a.ref=o.innerType,this.io==="input"&&(f._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,d),a.ref=o.innerType;let m;try{m=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}f.default=m;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let m=f,p=e._zod.pattern;if(!p)throw new Error("Pattern not found in template literal");m.type="string",m.pattern=p.source;break}case"pipe":{let m=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(m,d),a.ref=m;break}case"readonly":{this.process(o.innerType,d),a.ref=o.innerType,f.readOnly=!0;break}case"promise":{this.process(o.innerType,d),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),a.ref=o.innerType;break}case"lazy":{let 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}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&$e(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=l=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let p=n.external.registry.get(l[0])?.id,g=n.external.uri??(x=>x);if(p)return{ref:g(p)};let y=l[1].defId??l[1].schema.id??`schema${this.counter++}`;return l[1].defId=y,{defId:y,ref:`${g("__shared")}#/${d}/${y}`}}if(l[1]===o)return{ref:"#"};let f=`#/${d}/`,m=l[1].schema.id??`__schema${this.counter++}`;return{defId:m,ref:f+m}},i=l=>{if(l[1].schema.$ref)return;let d=l[1],{ref:h,defId:f}=s(l);d.def={...d.schema},f&&(d.defId=f);let m=d.schema;for(let p in m)delete m[p];m.$ref=h};if(n.cycles==="throw")for(let l of this.seen.entries()){let d=l[1];if(d.cycle)throw new Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
35
35
 
36
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let l of this.seen.entries()){let d=l[1];if(e===l[0]){i(l);continue}if(n.external){let f=n.external.registry.get(l[0])?.id;if(e!==l[0]&&f){i(l);continue}}if(this.metadataRegistry.get(l[0])?.id){i(l);continue}if(d.cycle){i(l);continue}if(d.count>1&&n.reused==="ref"){i(l);continue}}let a=(l,d)=>{let h=this.seen.get(l),f=h.def??h.schema,m={...f};if(h.ref===null)return;let p=h.ref;if(h.ref=null,p){a(p,d);let g=this.seen.get(p).schema;g.$ref&&d.target==="draft-7"?(f.allOf=f.allOf??[],f.allOf.push(g)):(Object.assign(f,g),Object.assign(f,m))}h.isParent||this.override({zodSchema:l,jsonSchema:f,path:h.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(l)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(u[d.defId]=d.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function Mc(t,e){if(t instanceof Ln){let n=new cs(e),o={};for(let a of t._idmap.entries()){let[c,u]=a;n.process(u)}let s={},i={registry:t,uri:e?.uri,defs:o};for(let a of t._idmap.entries()){let[c,u]=a;s[c]=n.emit(u,{...e,external:i})}if(Object.keys(o).length>0){let a=n.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[a]:o}}return{schemas:s}}let r=new cs(e);return r.process(t),r.emit(t,e)}function $e(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let o=t._zod.def;switch(o.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return $e(o.element,r);case"object":{for(let s in o.shape)if($e(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if($e(s,r))return!0;return!1}case"intersection":return $e(o.left,r)||$e(o.right,r);case"tuple":{for(let s of o.items)if($e(s,r))return!0;return!!(o.rest&&$e(o.rest,r))}case"record":return $e(o.keyType,r)||$e(o.valueType,r);case"map":return $e(o.keyType,r)||$e(o.valueType,r);case"set":return $e(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return $e(o.innerType,r);case"lazy":return $e(o.getter(),r);case"default":return $e(o.innerType,r);case"prefault":return $e(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return $e(o.in,r)||$e(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var sx=x("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");oe.init(t,e),t.def=e,t.parse=(r,n)=>Qi(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Tr(t,r,n),t.parseAsync=async(r,n)=>Yi(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Er(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)=>Xe(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var ix=x("ZodMiniObject",(t,e)=>{es.init(t,e),sx.init(t,e),K.defineLazy(t,"shape",()=>e.shape)});function Cc(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new ix(r)}function rt(t){return!!t._zod}function Ir(t){let e=Object.values(t);if(e.length===0)return Cc({});let r=e.every(rt),n=e.every(o=>!rt(o));if(r)return Cc(t);if(n)return Zi(t);throw new Error("Mixed Zod versions detected in object shape.")}function Kt(t,e){return rt(t)?Tr(t,e):t.safeParse(e)}async function us(t,e){return rt(t)?await Er(t,e):await t.safeParseAsync(e)}function Wt(t){if(!t)return;let e;if(rt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function tn(t){if(t){if(typeof t=="object"){let e=t,r=t;if(!e._def&&!r._zod){let n=Object.values(t);if(n.length>0&&n.every(o=>typeof o=="object"&&o!==null&&(o._def!==void 0||o._zod!==void 0||typeof o.parse=="function")))return Ir(t)}}if(rt(t)){let r=t._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function ls(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){let e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function Yp(t){return t.description}function ef(t){if(rt(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function ds(t){if(rt(t)){let s=t._zod?.def;if(s){if(s.value!==void 0)return s.value;if(Array.isArray(s.values)&&s.values.length>0)return s.values[0]}}let r=t._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let n=t.value;if(n!==void 0)return n}var Vn={};Do(Vn,{ZodISODate:()=>rf,ZodISODateTime:()=>tf,ZodISODuration:()=>of,ZodISOTime:()=>nf,date:()=>Ac,datetime:()=>Nc,duration:()=>jc,time:()=>Zc});var tf=x("ZodISODateTime",(t,e)=>{qp.init(t,e),me.init(t,e)});function Nc(t){return Jp(tf,t)}var rf=x("ZodISODate",(t,e)=>{Lp.init(t,e),me.init(t,e)});function Ac(t){return Gp(rf,t)}var nf=x("ZodISOTime",(t,e)=>{Fp.init(t,e),me.init(t,e)});function Zc(t){return Kp(nf,t)}var of=x("ZodISODuration",(t,e)=>{Up.init(t,e),me.init(t,e)});function jc(t){return Wp(of,t)}var sf=(t,e)=>{Ko.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Ki(t,r)},flatten:{value:r=>Gi(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},tR=x("ZodError",sf),Hn=x("ZodError",sf,{Parent:Error});var af=Wi(Hn),cf=Xi(Hn),uf=ea(Hn),lf=ta(Hn);var ve=x("ZodType",(t,e)=>(oe.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)=>Xe(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>af(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>uf(t,r,n),t.parseAsync=async(r,n)=>cf(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>lf(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(nb(r,n)),t.superRefine=r=>t.check(ob(r)),t.overwrite=r=>t.check(Pr(r)),t.optional=()=>_e(t),t.nullable=()=>ff(t),t.nullish=()=>_e(ff(t)),t.nonoptional=r=>Wx(t,r),t.array=()=>W(t),t.or=r=>le([t,r]),t.and=r=>fs(t,r),t.transform=r=>qc(t,_f(r)),t.default=r=>Jx(t,r),t.prefault=r=>Kx(t,r),t.catch=r=>Xx(t,r),t.pipe=r=>qc(t,r),t.readonly=()=>tb(t),t.describe=r=>{let n=t.clone();return Gt.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return Gt.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return Gt.get(t);let n=t.clone();return Gt.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),mf=x("_ZodString",(t,e)=>{qn.init(t,e),ve.init(t,e);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(bc(...n)),t.includes=(...n)=>t.check(kc(...n)),t.startsWith=(...n)=>t.check(Sc(...n)),t.endsWith=(...n)=>t.check(zc(...n)),t.min=(...n)=>t.check(en(...n)),t.max=(...n)=>t.check(is(...n)),t.length=(...n)=>t.check(as(...n)),t.nonempty=(...n)=>t.check(en(1,...n)),t.lowercase=n=>t.check($c(n)),t.uppercase=n=>t.check(wc(n)),t.trim=()=>t.check(Ec()),t.normalize=(...n)=>t.check(Tc(...n)),t.toLowerCase=()=>t.check(Pc()),t.toUpperCase=()=>t.check(Rc())}),hx=x("ZodString",(t,e)=>{qn.init(t,e),mf.init(t,e),t.email=r=>t.check(Ga(gx,r)),t.url=r=>t.check(Ya(yx,r)),t.jwt=r=>t.check(mc(Ox,r)),t.emoji=r=>t.check(ec(_x,r)),t.guid=r=>t.check(rs(df,r)),t.uuid=r=>t.check(Ka(ps,r)),t.uuidv4=r=>t.check(Wa(ps,r)),t.uuidv6=r=>t.check(Qa(ps,r)),t.uuidv7=r=>t.check(Xa(ps,r)),t.nanoid=r=>t.check(tc(vx,r)),t.guid=r=>t.check(rs(df,r)),t.cuid=r=>t.check(rc(xx,r)),t.cuid2=r=>t.check(nc(bx,r)),t.ulid=r=>t.check(oc($x,r)),t.base64=r=>t.check(dc(Px,r)),t.base64url=r=>t.check(pc(Rx,r)),t.xid=r=>t.check(sc(wx,r)),t.ksuid=r=>t.check(ic(kx,r)),t.ipv4=r=>t.check(ac(Sx,r)),t.ipv6=r=>t.check(cc(zx,r)),t.cidrv4=r=>t.check(uc(Tx,r)),t.cidrv6=r=>t.check(lc(Ex,r)),t.e164=r=>t.check(fc(Ix,r)),t.datetime=r=>t.check(Nc(r)),t.date=r=>t.check(Ac(r)),t.time=r=>t.check(Zc(r)),t.duration=r=>t.check(jc(r))});function _(t){return Ja(hx,t)}var me=x("ZodStringFormat",(t,e)=>{ue.init(t,e),mf.init(t,e)}),gx=x("ZodEmail",(t,e)=>{ua.init(t,e),me.init(t,e)});var df=x("ZodGUID",(t,e)=>{aa.init(t,e),me.init(t,e)});var ps=x("ZodUUID",(t,e)=>{ca.init(t,e),me.init(t,e)});var yx=x("ZodURL",(t,e)=>{la.init(t,e),me.init(t,e)});var _x=x("ZodEmoji",(t,e)=>{da.init(t,e),me.init(t,e)});var vx=x("ZodNanoID",(t,e)=>{pa.init(t,e),me.init(t,e)});var xx=x("ZodCUID",(t,e)=>{fa.init(t,e),me.init(t,e)});var bx=x("ZodCUID2",(t,e)=>{ma.init(t,e),me.init(t,e)});var $x=x("ZodULID",(t,e)=>{ha.init(t,e),me.init(t,e)});var wx=x("ZodXID",(t,e)=>{ga.init(t,e),me.init(t,e)});var kx=x("ZodKSUID",(t,e)=>{ya.init(t,e),me.init(t,e)});var Sx=x("ZodIPv4",(t,e)=>{_a.init(t,e),me.init(t,e)});var zx=x("ZodIPv6",(t,e)=>{va.init(t,e),me.init(t,e)});var Tx=x("ZodCIDRv4",(t,e)=>{xa.init(t,e),me.init(t,e)});var Ex=x("ZodCIDRv6",(t,e)=>{ba.init(t,e),me.init(t,e)});var Px=x("ZodBase64",(t,e)=>{$a.init(t,e),me.init(t,e)});var Rx=x("ZodBase64URL",(t,e)=>{wa.init(t,e),me.init(t,e)});var Ix=x("ZodE164",(t,e)=>{ka.init(t,e),me.init(t,e)});var Ox=x("ZodJWT",(t,e)=>{Sa.init(t,e),me.init(t,e)});var hf=x("ZodNumber",(t,e)=>{Yo.init(t,e),ve.init(t,e),t.gt=(n,o)=>t.check(os(n,o)),t.gte=(n,o)=>t.check(Un(n,o)),t.min=(n,o)=>t.check(Un(n,o)),t.lt=(n,o)=>t.check(ns(n,o)),t.lte=(n,o)=>t.check(Fn(n,o)),t.max=(n,o)=>t.check(Fn(n,o)),t.int=n=>t.check(pf(n)),t.safe=n=>t.check(pf(n)),t.positive=n=>t.check(os(0,n)),t.nonnegative=n=>t.check(Un(0,n)),t.negative=n=>t.check(ns(0,n)),t.nonpositive=n=>t.check(Fn(0,n)),t.multipleOf=(n,o)=>t.check(ss(n,o)),t.step=(n,o)=>t.check(ss(n,o)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});function ne(t){return hc(hf,t)}var Mx=x("ZodNumberFormat",(t,e)=>{za.init(t,e),hf.init(t,e)});function pf(t){return gc(Mx,t)}var Cx=x("ZodBoolean",(t,e)=>{Ta.init(t,e),ve.init(t,e)});function we(t){return yc(Cx,t)}var Nx=x("ZodNull",(t,e)=>{Ea.init(t,e),ve.init(t,e)});function Lc(t){return _c(Nx,t)}var Ax=x("ZodUnknown",(t,e)=>{Pa.init(t,e),ve.init(t,e)});function he(){return vc(Ax)}var Zx=x("ZodNever",(t,e)=>{Ra.init(t,e),ve.init(t,e)});function jx(t){return xc(Zx,t)}var Dx=x("ZodArray",(t,e)=>{Ia.init(t,e),ve.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(en(r,n)),t.nonempty=r=>t.check(en(1,r)),t.max=(r,n)=>t.check(is(r,n)),t.length=(r,n)=>t.check(as(r,n)),t.unwrap=()=>t.element});function W(t,e){return Qp(Dx,t,e)}var gf=x("ZodObject",(t,e)=>{es.init(t,e),ve.init(t,e),K.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>Be(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:he()}),t.loose=()=>t.clone({...t._zod.def,catchall:he()}),t.strict=()=>t.clone({...t._zod.def,catchall:jx()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>K.extend(t,r),t.merge=r=>K.merge(t,r),t.pick=r=>K.pick(t,r),t.omit=r=>K.omit(t,r),t.partial=(...r)=>K.partial(vf,t,r[0]),t.required=(...r)=>K.required(xf,t,r[0])});function P(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new gf(r)}function Ze(t,e){return new gf({type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},catchall:he(),...K.normalizeParams(e)})}var yf=x("ZodUnion",(t,e)=>{ts.init(t,e),ve.init(t,e),t.options=e.options});function le(t,e){return new yf({type:"union",options:t,...K.normalizeParams(e)})}var qx=x("ZodDiscriminatedUnion",(t,e)=>{yf.init(t,e),Oa.init(t,e)});function Fc(t,e,r){return new qx({type:"union",options:e,discriminator:t,...K.normalizeParams(r)})}var Lx=x("ZodIntersection",(t,e)=>{Ma.init(t,e),ve.init(t,e)});function fs(t,e){return new Lx({type:"intersection",left:t,right:e})}var Fx=x("ZodRecord",(t,e)=>{Ca.init(t,e),ve.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ge(t,e,r){return new Fx({type:"record",keyType:t,valueType:e,...K.normalizeParams(r)})}var Dc=x("ZodEnum",(t,e)=>{Na.init(t,e),ve.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Dc({...e,checks:[],...K.normalizeParams(o),entries:s})},t.exclude=(n,o)=>{let s={...e.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Dc({...e,checks:[],...K.normalizeParams(o),entries:s})}});function Be(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new Dc({type:"enum",entries:r,...K.normalizeParams(e)})}var Ux=x("ZodLiteral",(t,e)=>{Aa.init(t,e),ve.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 M(t,e){return new Ux({type:"literal",values:Array.isArray(t)?t:[t],...K.normalizeParams(e)})}var Vx=x("ZodTransform",(t,e)=>{Za.init(t,e),ve.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(K.issue(s,r.value,e));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),i.continue??(i.continue=!0),r.issues.push(K.issue(i))}};let o=e.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function _f(t){return new Vx({type:"transform",transform:t})}var vf=x("ZodOptional",(t,e)=>{ja.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function _e(t){return new vf({type:"optional",innerType:t})}var Hx=x("ZodNullable",(t,e)=>{Da.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function ff(t){return new Hx({type:"nullable",innerType:t})}var Bx=x("ZodDefault",(t,e)=>{qa.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Jx(t,e){return new Bx({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Gx=x("ZodPrefault",(t,e)=>{La.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Kx(t,e){return new Gx({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var xf=x("ZodNonOptional",(t,e)=>{Fa.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Wx(t,e){return new xf({type:"nonoptional",innerType:t,...K.normalizeParams(e)})}var Qx=x("ZodCatch",(t,e)=>{Ua.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Xx(t,e){return new Qx({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Yx=x("ZodPipe",(t,e)=>{Va.init(t,e),ve.init(t,e),t.in=e.in,t.out=e.out});function qc(t,e){return new Yx({type:"pipe",in:t,out:e})}var eb=x("ZodReadonly",(t,e)=>{Ha.init(t,e),ve.init(t,e)});function tb(t){return new eb({type:"readonly",innerType:t})}var bf=x("ZodCustom",(t,e)=>{Ba.init(t,e),ve.init(t,e)});function rb(t){let e=new Se({check:"custom"});return e._zod.check=t,e}function $f(t,e){return Ic(bf,t??(()=>!0),e)}function nb(t,e={}){return Oc(bf,t,e)}function ob(t){let e=rb(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(K.issue(n,r.value,e._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=e),o.continue??(o.continue=!e._zod.def.abort),r.issues.push(K.issue(o))}},t(r.value,r)));return e}function Uc(t,e){return qc(_f(t),e)}Qe(Hp());var Hc="2025-11-25";var wf=[Hc,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Qt="io.modelcontextprotocol/related-task",hs="2.0",ze=$f(t=>t!==null&&(typeof t=="object"||typeof t=="function")),kf=le([_(),ne().int()]),Sf=_(),hR=Ze({ttl:le([ne(),Lc()]).optional(),pollInterval:ne().optional()}),sb=P({ttl:ne().optional()}),ib=P({taskId:_()}),Bc=Ze({progressToken:kf.optional(),[Qt]:ib.optional()}),Ye=P({_meta:Bc.optional()}),Bn=Ye.extend({task:sb.optional()}),zf=t=>Bn.safeParse(t).success,Te=P({method:_(),params:Ye.loose().optional()}),nt=P({_meta:Bc.optional()}),ot=P({method:_(),params:nt.loose().optional()}),Ee=Ze({_meta:Bc.optional()}),gs=le([_(),ne().int()]),Tf=P({jsonrpc:M(hs),id:gs,...Te.shape}).strict(),Jc=t=>Tf.safeParse(t).success,Ef=P({jsonrpc:M(hs),...ot.shape}).strict(),Pf=t=>Ef.safeParse(t).success,Gc=P({jsonrpc:M(hs),id:gs,result:Ee}).strict(),Jn=t=>Gc.safeParse(t).success;var N;(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"})(N||(N={}));var Kc=P({jsonrpc:M(hs),id:gs.optional(),error:P({code:ne().int(),message:_(),data:he().optional()})}).strict();var Rf=t=>Kc.safeParse(t).success;var If=le([Tf,Ef,Gc,Kc]),gR=le([Gc,Kc]),ys=Ee.strict(),ab=nt.extend({requestId:gs.optional(),reason:_().optional()}),_s=ot.extend({method:M("notifications/cancelled"),params:ab}),cb=P({src:_(),mimeType:_().optional(),sizes:W(_()).optional(),theme:Be(["light","dark"]).optional()}),Gn=P({icons:W(cb).optional()}),rn=P({name:_(),title:_().optional()}),Of=rn.extend({...rn.shape,...Gn.shape,version:_(),websiteUrl:_().optional(),description:_().optional()}),ub=fs(P({applyDefaults:we().optional()}),ge(_(),he())),lb=Uc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,fs(P({form:ub.optional(),url:ze.optional()}),ge(_(),he()).optional())),db=Ze({list:ze.optional(),cancel:ze.optional(),requests:Ze({sampling:Ze({createMessage:ze.optional()}).optional(),elicitation:Ze({create:ze.optional()}).optional()}).optional()}),pb=Ze({list:ze.optional(),cancel:ze.optional(),requests:Ze({tools:Ze({call:ze.optional()}).optional()}).optional()}),fb=P({experimental:ge(_(),ze).optional(),sampling:P({context:ze.optional(),tools:ze.optional()}).optional(),elicitation:lb.optional(),roots:P({listChanged:we().optional()}).optional(),tasks:db.optional()}),mb=Ye.extend({protocolVersion:_(),capabilities:fb,clientInfo:Of}),Wc=Te.extend({method:M("initialize"),params:mb});var hb=P({experimental:ge(_(),ze).optional(),logging:ze.optional(),completions:ze.optional(),prompts:P({listChanged:we().optional()}).optional(),resources:P({subscribe:we().optional(),listChanged:we().optional()}).optional(),tools:P({listChanged:we().optional()}).optional(),tasks:pb.optional()}),gb=Ee.extend({protocolVersion:_(),capabilities:hb,serverInfo:Of,instructions:_().optional()}),Qc=ot.extend({method:M("notifications/initialized"),params:nt.optional()});var vs=Te.extend({method:M("ping"),params:Ye.optional()}),yb=P({progress:ne(),total:_e(ne()),message:_e(_())}),_b=P({...nt.shape,...yb.shape,progressToken:kf}),xs=ot.extend({method:M("notifications/progress"),params:_b}),vb=Ye.extend({cursor:Sf.optional()}),Kn=Te.extend({params:vb.optional()}),Wn=Ee.extend({nextCursor:Sf.optional()}),xb=Be(["working","input_required","completed","failed","cancelled"]),Qn=P({taskId:_(),status:xb,ttl:le([ne(),Lc()]),createdAt:_(),lastUpdatedAt:_(),pollInterval:_e(ne()),statusMessage:_e(_())}),nn=Ee.extend({task:Qn}),bb=nt.merge(Qn),Xn=ot.extend({method:M("notifications/tasks/status"),params:bb}),bs=Te.extend({method:M("tasks/get"),params:Ye.extend({taskId:_()})}),$s=Ee.merge(Qn),ws=Te.extend({method:M("tasks/result"),params:Ye.extend({taskId:_()})}),yR=Ee.loose(),ks=Kn.extend({method:M("tasks/list")}),Ss=Wn.extend({tasks:W(Qn)}),zs=Te.extend({method:M("tasks/cancel"),params:Ye.extend({taskId:_()})}),Mf=Ee.merge(Qn),Cf=P({uri:_(),mimeType:_e(_()),_meta:ge(_(),he()).optional()}),Nf=Cf.extend({text:_()}),Xc=_().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Af=Cf.extend({blob:Xc}),Yn=Be(["user","assistant"]),on=P({audience:W(Yn).optional(),priority:ne().min(0).max(1).optional(),lastModified:Vn.datetime({offset:!0}).optional()}),Zf=P({...rn.shape,...Gn.shape,uri:_(),description:_e(_()),mimeType:_e(_()),annotations:on.optional(),_meta:_e(Ze({}))}),$b=P({...rn.shape,...Gn.shape,uriTemplate:_(),description:_e(_()),mimeType:_e(_()),annotations:on.optional(),_meta:_e(Ze({}))}),Ts=Kn.extend({method:M("resources/list")}),wb=Wn.extend({resources:W(Zf)}),Es=Kn.extend({method:M("resources/templates/list")}),kb=Wn.extend({resourceTemplates:W($b)}),Yc=Ye.extend({uri:_()}),Sb=Yc,Ps=Te.extend({method:M("resources/read"),params:Sb}),zb=Ee.extend({contents:W(le([Nf,Af]))}),Tb=ot.extend({method:M("notifications/resources/list_changed"),params:nt.optional()}),Eb=Yc,Pb=Te.extend({method:M("resources/subscribe"),params:Eb}),Rb=Yc,Ib=Te.extend({method:M("resources/unsubscribe"),params:Rb}),Ob=nt.extend({uri:_()}),Mb=ot.extend({method:M("notifications/resources/updated"),params:Ob}),Cb=P({name:_(),description:_e(_()),required:_e(we())}),Nb=P({...rn.shape,...Gn.shape,description:_e(_()),arguments:_e(W(Cb)),_meta:_e(Ze({}))}),Rs=Kn.extend({method:M("prompts/list")}),Ab=Wn.extend({prompts:W(Nb)}),Zb=Ye.extend({name:_(),arguments:ge(_(),_()).optional()}),Is=Te.extend({method:M("prompts/get"),params:Zb}),eu=P({type:M("text"),text:_(),annotations:on.optional(),_meta:ge(_(),he()).optional()}),tu=P({type:M("image"),data:Xc,mimeType:_(),annotations:on.optional(),_meta:ge(_(),he()).optional()}),ru=P({type:M("audio"),data:Xc,mimeType:_(),annotations:on.optional(),_meta:ge(_(),he()).optional()}),jb=P({type:M("tool_use"),name:_(),id:_(),input:ge(_(),he()),_meta:ge(_(),he()).optional()}),Db=P({type:M("resource"),resource:le([Nf,Af]),annotations:on.optional(),_meta:ge(_(),he()).optional()}),qb=Zf.extend({type:M("resource_link")}),nu=le([eu,tu,ru,qb,Db]),Lb=P({role:Yn,content:nu}),Fb=Ee.extend({description:_().optional(),messages:W(Lb)}),Ub=ot.extend({method:M("notifications/prompts/list_changed"),params:nt.optional()}),Vb=P({title:_().optional(),readOnlyHint:we().optional(),destructiveHint:we().optional(),idempotentHint:we().optional(),openWorldHint:we().optional()}),Hb=P({taskSupport:Be(["required","optional","forbidden"]).optional()}),jf=P({...rn.shape,...Gn.shape,description:_().optional(),inputSchema:P({type:M("object"),properties:ge(_(),ze).optional(),required:W(_()).optional()}).catchall(he()),outputSchema:P({type:M("object"),properties:ge(_(),ze).optional(),required:W(_()).optional()}).catchall(he()).optional(),annotations:Vb.optional(),execution:Hb.optional(),_meta:ge(_(),he()).optional()}),Os=Kn.extend({method:M("tools/list")}),Bb=Wn.extend({tools:W(jf)}),Ms=Ee.extend({content:W(nu).default([]),structuredContent:ge(_(),he()).optional(),isError:we().optional()}),_R=Ms.or(Ee.extend({toolResult:he()})),Jb=Bn.extend({name:_(),arguments:ge(_(),he()).optional()}),sn=Te.extend({method:M("tools/call"),params:Jb}),Gb=ot.extend({method:M("notifications/tools/list_changed"),params:nt.optional()}),vR=P({autoRefresh:we().default(!0),debounceMs:ne().int().nonnegative().default(300)}),eo=Be(["debug","info","notice","warning","error","critical","alert","emergency"]),Kb=Ye.extend({level:eo}),ou=Te.extend({method:M("logging/setLevel"),params:Kb}),Wb=nt.extend({level:eo,logger:_().optional(),data:he()}),Qb=ot.extend({method:M("notifications/message"),params:Wb}),Xb=P({name:_().optional()}),Yb=P({hints:W(Xb).optional(),costPriority:ne().min(0).max(1).optional(),speedPriority:ne().min(0).max(1).optional(),intelligencePriority:ne().min(0).max(1).optional()}),e$=P({mode:Be(["auto","required","none"]).optional()}),t$=P({type:M("tool_result"),toolUseId:_().describe("The unique identifier for the corresponding tool call."),content:W(nu).default([]),structuredContent:P({}).loose().optional(),isError:we().optional(),_meta:ge(_(),he()).optional()}),r$=Fc("type",[eu,tu,ru]),ms=Fc("type",[eu,tu,ru,jb,t$]),n$=P({role:Yn,content:le([ms,W(ms)]),_meta:ge(_(),he()).optional()}),o$=Bn.extend({messages:W(n$),modelPreferences:Yb.optional(),systemPrompt:_().optional(),includeContext:Be(["none","thisServer","allServers"]).optional(),temperature:ne().optional(),maxTokens:ne().int(),stopSequences:W(_()).optional(),metadata:ze.optional(),tools:W(jf).optional(),toolChoice:e$.optional()}),s$=Te.extend({method:M("sampling/createMessage"),params:o$}),su=Ee.extend({model:_(),stopReason:_e(Be(["endTurn","stopSequence","maxTokens"]).or(_())),role:Yn,content:r$}),iu=Ee.extend({model:_(),stopReason:_e(Be(["endTurn","stopSequence","maxTokens","toolUse"]).or(_())),role:Yn,content:le([ms,W(ms)])}),i$=P({type:M("boolean"),title:_().optional(),description:_().optional(),default:we().optional()}),a$=P({type:M("string"),title:_().optional(),description:_().optional(),minLength:ne().optional(),maxLength:ne().optional(),format:Be(["email","uri","date","date-time"]).optional(),default:_().optional()}),c$=P({type:Be(["number","integer"]),title:_().optional(),description:_().optional(),minimum:ne().optional(),maximum:ne().optional(),default:ne().optional()}),u$=P({type:M("string"),title:_().optional(),description:_().optional(),enum:W(_()),default:_().optional()}),l$=P({type:M("string"),title:_().optional(),description:_().optional(),oneOf:W(P({const:_(),title:_()})),default:_().optional()}),d$=P({type:M("string"),title:_().optional(),description:_().optional(),enum:W(_()),enumNames:W(_()).optional(),default:_().optional()}),p$=le([u$,l$]),f$=P({type:M("array"),title:_().optional(),description:_().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:P({type:M("string"),enum:W(_())}),default:W(_()).optional()}),m$=P({type:M("array"),title:_().optional(),description:_().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:P({anyOf:W(P({const:_(),title:_()}))}),default:W(_()).optional()}),h$=le([f$,m$]),g$=le([d$,p$,h$]),y$=le([g$,i$,a$,c$]),_$=Bn.extend({mode:M("form").optional(),message:_(),requestedSchema:P({type:M("object"),properties:ge(_(),y$),required:W(_()).optional()})}),v$=Bn.extend({mode:M("url"),message:_(),elicitationId:_(),url:_().url()}),x$=le([_$,v$]),b$=Te.extend({method:M("elicitation/create"),params:x$}),$$=nt.extend({elicitationId:_()}),w$=ot.extend({method:M("notifications/elicitation/complete"),params:$$}),Cs=Ee.extend({action:Be(["accept","decline","cancel"]),content:Uc(t=>t===null?void 0:t,ge(_(),le([_(),ne(),we(),W(_())])).optional())}),k$=P({type:M("ref/resource"),uri:_()});var S$=P({type:M("ref/prompt"),name:_()}),z$=Ye.extend({ref:le([S$,k$]),argument:P({name:_(),value:_()}),context:P({arguments:ge(_(),_()).optional()}).optional()}),Ns=Te.extend({method:M("completion/complete"),params:z$});function Df(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function qf(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var T$=Ee.extend({completion:Ze({values:W(_()).max(100),total:_e(ne().int()),hasMore:_e(we())})}),E$=P({uri:_().startsWith("file://"),name:_().optional(),_meta:ge(_(),he()).optional()}),P$=Te.extend({method:M("roots/list"),params:Ye.optional()}),au=Ee.extend({roots:W(E$)}),R$=ot.extend({method:M("notifications/roots/list_changed"),params:nt.optional()}),xR=le([vs,Wc,Ns,ou,Is,Rs,Ts,Es,Ps,Pb,Ib,sn,Os,bs,ws,ks,zs]),bR=le([_s,xs,Qc,R$,Xn]),$R=le([ys,su,iu,Cs,au,$s,Ss,nn]),wR=le([vs,s$,b$,P$,bs,ws,ks,zs]),kR=le([_s,xs,Qb,Mb,Tb,Gb,Ub,Xn,w$]),SR=le([ys,gb,T$,Fb,Ab,wb,kb,zb,Ms,Bb,$s,Ss,nn]),O=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===N.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new Vc(o.elicitations,r)}return new t(e,r,n)}},Vc=class extends O{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(N.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Xt(t){return t==="completed"||t==="failed"||t==="cancelled"}var Ff=Symbol("Let zodToJsonSchema decide on which parser to use");var Lf={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},Uf=t=>typeof t=="string"?{...Lf,name:t}:{...Lf,...t};var Vf=t=>{let e=Uf(t),r=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([n,o])=>[o._def,{def:o._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}};function cu(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function Q(t,e,r,n,o){t[e]=r,cu(t,e,n,o)}var As=(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{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?As(e,t.currentPath):e.join("/")}}function Hf(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==S.ZodAny&&(r.items=D(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&Q(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&Q(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(Q(r,"minItems",t.exactLength.value,t.exactLength.message,e),Q(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function Bf(t,e){let r={type:"integer",format:"int64"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?Q(r,"minimum",n.value,n.message,e):Q(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Q(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Q(r,"maximum",n.value,n.message,e):Q(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Q(r,"maximum",n.value,n.message,e));break;case"multipleOf":Q(r,"multipleOf",n.value,n.message,e);break}return r}function Jf(){return{type:"boolean"}}function Zs(t,e){return D(t.type._def,e)}var Gf=(t,e)=>D(t.innerType._def,e);function uu(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>uu(t,e,o))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return I$(t,e)}}var I$=(t,e)=>{let r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(let n of t.checks)switch(n.kind){case"min":Q(r,"minimum",n.value,n.message,e);break;case"max":Q(r,"maximum",n.value,n.message,e);break}return r};function Kf(t,e){return{...D(t.innerType._def,e),default:t.defaultValue()}}function Wf(t,e){return e.effectStrategy==="input"?D(t.schema._def,e):ye(e)}function Qf(t){return{type:"string",enum:Array.from(t.values)}}var O$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Xf(t,e){let r=[D(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),D(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(s=>!!s),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,o=[];return r.forEach(s=>{if(O$(s))o.push(...s.allOf),s.unevaluatedProperties===void 0&&(n=void 0);else{let i=s;if("additionalProperties"in s&&s.additionalProperties===!1){let{additionalProperties:a,...c}=s;i=c}else n=void 0;o.push(i)}}),o.length?{allOf:o,...n}:void 0}function Yf(t,e){let r=typeof t.value;return r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:r==="bigint"?"integer":r,enum:[t.value]}:{type:r==="bigint"?"integer":r,const:t.value}}var lu,dt={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:()=>(lu===void 0&&(lu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),lu),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 js(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":Q(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":Q(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":pt(r,"email",n.message,e);break;case"format:idn-email":pt(r,"idn-email",n.message,e);break;case"pattern:zod":je(r,dt.email,n.message,e);break}break;case"url":pt(r,"uri",n.message,e);break;case"uuid":pt(r,"uuid",n.message,e);break;case"regex":je(r,n.regex,n.message,e);break;case"cuid":je(r,dt.cuid,n.message,e);break;case"cuid2":je(r,dt.cuid2,n.message,e);break;case"startsWith":je(r,RegExp(`^${du(n.value,e)}`),n.message,e);break;case"endsWith":je(r,RegExp(`${du(n.value,e)}$`),n.message,e);break;case"datetime":pt(r,"date-time",n.message,e);break;case"date":pt(r,"date",n.message,e);break;case"time":pt(r,"time",n.message,e);break;case"duration":pt(r,"duration",n.message,e);break;case"length":Q(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),Q(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{je(r,RegExp(du(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&pt(r,"ipv4",n.message,e),n.version!=="v4"&&pt(r,"ipv6",n.message,e);break}case"base64url":je(r,dt.base64url,n.message,e);break;case"jwt":je(r,dt.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&je(r,dt.ipv4Cidr,n.message,e),n.version!=="v4"&&je(r,dt.ipv6Cidr,n.message,e);break}case"emoji":je(r,dt.emoji(),n.message,e);break;case"ulid":{je(r,dt.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{pt(r,"binary",n.message,e);break}case"contentEncoding:base64":{Q(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{je(r,dt.base64,n.message,e);break}}break}case"nanoid":je(r,dt.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function du(t,e){return e.patternStrategy==="escape"?C$(t):t}var M$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function C$(t){let e="";for(let r=0;r<t.length;r++)M$.has(t[r])||(e+="\\"),e+=t[r];return e}function pt(t,e,r,n){t.format||t.anyOf?.some(o=>o.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&n.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...r&&n.errorMessages&&{errorMessage:{format:r}}})):Q(t,"format",e,r,n)}function je(t,e,r,n){t.pattern||t.allOf?.some(o=>o.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&n.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:em(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):Q(t,"pattern",em(e,n),r,n)}function em(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source,o="",s=!1,i=!1,a=!1;for(let c=0;c<n.length;c++){if(s){o+=n[c],s=!1;continue}if(r.i){if(i){if(n[c].match(/[a-z]/)){a?(o+=n[c],o+=`${n[c-2]}-${n[c]}`.toUpperCase(),a=!1):n[c+1]==="-"&&n[c+2]?.match(/[a-z]/)?(o+=n[c],a=!0):o+=`${n[c]}${n[c].toUpperCase()}`;continue}}else if(n[c].match(/[a-z]/)){o+=`[${n[c]}${n[c].toUpperCase()}]`;continue}}if(r.m){if(n[c]==="^"){o+=`(^|(?<=[\r
36
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let l of this.seen.entries()){let d=l[1];if(e===l[0]){i(l);continue}if(n.external){let f=n.external.registry.get(l[0])?.id;if(e!==l[0]&&f){i(l);continue}}if(this.metadataRegistry.get(l[0])?.id){i(l);continue}if(d.cycle){i(l);continue}if(d.count>1&&n.reused==="ref"){i(l);continue}}let a=(l,d)=>{let h=this.seen.get(l),f=h.def??h.schema,m={...f};if(h.ref===null)return;let p=h.ref;if(h.ref=null,p){a(p,d);let g=this.seen.get(p).schema;g.$ref&&d.target==="draft-7"?(f.allOf=f.allOf??[],f.allOf.push(g)):(Object.assign(f,g),Object.assign(f,m))}h.isParent||this.override({zodSchema:l,jsonSchema:f,path:h.path??[]})};for(let l of[...this.seen.entries()].reverse())a(l[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let l=n.external.registry.get(e)?.id;if(!l)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(l)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let l of this.seen.entries()){let d=l[1];d.def&&d.defId&&(u[d.defId]=d.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function Mc(t,e){if(t instanceof Fn){let n=new cs(e),o={};for(let a of t._idmap.entries()){let[c,u]=a;n.process(u)}let s={},i={registry:t,uri:e?.uri,defs:o};for(let a of t._idmap.entries()){let[c,u]=a;s[c]=n.emit(u,{...e,external:i})}if(Object.keys(o).length>0){let a=n.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[a]:o}}return{schemas:s}}let r=new cs(e);return r.process(t),r.emit(t,e)}function $e(t,e){let r=e??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let o=t._zod.def;switch(o.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return $e(o.element,r);case"object":{for(let s in o.shape)if($e(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if($e(s,r))return!0;return!1}case"intersection":return $e(o.left,r)||$e(o.right,r);case"tuple":{for(let s of o.items)if($e(s,r))return!0;return!!(o.rest&&$e(o.rest,r))}case"record":return $e(o.keyType,r)||$e(o.valueType,r);case"map":return $e(o.keyType,r)||$e(o.valueType,r);case"set":return $e(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return $e(o.innerType,r);case"lazy":return $e(o.getter(),r);case"default":return $e(o.innerType,r);case"prefault":return $e(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return $e(o.in,r)||$e(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var sx=v("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");oe.init(t,e),t.def=e,t.parse=(r,n)=>Qi(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Tr(t,r,n),t.parseAsync=async(r,n)=>Yi(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Er(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)=>Ye(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var ix=v("ZodMiniObject",(t,e)=>{es.init(t,e),sx.init(t,e),K.defineLazy(t,"shape",()=>e.shape)});function Cc(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new ix(r)}function nt(t){return!!t._zod}function Ir(t){let e=Object.values(t);if(e.length===0)return Cc({});let r=e.every(nt),n=e.every(o=>!nt(o));if(r)return Cc(t);if(n)return Zi(t);throw new Error("Mixed Zod versions detected in object shape.")}function Kt(t,e){return nt(t)?Tr(t,e):t.safeParse(e)}async function us(t,e){return nt(t)?await Er(t,e):await t.safeParseAsync(e)}function Wt(t){if(!t)return;let e;if(nt(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function nn(t){if(t){if(typeof t=="object"){let e=t,r=t;if(!e._def&&!r._zod){let n=Object.values(t);if(n.length>0&&n.every(o=>typeof o=="object"&&o!==null&&(o._def!==void 0||o._zod!==void 0||typeof o.parse=="function")))return Ir(t)}}if(nt(t)){let r=t._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function ls(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){let e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function ef(t){return t.description}function tf(t){if(nt(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function ds(t){if(nt(t)){let s=t._zod?.def;if(s){if(s.value!==void 0)return s.value;if(Array.isArray(s.values)&&s.values.length>0)return s.values[0]}}let r=t._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let n=t.value;if(n!==void 0)return n}var Hn={};Do(Hn,{ZodISODate:()=>nf,ZodISODateTime:()=>rf,ZodISODuration:()=>sf,ZodISOTime:()=>of,date:()=>Ac,datetime:()=>Nc,duration:()=>jc,time:()=>Zc});var rf=v("ZodISODateTime",(t,e)=>{Lp.init(t,e),me.init(t,e)});function Nc(t){return Gp(rf,t)}var nf=v("ZodISODate",(t,e)=>{Fp.init(t,e),me.init(t,e)});function Ac(t){return Kp(nf,t)}var of=v("ZodISOTime",(t,e)=>{Up.init(t,e),me.init(t,e)});function Zc(t){return Wp(of,t)}var sf=v("ZodISODuration",(t,e)=>{Vp.init(t,e),me.init(t,e)});function jc(t){return Qp(sf,t)}var af=(t,e)=>{Ko.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>Ki(t,r)},flatten:{value:r=>Gi(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},tR=v("ZodError",af),Bn=v("ZodError",af,{Parent:Error});var cf=Wi(Bn),uf=Xi(Bn),lf=ea(Bn),df=ta(Bn);var ve=v("ZodType",(t,e)=>(oe.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)=>Ye(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>cf(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>lf(t,r,n),t.parseAsync=async(r,n)=>uf(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>df(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(nb(r,n)),t.superRefine=r=>t.check(ob(r)),t.overwrite=r=>t.check(Pr(r)),t.optional=()=>_e(t),t.nullable=()=>mf(t),t.nullish=()=>_e(mf(t)),t.nonoptional=r=>Wx(t,r),t.array=()=>W(t),t.or=r=>le([t,r]),t.and=r=>fs(t,r),t.transform=r=>qc(t,vf(r)),t.default=r=>Jx(t,r),t.prefault=r=>Kx(t,r),t.catch=r=>Xx(t,r),t.pipe=r=>qc(t,r),t.readonly=()=>tb(t),t.describe=r=>{let n=t.clone();return Gt.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return Gt.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return Gt.get(t);let n=t.clone();return Gt.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),hf=v("_ZodString",(t,e)=>{Ln.init(t,e),ve.init(t,e);let r=t._zod.bag;t.format=r.format??null,t.minLength=r.minimum??null,t.maxLength=r.maximum??null,t.regex=(...n)=>t.check(bc(...n)),t.includes=(...n)=>t.check(kc(...n)),t.startsWith=(...n)=>t.check(Sc(...n)),t.endsWith=(...n)=>t.check(zc(...n)),t.min=(...n)=>t.check(rn(...n)),t.max=(...n)=>t.check(is(...n)),t.length=(...n)=>t.check(as(...n)),t.nonempty=(...n)=>t.check(rn(1,...n)),t.lowercase=n=>t.check($c(n)),t.uppercase=n=>t.check(wc(n)),t.trim=()=>t.check(Ec()),t.normalize=(...n)=>t.check(Tc(...n)),t.toLowerCase=()=>t.check(Pc()),t.toUpperCase=()=>t.check(Rc())}),hx=v("ZodString",(t,e)=>{Ln.init(t,e),hf.init(t,e),t.email=r=>t.check(Ga(gx,r)),t.url=r=>t.check(Ya(yx,r)),t.jwt=r=>t.check(mc(Ox,r)),t.emoji=r=>t.check(ec(_x,r)),t.guid=r=>t.check(rs(pf,r)),t.uuid=r=>t.check(Ka(ps,r)),t.uuidv4=r=>t.check(Wa(ps,r)),t.uuidv6=r=>t.check(Qa(ps,r)),t.uuidv7=r=>t.check(Xa(ps,r)),t.nanoid=r=>t.check(tc(vx,r)),t.guid=r=>t.check(rs(pf,r)),t.cuid=r=>t.check(rc(xx,r)),t.cuid2=r=>t.check(nc(bx,r)),t.ulid=r=>t.check(oc($x,r)),t.base64=r=>t.check(dc(Px,r)),t.base64url=r=>t.check(pc(Rx,r)),t.xid=r=>t.check(sc(wx,r)),t.ksuid=r=>t.check(ic(kx,r)),t.ipv4=r=>t.check(ac(Sx,r)),t.ipv6=r=>t.check(cc(zx,r)),t.cidrv4=r=>t.check(uc(Tx,r)),t.cidrv6=r=>t.check(lc(Ex,r)),t.e164=r=>t.check(fc(Ix,r)),t.datetime=r=>t.check(Nc(r)),t.date=r=>t.check(Ac(r)),t.time=r=>t.check(Zc(r)),t.duration=r=>t.check(jc(r))});function _(t){return Ja(hx,t)}var me=v("ZodStringFormat",(t,e)=>{ue.init(t,e),hf.init(t,e)}),gx=v("ZodEmail",(t,e)=>{ua.init(t,e),me.init(t,e)});var pf=v("ZodGUID",(t,e)=>{aa.init(t,e),me.init(t,e)});var ps=v("ZodUUID",(t,e)=>{ca.init(t,e),me.init(t,e)});var yx=v("ZodURL",(t,e)=>{la.init(t,e),me.init(t,e)});var _x=v("ZodEmoji",(t,e)=>{da.init(t,e),me.init(t,e)});var vx=v("ZodNanoID",(t,e)=>{pa.init(t,e),me.init(t,e)});var xx=v("ZodCUID",(t,e)=>{fa.init(t,e),me.init(t,e)});var bx=v("ZodCUID2",(t,e)=>{ma.init(t,e),me.init(t,e)});var $x=v("ZodULID",(t,e)=>{ha.init(t,e),me.init(t,e)});var wx=v("ZodXID",(t,e)=>{ga.init(t,e),me.init(t,e)});var kx=v("ZodKSUID",(t,e)=>{ya.init(t,e),me.init(t,e)});var Sx=v("ZodIPv4",(t,e)=>{_a.init(t,e),me.init(t,e)});var zx=v("ZodIPv6",(t,e)=>{va.init(t,e),me.init(t,e)});var Tx=v("ZodCIDRv4",(t,e)=>{xa.init(t,e),me.init(t,e)});var Ex=v("ZodCIDRv6",(t,e)=>{ba.init(t,e),me.init(t,e)});var Px=v("ZodBase64",(t,e)=>{$a.init(t,e),me.init(t,e)});var Rx=v("ZodBase64URL",(t,e)=>{wa.init(t,e),me.init(t,e)});var Ix=v("ZodE164",(t,e)=>{ka.init(t,e),me.init(t,e)});var Ox=v("ZodJWT",(t,e)=>{Sa.init(t,e),me.init(t,e)});var gf=v("ZodNumber",(t,e)=>{Yo.init(t,e),ve.init(t,e),t.gt=(n,o)=>t.check(os(n,o)),t.gte=(n,o)=>t.check(Vn(n,o)),t.min=(n,o)=>t.check(Vn(n,o)),t.lt=(n,o)=>t.check(ns(n,o)),t.lte=(n,o)=>t.check(Un(n,o)),t.max=(n,o)=>t.check(Un(n,o)),t.int=n=>t.check(ff(n)),t.safe=n=>t.check(ff(n)),t.positive=n=>t.check(os(0,n)),t.nonnegative=n=>t.check(Vn(0,n)),t.negative=n=>t.check(ns(0,n)),t.nonpositive=n=>t.check(Un(0,n)),t.multipleOf=(n,o)=>t.check(ss(n,o)),t.step=(n,o)=>t.check(ss(n,o)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});function ne(t){return hc(gf,t)}var Mx=v("ZodNumberFormat",(t,e)=>{za.init(t,e),gf.init(t,e)});function ff(t){return gc(Mx,t)}var Cx=v("ZodBoolean",(t,e)=>{Ta.init(t,e),ve.init(t,e)});function we(t){return yc(Cx,t)}var Nx=v("ZodNull",(t,e)=>{Ea.init(t,e),ve.init(t,e)});function Lc(t){return _c(Nx,t)}var Ax=v("ZodUnknown",(t,e)=>{Pa.init(t,e),ve.init(t,e)});function he(){return vc(Ax)}var Zx=v("ZodNever",(t,e)=>{Ra.init(t,e),ve.init(t,e)});function jx(t){return xc(Zx,t)}var Dx=v("ZodArray",(t,e)=>{Ia.init(t,e),ve.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(rn(r,n)),t.nonempty=r=>t.check(rn(1,r)),t.max=(r,n)=>t.check(is(r,n)),t.length=(r,n)=>t.check(as(r,n)),t.unwrap=()=>t.element});function W(t,e){return Xp(Dx,t,e)}var yf=v("ZodObject",(t,e)=>{es.init(t,e),ve.init(t,e),K.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>Be(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:he()}),t.loose=()=>t.clone({...t._zod.def,catchall:he()}),t.strict=()=>t.clone({...t._zod.def,catchall:jx()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>K.extend(t,r),t.merge=r=>K.merge(t,r),t.pick=r=>K.pick(t,r),t.omit=r=>K.omit(t,r),t.partial=(...r)=>K.partial(xf,t,r[0]),t.required=(...r)=>K.required(bf,t,r[0])});function P(t,e){let r={type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},...K.normalizeParams(e)};return new yf(r)}function Ze(t,e){return new yf({type:"object",get shape(){return K.assignProp(this,"shape",{...t}),this.shape},catchall:he(),...K.normalizeParams(e)})}var _f=v("ZodUnion",(t,e)=>{ts.init(t,e),ve.init(t,e),t.options=e.options});function le(t,e){return new _f({type:"union",options:t,...K.normalizeParams(e)})}var qx=v("ZodDiscriminatedUnion",(t,e)=>{_f.init(t,e),Oa.init(t,e)});function Fc(t,e,r){return new qx({type:"union",options:e,discriminator:t,...K.normalizeParams(r)})}var Lx=v("ZodIntersection",(t,e)=>{Ma.init(t,e),ve.init(t,e)});function fs(t,e){return new Lx({type:"intersection",left:t,right:e})}var Fx=v("ZodRecord",(t,e)=>{Ca.init(t,e),ve.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ge(t,e,r){return new Fx({type:"record",keyType:t,valueType:e,...K.normalizeParams(r)})}var Dc=v("ZodEnum",(t,e)=>{Na.init(t,e),ve.init(t,e),t.enum=e.entries,t.options=Object.values(e.entries);let r=new Set(Object.keys(e.entries));t.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=e.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Dc({...e,checks:[],...K.normalizeParams(o),entries:s})},t.exclude=(n,o)=>{let s={...e.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Dc({...e,checks:[],...K.normalizeParams(o),entries:s})}});function Be(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new Dc({type:"enum",entries:r,...K.normalizeParams(e)})}var Ux=v("ZodLiteral",(t,e)=>{Aa.init(t,e),ve.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 M(t,e){return new Ux({type:"literal",values:Array.isArray(t)?t:[t],...K.normalizeParams(e)})}var Vx=v("ZodTransform",(t,e)=>{Za.init(t,e),ve.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(K.issue(s,r.value,e));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=t),i.continue??(i.continue=!0),r.issues.push(K.issue(i))}};let o=e.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function vf(t){return new Vx({type:"transform",transform:t})}var xf=v("ZodOptional",(t,e)=>{ja.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function _e(t){return new xf({type:"optional",innerType:t})}var Hx=v("ZodNullable",(t,e)=>{Da.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function mf(t){return new Hx({type:"nullable",innerType:t})}var Bx=v("ZodDefault",(t,e)=>{qa.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function Jx(t,e){return new Bx({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Gx=v("ZodPrefault",(t,e)=>{La.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Kx(t,e){return new Gx({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var bf=v("ZodNonOptional",(t,e)=>{Fa.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Wx(t,e){return new bf({type:"nonoptional",innerType:t,...K.normalizeParams(e)})}var Qx=v("ZodCatch",(t,e)=>{Ua.init(t,e),ve.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function Xx(t,e){return new Qx({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var Yx=v("ZodPipe",(t,e)=>{Va.init(t,e),ve.init(t,e),t.in=e.in,t.out=e.out});function qc(t,e){return new Yx({type:"pipe",in:t,out:e})}var eb=v("ZodReadonly",(t,e)=>{Ha.init(t,e),ve.init(t,e)});function tb(t){return new eb({type:"readonly",innerType:t})}var $f=v("ZodCustom",(t,e)=>{Ba.init(t,e),ve.init(t,e)});function rb(t){let e=new Se({check:"custom"});return e._zod.check=t,e}function wf(t,e){return Ic($f,t??(()=>!0),e)}function nb(t,e={}){return Oc($f,t,e)}function ob(t){let e=rb(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(K.issue(n,r.value,e._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=e),o.continue??(o.continue=!e._zod.def.abort),r.issues.push(K.issue(o))}},t(r.value,r)));return e}function Uc(t,e){return qc(vf(t),e)}Xe(Bp());var Hc="2025-11-25";var kf=[Hc,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Qt="io.modelcontextprotocol/related-task",hs="2.0",ze=wf(t=>t!==null&&(typeof t=="object"||typeof t=="function")),Sf=le([_(),ne().int()]),zf=_(),hR=Ze({ttl:le([ne(),Lc()]).optional(),pollInterval:ne().optional()}),sb=P({ttl:ne().optional()}),ib=P({taskId:_()}),Bc=Ze({progressToken:Sf.optional(),[Qt]:ib.optional()}),et=P({_meta:Bc.optional()}),Jn=et.extend({task:sb.optional()}),Tf=t=>Jn.safeParse(t).success,Te=P({method:_(),params:et.loose().optional()}),ot=P({_meta:Bc.optional()}),st=P({method:_(),params:ot.loose().optional()}),Ee=Ze({_meta:Bc.optional()}),gs=le([_(),ne().int()]),Ef=P({jsonrpc:M(hs),id:gs,...Te.shape}).strict(),Jc=t=>Ef.safeParse(t).success,Pf=P({jsonrpc:M(hs),...st.shape}).strict(),Rf=t=>Pf.safeParse(t).success,Gc=P({jsonrpc:M(hs),id:gs,result:Ee}).strict(),Gn=t=>Gc.safeParse(t).success;var N;(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"})(N||(N={}));var Kc=P({jsonrpc:M(hs),id:gs.optional(),error:P({code:ne().int(),message:_(),data:he().optional()})}).strict();var If=t=>Kc.safeParse(t).success;var Of=le([Ef,Pf,Gc,Kc]),gR=le([Gc,Kc]),ys=Ee.strict(),ab=ot.extend({requestId:gs.optional(),reason:_().optional()}),_s=st.extend({method:M("notifications/cancelled"),params:ab}),cb=P({src:_(),mimeType:_().optional(),sizes:W(_()).optional(),theme:Be(["light","dark"]).optional()}),Kn=P({icons:W(cb).optional()}),on=P({name:_(),title:_().optional()}),Mf=on.extend({...on.shape,...Kn.shape,version:_(),websiteUrl:_().optional(),description:_().optional()}),ub=fs(P({applyDefaults:we().optional()}),ge(_(),he())),lb=Uc(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,fs(P({form:ub.optional(),url:ze.optional()}),ge(_(),he()).optional())),db=Ze({list:ze.optional(),cancel:ze.optional(),requests:Ze({sampling:Ze({createMessage:ze.optional()}).optional(),elicitation:Ze({create:ze.optional()}).optional()}).optional()}),pb=Ze({list:ze.optional(),cancel:ze.optional(),requests:Ze({tools:Ze({call:ze.optional()}).optional()}).optional()}),fb=P({experimental:ge(_(),ze).optional(),sampling:P({context:ze.optional(),tools:ze.optional()}).optional(),elicitation:lb.optional(),roots:P({listChanged:we().optional()}).optional(),tasks:db.optional()}),mb=et.extend({protocolVersion:_(),capabilities:fb,clientInfo:Mf}),Wc=Te.extend({method:M("initialize"),params:mb});var hb=P({experimental:ge(_(),ze).optional(),logging:ze.optional(),completions:ze.optional(),prompts:P({listChanged:we().optional()}).optional(),resources:P({subscribe:we().optional(),listChanged:we().optional()}).optional(),tools:P({listChanged:we().optional()}).optional(),tasks:pb.optional()}),gb=Ee.extend({protocolVersion:_(),capabilities:hb,serverInfo:Mf,instructions:_().optional()}),Qc=st.extend({method:M("notifications/initialized"),params:ot.optional()});var vs=Te.extend({method:M("ping"),params:et.optional()}),yb=P({progress:ne(),total:_e(ne()),message:_e(_())}),_b=P({...ot.shape,...yb.shape,progressToken:Sf}),xs=st.extend({method:M("notifications/progress"),params:_b}),vb=et.extend({cursor:zf.optional()}),Wn=Te.extend({params:vb.optional()}),Qn=Ee.extend({nextCursor:zf.optional()}),xb=Be(["working","input_required","completed","failed","cancelled"]),Xn=P({taskId:_(),status:xb,ttl:le([ne(),Lc()]),createdAt:_(),lastUpdatedAt:_(),pollInterval:_e(ne()),statusMessage:_e(_())}),sn=Ee.extend({task:Xn}),bb=ot.merge(Xn),Yn=st.extend({method:M("notifications/tasks/status"),params:bb}),bs=Te.extend({method:M("tasks/get"),params:et.extend({taskId:_()})}),$s=Ee.merge(Xn),ws=Te.extend({method:M("tasks/result"),params:et.extend({taskId:_()})}),yR=Ee.loose(),ks=Wn.extend({method:M("tasks/list")}),Ss=Qn.extend({tasks:W(Xn)}),zs=Te.extend({method:M("tasks/cancel"),params:et.extend({taskId:_()})}),Cf=Ee.merge(Xn),Nf=P({uri:_(),mimeType:_e(_()),_meta:ge(_(),he()).optional()}),Af=Nf.extend({text:_()}),Xc=_().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Zf=Nf.extend({blob:Xc}),eo=Be(["user","assistant"]),an=P({audience:W(eo).optional(),priority:ne().min(0).max(1).optional(),lastModified:Hn.datetime({offset:!0}).optional()}),jf=P({...on.shape,...Kn.shape,uri:_(),description:_e(_()),mimeType:_e(_()),annotations:an.optional(),_meta:_e(Ze({}))}),$b=P({...on.shape,...Kn.shape,uriTemplate:_(),description:_e(_()),mimeType:_e(_()),annotations:an.optional(),_meta:_e(Ze({}))}),Ts=Wn.extend({method:M("resources/list")}),wb=Qn.extend({resources:W(jf)}),Es=Wn.extend({method:M("resources/templates/list")}),kb=Qn.extend({resourceTemplates:W($b)}),Yc=et.extend({uri:_()}),Sb=Yc,Ps=Te.extend({method:M("resources/read"),params:Sb}),zb=Ee.extend({contents:W(le([Af,Zf]))}),Tb=st.extend({method:M("notifications/resources/list_changed"),params:ot.optional()}),Eb=Yc,Pb=Te.extend({method:M("resources/subscribe"),params:Eb}),Rb=Yc,Ib=Te.extend({method:M("resources/unsubscribe"),params:Rb}),Ob=ot.extend({uri:_()}),Mb=st.extend({method:M("notifications/resources/updated"),params:Ob}),Cb=P({name:_(),description:_e(_()),required:_e(we())}),Nb=P({...on.shape,...Kn.shape,description:_e(_()),arguments:_e(W(Cb)),_meta:_e(Ze({}))}),Rs=Wn.extend({method:M("prompts/list")}),Ab=Qn.extend({prompts:W(Nb)}),Zb=et.extend({name:_(),arguments:ge(_(),_()).optional()}),Is=Te.extend({method:M("prompts/get"),params:Zb}),eu=P({type:M("text"),text:_(),annotations:an.optional(),_meta:ge(_(),he()).optional()}),tu=P({type:M("image"),data:Xc,mimeType:_(),annotations:an.optional(),_meta:ge(_(),he()).optional()}),ru=P({type:M("audio"),data:Xc,mimeType:_(),annotations:an.optional(),_meta:ge(_(),he()).optional()}),jb=P({type:M("tool_use"),name:_(),id:_(),input:ge(_(),he()),_meta:ge(_(),he()).optional()}),Db=P({type:M("resource"),resource:le([Af,Zf]),annotations:an.optional(),_meta:ge(_(),he()).optional()}),qb=jf.extend({type:M("resource_link")}),nu=le([eu,tu,ru,qb,Db]),Lb=P({role:eo,content:nu}),Fb=Ee.extend({description:_().optional(),messages:W(Lb)}),Ub=st.extend({method:M("notifications/prompts/list_changed"),params:ot.optional()}),Vb=P({title:_().optional(),readOnlyHint:we().optional(),destructiveHint:we().optional(),idempotentHint:we().optional(),openWorldHint:we().optional()}),Hb=P({taskSupport:Be(["required","optional","forbidden"]).optional()}),Df=P({...on.shape,...Kn.shape,description:_().optional(),inputSchema:P({type:M("object"),properties:ge(_(),ze).optional(),required:W(_()).optional()}).catchall(he()),outputSchema:P({type:M("object"),properties:ge(_(),ze).optional(),required:W(_()).optional()}).catchall(he()).optional(),annotations:Vb.optional(),execution:Hb.optional(),_meta:ge(_(),he()).optional()}),Os=Wn.extend({method:M("tools/list")}),Bb=Qn.extend({tools:W(Df)}),Ms=Ee.extend({content:W(nu).default([]),structuredContent:ge(_(),he()).optional(),isError:we().optional()}),_R=Ms.or(Ee.extend({toolResult:he()})),Jb=Jn.extend({name:_(),arguments:ge(_(),he()).optional()}),cn=Te.extend({method:M("tools/call"),params:Jb}),Gb=st.extend({method:M("notifications/tools/list_changed"),params:ot.optional()}),vR=P({autoRefresh:we().default(!0),debounceMs:ne().int().nonnegative().default(300)}),to=Be(["debug","info","notice","warning","error","critical","alert","emergency"]),Kb=et.extend({level:to}),ou=Te.extend({method:M("logging/setLevel"),params:Kb}),Wb=ot.extend({level:to,logger:_().optional(),data:he()}),Qb=st.extend({method:M("notifications/message"),params:Wb}),Xb=P({name:_().optional()}),Yb=P({hints:W(Xb).optional(),costPriority:ne().min(0).max(1).optional(),speedPriority:ne().min(0).max(1).optional(),intelligencePriority:ne().min(0).max(1).optional()}),e$=P({mode:Be(["auto","required","none"]).optional()}),t$=P({type:M("tool_result"),toolUseId:_().describe("The unique identifier for the corresponding tool call."),content:W(nu).default([]),structuredContent:P({}).loose().optional(),isError:we().optional(),_meta:ge(_(),he()).optional()}),r$=Fc("type",[eu,tu,ru]),ms=Fc("type",[eu,tu,ru,jb,t$]),n$=P({role:eo,content:le([ms,W(ms)]),_meta:ge(_(),he()).optional()}),o$=Jn.extend({messages:W(n$),modelPreferences:Yb.optional(),systemPrompt:_().optional(),includeContext:Be(["none","thisServer","allServers"]).optional(),temperature:ne().optional(),maxTokens:ne().int(),stopSequences:W(_()).optional(),metadata:ze.optional(),tools:W(Df).optional(),toolChoice:e$.optional()}),s$=Te.extend({method:M("sampling/createMessage"),params:o$}),su=Ee.extend({model:_(),stopReason:_e(Be(["endTurn","stopSequence","maxTokens"]).or(_())),role:eo,content:r$}),iu=Ee.extend({model:_(),stopReason:_e(Be(["endTurn","stopSequence","maxTokens","toolUse"]).or(_())),role:eo,content:le([ms,W(ms)])}),i$=P({type:M("boolean"),title:_().optional(),description:_().optional(),default:we().optional()}),a$=P({type:M("string"),title:_().optional(),description:_().optional(),minLength:ne().optional(),maxLength:ne().optional(),format:Be(["email","uri","date","date-time"]).optional(),default:_().optional()}),c$=P({type:Be(["number","integer"]),title:_().optional(),description:_().optional(),minimum:ne().optional(),maximum:ne().optional(),default:ne().optional()}),u$=P({type:M("string"),title:_().optional(),description:_().optional(),enum:W(_()),default:_().optional()}),l$=P({type:M("string"),title:_().optional(),description:_().optional(),oneOf:W(P({const:_(),title:_()})),default:_().optional()}),d$=P({type:M("string"),title:_().optional(),description:_().optional(),enum:W(_()),enumNames:W(_()).optional(),default:_().optional()}),p$=le([u$,l$]),f$=P({type:M("array"),title:_().optional(),description:_().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:P({type:M("string"),enum:W(_())}),default:W(_()).optional()}),m$=P({type:M("array"),title:_().optional(),description:_().optional(),minItems:ne().optional(),maxItems:ne().optional(),items:P({anyOf:W(P({const:_(),title:_()}))}),default:W(_()).optional()}),h$=le([f$,m$]),g$=le([d$,p$,h$]),y$=le([g$,i$,a$,c$]),_$=Jn.extend({mode:M("form").optional(),message:_(),requestedSchema:P({type:M("object"),properties:ge(_(),y$),required:W(_()).optional()})}),v$=Jn.extend({mode:M("url"),message:_(),elicitationId:_(),url:_().url()}),x$=le([_$,v$]),b$=Te.extend({method:M("elicitation/create"),params:x$}),$$=ot.extend({elicitationId:_()}),w$=st.extend({method:M("notifications/elicitation/complete"),params:$$}),Cs=Ee.extend({action:Be(["accept","decline","cancel"]),content:Uc(t=>t===null?void 0:t,ge(_(),le([_(),ne(),we(),W(_())])).optional())}),k$=P({type:M("ref/resource"),uri:_()});var S$=P({type:M("ref/prompt"),name:_()}),z$=et.extend({ref:le([S$,k$]),argument:P({name:_(),value:_()}),context:P({arguments:ge(_(),_()).optional()}).optional()}),Ns=Te.extend({method:M("completion/complete"),params:z$});function qf(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function Lf(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var T$=Ee.extend({completion:Ze({values:W(_()).max(100),total:_e(ne().int()),hasMore:_e(we())})}),E$=P({uri:_().startsWith("file://"),name:_().optional(),_meta:ge(_(),he()).optional()}),P$=Te.extend({method:M("roots/list"),params:et.optional()}),au=Ee.extend({roots:W(E$)}),R$=st.extend({method:M("notifications/roots/list_changed"),params:ot.optional()}),xR=le([vs,Wc,Ns,ou,Is,Rs,Ts,Es,Ps,Pb,Ib,cn,Os,bs,ws,ks,zs]),bR=le([_s,xs,Qc,R$,Yn]),$R=le([ys,su,iu,Cs,au,$s,Ss,sn]),wR=le([vs,s$,b$,P$,bs,ws,ks,zs]),kR=le([_s,xs,Qb,Mb,Tb,Gb,Ub,Yn,w$]),SR=le([ys,gb,T$,Fb,Ab,wb,kb,zb,Ms,Bb,$s,Ss,sn]),O=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===N.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new Vc(o.elicitations,r)}return new t(e,r,n)}},Vc=class extends O{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(N.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Xt(t){return t==="completed"||t==="failed"||t==="cancelled"}var Uf=Symbol("Let zodToJsonSchema decide on which parser to use");var Ff={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"},Vf=t=>typeof t=="string"?{...Ff,name:t}:{...Ff,...t};var Hf=t=>{let e=Vf(t),r=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([n,o])=>[o._def,{def:o._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}};function cu(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function Q(t,e,r,n,o){t[e]=r,cu(t,e,n,o)}var As=(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{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?As(e,t.currentPath):e.join("/")}}function Bf(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==S.ZodAny&&(r.items=D(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&Q(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&Q(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(Q(r,"minItems",t.exactLength.value,t.exactLength.message,e),Q(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function Jf(t,e){let r={type:"integer",format:"int64"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"min":e.target==="jsonSchema7"?n.inclusive?Q(r,"minimum",n.value,n.message,e):Q(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Q(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Q(r,"maximum",n.value,n.message,e):Q(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Q(r,"maximum",n.value,n.message,e));break;case"multipleOf":Q(r,"multipleOf",n.value,n.message,e);break}return r}function Gf(){return{type:"boolean"}}function Zs(t,e){return D(t.type._def,e)}var Kf=(t,e)=>D(t.innerType._def,e);function uu(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>uu(t,e,o))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return I$(t,e)}}var I$=(t,e)=>{let r={type:"integer",format:"unix-time"};if(e.target==="openApi3")return r;for(let n of t.checks)switch(n.kind){case"min":Q(r,"minimum",n.value,n.message,e);break;case"max":Q(r,"maximum",n.value,n.message,e);break}return r};function Wf(t,e){return{...D(t.innerType._def,e),default:t.defaultValue()}}function Qf(t,e){return e.effectStrategy==="input"?D(t.schema._def,e):ye(e)}function Xf(t){return{type:"string",enum:Array.from(t.values)}}var O$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function Yf(t,e){let r=[D(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),D(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(s=>!!s),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,o=[];return r.forEach(s=>{if(O$(s))o.push(...s.allOf),s.unevaluatedProperties===void 0&&(n=void 0);else{let i=s;if("additionalProperties"in s&&s.additionalProperties===!1){let{additionalProperties:a,...c}=s;i=c}else n=void 0;o.push(i)}}),o.length?{allOf:o,...n}:void 0}function em(t,e){let r=typeof t.value;return r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:r==="bigint"?"integer":r,enum:[t.value]}:{type:r==="bigint"?"integer":r,const:t.value}}var lu,pt={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:()=>(lu===void 0&&(lu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),lu),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 js(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":Q(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":Q(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":ft(r,"email",n.message,e);break;case"format:idn-email":ft(r,"idn-email",n.message,e);break;case"pattern:zod":je(r,pt.email,n.message,e);break}break;case"url":ft(r,"uri",n.message,e);break;case"uuid":ft(r,"uuid",n.message,e);break;case"regex":je(r,n.regex,n.message,e);break;case"cuid":je(r,pt.cuid,n.message,e);break;case"cuid2":je(r,pt.cuid2,n.message,e);break;case"startsWith":je(r,RegExp(`^${du(n.value,e)}`),n.message,e);break;case"endsWith":je(r,RegExp(`${du(n.value,e)}$`),n.message,e);break;case"datetime":ft(r,"date-time",n.message,e);break;case"date":ft(r,"date",n.message,e);break;case"time":ft(r,"time",n.message,e);break;case"duration":ft(r,"duration",n.message,e);break;case"length":Q(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),Q(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{je(r,RegExp(du(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&ft(r,"ipv4",n.message,e),n.version!=="v4"&&ft(r,"ipv6",n.message,e);break}case"base64url":je(r,pt.base64url,n.message,e);break;case"jwt":je(r,pt.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&je(r,pt.ipv4Cidr,n.message,e),n.version!=="v4"&&je(r,pt.ipv6Cidr,n.message,e);break}case"emoji":je(r,pt.emoji(),n.message,e);break;case"ulid":{je(r,pt.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{ft(r,"binary",n.message,e);break}case"contentEncoding:base64":{Q(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{je(r,pt.base64,n.message,e);break}}break}case"nanoid":je(r,pt.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function du(t,e){return e.patternStrategy==="escape"?C$(t):t}var M$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function C$(t){let e="";for(let r=0;r<t.length;r++)M$.has(t[r])||(e+="\\"),e+=t[r];return e}function ft(t,e,r,n){t.format||t.anyOf?.some(o=>o.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&n.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...r&&n.errorMessages&&{errorMessage:{format:r}}})):Q(t,"format",e,r,n)}function je(t,e,r,n){t.pattern||t.allOf?.some(o=>o.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&n.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:tm(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):Q(t,"pattern",tm(e,n),r,n)}function tm(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let r={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=r.i?t.source.toLowerCase():t.source,o="",s=!1,i=!1,a=!1;for(let c=0;c<n.length;c++){if(s){o+=n[c],s=!1;continue}if(r.i){if(i){if(n[c].match(/[a-z]/)){a?(o+=n[c],o+=`${n[c-2]}-${n[c]}`.toUpperCase(),a=!1):n[c+1]==="-"&&n[c+2]?.match(/[a-z]/)?(o+=n[c],a=!0):o+=`${n[c]}${n[c].toUpperCase()}`;continue}}else if(n[c].match(/[a-z]/)){o+=`[${n[c]}${n[c].toUpperCase()}]`;continue}}if(r.m){if(n[c]==="^"){o+=`(^|(?<=[\r
37
37
  ]))`;continue}else if(n[c]==="$"){o+=`($|(?=[\r
38
38
  ]))`;continue}}if(r.s&&n[c]==="."){o+=i?`${n[c]}\r
39
39
  `:`[${n[c]}\r
40
- ]`;continue}o+=n[c],n[c]==="\\"?s=!0:i&&n[c]==="]"?i=!1:!i&&n[c]==="["&&(i=!0)}try{new RegExp(o)}catch{return console.warn(`Could not convert regex pattern at ${e.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),t.source}return o}function Ds(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===S.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:D(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??ye(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:D(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===S.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=js(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===S.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===S.ZodBranded&&t.keyType._def.type._def.typeName===S.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=Zs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function tm(t,e){if(e.mapStrategy==="record")return Ds(t,e);let r=D(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||ye(e),n=D(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 rm(t){let e=t.values,n=Object.keys(t.values).filter(s=>typeof e[e[s]]!="number").map(s=>e[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function nm(t){return t.target==="openAi"?void 0:{not:ye({...t,currentPath:[...t.currentPath,"not"]})}}function om(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var to={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function im(t,e){if(e.target==="openApi3")return sm(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in to&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=to[s._def.typeName];return i&&!o.includes(i)?[...o,i]:o},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=r.reduce((o,s)=>{let i=typeof s._def.value;switch(i){case"string":case"number":case"boolean":return[...o,i];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];case"symbol":case"undefined":case"function":default:return o}},[]);if(n.length===r.length){let o=n.filter((s,i,a)=>a.indexOf(s)===i);return{type:o.length>1?o:o[0],enum:r.reduce((s,i)=>s.includes(i._def.value)?s:[...s,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,o)=>[...n,...o._def.values.filter(s=>!n.includes(s))],[])};return sm(t,e)}var sm=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>D(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function am(t,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(t.innerType._def.typeName)&&(!t.innerType._def.checks||!t.innerType._def.checks.length))return e.target==="openApi3"?{type:to[t.innerType._def.typeName],nullable:!0}:{type:[to[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=D(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=D(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function cm(t,e){let r={type:"number"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"int":r.type="integer",cu(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?Q(r,"minimum",n.value,n.message,e):Q(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Q(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Q(r,"maximum",n.value,n.message,e):Q(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Q(r,"maximum",n.value,n.message,e));break;case"multipleOf":Q(r,"multipleOf",n.value,n.message,e);break}return r}function um(t,e){let r=e.target==="openAi",n={type:"object",properties:{}},o=[],s=t.shape();for(let a in s){let c=s[a];if(c===void 0||c._def===void 0)continue;let u=A$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=D(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||o.push(a))}o.length&&(n.required=o);let i=N$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function N$(t,e){if(t.catchall._def.typeName!=="ZodNever")return D(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 A$(t){try{return t.isOptional()}catch{return!0}}var lm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return D(t.innerType._def,e);let r=D(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:ye(e)},r]}:ye(e)};var dm=(t,e)=>{if(e.pipeStrategy==="input")return D(t.in._def,e);if(e.pipeStrategy==="output")return D(t.out._def,e);let r=D(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=D(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function pm(t,e){return D(t.type._def,e)}function fm(t,e){let n={type:"array",uniqueItems:!0,items:D(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&Q(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&Q(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function mm(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>D(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:D(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>D(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function hm(t){return{not:ye(t)}}function gm(t){return ye(t)}var ym=(t,e)=>D(t.innerType._def,e);var _m=(t,e,r)=>{switch(e){case S.ZodString:return js(t,r);case S.ZodNumber:return cm(t,r);case S.ZodObject:return um(t,r);case S.ZodBigInt:return Bf(t,r);case S.ZodBoolean:return Jf();case S.ZodDate:return uu(t,r);case S.ZodUndefined:return hm(r);case S.ZodNull:return om(r);case S.ZodArray:return Hf(t,r);case S.ZodUnion:case S.ZodDiscriminatedUnion:return im(t,r);case S.ZodIntersection:return Xf(t,r);case S.ZodTuple:return mm(t,r);case S.ZodRecord:return Ds(t,r);case S.ZodLiteral:return Yf(t,r);case S.ZodEnum:return Qf(t);case S.ZodNativeEnum:return rm(t);case S.ZodNullable:return am(t,r);case S.ZodOptional:return lm(t,r);case S.ZodMap:return tm(t,r);case S.ZodSet:return fm(t,r);case S.ZodLazy:return()=>t.getter()._def;case S.ZodPromise:return pm(t,r);case S.ZodNaN:case S.ZodNever:return nm(r);case S.ZodEffects:return Wf(t,r);case S.ZodAny:return ye(r);case S.ZodUnknown:return gm(r);case S.ZodDefault:return Kf(t,r);case S.ZodBranded:return Zs(t,r);case S.ZodReadonly:return ym(t,r);case S.ZodCatch:return Gf(t,r);case S.ZodPipeline:return dm(t,r);case S.ZodFunction:case S.ZodVoid:case S.ZodSymbol:return;default:return(n=>{})(e)}};function D(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==Ff)return a}if(n&&!r){let a=Z$(n,e);if(a!==void 0)return a}let o={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,o);let s=_m(t,t.typeName,e),i=typeof s=="function"?D(s(),e):s;if(i&&j$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var Z$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:As(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}},j$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var pu=(t,e)=>{let r=Vf(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:D(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??ye(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=D(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??ye(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(s.title=i),r.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[r.openAiAnyTypeName]||(n[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let a=o===void 0?n?{...s,[r.definitionPath]:n}:s:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,o].join("/"),[r.definitionPath]:{...n,[o]:s}};return r.target==="jsonSchema7"?a.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(a.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in a||"oneOf"in a||"allOf"in a||"type"in a&&Array.isArray(a.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),a};function D$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function fu(t,e){return rt(t)?Mc(t,{target:D$(e?.target),io:e?.pipeStrategy??"input"}):pu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function mu(t){let r=Wt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ds(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function hu(t,e){let r=Kt(t,e);if(!r.success)throw r.error;return r.data}var q$=6e4,qs=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(_s,r=>{this._oncancel(r)}),this.setNotificationHandler(xs,r=>{this._onprogress(r)}),this.setRequestHandler(vs,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(bs,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new O(N.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(ws,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{let d=c,h=new O(d.error.code,d.error.message,d.error.data);l(h)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new O(N.InvalidParams,`Task not found: ${s}`);if(!Xt(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Xt(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[Qt]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(ks,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new O(N.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(zs,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new O(N.InvalidParams,`Task not found: ${r.params.taskId}`);if(Xt(o.status))throw new O(N.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new O(N.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof O?o:new O(N.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),O.fromError(N.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),Jn(s)||Rf(s)?this._onresponse(s):Jc(s)?this._onrequest(s,i):Pf(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=O.fromError(N.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[Qt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:N.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=zf(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,h)=>{if(i.signal.aborted)throw new O(N.ConnectionClosed,"Request was cancelled");let f={...h,relatedRequestId:e.id};s&&!f.relatedTask&&(f.relatedTask={taskId:s});let m=f.relatedTask?.taskId??s;return m&&c&&await c.updateTaskStatus(m,"input_required"),await this.request(l,d,f)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async l=>{if(i.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:N.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),Jn(e))n(e);else{let i=new O(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(Jn(e)&&e.result&&typeof e.result=="object"){let i=e.result;if(i.task&&typeof i.task=="object"){let a=i.task;typeof a.taskId=="string"&&(s=!0,this._taskProgressTokens.set(a.taskId,r))}}if(s||this._progressHandlers.delete(r),Jn(e))o(e);else{let i=O.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof O?i:new O(N.InternalError,String(i))}}return}let s;try{let i=await this.request(e,nn,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new O(N.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Xt(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new O(N.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new O(N.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof O?i:new O(N.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=v=>{l(v)};if(!this._transport){d(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(v){d(v);return}n?.signal?.throwIfAborted();let h=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:h};n?.onprogress&&(this._progressHandlers.set(h,n.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:h}}),a&&(f.params={...f.params,task:a}),c&&(f.params={...f.params,_meta:{...f.params?._meta||{},[Qt]:c}});let m=v=>{this._responseHandlers.delete(h),this._progressHandlers.delete(h),this._cleanupTimeout(h),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:h,reason:String(v)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(b=>this._onerror(new Error(`Failed to send cancellation: ${b}`)));let w=v instanceof O?v:new O(N.RequestTimeout,String(v));l(w)};this._responseHandlers.set(h,v=>{if(!n?.signal?.aborted){if(v instanceof Error)return l(v);try{let w=Kt(r,v.result);w.success?u(w.data):l(w.error)}catch(w){l(w)}}}),n?.signal?.addEventListener("abort",()=>{m(n?.signal?.reason)});let p=n?.timeout??q$,g=()=>m(O.fromError(N.RequestTimeout,"Request timed out",{timeout:p}));this._setupTimeout(h,p,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let y=c?.taskId;if(y){let v=w=>{let b=this._responseHandlers.get(h);b?b(w):this._onerror(new Error(`Response handler missing for side-channeled request ${h}`))};this._requestResolvers.set(h,v),this._enqueueTaskMessage(y,{type:"request",message:f,timestamp:Date.now()}).catch(w=>{this._cleanupTimeout(h),l(w)})}else this._transport.send(f,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(v=>{this._cleanupTimeout(h),l(v)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},$s,r)}async getTaskResult(e,r,n){return this.request({method:"tasks/result",params:e},r,n)}async listTasks(e,r){return this.request({method:"tasks/list",params:e},Ss,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},Mf,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=r?.relatedTask?.taskId;if(n){let a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[Qt]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:a,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let a={...e,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[Qt]:r.relatedTask}}}),this._transport?.send(a,r).catch(c=>this._onerror(c))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[Qt]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=mu(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=hu(e,o);return Promise.resolve(r(i,s))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=mu(e);this._notificationHandlers.set(n,o=>{let s=hu(e,o);return Promise.resolve(r(s))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,o)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let o of n)if(o.type==="request"&&Jc(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new O(N.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new O(N.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new O(N.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new O(N.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=Xn.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Xt(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new O(N.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Xt(a.status))throw new O(N.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=Xn.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Xt(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function vm(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function xm(t,e){let r={...t};for(let n in e){let o=n,s=e[o];if(s===void 0)continue;let i=r[o];vm(i)&&vm(s)?r[o]={...i,...s}:r[o]=s}return r}var iy=En(ed(),1),ay=En(sy(),1);function RT(){let t=new iy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,ay.default)(t),t}var wi=class{constructor(e){this._ajv=e??RT()}getValidator(e){let r="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}};var ki=class{constructor(e){this._server=e}requestStream(e,r,n){return this._server.requestStream(e,r,n)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}};function cy(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${e})`);break;default:break}}function uy(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var Si=class extends qs{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(eo.options.map((n,o)=>[n,o])),this.isMessageIgnored=(n,o)=>{let s=this._loggingLevels.get(o);return s?this.LOG_LEVEL_SEVERITY.get(n)<this.LOG_LEVEL_SEVERITY.get(s):!1},this._capabilities=r?.capabilities??{},this._instructions=r?.instructions,this._jsonSchemaValidator=r?.jsonSchemaValidator??new wi,this.setRequestHandler(Wc,n=>this._oninitialize(n)),this.setNotificationHandler(Qc,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(ou,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=eo.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new ki(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=xm(this._capabilities,e)}setRequestHandler(e,r){let o=Wt(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(rt(o)){let a=o;s=a._zod?.def?.value??a.value}else{let a=o;s=a._def?.value??a.value}if(typeof s!="string")throw new Error("Schema method literal must be a string");if(s==="tools/call"){let a=async(c,u)=>{let l=Kt(sn,c);if(!l.success){let m=l.error instanceof Error?l.error.message:String(l.error);throw new O(N.InvalidParams,`Invalid tools/call request: ${m}`)}let{params:d}=l.data,h=await Promise.resolve(r(c,u));if(d.task){let m=Kt(nn,h);if(!m.success){let p=m.error instanceof Error?m.error.message:String(m.error);throw new O(N.InvalidParams,`Invalid task creation result: ${p}`)}return m.data}let f=Kt(Ms,h);if(!f.success){let m=f.error instanceof Error?f.error.message:String(f.error);throw new O(N.InvalidParams,`Invalid tools/call result: ${m}`)}return f.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){uy(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&cy(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:wf.includes(r)?r:Hc,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},ys)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],o=Array.isArray(n.content)?n.content:[n.content],s=o.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(s){if(o.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(d=>d.type==="tool_use").map(d=>d.id)),l=new Set(o.filter(d=>d.type==="tool_result").map(d=>d.toolUseId));if(u.size!==l.size||![...u].every(d=>l.has(d)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},iu,r):this.request({method:"sampling/createMessage",params:e},su,r)}async elicitInput(e,r){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let o=e;return this.request({method:"elicitation/create",params:o},Cs,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let o=e.mode==="form"?e:{...e,mode:"form"},s=await this.request({method:"elicitation/create",params:o},Cs,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new O(N.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof O?i:new O(N.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},au,r)}async sendLoggingMessage(e,r){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,r))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}};var dy=Symbol.for("mcp.completable");function cd(t){return!!t&&typeof t=="object"&&dy in t}function py(t){return t[dy]?.complete}var ly;(function(t){t.Completable="McpCompletable"})(ly||(ly={}));var IT=/^[A-Za-z0-9._-]{1,128}$/;function OT(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!IT.test(t)){let r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,o,s)=>s.indexOf(n)===o);return e.push(`Tool name contains invalid characters: ${r.map(n=>`"${n}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function MT(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let r of e)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function ud(t){let e=OT(t);return MT(t,e.warnings),e.isValid}var zi=class{constructor(e){this._mcpServer=e}registerToolTask(e,r,n){let o={taskSupport:"required",...r.execution};if(o.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,r.title,r.description,r.inputSchema,r.outputSchema,r.annotations,o,r._meta,n)}};var Ti=class{constructor(e,r){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new Si(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new zi(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(ar(Os)),this.server.assertCanSetRequestHandler(ar(sn)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Os,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{let n={name:e,title:r.title,description:r.description,inputSchema:(()=>{let o=tn(r.inputSchema);return o?fu(o,{strictUnions:!0,pipeStrategy:"input"}):CT})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=tn(r.outputSchema);o&&(n.outputSchema=fu(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(sn,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new O(N.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new O(N.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new O(N.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new O(N.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof O&&n.code===N.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=tn(e.inputSchema)??e.inputSchema,i=await us(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=ls(a);throw new O(N.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new O(N.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=tn(e.outputSchema),s=await us(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=ls(i);throw new O(N.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,l));let d=await n.taskStore.getTask(c);if(!d)throw new O(N.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(ar(Ns)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Ns,async e=>{switch(e.params.ref.type){case"ref/prompt":return Df(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return qf(e),this.handleResourceCompletion(e,e.params.ref);default:throw new O(N.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new O(N.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new O(N.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Oo;let s=Wt(n.argsSchema)?.[e.params.argument.name];if(!cd(s))return Oo;let i=py(s);if(!i)return Oo;let a=await i(e.params.argument.value,e.params.context);return my(a)}async handleResourceCompletion(e,r){let n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Oo;throw new O(N.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Oo;let s=await o(e.params.argument.value,e.params.context);return my(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(ar(Ts)),this.server.assertCanSetRequestHandler(ar(Es)),this.server.assertCanSetRequestHandler(ar(Ps)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Ts,async(e,r)=>{let n=Object.entries(this._registeredResources).filter(([s,i])=>i.enabled).map(([s,i])=>({uri:s,name:i.name,...i.metadata})),o=[];for(let s of Object.values(this._registeredResourceTemplates)){if(!s.resourceTemplate.listCallback)continue;let i=await s.resourceTemplate.listCallback(r);for(let a of i.resources)o.push({...s.metadata,...a})}return{resources:[...n,...o]}}),this.server.setRequestHandler(Es,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Ps,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new O(N.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new O(N.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(ar(Rs)),this.server.assertCanSetRequestHandler(ar(Is)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Rs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?AT(r.argsSchema):void 0}))})),this.server.setRequestHandler(Is,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new O(N.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new O(N.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=tn(n.argsSchema),s=await us(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=ls(c);throw new O(N.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=s.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let o=n.callback;return await Promise.resolve(o(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let o;typeof n[0]=="object"&&(o=n.shift());let s=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,o){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let s=this._createRegisteredResource(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}_createRegisteredResource(e,r,n,o,s){let i={name:e,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,o,s){let i={resourceTemplate:n,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0:Ir(o),callback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:a=>{typeof a.name<"u"&&a.name!==e&&(delete this._registeredPrompts[e],a.name&&(this._registeredPrompts[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.description<"u"&&(i.description=a.description),typeof a.argsSchema<"u"&&(i.argsSchema=Ir(a.argsSchema)),typeof a.callback<"u"&&(i.callback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=i,o&&Object.values(o).some(c=>{let u=c instanceof Ve?c._def?.innerType:c;return cd(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){ud(e);let l={title:r,description:n,inputSchema:fy(o),outputSchema:fy(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>l.update({enabled:!1}),enable:()=>l.update({enabled:!0}),remove:()=>l.update({name:null}),update:d=>{typeof d.name<"u"&&d.name!==e&&(typeof d.name=="string"&&ud(d.name),delete this._registeredTools[e],d.name&&(this._registeredTools[d.name]=l)),typeof d.title<"u"&&(l.title=d.title),typeof d.description<"u"&&(l.description=d.description),typeof d.paramsSchema<"u"&&(l.inputSchema=Ir(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=Ir(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];ld(c)?(o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!ld(r[0])&&(i=r.shift())):typeof c=="object"&&c!==null&&(i=r.shift())}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var CT={type:"object",properties:{}};function hy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function NT(t){return"_def"in t||"_zod"in t||hy(t)}function ld(t){return typeof t!="object"||t===null||NT(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(hy)}function fy(t){if(t)return ld(t)?Ir(t):t}function AT(t){let e=Wt(t);return e?Object.entries(e).map(([r,n])=>{let o=Yp(n),s=ef(n);return{name:r,description:o,required:!s}}):[]}function ar(t){let r=Wt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ds(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function my(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Oo={completion:{values:[],hasMore:!1}};var dd=En(require("node:process"),1);var Ei=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
41
- `);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),ZT(r)}clear(){this._buffer=void 0}};function ZT(t){return If.parse(JSON.parse(t))}function gy(t){return JSON.stringify(t)+`
42
- `}var Pi=class{constructor(e=dd.default.stdin,r=dd.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Ei,this._started=!1,this._ondata=n=>{this._readBuffer.append(n),this.processReadBuffer()},this._onerror=n=>{this.onerror?.(n)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(r=>{let n=gy(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};var fe=require("fs"),Ie=require("path"),yy=require("node:crypto");function pd(t){return(0,Ie.isAbsolute)(t)?t:(0,Ie.resolve)(process.cwd(),t)}function Ri(t){let e=pd(t);if(!(0,fe.existsSync)(e))throw new Error(`File not found: ${e}`);try{return(0,fe.readFileSync)(e,"utf-8")}catch(r){throw new Error(`Cannot read file ${e}: ${r instanceof Error?r.message:String(r)}`)}}function _y(t,e){let r=pd(t),n=(0,Ie.dirname)(r),o=(0,Ie.join)(n,`.mf-tmp-${(0,yy.randomBytes)(6).toString("hex")}`);try{(0,fe.writeFileSync)(o,e,"utf-8"),(0,fe.renameSync)(o,r)}catch(s){try{(0,fe.unlinkSync)(o)}catch{}throw new Error(`Cannot write file ${r}: ${s instanceof Error?s.message:String(s)}`)}}function Ii(t){let e=pd(t),r=(0,Ie.join)((0,Ie.dirname)(e),".md-feedback");return(0,fe.existsSync)(r)||(0,fe.mkdirSync)(r,{recursive:!0}),r}function Mo(t,e){let r=Ii(t),n=(0,Ie.join)(r,"snapshots");(0,fe.existsSync)(n)||(0,fe.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ie.join)(n,`snapshot-${o}.md`);(0,fe.writeFileSync)(s,e,"utf-8");let i=(0,fe.readdirSync)(n).filter(a=>a.startsWith("snapshot-")).sort();for(;i.length>20;)try{(0,fe.unlinkSync)((0,Ie.join)(n,i.shift()))}catch{}return s}function fd(t){let e=Ii(t),r=(0,Ie.join)(e,"progress.json");if(!(0,fe.existsSync)(r))return[];try{return JSON.parse((0,fe.readFileSync)(r,"utf-8"))}catch{return[]}}function vy(t,e){let r=Ii(t),n=(0,Ie.join)(r,"progress.json"),o=fd(t);o.push(e),(0,fe.writeFileSync)(n,JSON.stringify(o,null,2),"utf-8")}function xy(t,e){let r=Ii(t),n=(0,Ie.join)(r,"transactions");(0,fe.existsSync)(n)||(0,fe.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ie.join)(n,`tx-${o}.json`);return(0,fe.writeFileSync)(s,JSON.stringify(e,null,2),"utf-8"),s}var wn={"#fef08a":"yellow","#fca5a5":"red","#93c5fd":"blue"};function Le(t){return t==="answered"||t==="done"||t==="failed"||t==="wontfix"}function Oi(t){return t==="red"?"fix":t==="blue"?"question":"highlight"}function jT(t,e){let r=[],n=new Set;for(let o of e){let s=o.color.startsWith("#")?wn[o.color]||"red":o.color,i=s==="red"?"fix":s==="blue"?"question":"important",a=s==="red"?"#fca5a5":s==="blue"?"#93c5fd":"#fef08a",c=t.findIndex((u,l)=>!n.has(l)&&u.color===a&&o.section.trim()===u.section.trim());c>=0?(n.add(c),r.push({type:i,text:t[c].text,section:o.section||t[c].section||"",feedback:o.text})):r.push({type:i,text:o.context||"",section:o.section||"",feedback:o.text})}for(let o=0;o<t.length;o++){if(n.has(o))continue;let s=t[o],i=wn[s.color]||"yellow",a=i==="red"?"fix":i==="blue"?"question":"important";r.push({type:a,text:s.text,section:s.section||"",feedback:""})}return r}function _t(t,e=120){return t.length>e?t.slice(0,e)+"...":t}function by(t){return t.length===0?"":t.map(e=>`- [ ] ${e}`).join(`
43
- `)}function DT(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push(`## Active Plan Review: ${a}`),i.push(`Follow this plan. Refer to ${a} for details.`),i.push(""),n.length>0){i.push("### Must Fix");for(let c of n){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${_t(c.text,120)}"${u} \u2192 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Fix: "${_t(c.text,80)}"${u}`)}i.push("")}if(o.length>0){i.push("### Open Questions (resolve before implementing)");for(let c of o){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${_t(c.text,120)}"${u} \u2014 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Question about: "${_t(c.text,80)}"${u}`)}i.push("")}if(s.length>0){i.push("### Key Points (preserve these)");for(let c of s)c.text&&i.push(`- "${_t(c.text,80)}"${c.section?` (${c.section})`:""}`),c.feedback&&i.push(`- ${c.feedback}`);i.push("")}return r.length>0&&(i.push("### Checklist"),i.push(by(r)),i.push("")),i.push("When all items are complete, delete this section."),i.join(`
44
- `)}function qT(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push("---"),i.push(`description: Plan review feedback for ${t||a}`),i.push("alwaysApply: true"),i.push("---"),i.push(""),i.push(`Follow the plan at ${a} strictly.`),i.push(""),n.length>0){i.push("Required changes:");for(let c of n)c.text&&c.feedback?i.push(`- "${_t(c.text,50)}" \u2192 ${c.feedback}`):c.feedback&&i.push(`- ${c.feedback}`);i.push("")}if(o.length>0){i.push("Open questions (resolve before coding):");for(let c of o)i.push(`- ${c.feedback||_t(c.text,80)}`);i.push("")}if(r.length>0){i.push("Checklist:");for(let c of r)i.push(`- [ ] ${c}`);i.push("")}return i.push("Remove this file when all items are complete."),i.join(`
45
- `)}function LT(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md",c=t||"Untitled Plan";if(i.push(`# Plan Review Context \u2014 ${c}`),i.push(""),i.push(`**Source:** \`${a}\``),i.push(`**Reviewed:** ${new Date().toISOString().split("T")[0]}`),i.push(""),n.length>0){i.push("## Must Fix");for(let u of n){let l=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${_t(u.text,120)}"${l} \u2192 ${u.feedback}`):u.feedback?i.push(`- ${u.feedback}${l}`):u.text&&i.push(`- "${_t(u.text,80)}"${l}`)}i.push("")}if(o.length>0){i.push("## Questions");for(let u of o){let l=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${_t(u.text,120)}"${l} \u2014 ${u.feedback}`):u.feedback&&i.push(`- ${u.feedback}${l}`)}i.push("")}if(s.length>0){i.push("## Key Points");for(let u of s)u.text&&i.push(`- "${_t(u.text,80)}"`),u.feedback&&i.push(`- ${u.feedback}`);i.push("")}return r.length>0&&(i.push("## Checklist"),i.push(by(r)),i.push("")),i.push("---"),i.push("*Generated by [md-feedback](https://github.com/yeominux/md-feedback). Delete when done.*"),i.join(`
46
- `)}function $y(t,e,r,n,o,s){let i=jT(n,o);if(i.length===0&&r.length===0)return["## No annotations found","","Select text in the editor and press **1** (highlight), **2** (fix), or **3** (question) to annotate.","Then export again to generate context for your AI tool."].join(`
40
+ ]`;continue}o+=n[c],n[c]==="\\"?s=!0:i&&n[c]==="]"?i=!1:!i&&n[c]==="["&&(i=!0)}try{new RegExp(o)}catch{return console.warn(`Could not convert regex pattern at ${e.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),t.source}return o}function Ds(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===S.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:D(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??ye(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:D(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===S.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=js(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===S.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===S.ZodBranded&&t.keyType._def.type._def.typeName===S.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=Zs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function rm(t,e){if(e.mapStrategy==="record")return Ds(t,e);let r=D(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||ye(e),n=D(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 nm(t){let e=t.values,n=Object.keys(t.values).filter(s=>typeof e[e[s]]!="number").map(s=>e[s]),o=Array.from(new Set(n.map(s=>typeof s)));return{type:o.length===1?o[0]==="string"?"string":"number":["string","number"],enum:n}}function om(t){return t.target==="openAi"?void 0:{not:ye({...t,currentPath:[...t.currentPath,"not"]})}}function sm(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var ro={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function am(t,e){if(e.target==="openApi3")return im(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in ro&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=ro[s._def.typeName];return i&&!o.includes(i)?[...o,i]:o},[]);return{type:n.length>1?n:n[0]}}else if(r.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=r.reduce((o,s)=>{let i=typeof s._def.value;switch(i){case"string":case"number":case"boolean":return[...o,i];case"bigint":return[...o,"integer"];case"object":if(s._def.value===null)return[...o,"null"];case"symbol":case"undefined":case"function":default:return o}},[]);if(n.length===r.length){let o=n.filter((s,i,a)=>a.indexOf(s)===i);return{type:o.length>1?o:o[0],enum:r.reduce((s,i)=>s.includes(i._def.value)?s:[...s,i._def.value],[])}}}else if(r.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((n,o)=>[...n,...o._def.values.filter(s=>!n.includes(s))],[])};return im(t,e)}var im=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>D(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function cm(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:ro[t.innerType._def.typeName],nullable:!0}:{type:[ro[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=D(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=D(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function um(t,e){let r={type:"number"};if(!t.checks)return r;for(let n of t.checks)switch(n.kind){case"int":r.type="integer",cu(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?Q(r,"minimum",n.value,n.message,e):Q(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Q(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Q(r,"maximum",n.value,n.message,e):Q(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Q(r,"maximum",n.value,n.message,e));break;case"multipleOf":Q(r,"multipleOf",n.value,n.message,e);break}return r}function lm(t,e){let r=e.target==="openAi",n={type:"object",properties:{}},o=[],s=t.shape();for(let a in s){let c=s[a];if(c===void 0||c._def===void 0)continue;let u=A$(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let l=D(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});l!==void 0&&(n.properties[a]=l,u||o.push(a))}o.length&&(n.required=o);let i=N$(t,e);return i!==void 0&&(n.additionalProperties=i),n}function N$(t,e){if(t.catchall._def.typeName!=="ZodNever")return D(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 A$(t){try{return t.isOptional()}catch{return!0}}var dm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return D(t.innerType._def,e);let r=D(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:ye(e)},r]}:ye(e)};var pm=(t,e)=>{if(e.pipeStrategy==="input")return D(t.in._def,e);if(e.pipeStrategy==="output")return D(t.out._def,e);let r=D(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=D(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function fm(t,e){return D(t.type._def,e)}function mm(t,e){let n={type:"array",uniqueItems:!0,items:D(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&Q(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&Q(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function hm(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>D(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:D(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>D(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function gm(t){return{not:ye(t)}}function ym(t){return ye(t)}var _m=(t,e)=>D(t.innerType._def,e);var vm=(t,e,r)=>{switch(e){case S.ZodString:return js(t,r);case S.ZodNumber:return um(t,r);case S.ZodObject:return lm(t,r);case S.ZodBigInt:return Jf(t,r);case S.ZodBoolean:return Gf();case S.ZodDate:return uu(t,r);case S.ZodUndefined:return gm(r);case S.ZodNull:return sm(r);case S.ZodArray:return Bf(t,r);case S.ZodUnion:case S.ZodDiscriminatedUnion:return am(t,r);case S.ZodIntersection:return Yf(t,r);case S.ZodTuple:return hm(t,r);case S.ZodRecord:return Ds(t,r);case S.ZodLiteral:return em(t,r);case S.ZodEnum:return Xf(t);case S.ZodNativeEnum:return nm(t);case S.ZodNullable:return cm(t,r);case S.ZodOptional:return dm(t,r);case S.ZodMap:return rm(t,r);case S.ZodSet:return mm(t,r);case S.ZodLazy:return()=>t.getter()._def;case S.ZodPromise:return fm(t,r);case S.ZodNaN:case S.ZodNever:return om(r);case S.ZodEffects:return Qf(t,r);case S.ZodAny:return ye(r);case S.ZodUnknown:return ym(r);case S.ZodDefault:return Wf(t,r);case S.ZodBranded:return Zs(t,r);case S.ZodReadonly:return _m(t,r);case S.ZodCatch:return Kf(t,r);case S.ZodPipeline:return pm(t,r);case S.ZodFunction:case S.ZodVoid:case S.ZodSymbol:return;default:return(n=>{})(e)}};function D(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==Uf)return a}if(n&&!r){let a=Z$(n,e);if(a!==void 0)return a}let o={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,o);let s=vm(t,t.typeName,e),i=typeof s=="function"?D(s(),e):s;if(i&&j$(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var Z$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:As(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}},j$=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var pu=(t,e)=>{let r=Hf(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,l])=>({...c,[u]:D(l._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??ye(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=D(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??ye(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(s.title=i),r.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[r.openAiAnyTypeName]||(n[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let a=o===void 0?n?{...s,[r.definitionPath]:n}:s:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,o].join("/"),[r.definitionPath]:{...n,[o]:s}};return r.target==="jsonSchema7"?a.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(a.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in a||"oneOf"in a||"allOf"in a||"type"in a&&Array.isArray(a.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),a};function D$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function fu(t,e){return nt(t)?Mc(t,{target:D$(e?.target),io:e?.pipeStrategy??"input"}):pu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function mu(t){let r=Wt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ds(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function hu(t,e){let r=Kt(t,e);if(!r.success)throw r.error;return r.data}var q$=6e4,qs=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(_s,r=>{this._oncancel(r)}),this.setNotificationHandler(xs,r=>{this._onprogress(r)}),this.setRequestHandler(vs,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(bs,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new O(N.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(ws,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,l=this._requestResolvers.get(u);if(l)if(this._requestResolvers.delete(u),a.type==="response")l(c);else{let d=c,h=new O(d.error.code,d.error.message,d.error.data);l(h)}else{let d=a.type==="response"?"Response":"Error";this._onerror(new Error(`${d} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new O(N.InvalidParams,`Task not found: ${s}`);if(!Xt(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(Xt(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[Qt]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(ks,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new O(N.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(zs,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new O(N.InvalidParams,`Task not found: ${r.params.taskId}`);if(Xt(o.status))throw new O(N.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new O(N.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof O?o:new O(N.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),O.fromError(N.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),Gn(s)||If(s)?this._onresponse(s):Jc(s)?this._onrequest(s,i):Rf(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=O.fromError(N.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[Qt]?.taskId;if(n===void 0){let l={jsonrpc:"2.0",id:e.id,error:{code:N.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId).catch(d=>this._onerror(new Error(`Failed to enqueue error response: ${d}`))):o?.send(l).catch(d=>this._onerror(new Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=Tf(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async l=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};s&&(d.relatedTask={taskId:s}),await this.notification(l,d)},sendRequest:async(l,d,h)=>{if(i.signal.aborted)throw new O(N.ConnectionClosed,"Request was cancelled");let f={...h,relatedRequestId:e.id};s&&!f.relatedTask&&(f.relatedTask={taskId:s});let m=f.relatedTask?.taskId??s;return m&&c&&await c.updateTaskStatus(m,"input_required"),await this.request(l,d,f)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async l=>{if(i.signal.aborted)return;let d={result:l,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)},async l=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(l.code)?l.code:N.InternalError,message:l.message??"Internal error",...l.data!==void 0&&{data:l.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId):await o?.send(d)}).catch(l=>this._onerror(new Error(`Failed to send response: ${l}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),Gn(e))n(e);else{let i=new O(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(Gn(e)&&e.result&&typeof e.result=="object"){let i=e.result;if(i.task&&typeof i.task=="object"){let a=i.task;typeof a.taskId=="string"&&(s=!0,this._taskProgressTokens.set(a.taskId,r))}}if(s||this._progressHandlers.delete(r),Gn(e))o(e);else{let i=O.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof O?i:new O(N.InternalError,String(i))}}return}let s;try{let i=await this.request(e,sn,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new O(N.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},Xt(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new O(N.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new O(N.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof O?i:new O(N.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,l)=>{let d=x=>{l(x)};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(x){d(x);return}n?.signal?.throwIfAborted();let h=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:h};n?.onprogress&&(this._progressHandlers.set(h,n.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:h}}),a&&(f.params={...f.params,task:a}),c&&(f.params={...f.params,_meta:{...f.params?._meta||{},[Qt]:c}});let m=x=>{this._responseHandlers.delete(h),this._progressHandlers.delete(h),this._cleanupTimeout(h),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:h,reason:String(x)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(b=>this._onerror(new Error(`Failed to send cancellation: ${b}`)));let w=x instanceof O?x:new O(N.RequestTimeout,String(x));l(w)};this._responseHandlers.set(h,x=>{if(!n?.signal?.aborted){if(x instanceof Error)return l(x);try{let w=Kt(r,x.result);w.success?u(w.data):l(w.error)}catch(w){l(w)}}}),n?.signal?.addEventListener("abort",()=>{m(n?.signal?.reason)});let p=n?.timeout??q$,g=()=>m(O.fromError(N.RequestTimeout,"Request timed out",{timeout:p}));this._setupTimeout(h,p,n?.maxTotalTimeout,g,n?.resetTimeoutOnProgress??!1);let y=c?.taskId;if(y){let x=w=>{let b=this._responseHandlers.get(h);b?b(w):this._onerror(new Error(`Response handler missing for side-channeled request ${h}`))};this._requestResolvers.set(h,x),this._enqueueTaskMessage(y,{type:"request",message:f,timestamp:Date.now()}).catch(w=>{this._cleanupTimeout(h),l(w)})}else this._transport.send(f,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(x=>{this._cleanupTimeout(h),l(x)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},$s,r)}async getTaskResult(e,r,n){return this.request({method:"tasks/result",params:e},r,n)}async listTasks(e,r){return this.request({method:"tasks/list",params:e},Ss,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},Cf,r)}async notification(e,r){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=r?.relatedTask?.taskId;if(n){let a={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[Qt]:r.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:a,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!r?.relatedRequestId&&!r?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let a={...e,jsonrpc:"2.0"};r?.relatedTask&&(a={...a,params:{...a.params,_meta:{...a.params?._meta||{},[Qt]:r.relatedTask}}}),this._transport?.send(a,r).catch(c=>this._onerror(c))});return}let i={...e,jsonrpc:"2.0"};r?.relatedTask&&(i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[Qt]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=mu(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=hu(e,o);return Promise.resolve(r(i,s))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,r){let n=mu(e);this._notificationHandlers.set(n,o=>{let s=hu(e,o);return Promise.resolve(r(s))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let r=this._taskProgressTokens.get(e);r!==void 0&&(this._progressHandlers.delete(r),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,r,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,r,n,o)}async _clearTaskQueue(e,r){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,r);for(let o of n)if(o.type==="request"&&Jc(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new O(N.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new O(N.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new O(N.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new O(N.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=Yn.parse({method:"notifications/tasks/status",params:a});await this.notification(c),Xt(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new O(N.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Xt(a.status))throw new O(N.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=Yn.parse({method:"notifications/tasks/status",params:c});await this.notification(u),Xt(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function xm(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function bm(t,e){let r={...t};for(let n in e){let o=n,s=e[o];if(s===void 0)continue;let i=r[o];xm(i)&&xm(s)?r[o]={...i,...s}:r[o]=s}return r}var ay=Pn(ed(),1),cy=Pn(iy(),1);function RT(){let t=new ay.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,cy.default)(t),t}var wi=class{constructor(e){this._ajv=e??RT()}getValidator(e){let r="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>r(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(r.errors)}}};var ki=class{constructor(e){this._server=e}requestStream(e,r,n){return this._server.requestStream(e,r,n)}async getTask(e,r){return this._server.getTask({taskId:e},r)}async getTaskResult(e,r,n){return this._server.getTaskResult({taskId:e},r,n)}async listTasks(e,r){return this._server.listTasks(e?{cursor:e}:void 0,r)}async cancelTask(e,r){return this._server.cancelTask({taskId:e},r)}};function uy(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${r} does not support task creation for tools/call (required for ${e})`);break;default:break}}function ly(t,e,r){if(!t)throw new Error(`${r} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${r} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${r} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var Si=class extends qs{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(to.options.map((n,o)=>[n,o])),this.isMessageIgnored=(n,o)=>{let s=this._loggingLevels.get(o);return s?this.LOG_LEVEL_SEVERITY.get(n)<this.LOG_LEVEL_SEVERITY.get(s):!1},this._capabilities=r?.capabilities??{},this._instructions=r?.instructions,this._jsonSchemaValidator=r?.jsonSchemaValidator??new wi,this.setRequestHandler(Wc,n=>this._oninitialize(n)),this.setNotificationHandler(Qc,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(ou,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=to.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new ki(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=bm(this._capabilities,e)}setRequestHandler(e,r){let o=Wt(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(nt(o)){let a=o;s=a._zod?.def?.value??a.value}else{let a=o;s=a._def?.value??a.value}if(typeof s!="string")throw new Error("Schema method literal must be a string");if(s==="tools/call"){let a=async(c,u)=>{let l=Kt(cn,c);if(!l.success){let m=l.error instanceof Error?l.error.message:String(l.error);throw new O(N.InvalidParams,`Invalid tools/call request: ${m}`)}let{params:d}=l.data,h=await Promise.resolve(r(c,u));if(d.task){let m=Kt(sn,h);if(!m.success){let p=m.error instanceof Error?m.error.message:String(m.error);throw new O(N.InvalidParams,`Invalid task creation result: ${p}`)}return m.data}let f=Kt(Ms,h);if(!f.success){let m=f.error instanceof Error?f.error.message:String(f.error);throw new O(N.InvalidParams,`Invalid tools/call result: ${m}`)}return f.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){ly(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&uy(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let r=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:kf.includes(r)?r:Hc,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},ys)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],o=Array.isArray(n.content)?n.content:[n.content],s=o.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(s){if(o.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(d=>d.type==="tool_use").map(d=>d.id)),l=new Set(o.filter(d=>d.type==="tool_result").map(d=>d.toolUseId));if(u.size!==l.size||![...u].every(d=>l.has(d)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},iu,r):this.request({method:"sampling/createMessage",params:e},su,r)}async elicitInput(e,r){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let o=e;return this.request({method:"elicitation/create",params:o},Cs,r)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let o=e.mode==="form"?e:{...e,mode:"form"},s=await this.request({method:"elicitation/create",params:o},Cs,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new O(N.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof O?i:new O(N.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},au,r)}async sendLoggingMessage(e,r){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,r))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}};var py=Symbol.for("mcp.completable");function cd(t){return!!t&&typeof t=="object"&&py in t}function fy(t){return t[py]?.complete}var dy;(function(t){t.Completable="McpCompletable"})(dy||(dy={}));var IT=/^[A-Za-z0-9._-]{1,128}$/;function OT(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!IT.test(t)){let r=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,o,s)=>s.indexOf(n)===o);return e.push(`Tool name contains invalid characters: ${r.map(n=>`"${n}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function MT(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let r of e)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function ud(t){let e=OT(t);return MT(t,e.warnings),e.isValid}var zi=class{constructor(e){this._mcpServer=e}registerToolTask(e,r,n){let o={taskSupport:"required",...r.execution};if(o.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,r.title,r.description,r.inputSchema,r.outputSchema,r.annotations,o,r._meta,n)}};var Ti=class{constructor(e,r){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new Si(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new zi(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(ar(Os)),this.server.assertCanSetRequestHandler(ar(cn)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Os,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,r])=>{let n={name:e,title:r.title,description:r.description,inputSchema:(()=>{let o=nn(r.inputSchema);return o?fu(o,{strictUnions:!0,pipeStrategy:"input"}):CT})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=nn(r.outputSchema);o&&(n.outputSchema=fu(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(cn,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new O(N.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new O(N.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new O(N.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new O(N.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof O&&n.code===N.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=nn(e.inputSchema)??e.inputSchema,i=await us(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=ls(a);throw new O(N.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new O(N.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=nn(e.outputSchema),s=await us(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=ls(i);throw new O(N.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,l=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,l));let d=await n.taskStore.getTask(c);if(!d)throw new O(N.InternalError,`Task ${c} not found during polling`);u=d}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(ar(Ns)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Ns,async e=>{switch(e.params.ref.type){case"ref/prompt":return qf(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return Lf(e),this.handleResourceCompletion(e,e.params.ref);default:throw new O(N.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new O(N.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new O(N.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Mo;let s=Wt(n.argsSchema)?.[e.params.argument.name];if(!cd(s))return Mo;let i=fy(s);if(!i)return Mo;let a=await i(e.params.argument.value,e.params.context);return hy(a)}async handleResourceCompletion(e,r){let n=Object.values(this._registeredResourceTemplates).find(i=>i.resourceTemplate.uriTemplate.toString()===r.uri);if(!n){if(this._registeredResources[r.uri])return Mo;throw new O(N.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Mo;let s=await o(e.params.argument.value,e.params.context);return hy(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(ar(Ts)),this.server.assertCanSetRequestHandler(ar(Es)),this.server.assertCanSetRequestHandler(ar(Ps)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Ts,async(e,r)=>{let n=Object.entries(this._registeredResources).filter(([s,i])=>i.enabled).map(([s,i])=>({uri:s,name:i.name,...i.metadata})),o=[];for(let s of Object.values(this._registeredResourceTemplates)){if(!s.resourceTemplate.listCallback)continue;let i=await s.resourceTemplate.listCallback(r);for(let a of i.resources)o.push({...s.metadata,...a})}return{resources:[...n,...o]}}),this.server.setRequestHandler(Es,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(Ps,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new O(N.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new O(N.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(ar(Rs)),this.server.assertCanSetRequestHandler(ar(Is)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Rs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?AT(r.argsSchema):void 0}))})),this.server.setRequestHandler(Is,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new O(N.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new O(N.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=nn(n.argsSchema),s=await us(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=ls(c);throw new O(N.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let i=s.data,a=n.callback;return await Promise.resolve(a(i,r))}else{let o=n.callback;return await Promise.resolve(o(r))}}),this._promptHandlersInitialized=!0)}resource(e,r,...n){let o;typeof n[0]=="object"&&(o=n.shift());let s=n[0];if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let i=this._createRegisteredResource(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,r,o,s);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,r,n,o){if(typeof r=="string"){if(this._registeredResources[r])throw new Error(`Resource ${r} is already registered`);let s=this._createRegisteredResource(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,n.title,r,n,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}_createRegisteredResource(e,r,n,o,s){let i={name:e,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:a=>{typeof a.uri<"u"&&a.uri!==n&&(delete this._registeredResources[n],a.uri&&(this._registeredResources[a.uri]=i)),typeof a.name<"u"&&(i.name=a.name),typeof a.title<"u"&&(i.title=a.title),typeof a.metadata<"u"&&(i.metadata=a.metadata),typeof a.callback<"u"&&(i.readCallback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=i,i}_createRegisteredResourceTemplate(e,r,n,o,s){let i={resourceTemplate:n,title:r,metadata:o,readCallback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=i)),typeof u.title<"u"&&(i.title=u.title),typeof u.template<"u"&&(i.resourceTemplate=u.template),typeof u.metadata<"u"&&(i.metadata=u.metadata),typeof u.callback<"u"&&(i.readCallback=u.callback),typeof u.enabled<"u"&&(i.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let a=n.uriTemplate.variableNames;return Array.isArray(a)&&a.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),i}_createRegisteredPrompt(e,r,n,o,s){let i={title:r,description:n,argsSchema:o===void 0?void 0:Ir(o),callback:s,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:a=>{typeof a.name<"u"&&a.name!==e&&(delete this._registeredPrompts[e],a.name&&(this._registeredPrompts[a.name]=i)),typeof a.title<"u"&&(i.title=a.title),typeof a.description<"u"&&(i.description=a.description),typeof a.argsSchema<"u"&&(i.argsSchema=Ir(a.argsSchema)),typeof a.callback<"u"&&(i.callback=a.callback),typeof a.enabled<"u"&&(i.enabled=a.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=i,o&&Object.values(o).some(c=>{let u=c instanceof Ve?c._def?.innerType:c;return cd(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){ud(e);let l={title:r,description:n,inputSchema:my(o),outputSchema:my(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>l.update({enabled:!1}),enable:()=>l.update({enabled:!0}),remove:()=>l.update({name:null}),update:d=>{typeof d.name<"u"&&d.name!==e&&(typeof d.name=="string"&&ud(d.name),delete this._registeredTools[e],d.name&&(this._registeredTools[d.name]=l)),typeof d.title<"u"&&(l.title=d.title),typeof d.description<"u"&&(l.description=d.description),typeof d.paramsSchema<"u"&&(l.inputSchema=Ir(d.paramsSchema)),typeof d.outputSchema<"u"&&(l.outputSchema=Ir(d.outputSchema)),typeof d.callback<"u"&&(l.handler=d.callback),typeof d.annotations<"u"&&(l.annotations=d.annotations),typeof d._meta<"u"&&(l._meta=d._meta),typeof d.enabled<"u"&&(l.enabled=d.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];ld(c)?(o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!ld(r[0])&&(i=r.shift())):typeof c=="object"&&c!==null&&(i=r.shift())}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var CT={type:"object",properties:{}};function gy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function NT(t){return"_def"in t||"_zod"in t||gy(t)}function ld(t){return typeof t!="object"||t===null||NT(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(gy)}function my(t){if(t)return ld(t)?Ir(t):t}function AT(t){let e=Wt(t);return e?Object.entries(e).map(([r,n])=>{let o=ef(n),s=tf(n);return{name:r,description:o,required:!s}}):[]}function ar(t){let r=Wt(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=ds(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function hy(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Mo={completion:{values:[],hasMore:!1}};var dd=Pn(require("node:process"),1);var Ei=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
41
+ `);if(e===-1)return null;let r=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),ZT(r)}clear(){this._buffer=void 0}};function ZT(t){return Of.parse(JSON.parse(t))}function yy(t){return JSON.stringify(t)+`
42
+ `}var Pi=class{constructor(e=dd.default.stdin,r=dd.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Ei,this._started=!1,this._ondata=n=>{this._readBuffer.append(n),this.processReadBuffer()},this._onerror=n=>{this.onerror?.(n)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(r=>{let n=yy(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};var fe=require("fs"),Ie=require("path"),_y=require("node:crypto");function pd(t){return(0,Ie.isAbsolute)(t)?t:(0,Ie.resolve)(process.cwd(),t)}function Ri(t){let e=pd(t);if(!(0,fe.existsSync)(e))throw new Error(`File not found: ${e}`);try{return(0,fe.readFileSync)(e,"utf-8")}catch(r){throw new Error(`Cannot read file ${e}: ${r instanceof Error?r.message:String(r)}`)}}function vy(t,e){let r=pd(t),n=(0,Ie.dirname)(r),o=(0,Ie.join)(n,`.mf-tmp-${(0,_y.randomBytes)(6).toString("hex")}`);try{(0,fe.writeFileSync)(o,e,"utf-8"),(0,fe.renameSync)(o,r)}catch(s){try{(0,fe.unlinkSync)(o)}catch{}throw new Error(`Cannot write file ${r}: ${s instanceof Error?s.message:String(s)}`)}}function Ii(t){let e=pd(t),r=(0,Ie.join)((0,Ie.dirname)(e),".md-feedback");return(0,fe.existsSync)(r)||(0,fe.mkdirSync)(r,{recursive:!0}),r}function Co(t,e){let r=Ii(t),n=(0,Ie.join)(r,"snapshots");(0,fe.existsSync)(n)||(0,fe.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ie.join)(n,`snapshot-${o}.md`);(0,fe.writeFileSync)(s,e,"utf-8");let i=(0,fe.readdirSync)(n).filter(a=>a.startsWith("snapshot-")).sort();for(;i.length>20;)try{(0,fe.unlinkSync)((0,Ie.join)(n,i.shift()))}catch{}return s}function fd(t){let e=Ii(t),r=(0,Ie.join)(e,"progress.json");if(!(0,fe.existsSync)(r))return[];try{return JSON.parse((0,fe.readFileSync)(r,"utf-8"))}catch{return[]}}function xy(t,e){let r=Ii(t),n=(0,Ie.join)(r,"progress.json"),o=fd(t);o.push(e),(0,fe.writeFileSync)(n,JSON.stringify(o,null,2),"utf-8")}function by(t,e){let r=Ii(t),n=(0,Ie.join)(r,"transactions");(0,fe.existsSync)(n)||(0,fe.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Ie.join)(n,`tx-${o}.json`);return(0,fe.writeFileSync)(s,JSON.stringify(e,null,2),"utf-8"),s}var Sn={"#fef08a":"yellow","#fca5a5":"red","#93c5fd":"blue"};function Le(t){return t==="answered"||t==="done"||t==="failed"||t==="wontfix"}function Oi(t){return t==="red"?"fix":t==="blue"?"question":"highlight"}function jT(t,e){let r=[],n=new Set;for(let o of e){let s=o.color.startsWith("#")?Sn[o.color]||"red":o.color,i=s==="red"?"fix":s==="blue"?"question":"important",a=s==="red"?"#fca5a5":s==="blue"?"#93c5fd":"#fef08a",c=t.findIndex((u,l)=>!n.has(l)&&u.color===a&&o.section.trim()===u.section.trim());c>=0?(n.add(c),r.push({type:i,text:t[c].text,section:o.section||t[c].section||"",feedback:o.text})):r.push({type:i,text:o.context||"",section:o.section||"",feedback:o.text})}for(let o=0;o<t.length;o++){if(n.has(o))continue;let s=t[o],i=Sn[s.color]||"yellow",a=i==="red"?"fix":i==="blue"?"question":"important";r.push({type:a,text:s.text,section:s.section||"",feedback:""})}return r}function vt(t,e=120){return t.length>e?t.slice(0,e)+"...":t}function $y(t){return t.length===0?"":t.map(e=>`- [ ] ${e}`).join(`
43
+ `)}function DT(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push(`## Active Plan Review: ${a}`),i.push(`Follow this plan. Refer to ${a} for details.`),i.push(""),n.length>0){i.push("### Must Fix");for(let c of n){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${vt(c.text,120)}"${u} \u2192 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Fix: "${vt(c.text,80)}"${u}`)}i.push("")}if(o.length>0){i.push("### Open Questions (resolve before implementing)");for(let c of o){let u=c.section?` (${c.section})`:"";c.text&&c.feedback?i.push(`- "${vt(c.text,120)}"${u} \u2014 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Question about: "${vt(c.text,80)}"${u}`)}i.push("")}if(s.length>0){i.push("### Key Points (preserve these)");for(let c of s)c.text&&i.push(`- "${vt(c.text,80)}"${c.section?` (${c.section})`:""}`),c.feedback&&i.push(`- ${c.feedback}`);i.push("")}return r.length>0&&(i.push("### Checklist"),i.push($y(r)),i.push("")),i.push("When all items are complete, delete this section."),i.join(`
44
+ `)}function qT(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md";if(i.push("---"),i.push(`description: Plan review feedback for ${t||a}`),i.push("alwaysApply: true"),i.push("---"),i.push(""),i.push(`Follow the plan at ${a} strictly.`),i.push(""),n.length>0){i.push("Required changes:");for(let c of n)c.text&&c.feedback?i.push(`- "${vt(c.text,50)}" \u2192 ${c.feedback}`):c.feedback&&i.push(`- ${c.feedback}`);i.push("")}if(o.length>0){i.push("Open questions (resolve before coding):");for(let c of o)i.push(`- ${c.feedback||vt(c.text,80)}`);i.push("")}if(r.length>0){i.push("Checklist:");for(let c of r)i.push(`- [ ] ${c}`);i.push("")}return i.push("Remove this file when all items are complete."),i.join(`
45
+ `)}function LT(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md",c=t||"Untitled Plan";if(i.push(`# Plan Review Context \u2014 ${c}`),i.push(""),i.push(`**Source:** \`${a}\``),i.push(`**Reviewed:** ${new Date().toISOString().split("T")[0]}`),i.push(""),n.length>0){i.push("## Must Fix");for(let u of n){let l=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${vt(u.text,120)}"${l} \u2192 ${u.feedback}`):u.feedback?i.push(`- ${u.feedback}${l}`):u.text&&i.push(`- "${vt(u.text,80)}"${l}`)}i.push("")}if(o.length>0){i.push("## Questions");for(let u of o){let l=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${vt(u.text,120)}"${l} \u2014 ${u.feedback}`):u.feedback&&i.push(`- ${u.feedback}${l}`)}i.push("")}if(s.length>0){i.push("## Key Points");for(let u of s)u.text&&i.push(`- "${vt(u.text,80)}"`),u.feedback&&i.push(`- ${u.feedback}`);i.push("")}return r.length>0&&(i.push("## Checklist"),i.push($y(r)),i.push("")),i.push("---"),i.push("*Generated by [md-feedback](https://github.com/yeominux/md-feedback). Delete when done.*"),i.join(`
46
+ `)}function wy(t,e,r,n,o,s){let i=jT(n,o);if(i.length===0&&r.length===0)return["## No annotations found","","Select text in the editor and press **1** (highlight), **2** (fix), or **3** (question) to annotate.","Then export again to generate context for your AI tool."].join(`
47
47
  `);let a=i.filter(l=>l.type==="fix"),c=i.filter(l=>l.type==="question"),u=i.filter(l=>l.type==="important");switch(s){case"claude-code":case"codex":case"copilot":case"cline":case"windsurf":case"roo-code":case"gemini":case"antigravity":return DT(t,e,r,a,c,u);case"cursor":return qT(t,e,r,a,c,u);case"generic":return LT(t,e,r,a,c,u);case"handoff":return"(Use Export > Handoff to generate handoff document)"}}function Fe(t){return t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/\n/g,"&#10;").replace(/-->/g,"--&#62;")}function FT(t){return t.replace(/--&#62;/g,"-->").replace(/&#10;/g,`
48
- `).replace(/&quot;/g,'"').replace(/&amp;/g,"&")}function kn(t){let e=5381;for(let r=0;r<t.length;r++)e=(e<<5)+e+t.charCodeAt(r)>>>0;return e.toString(16).padStart(8,"0").slice(0,8)}var UT=/^<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->$/,VT=/^<!-- USER_MEMO\s*$/,HT=/^-->$/,BT=/^<!-- GATE\s*$/,JT=/^-->$/,GT=/^<!-- PLAN_CURSOR\s*$/,KT=/^-->$/,WT=/^<!-- CHECKPOINT\s+id="([^"]+)"\s+time="([^"]+)"\s+note="([^"]*)"\s+fixes=(\d+)\s+questions=(\d+)\s+highlights=(\d+)\s+sections="([^"]*)" -->$/,QT=/^---\s*\n([\s\S]*?)\n---\s*\n/,XT=/^<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->$/,YT=/^<!-- @\/memo -->$/,eE=/^<!--$/,tE=/MD Feedback/,rE=/^<!-- \/?(USER_FEEDBACK_NOTES|@\/?feedback-notes)\b.*-->$/,nE=/^<!-- REVIEW_RESPONSE\s+to="([^"]+)"\s*-->$/,oE=/^<!-- \/REVIEW_RESPONSE\s*-->$/,sE=/^<!-- MEMO_IMPL\s*$/,iE=/^-->$/,aE=/^<!-- MEMO_ARTIFACT\s*$/,cE=/^-->$/,uE=/^<!-- MEMO_DEPENDENCY\s+id="([^"]+)"\s+from="([^"]+)"\s+to="([^"]+)"\s+type="([^"]+)" -->$/;function Co(t){let e={};for(let r of t){let n=r.trim().match(/^(\w+)="([^"]*)"$/);n&&(e[n[1]]=FT(n[2]))}return e}function Oe(t){let e="",r=t,n=r.match(QT);n&&(e=n[0],r=r.slice(n[0].length));let o=r.split(`
49
- `),s=[],i=[],a=[],c=[],u=[],l=[],d=[],h=[],f=null,m=null,p=0;for(;p<o.length;){let y=o[p],v=y.trim(),w=v.match(nE);if(w){m={id:`resp_${w[1]}`,to:w[1],bodyStartIdx:s.length,bodyEndIdx:-1},p++;continue}if(oE.test(v)){m&&(m.bodyEndIdx=s.length-1,a.push(m),m=null),p++;continue}let b=v.match(UT);if(b){let ee=md(s),A=ky(s),xe=b[2]||"red",Ot=b[3]||"open";i.push({id:b[1],type:Oi(xe),status:Ot,owner:"human",source:"generic",color:xe,text:b[4].replace(/--\u200B>/g,"-->"),anchorText:ee||"",anchor:A>=0?`L${A+1}|${kn(s[A]||"")}`:"",createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()}),p++;continue}if(VT.test(v)){let ee=[];for(p++;p<o.length&&!HT.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=Co(ee),xe=A.anchorText||md(s)||"";i.push({id:A.id||`memo_${Date.now()}`,type:A.type||Oi(A.color||"red"),status:A.status||"open",owner:A.owner||"human",source:A.source||"generic",color:A.color||"red",text:A.text||"",anchorText:xe,anchor:A.anchor||"",createdAt:A.createdAt||new Date().toISOString(),updatedAt:A.updatedAt||new Date().toISOString()});continue}if(BT.test(v)){let ee=[];for(p++;p<o.length&&!JT.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=Co(ee),xe=A.override;h.push({id:A.id||`gate_${Date.now()}`,type:A.type||"custom",status:A.status||"blocked",blockedBy:A.blockedBy?A.blockedBy.split(",").map(Ot=>Ot.trim()).filter(Boolean):[],canProceedIf:A.canProceedIf||"",doneDefinition:A.doneDefinition||"",...xe?{override:xe}:{}});continue}if(GT.test(v)){let ee=[];for(p++;p<o.length&&!KT.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=Co(ee);f={taskId:A.taskId||"",step:A.step||"",nextAction:A.nextAction||"",lastSeenHash:A.lastSeenHash||"",updatedAt:A.updatedAt||new Date().toISOString()};continue}if(sE.test(v)){let ee=[];for(p++;p<o.length&&!iE.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=Co(ee),xe=[];try{xe=JSON.parse(A.operations||"[]")}catch{}c.push({id:A.id||`impl_${Date.now().toString(36)}`,memoId:A.memoId||"",status:A.status||"applied",operations:xe,summary:A.summary||"",appliedAt:A.appliedAt||new Date().toISOString()});continue}if(aE.test(v)){let ee=[];for(p++;p<o.length&&!cE.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=Co(ee);u.push({id:A.id||`art_${Date.now().toString(36)}`,memoId:A.memoId||"",files:A.files?A.files.split(",").map(xe=>xe.trim()).filter(Boolean):[],linkedAt:A.linkedAt||new Date().toISOString()});continue}let $=v.match(uE);if($){l.push({id:$[1],from:$[2],to:$[3],type:$[4]}),p++;continue}let F=v.match(WT);if(F){d.push({id:F[1],timestamp:F[2],note:F[3],fixes:parseInt(F[4],10),questions:parseInt(F[5],10),highlights:parseInt(F[6],10),sectionsReviewed:F[7]?F[7].split(","):[]}),p++;continue}let ae=v.match(XT);if(ae){let ee=[],A=md(s),xe=ky(s);for(p++;p<o.length&&!YT.test(o[p].trim());)ee.push(o[p]),p++;p++;let Ot=ee.map(Zo=>Zo.replace(/^<!--\s*/,"").replace(/\s*-->$/,"")).join(`
50
- `).trim();i.push({id:ae[1],type:Oi(ae[2]||"red"),status:"open",owner:"human",source:"generic",color:ae[2]||"red",text:Ot,anchorText:A||"",anchor:xe>=0?`L${xe+1}|${kn(s[xe]||"")}`:"",createdAt:ae[3]||new Date().toISOString(),updatedAt:ae[3]||new Date().toISOString()});continue}if(eE.test(v)&&p+1<o.length&&tE.test(o[p+1])){for(;p<o.length&&!o[p].includes("-->");)p++;p++;continue}if(rE.test(v)){p++;continue}s.push(y),p++}for(;s.length>0&&s[s.length-1].trim()==="";)s.pop();m&&(m.bodyEndIdx=s.length-1,a.push(m));let g=new Set(a.map(y=>y.to));for(let y of i)y.status==="open"&&g.has(y.id)&&(y.status="needs_review");return{frontmatter:e,body:s.join(`
51
- `),memos:i,responses:a,impls:c,artifacts:u,dependencies:l,checkpoints:d,gates:h,cursor:f}}function Rt(t){let e=[];t.frontmatter&&e.push(t.frontmatter.trimEnd());let r=gE(t.body,t.memos,t.responses||[]);e.push(r);for(let n of t.impls||[])e.push(fE(n));for(let n of t.artifacts||[])e.push(mE(n));for(let n of t.dependencies||[])e.push(hE(n));for(let n of t.gates)e.push(lE(n));for(let n of t.checkpoints)e.push(pE(n));return t.cursor&&e.push(dE(t.cursor)),e.join(`
48
+ `).replace(/&quot;/g,'"').replace(/&amp;/g,"&")}function Fr(t){let e=5381;for(let r=0;r<t.length;r++)e=(e<<5)+e+t.charCodeAt(r)>>>0;return e.toString(16).padStart(8,"0").slice(0,8)}var UT=/^<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->$/,VT=/^<!-- USER_MEMO\s*$/,HT=/^-->$/,BT=/^<!-- GATE\s*$/,JT=/^-->$/,GT=/^<!-- PLAN_CURSOR\s*$/,KT=/^-->$/,WT=/^<!-- CHECKPOINT\s+id="([^"]+)"\s+time="([^"]+)"\s+note="([^"]*)"\s+fixes=(\d+)\s+questions=(\d+)\s+highlights=(\d+)\s+sections="([^"]*)" -->$/,QT=/^---\s*\n([\s\S]*?)\n---\s*\n/,XT=/^<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->$/,YT=/^<!-- @\/memo -->$/,eE=/^<!--$/,tE=/MD Feedback/,rE=/^<!-- \/?(USER_FEEDBACK_NOTES|@\/?feedback-notes)\b.*-->$/,nE=/^<!-- REVIEW_RESPONSE\s+to="([^"]+)"\s*-->$/,oE=/^<!-- \/REVIEW_RESPONSE\s*-->$/,sE=/^<!-- MEMO_IMPL\s*$/,iE=/^-->$/,aE=/^<!-- MEMO_ARTIFACT\s*$/,cE=/^-->$/,uE=/^<!-- MEMO_DEPENDENCY\s+id="([^"]+)"\s+from="([^"]+)"\s+to="([^"]+)"\s+type="([^"]+)" -->$/;function No(t){let e={};for(let r of t){let n=r.trim().match(/^(\w+)="([^"]*)"$/);n&&(e[n[1]]=FT(n[2]))}return e}function Oe(t){let e="",r=t,n=r.match(QT);n&&(e=n[0],r=r.slice(n[0].length));let o=r.split(`
49
+ `),s=[],i=[],a=[],c=[],u=[],l=[],d=[],h=[],f=null,m=null,p=0;for(;p<o.length;){let y=o[p],x=y.trim(),w=x.match(nE);if(w){m={id:`resp_${w[1]}`,to:w[1],bodyStartIdx:s.length,bodyEndIdx:-1},p++;continue}if(oE.test(x)){m&&(m.bodyEndIdx=s.length-1,a.push(m),m=null),p++;continue}let b=x.match(UT);if(b){let ee=md(s),A=hd(s),xe=b[2]||"red",Qe=b[3]||"open";i.push({id:b[1],type:Oi(xe),status:Qe,owner:"human",source:"generic",color:xe,text:b[4].replace(/--\u200B>/g,"-->"),anchorText:ee||"",anchor:A>=0?`L${A+1}|${Fr(s[A]||"")}`:"",createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()}),p++;continue}if(VT.test(x)){let ee=[];for(p++;p<o.length&&!HT.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=No(ee),xe=A.anchorText||md(s)||"",Qe=hd(s),Hr=Qe>=0?`L${Qe+1}|${Fr(s[Qe])}`:A.anchor||"";i.push({id:A.id||`memo_${Date.now()}`,type:A.type||Oi(A.color||"red"),status:A.status||"open",owner:A.owner||"human",source:A.source||"generic",color:A.color||"red",text:A.text||"",anchorText:xe,anchor:Hr,createdAt:A.createdAt||new Date().toISOString(),updatedAt:A.updatedAt||new Date().toISOString()});continue}if(BT.test(x)){let ee=[];for(p++;p<o.length&&!JT.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=No(ee),xe=A.override;h.push({id:A.id||`gate_${Date.now()}`,type:A.type||"custom",status:A.status||"blocked",blockedBy:A.blockedBy?A.blockedBy.split(",").map(Qe=>Qe.trim()).filter(Boolean):[],canProceedIf:A.canProceedIf||"",doneDefinition:A.doneDefinition||"",...xe?{override:xe}:{}});continue}if(GT.test(x)){let ee=[];for(p++;p<o.length&&!KT.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=No(ee);f={taskId:A.taskId||"",step:A.step||"",nextAction:A.nextAction||"",lastSeenHash:A.lastSeenHash||"",updatedAt:A.updatedAt||new Date().toISOString()};continue}if(sE.test(x)){let ee=[];for(p++;p<o.length&&!iE.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=No(ee),xe=[];try{xe=JSON.parse(A.operations||"[]")}catch{}c.push({id:A.id||`impl_${Date.now().toString(36)}`,memoId:A.memoId||"",status:A.status||"applied",operations:xe,summary:A.summary||"",appliedAt:A.appliedAt||new Date().toISOString()});continue}if(aE.test(x)){let ee=[];for(p++;p<o.length&&!cE.test(o[p].trim());)ee.push(o[p]),p++;p++;let A=No(ee);u.push({id:A.id||`art_${Date.now().toString(36)}`,memoId:A.memoId||"",files:A.files?A.files.split(",").map(xe=>xe.trim()).filter(Boolean):[],linkedAt:A.linkedAt||new Date().toISOString()});continue}let $=x.match(uE);if($){l.push({id:$[1],from:$[2],to:$[3],type:$[4]}),p++;continue}let F=x.match(WT);if(F){d.push({id:F[1],timestamp:F[2],note:F[3],fixes:parseInt(F[4],10),questions:parseInt(F[5],10),highlights:parseInt(F[6],10),sectionsReviewed:F[7]?F[7].split(","):[]}),p++;continue}let ae=x.match(XT);if(ae){let ee=[],A=md(s),xe=hd(s);for(p++;p<o.length&&!YT.test(o[p].trim());)ee.push(o[p]),p++;p++;let Qe=ee.map(Hr=>Hr.replace(/^<!--\s*/,"").replace(/\s*-->$/,"")).join(`
50
+ `).trim();i.push({id:ae[1],type:Oi(ae[2]||"red"),status:"open",owner:"human",source:"generic",color:ae[2]||"red",text:Qe,anchorText:A||"",anchor:xe>=0?`L${xe+1}|${Fr(s[xe]||"")}`:"",createdAt:ae[3]||new Date().toISOString(),updatedAt:ae[3]||new Date().toISOString()});continue}if(eE.test(x)&&p+1<o.length&&tE.test(o[p+1])){for(;p<o.length&&!o[p].includes("-->");)p++;p++;continue}if(rE.test(x)){p++;continue}s.push(y),p++}for(;s.length>0&&s[s.length-1].trim()==="";)s.pop();m&&(m.bodyEndIdx=s.length-1,a.push(m));let g=new Set(a.map(y=>y.to));for(let y of i)y.status==="open"&&g.has(y.id)&&(y.status="needs_review");return{frontmatter:e,body:s.join(`
51
+ `),memos:i,responses:a,impls:c,artifacts:u,dependencies:l,checkpoints:d,gates:h,cursor:f}}function It(t){let e=[];t.frontmatter&&e.push(t.frontmatter.trimEnd());let r=gE(t.body,t.memos,t.responses||[]);e.push(r);for(let n of t.impls||[])e.push(fE(n));for(let n of t.artifacts||[])e.push(mE(n));for(let n of t.dependencies||[])e.push(hE(n));for(let n of t.gates)e.push(lE(n));for(let n of t.checkpoints)e.push(pE(n));return t.cursor&&e.push(dE(t.cursor)),e.join(`
52
52
 
53
53
  `)+`
54
- `}function wy(t){return["<!-- USER_MEMO",` id="${Fe(t.id)}"`,` type="${t.type}"`,` status="${t.status}"`,` owner="${t.owner}"`,` source="${Fe(t.source)}"`,` color="${t.color}"`,` text="${Fe(t.text)}"`,` anchorText="${Fe(t.anchorText)}"`,` anchor="${Fe(t.anchor)}"`,` createdAt="${t.createdAt}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
54
+ `}function ky(t){return["<!-- USER_MEMO",` id="${Fe(t.id)}"`,` type="${t.type}"`,` status="${t.status}"`,` owner="${t.owner}"`,` source="${Fe(t.source)}"`,` color="${t.color}"`,` text="${Fe(t.text)}"`,` anchorText="${Fe(t.anchorText)}"`,` anchor="${Fe(t.anchor)}"`,` createdAt="${t.createdAt}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
55
55
  `)}function lE(t){let e=["<!-- GATE",` id="${t.id}"`,` type="${t.type}"`,` status="${t.status}"`,` blockedBy="${t.blockedBy.join(",")}"`,` canProceedIf="${Fe(t.canProceedIf)}"`,` doneDefinition="${Fe(t.doneDefinition)}"`];return t.override&&e.push(` override="${t.override}"`),e.push("-->"),e.join(`
56
56
  `)}function dE(t){return["<!-- PLAN_CURSOR",` taskId="${t.taskId}"`,` step="${t.step}"`,` nextAction="${Fe(t.nextAction)}"`,` lastSeenHash="${t.lastSeenHash}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
57
57
  `)}function pE(t){let e=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${Fe(t.note)}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${e}" -->`}function fE(t){return["<!-- MEMO_IMPL",` id="${Fe(t.id)}"`,` memoId="${Fe(t.memoId)}"`,` status="${t.status}"`,` operations="${Fe(JSON.stringify(t.operations))}"`,` summary="${Fe(t.summary)}"`,` appliedAt="${t.appliedAt}"`,"-->"].join(`
58
58
  `)}function mE(t){return["<!-- MEMO_ARTIFACT",` id="${Fe(t.id)}"`,` memoId="${Fe(t.memoId)}"`,` files="${t.files.join(",")}"`,` linkedAt="${t.linkedAt}"`,"-->"].join(`
59
59
  `)}function hE(t){return`<!-- MEMO_DEPENDENCY id="${t.id}" from="${t.from}" to="${t.to}" type="${t.type}" -->`}function gE(t,e,r){if(e.length===0&&r.length===0)return t;let n=t.split(`
60
- `),o=new Map,s=[];for(let u of e){let l=yE(n,u);if(l>=0){u.anchor=`L${l+1}|${kn(n[l])}`;let d=o.get(l)||[];d.push(u),o.set(l,d)}else s.push(u)}let i=new Map,a=new Map;for(let u of r)i.set(u.bodyStartIdx,`<!-- REVIEW_RESPONSE to="${u.to}" -->`),u.bodyEndIdx>=0&&a.set(u.bodyEndIdx,"<!-- /REVIEW_RESPONSE -->");let c=[];for(let u=0;u<n.length;u++){i.has(u)&&c.push(i.get(u)),c.push(n[u]);let l=o.get(u);if(l)for(let d of l)c.push(wy(d));a.has(u)&&c.push(a.get(u))}for(let u of s)c.push(wy(u));return c.join(`
61
- `)}function yE(t,e){if(e.anchor){let r=e.anchor.match(/^L(\d+)(?::L\d+)?\|(.+)$/);if(r){let n=parseInt(r[1],10)-1,o=r[2];if(n>=0&&n<t.length&&kn(t[n])===o)return n;for(let s=1;s<=10;s++)for(let i of[n-s,n+s])if(i>=0&&i<t.length&&kn(t[i])===o)return i}}if(e.anchorText){let r=e.anchorText.trim();for(let n=0;n<t.length;n++)if(t[n].includes(r))return n}return-1}function md(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return t[e].trim();return null}function ky(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return e;return-1}function cr(t){return kn(t)}function hd(t){let e=[],r=t.split(`
60
+ `),o=new Map,s=[];for(let u of e){let l=gd(n,u);if(l>=0){u.anchor=`L${l+1}|${Fr(n[l])}`;let d=o.get(l)||[];d.push(u),o.set(l,d)}else s.push(u)}let i=new Map,a=new Map;for(let u of r)i.set(u.bodyStartIdx,`<!-- REVIEW_RESPONSE to="${u.to}" -->`),u.bodyEndIdx>=0&&a.set(u.bodyEndIdx,"<!-- /REVIEW_RESPONSE -->");let c=[];for(let u=0;u<n.length;u++){i.has(u)&&c.push(i.get(u)),c.push(n[u]);let l=o.get(u);if(l)for(let d of l)c.push(ky(d));a.has(u)&&c.push(a.get(u))}for(let u of s)c.push(ky(u));return c.join(`
61
+ `)}function gd(t,e){if(e.anchor){let r=e.anchor.match(/^L(\d+)(?::L\d+)?\|(.+)$/);if(r){let n=parseInt(r[1],10)-1,o=r[2];if(n>=0&&n<t.length&&Fr(t[n])===o)return n;for(let s=1;s<=10;s++)for(let i of[n-s,n+s])if(i>=0&&i<t.length&&Fr(t[i])===o)return i}}if(e.anchorText){let r=e.anchorText.trim();for(let n=0;n<t.length;n++)if(t[n].includes(r))return n}if(e.anchor){let r=e.anchor.match(/^L(\d+)/);if(r){let n=parseInt(r[1],10)-1;return Math.max(0,Math.min(n,t.length-1))}}return-1}function md(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return t[e].trim();return null}function hd(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return e;return-1}function cr(t){return Fr(t)}function yd(t){let e=[],r=t.split(`
62
62
  `),n=[],o=!1,s=null,i=[],a=null;for(let c=0;c<r.length;c++){let u=r[c];if(u.trim()==="<!--"&&c+1<r.length&&r[c+1].includes("MD Feedback")){for(;c<r.length&&!r[c].includes("-->");)c++;continue}let l=u.match(/<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->/);if(l){let h=null;for(let f=n.length-1;f>=0;f--)if(n[f].trim()){h=n[f].trim();break}e.push({id:l[1],text:l[4].replace(/--\u200B>/g,"-->"),color:l[2]||"red",anchorPos:null,anchorText:h,createdAt:new Date().toISOString().split("T")[0]});continue}if(/^<!-- USER_MEMO\s*$/.test(u.trim())){let h=[];for(c++;c<r.length&&!/^-->$/.test(r[c].trim());)h.push(r[c]),c++;let f={};for(let p of h){let g=p.trim().match(/^(\w+)="([^"]*)"$/);g&&(f[g[1]]=g[2])}let m=f.anchorText||null;if(!m){for(let p=n.length-1;p>=0;p--)if(n[p].trim()){m=n[p].trim();break}}e.push({id:f.id||"",text:(f.text||"").replace(/--\u200B>/g,"-->"),color:f.color||"red",anchorPos:null,anchorText:m,createdAt:f.createdAt?f.createdAt.split("T")[0]:new Date().toISOString().split("T")[0]});continue}let d=u.match(/<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->/);if(d){o=!0,s={id:d[1],color:d[2]||"red",createdAt:d[3]||new Date().toISOString().split("T")[0]},i=[];for(let h=n.length-1;h>=0;h--)if(n[h].trim()){a=n[h].trim();break}continue}if(u.match(/<!-- @\/memo -->/)){if(s){let h=i.map(f=>f.replace(/^<!--\s*/,"").replace(/\s*-->$/,"")).join(`
63
63
  `).trim();e.push({id:s.id,text:h,color:s.color,anchorPos:null,anchorText:a,createdAt:s.createdAt})}o=!1,s=null,a=null;continue}if(o){i.push(u);continue}u.match(/<!-- \/?USER_FEEDBACK_NOTES\b.*-->/)||u.match(/<!-- @\/?feedback-notes -->/)||n.push(u)}for(;n.length>0&&n[n.length-1].trim()==="";)n.pop();return{markdown:n.join(`
64
- `),memos:e}}var Sy=/<!-- CHECKPOINT id="([^"]+)" time="([^"]+)" note="([^"]*)" fixes=(\d+) questions=(\d+) highlights=(\d+) sections="([^"]*)" -->/g;function Fr(t){let e=[],r=new RegExp(Sy.source,Sy.flags),n;for(;(n=r.exec(t))!==null;)e.push({id:n[1],timestamp:n[2],note:n[3],fixes:parseInt(n[4],10),questions:parseInt(n[5],10),highlights:parseInt(n[6],10),sectionsReviewed:n[7]?n[7].split(","):[]});return e}function gd(t){let e=t.note.replace(/"/g,"&quot;"),r=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${e}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${r}" -->`}var zy="0123456789abcdefghijklmnopqrstuvwxyz";function _E(){let t="";for(let e=0;e<6;e++)t+=zy[Math.floor(Math.random()*zy.length)];return t}function Sn(t){let e=0,r=0,n=0,o=Oe(t);for(let s of o.memos){let i=s.color||"red";i==="red"?e++:i==="blue"?r++:n++}return{fixes:e,questions:r,highlights:n}}function Ur(t){let e=t.split(`
65
- `),r=[],n="";for(let o of e){let s=o.match(/^## (.+)/);if(s){n=s[1].trim();continue}if(!n)continue;(o.includes("<!-- USER_MEMO")||o.includes("<mark")||/(?<!`)==.+==(?!`)/.test(o))&&!r.includes(n)&&r.push(n)}return r}function zn(t){let e=[];for(let r of t.split(`
66
- `)){let n=r.match(/^## (.+)/);n&&e.push(n[1].trim())}return e}function yd(t,e){let r=Sn(t),n=Ur(t),o={id:`ckpt_${_E()}`,timestamp:new Date().toISOString(),note:e,fixes:r.fixes,questions:r.questions,highlights:r.highlights,sectionsReviewed:n},s=gd(o),a=t.trimEnd()+`
64
+ `),memos:e}}var Sy=/<!-- CHECKPOINT id="([^"]+)" time="([^"]+)" note="([^"]*)" fixes=(\d+) questions=(\d+) highlights=(\d+) sections="([^"]*)" -->/g;function Ur(t){let e=[],r=new RegExp(Sy.source,Sy.flags),n;for(;(n=r.exec(t))!==null;)e.push({id:n[1],timestamp:n[2],note:n[3],fixes:parseInt(n[4],10),questions:parseInt(n[5],10),highlights:parseInt(n[6],10),sectionsReviewed:n[7]?n[7].split(","):[]});return e}function _d(t){let e=t.note.replace(/"/g,"&quot;"),r=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${e}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${r}" -->`}var zy="0123456789abcdefghijklmnopqrstuvwxyz";function yE(){let t="";for(let e=0;e<6;e++)t+=zy[Math.floor(Math.random()*zy.length)];return t}function zn(t){let e=0,r=0,n=0,o=Oe(t);for(let s of o.memos){let i=s.color||"red";i==="red"?e++:i==="blue"?r++:n++}return{fixes:e,questions:r,highlights:n}}function Vr(t){let e=t.split(`
65
+ `),r=[],n="";for(let o of e){let s=o.match(/^## (.+)/);if(s){n=s[1].trim();continue}if(!n)continue;(o.includes("<!-- USER_MEMO")||o.includes("<mark")||/(?<!`)==.+==(?!`)/.test(o))&&!r.includes(n)&&r.push(n)}return r}function Tn(t){let e=[];for(let r of t.split(`
66
+ `)){let n=r.match(/^## (.+)/);n&&e.push(n[1].trim())}return e}function vd(t,e){let r=zn(t),n=Vr(t),o={id:`ckpt_${yE()}`,timestamp:new Date().toISOString(),note:e,fixes:r.fixes,questions:r.questions,highlights:r.highlights,sectionsReviewed:n},s=_d(o),a=t.trimEnd()+`
67
67
 
68
68
  `+s+`
69
- `;return{checkpoint:o,updatedMarkdown:a}}function _d(t,e){let r=Fr(t),n=Sn(t),o=Ur(t),s=zn(t),i={file:e,startedAt:r.length>0?r[0].timestamp:new Date().toISOString(),lastCheckpoint:r.length>0?r[r.length-1].timestamp:"",checkpointCount:r.length,totalFixes:n.fixes,totalQuestions:n.questions,totalHighlights:n.highlights},a=[],c=[],u=[];vE(t,a,c,u);let l=[];for(let h of c)l.push(`Resolve: ${h.feedback||h.text}`);let d=s.filter(h=>!o.includes(h));for(let h of d)l.push(`Review uncovered: ${h} section`);return{meta:i,decisions:a,openQuestions:c,keyPoints:u,checkpoints:r,nextSteps:l}}function vE(t,e,r,n){let o=t.split(`
70
- `),s="";for(let i=0;i<o.length;i++){let a=o[i],c=a.match(/^## (.+)/);if(c){s=c[1].trim();continue}let u=a.match(/<!-- USER_MEMO\s+id="[^"]+"\s+(.*?)\s*:\s*(.*?)\s*-->/);if(u){let h=u[1].match(/color="([^"]+)"/),f=h?h[1]:"red",m=u[2].replace(/--\u200B>/g,"-->"),p="";for(let y=i-1;y>=0;y--)if(o[y].trim()&&!o[y].includes("<!-- ")){p=o[y].trim(),p=p.replace(/<\/?mark[^>]*>/g,"");break}let g={section:s,text:p,feedback:m};f==="red"?e.push(g):f==="blue"?r.push(g):n.push(g);continue}if(/^<!-- USER_MEMO\s*$/.test(a.trim())){let d=[];for(i++;i<o.length&&!/^-->$/.test(o[i].trim());)d.push(o[i]),i++;let h={};for(let y of d){let v=y.trim().match(/^(\w+)="([^"]*)"$/);v&&(h[v[1]]=v[2])}let f=h.color||"red",m=(h.text||"").replace(/--\u200B>/g,"-->"),p="";if(h.anchorText)p=h.anchorText.replace(/<\/?mark[^>]*>/g,"");else for(let y=i-1;y>=0;y--)if(o[y].trim()&&!o[y].includes("<!-- ")){p=o[y].trim().replace(/<\/?mark[^>]*>/g,"");break}let g={section:s,text:p,feedback:m};f==="red"?e.push(g):f==="blue"?r.push(g):n.push(g);continue}let l=a.match(/<mark[^>]*(?:data-color="([^"]+)"|style="background-color:\s*([^"]+)")?\s*>(.*?)<\/mark>/)||a.match(/==(.*?)==/);if(l){if((i+1<o.length?o[i+1]:"").includes("<!-- USER_MEMO"))continue;let h,f;if(l.length===2)h=l[1],f="yellow";else{let p=(l[1]||l[2]||"").trim();f=wn[p]||"yellow",h=l[3]}let m={section:s,text:h,feedback:""};f==="red"?e.push(m):f==="blue"?r.push(m):n.push(m)}}}function No(t,e){return t.length>e?t.slice(0,e)+"...":t}function vd(t,e="standalone"){let r=[];if(e==="standalone"?(r.push(`# HANDOFF \u2014 \`${t.meta.file}\``),r.push("")):e==="claude-md"?(r.push(`## Session Handoff: ${t.meta.file}`),r.push("")):(r.push("---"),r.push(`description: Session handoff for ${t.meta.file}`),r.push("alwaysApply: true"),r.push("---"),r.push("")),r.push("## Session"),r.push(`- **File**: \`${t.meta.file}\``),r.push(`- **Started**: ${t.meta.startedAt}`),t.meta.lastCheckpoint&&r.push(`- **Last checkpoint**: ${t.meta.lastCheckpoint}`),r.push(`- **Checkpoints**: ${t.meta.checkpointCount}`),r.push(`- **Annotations**: ${t.meta.totalFixes} fix, ${t.meta.totalQuestions} question, ${t.meta.totalHighlights} highlight`),r.push(""),t.decisions.length>0){r.push(`## Decisions Made (${t.decisions.length})`),r.push("Marked as FIX. Decided \u2014 implement as specified.");for(let n=0;n<t.decisions.length;n++){let o=t.decisions[n],s=o.section?`[${o.section}]`:"[General]";o.text&&o.feedback?r.push(`${n+1}. **${s}** "${No(o.text,60)}" \u2192 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${No(o.text,80)}"`)}r.push("")}if(t.openQuestions.length>0){r.push(`## Open Questions (${t.openQuestions.length})`),r.push("Marked as QUESTION. Unresolved \u2014 investigate before implementing.");for(let n=0;n<t.openQuestions.length;n++){let o=t.openQuestions[n],s=o.section?`[${o.section}]`:"[General]";o.text&&o.feedback?r.push(`${n+1}. **${s}** "${No(o.text,60)}" \u2014 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${No(o.text,80)}"`)}r.push("")}if(t.keyPoints.length>0){r.push(`## Key Points (${t.keyPoints.length})`),r.push("Marked as HIGHLIGHT. Important context \u2014 preserve during implementation.");for(let n=0;n<t.keyPoints.length;n++){let o=t.keyPoints[n],s=o.section?`[${o.section}]`:"[General]";o.text&&r.push(`${n+1}. **${s}** "${No(o.text,80)}"`),o.feedback&&r.push(` ${o.feedback}`)}r.push("")}if(t.checkpoints.length>0){r.push("## Progress Checkpoints"),r.push("| # | Time | Note | Fixes | Questions | Highlights |"),r.push("|---|------|------|-------|-----------|------------|");for(let n=0;n<t.checkpoints.length;n++){let o=t.checkpoints[n],s=o.timestamp.split("T")[1]?.split(".")[0]||o.timestamp;r.push(`| ${n+1} | ${s} | ${o.note} | ${o.fixes} | ${o.questions} | ${o.highlights} |`)}r.push("")}if(t.nextSteps.length>0){r.push("## Next Steps");for(let n of t.nextSteps)r.push(`- [ ] ${n}`);r.push("")}return r.push("---"),r.push("*Generated by md-feedback. Feed this to your AI coding agent.*"),r.join(`
69
+ `;return{checkpoint:o,updatedMarkdown:a}}function xd(t,e){let r=Ur(t),n=zn(t),o=Vr(t),s=Tn(t),i={file:e,startedAt:r.length>0?r[0].timestamp:new Date().toISOString(),lastCheckpoint:r.length>0?r[r.length-1].timestamp:"",checkpointCount:r.length,totalFixes:n.fixes,totalQuestions:n.questions,totalHighlights:n.highlights},a=[],c=[],u=[];_E(t,a,c,u);let l=[];for(let h of c)l.push(`Resolve: ${h.feedback||h.text}`);let d=s.filter(h=>!o.includes(h));for(let h of d)l.push(`Review uncovered: ${h} section`);return{meta:i,decisions:a,openQuestions:c,keyPoints:u,checkpoints:r,nextSteps:l}}function _E(t,e,r,n){let o=t.split(`
70
+ `),s="";for(let i=0;i<o.length;i++){let a=o[i],c=a.match(/^## (.+)/);if(c){s=c[1].trim();continue}let u=a.match(/<!-- USER_MEMO\s+id="[^"]+"\s+(.*?)\s*:\s*(.*?)\s*-->/);if(u){let h=u[1].match(/color="([^"]+)"/),f=h?h[1]:"red",m=u[2].replace(/--\u200B>/g,"-->"),p="";for(let y=i-1;y>=0;y--)if(o[y].trim()&&!o[y].includes("<!-- ")){p=o[y].trim(),p=p.replace(/<\/?mark[^>]*>/g,"");break}let g={section:s,text:p,feedback:m};f==="red"?e.push(g):f==="blue"?r.push(g):n.push(g);continue}if(/^<!-- USER_MEMO\s*$/.test(a.trim())){let d=[];for(i++;i<o.length&&!/^-->$/.test(o[i].trim());)d.push(o[i]),i++;let h={};for(let y of d){let x=y.trim().match(/^(\w+)="([^"]*)"$/);x&&(h[x[1]]=x[2])}let f=h.color||"red",m=(h.text||"").replace(/--\u200B>/g,"-->"),p="";if(h.anchorText)p=h.anchorText.replace(/<\/?mark[^>]*>/g,"");else for(let y=i-1;y>=0;y--)if(o[y].trim()&&!o[y].includes("<!-- ")){p=o[y].trim().replace(/<\/?mark[^>]*>/g,"");break}let g={section:s,text:p,feedback:m};f==="red"?e.push(g):f==="blue"?r.push(g):n.push(g);continue}let l=a.match(/<mark[^>]*(?:data-color="([^"]+)"|style="background-color:\s*([^"]+)")?\s*>(.*?)<\/mark>/)||a.match(/==(.*?)==/);if(l){if((i+1<o.length?o[i+1]:"").includes("<!-- USER_MEMO"))continue;let h,f;if(l.length===2)h=l[1],f="yellow";else{let p=(l[1]||l[2]||"").trim();f=Sn[p]||"yellow",h=l[3]}let m={section:s,text:h,feedback:""};f==="red"?e.push(m):f==="blue"?r.push(m):n.push(m)}}}function Ao(t,e){return t.length>e?t.slice(0,e)+"...":t}function bd(t,e="standalone"){let r=[];if(e==="standalone"?(r.push(`# HANDOFF \u2014 \`${t.meta.file}\``),r.push("")):e==="claude-md"?(r.push(`## Session Handoff: ${t.meta.file}`),r.push("")):(r.push("---"),r.push(`description: Session handoff for ${t.meta.file}`),r.push("alwaysApply: true"),r.push("---"),r.push("")),r.push("## Session"),r.push(`- **File**: \`${t.meta.file}\``),r.push(`- **Started**: ${t.meta.startedAt}`),t.meta.lastCheckpoint&&r.push(`- **Last checkpoint**: ${t.meta.lastCheckpoint}`),r.push(`- **Checkpoints**: ${t.meta.checkpointCount}`),r.push(`- **Annotations**: ${t.meta.totalFixes} fix, ${t.meta.totalQuestions} question, ${t.meta.totalHighlights} highlight`),r.push(""),t.decisions.length>0){r.push(`## Decisions Made (${t.decisions.length})`),r.push("Marked as FIX. Decided \u2014 implement as specified.");for(let n=0;n<t.decisions.length;n++){let o=t.decisions[n],s=o.section?`[${o.section}]`:"[General]";o.text&&o.feedback?r.push(`${n+1}. **${s}** "${Ao(o.text,60)}" \u2192 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${Ao(o.text,80)}"`)}r.push("")}if(t.openQuestions.length>0){r.push(`## Open Questions (${t.openQuestions.length})`),r.push("Marked as QUESTION. Unresolved \u2014 investigate before implementing.");for(let n=0;n<t.openQuestions.length;n++){let o=t.openQuestions[n],s=o.section?`[${o.section}]`:"[General]";o.text&&o.feedback?r.push(`${n+1}. **${s}** "${Ao(o.text,60)}" \u2014 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${Ao(o.text,80)}"`)}r.push("")}if(t.keyPoints.length>0){r.push(`## Key Points (${t.keyPoints.length})`),r.push("Marked as HIGHLIGHT. Important context \u2014 preserve during implementation.");for(let n=0;n<t.keyPoints.length;n++){let o=t.keyPoints[n],s=o.section?`[${o.section}]`:"[General]";o.text&&r.push(`${n+1}. **${s}** "${Ao(o.text,80)}"`),o.feedback&&r.push(` ${o.feedback}`)}r.push("")}if(t.checkpoints.length>0){r.push("## Progress Checkpoints"),r.push("| # | Time | Note | Fixes | Questions | Highlights |"),r.push("|---|------|------|-------|-----------|------------|");for(let n=0;n<t.checkpoints.length;n++){let o=t.checkpoints[n],s=o.timestamp.split("T")[1]?.split(".")[0]||o.timestamp;r.push(`| ${n+1} | ${s} | ${o.note} | ${o.fixes} | ${o.questions} | ${o.highlights} |`)}r.push("")}if(t.nextSteps.length>0){r.push("## Next Steps");for(let n of t.nextSteps)r.push(`- [ ] ${n}`);r.push("")}return r.push("---"),r.push("*Generated by md-feedback. Feed this to your AI coding agent.*"),r.join(`
71
71
  `)}function Ty(t){let e=t.split(`
72
- `),r="",n={file:"",startedAt:"",lastCheckpoint:"",checkpointCount:0,totalFixes:0,totalQuestions:0,totalHighlights:0},o=[],s=[],i=[],a=[],c=[];for(let u of e){let l=u.match(/^## (.+)/);if(l){r=l[1].trim();continue}if(r.startsWith("Session")){let h=u.match(/\*\*File\*\*:\s*`([^`]+)`/);h&&(n.file=h[1]);let f=u.match(/\*\*Started\*\*:\s*(.+)/);f&&(n.startedAt=f[1].trim());let m=u.match(/\*\*Last checkpoint\*\*:\s*(.+)/);m&&(n.lastCheckpoint=m[1].trim());let p=u.match(/\*\*Checkpoints\*\*:\s*(\d+)/);p&&(n.checkpointCount=parseInt(p[1],10));let g=u.match(/\*\*Annotations\*\*:\s*(\d+)\s*fix,\s*(\d+)\s*question,\s*(\d+)\s*highlight/);g&&(n.totalFixes=parseInt(g[1],10),n.totalQuestions=parseInt(g[2],10),n.totalHighlights=parseInt(g[3],10))}let d=u.match(/^\d+\.\s+\*\*\[([^\]]*)\]\*\*\s+(.+)/);if(d){let h=d[1],f=d[2],m=f.match(/"([^"]+)"\s*→\s*(.+)/),p=f.match(/"([^"]+)"\s*—\s*(.+)/),g;if(m)g={section:h,text:m[1],feedback:m[2]};else if(p)g={section:h,text:p[1],feedback:p[2]};else{let y=f.match(/"([^"]+)"/);g={section:h,text:y?y[1]:"",feedback:y?"":f}}r.startsWith("Decisions")?o.push(g):r.startsWith("Open Questions")?s.push(g):r.startsWith("Key Points")&&i.push(g)}if(r.startsWith("Progress Checkpoints")){let h=u.match(/^\|\s*(\d+)\s*\|\s*([^|]+)\|\s*([^|]*)\|\s*(\d+)\s*\|\s*(\d+)\s*\|\s*(\d+)\s*\|/);h&&a.push({id:`ckpt_restored_${h[1]}`,timestamp:h[2].trim(),note:h[3].trim(),fixes:parseInt(h[4],10),questions:parseInt(h[5],10),highlights:parseInt(h[6],10),sectionsReviewed:[]})}if(r.startsWith("Next Steps")){let h=u.match(/^- \[ \]\s+(.+)/);h&&c.push(h[1])}}return n.file?{meta:n,decisions:o,openQuestions:s,keyPoints:i,checkpoints:a,nextSteps:c}:null}function xE(t,e){return t.blockedBy.length>0&&t.blockedBy.map(o=>e.find(s=>s.id===o)).filter(o=>o!=null&&!Le(o.status)).length>0?"blocked":e.some(n=>!Le(n.status))?"proceed":"done"}function It(t,e){return t.map(r=>({...r,status:r.override||xE(r,e)}))}var $d=require("node:fs");var Tn=En(require("node:path")),Ao=require("node:fs"),bE=["**/.env",".env","**/.env.*",".env.*","**/credentials*","credentials*","**/secrets*","secrets*","**/*.pem","*.pem","**/*.key","*.key","**/*.p12","*.p12","**/node_modules/**","node_modules/**","**/.git/**",".git/**"];function Py(t){return{workspaceRoot:t||process.env.MD_FEEDBACK_WORKSPACE||process.cwd(),blocklist:[...bE],allowlist:[]}}function $E(t,e){let r=e.replace(/\\/g,"/"),o=t.replace(/\\/g,"/").replace(/[.+^${}()|[\]]/g,"\\$&").replace(/\*\*/g,"\0").replace(/\*/g,"[^/]*").replace(/\u0000/g,".*").replace(/\?/g,"[^/]");return new RegExp(`^${o}$`).test(r)}function Ey(t,e){return t.some(r=>$E(r,e))}function xd(t,e){let r=Tn.default.resolve(t.workspaceRoot,e),n=Tn.default.resolve(t.workspaceRoot);if(!r.startsWith(n+Tn.default.sep)&&r!==n)return{safe:!1,reason:`Path "${e}" resolves outside workspace root`};if((0,Ao.existsSync)(r))try{let s=(0,Ao.realpathSync)(r),i=(0,Ao.realpathSync)(n);if(!s.startsWith(i+Tn.default.sep)&&s!==i)return{safe:!1,reason:`Path "${e}" resolves outside workspace via symlink`}}catch{}let o=Tn.default.relative(n,r).replace(/\\/g,"/");return Ey(t.blocklist,o)?{safe:!1,reason:`Path "${e}" matches blocklist pattern`}:t.allowlist.length>0&&!Ey(t.allowlist,o)?{safe:!1,reason:`Path "${e}" not in allowlist`}:{safe:!0}}function Ry(t,e,r,n,o,s){let i={},a={},c=0;for(let b of t)i[b.status]=(i[b.status]||0)+1,a[b.type]=(a[b.type]||0)+1,Le(b.status)&&c++;let u=t.length>0?c/t.length:0,l={},d=0,h=0,f=0;for(let b of e)l[b.status]=(l[b.status]||0)+1,b.status==="applied"&&d++,b.status==="reverted"&&h++,b.status==="failed"&&f++;let m={};for(let b of r)m[b.status]=(m[b.status]||0)+1;let p=new Set;for(let b of o)for(let $ of b.files)p.add($);let g=s.filter(b=>b.type==="blocks").length,y=null;n.length>0&&(y=n.reduce((b,$)=>$.timestamp>b?$.timestamp:b,n[0].timestamp));let v=null,w=t.filter(b=>Le(b.status)&&b.createdAt&&b.updatedAt);if(w.length>0){let b=0,$=0;for(let F of w){let ae=new Date(F.createdAt).getTime(),ee=new Date(F.updatedAt).getTime();!isNaN(ae)&&!isNaN(ee)&&ee>ae&&(b+=ee-ae,$++)}$>0&&(v=b/$)}return{totalMemos:t.length,byStatus:i,byType:a,resolutionRate:u,totalImpls:e.length,implsByStatus:l,appliedCount:d,revertedCount:h,failedCount:f,totalGates:r.length,gatesByStatus:m,totalArtifacts:o.length,linkedFiles:p.size,totalDependencies:s.length,blockingChains:g,totalCheckpoints:n.length,lastCheckpoint:y,avgResolutionTime:v}}var Iy=En(require("node:path")),Mi=new Map;async function vt(t,e){let r=Iy.default.resolve(t);for(;Mi.has(r);)await Mi.get(r);let n;Mi.set(r,new Promise(o=>{n=o}));try{return await e()}finally{Mi.delete(r),n()}}function bd(t){let e=5381;for(let r=0;r<t.length;r++)e=(e<<5)+e+t.charCodeAt(r)>>>0;return e.toString(16).padStart(8,"0").slice(0,8)}function Oy(t,e){let r=Py(e);function n(s){let i=xd(r,s);if(!i.safe)throw new Error(i.reason);return Ri(s)}function o(s,i){let a=xd(r,s);if(!a.safe)throw new Error(a.reason);_y(s,i)}t.tool("create_checkpoint","Create a review checkpoint in an annotated markdown file. Records current annotation counts and reviewed sections.",{file:R.string().describe("Path to the annotated markdown file"),note:R.string().describe('Checkpoint note (e.g., "Phase 1 review done")')},async({file:s,note:i})=>vt(s,async()=>{try{let a=n(s),{checkpoint:c,updatedMarkdown:u}=yd(a,i);return o(s,u),{content:[{type:"text",text:JSON.stringify({checkpoint:c},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})),t.tool("get_checkpoints","List all checkpoints in an annotated markdown file.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=Fr(i);return{content:[{type:"text",text:JSON.stringify({checkpoints:a},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("generate_handoff","Generate a structured handoff document from an annotated markdown file. Anti-compression format: explicit fields, numbers, lists only.",{file:R.string().describe("Path to the annotated markdown file"),target:R.enum(["standalone","claude-md","cursor-rules"]).optional().describe("Output format target (default: standalone)")},async({file:s,target:i})=>{try{let a=n(s),c=_d(a,s);return{content:[{type:"text",text:vd(c,i||"standalone")}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}}),t.tool("get_review_status","Get current review session status: annotation counts, checkpoints, and reviewed sections. Summary-only \u2014 returns counts and metadata, not individual memos. Use list_annotations for memo details or get_document_structure for the full parse.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=Sn(i),c=Fr(i),u=Ur(i),l={file:s,annotations:a,checkpointCount:c.length,lastCheckpoint:c.length>0?c[c.length-1].timestamp:null,sectionsReviewed:u};return{content:[{type:"text",text:JSON.stringify(l,null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("pickup_handoff","Parse an existing handoff document to resume a review session. Returns structured data for session continuity.",{file:R.string().describe("Path to the handoff markdown file")},async({file:s})=>{try{let i=n(s),a=Ty(i);return a?{content:[{type:"text",text:JSON.stringify(a,null,2)}]}:{content:[{type:"text",text:JSON.stringify({error:"Not a valid handoff document"})}],isError:!0}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("list_annotations","List all annotations (USER_MEMO comments) in a markdown file. Returns structured array with id, type, status, owner, text, and color. Lightweight \u2014 returns only memo data, no document body or sections. Use get_document_structure for the full parse.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),c=Oe(i).memos.map(u=>({id:u.id,type:u.type,status:u.status,owner:u.owner,source:u.source,color:u.color,text:u.text,anchorText:u.anchorText,anchor:u.anchor,createdAt:u.createdAt,updatedAt:u.updatedAt}));return{content:[{type:"text",text:JSON.stringify({annotations:c,total:c.length},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("get_document_structure","Parse an annotated markdown file and return the full v0.4.0 ReviewDocument: { bodyMd, memos[] (with status/owner), checkpoints[], gates[], cursor, sections, summary }. Most comprehensive tool \u2014 use this when you need the complete document state. Use list_annotations for just memos, or get_review_status for just counts.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=Oe(i),c=zn(i),u=Ur(i),l=It(a.gates,a.memos),d=a.memos.filter($=>$.status==="open").length,h=a.memos.filter($=>$.status==="in_progress").length,f=a.memos.filter($=>$.status==="needs_review").length,m=a.memos.filter($=>$.status==="answered").length,p=a.memos.filter($=>$.status==="done").length,g=a.memos.filter($=>$.status==="failed").length,y=a.memos.filter($=>$.status==="wontfix").length,v=l.filter($=>$.status==="blocked").length,w={version:"0.4.0",file:s,bodyMd:a.body,memos:a.memos,checkpoints:a.checkpoints,gates:l,cursor:a.cursor,sections:{all:c,reviewed:u,uncovered:c.filter($=>!u.includes($))},impls:a.impls,artifacts:a.artifacts,dependencies:a.dependencies,summary:{total:a.memos.length,open:d,inProgress:h,needsReview:f,answered:m,done:p,failed:g,wontfix:y,blocked:v,fixes:a.memos.filter($=>$.type==="fix").length,questions:a.memos.filter($=>$.type==="question").length,highlights:a.memos.filter($=>$.type==="highlight").length}},b=Ry(a.memos,a.impls,l,a.checkpoints,a.artifacts,a.dependencies);return{content:[{type:"text",text:JSON.stringify({...w,metrics:b},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("create_annotation","Create a new review annotation on a markdown file. Finds the anchor text in the document and attaches a review memo. Auto-creates a quality gate and updates cursor.",{file:R.string().describe("Path to the annotated markdown file"),anchorText:R.string().describe("The exact text in the document to annotate (must exist in the file)"),type:R.enum(["fix","question","highlight"]).describe("fix = needs change, question = needs clarification, highlight = mark for reference"),text:R.string().describe("The review feedback or note to attach"),occurrence:R.number().int().min(1).optional().describe("Which occurrence of anchorText to annotate (1-indexed, default 1). Use when the same text appears multiple times.")},async({file:s,anchorText:i,type:a,text:c,occurrence:u})=>vt(s,async()=>{try{let l=n(s),d=Oe(l),h=d.body.split(`
73
- `),f=-1;if(u){let b=0;for(let $=0;$<h.length;$++)if(h[$].includes(i)&&(b++,b===u)){f=$;break}if(f===-1){let $=b===0?`Anchor text not found: "${i}"`:`Anchor text "${i}" has ${b} occurrence(s), but occurrence=${u} requested`;return{content:[{type:"text",text:JSON.stringify({error:$})}],isError:!0}}}else{let b=[];for(let $=0;$<h.length;$++)h[$].includes(i)&&b.push($);if(b.length===0)return{content:[{type:"text",text:JSON.stringify({error:`Anchor text not found: "${i}"`})}],isError:!0};if(b.length===1)f=b[0];else{let $=b.find(F=>h[F].trim()===i.trim());if($!==void 0)f=$;else{let F=b[0],ae=1/0;for(let ee of b){let A=h[ee].length-i.length;A<ae&&(ae=A,F=ee)}f=F}}}let m=bd(h[f]),p=f+1,g=a==="fix"?"red":a==="question"?"blue":"yellow",y={id:`memo-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,6)}`,type:a,status:"open",owner:"agent",source:"mcp",color:g,text:c,anchorText:i,anchor:`L${p}:L${p}|${m}`,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()};d.memos.push(y),d.gates.length===0&&d.gates.push({id:`gate-${Date.now().toString(36)}`,type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"}),d.gates=It(d.gates,d.memos);let v=d.memos.filter(b=>b.status!=="open").length;d.cursor={taskId:y.id,step:`${v}/${d.memos.length} resolved`,nextAction:`Created ${a}: "${c.slice(0,50)}"`,lastSeenHash:cr(d.body),updatedAt:new Date().toISOString()};let w=Rt(d);return o(s,w),{content:[{type:"text",text:JSON.stringify({memo:y,gateStatus:d.gates[0]?.status,totalMemos:d.memos.length},null,2)}]}}catch(l){return{content:[{type:"text",text:JSON.stringify({error:l instanceof Error?l.message:String(l)})}],isError:!0}}})),t.tool("respond_to_memo",`Add an AI response to a memo annotation. Inserts a REVIEW_RESPONSE block into the markdown file directly below the memo's anchor text. Automatically sets the memo status to "needs_review" for human approval.`,{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to respond to"),response:R.string().describe("The response text (markdown supported)")},async({file:s,memoId:i,response:a})=>vt(s,async()=>{try{let c=n(s),u=Oe(c),l=u.memos.find(f=>f.id===i);if(!l)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let d=u.responses.find(f=>f.to===i);if(d){let f=u.body.split(`
72
+ `),r="",n={file:"",startedAt:"",lastCheckpoint:"",checkpointCount:0,totalFixes:0,totalQuestions:0,totalHighlights:0},o=[],s=[],i=[],a=[],c=[];for(let u of e){let l=u.match(/^## (.+)/);if(l){r=l[1].trim();continue}if(r.startsWith("Session")){let h=u.match(/\*\*File\*\*:\s*`([^`]+)`/);h&&(n.file=h[1]);let f=u.match(/\*\*Started\*\*:\s*(.+)/);f&&(n.startedAt=f[1].trim());let m=u.match(/\*\*Last checkpoint\*\*:\s*(.+)/);m&&(n.lastCheckpoint=m[1].trim());let p=u.match(/\*\*Checkpoints\*\*:\s*(\d+)/);p&&(n.checkpointCount=parseInt(p[1],10));let g=u.match(/\*\*Annotations\*\*:\s*(\d+)\s*fix,\s*(\d+)\s*question,\s*(\d+)\s*highlight/);g&&(n.totalFixes=parseInt(g[1],10),n.totalQuestions=parseInt(g[2],10),n.totalHighlights=parseInt(g[3],10))}let d=u.match(/^\d+\.\s+\*\*\[([^\]]*)\]\*\*\s+(.+)/);if(d){let h=d[1],f=d[2],m=f.match(/"([^"]+)"\s*→\s*(.+)/),p=f.match(/"([^"]+)"\s*—\s*(.+)/),g;if(m)g={section:h,text:m[1],feedback:m[2]};else if(p)g={section:h,text:p[1],feedback:p[2]};else{let y=f.match(/"([^"]+)"/);g={section:h,text:y?y[1]:"",feedback:y?"":f}}r.startsWith("Decisions")?o.push(g):r.startsWith("Open Questions")?s.push(g):r.startsWith("Key Points")&&i.push(g)}if(r.startsWith("Progress Checkpoints")){let h=u.match(/^\|\s*(\d+)\s*\|\s*([^|]+)\|\s*([^|]*)\|\s*(\d+)\s*\|\s*(\d+)\s*\|\s*(\d+)\s*\|/);h&&a.push({id:`ckpt_restored_${h[1]}`,timestamp:h[2].trim(),note:h[3].trim(),fixes:parseInt(h[4],10),questions:parseInt(h[5],10),highlights:parseInt(h[6],10),sectionsReviewed:[]})}if(r.startsWith("Next Steps")){let h=u.match(/^- \[ \]\s+(.+)/);h&&c.push(h[1])}}return n.file?{meta:n,decisions:o,openQuestions:s,keyPoints:i,checkpoints:a,nextSteps:c}:null}function vE(t,e){return t.blockedBy.length>0&&t.blockedBy.map(o=>e.find(s=>s.id===o)).filter(o=>o!=null&&!Le(o.status)).length>0?"blocked":e.some(n=>!Le(n.status))?"proceed":"done"}function Ot(t,e){return t.map(r=>({...r,status:r.override||vE(r,e)}))}var wd=require("node:fs");var En=Pn(require("node:path")),Zo=require("node:fs"),xE=["**/.env",".env","**/.env.*",".env.*","**/credentials*","credentials*","**/secrets*","secrets*","**/*.pem","*.pem","**/*.key","*.key","**/*.p12","*.p12","**/node_modules/**","node_modules/**","**/.git/**",".git/**"];function Py(t){return{workspaceRoot:t||process.env.MD_FEEDBACK_WORKSPACE||process.cwd(),blocklist:[...xE],allowlist:[]}}function bE(t,e){let r=e.replace(/\\/g,"/"),o=t.replace(/\\/g,"/").replace(/[.+^${}()|[\]]/g,"\\$&").replace(/\*\*/g,"\0").replace(/\*/g,"[^/]*").replace(/\u0000/g,".*").replace(/\?/g,"[^/]");return new RegExp(`^${o}$`).test(r)}function Ey(t,e){return t.some(r=>bE(r,e))}function $d(t,e){let r=En.default.resolve(t.workspaceRoot,e),n=En.default.resolve(t.workspaceRoot);if(!r.startsWith(n+En.default.sep)&&r!==n)return{safe:!1,reason:`Path "${e}" resolves outside workspace root`};if((0,Zo.existsSync)(r))try{let s=(0,Zo.realpathSync)(r),i=(0,Zo.realpathSync)(n);if(!s.startsWith(i+En.default.sep)&&s!==i)return{safe:!1,reason:`Path "${e}" resolves outside workspace via symlink`}}catch{}let o=En.default.relative(n,r).replace(/\\/g,"/");return Ey(t.blocklist,o)?{safe:!1,reason:`Path "${e}" matches blocklist pattern`}:t.allowlist.length>0&&!Ey(t.allowlist,o)?{safe:!1,reason:`Path "${e}" not in allowlist`}:{safe:!0}}function Ry(t,e,r,n,o,s){let i={},a={},c=0;for(let b of t)i[b.status]=(i[b.status]||0)+1,a[b.type]=(a[b.type]||0)+1,Le(b.status)&&c++;let u=t.length>0?c/t.length:0,l={},d=0,h=0,f=0;for(let b of e)l[b.status]=(l[b.status]||0)+1,b.status==="applied"&&d++,b.status==="reverted"&&h++,b.status==="failed"&&f++;let m={};for(let b of r)m[b.status]=(m[b.status]||0)+1;let p=new Set;for(let b of o)for(let $ of b.files)p.add($);let g=s.filter(b=>b.type==="blocks").length,y=null;n.length>0&&(y=n.reduce((b,$)=>$.timestamp>b?$.timestamp:b,n[0].timestamp));let x=null,w=t.filter(b=>Le(b.status)&&b.createdAt&&b.updatedAt);if(w.length>0){let b=0,$=0;for(let F of w){let ae=new Date(F.createdAt).getTime(),ee=new Date(F.updatedAt).getTime();!isNaN(ae)&&!isNaN(ee)&&ee>ae&&(b+=ee-ae,$++)}$>0&&(x=b/$)}return{totalMemos:t.length,byStatus:i,byType:a,resolutionRate:u,totalImpls:e.length,implsByStatus:l,appliedCount:d,revertedCount:h,failedCount:f,totalGates:r.length,gatesByStatus:m,totalArtifacts:o.length,linkedFiles:p.size,totalDependencies:s.length,blockingChains:g,totalCheckpoints:n.length,lastCheckpoint:y,avgResolutionTime:x}}var Iy=Pn(require("node:path")),Mi=new Map;async function xt(t,e){let r=Iy.default.resolve(t);for(;Mi.has(r);)await Mi.get(r);let n;Mi.set(r,new Promise(o=>{n=o}));try{return await e()}finally{Mi.delete(r),n()}}function $E(t){let e=5381;for(let r=0;r<t.length;r++)e=(e<<5)+e+t.charCodeAt(r)>>>0;return e.toString(16).padStart(8,"0").slice(0,8)}function Oy(t,e){let r=Py(e);function n(s){let i=$d(r,s);if(!i.safe)throw new Error(i.reason);return Ri(s)}function o(s,i){let a=$d(r,s);if(!a.safe)throw new Error(a.reason);vy(s,i)}t.tool("create_checkpoint","Create a review checkpoint in an annotated markdown file. Records current annotation counts and reviewed sections.",{file:R.string().describe("Path to the annotated markdown file"),note:R.string().describe('Checkpoint note (e.g., "Phase 1 review done")')},async({file:s,note:i})=>xt(s,async()=>{try{let a=n(s),{checkpoint:c,updatedMarkdown:u}=vd(a,i);return o(s,u),{content:[{type:"text",text:JSON.stringify({checkpoint:c},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})),t.tool("get_checkpoints","List all checkpoints in an annotated markdown file.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=Ur(i);return{content:[{type:"text",text:JSON.stringify({checkpoints:a},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("generate_handoff","Generate a structured handoff document from an annotated markdown file. Anti-compression format: explicit fields, numbers, lists only.",{file:R.string().describe("Path to the annotated markdown file"),target:R.enum(["standalone","claude-md","cursor-rules"]).optional().describe("Output format target (default: standalone)")},async({file:s,target:i})=>{try{let a=n(s),c=xd(a,s);return{content:[{type:"text",text:bd(c,i||"standalone")}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}}),t.tool("get_review_status","Get current review session status: annotation counts, checkpoints, and reviewed sections. Summary-only \u2014 returns counts and metadata, not individual memos. Use list_annotations for memo details or get_document_structure for the full parse.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=zn(i),c=Ur(i),u=Vr(i),l={file:s,annotations:a,checkpointCount:c.length,lastCheckpoint:c.length>0?c[c.length-1].timestamp:null,sectionsReviewed:u};return{content:[{type:"text",text:JSON.stringify(l,null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("pickup_handoff","Parse an existing handoff document to resume a review session. Returns structured data for session continuity.",{file:R.string().describe("Path to the handoff markdown file")},async({file:s})=>{try{let i=n(s),a=Ty(i);return a?{content:[{type:"text",text:JSON.stringify(a,null,2)}]}:{content:[{type:"text",text:JSON.stringify({error:"Not a valid handoff document"})}],isError:!0}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("list_annotations","List all annotations (USER_MEMO comments) in a markdown file. Returns structured array with id, type, status, owner, text, and color. Lightweight \u2014 returns only memo data, no document body or sections. Use get_document_structure for the full parse.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),c=Oe(i).memos.map(u=>({id:u.id,type:u.type,status:u.status,owner:u.owner,source:u.source,color:u.color,text:u.text,anchorText:u.anchorText,anchor:u.anchor,createdAt:u.createdAt,updatedAt:u.updatedAt}));return{content:[{type:"text",text:JSON.stringify({annotations:c,total:c.length},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("get_document_structure","Parse an annotated markdown file and return the full v0.4.0 ReviewDocument: { bodyMd, memos[] (with status/owner), checkpoints[], gates[], cursor, sections, summary }. Most comprehensive tool \u2014 use this when you need the complete document state. Use list_annotations for just memos, or get_review_status for just counts.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=Oe(i),c=Tn(i),u=Vr(i),l=Ot(a.gates,a.memos),d=a.memos.filter($=>$.status==="open").length,h=a.memos.filter($=>$.status==="in_progress").length,f=a.memos.filter($=>$.status==="needs_review").length,m=a.memos.filter($=>$.status==="answered").length,p=a.memos.filter($=>$.status==="done").length,g=a.memos.filter($=>$.status==="failed").length,y=a.memos.filter($=>$.status==="wontfix").length,x=l.filter($=>$.status==="blocked").length,w={version:"0.4.0",file:s,bodyMd:a.body,memos:a.memos,checkpoints:a.checkpoints,gates:l,cursor:a.cursor,sections:{all:c,reviewed:u,uncovered:c.filter($=>!u.includes($))},impls:a.impls,artifacts:a.artifacts,dependencies:a.dependencies,summary:{total:a.memos.length,open:d,inProgress:h,needsReview:f,answered:m,done:p,failed:g,wontfix:y,blocked:x,fixes:a.memos.filter($=>$.type==="fix").length,questions:a.memos.filter($=>$.type==="question").length,highlights:a.memos.filter($=>$.type==="highlight").length}},b=Ry(a.memos,a.impls,l,a.checkpoints,a.artifacts,a.dependencies);return{content:[{type:"text",text:JSON.stringify({...w,metrics:b},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("create_annotation","Create a new review annotation on a markdown file. Finds the anchor text in the document and attaches a review memo. Auto-creates a quality gate and updates cursor.",{file:R.string().describe("Path to the annotated markdown file"),anchorText:R.string().describe("The exact text in the document to annotate (must exist in the file)"),type:R.enum(["fix","question","highlight"]).describe("fix = needs change, question = needs clarification, highlight = mark for reference"),text:R.string().describe("The review feedback or note to attach"),occurrence:R.number().int().min(1).optional().describe("Which occurrence of anchorText to annotate (1-indexed, default 1). Use when the same text appears multiple times.")},async({file:s,anchorText:i,type:a,text:c,occurrence:u})=>xt(s,async()=>{try{let l=n(s),d=Oe(l),h=d.body.split(`
73
+ `),f=-1;if(u){let b=0;for(let $=0;$<h.length;$++)if(h[$].includes(i)&&(b++,b===u)){f=$;break}if(f===-1){let $=b===0?`Anchor text not found: "${i}"`:`Anchor text "${i}" has ${b} occurrence(s), but occurrence=${u} requested`;return{content:[{type:"text",text:JSON.stringify({error:$})}],isError:!0}}}else{let b=[];for(let $=0;$<h.length;$++)h[$].includes(i)&&b.push($);if(b.length===0)return{content:[{type:"text",text:JSON.stringify({error:`Anchor text not found: "${i}"`})}],isError:!0};if(b.length===1)f=b[0];else{let $=b.find(F=>h[F].trim()===i.trim());if($!==void 0)f=$;else{let F=b[0],ae=1/0;for(let ee of b){let A=h[ee].length-i.length;A<ae&&(ae=A,F=ee)}f=F}}}let m=$E(h[f]),p=f+1,g=a==="fix"?"red":a==="question"?"blue":"yellow",y={id:`memo-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,6)}`,type:a,status:"open",owner:"agent",source:"mcp",color:g,text:c,anchorText:i,anchor:`L${p}:L${p}|${m}`,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()};d.memos.push(y),d.gates.length===0&&d.gates.push({id:`gate-${Date.now().toString(36)}`,type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"}),d.gates=Ot(d.gates,d.memos);let x=d.memos.filter(b=>b.status!=="open").length;d.cursor={taskId:y.id,step:`${x}/${d.memos.length} resolved`,nextAction:`Created ${a}: "${c.slice(0,50)}"`,lastSeenHash:cr(d.body),updatedAt:new Date().toISOString()};let w=It(d);return o(s,w),{content:[{type:"text",text:JSON.stringify({memo:y,gateStatus:d.gates[0]?.status,totalMemos:d.memos.length},null,2)}]}}catch(l){return{content:[{type:"text",text:JSON.stringify({error:l instanceof Error?l.message:String(l)})}],isError:!0}}})),t.tool("respond_to_memo",`Add an AI response to a memo annotation. Inserts a REVIEW_RESPONSE block into the markdown file directly below the memo's anchor text. Automatically sets the memo status to "needs_review" for human approval.`,{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to respond to"),response:R.string().describe("The response text (markdown supported)")},async({file:s,memoId:i,response:a})=>xt(s,async()=>{try{let c=n(s),u=Oe(c),l=u.memos.find(f=>f.id===i);if(!l)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let d=u.responses.find(f=>f.to===i);if(d){let f=u.body.split(`
74
74
  `),m=a.split(`
75
75
  `),p=d.bodyStartIdx,g=d.bodyEndIdx,y=g>=p?g-p+1:0;f.splice(p,y,...m),d.bodyEndIdx=p+m.length-1,u.body=f.join(`
76
76
  `)}else{let f=u.body.split(`
77
- `),m=-1;if(l.anchor){let y=l.anchor.match(/^L(\d+)(?::L\d+)?\|(.+)$/);if(y){let v=parseInt(y[1],10)-1,w=bd(f[v]||"");if(v>=0&&v<f.length&&w===y[2])m=v;else for(let b=1;b<=10;b++){for(let $ of[v-b,v+b])if($>=0&&$<f.length&&bd(f[$])===y[2]){m=$;break}if(m>=0)break}}}if(m===-1&&l.anchorText){for(let y=0;y<f.length;y++)if(f[y].includes(l.anchorText)){m=y;break}}m===-1&&(m=f.length-1);let p=a.split(`
78
- `),g=m+1;f.splice(g,0,...p);for(let y of u.responses)y.bodyStartIdx>=g&&(y.bodyStartIdx+=p.length,y.bodyEndIdx+=p.length);u.body=f.join(`
79
- `),u.responses.push({id:`resp_${i}`,to:i,bodyStartIdx:g,bodyEndIdx:g+p.length-1})}(l.status==="open"||l.status==="in_progress")&&(l.status="needs_review",l.updatedAt=new Date().toISOString()),u.gates.length>0&&(u.gates=It(u.gates,u.memos));let h=Rt(u);return o(s,h),{content:[{type:"text",text:JSON.stringify({memoId:i,status:l.status,responseInserted:!0,totalResponses:u.responses.length},null,2)}]}}catch(c){return{content:[{type:"text",text:JSON.stringify({error:c instanceof Error?c.message:String(c)})}],isError:!0}}})),t.tool("update_memo_status","Update the status of a memo annotation. Writes the change back to the markdown file. Returns the updated memo. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to update"),status:R.enum(["open","in_progress","needs_review"]).describe("New status. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code."),owner:R.enum(["human","agent","tool"]).optional().describe("Optionally change the owner")},async({file:s,memoId:i,status:a,owner:c})=>vt(s,async()=>{try{let u=n(s),l=Oe(u),d=l.memos.find(g=>g.id===i);if(!d)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};d.status=a,c&&(d.owner=c),d.updatedAt=new Date().toISOString(),l.gates.length===0&&l.memos.length>0&&l.gates.push({id:`gate-${Date.now().toString(36)}`,type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"}),l.gates=It(l.gates,l.memos);let h=l.memos.filter(g=>g.status!=="open").length,f=l.memos.length,m=l.memos.filter(g=>g.status==="open");l.cursor={taskId:i,step:`${h}/${f} resolved`,nextAction:m.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${m.map(g=>g.id).slice(0,3).join(", ")}${m.length>3?"...":""}`,lastSeenHash:cr(l.body),updatedAt:new Date().toISOString()};let p=Rt(l);return o(s,p),{content:[{type:"text",text:JSON.stringify({memo:d,gatesUpdated:l.gates.length,cursor:l.cursor},null,2)}]}}catch(u){return{content:[{type:"text",text:JSON.stringify({error:u instanceof Error?u.message:String(u)})}],isError:!0}}})),t.tool("update_cursor",'Update the plan cursor position in a markdown file. The cursor tracks "where we are" in a plan. Only one cursor per document.',{file:R.string().describe("Path to the annotated markdown file"),taskId:R.string().describe("Current task ID"),step:R.string().describe('Current step (e.g., "3/7" or "Phase 2")'),nextAction:R.string().describe("Description of the next action to take")},async({file:s,taskId:i,step:a,nextAction:c})=>vt(s,async()=>{try{let u=n(s),l=Oe(u);if(l.memos.length>0&&!l.memos.some(h=>h.id===i))return{content:[{type:"text",text:JSON.stringify({error:`Task ID not found: "${i}". Valid IDs: ${l.memos.map(h=>h.id).join(", ")}`})}],isError:!0};l.cursor={taskId:i,step:a,nextAction:c,lastSeenHash:cr(l.body),updatedAt:new Date().toISOString()};let d=Rt(l);return o(s,d),{content:[{type:"text",text:JSON.stringify({cursor:l.cursor},null,2)}]}}catch(u){return{content:[{type:"text",text:JSON.stringify({error:u instanceof Error?u.message:String(u)})}],isError:!0}}})),t.tool("evaluate_gates","Evaluate all gates in a markdown file against current memo statuses. Returns updated gate statuses without modifying the file.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=Oe(i),c=It(a.gates,a.memos);return{content:[{type:"text",text:JSON.stringify({gates:c,summary:{total:c.length,blocked:c.filter(u=>u.status==="blocked").length,proceed:c.filter(u=>u.status==="proceed").length,done:c.filter(u=>u.status==="done").length}},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("export_review","Export review feedback in a format optimized for a specific AI coding tool. Targets: claude-code, cursor, codex, copilot, cline, windsurf, roo-code, gemini, generic, handoff. Returns formatted markdown ready to save to the appropriate file.",{file:R.string().describe("Path to the annotated markdown file"),target:R.enum(["claude-code","cursor","codex","copilot","cline","windsurf","roo-code","gemini","antigravity","generic","handoff"]).describe("Target AI tool format")},async({file:s,target:i})=>{try{let a=n(s);if(i==="handoff"){let p=_d(a,s);return{content:[{type:"text",text:vd(p,"standalone")}]}}let{memos:c}=hd(a),u=zn(a),l=u[0]||"Plan Review",d={red:"#fca5a5",blue:"#93c5fd",yellow:"#fef08a"},h=c.map(p=>({text:p.anchorText||"",color:d[p.color]||"#fef08a",section:"",context:""})),f=c.map(p=>({id:p.id,text:p.text,color:p.color,section:"",context:p.anchorText||""}));return{content:[{type:"text",text:$y(l,s,u,h,f,i)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}}),t.tool("apply_memo","Apply an implementation action to a memo. Supports text_replace (replaces all occurrences in current document), file_patch (overwrites target file \u2014 snapshot saved first), and file_create (create a new file). Creates a snapshot before modification, records the implementation, and updates memo status to done.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to apply implementation to"),action:R.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),dryRun:R.boolean().optional().default(!1).describe("If true, return preview without writing"),oldText:R.string().optional().describe("For text_replace: the text to find and replace"),newText:R.string().optional().describe("For text_replace: the replacement text"),targetFile:R.string().optional().describe("For file_patch/file_create: target file path"),patch:R.string().optional().describe("For file_patch: the patch content"),content:R.string().optional().describe("For file_create: the file content to write")},async({file:s,memoId:i,action:a,dryRun:c,oldText:u,newText:l,targetFile:d,patch:h,content:f})=>vt(s,async()=>{try{let m=n(s),p=Oe(m),g=p.memos.find(F=>F.id===i);if(!g)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let y;if(a==="text_replace"){if(!u||l===void 0)return{content:[{type:"text",text:JSON.stringify({error:"text_replace requires oldText and newText"})}],isError:!0};y={type:"text_replace",file:"",before:u,after:l}}else if(a==="file_patch"){if(!d||!h)return{content:[{type:"text",text:JSON.stringify({error:"file_patch requires targetFile and patch"})}],isError:!0};y={type:"file_patch",file:d,patch:h}}else{if(!d||f===void 0)return{content:[{type:"text",text:JSON.stringify({error:"file_create requires targetFile and content"})}],isError:!0};y={type:"file_create",file:d,content:f}}let v={id:`impl_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,6)}`,memoId:i,status:"applied",operations:[y],summary:`${a} for ${i}`,appliedAt:new Date().toISOString()};if(c)return{content:[{type:"text",text:JSON.stringify({dryRun:!0,impl:v,operation:y,memo:{id:g.id,status:g.status}},null,2)}]};if(Mo(s,m),a==="text_replace"){if(!p.body.includes(u))return{content:[{type:"text",text:JSON.stringify({error:"oldText not found in document body"})}],isError:!0};p.body=p.body.split(u).join(l)}else a==="file_patch"?((0,$d.existsSync)(d)&&Mo(d,Ri(d)),o(d,h)):a==="file_create"&&o(d,f);p.impls.push(v),g.status="needs_review",g.updatedAt=new Date().toISOString(),p.gates.length>0&&(p.gates=It(p.gates,p.memos));let w=p.memos.filter(F=>Le(F.status)).length,b=p.memos.filter(F=>!Le(F.status));p.cursor={taskId:i,step:`${w}/${p.memos.length} resolved`,nextAction:b.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${b.map(F=>F.id).slice(0,3).join(", ")}${b.length>3?"...":""}`,lastSeenHash:cr(p.body),updatedAt:new Date().toISOString()};let $=Rt(p);return o(s,$),{content:[{type:"text",text:JSON.stringify({impl:v,memo:{id:g.id,status:g.status},gatesUpdated:p.gates.length},null,2)}]}}catch(m){return{content:[{type:"text",text:JSON.stringify({error:m instanceof Error?m.message:String(m)})}],isError:!0}}})),t.tool("link_artifacts","Link file artifacts (source files, configs, etc.) to a memo. Creates a MemoArtifact record in the document.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to link artifacts to"),files:R.array(R.string()).describe("Array of relative file paths to link")},async({file:s,memoId:i,files:a})=>vt(s,async()=>{try{let c=n(s),u=Oe(c);if(!u.memos.find(f=>f.id===i))return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let d={id:`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,6)}`,memoId:i,files:a,linkedAt:new Date().toISOString()};u.artifacts.push(d);let h=Rt(u);return o(s,h),{content:[{type:"text",text:JSON.stringify({artifact:d},null,2)}]}}catch(c){return{content:[{type:"text",text:JSON.stringify({error:c instanceof Error?c.message:String(c)})}],isError:!0}}})),t.tool("update_memo_progress","Update the progress of a memo with a status change and message. Writes progress to .md-feedback/progress.json and updates the memo status. Terminal statuses (done, failed) require human approval via VS Code.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to update progress for"),status:R.enum(["in_progress","needs_review"]).describe("New progress status. Terminal statuses (done, failed) require human approval via VS Code."),message:R.string().describe("Progress message describing what was done or what failed")},async({file:s,memoId:i,status:a,message:c})=>vt(s,async()=>{try{let u=n(s),l=Oe(u),d=l.memos.find(g=>g.id===i);if(!d)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};d.status=a,d.updatedAt=new Date().toISOString();let h={memoId:i,status:a,message:c,timestamp:new Date().toISOString()};vy(s,h),l.gates.length>0&&(l.gates=It(l.gates,l.memos));let f=l.memos.filter(g=>Le(g.status)).length,m=l.memos.filter(g=>!Le(g.status));l.cursor={taskId:i,step:`${f}/${l.memos.length} resolved`,nextAction:m.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${m.map(g=>g.id).slice(0,3).join(", ")}${m.length>3?"...":""}`,lastSeenHash:cr(l.body),updatedAt:new Date().toISOString()};let p=Rt(l);return o(s,p),{content:[{type:"text",text:JSON.stringify({memo:{id:d.id,status:d.status},progressEntry:h,gatesUpdated:l.gates.length},null,2)}]}}catch(u){return{content:[{type:"text",text:JSON.stringify({error:u instanceof Error?u.message:String(u)})}],isError:!0}}})),t.tool("rollback_memo","Rollback the latest implementation for a memo. Reverses text_replace operations (swaps before/after), marks the impl as reverted, and sets the memo status back to open.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to rollback")},async({file:s,memoId:i})=>vt(s,async()=>{try{let a=n(s),c=Oe(a),u=c.memos.find(p=>p.id===i);if(!u)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let l=c.impls.filter(p=>p.memoId===i&&p.status==="applied");if(l.length===0)return{content:[{type:"text",text:JSON.stringify({error:`No applied implementation found for memo: ${i}`})}],isError:!0};let d=l[l.length-1];for(let p of d.operations)p.type==="text_replace"&&c.body.includes(p.after)&&(c.body=c.body.split(p.after).join(p.before));d.status="reverted",u.status="open",u.updatedAt=new Date().toISOString(),c.gates.length>0&&(c.gates=It(c.gates,c.memos));let h=c.memos.filter(p=>Le(p.status)).length,f=c.memos.filter(p=>!Le(p.status));c.cursor={taskId:i,step:`${h}/${c.memos.length} resolved`,nextAction:f.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${f.map(p=>p.id).slice(0,3).join(", ")}${f.length>3?"...":""}`,lastSeenHash:cr(c.body),updatedAt:new Date().toISOString()};let m=Rt(c);return o(s,m),{content:[{type:"text",text:JSON.stringify({rolledBack:d.id,memo:{id:u.id,status:u.status},gatesUpdated:c.gates.length},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})),t.tool("batch_apply","Apply multiple implementation operations in a single transaction. Parses the document once, applies all operations sequentially, then writes once. Each operation follows the same format as apply_memo.",{file:R.string().describe("Path to the annotated markdown file"),operations:R.array(R.object({memoId:R.string().describe("The memo ID to apply implementation to"),action:R.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),oldText:R.string().optional().describe("For text_replace: the text to find and replace"),newText:R.string().optional().describe("For text_replace: the replacement text"),targetFile:R.string().optional().describe("For file_patch/file_create: target file path"),patch:R.string().optional().describe("For file_patch: the patch content"),content:R.string().optional().describe("For file_create: the file content to write")})).describe("Array of operations to apply")},async({file:s,operations:i})=>vt(s,async()=>{try{let a=n(s),c=Oe(a);Mo(s,a);let u=[];for(let f of i){let m=c.memos.find(y=>y.id===f.memoId);if(!m){u.push({memoId:f.memoId,implId:"",status:"error: memo not found"});continue}let p;if(f.action==="text_replace"){if(!f.oldText||f.newText===void 0){u.push({memoId:f.memoId,implId:"",status:"error: text_replace requires oldText and newText"});continue}if(p={type:"text_replace",file:"",before:f.oldText,after:f.newText},!c.body.includes(f.oldText)){u.push({memoId:f.memoId,implId:"",status:"error: oldText not found in body"});continue}c.body=c.body.split(f.oldText).join(f.newText)}else if(f.action==="file_patch"){if(!f.targetFile||!f.patch){u.push({memoId:f.memoId,implId:"",status:"error: file_patch requires targetFile and patch"});continue}p={type:"file_patch",file:f.targetFile,patch:f.patch},(0,$d.existsSync)(f.targetFile)&&Mo(f.targetFile,Ri(f.targetFile)),o(f.targetFile,f.patch)}else{if(!f.targetFile||f.content===void 0){u.push({memoId:f.memoId,implId:"",status:"error: file_create requires targetFile and content"});continue}p={type:"file_create",file:f.targetFile,content:f.content},o(f.targetFile,f.content)}let g={id:`impl_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,6)}`,memoId:f.memoId,status:"applied",operations:[p],summary:`${f.action} for ${f.memoId}`,appliedAt:new Date().toISOString()};c.impls.push(g),m.status="needs_review",m.updatedAt=new Date().toISOString(),u.push({memoId:f.memoId,implId:g.id,status:"applied"})}c.gates.length>0&&(c.gates=It(c.gates,c.memos));let l=c.memos.filter(f=>Le(f.status)).length,d=c.memos.filter(f=>!Le(f.status));c.cursor={taskId:i[0]?.memoId||"",step:`${l}/${c.memos.length} resolved`,nextAction:d.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${d.map(f=>f.id).slice(0,3).join(", ")}${d.length>3?"...":""}`,lastSeenHash:cr(c.body),updatedAt:new Date().toISOString()},xy(s,{type:"batch_apply",results:u,timestamp:new Date().toISOString()});let h=Rt(c);return o(s,h),{content:[{type:"text",text:JSON.stringify({results:u,gatesUpdated:c.gates.length,cursor:c.cursor},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})),t.tool("get_memo_changes","Get the implementation history and progress for a memo. Returns all MemoImpl records and progress entries from .md-feedback/progress.json. If memoId is omitted, returns all changes.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().optional().describe("Optional memo ID to filter by \u2014 if omitted, returns all changes")},async({file:s,memoId:i})=>{try{let a=n(s),c=Oe(a),u=i?c.impls.filter(h=>h.memoId===i):c.impls,l=fd(s),d=i?l.filter(h=>h.memoId===i):l;return{content:[{type:"text",text:JSON.stringify({impls:u,progress:d},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})}function wd(t){process.stderr.write(`[md-feedback] ${t}
80
- `)}function wE(){let t=process.argv.find(e=>e.startsWith("--workspace="));return t?t.split("=")[1]:process.env.MD_FEEDBACK_WORKSPACE||void 0}var My=wE(),Cy=new Ti({name:"md-feedback",version:"1.3.3"});Oy(Cy,My);async function kE(){let t=new Pi;await Cy.connect(t);let e=My||process.cwd();wd(`v1.3.3 ready (stdio) workspace=${e}`)}kE().catch(t=>{wd(`fatal: ${t}`),process.exit(1)});0&&(module.exports={log});
77
+ `),m=gd(f,l),p=m>=0?m:f.length-1,g=a.split(`
78
+ `),y=p+1;f.splice(y,0,...g);for(let x of u.responses)x.bodyStartIdx>=y&&(x.bodyStartIdx+=g.length,x.bodyEndIdx+=g.length);u.body=f.join(`
79
+ `),u.responses.push({id:`resp_${i}`,to:i,bodyStartIdx:y,bodyEndIdx:y+g.length-1})}(l.status==="open"||l.status==="in_progress")&&(l.status="needs_review",l.updatedAt=new Date().toISOString()),u.gates.length>0&&(u.gates=Ot(u.gates,u.memos));let h=It(u);return o(s,h),{content:[{type:"text",text:JSON.stringify({memoId:i,status:l.status,responseInserted:!0,totalResponses:u.responses.length},null,2)}]}}catch(c){return{content:[{type:"text",text:JSON.stringify({error:c instanceof Error?c.message:String(c)})}],isError:!0}}})),t.tool("update_memo_status","Update the status of a memo annotation. Writes the change back to the markdown file. Returns the updated memo. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to update"),status:R.enum(["open","in_progress","needs_review"]).describe("New status. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code."),owner:R.enum(["human","agent","tool"]).optional().describe("Optionally change the owner")},async({file:s,memoId:i,status:a,owner:c})=>xt(s,async()=>{try{let u=n(s),l=Oe(u),d=l.memos.find(g=>g.id===i);if(!d)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};d.status=a,c&&(d.owner=c),d.updatedAt=new Date().toISOString(),l.gates.length===0&&l.memos.length>0&&l.gates.push({id:`gate-${Date.now().toString(36)}`,type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"}),l.gates=Ot(l.gates,l.memos);let h=l.memos.filter(g=>g.status!=="open").length,f=l.memos.length,m=l.memos.filter(g=>g.status==="open");l.cursor={taskId:i,step:`${h}/${f} resolved`,nextAction:m.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${m.map(g=>g.id).slice(0,3).join(", ")}${m.length>3?"...":""}`,lastSeenHash:cr(l.body),updatedAt:new Date().toISOString()};let p=It(l);return o(s,p),{content:[{type:"text",text:JSON.stringify({memo:d,gatesUpdated:l.gates.length,cursor:l.cursor},null,2)}]}}catch(u){return{content:[{type:"text",text:JSON.stringify({error:u instanceof Error?u.message:String(u)})}],isError:!0}}})),t.tool("update_cursor",'Update the plan cursor position in a markdown file. The cursor tracks "where we are" in a plan. Only one cursor per document.',{file:R.string().describe("Path to the annotated markdown file"),taskId:R.string().describe("Current task ID"),step:R.string().describe('Current step (e.g., "3/7" or "Phase 2")'),nextAction:R.string().describe("Description of the next action to take")},async({file:s,taskId:i,step:a,nextAction:c})=>xt(s,async()=>{try{let u=n(s),l=Oe(u);if(l.memos.length>0&&!l.memos.some(h=>h.id===i))return{content:[{type:"text",text:JSON.stringify({error:`Task ID not found: "${i}". Valid IDs: ${l.memos.map(h=>h.id).join(", ")}`})}],isError:!0};l.cursor={taskId:i,step:a,nextAction:c,lastSeenHash:cr(l.body),updatedAt:new Date().toISOString()};let d=It(l);return o(s,d),{content:[{type:"text",text:JSON.stringify({cursor:l.cursor},null,2)}]}}catch(u){return{content:[{type:"text",text:JSON.stringify({error:u instanceof Error?u.message:String(u)})}],isError:!0}}})),t.tool("evaluate_gates","Evaluate all gates in a markdown file against current memo statuses. Returns updated gate statuses without modifying the file.",{file:R.string().describe("Path to the annotated markdown file")},async({file:s})=>{try{let i=n(s),a=Oe(i),c=Ot(a.gates,a.memos);return{content:[{type:"text",text:JSON.stringify({gates:c,summary:{total:c.length,blocked:c.filter(u=>u.status==="blocked").length,proceed:c.filter(u=>u.status==="proceed").length,done:c.filter(u=>u.status==="done").length}},null,2)}]}}catch(i){return{content:[{type:"text",text:JSON.stringify({error:i instanceof Error?i.message:String(i)})}],isError:!0}}}),t.tool("export_review","Export review feedback in a format optimized for a specific AI coding tool. Targets: claude-code, cursor, codex, copilot, cline, windsurf, roo-code, gemini, generic, handoff. Returns formatted markdown ready to save to the appropriate file.",{file:R.string().describe("Path to the annotated markdown file"),target:R.enum(["claude-code","cursor","codex","copilot","cline","windsurf","roo-code","gemini","antigravity","generic","handoff"]).describe("Target AI tool format")},async({file:s,target:i})=>{try{let a=n(s);if(i==="handoff"){let p=xd(a,s);return{content:[{type:"text",text:bd(p,"standalone")}]}}let{memos:c}=yd(a),u=Tn(a),l=u[0]||"Plan Review",d={red:"#fca5a5",blue:"#93c5fd",yellow:"#fef08a"},h=c.map(p=>({text:p.anchorText||"",color:d[p.color]||"#fef08a",section:"",context:""})),f=c.map(p=>({id:p.id,text:p.text,color:p.color,section:"",context:p.anchorText||""}));return{content:[{type:"text",text:wy(l,s,u,h,f,i)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}}),t.tool("apply_memo","Apply an implementation action to a memo. Supports text_replace (replaces all occurrences in current document), file_patch (overwrites target file \u2014 snapshot saved first), and file_create (create a new file). Creates a snapshot before modification, records the implementation, and updates memo status to done.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to apply implementation to"),action:R.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),dryRun:R.boolean().optional().default(!1).describe("If true, return preview without writing"),oldText:R.string().optional().describe("For text_replace: the text to find and replace"),newText:R.string().optional().describe("For text_replace: the replacement text"),targetFile:R.string().optional().describe("For file_patch/file_create: target file path"),patch:R.string().optional().describe("For file_patch: the patch content"),content:R.string().optional().describe("For file_create: the file content to write")},async({file:s,memoId:i,action:a,dryRun:c,oldText:u,newText:l,targetFile:d,patch:h,content:f})=>xt(s,async()=>{try{let m=n(s),p=Oe(m),g=p.memos.find(F=>F.id===i);if(!g)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let y;if(a==="text_replace"){if(!u||l===void 0)return{content:[{type:"text",text:JSON.stringify({error:"text_replace requires oldText and newText"})}],isError:!0};y={type:"text_replace",file:"",before:u,after:l}}else if(a==="file_patch"){if(!d||!h)return{content:[{type:"text",text:JSON.stringify({error:"file_patch requires targetFile and patch"})}],isError:!0};y={type:"file_patch",file:d,patch:h}}else{if(!d||f===void 0)return{content:[{type:"text",text:JSON.stringify({error:"file_create requires targetFile and content"})}],isError:!0};y={type:"file_create",file:d,content:f}}let x={id:`impl_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,6)}`,memoId:i,status:"applied",operations:[y],summary:`${a} for ${i}`,appliedAt:new Date().toISOString()};if(c)return{content:[{type:"text",text:JSON.stringify({dryRun:!0,impl:x,operation:y,memo:{id:g.id,status:g.status}},null,2)}]};if(Co(s,m),a==="text_replace"){if(!p.body.includes(u))return{content:[{type:"text",text:JSON.stringify({error:"oldText not found in document body"})}],isError:!0};p.body=p.body.split(u).join(l)}else a==="file_patch"?((0,wd.existsSync)(d)&&Co(d,Ri(d)),o(d,h)):a==="file_create"&&o(d,f);p.impls.push(x),g.status="needs_review",g.updatedAt=new Date().toISOString(),p.gates.length>0&&(p.gates=Ot(p.gates,p.memos));let w=p.memos.filter(F=>Le(F.status)).length,b=p.memos.filter(F=>!Le(F.status));p.cursor={taskId:i,step:`${w}/${p.memos.length} resolved`,nextAction:b.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${b.map(F=>F.id).slice(0,3).join(", ")}${b.length>3?"...":""}`,lastSeenHash:cr(p.body),updatedAt:new Date().toISOString()};let $=It(p);return o(s,$),{content:[{type:"text",text:JSON.stringify({impl:x,memo:{id:g.id,status:g.status},gatesUpdated:p.gates.length},null,2)}]}}catch(m){return{content:[{type:"text",text:JSON.stringify({error:m instanceof Error?m.message:String(m)})}],isError:!0}}})),t.tool("link_artifacts","Link file artifacts (source files, configs, etc.) to a memo. Creates a MemoArtifact record in the document.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to link artifacts to"),files:R.array(R.string()).describe("Array of relative file paths to link")},async({file:s,memoId:i,files:a})=>xt(s,async()=>{try{let c=n(s),u=Oe(c);if(!u.memos.find(f=>f.id===i))return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let d={id:`art_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,6)}`,memoId:i,files:a,linkedAt:new Date().toISOString()};u.artifacts.push(d);let h=It(u);return o(s,h),{content:[{type:"text",text:JSON.stringify({artifact:d},null,2)}]}}catch(c){return{content:[{type:"text",text:JSON.stringify({error:c instanceof Error?c.message:String(c)})}],isError:!0}}})),t.tool("update_memo_progress","Update the progress of a memo with a status change and message. Writes progress to .md-feedback/progress.json and updates the memo status. Terminal statuses (done, failed) require human approval via VS Code.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to update progress for"),status:R.enum(["in_progress","needs_review"]).describe("New progress status. Terminal statuses (done, failed) require human approval via VS Code."),message:R.string().describe("Progress message describing what was done or what failed")},async({file:s,memoId:i,status:a,message:c})=>xt(s,async()=>{try{let u=n(s),l=Oe(u),d=l.memos.find(g=>g.id===i);if(!d)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};d.status=a,d.updatedAt=new Date().toISOString();let h={memoId:i,status:a,message:c,timestamp:new Date().toISOString()};xy(s,h),l.gates.length>0&&(l.gates=Ot(l.gates,l.memos));let f=l.memos.filter(g=>Le(g.status)).length,m=l.memos.filter(g=>!Le(g.status));l.cursor={taskId:i,step:`${f}/${l.memos.length} resolved`,nextAction:m.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${m.map(g=>g.id).slice(0,3).join(", ")}${m.length>3?"...":""}`,lastSeenHash:cr(l.body),updatedAt:new Date().toISOString()};let p=It(l);return o(s,p),{content:[{type:"text",text:JSON.stringify({memo:{id:d.id,status:d.status},progressEntry:h,gatesUpdated:l.gates.length},null,2)}]}}catch(u){return{content:[{type:"text",text:JSON.stringify({error:u instanceof Error?u.message:String(u)})}],isError:!0}}})),t.tool("rollback_memo","Rollback the latest implementation for a memo. Reverses text_replace operations (swaps before/after), marks the impl as reverted, and sets the memo status back to open.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to rollback")},async({file:s,memoId:i})=>xt(s,async()=>{try{let a=n(s),c=Oe(a),u=c.memos.find(p=>p.id===i);if(!u)return{content:[{type:"text",text:JSON.stringify({error:`Memo not found: ${i}`})}],isError:!0};let l=c.impls.filter(p=>p.memoId===i&&p.status==="applied");if(l.length===0)return{content:[{type:"text",text:JSON.stringify({error:`No applied implementation found for memo: ${i}`})}],isError:!0};let d=l[l.length-1];for(let p of d.operations)p.type==="text_replace"&&c.body.includes(p.after)&&(c.body=c.body.split(p.after).join(p.before));d.status="reverted",u.status="open",u.updatedAt=new Date().toISOString(),c.gates.length>0&&(c.gates=Ot(c.gates,c.memos));let h=c.memos.filter(p=>Le(p.status)).length,f=c.memos.filter(p=>!Le(p.status));c.cursor={taskId:i,step:`${h}/${c.memos.length} resolved`,nextAction:f.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${f.map(p=>p.id).slice(0,3).join(", ")}${f.length>3?"...":""}`,lastSeenHash:cr(c.body),updatedAt:new Date().toISOString()};let m=It(c);return o(s,m),{content:[{type:"text",text:JSON.stringify({rolledBack:d.id,memo:{id:u.id,status:u.status},gatesUpdated:c.gates.length},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})),t.tool("batch_apply","Apply multiple implementation operations in a single transaction. Parses the document once, applies all operations sequentially, then writes once. Each operation follows the same format as apply_memo.",{file:R.string().describe("Path to the annotated markdown file"),operations:R.array(R.object({memoId:R.string().describe("The memo ID to apply implementation to"),action:R.enum(["text_replace","file_patch","file_create"]).describe("Type of implementation action"),oldText:R.string().optional().describe("For text_replace: the text to find and replace"),newText:R.string().optional().describe("For text_replace: the replacement text"),targetFile:R.string().optional().describe("For file_patch/file_create: target file path"),patch:R.string().optional().describe("For file_patch: the patch content"),content:R.string().optional().describe("For file_create: the file content to write")})).describe("Array of operations to apply")},async({file:s,operations:i})=>xt(s,async()=>{try{let a=n(s),c=Oe(a);Co(s,a);let u=[];for(let f of i){let m=c.memos.find(y=>y.id===f.memoId);if(!m){u.push({memoId:f.memoId,implId:"",status:"error: memo not found"});continue}let p;if(f.action==="text_replace"){if(!f.oldText||f.newText===void 0){u.push({memoId:f.memoId,implId:"",status:"error: text_replace requires oldText and newText"});continue}if(p={type:"text_replace",file:"",before:f.oldText,after:f.newText},!c.body.includes(f.oldText)){u.push({memoId:f.memoId,implId:"",status:"error: oldText not found in body"});continue}c.body=c.body.split(f.oldText).join(f.newText);for(let y of c.memos)y.anchorText&&y.anchorText.includes(f.oldText)&&(y.anchorText=y.anchorText.replace(f.oldText,f.newText))}else if(f.action==="file_patch"){if(!f.targetFile||!f.patch){u.push({memoId:f.memoId,implId:"",status:"error: file_patch requires targetFile and patch"});continue}p={type:"file_patch",file:f.targetFile,patch:f.patch},(0,wd.existsSync)(f.targetFile)&&Co(f.targetFile,Ri(f.targetFile)),o(f.targetFile,f.patch)}else{if(!f.targetFile||f.content===void 0){u.push({memoId:f.memoId,implId:"",status:"error: file_create requires targetFile and content"});continue}p={type:"file_create",file:f.targetFile,content:f.content},o(f.targetFile,f.content)}let g={id:`impl_${Date.now().toString(36)}_${Math.random().toString(36).slice(2,6)}`,memoId:f.memoId,status:"applied",operations:[p],summary:`${f.action} for ${f.memoId}`,appliedAt:new Date().toISOString()};c.impls.push(g),m.status="needs_review",m.updatedAt=new Date().toISOString(),u.push({memoId:f.memoId,implId:g.id,status:"applied"})}c.gates.length>0&&(c.gates=Ot(c.gates,c.memos));let l=c.memos.filter(f=>Le(f.status)).length,d=c.memos.filter(f=>!Le(f.status));c.cursor={taskId:i[0]?.memoId||"",step:`${l}/${c.memos.length} resolved`,nextAction:d.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${d.map(f=>f.id).slice(0,3).join(", ")}${d.length>3?"...":""}`,lastSeenHash:cr(c.body),updatedAt:new Date().toISOString()},by(s,{type:"batch_apply",results:u,timestamp:new Date().toISOString()});let h=It(c);return o(s,h),{content:[{type:"text",text:JSON.stringify({results:u,gatesUpdated:c.gates.length,cursor:c.cursor},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})),t.tool("get_memo_changes","Get the implementation history and progress for a memo. Returns all MemoImpl records and progress entries from .md-feedback/progress.json. If memoId is omitted, returns all changes.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().optional().describe("Optional memo ID to filter by \u2014 if omitted, returns all changes")},async({file:s,memoId:i})=>{try{let a=n(s),c=Oe(a),u=i?c.impls.filter(h=>h.memoId===i):c.impls,l=fd(s),d=i?l.filter(h=>h.memoId===i):l;return{content:[{type:"text",text:JSON.stringify({impls:u,progress:d},null,2)}]}}catch(a){return{content:[{type:"text",text:JSON.stringify({error:a instanceof Error?a.message:String(a)})}],isError:!0}}})}function kd(t){process.stderr.write(`[md-feedback] ${t}
80
+ `)}function wE(){let t=process.argv.find(e=>e.startsWith("--workspace="));return t?t.split("=")[1]:process.env.MD_FEEDBACK_WORKSPACE||void 0}var My=wE(),Cy=new Ti({name:"md-feedback",version:"1.3.4"});Oy(Cy,My);async function kE(){let t=new Pi;await Cy.connect(t);let e=My||process.cwd();kd(`v1.3.4 ready (stdio) workspace=${e}`)}kE().catch(t=>{kd(`fatal: ${t}`),process.exit(1)});0&&(module.exports={log});