md-feedback 1.3.3 → 1.3.5

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 +58 -58
  2. package/package.json +3 -2
@@ -1,80 +1,80 @@
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
4
- || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,U._)`+${o}`);return;case"integer":n.elseIf((0,U._)`${i} === "boolean" || ${o} === null
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},
2
+ "use strict";var o_=Object.create;var Ho=Object.defineProperty;var s_=Object.getOwnPropertyDescriptor;var i_=Object.getOwnPropertyNames;var a_=Object.getPrototypeOf,c_=Object.prototype.hasOwnProperty;var T=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Go=(t,e)=>{for(var r in e)Ho(t,r,{get:e[r],enumerable:!0})},Fd=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of i_(e))!c_.call(t,o)&&o!==r&&Ho(t,o,{get:()=>e[o],enumerable:!(n=s_(e,o))||n.enumerable});return t};var Nn=(t,e,r)=>(r=t!=null?o_(a_(t)):{},Fd(e||!t||!t.__esModule?Ho(r,"default",{value:t,enumerable:!0}):r,t)),u_=t=>Fd(Ho({},"__esModule",{value:!0}),t);var po=T(re=>{"use strict";Object.defineProperty(re,"__esModule",{value:!0});re.regexpCode=re.getEsmExportName=re.getProperty=re.safeStringify=re.stringify=re.strConcat=re.addCodeArg=re.str=re._=re.nil=re._Code=re.Name=re.IDENTIFIER=re._CodeOrName=void 0;var uo=class{};re._CodeOrName=uo;re.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var jr=class extends uo{constructor(e){if(super(),!re.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}}};re.Name=jr;var ut=class extends uo{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 jr&&(r[n.str]=(r[n.str]||0)+1),r),{})}};re._Code=ut;re.nil=new ut("");function jm(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Mu(r,e[n]),r.push(t[++n]);return new ut(r)}re._=jm;var Ou=new ut("+");function Dm(t,...e){let r=[lo(t[0])],n=0;for(;n<e.length;)r.push(Ou),Mu(r,e[n]),r.push(Ou,lo(t[++n]));return uw(r),new ut(r)}re.str=Dm;function Mu(t,e){e instanceof ut?t.push(...e._items):e instanceof jr?t.push(e):t.push(pw(e))}re.addCodeArg=Mu;function uw(t){let e=1;for(;e<t.length-1;){if(t[e]===Ou){let r=lw(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function lw(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof jr||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 jr))return`"${t}${e.slice(1)}`}function dw(t,e){return e.emptyStr()?t:t.emptyStr()?e:Dm`${t}${e}`}re.strConcat=dw;function pw(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:lo(Array.isArray(t)?t.join(","):t)}function fw(t){return new ut(lo(t))}re.stringify=fw;function lo(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}re.safeStringify=lo;function mw(t){return typeof t=="string"&&re.IDENTIFIER.test(t)?new ut(`.${t}`):jm`[${t}]`}re.getProperty=mw;function hw(t){if(typeof t=="string"&&re.IDENTIFIER.test(t))return new ut(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}re.getEsmExportName=hw;function gw(t){return new ut(t.toString())}re.regexpCode=gw});var Au=T(We=>{"use strict";Object.defineProperty(We,"__esModule",{value:!0});We.ValueScope=We.ValueScopeName=We.Scope=We.varKinds=We.UsedValueState=void 0;var Je=po(),Cu=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Ks;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Ks||(We.UsedValueState=Ks={}));We.varKinds={const:new Je.Name("const"),let:new Je.Name("let"),var:new Je.Name("var")};var Js=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}}};We.Scope=Js;var Ws=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}]`}};We.ValueScopeName=Ws;var yw=(0,Je._)`\n`,Nu=class extends Js{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?yw:Je.nil}}get(){return this._scope}name(e){return new Ws(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let d=a.get(i);if(d)return d}else a=this._values[s]=new Map;a.set(i,o);let c=this._scope[s]||(this._scope[s]=[]),u=c.length;return c[u]=r.ref,o.setValue(r,{property:s,itemIndex:u}),o}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,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,Ks.Started);let d=r(u);if(d){let l=this.opts.es5?We.varKinds.var:We.varKinds.const;s=(0,Je._)`${s}${l} ${u} = ${d};${this.opts._n}`}else if(d=o?.(u))s=(0,Je._)`${s}${d}${this.opts._n}`;else throw new Cu(u);c.set(u,Ks.Completed)})}return s}};We.ValueScope=Nu});var B=T(K=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});K.or=K.and=K.not=K.CodeGen=K.operators=K.varKinds=K.ValueScopeName=K.ValueScope=K.Scope=K.Name=K.regexpCode=K.stringify=K.getProperty=K.nil=K.strConcat=K.str=K._=void 0;var ee=po(),yt=Au(),or=po();Object.defineProperty(K,"_",{enumerable:!0,get:function(){return or._}});Object.defineProperty(K,"str",{enumerable:!0,get:function(){return or.str}});Object.defineProperty(K,"strConcat",{enumerable:!0,get:function(){return or.strConcat}});Object.defineProperty(K,"nil",{enumerable:!0,get:function(){return or.nil}});Object.defineProperty(K,"getProperty",{enumerable:!0,get:function(){return or.getProperty}});Object.defineProperty(K,"stringify",{enumerable:!0,get:function(){return or.stringify}});Object.defineProperty(K,"regexpCode",{enumerable:!0,get:function(){return or.regexpCode}});Object.defineProperty(K,"Name",{enumerable:!0,get:function(){return or.Name}});var ei=Au();Object.defineProperty(K,"Scope",{enumerable:!0,get:function(){return ei.Scope}});Object.defineProperty(K,"ValueScope",{enumerable:!0,get:function(){return ei.ValueScope}});Object.defineProperty(K,"ValueScopeName",{enumerable:!0,get:function(){return ei.ValueScopeName}});Object.defineProperty(K,"varKinds",{enumerable:!0,get:function(){return ei.varKinds}});K.operators={GT:new ee._Code(">"),GTE:new ee._Code(">="),LT:new ee._Code("<"),LTE:new ee._Code("<="),EQ:new ee._Code("==="),NEQ:new ee._Code("!=="),NOT:new ee._Code("!"),OR:new ee._Code("||"),AND:new ee._Code("&&"),ADD:new ee._Code("+")};var Lt=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Zu=class extends Lt{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?yt.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=yn(this.rhs,e,r)),this}get names(){return this.rhs instanceof ee._CodeOrName?this.rhs.names:{}}},Qs=class extends Lt{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 ee.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=yn(this.rhs,e,r),this}get names(){let e=this.lhs instanceof ee.Name?{}:{...this.lhs.names};return Ys(e,this.rhs)}},ju=class extends Qs{constructor(e,r,n,o){super(e,n,o),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Du=class extends Lt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},qu=class extends Lt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Lu=class extends Lt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Fu=class extends Lt{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=yn(this.code,e,r),this}get names(){return this.code instanceof ee._CodeOrName?this.code.names:{}}},fo=class extends Lt{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)=>Lr(e,r.names),{})}},Ft=class extends fo{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Uu=class extends fo{},gn=class extends Ft{};gn.kind="else";var Dr=class t extends Ft{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 gn(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(qm(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=yn(this.condition,e,r),this}get names(){let e=super.names;return Ys(e,this.condition),this.else&&Lr(e,this.else.names),e}};Dr.kind="if";var qr=class extends Ft{};qr.kind="for";var Vu=class extends qr{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=yn(this.iteration,e,r),this}get names(){return Lr(super.names,this.iteration.names)}},Hu=class extends qr{constructor(e,r,n,o){super(),this.varKind=e,this.name=r,this.from=n,this.to=o}render(e){let r=e.es5?yt.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=Ys(super.names,this.from);return Ys(e,this.to)}},Xs=class extends qr{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=yn(this.iterable,e,r),this}get names(){return Lr(super.names,this.iterable.names)}},mo=class extends Ft{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)}};mo.kind="func";var ho=class extends fo{render(e){return"return "+super.render(e)}};ho.kind="return";var Gu=class extends Ft{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&&Lr(e,this.catch.names),this.finally&&Lr(e,this.finally.names),e}},go=class extends Ft{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};go.kind="catch";var yo=class extends Ft{render(e){return"finally"+super.render(e)}};yo.kind="finally";var Bu=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
3
+ `:""},this._extScope=e,this._scope=new yt.Scope({parent:e}),this._nodes=[new Uu]}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 Zu(e,s,n)),s}const(e,r,n){return this._def(yt.varKinds.const,e,r,n)}let(e,r,n){return this._def(yt.varKinds.let,e,r,n)}var(e,r,n){return this._def(yt.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Qs(e,r,n))}add(e,r){return this._leafNode(new ju(e,K.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==ee.nil&&this._leafNode(new Fu(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,ee.addCodeArg)(r,o));return r.push("}"),new ee._Code(r)}if(e,r,n){if(this._blockNode(new Dr(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 Dr(e))}else(){return this._elseNode(new gn)}endIf(){return this._endBlockNode(Dr,gn)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new Vu(e),r)}forRange(e,r,n,o,s=this.opts.es5?yt.varKinds.var:yt.varKinds.let){let i=this._scope.toName(e);return this._for(new Hu(s,i,r,n),()=>o(i))}forOf(e,r,n,o=yt.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let i=r instanceof ee.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,ee._)`${i}.length`,a=>{this.var(s,(0,ee._)`${i}[${a}]`),n(s)})}return this._for(new Xs("of",o,s,r),()=>n(s))}forIn(e,r,n,o=this.opts.es5?yt.varKinds.var:yt.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,ee._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Xs("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(qr)}label(e){return this._leafNode(new Du(e))}break(e){return this._leafNode(new qu(e))}return(e){let r=new ho;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ho)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new Gu;if(this._blockNode(o),this.code(e),r){let s=this.name("e");this._currNode=o.catch=new go(s),r(s)}return n&&(this._currNode=o.finally=new yo,this.code(n)),this._endBlockNode(go,yo)}throw(e){return this._leafNode(new Lu(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=ee.nil,n,o){return this._blockNode(new mo(e,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(mo)}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 Dr))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};K.CodeGen=Bu;function Lr(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Ys(t,e){return e instanceof ee._CodeOrName?Lr(t,e.names):t}function yn(t,e,r){if(t instanceof ee.Name)return n(t);if(!o(t))return t;return new ee._Code(t._items.reduce((s,i)=>(i instanceof ee.Name&&(i=n(i)),i instanceof ee._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 ee._Code&&s._items.some(i=>i instanceof ee.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 qm(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,ee._)`!${Ku(t)}`}K.not=qm;var vw=Lm(K.operators.AND);function xw(...t){return t.reduce(vw)}K.and=xw;var bw=Lm(K.operators.OR);function $w(...t){return t.reduce(bw)}K.or=$w;function Lm(t){return(e,r)=>e===ee.nil?r:r===ee.nil?e:(0,ee._)`${Ku(e)} ${t} ${Ku(r)}`}function Ku(t){return t instanceof ee.Name?t:(0,ee._)`(${t})`}});var ne=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 ue=B(),ww=po();function kw(t){let e={};for(let r of t)e[r]=!0;return e}J.toHash=kw;function Sw(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(Vm(t,e),!Hm(e,t.self.RULES.all))}J.alwaysValidSchema=Sw;function Vm(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]||Km(t,`unknown keyword: "${s}"`)}J.checkUnknownRules=Vm;function Hm(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}J.schemaHasRules=Hm;function zw(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=zw;function Tw({topSchemaRef:t,schemaPath:e},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ue._)`${r}`}return(0,ue._)`${t}${e}${(0,ue.getProperty)(n)}`}J.schemaRefOrVal=Tw;function Ew(t){return Gm(decodeURIComponent(t))}J.unescapeFragment=Ew;function Pw(t){return encodeURIComponent(Wu(t))}J.escapeFragment=Pw;function Wu(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}J.escapeJsonPointer=Wu;function Gm(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}J.unescapeJsonPointer=Gm;function Rw(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}J.eachItem=Rw;function Fm({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let c=i===void 0?s:i instanceof ue.Name?(s instanceof ue.Name?t(o,s,i):e(o,s,i),i):s instanceof ue.Name?(e(o,i,s),s):r(s,i);return a===ue.Name&&!(c instanceof ue.Name)?n(o,c):c}}J.mergeEvaluated={props:Fm({mergeNames:(t,e,r)=>t.if((0,ue._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ue._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ue._)`${r} || {}`).code((0,ue._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ue._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ue._)`${r} || {}`),Qu(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:Bm}),items:Fm({mergeNames:(t,e,r)=>t.if((0,ue._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ue._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ue._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ue._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function Bm(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ue._)`{}`);return e!==void 0&&Qu(t,r,e),r}J.evaluatedPropsToName=Bm;function Qu(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ue._)`${e}${(0,ue.getProperty)(n)}`,!0))}J.setEvaluated=Qu;var Um={};function Iw(t,e){return t.scopeValue("func",{ref:e,code:Um[e.code]||(Um[e.code]=new ww._Code(e.code))})}J.useFunc=Iw;var Ju;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Ju||(J.Type=Ju={}));function Ow(t,e,r){if(t instanceof ue.Name){let n=e===Ju.Num;return r?n?(0,ue._)`"[" + ${t} + "]"`:(0,ue._)`"['" + ${t} + "']"`:n?(0,ue._)`"/" + ${t}`:(0,ue._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ue.getProperty)(t).toString():"/"+Wu(t)}J.getErrorPath=Ow;function Km(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=Km});var Ut=T(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});var Ae=B(),Mw={data:new Ae.Name("data"),valCxt:new Ae.Name("valCxt"),instancePath:new Ae.Name("instancePath"),parentData:new Ae.Name("parentData"),parentDataProperty:new Ae.Name("parentDataProperty"),rootData:new Ae.Name("rootData"),dynamicAnchors:new Ae.Name("dynamicAnchors"),vErrors:new Ae.Name("vErrors"),errors:new Ae.Name("errors"),this:new Ae.Name("this"),self:new Ae.Name("self"),scope:new Ae.Name("scope"),json:new Ae.Name("json"),jsonPos:new Ae.Name("jsonPos"),jsonLen:new Ae.Name("jsonLen"),jsonPart:new Ae.Name("jsonPart")};Xu.default=Mw});var _o=T(Ze=>{"use strict";Object.defineProperty(Ze,"__esModule",{value:!0});Ze.extendErrors=Ze.resetErrorsCount=Ze.reportExtraError=Ze.reportError=Ze.keyword$DataError=Ze.keywordError=void 0;var te=B(),ti=ne(),Fe=Ut();Ze.keywordError={message:({keyword:t})=>(0,te.str)`must pass "${t}" keyword validation`};Ze.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,te.str)`"${t}" keyword must be ${e} ($data)`:(0,te.str)`"${t}" keyword is invalid ($data)`};function Cw(t,e=Ze.keywordError,r,n){let{it:o}=t,{gen:s,compositeRule:i,allErrors:a}=o,c=Qm(t,e,r);n??(i||a)?Jm(s,c):Wm(o,(0,te._)`[${c}]`)}Ze.reportError=Cw;function Nw(t,e=Ze.keywordError,r){let{it:n}=t,{gen:o,compositeRule:s,allErrors:i}=n,a=Qm(t,e,r);Jm(o,a),s||i||Wm(n,Fe.default.vErrors)}Ze.reportExtraError=Nw;function Aw(t,e){t.assign(Fe.default.errors,e),t.if((0,te._)`${Fe.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,te._)`${Fe.default.vErrors}.length`,e),()=>t.assign(Fe.default.vErrors,null)))}Ze.resetErrorsCount=Aw;function Zw({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,Fe.default.errors,a=>{t.const(i,(0,te._)`${Fe.default.vErrors}[${a}]`),t.if((0,te._)`${i}.instancePath === undefined`,()=>t.assign((0,te._)`${i}.instancePath`,(0,te.strConcat)(Fe.default.instancePath,s.errorPath))),t.assign((0,te._)`${i}.schemaPath`,(0,te.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,te._)`${i}.schema`,r),t.assign((0,te._)`${i}.data`,n))})}Ze.extendErrors=Zw;function Jm(t,e){let r=t.const("err",e);t.if((0,te._)`${Fe.default.vErrors} === null`,()=>t.assign(Fe.default.vErrors,(0,te._)`[${r}]`),(0,te._)`${Fe.default.vErrors}.push(${r})`),t.code((0,te._)`${Fe.default.errors}++`)}function Wm(t,e){let{gen:r,validateName:n,schemaEnv:o}=t;o.$async?r.throw((0,te._)`new ${t.ValidationError}(${e})`):(r.assign((0,te._)`${n}.errors`,e),r.return(!1))}var Fr={keyword:new te.Name("keyword"),schemaPath:new te.Name("schemaPath"),params:new te.Name("params"),propertyName:new te.Name("propertyName"),message:new te.Name("message"),schema:new te.Name("schema"),parentSchema:new te.Name("parentSchema")};function Qm(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,te._)`{}`:jw(t,e,r)}function jw(t,e,r={}){let{gen:n,it:o}=t,s=[Dw(o,r),qw(t,r)];return Lw(t,e,s),n.object(...s)}function Dw({errorPath:t},{instancePath:e}){let r=e?(0,te.str)`${t}${(0,ti.getErrorPath)(e,ti.Type.Str)}`:t;return[Fe.default.instancePath,(0,te.strConcat)(Fe.default.instancePath,r)]}function qw({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let o=n?e:(0,te.str)`${e}/${t}`;return r&&(o=(0,te.str)`${o}${(0,ti.getErrorPath)(r,ti.Type.Str)}`),[Fr.schemaPath,o]}function Lw(t,{params:e,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=t,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:l}=a;n.push([Fr.keyword,o],[Fr.params,typeof e=="function"?e(t):e||(0,te._)`{}`]),c.messages&&n.push([Fr.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([Fr.schema,i],[Fr.parentSchema,(0,te._)`${d}${l}`],[Fe.default.data,s]),u&&n.push([Fr.propertyName,u])}});var Ym=T(_n=>{"use strict";Object.defineProperty(_n,"__esModule",{value:!0});_n.boolOrEmptySchema=_n.topBoolOrEmptySchema=void 0;var Fw=_o(),Uw=B(),Vw=Ut(),Hw={message:"boolean schema is false"};function Gw(t){let{gen:e,schema:r,validateName:n}=t;r===!1?Xm(t,!1):typeof r=="object"&&r.$async===!0?e.return(Vw.default.data):(e.assign((0,Uw._)`${n}.errors`,null),e.return(!0))}_n.topBoolOrEmptySchema=Gw;function Bw(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),Xm(t)):r.var(e,!0)}_n.boolOrEmptySchema=Bw;function Xm(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,Fw.reportError)(o,Hw,void 0,e)}});var Yu=T(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.getRules=vn.isJSONType=void 0;var Kw=["string","number","integer","boolean","null","object","array"],Jw=new Set(Kw);function Ww(t){return typeof t=="string"&&Jw.has(t)}vn.isJSONType=Ww;function Qw(){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:{}}}vn.getRules=Qw});var el=T(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});sr.shouldUseRule=sr.shouldUseGroup=sr.schemaHasRulesForType=void 0;function Xw({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&eh(t,n)}sr.schemaHasRulesForType=Xw;function eh(t,e){return e.rules.some(r=>th(t,r))}sr.shouldUseGroup=eh;function th(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))}sr.shouldUseRule=th});var vo=T(je=>{"use strict";Object.defineProperty(je,"__esModule",{value:!0});je.reportTypeError=je.checkDataTypes=je.checkDataType=je.coerceAndCheckDataType=je.getJSONTypes=je.getSchemaTypes=je.DataType=void 0;var Yw=Yu(),e0=el(),t0=_o(),H=B(),rh=ne(),xn;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(xn||(je.DataType=xn={}));function r0(t){let e=nh(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}je.getSchemaTypes=r0;function nh(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(Yw.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}je.getJSONTypes=nh;function n0(t,e){let{gen:r,data:n,opts:o}=t,s=o0(e,o.coerceTypes),i=e.length>0&&!(s.length===0&&e.length===1&&(0,e0.schemaHasRulesForType)(t,e[0]));if(i){let a=rl(e,n,o.strictNumbers,xn.Wrong);r.if(a,()=>{s.length?s0(t,e,s):nl(t)})}return i}je.coerceAndCheckDataType=n0;var oh=new Set(["string","number","integer","boolean","null"]);function o0(t,e){return e?t.filter(r=>oh.has(r)||e==="array"&&r==="array"):[]}function s0(t,e,r){let{gen:n,data:o,opts:s}=t,i=n.let("dataType",(0,H._)`typeof ${o}`),a=n.let("coerced",(0,H._)`undefined`);s.coerceTypes==="array"&&n.if((0,H._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,H._)`${o}[0]`).assign(i,(0,H._)`typeof ${o}`).if(rl(e,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,H._)`${a} !== undefined`);for(let u of r)(oh.has(u)||u==="array"&&s.coerceTypes==="array")&&c(u);n.else(),nl(t),n.endIf(),n.if((0,H._)`${a} !== undefined`,()=>{n.assign(o,a),i0(t,a)});function c(u){switch(u){case"string":n.elseIf((0,H._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,H._)`"" + ${o}`).elseIf((0,H._)`${o} === null`).assign(a,(0,H._)`""`);return;case"number":n.elseIf((0,H._)`${i} == "boolean" || ${o} === null
4
+ || (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,H._)`+${o}`);return;case"integer":n.elseIf((0,H._)`${i} === "boolean" || ${o} === null
5
+ || (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,H._)`+${o}`);return;case"boolean":n.elseIf((0,H._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,H._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,H._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,H._)`${i} === "string" || ${i} === "number"
6
+ || ${i} === "boolean" || ${o} === null`).assign(a,(0,H._)`[${o}]`)}}}function i0({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,H._)`${e} !== undefined`,()=>t.assign((0,H._)`${e}[${r}]`,n))}function tl(t,e,r,n=xn.Correct){let o=n===xn.Correct?H.operators.EQ:H.operators.NEQ,s;switch(t){case"null":return(0,H._)`${e} ${o} null`;case"array":s=(0,H._)`Array.isArray(${e})`;break;case"object":s=(0,H._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=i((0,H._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=i();break;default:return(0,H._)`typeof ${e} ${o} ${t}`}return n===xn.Correct?s:(0,H.not)(s);function i(a=H.nil){return(0,H.and)((0,H._)`typeof ${e} == "number"`,a,r?(0,H._)`isFinite(${e})`:H.nil)}}je.checkDataType=tl;function rl(t,e,r,n){if(t.length===1)return tl(t[0],e,r,n);let o,s=(0,rh.toHash)(t);if(s.array&&s.object){let i=(0,H._)`typeof ${e} != "object"`;o=s.null?i:(0,H._)`!${e} || ${i}`,delete s.null,delete s.array,delete s.object}else o=H.nil;s.number&&delete s.integer;for(let i in s)o=(0,H.and)(o,tl(i,e,r,n));return o}je.checkDataTypes=rl;var a0={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,H._)`{type: ${t}}`:(0,H._)`{type: ${e}}`};function nl(t){let e=c0(t);(0,t0.reportError)(e,a0)}je.reportTypeError=nl;function c0(t){let{gen:e,data:r,schema:n}=t,o=(0,rh.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:t}}});var ih=T(ri=>{"use strict";Object.defineProperty(ri,"__esModule",{value:!0});ri.assignDefaults=void 0;var bn=B(),u0=ne();function l0(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let o in r)sh(t,o,r[o].default);else e==="array"&&Array.isArray(n)&&n.forEach((o,s)=>sh(t,s,o.default))}ri.assignDefaults=l0;function sh(t,e,r){let{gen:n,compositeRule:o,data:s,opts:i}=t;if(r===void 0)return;let a=(0,bn._)`${s}${(0,bn.getProperty)(e)}`;if(o){(0,u0.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,bn._)`${a} === undefined`;i.useDefaults==="empty"&&(c=(0,bn._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,bn._)`${a} = ${(0,bn.stringify)(r)}`)}});var lt=T(ce=>{"use strict";Object.defineProperty(ce,"__esModule",{value:!0});ce.validateUnion=ce.validateArray=ce.usePattern=ce.callValidateCode=ce.schemaProperties=ce.allSchemaProperties=ce.noPropertyInData=ce.propertyInData=ce.isOwnProperty=ce.hasPropFunc=ce.reportMissingProp=ce.checkMissingProp=ce.checkReportMissingProp=void 0;var fe=B(),ol=ne(),ir=Ut(),d0=ne();function p0(t,e){let{gen:r,data:n,it:o}=t;r.if(il(r,n,e,o.opts.ownProperties),()=>{t.setParams({missingProperty:(0,fe._)`${e}`},!0),t.error()})}ce.checkReportMissingProp=p0;function f0({gen:t,data:e,it:{opts:r}},n,o){return(0,fe.or)(...n.map(s=>(0,fe.and)(il(t,e,s,r.ownProperties),(0,fe._)`${o} = ${s}`)))}ce.checkMissingProp=f0;function m0(t,e){t.setParams({missingProperty:e},!0),t.error()}ce.reportMissingProp=m0;function ah(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,fe._)`Object.prototype.hasOwnProperty`})}ce.hasPropFunc=ah;function sl(t,e,r){return(0,fe._)`${ah(t)}.call(${e}, ${r})`}ce.isOwnProperty=sl;function h0(t,e,r,n){let o=(0,fe._)`${e}${(0,fe.getProperty)(r)} !== undefined`;return n?(0,fe._)`${o} && ${sl(t,e,r)}`:o}ce.propertyInData=h0;function il(t,e,r,n){let o=(0,fe._)`${e}${(0,fe.getProperty)(r)} === undefined`;return n?(0,fe.or)(o,(0,fe.not)(sl(t,e,r))):o}ce.noPropertyInData=il;function ch(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}ce.allSchemaProperties=ch;function g0(t,e){return ch(e).filter(r=>!(0,ol.alwaysValidSchema)(t,e[r]))}ce.schemaProperties=g0;function y0({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,c,u){let d=u?(0,fe._)`${t}, ${e}, ${n}${o}`:e,l=[[ir.default.instancePath,(0,fe.strConcat)(ir.default.instancePath,s)],[ir.default.parentData,i.parentData],[ir.default.parentDataProperty,i.parentDataProperty],[ir.default.rootData,ir.default.rootData]];i.opts.dynamicRef&&l.push([ir.default.dynamicAnchors,ir.default.dynamicAnchors]);let h=(0,fe._)`${d}, ${r.object(...l)}`;return c!==fe.nil?(0,fe._)`${a}.call(${c}, ${h})`:(0,fe._)`${a}(${h})`}ce.callValidateCode=y0;var _0=(0,fe._)`new RegExp`;function v0({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:o}=e.code,s=o(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,fe._)`${o.code==="new RegExp"?_0:(0,d0.useFunc)(t,o)}(${r}, ${n})`})}ce.usePattern=v0;function x0(t){let{gen:e,data:r,keyword:n,it:o}=t,s=e.name("valid");if(o.allErrors){let a=e.let("valid",!0);return i(()=>e.assign(a,!1)),a}return e.var(s,!0),i(()=>e.break()),s;function i(a){let c=e.const("len",(0,fe._)`${r}.length`);e.forRange("i",0,c,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:ol.Type.Num},s),e.if((0,fe.not)(s),a)})}}ce.validateArray=x0;function b0(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,ol.alwaysValidSchema)(o,c))&&!o.opts.unevaluated)return;let i=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,u)=>{let d=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},a);e.assign(i,(0,fe._)`${i} || ${a}`),t.mergeValidEvaluated(d,a)||e.if((0,fe.not)(i))})),t.result(i,()=>t.reset(),()=>t.error(!0))}ce.validateUnion=b0});var dh=T(Et=>{"use strict";Object.defineProperty(Et,"__esModule",{value:!0});Et.validateKeywordUsage=Et.validSchemaType=Et.funcKeywordCode=Et.macroKeywordCode=void 0;var Ue=B(),Ur=Ut(),$0=lt(),w0=_o();function k0(t,e){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=t,a=e.macro.call(i.self,o,s,i),c=lh(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let u=r.name("valid");t.subschema({schema:a,schemaPath:Ue.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Et.macroKeywordCode=k0;function S0(t,e){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:c}=t;T0(c,e);let u=!a&&e.compile?e.compile.call(c.self,s,i,c):e.validate,d=lh(n,o,u),l=n.let("valid");t.block$data(l,h),t.ok((r=e.valid)!==null&&r!==void 0?r:l);function h(){if(e.errors===!1)f(),e.modifying&&uh(t),y(()=>t.error());else{let g=e.async?m():p();e.modifying&&uh(t),y(()=>z0(t,g))}}function m(){let g=n.let("ruleErrs",null);return n.try(()=>f((0,Ue._)`await `),_=>n.assign(l,!1).if((0,Ue._)`${_} instanceof ${c.ValidationError}`,()=>n.assign(g,(0,Ue._)`${_}.errors`),()=>n.throw(_))),g}function p(){let g=(0,Ue._)`${d}.errors`;return n.assign(g,null),f(Ue.nil),g}function f(g=e.async?(0,Ue._)`await `:Ue.nil){let _=c.opts.passContext?Ur.default.this:Ur.default.self,x=!("compile"in e&&!a||e.schema===!1);n.assign(l,(0,Ue._)`${g}${(0,$0.callValidateCode)(t,d,_,x)}`,e.modifying)}function y(g){var _;n.if((0,Ue.not)((_=e.valid)!==null&&_!==void 0?_:l),g)}}Et.funcKeywordCode=S0;function uh(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Ue._)`${n.parentData}[${n.parentDataProperty}]`))}function z0(t,e){let{gen:r}=t;r.if((0,Ue._)`Array.isArray(${e})`,()=>{r.assign(Ur.default.vErrors,(0,Ue._)`${Ur.default.vErrors} === null ? ${e} : ${Ur.default.vErrors}.concat(${e})`).assign(Ur.default.errors,(0,Ue._)`${Ur.default.vErrors}.length`),(0,w0.extendErrors)(t)},()=>t.error())}function T0({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function lh(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,Ue.stringify)(r)})}function E0(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")}Et.validSchemaType=E0;function P0({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)}}Et.validateKeywordUsage=P0});var fh=T(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.extendSubschemaMode=ar.extendSubschemaData=ar.getSubschema=void 0;var Pt=B(),ph=ne();function R0(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,Pt._)`${t.schemaPath}${(0,Pt.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,Pt._)`${t.schemaPath}${(0,Pt.getProperty)(e)}${(0,Pt.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,ph.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')}ar.getSubschema=R0;function I0(t,e,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:u,dataPathArr:d,opts:l}=e,h=a.let("data",(0,Pt._)`${e.data}${(0,Pt.getProperty)(r)}`,!0);c(h),t.errorPath=(0,Pt.str)`${u}${(0,ph.getErrorPath)(r,n,l.jsPropertySyntax)}`,t.parentDataProperty=(0,Pt._)`${r}`,t.dataPathArr=[...d,t.parentDataProperty]}if(o!==void 0){let u=o instanceof Pt.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]}}ar.extendSubschemaData=I0;function O0(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}ar.extendSubschemaMode=O0});var al=T((gC,mh)=>{"use strict";mh.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!t(e[o],r[o]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!t(e[i],r[i]))return!1}return!0}return e!==e&&r!==r}});var gh=T((yC,hh)=>{"use strict";var cr=hh.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(){};ni(e,n,o,t,"",t)};cr.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};cr.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};cr.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};cr.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 ni(t,e,r,n,o,s,i,a,c,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,o,s,i,a,c,u);for(var d in n){var l=n[d];if(Array.isArray(l)){if(d in cr.arrayKeywords)for(var h=0;h<l.length;h++)ni(t,e,r,l[h],o+"/"+d+"/"+h,s,o,d,n,h)}else if(d in cr.propsKeywords){if(l&&typeof l=="object")for(var m in l)ni(t,e,r,l[m],o+"/"+d+"/"+M0(m),s,o,d,n,m)}else(d in cr.keywords||t.allKeys&&!(d in cr.skipKeywords))&&ni(t,e,r,l,o+"/"+d,s,o,d,n)}r(n,o,s,i,a,c,u)}}function M0(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var xo=T(Qe=>{"use strict";Object.defineProperty(Qe,"__esModule",{value:!0});Qe.getSchemaRefs=Qe.resolveUrl=Qe.normalizeId=Qe._getFullPath=Qe.getFullPath=Qe.inlineRef=void 0;var C0=ne(),N0=al(),A0=gh(),Z0=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function j0(t,e=!0){return typeof t=="boolean"?!0:e===!0?!cl(t):e?yh(t)<=e:!1}Qe.inlineRef=j0;var D0=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function cl(t){for(let e in t){if(D0.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(cl)||typeof r=="object"&&cl(r))return!0}return!1}function yh(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!Z0.has(r)&&(typeof t[r]=="object"&&(0,C0.eachItem)(t[r],n=>e+=yh(n)),e===1/0))return 1/0}return e}function _h(t,e="",r){r!==!1&&(e=$n(e));let n=t.parse(e);return vh(t,n)}Qe.getFullPath=_h;function vh(t,e){return t.serialize(e).split("#")[0]+"#"}Qe._getFullPath=vh;var q0=/#\/?$/;function $n(t){return t?t.replace(q0,""):""}Qe.normalizeId=$n;function L0(t,e,r){return r=$n(r),t.resolve(e,r)}Qe.resolveUrl=L0;var F0=/^[a-z_][-a-z0-9._]*$/i;function U0(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=$n(t[r]||e),s={"":o},i=_h(n,o,!1),a={},c=new Set;return A0(t,{allKeys:!0},(l,h,m,p)=>{if(p===void 0)return;let f=i+h,y=s[p];typeof l[r]=="string"&&(y=g.call(this,l[r])),_.call(this,l.$anchor),_.call(this,l.$dynamicAnchor),s[h]=y;function g(x){let $=this.opts.uriResolver.resolve;if(x=$n(y?$(y,x):x),c.has(x))throw d(x);c.add(x);let S=this.refs[x];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(l,S.schema,x):x!==$n(f)&&(x[0]==="#"?(u(l,a[x],x),a[x]=l):this.refs[x]=f),x}function _(x){if(typeof x=="string"){if(!F0.test(x))throw new Error(`invalid anchor "${x}"`);g.call(this,`#${x}`)}}}),a;function u(l,h,m){if(h!==void 0&&!N0(l,h))throw d(m)}function d(l){return new Error(`reference "${l}" resolves to more than one schema`)}}Qe.getSchemaRefs=U0});var wo=T(ur=>{"use strict";Object.defineProperty(ur,"__esModule",{value:!0});ur.getData=ur.KeywordCxt=ur.validateFunctionCode=void 0;var kh=Ym(),xh=vo(),ll=el(),oi=vo(),V0=ih(),$o=dh(),ul=fh(),N=B(),F=Ut(),H0=xo(),Vt=ne(),bo=_o();function G0(t){if(Th(t)&&(Eh(t),zh(t))){J0(t);return}Sh(t,()=>(0,kh.topBoolOrEmptySchema)(t))}ur.validateFunctionCode=G0;function Sh({gen:t,validateName:e,schema:r,schemaEnv:n,opts:o},s){o.code.es5?t.func(e,(0,N._)`${F.default.data}, ${F.default.valCxt}`,n.$async,()=>{t.code((0,N._)`"use strict"; ${bh(r,o)}`),K0(t,o),t.code(s)}):t.func(e,(0,N._)`${F.default.data}, ${B0(o)}`,n.$async,()=>t.code(bh(r,o)).code(s))}function B0(t){return(0,N._)`{${F.default.instancePath}="", ${F.default.parentData}, ${F.default.parentDataProperty}, ${F.default.rootData}=${F.default.data}${t.dynamicRef?(0,N._)`, ${F.default.dynamicAnchors}={}`:N.nil}}={}`}function K0(t,e){t.if(F.default.valCxt,()=>{t.var(F.default.instancePath,(0,N._)`${F.default.valCxt}.${F.default.instancePath}`),t.var(F.default.parentData,(0,N._)`${F.default.valCxt}.${F.default.parentData}`),t.var(F.default.parentDataProperty,(0,N._)`${F.default.valCxt}.${F.default.parentDataProperty}`),t.var(F.default.rootData,(0,N._)`${F.default.valCxt}.${F.default.rootData}`),e.dynamicRef&&t.var(F.default.dynamicAnchors,(0,N._)`${F.default.valCxt}.${F.default.dynamicAnchors}`)},()=>{t.var(F.default.instancePath,(0,N._)`""`),t.var(F.default.parentData,(0,N._)`undefined`),t.var(F.default.parentDataProperty,(0,N._)`undefined`),t.var(F.default.rootData,F.default.data),e.dynamicRef&&t.var(F.default.dynamicAnchors,(0,N._)`{}`)})}function J0(t){let{schema:e,opts:r,gen:n}=t;Sh(t,()=>{r.$comment&&e.$comment&&Rh(t),ek(t),n.let(F.default.vErrors,null),n.let(F.default.errors,0),r.unevaluated&&W0(t),Ph(t),nk(t)})}function W0(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,N._)`${r}.evaluated`),e.if((0,N._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,N._)`${t.evaluated}.props`,(0,N._)`undefined`)),e.if((0,N._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,N._)`${t.evaluated}.items`,(0,N._)`undefined`))}function bh(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,N._)`/*# sourceURL=${r} */`:N.nil}function Q0(t,e){if(Th(t)&&(Eh(t),zh(t))){X0(t,e);return}(0,kh.boolOrEmptySchema)(t,e)}function zh({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 Th(t){return typeof t.schema!="boolean"}function X0(t,e){let{schema:r,gen:n,opts:o}=t;o.$comment&&r.$comment&&Rh(t),tk(t),rk(t);let s=n.const("_errs",F.default.errors);Ph(t,s),n.var(e,(0,N._)`${s} === ${F.default.errors}`)}function Eh(t){(0,Vt.checkUnknownRules)(t),Y0(t)}function Ph(t,e){if(t.opts.jtd)return $h(t,[],!1,e);let r=(0,xh.getSchemaTypes)(t.schema),n=(0,xh.coerceAndCheckDataType)(t,r);$h(t,r,!n,e)}function Y0(t){let{schema:e,errSchemaPath:r,opts:n,self:o}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,Vt.schemaHasRulesButRef)(e,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function ek(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Vt.checkStrictMode)(t,"default is ignored in the schema root")}function tk(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,H0.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function rk(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Rh({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)t.code((0,N._)`${F.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,N.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,N._)`${F.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function nk(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=t;r.$async?e.if((0,N._)`${F.default.errors} === 0`,()=>e.return(F.default.data),()=>e.throw((0,N._)`new ${o}(${F.default.vErrors})`)):(e.assign((0,N._)`${n}.errors`,F.default.vErrors),s.unevaluated&&ok(t),e.return((0,N._)`${F.default.errors} === 0`))}function ok({gen:t,evaluated:e,props:r,items:n}){r instanceof N.Name&&t.assign((0,N._)`${e}.props`,r),n instanceof N.Name&&t.assign((0,N._)`${e}.items`,n)}function $h(t,e,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:c,self:u}=t,{RULES:d}=u;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Vt.schemaHasRulesButRef)(s,d))){o.block(()=>Oh(t,"$ref",d.all.$ref.definition));return}c.jtd||sk(t,e),o.block(()=>{for(let h of d.rules)l(h);l(d.post)});function l(h){(0,ll.shouldUseGroup)(s,h)&&(h.type?(o.if((0,oi.checkDataType)(h.type,i,c.strictNumbers)),wh(t,h),e.length===1&&e[0]===h.type&&r&&(o.else(),(0,oi.reportTypeError)(t)),o.endIf()):wh(t,h),a||o.if((0,N._)`${F.default.errors} === ${n||0}`))}}function wh(t,e){let{gen:r,schema:n,opts:{useDefaults:o}}=t;o&&(0,V0.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,ll.shouldUseRule)(n,s)&&Oh(t,s.keyword,s.definition,e.type)})}function sk(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(ik(t,e),t.opts.allowUnionTypes||ak(t,e),ck(t,t.dataTypes))}function ik(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{Ih(t.dataTypes,r)||dl(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),lk(t,e)}}function ak(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&dl(t,"use allowUnionTypes to allow union type keyword")}function ck(t,e){let r=t.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,ll.shouldUseRule)(t.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>uk(e,i))&&dl(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function uk(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Ih(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function lk(t,e){let r=[];for(let n of t.dataTypes)Ih(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function dl(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Vt.checkStrictMode)(t,e,t.opts.strictTypes)}var si=class{constructor(e,r,n){if((0,$o.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,Vt.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",Mh(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,$o.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",F.default.errors))}result(e,r,n){this.failResult((0,N.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,N.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,N._)`${r} !== undefined && (${(0,N.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?bo.reportExtraError:bo.reportError)(this,this.def.error,r)}$dataError(){(0,bo.reportError)(this,this.def.$dataError||bo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,bo.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=N.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=N.nil,r=N.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,N.or)((0,N._)`${o} === undefined`,r)),e!==N.nil&&n.assign(e,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==N.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,N.or)(i(),a());function i(){if(n.length){if(!(r instanceof N.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,N._)`${(0,oi.checkDataTypes)(c,r,s.opts.strictNumbers,oi.DataType.Wrong)}`}return N.nil}function a(){if(o.validateSchema){let c=e.scopeValue("validate$data",{ref:o.validateSchema});return(0,N._)`!${c}(${r})`}return N.nil}}subschema(e,r){let n=(0,ul.getSubschema)(this.it,e);(0,ul.extendSubschemaData)(n,this.it,e),(0,ul.extendSubschemaMode)(n,e);let o={...this.it,...n,items:void 0,props:void 0};return Q0(o,r),o}mergeEvaluated(e,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=Vt.mergeEvaluated.props(o,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=Vt.mergeEvaluated.items(o,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(e,N.Name)),!0}};ur.KeywordCxt=si;function Oh(t,e,r,n){let o=new si(t,r,e);"code"in r?r.code(o,n):o.$data&&r.validate?(0,$o.funcKeywordCode)(o,r):"macro"in r?(0,$o.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,$o.funcKeywordCode)(o,r)}var dk=/^\/(?:[^~]|~0|~1)*$/,pk=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Mh(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let o,s;if(t==="")return F.default.rootData;if(t[0]==="/"){if(!dk.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);o=t,s=F.default.rootData}else{let u=pk.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let d=+u[1];if(o=u[2],o==="#"){if(d>=e)throw new Error(c("property/index",d));return n[e-d]}if(d>e)throw new Error(c("data",d));if(s=r[e-d],!o)return s}let i=s,a=o.split("/");for(let u of a)u&&(s=(0,N._)`${s}${(0,N.getProperty)((0,Vt.unescapeJsonPointer)(u))}`,i=(0,N._)`${i} && ${s}`);return i;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${e}`}}ur.getData=Mh});var ii=T(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});var pl=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};fl.default=pl});var ko=T(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});var ml=xo(),hl=class extends Error{constructor(e,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,ml.resolveUrl)(e,r,n),this.missingSchema=(0,ml.normalizeId)((0,ml.getFullPath)(e,this.missingRef))}};gl.default=hl});var ci=T(dt=>{"use strict";Object.defineProperty(dt,"__esModule",{value:!0});dt.resolveSchema=dt.getCompilingSchema=dt.resolveRef=dt.compileSchema=dt.SchemaEnv=void 0;var _t=B(),fk=ii(),Vr=Ut(),vt=xo(),Ch=ne(),mk=wo(),wn=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,vt.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};dt.SchemaEnv=wn;function _l(t){let e=Nh.call(this,t);if(e)return e;let r=(0,vt.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new _t.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;t.$async&&(a=i.scopeValue("Error",{ref:fk.default,code:(0,_t._)`require("ajv/dist/runtime/validation_error").default`}));let c=i.scopeName("validate");t.validateName=c;let u={gen:i,allErrors:this.opts.allErrors,data:Vr.default.data,parentData:Vr.default.parentData,parentDataProperty:Vr.default.parentDataProperty,dataNames:[Vr.default.data],dataPathArr:[_t.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,_t.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:_t.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,_t._)`""`,opts:this.opts,self:this},d;try{this._compilations.add(t),(0,mk.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);let l=i.toString();d=`${i.scopeRefs(Vr.default.scope)}return ${l}`,this.opts.code.process&&(d=this.opts.code.process(d,t));let m=new Function(`${Vr.default.self}`,`${Vr.default.scope}`,d)(this,this.scope.get());if(this.scope.value(c,{ref:m}),m.errors=null,m.schema=t.schema,m.schemaEnv=t,t.$async&&(m.$async=!0),this.opts.code.source===!0&&(m.source={validateName:c,validateCode:l,scopeValues:i._values}),this.opts.unevaluated){let{props:p,items:f}=u;m.evaluated={props:p instanceof _t.Name?void 0:p,items:f instanceof _t.Name?void 0:f,dynamicProps:p instanceof _t.Name,dynamicItems:f instanceof _t.Name},m.source&&(m.source.evaluated=(0,_t.stringify)(m.evaluated))}return t.validate=m,t}catch(l){throw delete t.validate,delete t.validateName,d&&this.logger.error("Error compiling schema, function code:",d),l}finally{this._compilations.delete(t)}}dt.compileSchema=_l;function hk(t,e,r){var n;r=(0,vt.resolveUrl)(this.opts.uriResolver,e,r);let o=t.refs[r];if(o)return o;let s=_k.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 wn({schema:i,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=gk.call(this,s)}dt.resolveRef=hk;function gk(t){return(0,vt.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:_l.call(this,t)}function Nh(t){for(let e of this._compilations)if(yk(e,t))return e}dt.getCompilingSchema=Nh;function yk(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function _k(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||ai.call(this,t,e)}function ai(t,e){let r=this.opts.uriResolver.parse(e),n=(0,vt._getFullPath)(this.opts.uriResolver,r),o=(0,vt.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===o)return yl.call(this,r,t);let s=(0,vt.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=ai.call(this,t,i);return typeof a?.schema!="object"?void 0:yl.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||_l.call(this,i),s===(0,vt.normalizeId)(e)){let{schema:a}=i,{schemaId:c}=this.opts,u=a[c];return u&&(o=(0,vt.resolveUrl)(this.opts.uriResolver,o,u)),new wn({schema:a,schemaId:c,root:t,baseId:o})}return yl.call(this,r,i)}}dt.resolveSchema=ai;var vk=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function yl(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,Ch.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r=="object"&&r[this.opts.schemaId];!vk.has(a)&&u&&(e=(0,vt.resolveUrl)(this.opts.uriResolver,e,u))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,Ch.schemaHasRulesButRef)(r,this.RULES)){let a=(0,vt.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=ai.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new wn({schema:r,schemaId:i,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var Ah=T((wC,xk)=>{xk.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 xl=T((kC,qh)=>{"use strict";var bk=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),jh=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 vl(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 $k=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function Zh(t){return t.length=0,!0}function wk(t,e,r){if(t.length){let n=vl(t);if(n!=="")e.push(n);else return r.error=!0,!1;t.length=0}return!0}function kk(t){let e=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=wk;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=Zh}else{o.push(u);continue}}return o.length&&(a===Zh?r.zone=o.join(""):i?n.push(o.join("")):n.push(vl(o))),r.address=n.join(""),r}function Dh(t){if(Sk(t,":")<2)return{host:t,isIPV6:!1};let e=kk(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 Sk(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}function zk(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 Tk(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 Ek(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host);if(!jh(r)){let n=Dh(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}qh.exports={nonSimpleDomain:$k,recomposeAuthority:Ek,normalizeComponentEncoding:Tk,removeDotSegments:zk,isIPv4:jh,isUUID:bk,normalizeIPv6:Dh,stringArrayToHexStripped:vl}});var Hh=T((SC,Vh)=>{"use strict";var{isUUID:Pk}=xl(),Rk=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,Ik=["http","https","ws","wss","urn","urn:uuid"];function Ok(t){return Ik.indexOf(t)!==-1}function bl(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 Lh(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function Fh(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 Mk(t){return t.secure=bl(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function Ck(t){if((t.port===(bl(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 Nk(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(Rk);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=$l(o);t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function Ak(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=$l(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 Zk(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!Pk(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function jk(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var Uh={scheme:"http",domainHost:!0,parse:Lh,serialize:Fh},Dk={scheme:"https",domainHost:Uh.domainHost,parse:Lh,serialize:Fh},ui={scheme:"ws",domainHost:!0,parse:Mk,serialize:Ck},qk={scheme:"wss",domainHost:ui.domainHost,parse:ui.parse,serialize:ui.serialize},Lk={scheme:"urn",parse:Nk,serialize:Ak,skipNormalize:!0},Fk={scheme:"urn:uuid",parse:Zk,serialize:jk,skipNormalize:!0},li={http:Uh,https:Dk,ws:ui,wss:qk,urn:Lk,"urn:uuid":Fk};Object.setPrototypeOf(li,null);function $l(t){return t&&(li[t]||li[t.toLowerCase()])||void 0}Vh.exports={wsIsSecure:bl,SCHEMES:li,isValidSchemeName:Ok,getSchemeHandler:$l}});var Kh=T((zC,pi)=>{"use strict";var{normalizeIPv6:Uk,removeDotSegments:So,recomposeAuthority:Vk,normalizeComponentEncoding:di,isIPv4:Hk,nonSimpleDomain:Gk}=xl(),{SCHEMES:Bk,getSchemeHandler:Gh}=Hh();function Kk(t,e){return typeof t=="string"?t=Rt(Ht(t,e),e):typeof t=="object"&&(t=Ht(Rt(t,e),e)),t}function Jk(t,e,r){let n=r?Object.assign({scheme:"null"},r):{scheme:"null"},o=Bh(Ht(t,n),Ht(e,n),n,!0);return n.skipEscape=!0,Rt(o,n)}function Bh(t,e,r,n){let o={};return n||(t=Ht(Rt(t,r),r),e=Ht(Rt(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=So(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=So(e.path||""),o.query=e.query):(e.path?(e.path[0]==="/"?o.path=So(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=So(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 Wk(t,e,r){return typeof t=="string"?(t=unescape(t),t=Rt(di(Ht(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Rt(di(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=Rt(di(Ht(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Rt(di(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function Rt(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=Gh(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=Vk(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=So(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 Qk=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Ht(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(Qk);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(Hk(n.host)===!1){let c=Uk(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=Gh(r.scheme||n.scheme);if(!r.unicodeSupport&&(!i||!i.unicodeSupport)&&n.host&&(r.domainHost||i&&i.domainHost)&&o===!1&&Gk(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 wl={SCHEMES:Bk,normalize:Kk,resolve:Jk,resolveComponent:Bh,equal:Wk,serialize:Rt,parse:Ht};pi.exports=wl;pi.exports.default=wl;pi.exports.fastUri=wl});var Wh=T(kl=>{"use strict";Object.defineProperty(kl,"__esModule",{value:!0});var Jh=Kh();Jh.code='require("ajv/dist/runtime/uri").default';kl.default=Jh});var og=T(Ie=>{"use strict";Object.defineProperty(Ie,"__esModule",{value:!0});Ie.CodeGen=Ie.Name=Ie.nil=Ie.stringify=Ie.str=Ie._=Ie.KeywordCxt=void 0;var Xk=wo();Object.defineProperty(Ie,"KeywordCxt",{enumerable:!0,get:function(){return Xk.KeywordCxt}});var kn=B();Object.defineProperty(Ie,"_",{enumerable:!0,get:function(){return kn._}});Object.defineProperty(Ie,"str",{enumerable:!0,get:function(){return kn.str}});Object.defineProperty(Ie,"stringify",{enumerable:!0,get:function(){return kn.stringify}});Object.defineProperty(Ie,"nil",{enumerable:!0,get:function(){return kn.nil}});Object.defineProperty(Ie,"Name",{enumerable:!0,get:function(){return kn.Name}});Object.defineProperty(Ie,"CodeGen",{enumerable:!0,get:function(){return kn.CodeGen}});var Yk=ii(),tg=ko(),eS=Yu(),zo=ci(),tS=B(),To=xo(),fi=vo(),zl=ne(),Qh=Ah(),rS=Wh(),rg=(t,e)=>new RegExp(t,e);rg.code="new RegExp";var nS=["removeAdditional","useDefaults","coerceTypes"],oS=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),sS={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."},iS={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Xh=200;function aS(t){var e,r,n,o,s,i,a,c,u,d,l,h,m,p,f,y,g,_,x,$,S,q,I,U,A;let se=t.strict,Ce=(e=t.code)===null||e===void 0?void 0:e.optimize,Xr=Ce===!0||Ce===void 0?1:Ce||0,Ld=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:rg,n_=(o=t.uriResolver)!==null&&o!==void 0?o:rS.default;return{strictSchema:(i=(s=t.strictSchema)!==null&&s!==void 0?s:se)!==null&&i!==void 0?i:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:se)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=t.strictTypes)!==null&&u!==void 0?u:se)!==null&&d!==void 0?d:"log",strictTuples:(h=(l=t.strictTuples)!==null&&l!==void 0?l:se)!==null&&h!==void 0?h:"log",strictRequired:(p=(m=t.strictRequired)!==null&&m!==void 0?m:se)!==null&&p!==void 0?p:!1,code:t.code?{...t.code,optimize:Xr,regExp:Ld}:{optimize:Xr,regExp:Ld},loopRequired:(f=t.loopRequired)!==null&&f!==void 0?f:Xh,loopEnum:(y=t.loopEnum)!==null&&y!==void 0?y:Xh,meta:(g=t.meta)!==null&&g!==void 0?g:!0,messages:(_=t.messages)!==null&&_!==void 0?_:!0,inlineRefs:(x=t.inlineRefs)!==null&&x!==void 0?x:!0,schemaId:($=t.schemaId)!==null&&$!==void 0?$:"$id",addUsedSchema:(S=t.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(q=t.validateSchema)!==null&&q!==void 0?q:!0,validateFormats:(I=t.validateFormats)!==null&&I!==void 0?I:!0,unicodeRegExp:(U=t.unicodeRegExp)!==null&&U!==void 0?U:!0,int32range:(A=t.int32range)!==null&&A!==void 0?A:!0,uriResolver:n_}}var Eo=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...aS(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new tS.ValueScope({scope:{},prefixes:oS,es5:r,lines:n}),this.logger=fS(e.logger);let o=e.validateFormats;e.validateFormats=!1,this.RULES=(0,eS.getRules)(),Yh.call(this,sS,e,"NOT SUPPORTED"),Yh.call(this,iS,e,"DEPRECATED","warn"),this._metaOpts=dS.call(this),e.formats&&uS.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&lS.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),cS.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,o=Qh;n==="id"&&(o={...Qh},o.id=o.$id,delete o.$id),r&&e&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,e,r);async function o(d,l){await s.call(this,d.$schema);let h=this._addSchema(d,l);return h.validate||i.call(this,h)}async function s(d){d&&!this.getSchema(d)&&await o.call(this,{$ref:d},!0)}async function i(d){try{return this._compileSchemaEnv(d)}catch(l){if(!(l instanceof tg.default))throw l;return a.call(this,l),await c.call(this,l.missingSchema),i.call(this,d)}}function a({missingSchema:d,missingRef:l}){if(this.refs[d])throw new Error(`AnySchema ${d} is loaded but ${l} cannot be resolved`)}async function c(d){let l=await u.call(this,d);this.refs[d]||await s.call(this,l.$schema),this.refs[d]||this.addSchema(l,d,r)}async function u(d){let l=this._loading[d];if(l)return l;try{return await(this._loading[d]=n(d))}finally{delete this._loading[d]}}}addSchema(e,r,n,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,n,o);return this}let s;if(typeof e=="object"){let{schemaId:i}=this.opts;if(s=e[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,To.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=eg.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,o=new zo.SchemaEnv({schema:{},schemaId:n});if(r=zo.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=eg.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,To.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(hS.call(this,n,r),!r)return(0,zl.eachItem)(n,s=>Sl.call(this,s)),this;yS.call(this,r);let o={...r,type:(0,fi.getJSONTypes)(r.type),schemaType:(0,fi.getJSONTypes)(r.schemaType)};return(0,zl.eachItem)(n,o.type.length===0?s=>Sl.call(this,s,o):s=>o.type.forEach(i=>Sl.call(this,s,o,i))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===e);o>=0&&n.rules.splice(o,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of r){let s=o.split("/").slice(1),i=e;for(let a of s)i=i[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:u}=c.definition,d=i[a];u&&d&&(i[a]=ng(d))}}return e}_removeAllSchemas(e,r){for(let n in e){let o=e[n];(!r||r.test(n))&&(typeof o=="string"?delete e[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete e[n]))}}_addSchema(e,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof e=="object")i=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,To.normalizeId)(i||n);let u=To.getSchemaRefs.call(this,e,n);return c=new zo.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):zo.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{zo.compileSchema.call(this,e)}finally{this.opts=r}}};Eo.ValidationError=Yk.default;Eo.MissingRefError=tg.default;Ie.default=Eo;function Yh(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 eg(t){return t=(0,To.normalizeId)(t),this.schemas[t]||this.refs[t]}function cS(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function uS(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function lS(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function dS(){let t={...this.opts};for(let e of nS)delete t[e];return t}var pS={log(){},warn(){},error(){}};function fS(t){if(t===!1)return pS;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 mS=/^[a-z_$][a-z0-9_$:-]*$/i;function hS(t,e){let{RULES:r}=this;if((0,zl.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!mS.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 Sl(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,fi.getJSONTypes)(e.type),schemaType:(0,fi.getJSONTypes)(e.schemaType)}};e.before?gS.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 gS(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 yS(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=ng(e)),t.validateSchema=this.compile(e,!0))}var _S={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function ng(t){return{anyOf:[t,_S]}}});var sg=T(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});var vS={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Tl.default=vS});var ug=T(Hr=>{"use strict";Object.defineProperty(Hr,"__esModule",{value:!0});Hr.callRef=Hr.getValidate=void 0;var xS=ko(),ig=lt(),Xe=B(),Sn=Ut(),ag=ci(),mi=ne(),bS={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:c}=n,{root:u}=s;if((r==="#"||r==="#/")&&o===u.baseId)return l();let d=ag.resolveRef.call(c,u,o,r);if(d===void 0)throw new xS.default(n.opts.uriResolver,o,r);if(d instanceof ag.SchemaEnv)return h(d);return m(d);function l(){if(s===u)return hi(t,i,s,s.$async);let p=e.scopeValue("root",{ref:u});return hi(t,(0,Xe._)`${p}.validate`,u,u.$async)}function h(p){let f=cg(t,p);hi(t,f,p,p.$async)}function m(p){let f=e.scopeValue("schema",a.code.source===!0?{ref:p,code:(0,Xe.stringify)(p)}:{ref:p}),y=e.name("valid"),g=t.subschema({schema:p,dataTypes:[],schemaPath:Xe.nil,topSchemaRef:f,errSchemaPath:r},y);t.mergeEvaluated(g),t.ok(y)}}};function cg(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Xe._)`${r.scopeValue("wrapper",{ref:e})}.validate`}Hr.getValidate=cg;function hi(t,e,r,n){let{gen:o,it:s}=t,{allErrors:i,schemaEnv:a,opts:c}=s,u=c.passContext?Sn.default.this:Xe.nil;n?d():l();function d(){if(!a.$async)throw new Error("async schema referenced by sync schema");let p=o.let("valid");o.try(()=>{o.code((0,Xe._)`await ${(0,ig.callValidateCode)(t,e,u)}`),m(e),i||o.assign(p,!0)},f=>{o.if((0,Xe._)`!(${f} instanceof ${s.ValidationError})`,()=>o.throw(f)),h(f),i||o.assign(p,!1)}),t.ok(p)}function l(){t.result((0,ig.callValidateCode)(t,e,u),()=>m(e),()=>h(e))}function h(p){let f=(0,Xe._)`${p}.errors`;o.assign(Sn.default.vErrors,(0,Xe._)`${Sn.default.vErrors} === null ? ${f} : ${Sn.default.vErrors}.concat(${f})`),o.assign(Sn.default.errors,(0,Xe._)`${Sn.default.vErrors}.length`)}function m(p){var f;if(!s.opts.unevaluated)return;let y=(f=r?.validate)===null||f===void 0?void 0:f.evaluated;if(s.props!==!0)if(y&&!y.dynamicProps)y.props!==void 0&&(s.props=mi.mergeEvaluated.props(o,y.props,s.props));else{let g=o.var("props",(0,Xe._)`${p}.evaluated.props`);s.props=mi.mergeEvaluated.props(o,g,s.props,Xe.Name)}if(s.items!==!0)if(y&&!y.dynamicItems)y.items!==void 0&&(s.items=mi.mergeEvaluated.items(o,y.items,s.items));else{let g=o.var("items",(0,Xe._)`${p}.evaluated.items`);s.items=mi.mergeEvaluated.items(o,g,s.items,Xe.Name)}}}Hr.callRef=hi;Hr.default=bS});var lg=T(El=>{"use strict";Object.defineProperty(El,"__esModule",{value:!0});var $S=sg(),wS=ug(),kS=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",$S.default,wS.default];El.default=kS});var dg=T(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});var gi=B(),lr=gi.operators,yi={maximum:{okStr:"<=",ok:lr.LTE,fail:lr.GT},minimum:{okStr:">=",ok:lr.GTE,fail:lr.LT},exclusiveMaximum:{okStr:"<",ok:lr.LT,fail:lr.GTE},exclusiveMinimum:{okStr:">",ok:lr.GT,fail:lr.LTE}},SS={message:({keyword:t,schemaCode:e})=>(0,gi.str)`must be ${yi[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,gi._)`{comparison: ${yi[t].okStr}, limit: ${e}}`},zS={keyword:Object.keys(yi),type:"number",schemaType:"number",$data:!0,error:SS,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,gi._)`${r} ${yi[e].fail} ${n} || isNaN(${r})`)}};Pl.default=zS});var pg=T(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});var Po=B(),TS={message:({schemaCode:t})=>(0,Po.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Po._)`{multipleOf: ${t}}`},ES={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:TS,code(t){let{gen:e,data:r,schemaCode:n,it:o}=t,s=o.opts.multipleOfPrecision,i=e.let("res"),a=s?(0,Po._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,Po._)`${i} !== parseInt(${i})`;t.fail$data((0,Po._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Rl.default=ES});var mg=T(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});function fg(t){let e=t.length,r=0,n=0,o;for(;n<e;)r++,o=t.charCodeAt(n++),o>=55296&&o<=56319&&n<e&&(o=t.charCodeAt(n),(o&64512)===56320&&n++);return r}Il.default=fg;fg.code='require("ajv/dist/runtime/ucs2length").default'});var hg=T(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});var Gr=B(),PS=ne(),RS=mg(),IS={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,Gr.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,Gr._)`{limit: ${t}}`},OS={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:IS,code(t){let{keyword:e,data:r,schemaCode:n,it:o}=t,s=e==="maxLength"?Gr.operators.GT:Gr.operators.LT,i=o.opts.unicode===!1?(0,Gr._)`${r}.length`:(0,Gr._)`${(0,PS.useFunc)(t.gen,RS.default)}(${r})`;t.fail$data((0,Gr._)`${i} ${s} ${n}`)}};Ol.default=OS});var gg=T(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});var MS=lt(),_i=B(),CS={message:({schemaCode:t})=>(0,_i.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,_i._)`{pattern: ${t}}`},NS={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:CS,code(t){let{data:e,$data:r,schema:n,schemaCode:o,it:s}=t,i=s.opts.unicodeRegExp?"u":"",a=r?(0,_i._)`(new RegExp(${o}, ${i}))`:(0,MS.usePattern)(t,n);t.fail$data((0,_i._)`!${a}.test(${e})`)}};Ml.default=NS});var yg=T(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});var Ro=B(),AS={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,Ro.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,Ro._)`{limit: ${t}}`},ZS={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:AS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxProperties"?Ro.operators.GT:Ro.operators.LT;t.fail$data((0,Ro._)`Object.keys(${r}).length ${o} ${n}`)}};Cl.default=ZS});var _g=T(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});var Io=lt(),Oo=B(),jS=ne(),DS={message:({params:{missingProperty:t}})=>(0,Oo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Oo._)`{missingProperty: ${t}}`},qS={keyword:"required",type:"object",schemaType:"array",$data:!0,error:DS,code(t){let{gen:e,schema:r,schemaCode:n,data:o,$data:s,it:i}=t,{opts:a}=i;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(i.allErrors?u():d(),a.strictRequired){let m=t.parentSchema.properties,{definedProperties:p}=t.it;for(let f of r)if(m?.[f]===void 0&&!p.has(f)){let y=i.schemaEnv.baseId+i.errSchemaPath,g=`required property "${f}" is not defined at "${y}" (strictRequired)`;(0,jS.checkStrictMode)(i,g,i.opts.strictRequired)}}function u(){if(c||s)t.block$data(Oo.nil,l);else for(let m of r)(0,Io.checkReportMissingProp)(t,m)}function d(){let m=e.let("missing");if(c||s){let p=e.let("valid",!0);t.block$data(p,()=>h(m,p)),t.ok(p)}else e.if((0,Io.checkMissingProp)(t,r,m)),(0,Io.reportMissingProp)(t,m),e.else()}function l(){e.forOf("prop",n,m=>{t.setParams({missingProperty:m}),e.if((0,Io.noPropertyInData)(e,o,m,a.ownProperties),()=>t.error())})}function h(m,p){t.setParams({missingProperty:m}),e.forOf(m,n,()=>{e.assign(p,(0,Io.propertyInData)(e,o,m,a.ownProperties)),e.if((0,Oo.not)(p),()=>{t.error(),e.break()})},Oo.nil)}}};Nl.default=qS});var vg=T(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});var Mo=B(),LS={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Mo.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Mo._)`{limit: ${t}}`},FS={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:LS,code(t){let{keyword:e,data:r,schemaCode:n}=t,o=e==="maxItems"?Mo.operators.GT:Mo.operators.LT;t.fail$data((0,Mo._)`${r}.length ${o} ${n}`)}};Al.default=FS});var vi=T(Zl=>{"use strict";Object.defineProperty(Zl,"__esModule",{value:!0});var xg=al();xg.code='require("ajv/dist/runtime/equal").default';Zl.default=xg});var bg=T(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});var jl=vo(),Oe=B(),US=ne(),VS=vi(),HS={message:({params:{i:t,j:e}})=>(0,Oe.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Oe._)`{i: ${t}, j: ${e}}`},GS={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:HS,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,jl.getSchemaTypes)(s.items):[];t.block$data(c,d,(0,Oe._)`${i} === false`),t.ok(c);function d(){let p=e.let("i",(0,Oe._)`${r}.length`),f=e.let("j");t.setParams({i:p,j:f}),e.assign(c,!0),e.if((0,Oe._)`${p} > 1`,()=>(l()?h:m)(p,f))}function l(){return u.length>0&&!u.some(p=>p==="object"||p==="array")}function h(p,f){let y=e.name("item"),g=(0,jl.checkDataTypes)(u,y,a.opts.strictNumbers,jl.DataType.Wrong),_=e.const("indices",(0,Oe._)`{}`);e.for((0,Oe._)`;${p}--;`,()=>{e.let(y,(0,Oe._)`${r}[${p}]`),e.if(g,(0,Oe._)`continue`),u.length>1&&e.if((0,Oe._)`typeof ${y} == "string"`,(0,Oe._)`${y} += "_"`),e.if((0,Oe._)`typeof ${_}[${y}] == "number"`,()=>{e.assign(f,(0,Oe._)`${_}[${y}]`),t.error(),e.assign(c,!1).break()}).code((0,Oe._)`${_}[${y}] = ${p}`)})}function m(p,f){let y=(0,US.useFunc)(e,VS.default),g=e.name("outer");e.label(g).for((0,Oe._)`;${p}--;`,()=>e.for((0,Oe._)`${f} = ${p}; ${f}--;`,()=>e.if((0,Oe._)`${y}(${r}[${p}], ${r}[${f}])`,()=>{t.error(),e.assign(c,!1).break(g)})))}}};Dl.default=GS});var $g=T(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});var ql=B(),BS=ne(),KS=vi(),JS={message:"must be equal to constant",params:({schemaCode:t})=>(0,ql._)`{allowedValue: ${t}}`},WS={keyword:"const",$data:!0,error:JS,code(t){let{gen:e,data:r,$data:n,schemaCode:o,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,ql._)`!${(0,BS.useFunc)(e,KS.default)}(${r}, ${o})`):t.fail((0,ql._)`${s} !== ${r}`)}};Ll.default=WS});var wg=T(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});var Co=B(),QS=ne(),XS=vi(),YS={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Co._)`{allowedValues: ${t}}`},ez={keyword:"enum",schemaType:"array",$data:!0,error:YS,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,QS.useFunc)(e,XS.default)),d;if(a||n)d=e.let("valid"),t.block$data(d,l);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let m=e.const("vSchema",s);d=(0,Co.or)(...o.map((p,f)=>h(m,f)))}t.pass(d);function l(){e.assign(d,!1),e.forOf("v",s,m=>e.if((0,Co._)`${u()}(${r}, ${m})`,()=>e.assign(d,!0).break()))}function h(m,p){let f=o[p];return typeof f=="object"&&f!==null?(0,Co._)`${u()}(${r}, ${m}[${p}])`:(0,Co._)`${r} === ${f}`}}};Fl.default=ez});var kg=T(Ul=>{"use strict";Object.defineProperty(Ul,"__esModule",{value:!0});var tz=dg(),rz=pg(),nz=hg(),oz=gg(),sz=yg(),iz=_g(),az=vg(),cz=bg(),uz=$g(),lz=wg(),dz=[tz.default,rz.default,nz.default,oz.default,sz.default,iz.default,az.default,cz.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},uz.default,lz.default];Ul.default=dz});var Hl=T(No=>{"use strict";Object.defineProperty(No,"__esModule",{value:!0});No.validateAdditionalItems=void 0;var Br=B(),Vl=ne(),pz={message:({params:{len:t}})=>(0,Br.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Br._)`{limit: ${t}}`},fz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:pz,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,Vl.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}Sg(t,n)}};function Sg(t,e){let{gen:r,schema:n,data:o,keyword:s,it:i}=t;i.items=!0;let a=r.const("len",(0,Br._)`${o}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,Br._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,Vl.alwaysValidSchema)(i,n)){let u=r.var("valid",(0,Br._)`${a} <= ${e.length}`);r.if((0,Br.not)(u),()=>c(u)),t.ok(u)}function c(u){r.forRange("i",e.length,a,d=>{t.subschema({keyword:s,dataProp:d,dataPropType:Vl.Type.Num},u),i.allErrors||r.if((0,Br.not)(u),()=>r.break())})}}No.validateAdditionalItems=Sg;No.default=fz});var Gl=T(Ao=>{"use strict";Object.defineProperty(Ao,"__esModule",{value:!0});Ao.validateTuple=void 0;var zg=B(),xi=ne(),mz=lt(),hz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return Tg(t,"additionalItems",e);r.items=!0,!(0,xi.alwaysValidSchema)(r,e)&&t.ok((0,mz.validateArray)(t))}};function Tg(t,e,r=t.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=t;d(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=xi.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),u=n.const("len",(0,zg._)`${s}.length`);r.forEach((l,h)=>{(0,xi.alwaysValidSchema)(a,l)||(n.if((0,zg._)`${u} > ${h}`,()=>t.subschema({keyword:i,schemaProp:h,dataProp:h},c)),t.ok(c))});function d(l){let{opts:h,errSchemaPath:m}=a,p=r.length,f=p===l.minItems&&(p===l.maxItems||l[e]===!1);if(h.strictTuples&&!f){let y=`"${i}" is ${p}-tuple, but minItems or maxItems/${e} are not specified or different at path "${m}"`;(0,xi.checkStrictMode)(a,y,h.strictTuples)}}}Ao.validateTuple=Tg;Ao.default=hz});var Eg=T(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});var gz=Gl(),yz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,gz.validateTuple)(t,"items")};Bl.default=yz});var Rg=T(Kl=>{"use strict";Object.defineProperty(Kl,"__esModule",{value:!0});var Pg=B(),_z=ne(),vz=lt(),xz=Hl(),bz={message:({params:{len:t}})=>(0,Pg.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Pg._)`{limit: ${t}}`},$z={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:bz,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:o}=r;n.items=!0,!(0,_z.alwaysValidSchema)(n,e)&&(o?(0,xz.validateAdditionalItems)(t,o):t.ok((0,vz.validateArray)(t)))}};Kl.default=$z});var Ig=T(Jl=>{"use strict";Object.defineProperty(Jl,"__esModule",{value:!0});var pt=B(),bi=ne(),wz={message:({params:{min:t,max:e}})=>e===void 0?(0,pt.str)`must contain at least ${t} valid item(s)`:(0,pt.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,pt._)`{minContains: ${t}}`:(0,pt._)`{minContains: ${t}, maxContains: ${e}}`},kz={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:wz,code(t){let{gen:e,schema:r,parentSchema:n,data:o,it:s}=t,i,a,{minContains:c,maxContains:u}=n;s.opts.next?(i=c===void 0?1:c,a=u):i=1;let d=e.const("len",(0,pt._)`${o}.length`);if(t.setParams({min:i,max:a}),a===void 0&&i===0){(0,bi.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,bi.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,bi.alwaysValidSchema)(s,r)){let f=(0,pt._)`${d} >= ${i}`;a!==void 0&&(f=(0,pt._)`${f} && ${d} <= ${a}`),t.pass(f);return}s.items=!0;let l=e.name("valid");a===void 0&&i===1?m(l,()=>e.if(l,()=>e.break())):i===0?(e.let(l,!0),a!==void 0&&e.if((0,pt._)`${o}.length > 0`,h)):(e.let(l,!1),h()),t.result(l,()=>t.reset());function h(){let f=e.name("_valid"),y=e.let("count",0);m(f,()=>e.if(f,()=>p(y)))}function m(f,y){e.forRange("i",0,d,g=>{t.subschema({keyword:"contains",dataProp:g,dataPropType:bi.Type.Num,compositeRule:!0},f),y()})}function p(f){e.code((0,pt._)`${f}++`),a===void 0?e.if((0,pt._)`${f} >= ${i}`,()=>e.assign(l,!0).break()):(e.if((0,pt._)`${f} > ${a}`,()=>e.assign(l,!1).break()),i===1?e.assign(l,!0):e.if((0,pt._)`${f} >= ${i}`,()=>e.assign(l,!0)))}}};Jl.default=kz});var Cg=T(It=>{"use strict";Object.defineProperty(It,"__esModule",{value:!0});It.validateSchemaDeps=It.validatePropertyDeps=It.error=void 0;var Wl=B(),Sz=ne(),Zo=lt();It.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,Wl.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,Wl._)`{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 zz={keyword:"dependencies",type:"object",schemaType:"object",error:It.error,code(t){let[e,r]=Tz(t);Og(t,e),Mg(t,r)}};function Tz({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let o=Array.isArray(t[n])?e:r;o[n]=t[n]}return[e,r]}function Og(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,Zo.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,Zo.checkReportMissingProp)(t,u)}):(r.if((0,Wl._)`${c} && (${(0,Zo.checkMissingProp)(t,a,s)})`),(0,Zo.reportMissingProp)(t,s),r.else())}}It.validatePropertyDeps=Og;function Mg(t,e=t.schema){let{gen:r,data:n,keyword:o,it:s}=t,i=r.name("valid");for(let a in e)(0,Sz.alwaysValidSchema)(s,e[a])||(r.if((0,Zo.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))}It.validateSchemaDeps=Mg;It.default=zz});var Ag=T(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});var Ng=B(),Ez=ne(),Pz={message:"property name must be valid",params:({params:t})=>(0,Ng._)`{propertyName: ${t.propertyName}}`},Rz={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:Pz,code(t){let{gen:e,schema:r,data:n,it:o}=t;if((0,Ez.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,Ng.not)(s),()=>{t.error(!0),o.allErrors||e.break()})}),t.ok(s)}};Ql.default=Rz});var Yl=T(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var $i=lt(),xt=B(),Iz=Ut(),wi=ne(),Oz={message:"must NOT have additional properties",params:({params:t})=>(0,xt._)`{additionalProperty: ${t.additionalProperty}}`},Mz={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:Oz,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,wi.alwaysValidSchema)(i,r))return;let u=(0,$i.allSchemaProperties)(n.properties),d=(0,$i.allSchemaProperties)(n.patternProperties);l(),t.ok((0,xt._)`${s} === ${Iz.default.errors}`);function l(){e.forIn("key",o,y=>{!u.length&&!d.length?p(y):e.if(h(y),()=>p(y))})}function h(y){let g;if(u.length>8){let _=(0,wi.schemaRefOrVal)(i,n.properties,"properties");g=(0,$i.isOwnProperty)(e,_,y)}else u.length?g=(0,xt.or)(...u.map(_=>(0,xt._)`${y} === ${_}`)):g=xt.nil;return d.length&&(g=(0,xt.or)(g,...d.map(_=>(0,xt._)`${(0,$i.usePattern)(t,_)}.test(${y})`))),(0,xt.not)(g)}function m(y){e.code((0,xt._)`delete ${o}[${y}]`)}function p(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m(y);return}if(r===!1){t.setParams({additionalProperty:y}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,wi.alwaysValidSchema)(i,r)){let g=e.name("valid");c.removeAdditional==="failing"?(f(y,g,!1),e.if((0,xt.not)(g),()=>{t.reset(),m(y)})):(f(y,g),a||e.if((0,xt.not)(g),()=>e.break()))}}function f(y,g,_){let x={keyword:"additionalProperties",dataProp:y,dataPropType:wi.Type.Str};_===!1&&Object.assign(x,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(x,g)}}};Xl.default=Mz});var Dg=T(td=>{"use strict";Object.defineProperty(td,"__esModule",{value:!0});var Cz=wo(),Zg=lt(),ed=ne(),jg=Yl(),Nz={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&&jg.default.code(new Cz.KeywordCxt(s,jg.default,"additionalProperties"));let i=(0,Zg.allSchemaProperties)(r);for(let l of i)s.definedProperties.add(l);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=ed.mergeEvaluated.props(e,(0,ed.toHash)(i),s.props));let a=i.filter(l=>!(0,ed.alwaysValidSchema)(s,r[l]));if(a.length===0)return;let c=e.name("valid");for(let l of a)u(l)?d(l):(e.if((0,Zg.propertyInData)(e,o,l,s.opts.ownProperties)),d(l),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(l),t.ok(c);function u(l){return s.opts.useDefaults&&!s.compositeRule&&r[l].default!==void 0}function d(l){t.subschema({keyword:"properties",schemaProp:l,dataProp:l},c)}}};td.default=Nz});var Ug=T(rd=>{"use strict";Object.defineProperty(rd,"__esModule",{value:!0});var qg=lt(),ki=B(),Lg=ne(),Fg=ne(),Az={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,qg.allSchemaProperties)(r),c=a.filter(f=>(0,Lg.alwaysValidSchema)(s,r[f]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,d=e.name("valid");s.props!==!0&&!(s.props instanceof ki.Name)&&(s.props=(0,Fg.evaluatedPropsToName)(e,s.props));let{props:l}=s;h();function h(){for(let f of a)u&&m(f),s.allErrors?p(f):(e.var(d,!0),p(f),e.if(d))}function m(f){for(let y in u)new RegExp(f).test(y)&&(0,Lg.checkStrictMode)(s,`property ${y} matches pattern ${f} (use allowMatchingProperties)`)}function p(f){e.forIn("key",n,y=>{e.if((0,ki._)`${(0,qg.usePattern)(t,f)}.test(${y})`,()=>{let g=c.includes(f);g||t.subschema({keyword:"patternProperties",schemaProp:f,dataProp:y,dataPropType:Fg.Type.Str},d),s.opts.unevaluated&&l!==!0?e.assign((0,ki._)`${l}[${y}]`,!0):!g&&!s.allErrors&&e.if((0,ki.not)(d),()=>e.break())})})}}};rd.default=Az});var Vg=T(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});var Zz=ne(),jz={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,Zz.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"}};nd.default=jz});var Hg=T(od=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});var Dz=lt(),qz={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:Dz.validateUnion,error:{message:"must match a schema in anyOf"}};od.default=qz});var Gg=T(sd=>{"use strict";Object.defineProperty(sd,"__esModule",{value:!0});var Si=B(),Lz=ne(),Fz={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,Si._)`{passingSchemas: ${t.passing}}`},Uz={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:Fz,code(t){let{gen:e,schema:r,parentSchema:n,it:o}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(u),t.result(i,()=>t.reset(),()=>t.error(!0));function u(){s.forEach((d,l)=>{let h;(0,Lz.alwaysValidSchema)(o,d)?e.var(c,!0):h=t.subschema({keyword:"oneOf",schemaProp:l,compositeRule:!0},c),l>0&&e.if((0,Si._)`${c} && ${i}`).assign(i,!1).assign(a,(0,Si._)`[${a}, ${l}]`).else(),e.if(c,()=>{e.assign(i,!0),e.assign(a,l),h&&t.mergeEvaluated(h,Si.Name)})})}}};sd.default=Uz});var Bg=T(id=>{"use strict";Object.defineProperty(id,"__esModule",{value:!0});var Vz=ne(),Hz={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,Vz.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:i},o);t.ok(o),t.mergeEvaluated(a)})}};id.default=Hz});var Wg=T(ad=>{"use strict";Object.defineProperty(ad,"__esModule",{value:!0});var zi=B(),Jg=ne(),Gz={message:({params:t})=>(0,zi.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,zi._)`{failingKeyword: ${t.ifClause}}`},Bz={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Gz,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,Jg.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=Kg(n,"then"),s=Kg(n,"else");if(!o&&!s)return;let i=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),o&&s){let d=e.let("ifClause");t.setParams({ifClause:d}),e.if(a,u("then",d),u("else",d))}else o?e.if(a,u("then")):e.if((0,zi.not)(a),u("else"));t.pass(i,()=>t.error(!0));function c(){let d=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(d)}function u(d,l){return()=>{let h=t.subschema({keyword:d},a);e.assign(i,a),t.mergeValidEvaluated(h,i),l?e.assign(l,(0,zi._)`${d}`):t.setParams({ifClause:d})}}}};function Kg(t,e){let r=t.schema[e];return r!==void 0&&!(0,Jg.alwaysValidSchema)(t,r)}ad.default=Bz});var Qg=T(cd=>{"use strict";Object.defineProperty(cd,"__esModule",{value:!0});var Kz=ne(),Jz={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,Kz.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};cd.default=Jz});var Xg=T(ud=>{"use strict";Object.defineProperty(ud,"__esModule",{value:!0});var Wz=Hl(),Qz=Eg(),Xz=Gl(),Yz=Rg(),eT=Ig(),tT=Cg(),rT=Ag(),nT=Yl(),oT=Dg(),sT=Ug(),iT=Vg(),aT=Hg(),cT=Gg(),uT=Bg(),lT=Wg(),dT=Qg();function pT(t=!1){let e=[iT.default,aT.default,cT.default,uT.default,lT.default,dT.default,rT.default,nT.default,tT.default,oT.default,sT.default];return t?e.push(Qz.default,Yz.default):e.push(Wz.default,Xz.default),e.push(eT.default),e}ud.default=pT});var Yg=T(ld=>{"use strict";Object.defineProperty(ld,"__esModule",{value:!0});var be=B(),fT={message:({schemaCode:t})=>(0,be.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,be._)`{format: ${t}}`},mT={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:fT,code(t,e){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=t,{opts:c,errSchemaPath:u,schemaEnv:d,self:l}=a;if(!c.validateFormats)return;o?h():m();function h(){let p=r.scopeValue("formats",{ref:l.formats,code:c.code.formats}),f=r.const("fDef",(0,be._)`${p}[${i}]`),y=r.let("fType"),g=r.let("format");r.if((0,be._)`typeof ${f} == "object" && !(${f} instanceof RegExp)`,()=>r.assign(y,(0,be._)`${f}.type || "string"`).assign(g,(0,be._)`${f}.validate`),()=>r.assign(y,(0,be._)`"string"`).assign(g,f)),t.fail$data((0,be.or)(_(),x()));function _(){return c.strictSchema===!1?be.nil:(0,be._)`${i} && !${g}`}function x(){let $=d.$async?(0,be._)`(${f}.async ? await ${g}(${n}) : ${g}(${n}))`:(0,be._)`${g}(${n})`,S=(0,be._)`(typeof ${g} == "function" ? ${$} : ${g}.test(${n}))`;return(0,be._)`${g} && ${g} !== true && ${y} === ${e} && !${S}`}}function m(){let p=l.formats[s];if(!p){_();return}if(p===!0)return;let[f,y,g]=x(p);f===e&&t.pass($());function _(){if(c.strictSchema===!1){l.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function x(S){let q=S instanceof RegExp?(0,be.regexpCode)(S):c.code.formats?(0,be._)`${c.code.formats}${(0,be.getProperty)(s)}`:void 0,I=r.scopeValue("formats",{key:s,ref:S,code:q});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,be._)`${I}.validate`]:["string",S,I]}function $(){if(typeof p=="object"&&!(p instanceof RegExp)&&p.async){if(!d.$async)throw new Error("async format in sync schema");return(0,be._)`await ${g}(${n})`}return typeof y=="function"?(0,be._)`${g}(${n})`:(0,be._)`${g}.test(${n})`}}}};ld.default=mT});var ey=T(dd=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});var hT=Yg(),gT=[hT.default];dd.default=gT});var ty=T(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.contentVocabulary=zn.metadataVocabulary=void 0;zn.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];zn.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var ny=T(pd=>{"use strict";Object.defineProperty(pd,"__esModule",{value:!0});var yT=lg(),_T=kg(),vT=Xg(),xT=ey(),ry=ty(),bT=[yT.default,_T.default,(0,vT.default)(),xT.default,ry.metadataVocabulary,ry.contentVocabulary];pd.default=bT});var sy=T(Ti=>{"use strict";Object.defineProperty(Ti,"__esModule",{value:!0});Ti.DiscrError=void 0;var oy;(function(t){t.Tag="tag",t.Mapping="mapping"})(oy||(Ti.DiscrError=oy={}))});var ay=T(md=>{"use strict";Object.defineProperty(md,"__esModule",{value:!0});var Tn=B(),fd=sy(),iy=ci(),$T=ko(),wT=ne(),kT={message:({params:{discrError:t,tagName:e}})=>t===fd.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,Tn._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},ST={keyword:"discriminator",type:"object",schemaType:"object",error:kT,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,Tn._)`${r}${(0,Tn.getProperty)(a)}`);e.if((0,Tn._)`typeof ${u} == "string"`,()=>d(),()=>t.error(!1,{discrError:fd.DiscrError.Tag,tag:u,tagName:a})),t.ok(c);function d(){let m=h();e.if(!1);for(let p in m)e.elseIf((0,Tn._)`${u} === ${p}`),e.assign(c,l(m[p]));e.else(),t.error(!1,{discrError:fd.DiscrError.Mapping,tag:u,tagName:a}),e.endIf()}function l(m){let p=e.name("valid"),f=t.subschema({keyword:"oneOf",schemaProp:m},p);return t.mergeEvaluated(f,Tn.Name),p}function h(){var m;let p={},f=g(o),y=!0;for(let $=0;$<i.length;$++){let S=i[$];if(S?.$ref&&!(0,wT.schemaHasRulesButRef)(S,s.self.RULES)){let I=S.$ref;if(S=iy.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,I),S instanceof iy.SchemaEnv&&(S=S.schema),S===void 0)throw new $T.default(s.opts.uriResolver,s.baseId,I)}let q=(m=S?.properties)===null||m===void 0?void 0:m[a];if(typeof q!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(f||g(S)),_(q,$)}if(!y)throw new Error(`discriminator: "${a}" must be required`);return p;function g({required:$}){return Array.isArray($)&&$.includes(a)}function _($,S){if($.const)x($.const,S);else if($.enum)for(let q of $.enum)x(q,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function x($,S){if(typeof $!="string"||$ in p)throw new Error(`discriminator: "${a}" values must be unique strings`);p[$]=S}}}};md.default=ST});var cy=T((m1,zT)=>{zT.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 gd=T((me,hd)=>{"use strict";Object.defineProperty(me,"__esModule",{value:!0});me.MissingRefError=me.ValidationError=me.CodeGen=me.Name=me.nil=me.stringify=me.str=me._=me.KeywordCxt=me.Ajv=void 0;var TT=og(),ET=ny(),PT=ay(),uy=cy(),RT=["/properties"],Ei="http://json-schema.org/draft-07/schema",En=class extends TT.default{_addVocabularies(){super._addVocabularies(),ET.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(PT.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(uy,RT):uy;this.addMetaSchema(e,Ei,!1),this.refs["http://json-schema.org/schema"]=Ei}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ei)?Ei:void 0)}};me.Ajv=En;hd.exports=me=En;hd.exports.Ajv=En;Object.defineProperty(me,"__esModule",{value:!0});me.default=En;var IT=wo();Object.defineProperty(me,"KeywordCxt",{enumerable:!0,get:function(){return IT.KeywordCxt}});var Pn=B();Object.defineProperty(me,"_",{enumerable:!0,get:function(){return Pn._}});Object.defineProperty(me,"str",{enumerable:!0,get:function(){return Pn.str}});Object.defineProperty(me,"stringify",{enumerable:!0,get:function(){return Pn.stringify}});Object.defineProperty(me,"nil",{enumerable:!0,get:function(){return Pn.nil}});Object.defineProperty(me,"Name",{enumerable:!0,get:function(){return Pn.Name}});Object.defineProperty(me,"CodeGen",{enumerable:!0,get:function(){return Pn.CodeGen}});var OT=ii();Object.defineProperty(me,"ValidationError",{enumerable:!0,get:function(){return OT.default}});var MT=ko();Object.defineProperty(me,"MissingRefError",{enumerable:!0,get:function(){return MT.default}})});var yy=T(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.formatNames=Mt.fastFormats=Mt.fullFormats=void 0;function Ot(t,e){return{validate:t,compare:e}}Mt.fullFormats={date:Ot(fy,xd),time:Ot(_d(!0),bd),"date-time":Ot(ly(!0),hy),"iso-time":Ot(_d(),my),"iso-date-time":Ot(ly(),gy),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:DT,"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:GT,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:qT,int32:{type:"number",validate:UT},int64:{type:"number",validate:VT},float:{type:"number",validate:py},double:{type:"number",validate:py},password:!0,binary:!0};Mt.fastFormats={...Mt.fullFormats,date:Ot(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,xd),time:Ot(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,bd),"date-time":Ot(/^\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,hy),"iso-time":Ot(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,my),"iso-date-time":Ot(/^\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,gy),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};Mt.formatNames=Object.keys(Mt.fullFormats);function CT(t){return t%4===0&&(t%100!==0||t%400===0)}var NT=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,AT=[0,31,28,31,30,31,30,31,31,30,31,30,31];function fy(t){let e=NT.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&&CT(r)?29:AT[n])}function xd(t,e){if(t&&e)return t>e?1:t<e?-1:0}var yd=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function _d(t){return function(r){let n=yd.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],c=n[5]==="-"?-1:1,u=+(n[6]||0),d=+(n[7]||0);if(u>23||d>59||t&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let l=s-d*c,h=o-u*c-(l<0?1:0);return(h===23||h===-1)&&(l===59||l===-1)&&i<61}}function bd(t,e){if(!(t&&e))return;let r=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(r&&n)return r-n}function my(t,e){if(!(t&&e))return;let r=yd.exec(t),n=yd.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 vd=/t|\s/i;function ly(t){let e=_d(t);return function(n){let o=n.split(vd);return o.length===2&&fy(o[0])&&e(o[1])}}function hy(t,e){if(!(t&&e))return;let r=new Date(t).valueOf(),n=new Date(e).valueOf();if(r&&n)return r-n}function gy(t,e){if(!(t&&e))return;let[r,n]=t.split(vd),[o,s]=e.split(vd),i=xd(r,o);if(i!==void 0)return i||bd(n,s)}var ZT=/\/|:/,jT=/^(?:[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 DT(t){return ZT.test(t)&&jT.test(t)}var dy=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function qT(t){return dy.lastIndex=0,dy.test(t)}var LT=-(2**31),FT=2**31-1;function UT(t){return Number.isInteger(t)&&t<=FT&&t>=LT}function VT(t){return Number.isInteger(t)}function py(){return!0}var HT=/[^\\]\\Z/;function GT(t){if(HT.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var _y=T(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.formatLimitDefinition=void 0;var BT=gd(),bt=B(),dr=bt.operators,Pi={formatMaximum:{okStr:"<=",ok:dr.LTE,fail:dr.GT},formatMinimum:{okStr:">=",ok:dr.GTE,fail:dr.LT},formatExclusiveMaximum:{okStr:"<",ok:dr.LT,fail:dr.GTE},formatExclusiveMinimum:{okStr:">",ok:dr.GT,fail:dr.LTE}},KT={message:({keyword:t,schemaCode:e})=>(0,bt.str)`should be ${Pi[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,bt._)`{comparison: ${Pi[t].okStr}, limit: ${e}}`};Rn.formatLimitDefinition={keyword:Object.keys(Pi),type:"string",schemaType:"string",$data:!0,error:KT,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 BT.KeywordCxt(s,a.RULES.all.format.definition,"format");c.$data?u():d();function u(){let h=e.scopeValue("formats",{ref:a.formats,code:i.code.formats}),m=e.const("fmt",(0,bt._)`${h}[${c.schemaCode}]`);t.fail$data((0,bt.or)((0,bt._)`typeof ${m} != "object"`,(0,bt._)`${m} instanceof RegExp`,(0,bt._)`typeof ${m}.compare != "function"`,l(m)))}function d(){let h=c.schema,m=a.formats[h];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw new Error(`"${o}": format "${h}" does not define "compare" function`);let p=e.scopeValue("formats",{key:h,ref:m,code:i.code.formats?(0,bt._)`${i.code.formats}${(0,bt.getProperty)(h)}`:void 0});t.fail$data(l(p))}function l(h){return(0,bt._)`${h}.compare(${r}, ${n}) ${Pi[o].fail} 0`}},dependencies:["format"]};var JT=t=>(t.addKeyword(Rn.formatLimitDefinition),t);Rn.default=JT});var $y=T((jo,by)=>{"use strict";Object.defineProperty(jo,"__esModule",{value:!0});var In=yy(),WT=_y(),$d=B(),vy=new $d.Name("fullFormats"),QT=new $d.Name("fastFormats"),wd=(t,e={keywords:!0})=>{if(Array.isArray(e))return xy(t,e,In.fullFormats,vy),t;let[r,n]=e.mode==="fast"?[In.fastFormats,QT]:[In.fullFormats,vy],o=e.formats||In.formatNames;return xy(t,o,r,n),e.keywords&&(0,WT.default)(t),t};wd.get=(t,e="full")=>{let n=(e==="fast"?In.fastFormats:In.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function xy(t,e,r,n){var o,s;(o=(s=t.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,$d._)`require("ajv-formats/dist/formats").${n}`);for(let i of e)t.addFormat(i,r[i])}by.exports=jo=wd;Object.defineProperty(jo,"__esModule",{value:!0});jo.default=wd});var eP={};Go(eP,{log:()=>Ji});module.exports=u_(eP);var R={};Go(R,{BRAND:()=>N_,DIRTY:()=>hr,EMPTY_PATH:()=>f_,INVALID:()=>j,NEVER:()=>_v,OK:()=>Ne,ParseStatus:()=>ze,Schema:()=>G,ZodAny:()=>Wt,ZodArray:()=>Dt,ZodBigInt:()=>yr,ZodBoolean:()=>_r,ZodBranded:()=>Zn,ZodCatch:()=>Pr,ZodDate:()=>vr,ZodDefault:()=>Er,ZodDiscriminatedUnion:()=>Jo,ZodEffects:()=>st,ZodEnum:()=>zr,ZodError:()=>He,ZodFirstPartyTypeKind:()=>k,ZodFunction:()=>Qo,ZodIntersection:()=>wr,ZodIssueCode:()=>w,ZodLazy:()=>kr,ZodLiteral:()=>Sr,ZodMap:()=>on,ZodNaN:()=>an,ZodNativeEnum:()=>Tr,ZodNever:()=>ft,ZodNull:()=>br,ZodNullable:()=>zt,ZodNumber:()=>gr,ZodObject:()=>Be,ZodOptional:()=>Ge,ZodParsedType:()=>E,ZodPipeline:()=>jn,ZodPromise:()=>Qt,ZodReadonly:()=>Rr,ZodRecord:()=>Wo,ZodSchema:()=>G,ZodSet:()=>sn,ZodString:()=>Jt,ZodSymbol:()=>rn,ZodTransformer:()=>st,ZodTuple:()=>St,ZodType:()=>G,ZodUndefined:()=>xr,ZodUnion:()=>$r,ZodUnknown:()=>jt,ZodVoid:()=>nn,addIssueToContext:()=>z,any:()=>V_,array:()=>K_,bigint:()=>D_,boolean:()=>Yd,coerce:()=>yv,custom:()=>Wd,date:()=>q_,datetimeRegex:()=>Kd,defaultErrorMap:()=>At,discriminatedUnion:()=>Q_,effect:()=>uv,enum:()=>iv,function:()=>nv,getErrorMap:()=>Yr,getParsedType:()=>kt,instanceof:()=>Z_,intersection:()=>X_,isAborted:()=>Bo,isAsync:()=>en,isDirty:()=>Ko,isValid:()=>Kt,late:()=>A_,lazy:()=>ov,literal:()=>sv,makeIssue:()=>An,map:()=>tv,nan:()=>j_,nativeEnum:()=>av,never:()=>G_,null:()=>U_,nullable:()=>dv,number:()=>Xd,object:()=>Yi,objectUtil:()=>Wi,oboolean:()=>gv,onumber:()=>hv,optional:()=>lv,ostring:()=>mv,pipeline:()=>fv,preprocess:()=>pv,promise:()=>cv,quotelessJson:()=>l_,record:()=>ev,set:()=>rv,setErrorMap:()=>p_,strictObject:()=>J_,string:()=>Qd,symbol:()=>L_,transformer:()=>uv,tuple:()=>Y_,undefined:()=>F_,union:()=>W_,unknown:()=>H_,util:()=>W,void:()=>B_});var W;(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})(W||(W={}));var Wi;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(Wi||(Wi={}));var E=W.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),kt=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 w=W.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"]),l_=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),He=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,W.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()}};He.create=t=>new He(t);var d_=(t,e)=>{let r;switch(t.code){case w.invalid_type:t.received===E.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case w.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,W.jsonStringifyReplacer)}`;break;case w.unrecognized_keys:r=`Unrecognized key(s) in object: ${W.joinValues(t.keys,", ")}`;break;case w.invalid_union:r="Invalid input";break;case w.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${W.joinValues(t.options)}`;break;case w.invalid_enum_value:r=`Invalid enum value. Expected ${W.joinValues(t.options)}, received '${t.received}'`;break;case w.invalid_arguments:r="Invalid function arguments";break;case w.invalid_return_type:r="Invalid function return type";break;case w.invalid_date:r="Invalid date";break;case w.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:W.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case w.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case w.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case w.custom:r="Invalid input";break;case w.invalid_intersection_types:r="Intersection results could not be merged";break;case w.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case w.not_finite:r="Number must be finite";break;default:r=e.defaultError,W.assertNever(t)}return{message:r}},At=d_;var Ud=At;function p_(t){Ud=t}function Yr(){return Ud}var An=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}},f_=[];function z(t,e){let r=Yr(),n=An({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===At?void 0:At].filter(o=>!!o)});t.common.issues.push(n)}var ze=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 j;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 j;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}}},j=Object.freeze({status:"aborted"}),hr=t=>({status:"dirty",value:t}),Ne=t=>({status:"valid",value:t}),Bo=t=>t.status==="aborted",Ko=t=>t.status==="dirty",Kt=t=>t.status==="valid",en=t=>typeof Promise<"u"&&t instanceof Promise;var O;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(O||(O={}));var ot=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}},Vd=(t,e)=>{if(Kt(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 He(t.common.issues);return this._error=r,this._error}}};function V(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 G=class{get description(){return this._def.description}_getType(e){return kt(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:kt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ze,ctx:{common:e.parent.common,data:e.data,parsedType:kt(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(en(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:kt(e)},o=this._parseSync({data:e,path:n.path,parent:n});return Vd(n,o)}"~validate"(e){let r={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:kt(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:r});return Kt(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=>Kt(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:kt(e)},o=this._parse({data:e,path:n.path,parent:n}),s=await(en(o)?o:Promise.resolve(o));return Vd(n,s)}refine(e,r){let n=o=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(o):r;return this._refinement((o,s)=>{let i=e(o),a=()=>s.addIssue({code:w.custom,...n(o)});return typeof Promise<"u"&&i instanceof Promise?i.then(c=>c?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,o)=>e(n)?!0:(o.addIssue(typeof r=="function"?r(n,o):r),!1))}_refinement(e){return new st({schema:this,typeName:k.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Ge.create(this,this._def)}nullable(){return zt.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Dt.create(this)}promise(){return Qt.create(this,this._def)}or(e){return $r.create([this,e],this._def)}and(e){return wr.create(this,e,this._def)}transform(e){return new st({...V(this._def),schema:this,typeName:k.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new Er({...V(this._def),innerType:this,defaultValue:r,typeName:k.ZodDefault})}brand(){return new Zn({typeName:k.ZodBranded,type:this,...V(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new Pr({...V(this._def),innerType:this,catchValue:r,typeName:k.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return jn.create(this,e)}readonly(){return Rr.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},m_=/^c[^\s-]{8,}$/i,h_=/^[0-9a-z]+$/,g_=/^[0-9A-HJKMNP-TV-Z]{26}$/i,y_=/^[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,__=/^[a-z0-9_-]{21}$/i,v_=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,x_=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,b_=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,$_="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Qi,w_=/^(?:(?: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])$/,k_=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,S_=/^(([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]))$/,z_=/^(([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])$/,T_=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,E_=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Gd="((\\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])))",P_=new RegExp(`^${Gd}$`);function Bd(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 R_(t){return new RegExp(`^${Bd(t)}$`)}function Kd(t){let e=`${Gd}T${Bd(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 I_(t,e){return!!((e==="v4"||!e)&&w_.test(t)||(e==="v6"||!e)&&S_.test(t))}function O_(t,e){if(!v_.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 M_(t,e){return!!((e==="v4"||!e)&&k_.test(t)||(e==="v6"||!e)&&z_.test(t))}var Jt=class t extends G{_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:w.invalid_type,expected:E.string,received:s.parsedType}),j}let n=new ze,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:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let i=e.data.length>s.value,a=e.data.length<s.value;(i||a)&&(o=this._getOrReturnCtx(e,o),i?z(o,{code:w.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&z(o,{code:w.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")b_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"email",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")Qi||(Qi=new RegExp($_,"u")),Qi.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"emoji",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")y_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"uuid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")__.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"nanoid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")m_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")h_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cuid2",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")g_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ulid",code:w.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),z(o,{validation:"url",code:w.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"regex",code:w.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(o=this._getOrReturnCtx(e,o),z(o,{code:w.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(o=this._getOrReturnCtx(e,o),z(o,{code:w.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(o=this._getOrReturnCtx(e,o),z(o,{code:w.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?Kd(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:w.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?P_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:w.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?R_(s).test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{code:w.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?x_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"duration",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?I_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"ip",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?O_(e.data,s.alg)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"jwt",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?M_(e.data,s.version)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"cidr",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?T_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64",code:w.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?E_.test(e.data)||(o=this._getOrReturnCtx(e,o),z(o,{validation:"base64url",code:w.invalid_string,message:s.message}),n.dirty()):W.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(o=>e.test(o),{validation:r,code:w.invalid_string,...O.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...O.errToObj(e)})}url(e){return this._addCheck({kind:"url",...O.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...O.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...O.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...O.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...O.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...O.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...O.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...O.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...O.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...O.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...O.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...O.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...O.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...O.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...O.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...O.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...O.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...O.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...O.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...O.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...O.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...O.errToObj(r)})}nonempty(e){return this.min(1,O.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};Jt.create=t=>new Jt({checks:[],typeName:k.ZodString,coerce:t?.coerce??!1,...V(t)});function C_(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 gr=class t extends G{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:w.invalid_type,expected:E.number,received:s.parsedType}),j}let n,o=new ze;for(let s of this._def.checks)s.kind==="int"?W.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:w.invalid_type,expected:"integer",received:"float",message:s.message}),o.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:w.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:w.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),o.dirty()):s.kind==="multipleOf"?C_(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),z(n,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),z(n,{code:w.not_finite,message:s.message}),o.dirty()):W.assertNever(s);return{status:o.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,O.toString(r))}gt(e,r){return this.setLimit("min",e,!1,O.toString(r))}lte(e,r){return this.setLimit("max",e,!0,O.toString(r))}lt(e,r){return this.setLimit("max",e,!1,O.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:O.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:O.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:O.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:O.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:O.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:O.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:O.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:O.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:O.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:O.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&W.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)}};gr.create=t=>new gr({checks:[],typeName:k.ZodNumber,coerce:t?.coerce||!1,...V(t)});var yr=class t extends G{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 ze;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:w.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),z(n,{code:w.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),o.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),z(n,{code:w.not_multiple_of,multipleOf:s.value,message:s.message}),o.dirty()):W.assertNever(s);return{status:o.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return z(r,{code:w.invalid_type,expected:E.bigint,received:r.parsedType}),j}gte(e,r){return this.setLimit("min",e,!0,O.toString(r))}gt(e,r){return this.setLimit("min",e,!1,O.toString(r))}lte(e,r){return this.setLimit("max",e,!0,O.toString(r))}lt(e,r){return this.setLimit("max",e,!1,O.toString(r))}setLimit(e,r,n,o){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:O.toString(o)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:O.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:O.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:O.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:O.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:O.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};yr.create=t=>new yr({checks:[],typeName:k.ZodBigInt,coerce:t?.coerce??!1,...V(t)});var _r=class extends G{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==E.boolean){let n=this._getOrReturnCtx(e);return z(n,{code:w.invalid_type,expected:E.boolean,received:n.parsedType}),j}return Ne(e.data)}};_r.create=t=>new _r({typeName:k.ZodBoolean,coerce:t?.coerce||!1,...V(t)});var vr=class t extends G{_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:w.invalid_type,expected:E.date,received:s.parsedType}),j}if(Number.isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return z(s,{code:w.invalid_date}),j}let n=new ze,o;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:w.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(o=this._getOrReturnCtx(e,o),z(o,{code:w.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):W.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:O.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:O.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};vr.create=t=>new vr({checks:[],coerce:t?.coerce||!1,typeName:k.ZodDate,...V(t)});var rn=class extends G{_parse(e){if(this._getType(e)!==E.symbol){let n=this._getOrReturnCtx(e);return z(n,{code:w.invalid_type,expected:E.symbol,received:n.parsedType}),j}return Ne(e.data)}};rn.create=t=>new rn({typeName:k.ZodSymbol,...V(t)});var xr=class extends G{_parse(e){if(this._getType(e)!==E.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:w.invalid_type,expected:E.undefined,received:n.parsedType}),j}return Ne(e.data)}};xr.create=t=>new xr({typeName:k.ZodUndefined,...V(t)});var br=class extends G{_parse(e){if(this._getType(e)!==E.null){let n=this._getOrReturnCtx(e);return z(n,{code:w.invalid_type,expected:E.null,received:n.parsedType}),j}return Ne(e.data)}};br.create=t=>new br({typeName:k.ZodNull,...V(t)});var Wt=class extends G{constructor(){super(...arguments),this._any=!0}_parse(e){return Ne(e.data)}};Wt.create=t=>new Wt({typeName:k.ZodAny,...V(t)});var jt=class extends G{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Ne(e.data)}};jt.create=t=>new jt({typeName:k.ZodUnknown,...V(t)});var ft=class extends G{_parse(e){let r=this._getOrReturnCtx(e);return z(r,{code:w.invalid_type,expected:E.never,received:r.parsedType}),j}};ft.create=t=>new ft({typeName:k.ZodNever,...V(t)});var nn=class extends G{_parse(e){if(this._getType(e)!==E.undefined){let n=this._getOrReturnCtx(e);return z(n,{code:w.invalid_type,expected:E.void,received:n.parsedType}),j}return Ne(e.data)}};nn.create=t=>new nn({typeName:k.ZodVoid,...V(t)});var Dt=class t extends G{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),o=this._def;if(r.parsedType!==E.array)return z(r,{code:w.invalid_type,expected:E.array,received:r.parsedType}),j;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?w.too_big:w.too_small,minimum:a?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),n.dirty())}if(o.minLength!==null&&r.data.length<o.minLength.value&&(z(r,{code:w.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),n.dirty()),o.maxLength!==null&&r.data.length>o.maxLength.value&&(z(r,{code:w.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((i,a)=>o.type._parseAsync(new ot(r,i,r.path,a)))).then(i=>ze.mergeArray(n,i));let s=[...r.data].map((i,a)=>o.type._parseSync(new ot(r,i,r.path,a)));return ze.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:O.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:O.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:O.toString(r)}})}nonempty(e){return this.min(1,e)}};Dt.create=(t,e)=>new Dt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:k.ZodArray,...V(e)});function tn(t){if(t instanceof Be){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Ge.create(tn(n))}return new Be({...t._def,shape:()=>e})}else return t instanceof Dt?new Dt({...t._def,type:tn(t.element)}):t instanceof Ge?Ge.create(tn(t.unwrap())):t instanceof zt?zt.create(tn(t.unwrap())):t instanceof St?St.create(t.items.map(e=>tn(e))):t}var Be=class t extends G{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=W.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:w.invalid_type,expected:E.object,received:u.parsedType}),j}let{status:n,ctx:o}=this._processInputParams(e),{shape:s,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof ft&&this._def.unknownKeys==="strip"))for(let u in o.data)i.includes(u)||a.push(u);let c=[];for(let u of i){let d=s[u],l=o.data[u];c.push({key:{status:"valid",value:u},value:d._parse(new ot(o,l,o.path,u)),alwaysSet:u in o.data})}if(this._def.catchall instanceof ft){let u=this._def.unknownKeys;if(u==="passthrough")for(let d of a)c.push({key:{status:"valid",value:d},value:{status:"valid",value:o.data[d]}});else if(u==="strict")a.length>0&&(z(o,{code:w.unrecognized_keys,keys:a}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let d of a){let l=o.data[d];c.push({key:{status:"valid",value:d},value:u._parse(new ot(o,l,o.path,d)),alwaysSet:d in o.data})}}return o.common.async?Promise.resolve().then(async()=>{let u=[];for(let d of c){let l=await d.key,h=await d.value;u.push({key:l,value:h,alwaysSet:d.alwaysSet})}return u}).then(u=>ze.mergeObjectSync(n,u)):ze.mergeObjectSync(n,c)}get shape(){return this._def.shape()}strict(e){return O.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{let o=this._def.errorMap?.(r,n).message??n.defaultError;return r.code==="unrecognized_keys"?{message:O.errToObj(e).message??o}:{message:o}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:k.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};for(let n of W.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 W.objectKeys(this.shape))e[n]||(r[n]=this.shape[n]);return new t({...this._def,shape:()=>r})}deepPartial(){return tn(this)}partial(e){let r={};for(let n of W.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 W.objectKeys(this.shape))if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Ge;)s=s._def.innerType;r[n]=s}return new t({...this._def,shape:()=>r})}keyof(){return Jd(W.objectKeys(this.shape))}};Be.create=(t,e)=>new Be({shape:()=>t,unknownKeys:"strip",catchall:ft.create(),typeName:k.ZodObject,...V(e)});Be.strictCreate=(t,e)=>new Be({shape:()=>t,unknownKeys:"strict",catchall:ft.create(),typeName:k.ZodObject,...V(e)});Be.lazycreate=(t,e)=>new Be({shape:t,unknownKeys:"strip",catchall:ft.create(),typeName:k.ZodObject,...V(e)});var $r=class extends G{_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 He(a.ctx.common.issues));return z(r,{code:w.invalid_union,unionErrors:i}),j}if(r.common.async)return Promise.all(n.map(async s=>{let i={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:i}),ctx:i}})).then(o);{let s,i=[];for(let c of n){let u={...r,common:{...r.common,issues:[]},parent:null},d=c._parseSync({data:r.data,path:r.path,parent:u});if(d.status==="valid")return d;d.status==="dirty"&&!s&&(s={result:d,ctx:u}),u.common.issues.length&&i.push(u.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=i.map(c=>new He(c));return z(r,{code:w.invalid_union,unionErrors:a}),j}}get options(){return this._def.options}};$r.create=(t,e)=>new $r({options:t,typeName:k.ZodUnion,...V(e)});var Zt=t=>t instanceof kr?Zt(t.schema):t instanceof st?Zt(t.innerType()):t instanceof Sr?[t.value]:t instanceof zr?t.options:t instanceof Tr?W.objectValues(t.enum):t instanceof Er?Zt(t._def.innerType):t instanceof xr?[void 0]:t instanceof br?[null]:t instanceof Ge?[void 0,...Zt(t.unwrap())]:t instanceof zt?[null,...Zt(t.unwrap())]:t instanceof Zn||t instanceof Rr?Zt(t.unwrap()):t instanceof Pr?Zt(t._def.innerType):[],Jo=class t extends G{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.object)return z(r,{code:w.invalid_type,expected:E.object,received:r.parsedType}),j;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:w.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),j)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let o=new Map;for(let s of r){let i=Zt(s.shape[e]);if(!i.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of i){if(o.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);o.set(a,s)}}return new t({typeName:k.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:o,...V(n)})}};function Xi(t,e){let r=kt(t),n=kt(e);if(t===e)return{valid:!0,data:t};if(r===E.object&&n===E.object){let o=W.objectKeys(e),s=W.objectKeys(t).filter(a=>o.indexOf(a)!==-1),i={...t,...e};for(let a of s){let c=Xi(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=Xi(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 wr=class extends G{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=(s,i)=>{if(Bo(s)||Bo(i))return j;let a=Xi(s.value,i.value);return a.valid?((Ko(s)||Ko(i))&&r.dirty(),{status:r.value,value:a.data}):(z(n,{code:w.invalid_intersection_types}),j)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([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}))}};wr.create=(t,e,r)=>new wr({left:t,right:e,typeName:k.ZodIntersection,...V(r)});var St=class t extends G{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.array)return z(n,{code:w.invalid_type,expected:E.array,received:n.parsedType}),j;if(n.data.length<this._def.items.length)return z(n,{code:w.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),j;!this._def.rest&&n.data.length>this._def.items.length&&(z(n,{code:w.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((i,a)=>{let c=this._def.items[a]||this._def.rest;return c?c._parse(new ot(n,i,n.path,a)):null}).filter(i=>!!i);return n.common.async?Promise.all(s).then(i=>ze.mergeArray(r,i)):ze.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};St.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new St({items:t,typeName:k.ZodTuple,rest:null,...V(e)})};var Wo=class t extends G{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:w.invalid_type,expected:E.object,received:n.parsedType}),j;let o=[],s=this._def.keyType,i=this._def.valueType;for(let a in n.data)o.push({key:s._parse(new ot(n,a,n.path,a)),value:i._parse(new ot(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?ze.mergeObjectAsync(r,o):ze.mergeObjectSync(r,o)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof G?new t({keyType:e,valueType:r,typeName:k.ZodRecord,...V(n)}):new t({keyType:Jt.create(),valueType:e,typeName:k.ZodRecord,...V(r)})}},on=class extends G{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:w.invalid_type,expected:E.map,received:n.parsedType}),j;let o=this._def.keyType,s=this._def.valueType,i=[...n.data.entries()].map(([a,c],u)=>({key:o._parse(new ot(n,a,n.path,[u,"key"])),value:s._parse(new ot(n,c,n.path,[u,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let c of i){let u=await c.key,d=await c.value;if(u.status==="aborted"||d.status==="aborted")return j;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let c of i){let u=c.key,d=c.value;if(u.status==="aborted"||d.status==="aborted")return j;(u.status==="dirty"||d.status==="dirty")&&r.dirty(),a.set(u.value,d.value)}return{status:r.value,value:a}}}};on.create=(t,e,r)=>new on({valueType:e,keyType:t,typeName:k.ZodMap,...V(r)});var sn=class t extends G{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==E.set)return z(n,{code:w.invalid_type,expected:E.set,received:n.parsedType}),j;let o=this._def;o.minSize!==null&&n.data.size<o.minSize.value&&(z(n,{code:w.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),r.dirty()),o.maxSize!==null&&n.data.size>o.maxSize.value&&(z(n,{code:w.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),r.dirty());let s=this._def.valueType;function i(c){let u=new Set;for(let d of c){if(d.status==="aborted")return j;d.status==="dirty"&&r.dirty(),u.add(d.value)}return{status:r.value,value:u}}let a=[...n.data.values()].map((c,u)=>s._parse(new ot(n,c,n.path,u)));return n.common.async?Promise.all(a).then(c=>i(c)):i(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:O.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:O.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};sn.create=(t,e)=>new sn({valueType:t,minSize:null,maxSize:null,typeName:k.ZodSet,...V(e)});var Qo=class t extends G{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==E.function)return z(r,{code:w.invalid_type,expected:E.function,received:r.parsedType}),j;function n(a,c){return An({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Yr(),At].filter(u=>!!u),issueData:{code:w.invalid_arguments,argumentsError:c}})}function o(a,c){return An({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,Yr(),At].filter(u=>!!u),issueData:{code:w.invalid_return_type,returnTypeError:c}})}let s={errorMap:r.common.contextualErrorMap},i=r.data;if(this._def.returns instanceof Qt){let a=this;return Ne(async function(...c){let u=new He([]),d=await a._def.args.parseAsync(c,s).catch(m=>{throw u.addIssue(n(c,m)),u}),l=await Reflect.apply(i,this,d);return await a._def.returns._def.type.parseAsync(l,s).catch(m=>{throw u.addIssue(o(l,m)),u})})}else{let a=this;return Ne(function(...c){let u=a._def.args.safeParse(c,s);if(!u.success)throw new He([n(c,u.error)]);let d=Reflect.apply(i,this,u.data),l=a._def.returns.safeParse(d,s);if(!l.success)throw new He([o(d,l.error)]);return l.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:St.create(e).rest(jt.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||St.create([]).rest(jt.create()),returns:r||jt.create(),typeName:k.ZodFunction,...V(n)})}},kr=class extends G{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})}};kr.create=(t,e)=>new kr({getter:t,typeName:k.ZodLazy,...V(e)});var Sr=class extends G{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return z(r,{received:r.data,code:w.invalid_literal,expected:this._def.value}),j}return{status:"valid",value:e.data}}get value(){return this._def.value}};Sr.create=(t,e)=>new Sr({value:t,typeName:k.ZodLiteral,...V(e)});function Jd(t,e){return new zr({values:t,typeName:k.ZodEnum,...V(e)})}var zr=class t extends G{_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return z(r,{expected:W.joinValues(n),received:r.parsedType,code:w.invalid_type}),j}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:w.invalid_enum_value,options:n}),j}return Ne(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})}};zr.create=Jd;var Tr=class extends G{_parse(e){let r=W.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==E.string&&n.parsedType!==E.number){let o=W.objectValues(r);return z(n,{expected:W.joinValues(o),received:n.parsedType,code:w.invalid_type}),j}if(this._cache||(this._cache=new Set(W.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let o=W.objectValues(r);return z(n,{received:n.data,code:w.invalid_enum_value,options:o}),j}return Ne(e.data)}get enum(){return this._def.values}};Tr.create=(t,e)=>new Tr({values:t,typeName:k.ZodNativeEnum,...V(e)});var Qt=class extends G{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:w.invalid_type,expected:E.promise,received:r.parsedType}),j;let n=r.parsedType===E.promise?r.data:Promise.resolve(r.data);return Ne(n.then(o=>this._def.type.parseAsync(o,{path:r.path,errorMap:r.common.contextualErrorMap})))}};Qt.create=(t,e)=>new Qt({type:t,typeName:k.ZodPromise,...V(e)});var st=class extends G{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===k.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),o=this._def.effect||null,s={addIssue:i=>{z(n,i),i.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),o.type==="preprocess"){let i=o.transform(n.data,s);if(n.common.async)return Promise.resolve(i).then(async a=>{if(r.value==="aborted")return j;let c=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return c.status==="aborted"?j:c.status==="dirty"?hr(c.value):r.value==="dirty"?hr(c.value):c});{if(r.value==="aborted")return j;let a=this._def.schema._parseSync({data:i,path:n.path,parent:n});return a.status==="aborted"?j:a.status==="dirty"?hr(a.value):r.value==="dirty"?hr(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"?j:(a.status==="dirty"&&r.dirty(),i(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?j:(a.status==="dirty"&&r.dirty(),i(a.value).then(()=>({status:r.value,value:a.value}))))}if(o.type==="transform")if(n.common.async===!1){let i=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Kt(i))return j;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=>Kt(i)?Promise.resolve(o.transform(i.value,s)).then(a=>({status:r.value,value:a})):j);W.assertNever(o)}};st.create=(t,e,r)=>new st({schema:t,typeName:k.ZodEffects,effect:e,...V(r)});st.createWithPreprocess=(t,e,r)=>new st({schema:e,effect:{type:"preprocess",transform:t},typeName:k.ZodEffects,...V(r)});var Ge=class extends G{_parse(e){return this._getType(e)===E.undefined?Ne(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ge.create=(t,e)=>new Ge({innerType:t,typeName:k.ZodOptional,...V(e)});var zt=class extends G{_parse(e){return this._getType(e)===E.null?Ne(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};zt.create=(t,e)=>new zt({innerType:t,typeName:k.ZodNullable,...V(e)});var Er=class extends G{_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}};Er.create=(t,e)=>new Er({innerType:t,typeName:k.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...V(e)});var Pr=class extends G{_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 en(o)?o.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new He(n.common.issues)},input:n.data})})):{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new He(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Pr.create=(t,e)=>new Pr({innerType:t,typeName:k.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...V(e)});var an=class extends G{_parse(e){if(this._getType(e)!==E.nan){let n=this._getOrReturnCtx(e);return z(n,{code:w.invalid_type,expected:E.nan,received:n.parsedType}),j}return{status:"valid",value:e.data}}};an.create=t=>new an({typeName:k.ZodNaN,...V(t)});var N_=Symbol("zod_brand"),Zn=class extends G{_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}},jn=class t extends G{_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"?j:s.status==="dirty"?(r.dirty(),hr(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"?j:o.status==="dirty"?(r.dirty(),{status:"dirty",value:o.value}):this._def.out._parseSync({data:o.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:k.ZodPipeline})}},Rr=class extends G{_parse(e){let r=this._def.innerType._parse(e),n=o=>(Kt(o)&&(o.value=Object.freeze(o.value)),o);return en(r)?r.then(o=>n(o)):n(r)}unwrap(){return this._def.innerType}};Rr.create=(t,e)=>new Rr({innerType:t,typeName:k.ZodReadonly,...V(e)});function Hd(t,e){let r=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof r=="string"?{message:r}:r}function Wd(t,e={},r){return t?Wt.create().superRefine((n,o)=>{let s=t(n);if(s instanceof Promise)return s.then(i=>{if(!i){let a=Hd(e,n),c=a.fatal??r??!0;o.addIssue({code:"custom",...a,fatal:c})}});if(!s){let i=Hd(e,n),a=i.fatal??r??!0;o.addIssue({code:"custom",...i,fatal:a})}}):Wt.create()}var A_={object:Be.lazycreate},k;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(k||(k={}));var Z_=(t,e={message:`Input not instance of ${t.name}`})=>Wd(r=>r instanceof t,e),Qd=Jt.create,Xd=gr.create,j_=an.create,D_=yr.create,Yd=_r.create,q_=vr.create,L_=rn.create,F_=xr.create,U_=br.create,V_=Wt.create,H_=jt.create,G_=ft.create,B_=nn.create,K_=Dt.create,Yi=Be.create,J_=Be.strictCreate,W_=$r.create,Q_=Jo.create,X_=wr.create,Y_=St.create,ev=Wo.create,tv=on.create,rv=sn.create,nv=Qo.create,ov=kr.create,sv=Sr.create,iv=zr.create,av=Tr.create,cv=Qt.create,uv=st.create,lv=Ge.create,dv=zt.create,pv=st.createWithPreprocess,fv=jn.create,mv=()=>Qd().optional(),hv=()=>Xd().optional(),gv=()=>Yd().optional(),yv={string:t=>Jt.create({...t,coerce:!0}),number:t=>gr.create({...t,coerce:!0}),boolean:t=>_r.create({...t,coerce:!0}),bigint:t=>yr.create({...t,coerce:!0}),date:t=>vr.create({...t,coerce:!0})};var _v=j;var vv=Object.freeze({status:"aborted"});function b(t,e,r){function n(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(t),e(a,c);for(let d in i.prototype)d in a||Object.defineProperty(a,d,{value:i.prototype[d].bind(a)});a._zod.constr=i,a._zod.def=c}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:t});function i(a){var c;let u=r?.Parent?new s:this;n(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let d of u._zod.deferred)d();return u}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(t)}),Object.defineProperty(i,"name",{value:t}),i}var xv=Symbol("zod_brand"),qt=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Xo={};function et(t){return t&&Object.assign(Xo,t),Xo}var Q={};Go(Q,{BIGINT_FORMAT_RANGES:()=>tp,Class:()=>ta,NUMBER_FORMAT_RANGES:()=>ca,aborted:()=>Or,allowsEval:()=>sa,assert:()=>Sv,assertEqual:()=>bv,assertIs:()=>wv,assertNever:()=>kv,assertNotEqual:()=>$v,assignProp:()=>oa,cached:()=>Ln,captureStackTrace:()=>es,cleanEnum:()=>jv,cleanRegex:()=>Un,clone:()=>tt,createTransparentProxy:()=>Iv,defineLazy:()=>le,esc:()=>Ir,escapeRegex:()=>Xt,extend:()=>Cv,finalizeIssue:()=>mt,floatSafeRemainder:()=>na,getElementAtPath:()=>zv,getEnumValues:()=>qn,getLengthableOrigin:()=>Vn,getParsedType:()=>Rv,getSizableOrigin:()=>rp,isObject:()=>cn,isPlainObject:()=>un,issue:()=>ua,joinValues:()=>Yo,jsonStringifyReplacer:()=>ra,merge:()=>Nv,normalizeParams:()=>D,nullish:()=>Fn,numKeys:()=>Pv,omit:()=>Mv,optionalKeys:()=>aa,partial:()=>Av,pick:()=>Ov,prefixIssues:()=>Tt,primitiveTypes:()=>ep,promiseAllObject:()=>Tv,propertyKeyTypes:()=>ia,randomString:()=>Ev,required:()=>Zv,stringifyPrimitive:()=>ts,unwrapMessage:()=>Dn});function bv(t){return t}function $v(t){return t}function wv(t){}function kv(t){throw new Error}function Sv(t){}function qn(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 Yo(t,e="|"){return t.map(r=>ts(r)).join(e)}function ra(t,e){return typeof e=="bigint"?e.toString():e}function Ln(t){return{get value(){{let r=t();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Fn(t){return t==null}function Un(t){let e=t.startsWith("^")?1:0,r=t.endsWith("$")?t.length-1:t.length;return t.slice(e,r)}function na(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(t.toFixed(o).replace(".","")),i=Number.parseInt(e.toFixed(o).replace(".",""));return s%i/10**o}function le(t,e,r){Object.defineProperty(t,e,{get(){{let o=r();return t[e]=o,o}throw new Error("cached value already set")},set(o){Object.defineProperty(t,e,{value:o})},configurable:!0})}function oa(t,e,r){Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!0,configurable:!0})}function zv(t,e){return e?e.reduce((r,n)=>r?.[n],t):t}function Tv(t){let e=Object.keys(t),r=e.map(n=>t[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<e.length;s++)o[e[s]]=n[s];return o})}function Ev(t=10){let e="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<t;n++)r+=e[Math.floor(Math.random()*e.length)];return r}function Ir(t){return JSON.stringify(t)}var es=Error.captureStackTrace?Error.captureStackTrace:(...t)=>{};function cn(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var sa=Ln(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function un(t){if(cn(t)===!1)return!1;let e=t.constructor;if(e===void 0)return!0;let r=e.prototype;return!(cn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Pv(t){let e=0;for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&e++;return e}var Rv=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}`)}},ia=new Set(["string","number","symbol"]),ep=new Set(["string","number","bigint","boolean","symbol","undefined"]);function Xt(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function tt(t,e,r){let n=new t._zod.constr(e??t._zod.def);return(!e||r?.parent)&&(n._zod.parent=t),n}function D(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 Iv(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 ts(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function aa(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var ca={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]},tp={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function Ov(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 tt(t,{...t._zod.def,shape:r,checks:[]})}function Mv(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 tt(t,{...t._zod.def,shape:r,checks:[]})}function Cv(t,e){if(!un(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 oa(this,"shape",n),n},checks:[]};return tt(t,r)}function Nv(t,e){return tt(t,{...t._zod.def,get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return oa(this,"shape",r),r},catchall:e._zod.def.catchall,checks:[]})}function Av(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 tt(e,{...e._zod.def,shape:o,checks:[]})}function Zv(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 tt(e,{...e._zod.def,shape:o,checks:[]})}function Or(t,e=0){for(let r=e;r<t.issues.length;r++)if(t.issues[r]?.continue!==!0)return!0;return!1}function Tt(t,e){return e.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(t),r})}function Dn(t){return typeof t=="string"?t:t?.message}function mt(t,e,r){let n={...t,path:t.path??[]};if(!t.message){let o=Dn(t.inst?._zod.def?.error?.(t))??Dn(e?.error?.(t))??Dn(r.customError?.(t))??Dn(r.localeError?.(t))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,e?.reportInput||delete n.input,n}function rp(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Vn(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function ua(...t){let[e,r,n]=t;return typeof e=="string"?{message:e,code:"custom",input:r,inst:n}:{...e}}function jv(t){return Object.entries(t).filter(([e,r])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}var ta=class{constructor(...e){}};var np=(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,ra,2)},enumerable:!0}),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},rs=b("$ZodError",np),Hn=b("$ZodError",np,{Parent:Error});function la(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 da(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 pa=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 qt;if(i.issues.length){let a=new(o?.Err??t)(i.issues.map(c=>mt(c,s,et())));throw es(a,o?.callee),a}return i.value},fa=pa(Hn),ma=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=>mt(c,s,et())));throw es(a,o?.callee),a}return i.value},ha=ma(Hn),ga=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 qt;return s.issues.length?{success:!1,error:new(t??rs)(s.issues.map(i=>mt(i,o,et())))}:{success:!0,data:s.value}},Mr=ga(Hn),ya=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=>mt(i,o,et())))}:{success:!0,data:s.value}},Cr=ya(Hn);var op=/^[cC][^\s-]{8,}$/,sp=/^[0-9a-z]+$/,ip=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,ap=/^[0-9a-vA-V]{20}$/,cp=/^[A-Za-z0-9]{27}$/,up=/^[a-zA-Z0-9_-]{21}$/,lp=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var dp=/^([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})$/,_a=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 pp=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var qv="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function fp(){return new RegExp(qv,"u")}var mp=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,hp=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,gp=/^((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])$/,yp=/^(([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])$/,_p=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,va=/^[A-Za-z0-9_-]*$/,vp=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var xp=/^\+(?:[0-9]){6,14}[0-9]$/,bp="(?:(?:\\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])))",$p=new RegExp(`^${bp}$`);function wp(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 kp(t){return new RegExp(`^${wp(t)}$`)}function Sp(t){let e=wp({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(`^${bp}T(?:${n})$`)}var zp=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var Tp=/^\d+$/,Ep=/^-?\d+(?:\.\d+)?/i,Pp=/true|false/i,Rp=/null/i;var Ip=/^[^A-Z]*$/,Op=/^[^a-z]*$/;var Te=b("$ZodCheck",(t,e)=>{var r;t._zod??(t._zod={}),t._zod.def=e,(r=t._zod).onattach??(r.onattach=[])}),Mp={number:"number",bigint:"bigint",object:"date"},xa=b("$ZodCheckLessThan",(t,e)=>{Te.init(t,e);let r=Mp[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})}}),ba=b("$ZodCheckGreaterThan",(t,e)=>{Te.init(t,e);let r=Mp[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})}}),Cp=b("$ZodCheckMultipleOf",(t,e)=>{Te.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):na(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})}}),Np=b("$ZodCheckNumberFormat",(t,e)=>{Te.init(t,e),e.format=e.format||"float64";let r=e.format?.includes("int"),n=r?"int":"number",[o,s]=ca[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=Tp)}),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 Ap=b("$ZodCheckMaxLength",(t,e)=>{var r;Te.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Fn(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=Vn(o);n.issues.push({origin:i,code:"too_big",maximum:e.maximum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),Zp=b("$ZodCheckMinLength",(t,e)=>{var r;Te.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Fn(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=Vn(o);n.issues.push({origin:i,code:"too_small",minimum:e.minimum,inclusive:!0,input:o,inst:t,continue:!e.abort})}}),jp=b("$ZodCheckLengthEquals",(t,e)=>{var r;Te.init(t,e),(r=t._zod.def).when??(r.when=n=>{let o=n.value;return!Fn(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=Vn(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})}}),Gn=b("$ZodCheckStringFormat",(t,e)=>{var r,n;Te.init(t,e),t._zod.onattach.push(o=>{let s=o._zod.bag;s.format=e.format,e.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(e.pattern))}),e.pattern?(r=t._zod).check??(r.check=o=>{e.pattern.lastIndex=0,!e.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:e.format,input:o.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),Dp=b("$ZodCheckRegex",(t,e)=>{Gn.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})}}),qp=b("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=Ip),Gn.init(t,e)}),Lp=b("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=Op),Gn.init(t,e)}),Fp=b("$ZodCheckIncludes",(t,e)=>{Te.init(t,e);let r=Xt(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})}}),Up=b("$ZodCheckStartsWith",(t,e)=>{Te.init(t,e);let r=new RegExp(`^${Xt(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})}}),Vp=b("$ZodCheckEndsWith",(t,e)=>{Te.init(t,e);let r=new RegExp(`.*${Xt(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 Hp=b("$ZodCheckOverwrite",(t,e)=>{Te.init(t,e),t._zod.check=r=>{r.value=e.tx(r.value)}});var os=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(`
12
- if (${w}.issues.length) {
13
- if (input[${b}] === undefined) {
14
- if (${b} in input) {
15
- newResult[${b}] = undefined;
11
+ `))}};var Bp={major:4,minor:0,patch:0};var ae=b("$ZodType",(t,e)=>{var r;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=Bp;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=Or(s),u;for(let d of i){if(d._zod.def.when){if(!d._zod.def.when(s))continue}else if(c)continue;let l=s.issues.length,h=d._zod.check(s);if(h instanceof Promise&&a?.async===!1)throw new qt;if(u||h instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await h,s.issues.length!==l&&(c||(c=Or(s,l)))});else{if(s.issues.length===l)continue;c||(c=Or(s,l))}}return u?u.then(()=>s):s};t._zod.run=(s,i)=>{let a=t._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new qt;return a.then(c=>o(c,n,i))}return o(a,n,i)}}t["~standard"]={validate:o=>{try{let s=Mr(t,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return Cr(t,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Bn=b("$ZodString",(t,e)=>{ae.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??zp(t._zod.bag),t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:t}),r}}),de=b("$ZodStringFormat",(t,e)=>{Gn.init(t,e),Bn.init(t,e)}),wa=b("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=dp),de.init(t,e)}),ka=b("$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=_a(n))}else e.pattern??(e.pattern=_a());de.init(t,e)}),Sa=b("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=pp),de.init(t,e)}),za=b("$ZodURL",(t,e)=>{de.init(t,e),t._zod.check=r=>{try{let n=r.value,o=new URL(n),s=o.href;e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:vp.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})}}}),Ta=b("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=fp()),de.init(t,e)}),Ea=b("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=up),de.init(t,e)}),Pa=b("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=op),de.init(t,e)}),Ra=b("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=sp),de.init(t,e)}),Ia=b("$ZodULID",(t,e)=>{e.pattern??(e.pattern=ip),de.init(t,e)}),Oa=b("$ZodXID",(t,e)=>{e.pattern??(e.pattern=ap),de.init(t,e)}),Ma=b("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=cp),de.init(t,e)}),nf=b("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=Sp(e)),de.init(t,e)}),of=b("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=$p),de.init(t,e)}),sf=b("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=kp(e)),de.init(t,e)}),af=b("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=lp),de.init(t,e)}),Ca=b("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=mp),de.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),Na=b("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=hp),de.init(t,e),t._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv6"}),t._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:t,continue:!e.abort})}}}),Aa=b("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=gp),de.init(t,e)}),Za=b("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=yp),de.init(t,e),t._zod.check=r=>{let[n,o]=r.value.split("/");try{if(!o)throw new Error;let s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:t,continue:!e.abort})}}});function cf(t){if(t==="")return!0;if(t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var ja=b("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=_p),de.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),t._zod.check=r=>{cf(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:t,continue:!e.abort})}});function Lv(t){if(!va.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=e.padEnd(Math.ceil(e.length/4)*4,"=");return cf(r)}var Da=b("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=va),de.init(t,e),t._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),t._zod.check=r=>{Lv(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:t,continue:!e.abort})}}),qa=b("$ZodE164",(t,e)=>{e.pattern??(e.pattern=xp),de.init(t,e)});function Fv(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 La=b("$ZodJWT",(t,e)=>{de.init(t,e),t._zod.check=r=>{Fv(r.value,e.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:t,continue:!e.abort})}});var is=b("$ZodNumber",(t,e)=>{ae.init(t,e),t._zod.pattern=t._zod.bag.pattern??Ep,t._zod.parse=(r,n)=>{if(e.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:t,...s?{received:s}:{}}),r}}),Fa=b("$ZodNumber",(t,e)=>{Np.init(t,e),is.init(t,e)}),Ua=b("$ZodBoolean",(t,e)=>{ae.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 Va=b("$ZodNull",(t,e)=>{ae.init(t,e),t._zod.pattern=Rp,t._zod.values=new Set([null]),t._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:t}),r}});var Ha=b("$ZodUnknown",(t,e)=>{ae.init(t,e),t._zod.parse=r=>r}),Ga=b("$ZodNever",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:t}),r)});function Kp(t,e,r){t.issues.length&&e.issues.push(...Tt(r,t.issues)),e.value[r]=t.value}var Ba=b("$ZodArray",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:t}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],c=e.element._zod.run({value:a,issues:[]},n);c instanceof Promise?s.push(c.then(u=>Kp(u,r,i))):Kp(c,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function ss(t,e,r){t.issues.length&&e.issues.push(...Tt(r,t.issues)),e.value[r]=t.value}function Jp(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(...Tt(r,t.issues)):t.value===void 0?r in n&&(e.value[r]=void 0):e.value[r]=t.value}var as=b("$ZodObject",(t,e)=>{ae.init(t,e);let r=Ln(()=>{let l=Object.keys(e.shape);for(let m of l)if(!(e.shape[m]instanceof ae))throw new Error(`Invalid element at key "${m}": expected a Zod schema`);let h=aa(e.shape);return{shape:e.shape,keys:l,keySet:new Set(l),numKeys:l.length,optionalKeys:new Set(h)}});le(t._zod,"propValues",()=>{let l=e.shape,h={};for(let m in l){let p=l[m]._zod;if(p.values){h[m]??(h[m]=new Set);for(let f of p.values)h[m].add(f)}}return h});let n=l=>{let h=new os(["shape","payload","ctx"]),m=r.value,p=_=>{let x=Ir(_);return`shape[${x}]._zod.run({ value: input[${x}], issues: [] }, ctx)`};h.write("const input = payload.value;");let f=Object.create(null),y=0;for(let _ of m.keys)f[_]=`key_${y++}`;h.write("const newResult = {}");for(let _ of m.keys)if(m.optionalKeys.has(_)){let x=f[_];h.write(`const ${x} = ${p(_)};`);let $=Ir(_);h.write(`
12
+ if (${x}.issues.length) {
13
+ if (input[${$}] === undefined) {
14
+ if (${$} in input) {
15
+ newResult[${$}] = undefined;
16
16
  }
17
17
  } else {
18
18
  payload.issues = payload.issues.concat(
19
- ${w}.issues.map((iss) => ({
19
+ ${x}.issues.map((iss) => ({
20
20
  ...iss,
21
- path: iss.path ? [${b}, ...iss.path] : [${b}],
21
+ path: iss.path ? [${$}, ...iss.path] : [${$}],
22
22
  }))
23
23
  );
24
24
  }
25
- } else if (${w}.value === undefined) {
26
- if (${b} in input) newResult[${b}] = undefined;
25
+ } else if (${x}.value === undefined) {
26
+ if (${$} in input) newResult[${$}] = undefined;
27
27
  } else {
28
- newResult[${b}] = ${w}.value;
28
+ newResult[${$}] = ${x}.value;
29
29
  }
30
- `)}else{let w=p[v];h.write(`const ${w} = ${m(v)};`),h.write(`
31
- if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
30
+ `)}else{let x=f[_];h.write(`const ${x} = ${p(_)};`),h.write(`
31
+ if (${x}.issues.length) payload.issues = payload.issues.concat(${x}.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 ? [${Ir(_)}, ...iss.path] : [${Ir(_)}]
34
+ })));`),h.write(`newResult[${Ir(_)}] = ${x}.value`)}h.write("payload.value = newResult;"),h.write("return payload;");let g=h.compile();return(_,x)=>g(l,_,x)},o,s=cn,i=!Xo.jitless,c=i&&sa.value,u=e.catchall,d;t._zod.parse=(l,h)=>{d??(d=r.value);let m=l.value;if(!s(m))return l.issues.push({expected:"object",code:"invalid_type",input:m,inst:t}),l;let p=[];if(i&&c&&h?.async===!1&&h.jitless!==!0)o||(o=n(e.shape)),l=o(l,h);else{l.value={};let x=d.shape;for(let $ of d.keys){let S=x[$],q=S._zod.run({value:m[$],issues:[]},h),I=S._zod.optin==="optional"&&S._zod.optout==="optional";q instanceof Promise?p.push(q.then(U=>I?Jp(U,l,$,m):ss(U,l,$))):I?Jp(q,l,$,m):ss(q,l,$)}}if(!u)return p.length?Promise.all(p).then(()=>l):l;let f=[],y=d.keySet,g=u._zod,_=g.def.type;for(let x of Object.keys(m)){if(y.has(x))continue;if(_==="never"){f.push(x);continue}let $=g.run({value:m[x],issues:[]},h);$ instanceof Promise?p.push($.then(S=>ss(S,l,x))):ss($,l,x)}return f.length&&l.issues.push({code:"unrecognized_keys",keys:f,input:m,inst:t}),p.length?Promise.all(p).then(()=>l):l}});function Wp(t,e,r,n){for(let o of t)if(o.issues.length===0)return e.value=o.value,e;return e.issues.push({code:"invalid_union",input:e.value,inst:r,errors:t.map(o=>o.issues.map(s=>mt(s,n,et())))}),e}var cs=b("$ZodUnion",(t,e)=>{ae.init(t,e),le(t._zod,"optin",()=>e.options.some(r=>r._zod.optin==="optional")?"optional":void 0),le(t._zod,"optout",()=>e.options.some(r=>r._zod.optout==="optional")?"optional":void 0),le(t._zod,"values",()=>{if(e.options.every(r=>r._zod.values))return new Set(e.options.flatMap(r=>Array.from(r._zod.values)))}),le(t._zod,"pattern",()=>{if(e.options.every(r=>r._zod.pattern)){let r=e.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>Un(n.source)).join("|")})$`)}}),t._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of e.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>Wp(i,r,t,n)):Wp(s,r,t,n)}}),Ka=b("$ZodDiscriminatedUnion",(t,e)=>{cs.init(t,e);let r=t._zod.parse;le(t._zod,"propValues",()=>{let o={};for(let s of e.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let[a,c]of Object.entries(i)){o[a]||(o[a]=new Set);for(let u of c)o[a].add(u)}}return o});let n=Ln(()=>{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(!cn(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)}}),Ja=b("$ZodIntersection",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>{let o=r.value,s=e.left._zod.run({value:o,issues:[]},n),i=e.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>Qp(r,c,u)):Qp(r,s,i)}});function $a(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(un(t)&&un(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=$a(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=$a(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 Qp(t,e,r){if(e.issues.length&&t.issues.push(...e.issues),r.issues.length&&t.issues.push(...r.issues),Or(t))return t;let n=$a(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 Wa=b("$ZodRecord",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>{let o=r.value;if(!un(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:t}),r;let s=[];if(e.keyType._zod.values){let i=e.keyType._zod.values;r.value={};for(let c of i)if(typeof c=="string"||typeof c=="number"||typeof c=="symbol"){let u=e.valueType._zod.run({value:o[c],issues:[]},n);u instanceof Promise?s.push(u.then(d=>{d.issues.length&&r.issues.push(...Tt(c,d.issues)),r.value[c]=d.value})):(u.issues.length&&r.issues.push(...Tt(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=>mt(u,n,et())),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(...Tt(i,u.issues)),r.value[a.value]=u.value})):(c.issues.length&&r.issues.push(...Tt(i,c.issues)),r.value[a.value]=c.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Qa=b("$ZodEnum",(t,e)=>{ae.init(t,e);let r=qn(e.entries);t._zod.values=new Set(r),t._zod.pattern=new RegExp(`^(${r.filter(n=>ia.has(typeof n)).map(n=>typeof n=="string"?Xt(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}}),Xa=b("$ZodLiteral",(t,e)=>{ae.init(t,e),t._zod.values=new Set(e.values),t._zod.pattern=new RegExp(`^(${e.values.map(r=>typeof r=="string"?Xt(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 Ya=b("$ZodTransform",(t,e)=>{ae.init(t,e),t._zod.parse=(r,n)=>{let o=e.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new qt;return r.value=o,r}}),ec=b("$ZodOptional",(t,e)=>{ae.init(t,e),t._zod.optin="optional",t._zod.optout="optional",le(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),le(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Un(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)}),tc=b("$ZodNullable",(t,e)=>{ae.init(t,e),le(t._zod,"optin",()=>e.innerType._zod.optin),le(t._zod,"optout",()=>e.innerType._zod.optout),le(t._zod,"pattern",()=>{let r=e.innerType._zod.pattern;return r?new RegExp(`^(${Un(r.source)}|null)$`):void 0}),le(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(r,n)=>r.value===null?r:e.innerType._zod.run(r,n)}),rc=b("$ZodDefault",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=e.defaultValue,r;let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Xp(s,e)):Xp(o,e)}});function Xp(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var nc=b("$ZodPrefault",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>(r.value===void 0&&(r.value=e.defaultValue),e.innerType._zod.run(r,n))}),oc=b("$ZodNonOptional",(t,e)=>{ae.init(t,e),le(t._zod,"values",()=>{let r=e.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Yp(s,t)):Yp(o,t)}});function Yp(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 sc=b("$ZodCatch",(t,e)=>{ae.init(t,e),t._zod.optin="optional",le(t._zod,"optout",()=>e.innerType._zod.optout),le(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=e.catchValue({...r,error:{issues:s.issues.map(i=>mt(i,n,et()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=e.catchValue({...r,error:{issues:o.issues.map(s=>mt(s,n,et()))},input:r.value}),r.issues=[]),r)}});var ic=b("$ZodPipe",(t,e)=>{ae.init(t,e),le(t._zod,"values",()=>e.in._zod.values),le(t._zod,"optin",()=>e.in._zod.optin),le(t._zod,"optout",()=>e.out._zod.optout),t._zod.parse=(r,n)=>{let o=e.in._zod.run(r,n);return o instanceof Promise?o.then(s=>ef(s,e,n)):ef(o,e,n)}});function ef(t,e,r){return Or(t)?t:e.out._zod.run({value:t.value,issues:t.issues},r)}var ac=b("$ZodReadonly",(t,e)=>{ae.init(t,e),le(t._zod,"propValues",()=>e.innerType._zod.propValues),le(t._zod,"values",()=>e.innerType._zod.values),le(t._zod,"optin",()=>e.innerType._zod.optin),le(t._zod,"optout",()=>e.innerType._zod.optout),t._zod.parse=(r,n)=>{let o=e.innerType._zod.run(r,n);return o instanceof Promise?o.then(tf):tf(o)}});function tf(t){return t.value=Object.freeze(t.value),t}var cc=b("$ZodCustom",(t,e)=>{Te.init(t,e),ae.init(t,e),t._zod.parse=(r,n)=>r,t._zod.check=r=>{let n=r.value,o=e.fn(n);if(o instanceof Promise)return o.then(s=>rf(s,r,n,t));rf(o,r,n,t)}});function rf(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(ua(o))}}var Uv=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},Vv=()=>{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 ${Uv(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${ts(n.values[0])}`:`Invalid option: expected one of ${Yo(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":""}: ${Yo(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 uf(){return{localeError:Vv()}}var Hv=Symbol("ZodOutput"),Gv=Symbol("ZodInput"),Kn=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 lf(){return new Kn}var Yt=lf();function uc(t,e){return new t({type:"string",...D(e)})}function lc(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...D(e)})}function us(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...D(e)})}function dc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...D(e)})}function pc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...D(e)})}function fc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...D(e)})}function mc(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...D(e)})}function hc(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...D(e)})}function gc(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...D(e)})}function yc(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...D(e)})}function _c(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...D(e)})}function vc(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...D(e)})}function xc(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...D(e)})}function bc(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...D(e)})}function $c(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...D(e)})}function wc(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...D(e)})}function kc(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...D(e)})}function Sc(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...D(e)})}function zc(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...D(e)})}function Tc(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...D(e)})}function Ec(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...D(e)})}function Pc(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...D(e)})}function Rc(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...D(e)})}function df(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...D(e)})}function pf(t,e){return new t({type:"string",format:"date",check:"string_format",...D(e)})}function ff(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...D(e)})}function mf(t,e){return new t({type:"string",format:"duration",check:"string_format",...D(e)})}function Ic(t,e){return new t({type:"number",checks:[],...D(e)})}function Oc(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...D(e)})}function Mc(t,e){return new t({type:"boolean",...D(e)})}function Cc(t,e){return new t({type:"null",...D(e)})}function Nc(t){return new t({type:"unknown"})}function Ac(t,e){return new t({type:"never",...D(e)})}function ls(t,e){return new xa({check:"less_than",...D(e),value:t,inclusive:!1})}function Jn(t,e){return new xa({check:"less_than",...D(e),value:t,inclusive:!0})}function ds(t,e){return new ba({check:"greater_than",...D(e),value:t,inclusive:!1})}function Wn(t,e){return new ba({check:"greater_than",...D(e),value:t,inclusive:!0})}function ps(t,e){return new Cp({check:"multiple_of",...D(e),value:t})}function fs(t,e){return new Ap({check:"max_length",...D(e),maximum:t})}function ln(t,e){return new Zp({check:"min_length",...D(e),minimum:t})}function ms(t,e){return new jp({check:"length_equals",...D(e),length:t})}function Zc(t,e){return new Dp({check:"string_format",format:"regex",...D(e),pattern:t})}function jc(t){return new qp({check:"string_format",format:"lowercase",...D(t)})}function Dc(t){return new Lp({check:"string_format",format:"uppercase",...D(t)})}function qc(t,e){return new Fp({check:"string_format",format:"includes",...D(e),includes:t})}function Lc(t,e){return new Up({check:"string_format",format:"starts_with",...D(e),prefix:t})}function Fc(t,e){return new Vp({check:"string_format",format:"ends_with",...D(e),suffix:t})}function Nr(t){return new Hp({check:"overwrite",tx:t})}function Uc(t){return Nr(e=>e.normalize(t))}function Vc(){return Nr(t=>t.trim())}function Hc(){return Nr(t=>t.toLowerCase())}function Gc(){return Nr(t=>t.toUpperCase())}function hf(t,e,r){return new t({type:"array",element:e,...D(r)})}function Bc(t,e,r){let n=D(r);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function Kc(t,e,r){return new t({type:"custom",check:"custom",fn:e,...D(r)})}var hs=class{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??Yt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,r={path:[],schemaPath:[]}){var n;let o=e._zod.def,s={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(e,a);let c=e._zod.toJSONSchema?.();if(c)a.schema=c;else{let l={...r,schemaPath:[...r.schemaPath,e],path:r.path},h=e._zod.parent;if(h)a.ref=h,this.process(h,l),this.seen.get(h).isParent=!0;else{let m=a.schema;switch(o.type){case"string":{let p=m;p.type="string";let{minimum:f,maximum:y,format:g,patterns:_,contentEncoding:x}=e._zod.bag;if(typeof f=="number"&&(p.minLength=f),typeof y=="number"&&(p.maxLength=y),g&&(p.format=s[g]??g,p.format===""&&delete p.format),x&&(p.contentEncoding=x),_&&_.size>0){let $=[..._];$.length===1?p.pattern=$[0].source:$.length>1&&(a.schema.allOf=[...$.map(S=>({...this.target==="draft-7"?{type:"string"}:{},pattern:S.source}))])}break}case"number":{let p=m,{minimum:f,maximum:y,format:g,multipleOf:_,exclusiveMaximum:x,exclusiveMinimum:$}=e._zod.bag;typeof g=="string"&&g.includes("int")?p.type="integer":p.type="number",typeof $=="number"&&(p.exclusiveMinimum=$),typeof f=="number"&&(p.minimum=f,typeof $=="number"&&($>=f?delete p.minimum:delete p.exclusiveMinimum)),typeof x=="number"&&(p.exclusiveMaximum=x),typeof y=="number"&&(p.maximum=y,typeof x=="number"&&(x<=y?delete p.maximum:delete p.exclusiveMaximum)),typeof _=="number"&&(p.multipleOf=_);break}case"boolean":{let p=m;p.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{m.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{m.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{let p=m,{minimum:f,maximum:y}=e._zod.bag;typeof f=="number"&&(p.minItems=f),typeof y=="number"&&(p.maxItems=y),p.type="array",p.items=this.process(o.element,{...l,path:[...l.path,"items"]});break}case"object":{let p=m;p.type="object",p.properties={};let f=o.shape;for(let _ in f)p.properties[_]=this.process(f[_],{...l,path:[...l.path,"properties",_]});let y=new Set(Object.keys(f)),g=new Set([...y].filter(_=>{let x=o.shape[_]._zod;return this.io==="input"?x.optin===void 0:x.optout===void 0}));g.size>0&&(p.required=Array.from(g)),o.catchall?._zod.def.type==="never"?p.additionalProperties=!1:o.catchall?o.catchall&&(p.additionalProperties=this.process(o.catchall,{...l,path:[...l.path,"additionalProperties"]})):this.io==="output"&&(p.additionalProperties=!1);break}case"union":{let p=m;p.anyOf=o.options.map((f,y)=>this.process(f,{...l,path:[...l.path,"anyOf",y]}));break}case"intersection":{let p=m,f=this.process(o.left,{...l,path:[...l.path,"allOf",0]}),y=this.process(o.right,{...l,path:[...l.path,"allOf",1]}),g=x=>"allOf"in x&&Object.keys(x).length===1,_=[...g(f)?f.allOf:[f],...g(y)?y.allOf:[y]];p.allOf=_;break}case"tuple":{let p=m;p.type="array";let f=o.items.map((_,x)=>this.process(_,{...l,path:[...l.path,"prefixItems",x]}));if(this.target==="draft-2020-12"?p.prefixItems=f:p.items=f,o.rest){let _=this.process(o.rest,{...l,path:[...l.path,"items"]});this.target==="draft-2020-12"?p.items=_:p.additionalItems=_}o.rest&&(p.items=this.process(o.rest,{...l,path:[...l.path,"items"]}));let{minimum:y,maximum:g}=e._zod.bag;typeof y=="number"&&(p.minItems=y),typeof g=="number"&&(p.maxItems=g);break}case"record":{let p=m;p.type="object",p.propertyNames=this.process(o.keyType,{...l,path:[...l.path,"propertyNames"]}),p.additionalProperties=this.process(o.valueType,{...l,path:[...l.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{let p=m,f=qn(o.entries);f.every(y=>typeof y=="number")&&(p.type="number"),f.every(y=>typeof y=="string")&&(p.type="string"),p.enum=f;break}case"literal":{let p=m,f=[];for(let y of o.values)if(y===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof y=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");f.push(Number(y))}else f.push(y);if(f.length!==0)if(f.length===1){let y=f[0];p.type=y===null?"null":typeof y,p.const=y}else f.every(y=>typeof y=="number")&&(p.type="number"),f.every(y=>typeof y=="string")&&(p.type="string"),f.every(y=>typeof y=="boolean")&&(p.type="string"),f.every(y=>y===null)&&(p.type="null"),p.enum=f;break}case"file":{let p=m,f={type:"string",format:"binary",contentEncoding:"binary"},{minimum:y,maximum:g,mime:_}=e._zod.bag;y!==void 0&&(f.minLength=y),g!==void 0&&(f.maxLength=g),_?_.length===1?(f.contentMediaType=_[0],Object.assign(p,f)):p.anyOf=_.map(x=>({...f,contentMediaType:x})):Object.assign(p,f);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let p=this.process(o.innerType,l);m.anyOf=[p,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,l),a.ref=o.innerType;break}case"success":{let p=m;p.type="boolean";break}case"default":{this.process(o.innerType,l),a.ref=o.innerType,m.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{this.process(o.innerType,l),a.ref=o.innerType,this.io==="input"&&(m._prefault=JSON.parse(JSON.stringify(o.defaultValue)));break}case"catch":{this.process(o.innerType,l),a.ref=o.innerType;let p;try{p=o.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}m.default=p;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let p=m,f=e._zod.pattern;if(!f)throw new Error("Pattern not found in template literal");p.type="string",p.pattern=f.source;break}case"pipe":{let p=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(p,l),a.ref=p;break}case"readonly":{this.process(o.innerType,l),a.ref=o.innerType,m.readOnly=!0;break}case"promise":{this.process(o.innerType,l),a.ref=o.innerType;break}case"optional":{this.process(o.innerType,l),a.ref=o.innerType;break}case"lazy":{let p=e._zod.innerType;this.process(p,l),a.ref=p;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}default:}}}let u=this.metadataRegistry.get(e);return u&&Object.assign(a.schema,u),this.io==="input"&&we(e)&&(delete a.schema.examples,delete a.schema.default),this.io==="input"&&a.schema._prefault&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,this.seen.get(e).schema}emit(e,r){let n={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},o=this.seen.get(e);if(!o)throw new Error("Unprocessed schema. This is a bug in Zod.");let s=d=>{let l=this.target==="draft-2020-12"?"$defs":"definitions";if(n.external){let f=n.external.registry.get(d[0])?.id,y=n.external.uri??(_=>_);if(f)return{ref:y(f)};let g=d[1].defId??d[1].schema.id??`schema${this.counter++}`;return d[1].defId=g,{defId:g,ref:`${y("__shared")}#/${l}/${g}`}}if(d[1]===o)return{ref:"#"};let m=`#/${l}/`,p=d[1].schema.id??`__schema${this.counter++}`;return{defId:p,ref:m+p}},i=d=>{if(d[1].schema.$ref)return;let l=d[1],{ref:h,defId:m}=s(d);l.def={...l.schema},m&&(l.defId=m);let p=l.schema;for(let f in p)delete p[f];p.$ref=h};if(n.cycles==="throw")for(let d of this.seen.entries()){let l=d[1];if(l.cycle)throw new Error(`Cycle detected: #/${l.cycle?.join("/")}/<root>
35
35
 
36
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let 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 d of this.seen.entries()){let l=d[1];if(e===d[0]){i(d);continue}if(n.external){let m=n.external.registry.get(d[0])?.id;if(e!==d[0]&&m){i(d);continue}}if(this.metadataRegistry.get(d[0])?.id){i(d);continue}if(l.cycle){i(d);continue}if(l.count>1&&n.reused==="ref"){i(d);continue}}let a=(d,l)=>{let h=this.seen.get(d),m=h.def??h.schema,p={...m};if(h.ref===null)return;let f=h.ref;if(h.ref=null,f){a(f,l);let y=this.seen.get(f).schema;y.$ref&&l.target==="draft-7"?(m.allOf=m.allOf??[],m.allOf.push(y)):(Object.assign(m,y),Object.assign(m,p))}h.isParent||this.override({zodSchema:d,jsonSchema:m,path:h.path??[]})};for(let d of[...this.seen.entries()].reverse())a(d[0],{target:this.target});let c={};if(this.target==="draft-2020-12"?c.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?c.$schema="http://json-schema.org/draft-07/schema#":console.warn(`Invalid target: ${this.target}`),n.external?.uri){let d=n.external.registry.get(e)?.id;if(!d)throw new Error("Schema is missing an `id` property");c.$id=n.external.uri(d)}Object.assign(c,o.def);let u=n.external?.defs??{};for(let d of this.seen.entries()){let l=d[1];l.def&&l.defId&&(u[l.defId]=l.def)}n.external||Object.keys(u).length>0&&(this.target==="draft-2020-12"?c.$defs=u:c.definitions=u);try{return JSON.parse(JSON.stringify(c))}catch{throw new Error("Error converting schema to JSON.")}}};function Jc(t,e){if(t instanceof Kn){let n=new hs(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 hs(e);return r.process(t),r.emit(t,e)}function we(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 we(o.element,r);case"object":{for(let s in o.shape)if(we(o.shape[s],r))return!0;return!1}case"union":{for(let s of o.options)if(we(s,r))return!0;return!1}case"intersection":return we(o.left,r)||we(o.right,r);case"tuple":{for(let s of o.items)if(we(s,r))return!0;return!!(o.rest&&we(o.rest,r))}case"record":return we(o.keyType,r)||we(o.valueType,r);case"map":return we(o.keyType,r)||we(o.valueType,r);case"set":return we(o.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return we(o.innerType,r);case"lazy":return we(o.getter(),r);case"default":return we(o.innerType,r);case"prefault":return we(o.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return we(o.in,r)||we(o.out,r);case"success":return!1;case"catch":return!1;default:}throw new Error(`Unknown schema type: ${o.type}`)}var Tx=b("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ae.init(t,e),t.def=e,t.parse=(r,n)=>fa(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>Mr(t,r,n),t.parseAsync=async(r,n)=>ha(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Cr(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)=>tt(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t)});var Ex=b("ZodMiniObject",(t,e)=>{as.init(t,e),Tx.init(t,e),Q.defineLazy(t,"shape",()=>e.shape)});function Wc(t,e){let r={type:"object",get shape(){return Q.assignProp(this,"shape",{...t}),this.shape},...Q.normalizeParams(e)};return new Ex(r)}function it(t){return!!t._zod}function Zr(t){let e=Object.values(t);if(e.length===0)return Wc({});let r=e.every(it),n=e.every(o=>!it(o));if(r)return Wc(t);if(n)return Yi(t);throw new Error("Mixed Zod versions detected in object shape.")}function er(t,e){return it(t)?Mr(t,e):t.safeParse(e)}async function gs(t,e){return it(t)?await Cr(t,e):await t.safeParseAsync(e)}function tr(t){if(!t)return;let e;if(it(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function dn(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 Zr(t)}}if(it(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 ys(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 yf(t){return t.description}function _f(t){if(it(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function _s(t){if(it(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 Qn={};Go(Qn,{ZodISODate:()=>xf,ZodISODateTime:()=>vf,ZodISODuration:()=>$f,ZodISOTime:()=>bf,date:()=>Xc,datetime:()=>Qc,duration:()=>eu,time:()=>Yc});var vf=b("ZodISODateTime",(t,e)=>{nf.init(t,e),he.init(t,e)});function Qc(t){return df(vf,t)}var xf=b("ZodISODate",(t,e)=>{of.init(t,e),he.init(t,e)});function Xc(t){return pf(xf,t)}var bf=b("ZodISOTime",(t,e)=>{sf.init(t,e),he.init(t,e)});function Yc(t){return ff(bf,t)}var $f=b("ZodISODuration",(t,e)=>{af.init(t,e),he.init(t,e)});function eu(t){return mf($f,t)}var wf=(t,e)=>{rs.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:r=>da(t,r)},flatten:{value:r=>la(t,r)},addIssue:{value:r=>t.issues.push(r)},addIssues:{value:r=>t.issues.push(...r)},isEmpty:{get(){return t.issues.length===0}}})},RR=b("ZodError",wf),Xn=b("ZodError",wf,{Parent:Error});var kf=pa(Xn),Sf=ma(Xn),zf=ga(Xn),Tf=ya(Xn);var xe=b("ZodType",(t,e)=>(ae.init(t,e),t.def=e,Object.defineProperty(t,"_def",{value:e}),t.check=(...r)=>t.clone({...e,checks:[...e.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),t.clone=(r,n)=>tt(t,r,n),t.brand=()=>t,t.register=(r,n)=>(r.add(t,n),t),t.parse=(r,n)=>kf(t,r,n,{callee:t.parse}),t.safeParse=(r,n)=>zf(t,r,n),t.parseAsync=async(r,n)=>Sf(t,r,n,{callee:t.parseAsync}),t.safeParseAsync=async(r,n)=>Tf(t,r,n),t.spa=t.safeParseAsync,t.refine=(r,n)=>t.check(Sb(r,n)),t.superRefine=r=>t.check(zb(r)),t.overwrite=r=>t.check(Nr(r)),t.optional=()=>ve(t),t.nullable=()=>Rf(t),t.nullish=()=>ve(Rf(t)),t.nonoptional=r=>_b(t,r),t.array=()=>X(t),t.or=r=>pe([t,r]),t.and=r=>xs(t,r),t.transform=r=>ru(t,Nf(r)),t.default=r=>hb(t,r),t.prefault=r=>yb(t,r),t.catch=r=>xb(t,r),t.pipe=r=>ru(t,r),t.readonly=()=>wb(t),t.describe=r=>{let n=t.clone();return Yt.add(n,{description:r}),n},Object.defineProperty(t,"description",{get(){return Yt.get(t)?.description},configurable:!0}),t.meta=(...r)=>{if(r.length===0)return Yt.get(t);let n=t.clone();return Yt.add(n,r[0]),n},t.isOptional=()=>t.safeParse(void 0).success,t.isNullable=()=>t.safeParse(null).success,t)),If=b("_ZodString",(t,e)=>{Bn.init(t,e),xe.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(Zc(...n)),t.includes=(...n)=>t.check(qc(...n)),t.startsWith=(...n)=>t.check(Lc(...n)),t.endsWith=(...n)=>t.check(Fc(...n)),t.min=(...n)=>t.check(ln(...n)),t.max=(...n)=>t.check(fs(...n)),t.length=(...n)=>t.check(ms(...n)),t.nonempty=(...n)=>t.check(ln(1,...n)),t.lowercase=n=>t.check(jc(n)),t.uppercase=n=>t.check(Dc(n)),t.trim=()=>t.check(Vc()),t.normalize=(...n)=>t.check(Uc(...n)),t.toLowerCase=()=>t.check(Hc()),t.toUpperCase=()=>t.check(Gc())}),Zx=b("ZodString",(t,e)=>{Bn.init(t,e),If.init(t,e),t.email=r=>t.check(lc(jx,r)),t.url=r=>t.check(hc(Dx,r)),t.jwt=r=>t.check(Rc(eb,r)),t.emoji=r=>t.check(gc(qx,r)),t.guid=r=>t.check(us(Ef,r)),t.uuid=r=>t.check(dc(vs,r)),t.uuidv4=r=>t.check(pc(vs,r)),t.uuidv6=r=>t.check(fc(vs,r)),t.uuidv7=r=>t.check(mc(vs,r)),t.nanoid=r=>t.check(yc(Lx,r)),t.guid=r=>t.check(us(Ef,r)),t.cuid=r=>t.check(_c(Fx,r)),t.cuid2=r=>t.check(vc(Ux,r)),t.ulid=r=>t.check(xc(Vx,r)),t.base64=r=>t.check(Tc(Qx,r)),t.base64url=r=>t.check(Ec(Xx,r)),t.xid=r=>t.check(bc(Hx,r)),t.ksuid=r=>t.check($c(Gx,r)),t.ipv4=r=>t.check(wc(Bx,r)),t.ipv6=r=>t.check(kc(Kx,r)),t.cidrv4=r=>t.check(Sc(Jx,r)),t.cidrv6=r=>t.check(zc(Wx,r)),t.e164=r=>t.check(Pc(Yx,r)),t.datetime=r=>t.check(Qc(r)),t.date=r=>t.check(Xc(r)),t.time=r=>t.check(Yc(r)),t.duration=r=>t.check(eu(r))});function v(t){return uc(Zx,t)}var he=b("ZodStringFormat",(t,e)=>{de.init(t,e),If.init(t,e)}),jx=b("ZodEmail",(t,e)=>{Sa.init(t,e),he.init(t,e)});var Ef=b("ZodGUID",(t,e)=>{wa.init(t,e),he.init(t,e)});var vs=b("ZodUUID",(t,e)=>{ka.init(t,e),he.init(t,e)});var Dx=b("ZodURL",(t,e)=>{za.init(t,e),he.init(t,e)});var qx=b("ZodEmoji",(t,e)=>{Ta.init(t,e),he.init(t,e)});var Lx=b("ZodNanoID",(t,e)=>{Ea.init(t,e),he.init(t,e)});var Fx=b("ZodCUID",(t,e)=>{Pa.init(t,e),he.init(t,e)});var Ux=b("ZodCUID2",(t,e)=>{Ra.init(t,e),he.init(t,e)});var Vx=b("ZodULID",(t,e)=>{Ia.init(t,e),he.init(t,e)});var Hx=b("ZodXID",(t,e)=>{Oa.init(t,e),he.init(t,e)});var Gx=b("ZodKSUID",(t,e)=>{Ma.init(t,e),he.init(t,e)});var Bx=b("ZodIPv4",(t,e)=>{Ca.init(t,e),he.init(t,e)});var Kx=b("ZodIPv6",(t,e)=>{Na.init(t,e),he.init(t,e)});var Jx=b("ZodCIDRv4",(t,e)=>{Aa.init(t,e),he.init(t,e)});var Wx=b("ZodCIDRv6",(t,e)=>{Za.init(t,e),he.init(t,e)});var Qx=b("ZodBase64",(t,e)=>{ja.init(t,e),he.init(t,e)});var Xx=b("ZodBase64URL",(t,e)=>{Da.init(t,e),he.init(t,e)});var Yx=b("ZodE164",(t,e)=>{qa.init(t,e),he.init(t,e)});var eb=b("ZodJWT",(t,e)=>{La.init(t,e),he.init(t,e)});var Of=b("ZodNumber",(t,e)=>{is.init(t,e),xe.init(t,e),t.gt=(n,o)=>t.check(ds(n,o)),t.gte=(n,o)=>t.check(Wn(n,o)),t.min=(n,o)=>t.check(Wn(n,o)),t.lt=(n,o)=>t.check(ls(n,o)),t.lte=(n,o)=>t.check(Jn(n,o)),t.max=(n,o)=>t.check(Jn(n,o)),t.int=n=>t.check(Pf(n)),t.safe=n=>t.check(Pf(n)),t.positive=n=>t.check(ds(0,n)),t.nonnegative=n=>t.check(Wn(0,n)),t.negative=n=>t.check(ls(0,n)),t.nonpositive=n=>t.check(Jn(0,n)),t.multipleOf=(n,o)=>t.check(ps(n,o)),t.step=(n,o)=>t.check(ps(n,o)),t.finite=()=>t;let r=t._zod.bag;t.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),t.isFinite=!0,t.format=r.format??null});function ie(t){return Ic(Of,t)}var tb=b("ZodNumberFormat",(t,e)=>{Fa.init(t,e),Of.init(t,e)});function Pf(t){return Oc(tb,t)}var rb=b("ZodBoolean",(t,e)=>{Ua.init(t,e),xe.init(t,e)});function Se(t){return Mc(rb,t)}var nb=b("ZodNull",(t,e)=>{Va.init(t,e),xe.init(t,e)});function nu(t){return Cc(nb,t)}var ob=b("ZodUnknown",(t,e)=>{Ha.init(t,e),xe.init(t,e)});function ge(){return Nc(ob)}var sb=b("ZodNever",(t,e)=>{Ga.init(t,e),xe.init(t,e)});function ib(t){return Ac(sb,t)}var ab=b("ZodArray",(t,e)=>{Ba.init(t,e),xe.init(t,e),t.element=e.element,t.min=(r,n)=>t.check(ln(r,n)),t.nonempty=r=>t.check(ln(1,r)),t.max=(r,n)=>t.check(fs(r,n)),t.length=(r,n)=>t.check(ms(r,n)),t.unwrap=()=>t.element});function X(t,e){return hf(ab,t,e)}var Mf=b("ZodObject",(t,e)=>{as.init(t,e),xe.init(t,e),Q.defineLazy(t,"shape",()=>e.shape),t.keyof=()=>Ke(Object.keys(t._zod.def.shape)),t.catchall=r=>t.clone({...t._zod.def,catchall:r}),t.passthrough=()=>t.clone({...t._zod.def,catchall:ge()}),t.loose=()=>t.clone({...t._zod.def,catchall:ge()}),t.strict=()=>t.clone({...t._zod.def,catchall:ib()}),t.strip=()=>t.clone({...t._zod.def,catchall:void 0}),t.extend=r=>Q.extend(t,r),t.merge=r=>Q.merge(t,r),t.pick=r=>Q.pick(t,r),t.omit=r=>Q.omit(t,r),t.partial=(...r)=>Q.partial(Af,t,r[0]),t.required=(...r)=>Q.required(Zf,t,r[0])});function P(t,e){let r={type:"object",get shape(){return Q.assignProp(this,"shape",{...t}),this.shape},...Q.normalizeParams(e)};return new Mf(r)}function qe(t,e){return new Mf({type:"object",get shape(){return Q.assignProp(this,"shape",{...t}),this.shape},catchall:ge(),...Q.normalizeParams(e)})}var Cf=b("ZodUnion",(t,e)=>{cs.init(t,e),xe.init(t,e),t.options=e.options});function pe(t,e){return new Cf({type:"union",options:t,...Q.normalizeParams(e)})}var cb=b("ZodDiscriminatedUnion",(t,e)=>{Cf.init(t,e),Ka.init(t,e)});function ou(t,e,r){return new cb({type:"union",options:e,discriminator:t,...Q.normalizeParams(r)})}var ub=b("ZodIntersection",(t,e)=>{Ja.init(t,e),xe.init(t,e)});function xs(t,e){return new ub({type:"intersection",left:t,right:e})}var lb=b("ZodRecord",(t,e)=>{Wa.init(t,e),xe.init(t,e),t.keyType=e.keyType,t.valueType=e.valueType});function ye(t,e,r){return new lb({type:"record",keyType:t,valueType:e,...Q.normalizeParams(r)})}var tu=b("ZodEnum",(t,e)=>{Qa.init(t,e),xe.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 tu({...e,checks:[],...Q.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 tu({...e,checks:[],...Q.normalizeParams(o),entries:s})}});function Ke(t,e){let r=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new tu({type:"enum",entries:r,...Q.normalizeParams(e)})}var db=b("ZodLiteral",(t,e)=>{Xa.init(t,e),xe.init(t,e),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function C(t,e){return new db({type:"literal",values:Array.isArray(t)?t:[t],...Q.normalizeParams(e)})}var pb=b("ZodTransform",(t,e)=>{Ya.init(t,e),xe.init(t,e),t._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(Q.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(Q.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 Nf(t){return new pb({type:"transform",transform:t})}var Af=b("ZodOptional",(t,e)=>{ec.init(t,e),xe.init(t,e),t.unwrap=()=>t._zod.def.innerType});function ve(t){return new Af({type:"optional",innerType:t})}var fb=b("ZodNullable",(t,e)=>{tc.init(t,e),xe.init(t,e),t.unwrap=()=>t._zod.def.innerType});function Rf(t){return new fb({type:"nullable",innerType:t})}var mb=b("ZodDefault",(t,e)=>{rc.init(t,e),xe.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function hb(t,e){return new mb({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var gb=b("ZodPrefault",(t,e)=>{nc.init(t,e),xe.init(t,e),t.unwrap=()=>t._zod.def.innerType});function yb(t,e){return new gb({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():e}})}var Zf=b("ZodNonOptional",(t,e)=>{oc.init(t,e),xe.init(t,e),t.unwrap=()=>t._zod.def.innerType});function _b(t,e){return new Zf({type:"nonoptional",innerType:t,...Q.normalizeParams(e)})}var vb=b("ZodCatch",(t,e)=>{sc.init(t,e),xe.init(t,e),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function xb(t,e){return new vb({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var bb=b("ZodPipe",(t,e)=>{ic.init(t,e),xe.init(t,e),t.in=e.in,t.out=e.out});function ru(t,e){return new bb({type:"pipe",in:t,out:e})}var $b=b("ZodReadonly",(t,e)=>{ac.init(t,e),xe.init(t,e)});function wb(t){return new $b({type:"readonly",innerType:t})}var jf=b("ZodCustom",(t,e)=>{cc.init(t,e),xe.init(t,e)});function kb(t){let e=new Te({check:"custom"});return e._zod.check=t,e}function Df(t,e){return Bc(jf,t??(()=>!0),e)}function Sb(t,e={}){return Kc(jf,t,e)}function zb(t){let e=kb(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(Q.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(Q.issue(o))}},t(r.value,r)));return e}function su(t,e){return ru(Nf(t),e)}et(uf());var au="2025-11-25";var qf=[au,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],rr="io.modelcontextprotocol/related-task",$s="2.0",Ee=Df(t=>t!==null&&(typeof t=="object"||typeof t=="function")),Lf=pe([v(),ie().int()]),Ff=v(),VR=qe({ttl:pe([ie(),nu()]).optional(),pollInterval:ie().optional()}),Tb=P({ttl:ie().optional()}),Eb=P({taskId:v()}),cu=qe({progressToken:Lf.optional(),[rr]:Eb.optional()}),rt=P({_meta:cu.optional()}),Yn=rt.extend({task:Tb.optional()}),Uf=t=>Yn.safeParse(t).success,Pe=P({method:v(),params:rt.loose().optional()}),at=P({_meta:cu.optional()}),ct=P({method:v(),params:at.loose().optional()}),Re=qe({_meta:cu.optional()}),ws=pe([v(),ie().int()]),Vf=P({jsonrpc:C($s),id:ws,...Pe.shape}).strict(),uu=t=>Vf.safeParse(t).success,Hf=P({jsonrpc:C($s),...ct.shape}).strict(),Gf=t=>Hf.safeParse(t).success,lu=P({jsonrpc:C($s),id:ws,result:Re}).strict(),eo=t=>lu.safeParse(t).success;var Z;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(Z||(Z={}));var du=P({jsonrpc:C($s),id:ws.optional(),error:P({code:ie().int(),message:v(),data:ge().optional()})}).strict();var Bf=t=>du.safeParse(t).success;var Kf=pe([Vf,Hf,lu,du]),HR=pe([lu,du]),ks=Re.strict(),Pb=at.extend({requestId:ws.optional(),reason:v().optional()}),Ss=ct.extend({method:C("notifications/cancelled"),params:Pb}),Rb=P({src:v(),mimeType:v().optional(),sizes:X(v()).optional(),theme:Ke(["light","dark"]).optional()}),to=P({icons:X(Rb).optional()}),pn=P({name:v(),title:v().optional()}),Jf=pn.extend({...pn.shape,...to.shape,version:v(),websiteUrl:v().optional(),description:v().optional()}),Ib=xs(P({applyDefaults:Se().optional()}),ye(v(),ge())),Ob=su(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,xs(P({form:Ib.optional(),url:Ee.optional()}),ye(v(),ge()).optional())),Mb=qe({list:Ee.optional(),cancel:Ee.optional(),requests:qe({sampling:qe({createMessage:Ee.optional()}).optional(),elicitation:qe({create:Ee.optional()}).optional()}).optional()}),Cb=qe({list:Ee.optional(),cancel:Ee.optional(),requests:qe({tools:qe({call:Ee.optional()}).optional()}).optional()}),Nb=P({experimental:ye(v(),Ee).optional(),sampling:P({context:Ee.optional(),tools:Ee.optional()}).optional(),elicitation:Ob.optional(),roots:P({listChanged:Se().optional()}).optional(),tasks:Mb.optional()}),Ab=rt.extend({protocolVersion:v(),capabilities:Nb,clientInfo:Jf}),pu=Pe.extend({method:C("initialize"),params:Ab});var Zb=P({experimental:ye(v(),Ee).optional(),logging:Ee.optional(),completions:Ee.optional(),prompts:P({listChanged:Se().optional()}).optional(),resources:P({subscribe:Se().optional(),listChanged:Se().optional()}).optional(),tools:P({listChanged:Se().optional()}).optional(),tasks:Cb.optional()}),jb=Re.extend({protocolVersion:v(),capabilities:Zb,serverInfo:Jf,instructions:v().optional()}),fu=ct.extend({method:C("notifications/initialized"),params:at.optional()});var zs=Pe.extend({method:C("ping"),params:rt.optional()}),Db=P({progress:ie(),total:ve(ie()),message:ve(v())}),qb=P({...at.shape,...Db.shape,progressToken:Lf}),Ts=ct.extend({method:C("notifications/progress"),params:qb}),Lb=rt.extend({cursor:Ff.optional()}),ro=Pe.extend({params:Lb.optional()}),no=Re.extend({nextCursor:Ff.optional()}),Fb=Ke(["working","input_required","completed","failed","cancelled"]),oo=P({taskId:v(),status:Fb,ttl:pe([ie(),nu()]),createdAt:v(),lastUpdatedAt:v(),pollInterval:ve(ie()),statusMessage:ve(v())}),fn=Re.extend({task:oo}),Ub=at.merge(oo),so=ct.extend({method:C("notifications/tasks/status"),params:Ub}),Es=Pe.extend({method:C("tasks/get"),params:rt.extend({taskId:v()})}),Ps=Re.merge(oo),Rs=Pe.extend({method:C("tasks/result"),params:rt.extend({taskId:v()})}),GR=Re.loose(),Is=ro.extend({method:C("tasks/list")}),Os=no.extend({tasks:X(oo)}),Ms=Pe.extend({method:C("tasks/cancel"),params:rt.extend({taskId:v()})}),Wf=Re.merge(oo),Qf=P({uri:v(),mimeType:ve(v()),_meta:ye(v(),ge()).optional()}),Xf=Qf.extend({text:v()}),mu=v().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),Yf=Qf.extend({blob:mu}),io=Ke(["user","assistant"]),mn=P({audience:X(io).optional(),priority:ie().min(0).max(1).optional(),lastModified:Qn.datetime({offset:!0}).optional()}),em=P({...pn.shape,...to.shape,uri:v(),description:ve(v()),mimeType:ve(v()),annotations:mn.optional(),_meta:ve(qe({}))}),Vb=P({...pn.shape,...to.shape,uriTemplate:v(),description:ve(v()),mimeType:ve(v()),annotations:mn.optional(),_meta:ve(qe({}))}),Cs=ro.extend({method:C("resources/list")}),Hb=no.extend({resources:X(em)}),Ns=ro.extend({method:C("resources/templates/list")}),Gb=no.extend({resourceTemplates:X(Vb)}),hu=rt.extend({uri:v()}),Bb=hu,As=Pe.extend({method:C("resources/read"),params:Bb}),Kb=Re.extend({contents:X(pe([Xf,Yf]))}),Jb=ct.extend({method:C("notifications/resources/list_changed"),params:at.optional()}),Wb=hu,Qb=Pe.extend({method:C("resources/subscribe"),params:Wb}),Xb=hu,Yb=Pe.extend({method:C("resources/unsubscribe"),params:Xb}),e$=at.extend({uri:v()}),t$=ct.extend({method:C("notifications/resources/updated"),params:e$}),r$=P({name:v(),description:ve(v()),required:ve(Se())}),n$=P({...pn.shape,...to.shape,description:ve(v()),arguments:ve(X(r$)),_meta:ve(qe({}))}),Zs=ro.extend({method:C("prompts/list")}),o$=no.extend({prompts:X(n$)}),s$=rt.extend({name:v(),arguments:ye(v(),v()).optional()}),js=Pe.extend({method:C("prompts/get"),params:s$}),gu=P({type:C("text"),text:v(),annotations:mn.optional(),_meta:ye(v(),ge()).optional()}),yu=P({type:C("image"),data:mu,mimeType:v(),annotations:mn.optional(),_meta:ye(v(),ge()).optional()}),_u=P({type:C("audio"),data:mu,mimeType:v(),annotations:mn.optional(),_meta:ye(v(),ge()).optional()}),i$=P({type:C("tool_use"),name:v(),id:v(),input:ye(v(),ge()),_meta:ye(v(),ge()).optional()}),a$=P({type:C("resource"),resource:pe([Xf,Yf]),annotations:mn.optional(),_meta:ye(v(),ge()).optional()}),c$=em.extend({type:C("resource_link")}),vu=pe([gu,yu,_u,c$,a$]),u$=P({role:io,content:vu}),l$=Re.extend({description:v().optional(),messages:X(u$)}),d$=ct.extend({method:C("notifications/prompts/list_changed"),params:at.optional()}),p$=P({title:v().optional(),readOnlyHint:Se().optional(),destructiveHint:Se().optional(),idempotentHint:Se().optional(),openWorldHint:Se().optional()}),f$=P({taskSupport:Ke(["required","optional","forbidden"]).optional()}),tm=P({...pn.shape,...to.shape,description:v().optional(),inputSchema:P({type:C("object"),properties:ye(v(),Ee).optional(),required:X(v()).optional()}).catchall(ge()),outputSchema:P({type:C("object"),properties:ye(v(),Ee).optional(),required:X(v()).optional()}).catchall(ge()).optional(),annotations:p$.optional(),execution:f$.optional(),_meta:ye(v(),ge()).optional()}),Ds=ro.extend({method:C("tools/list")}),m$=no.extend({tools:X(tm)}),qs=Re.extend({content:X(vu).default([]),structuredContent:ye(v(),ge()).optional(),isError:Se().optional()}),BR=qs.or(Re.extend({toolResult:ge()})),h$=Yn.extend({name:v(),arguments:ye(v(),ge()).optional()}),hn=Pe.extend({method:C("tools/call"),params:h$}),g$=ct.extend({method:C("notifications/tools/list_changed"),params:at.optional()}),KR=P({autoRefresh:Se().default(!0),debounceMs:ie().int().nonnegative().default(300)}),ao=Ke(["debug","info","notice","warning","error","critical","alert","emergency"]),y$=rt.extend({level:ao}),xu=Pe.extend({method:C("logging/setLevel"),params:y$}),_$=at.extend({level:ao,logger:v().optional(),data:ge()}),v$=ct.extend({method:C("notifications/message"),params:_$}),x$=P({name:v().optional()}),b$=P({hints:X(x$).optional(),costPriority:ie().min(0).max(1).optional(),speedPriority:ie().min(0).max(1).optional(),intelligencePriority:ie().min(0).max(1).optional()}),$$=P({mode:Ke(["auto","required","none"]).optional()}),w$=P({type:C("tool_result"),toolUseId:v().describe("The unique identifier for the corresponding tool call."),content:X(vu).default([]),structuredContent:P({}).loose().optional(),isError:Se().optional(),_meta:ye(v(),ge()).optional()}),k$=ou("type",[gu,yu,_u]),bs=ou("type",[gu,yu,_u,i$,w$]),S$=P({role:io,content:pe([bs,X(bs)]),_meta:ye(v(),ge()).optional()}),z$=Yn.extend({messages:X(S$),modelPreferences:b$.optional(),systemPrompt:v().optional(),includeContext:Ke(["none","thisServer","allServers"]).optional(),temperature:ie().optional(),maxTokens:ie().int(),stopSequences:X(v()).optional(),metadata:Ee.optional(),tools:X(tm).optional(),toolChoice:$$.optional()}),T$=Pe.extend({method:C("sampling/createMessage"),params:z$}),bu=Re.extend({model:v(),stopReason:ve(Ke(["endTurn","stopSequence","maxTokens"]).or(v())),role:io,content:k$}),$u=Re.extend({model:v(),stopReason:ve(Ke(["endTurn","stopSequence","maxTokens","toolUse"]).or(v())),role:io,content:pe([bs,X(bs)])}),E$=P({type:C("boolean"),title:v().optional(),description:v().optional(),default:Se().optional()}),P$=P({type:C("string"),title:v().optional(),description:v().optional(),minLength:ie().optional(),maxLength:ie().optional(),format:Ke(["email","uri","date","date-time"]).optional(),default:v().optional()}),R$=P({type:Ke(["number","integer"]),title:v().optional(),description:v().optional(),minimum:ie().optional(),maximum:ie().optional(),default:ie().optional()}),I$=P({type:C("string"),title:v().optional(),description:v().optional(),enum:X(v()),default:v().optional()}),O$=P({type:C("string"),title:v().optional(),description:v().optional(),oneOf:X(P({const:v(),title:v()})),default:v().optional()}),M$=P({type:C("string"),title:v().optional(),description:v().optional(),enum:X(v()),enumNames:X(v()).optional(),default:v().optional()}),C$=pe([I$,O$]),N$=P({type:C("array"),title:v().optional(),description:v().optional(),minItems:ie().optional(),maxItems:ie().optional(),items:P({type:C("string"),enum:X(v())}),default:X(v()).optional()}),A$=P({type:C("array"),title:v().optional(),description:v().optional(),minItems:ie().optional(),maxItems:ie().optional(),items:P({anyOf:X(P({const:v(),title:v()}))}),default:X(v()).optional()}),Z$=pe([N$,A$]),j$=pe([M$,C$,Z$]),D$=pe([j$,E$,P$,R$]),q$=Yn.extend({mode:C("form").optional(),message:v(),requestedSchema:P({type:C("object"),properties:ye(v(),D$),required:X(v()).optional()})}),L$=Yn.extend({mode:C("url"),message:v(),elicitationId:v(),url:v().url()}),F$=pe([q$,L$]),U$=Pe.extend({method:C("elicitation/create"),params:F$}),V$=at.extend({elicitationId:v()}),H$=ct.extend({method:C("notifications/elicitation/complete"),params:V$}),Ls=Re.extend({action:Ke(["accept","decline","cancel"]),content:su(t=>t===null?void 0:t,ye(v(),pe([v(),ie(),Se(),X(v())])).optional())}),G$=P({type:C("ref/resource"),uri:v()});var B$=P({type:C("ref/prompt"),name:v()}),K$=rt.extend({ref:pe([B$,G$]),argument:P({name:v(),value:v()}),context:P({arguments:ye(v(),v()).optional()}).optional()}),Fs=Pe.extend({method:C("completion/complete"),params:K$});function rm(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function nm(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var J$=Re.extend({completion:qe({values:X(v()).max(100),total:ve(ie().int()),hasMore:ve(Se())})}),W$=P({uri:v().startsWith("file://"),name:v().optional(),_meta:ye(v(),ge()).optional()}),Q$=Pe.extend({method:C("roots/list"),params:rt.optional()}),wu=Re.extend({roots:X(W$)}),X$=ct.extend({method:C("notifications/roots/list_changed"),params:at.optional()}),JR=pe([zs,pu,Fs,xu,js,Zs,Cs,Ns,As,Qb,Yb,hn,Ds,Es,Rs,Is,Ms]),WR=pe([Ss,Ts,fu,X$,so]),QR=pe([ks,bu,$u,Ls,wu,Ps,Os,fn]),XR=pe([zs,T$,U$,Q$,Es,Rs,Is,Ms]),YR=pe([Ss,Ts,v$,t$,Jb,g$,d$,so,H$]),eI=pe([ks,jb,J$,l$,o$,Hb,Gb,Kb,qs,m$,Ps,Os,fn]),M=class t extends Error{constructor(e,r,n){super(`MCP error ${e}: ${r}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,r,n){if(e===Z.UrlElicitationRequired&&n){let o=n;if(o.elicitations)return new iu(o.elicitations,r)}return new t(e,r,n)}},iu=class extends M{constructor(e,r=`URL elicitation${e.length>1?"s":""} required`){super(Z.UrlElicitationRequired,r,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function nr(t){return t==="completed"||t==="failed"||t==="cancelled"}var sm=Symbol("Let zodToJsonSchema decide on which parser to use");var om={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"},im=t=>typeof t=="string"?{...om,name:t}:{...om,...t};var am=t=>{let e=im(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 ku(t,e,r,n){n?.errorMessages&&r&&(t.errorMessage={...t.errorMessage,[e]:r})}function Y(t,e,r,n,o){t[e]=r,ku(t,e,n,o)}var Us=(t,e)=>{let r=0;for(;r<t.length&&r<e.length&&t[r]===e[r];r++);return[(t.length-r).toString(),...e.slice(r)].join("/")};function _e(t){if(t.target!=="openAi")return{};let e=[...t.basePath,t.definitionPath,t.openAiAnyTypeName];return t.flags.hasReferencedOpenAiAnyType=!0,{$ref:t.$refStrategy==="relative"?Us(e,t.currentPath):e.join("/")}}function cm(t,e){let r={type:"array"};return t.type?._def&&t.type?._def?.typeName!==k.ZodAny&&(r.items=L(t.type._def,{...e,currentPath:[...e.currentPath,"items"]})),t.minLength&&Y(r,"minItems",t.minLength.value,t.minLength.message,e),t.maxLength&&Y(r,"maxItems",t.maxLength.value,t.maxLength.message,e),t.exactLength&&(Y(r,"minItems",t.exactLength.value,t.exactLength.message,e),Y(r,"maxItems",t.exactLength.value,t.exactLength.message,e)),r}function um(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?Y(r,"minimum",n.value,n.message,e):Y(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Y(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Y(r,"maximum",n.value,n.message,e):Y(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Y(r,"maximum",n.value,n.message,e));break;case"multipleOf":Y(r,"multipleOf",n.value,n.message,e);break}return r}function lm(){return{type:"boolean"}}function Vs(t,e){return L(t.type._def,e)}var dm=(t,e)=>L(t.innerType._def,e);function Su(t,e,r){let n=r??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((o,s)=>Su(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 Y$(t,e)}}var Y$=(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":Y(r,"minimum",n.value,n.message,e);break;case"max":Y(r,"maximum",n.value,n.message,e);break}return r};function pm(t,e){return{...L(t.innerType._def,e),default:t.defaultValue()}}function fm(t,e){return e.effectStrategy==="input"?L(t.schema._def,e):_e(e)}function mm(t){return{type:"string",enum:Array.from(t.values)}}var ew=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function hm(t,e){let r=[L(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),L(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(s=>!!s),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,o=[];return r.forEach(s=>{if(ew(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 gm(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 zu,ht={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:()=>(zu===void 0&&(zu=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),zu),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 Hs(t,e){let r={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":Y(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e);break;case"max":Y(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":gt(r,"email",n.message,e);break;case"format:idn-email":gt(r,"idn-email",n.message,e);break;case"pattern:zod":Le(r,ht.email,n.message,e);break}break;case"url":gt(r,"uri",n.message,e);break;case"uuid":gt(r,"uuid",n.message,e);break;case"regex":Le(r,n.regex,n.message,e);break;case"cuid":Le(r,ht.cuid,n.message,e);break;case"cuid2":Le(r,ht.cuid2,n.message,e);break;case"startsWith":Le(r,RegExp(`^${Tu(n.value,e)}`),n.message,e);break;case"endsWith":Le(r,RegExp(`${Tu(n.value,e)}$`),n.message,e);break;case"datetime":gt(r,"date-time",n.message,e);break;case"date":gt(r,"date",n.message,e);break;case"time":gt(r,"time",n.message,e);break;case"duration":gt(r,"duration",n.message,e);break;case"length":Y(r,"minLength",typeof r.minLength=="number"?Math.max(r.minLength,n.value):n.value,n.message,e),Y(r,"maxLength",typeof r.maxLength=="number"?Math.min(r.maxLength,n.value):n.value,n.message,e);break;case"includes":{Le(r,RegExp(Tu(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&gt(r,"ipv4",n.message,e),n.version!=="v4"&&gt(r,"ipv6",n.message,e);break}case"base64url":Le(r,ht.base64url,n.message,e);break;case"jwt":Le(r,ht.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Le(r,ht.ipv4Cidr,n.message,e),n.version!=="v4"&&Le(r,ht.ipv6Cidr,n.message,e);break}case"emoji":Le(r,ht.emoji(),n.message,e);break;case"ulid":{Le(r,ht.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{gt(r,"binary",n.message,e);break}case"contentEncoding:base64":{Y(r,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Le(r,ht.base64,n.message,e);break}}break}case"nanoid":Le(r,ht.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return r}function Tu(t,e){return e.patternStrategy==="escape"?rw(t):t}var tw=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function rw(t){let e="";for(let r=0;r<t.length;r++)tw.has(t[r])||(e+="\\"),e+=t[r];return e}function gt(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}}})):Y(t,"format",e,r,n)}function Le(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:ym(e,n),...r&&n.errorMessages&&{errorMessage:{pattern:r}}})):Y(t,"pattern",ym(e,n),r,n)}function ym(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(`
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(`
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 Gs(t,e){if(e.target==="openAi"&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),e.target==="openApi3"&&t.keyType?._def.typeName===k.ZodEnum)return{type:"object",required:t.keyType._def.values,properties:t.keyType._def.values.reduce((n,o)=>({...n,[o]:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",o]})??_e(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let r={type:"object",additionalProperties:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return r;if(t.keyType?._def.typeName===k.ZodString&&t.keyType._def.checks?.length){let{type:n,...o}=Hs(t.keyType._def,e);return{...r,propertyNames:o}}else{if(t.keyType?._def.typeName===k.ZodEnum)return{...r,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===k.ZodBranded&&t.keyType._def.type._def.typeName===k.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...o}=Vs(t.keyType._def,e);return{...r,propertyNames:o}}}return r}function _m(t,e){if(e.mapStrategy==="record")return Gs(t,e);let r=L(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||_e(e),n=L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||_e(e);return{type:"array",maxItems:125,items:{type:"array",items:[r,n],minItems:2,maxItems:2}}}function vm(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 xm(t){return t.target==="openAi"?void 0:{not:_e({...t,currentPath:[...t.currentPath,"not"]})}}function bm(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var co={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function wm(t,e){if(e.target==="openApi3")return $m(t,e);let r=t.options instanceof Map?Array.from(t.options.values()):t.options;if(r.every(n=>n._def.typeName in co&&(!n._def.checks||!n._def.checks.length))){let n=r.reduce((o,s)=>{let i=co[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 $m(t,e)}var $m=(t,e)=>{let r=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,o)=>L(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${o}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return r.length?{anyOf:r}:void 0};function km(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:co[t.innerType._def.typeName],nullable:!0}:{type:[co[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=L(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let r=L(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function Sm(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",ku(r,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?Y(r,"minimum",n.value,n.message,e):Y(r,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(r.exclusiveMinimum=!0),Y(r,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?Y(r,"maximum",n.value,n.message,e):Y(r,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(r.exclusiveMaximum=!0),Y(r,"maximum",n.value,n.message,e));break;case"multipleOf":Y(r,"multipleOf",n.value,n.message,e);break}return r}function zm(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=ow(c);u&&r&&(c._def.typeName==="ZodOptional"&&(c=c._def.innerType),c.isNullable()||(c=c.nullable()),u=!1);let d=L(c._def,{...e,currentPath:[...e.currentPath,"properties",a],propertyPath:[...e.currentPath,"properties",a]});d!==void 0&&(n.properties[a]=d,u||o.push(a))}o.length&&(n.required=o);let i=nw(t,e);return i!==void 0&&(n.additionalProperties=i),n}function nw(t,e){if(t.catchall._def.typeName!=="ZodNever")return L(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function ow(t){try{return t.isOptional()}catch{return!0}}var Tm=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return L(t.innerType._def,e);let r=L(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return r?{anyOf:[{not:_e(e)},r]}:_e(e)};var Em=(t,e)=>{if(e.pipeStrategy==="input")return L(t.in._def,e);if(e.pipeStrategy==="output")return L(t.out._def,e);let r=L(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=L(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,n].filter(o=>o!==void 0)}};function Pm(t,e){return L(t.type._def,e)}function Rm(t,e){let n={type:"array",uniqueItems:!0,items:L(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&Y(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&Y(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function Im(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((r,n)=>L(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[]),additionalItems:L(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((r,n)=>L(r._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((r,n)=>n===void 0?r:[...r,n],[])}}function Om(t){return{not:_e(t)}}function Mm(t){return _e(t)}var Cm=(t,e)=>L(t.innerType._def,e);var Nm=(t,e,r)=>{switch(e){case k.ZodString:return Hs(t,r);case k.ZodNumber:return Sm(t,r);case k.ZodObject:return zm(t,r);case k.ZodBigInt:return um(t,r);case k.ZodBoolean:return lm();case k.ZodDate:return Su(t,r);case k.ZodUndefined:return Om(r);case k.ZodNull:return bm(r);case k.ZodArray:return cm(t,r);case k.ZodUnion:case k.ZodDiscriminatedUnion:return wm(t,r);case k.ZodIntersection:return hm(t,r);case k.ZodTuple:return Im(t,r);case k.ZodRecord:return Gs(t,r);case k.ZodLiteral:return gm(t,r);case k.ZodEnum:return mm(t);case k.ZodNativeEnum:return vm(t);case k.ZodNullable:return km(t,r);case k.ZodOptional:return Tm(t,r);case k.ZodMap:return _m(t,r);case k.ZodSet:return Rm(t,r);case k.ZodLazy:return()=>t.getter()._def;case k.ZodPromise:return Pm(t,r);case k.ZodNaN:case k.ZodNever:return xm(r);case k.ZodEffects:return fm(t,r);case k.ZodAny:return _e(r);case k.ZodUnknown:return Mm(r);case k.ZodDefault:return pm(t,r);case k.ZodBranded:return Vs(t,r);case k.ZodReadonly:return Cm(t,r);case k.ZodCatch:return dm(t,r);case k.ZodPipeline:return Em(t,r);case k.ZodFunction:case k.ZodVoid:case k.ZodSymbol:return;default:return(n=>{})(e)}};function L(t,e,r=!1){let n=e.seen.get(t);if(e.override){let a=e.override?.(t,e,n,r);if(a!==sm)return a}if(n&&!r){let a=sw(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=Nm(t,t.typeName,e),i=typeof s=="function"?L(s(),e):s;if(i&&iw(t,e,i),e.postProcess){let a=e.postProcess(i,t,e);return o.jsonSchema=i,a}return o.jsonSchema=i,i}var sw=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Us(e.currentPath,t.path)};case"none":case"seen":return t.path.length<e.currentPath.length&&t.path.every((r,n)=>e.currentPath[n]===r)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),_e(e)):e.$refStrategy==="seen"?_e(e):void 0}},iw=(t,e,r)=>(t.description&&(r.description=t.description,e.markdownDescription&&(r.markdownDescription=t.description)),r);var Eu=(t,e)=>{let r=am(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((c,[u,d])=>({...c,[u]:L(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??_e(r)}),{}):void 0,o=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,s=L(t._def,o===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,o]},!1)??_e(r),i=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;i!==void 0&&(s.title=i),r.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[r.openAiAnyTypeName]||(n[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}));let a=o===void 0?n?{...s,[r.definitionPath]:n}:s:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,o].join("/"),[r.definitionPath]:{...n,[o]:s}};return r.target==="jsonSchema7"?a.$schema="http://json-schema.org/draft-07/schema#":(r.target==="jsonSchema2019-09"||r.target==="openAi")&&(a.$schema="https://json-schema.org/draft/2019-09/schema#"),r.target==="openAi"&&("anyOf"in a||"oneOf"in a||"allOf"in a||"type"in a&&Array.isArray(a.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),a};function aw(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function Pu(t,e){return it(t)?Jc(t,{target:aw(e?.target),io:e?.pipeStrategy??"input"}):Eu(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function Ru(t){let r=tr(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=_s(r);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function Iu(t,e){let r=er(t,e);if(!r.success)throw r.error;return r.data}var cw=6e4,Bs=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(Ss,r=>{this._oncancel(r)}),this.setNotificationHandler(Ts,r=>{this._onprogress(r)}),this.setRequestHandler(zs,r=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Es,async(r,n)=>{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new M(Z.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(Rs,async(r,n)=>{let o=async()=>{let s=r.params.taskId;if(this._taskMessageQueue){let a;for(;a=await this._taskMessageQueue.dequeue(s,n.sessionId);){if(a.type==="response"||a.type==="error"){let c=a.message,u=c.id,d=this._requestResolvers.get(u);if(d)if(this._requestResolvers.delete(u),a.type==="response")d(c);else{let l=c,h=new M(l.error.code,l.error.message,l.error.data);d(h)}else{let l=a.type==="response"?"Response":"Error";this._onerror(new Error(`${l} handler missing for request ${u}`))}continue}await this._transport?.send(a.message,{relatedRequestId:n.requestId})}}let i=await this._taskStore.getTask(s,n.sessionId);if(!i)throw new M(Z.InvalidParams,`Task not found: ${s}`);if(!nr(i.status))return await this._waitForTaskUpdate(s,n.signal),await o();if(nr(i.status)){let a=await this._taskStore.getTaskResult(s,n.sessionId);return this._clearTaskQueue(s),{...a,_meta:{...a._meta,[rr]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(Is,async(r,n)=>{try{let{tasks:o,nextCursor:s}=await this._taskStore.listTasks(r.params?.cursor,n.sessionId);return{tasks:o,nextCursor:s,_meta:{}}}catch(o){throw new M(Z.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(Ms,async(r,n)=>{try{let o=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!o)throw new M(Z.InvalidParams,`Task not found: ${r.params.taskId}`);if(nr(o.status))throw new M(Z.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(r.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(r.params.taskId);let s=await this._taskStore.getTask(r.params.taskId,n.sessionId);if(!s)throw new M(Z.InvalidParams,`Task not found after cancellation: ${r.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof M?o:new M(Z.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,r,n,o,s=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,r),startTime:Date.now(),timeout:r,maxTotalTimeout:n,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(e){let r=this._timeoutInfo.get(e);if(!r)return!1;let n=Date.now()-r.startTime;if(r.maxTotalTimeout&&n>=r.maxTotalTimeout)throw this._timeoutInfo.delete(e),M.fromError(Z.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:r.maxTotalTimeout,totalElapsed:n});return clearTimeout(r.timeoutId),r.timeoutId=setTimeout(r.onTimeout,r.timeout),!0}_cleanupTimeout(e){let r=this._timeoutInfo.get(e);r&&(clearTimeout(r.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let r=this.transport?.onclose;this._transport.onclose=()=>{r?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=s=>{n?.(s),this._onerror(s)};let o=this._transport?.onmessage;this._transport.onmessage=(s,i)=>{o?.(s,i),eo(s)||Bf(s)?this._onresponse(s):uu(s)?this._onrequest(s,i):Gf(s)?this._onnotification(s):this._onerror(new Error(`Unknown message type: ${JSON.stringify(s)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let r=M.fromError(Z.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(r)}_onerror(e){this.onerror?.(e)}_onnotification(e){let r=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;r!==void 0&&Promise.resolve().then(()=>r(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,r){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,s=e.params?._meta?.[rr]?.taskId;if(n===void 0){let d={jsonrpc:"2.0",id:e.id,error:{code:Z.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:d,timestamp:Date.now()},o?.sessionId).catch(l=>this._onerror(new Error(`Failed to enqueue error response: ${l}`))):o?.send(d).catch(l=>this._onerror(new Error(`Failed to send an error response: ${l}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let a=Uf(e.params)?e.params.task:void 0,c=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,u={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async d=>{if(i.signal.aborted)return;let l={relatedRequestId:e.id};s&&(l.relatedTask={taskId:s}),await this.notification(d,l)},sendRequest:async(d,l,h)=>{if(i.signal.aborted)throw new M(Z.ConnectionClosed,"Request was cancelled");let m={...h,relatedRequestId:e.id};s&&!m.relatedTask&&(m.relatedTask={taskId:s});let p=m.relatedTask?.taskId??s;return p&&c&&await c.updateTaskStatus(p,"input_required"),await this.request(d,l,m)},authInfo:r?.authInfo,requestId:e.id,requestInfo:r?.requestInfo,taskId:s,taskStore:c,taskRequestedTtl:a?.ttl,closeSSEStream:r?.closeSSEStream,closeStandaloneSSEStream:r?.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async d=>{if(i.signal.aborted)return;let l={result:d,jsonrpc:"2.0",id:e.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)},async d=>{if(i.signal.aborted)return;let l={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(d.code)?d.code:Z.InternalError,message:d.message??"Internal error",...d.data!==void 0&&{data:d.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:l,timestamp:Date.now()},o?.sessionId):await o?.send(l)}).catch(d=>this._onerror(new Error(`Failed to send response: ${d}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:r,...n}=e.params,o=Number(r),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(c){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(c);return}s(n)}_onresponse(e){let r=Number(e.id),n=this._requestResolvers.get(r);if(n){if(this._requestResolvers.delete(r),eo(e))n(e);else{let i=new M(e.error.code,e.error.message,e.error.data);n(i)}return}let o=this._responseHandlers.get(r);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(r),this._cleanupTimeout(r);let s=!1;if(eo(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),eo(e))o(e);else{let i=M.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,r,n){let{task:o}=n??{};if(!o){try{yield{type:"result",result:await this.request(e,r,n)}}catch(i){yield{type:"error",error:i instanceof M?i:new M(Z.InternalError,String(i))}}return}let s;try{let i=await this.request(e,fn,n);if(i.task)s=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new M(Z.InternalError,"Task creation did not return a task");for(;;){let a=await this.getTask({taskId:s},n);if(yield{type:"taskStatus",task:a},nr(a.status)){a.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)}:a.status==="failed"?yield{type:"error",error:new M(Z.InternalError,`Task ${s} failed`)}:a.status==="cancelled"&&(yield{type:"error",error:new M(Z.InternalError,`Task ${s} was cancelled`)});return}if(a.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},r,n)};return}let c=a.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,c)),n?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof M?i:new M(Z.InternalError,String(i))}}}request(e,r,n){let{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:c}=n??{};return new Promise((u,d)=>{let l=_=>{d(_)};if(!this._transport){l(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),a&&this.assertTaskCapability(e.method)}catch(_){l(_);return}n?.signal?.throwIfAborted();let h=this._requestMessageId++,m={...e,jsonrpc:"2.0",id:h};n?.onprogress&&(this._progressHandlers.set(h,n.onprogress),m.params={...e.params,_meta:{...e.params?._meta||{},progressToken:h}}),a&&(m.params={...m.params,task:a}),c&&(m.params={...m.params,_meta:{...m.params?._meta||{},[rr]:c}});let p=_=>{this._responseHandlers.delete(h),this._progressHandlers.delete(h),this._cleanupTimeout(h),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:h,reason:String(_)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch($=>this._onerror(new Error(`Failed to send cancellation: ${$}`)));let x=_ instanceof M?_:new M(Z.RequestTimeout,String(_));d(x)};this._responseHandlers.set(h,_=>{if(!n?.signal?.aborted){if(_ instanceof Error)return d(_);try{let x=er(r,_.result);x.success?u(x.data):d(x.error)}catch(x){d(x)}}}),n?.signal?.addEventListener("abort",()=>{p(n?.signal?.reason)});let f=n?.timeout??cw,y=()=>p(M.fromError(Z.RequestTimeout,"Request timed out",{timeout:f}));this._setupTimeout(h,f,n?.maxTotalTimeout,y,n?.resetTimeoutOnProgress??!1);let g=c?.taskId;if(g){let _=x=>{let $=this._responseHandlers.get(h);$?$(x):this._onerror(new Error(`Response handler missing for side-channeled request ${h}`))};this._requestResolvers.set(h,_),this._enqueueTaskMessage(g,{type:"request",message:m,timestamp:Date.now()}).catch(x=>{this._cleanupTimeout(h),d(x)})}else this._transport.send(m,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(_=>{this._cleanupTimeout(h),d(_)})})}async getTask(e,r){return this.request({method:"tasks/get",params:e},Ps,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},Os,r)}async cancelTask(e,r){return this.request({method:"tasks/cancel",params:e},Wf,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||{},[rr]: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||{},[rr]: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||{},[rr]:r.relatedTask}}}),await this._transport.send(i,r)}setRequestHandler(e,r){let n=Ru(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(o,s)=>{let i=Iu(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=Ru(e);this._notificationHandlers.set(n,o=>{let s=Iu(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"&&uu(o.message)){let s=o.message.id,i=this._requestResolvers.get(s);i?(i(new M(Z.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,r){let n=this._options?.defaultTaskPollInterval??1e3;try{let o=await this._taskStore?.getTask(e);o?.pollInterval&&(n=o.pollInterval)}catch{}return new Promise((o,s)=>{if(r.aborted){s(new M(Z.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,n);r.addEventListener("abort",()=>{clearTimeout(i),s(new M(Z.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,r){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async o=>{if(!e)throw new Error("No request provided");return await n.createTask(o,e.id,{method:e.method,params:e.params},r)},getTask:async o=>{let s=await n.getTask(o,r);if(!s)throw new M(Z.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await n.storeTaskResult(o,s,i,r);let a=await n.getTask(o,r);if(a){let c=so.parse({method:"notifications/tasks/status",params:a});await this.notification(c),nr(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>n.getTaskResult(o,r),updateTaskStatus:async(o,s,i)=>{let a=await n.getTask(o,r);if(!a)throw new M(Z.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(nr(a.status))throw new M(Z.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(o,s,i,r);let c=await n.getTask(o,r);if(c){let u=so.parse({method:"notifications/tasks/status",params:c});await this.notification(u),nr(c.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>n.listTasks(o,r)}}};function Am(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function Zm(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];Am(i)&&Am(s)?r[o]={...i,...s}:r[o]=s}return r}var wy=Nn(gd(),1),ky=Nn($y(),1);function XT(){let t=new wy.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,ky.default)(t),t}var Ri=class{constructor(e){this._ajv=e??XT()}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 Ii=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 Sy(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 zy(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 Oi=class extends Bs{constructor(e,r){super(r),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(ao.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 Ri,this.setRequestHandler(pu,n=>this._oninitialize(n)),this.setNotificationHandler(fu,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(xu,async(n,o)=>{let s=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=n.params,a=ao.safeParse(i);return a.success&&this._loggingLevels.set(s,a.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new Ii(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=Zm(this._capabilities,e)}setRequestHandler(e,r){let o=tr(e)?.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(it(o)){let a=o;s=a._zod?.def?.value??a.value}else{let a=o;s=a._def?.value??a.value}if(typeof s!="string")throw new Error("Schema method literal must be a string");if(s==="tools/call"){let a=async(c,u)=>{let d=er(hn,c);if(!d.success){let p=d.error instanceof Error?d.error.message:String(d.error);throw new M(Z.InvalidParams,`Invalid tools/call request: ${p}`)}let{params:l}=d.data,h=await Promise.resolve(r(c,u));if(l.task){let p=er(fn,h);if(!p.success){let f=p.error instanceof Error?p.error.message:String(p.error);throw new M(Z.InvalidParams,`Invalid task creation result: ${f}`)}return p.data}let m=er(qs,h);if(!m.success){let p=m.error instanceof Error?m.error.message:String(m.error);throw new M(Z.InvalidParams,`Invalid tools/call result: ${p}`)}return m.data};return super.setRequestHandler(e,a)}return super.setRequestHandler(e,r)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){zy(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&Sy(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:qf.includes(r)?r:au,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"},ks)}async createMessage(e,r){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],o=Array.isArray(n.content)?n.content:[n.content],s=o.some(u=>u.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],c=a.some(u=>u.type==="tool_use");if(s){if(o.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!c)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter(l=>l.type==="tool_use").map(l=>l.id)),d=new Set(o.filter(l=>l.type==="tool_result").map(l=>l.toolUseId));if(u.size!==d.size||![...u].every(l=>d.has(l)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},$u,r):this.request({method:"sampling/createMessage",params:e},bu,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},Ls,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},Ls,r);if(s.action==="accept"&&s.content&&o.requestedSchema)try{let a=this._jsonSchemaValidator.getValidator(o.requestedSchema)(s.content);if(!a.valid)throw new M(Z.InvalidParams,`Elicitation response content does not match requested schema: ${a.errorMessage}`)}catch(i){throw i instanceof M?i:new M(Z.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return s}}}createElicitationCompletionNotifier(e,r){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},r)}async listRoots(e,r){return this.request({method:"roots/list",params:e},wu,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 Ey=Symbol.for("mcp.completable");function kd(t){return!!t&&typeof t=="object"&&Ey in t}function Py(t){return t[Ey]?.complete}var Ty;(function(t){t.Completable="McpCompletable"})(Ty||(Ty={}));var YT=/^[A-Za-z0-9._-]{1,128}$/;function eE(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!YT.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 tE(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 Sd(t){let e=eE(t);return tE(t,e.warnings),e.isValid}var Mi=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 Ci=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 Oi(e,r)}get experimental(){return this._experimental||(this._experimental={tasks:new Mi(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(pr(Ds)),this.server.assertCanSetRequestHandler(pr(hn)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Ds,()=>({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=dn(r.inputSchema);return o?Pu(o,{strictUnions:!0,pipeStrategy:"input"}):rE})(),annotations:r.annotations,execution:r.execution,_meta:r._meta};if(r.outputSchema){let o=dn(r.outputSchema);o&&(n.outputSchema=Pu(o,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(hn,async(e,r)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new M(Z.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new M(Z.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,s=n.execution?.taskSupport,i="createTask"in n.handler;if((s==="required"||s==="optional")&&!i)throw new M(Z.InternalError,`Tool ${e.params.name} has taskSupport '${s}' but was not registered with registerToolTask`);if(s==="required"&&!o)throw new M(Z.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(s==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(n,e,r);let a=await this.validateToolInput(n,e.params.arguments,e.params.name),c=await this.executeToolHandler(n,a,r);return o||await this.validateToolOutput(n,c,e.params.name),c}catch(n){if(n instanceof M&&n.code===Z.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,r,n){if(!e.inputSchema)return;let s=dn(e.inputSchema)??e.inputSchema,i=await gs(s,r);if(!i.success){let a="error"in i?i.error:"Unknown error",c=ys(a);throw new M(Z.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${c}`)}return i.data}async validateToolOutput(e,r,n){if(!e.outputSchema||!("content"in r)||r.isError)return;if(!r.structuredContent)throw new M(Z.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let o=dn(e.outputSchema),s=await gs(o,r.structuredContent);if(!s.success){let i="error"in s?s.error:"Unknown error",a=ys(i);throw new M(Z.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${a}`)}}async executeToolHandler(e,r,n){let o=e.handler;if("createTask"in o){if(!n.taskStore)throw new Error("No task store provided.");let i={...n,taskStore:n.taskStore};if(e.inputSchema){let a=o;return await Promise.resolve(a.createTask(r,i))}else{let a=o;return await Promise.resolve(a.createTask(i))}}if(e.inputSchema){let i=o;return await Promise.resolve(i(r,n))}else{let i=o;return await Promise.resolve(i(n))}}async handleAutomaticTaskPolling(e,r,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,r.params.arguments,r.params.name),s=e.handler,i={...n,taskStore:n.taskStore},a=o?await Promise.resolve(s.createTask(o,i)):await Promise.resolve(s.createTask(i)),c=a.task.taskId,u=a.task,d=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,d));let l=await n.taskStore.getTask(c);if(!l)throw new M(Z.InternalError,`Task ${c} not found during polling`);u=l}return await n.taskStore.getTaskResult(c)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(pr(Fs)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Fs,async e=>{switch(e.params.ref.type){case"ref/prompt":return rm(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return nm(e),this.handleResourceCompletion(e,e.params.ref);default:throw new M(Z.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,r){let n=this._registeredPrompts[r.name];if(!n)throw new M(Z.InvalidParams,`Prompt ${r.name} not found`);if(!n.enabled)throw new M(Z.InvalidParams,`Prompt ${r.name} disabled`);if(!n.argsSchema)return Do;let s=tr(n.argsSchema)?.[e.params.argument.name];if(!kd(s))return Do;let i=Py(s);if(!i)return Do;let a=await i(e.params.argument.value,e.params.context);return Iy(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 Do;throw new M(Z.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=n.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Do;let s=await o(e.params.argument.value,e.params.context);return Iy(s)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(pr(Cs)),this.server.assertCanSetRequestHandler(pr(Ns)),this.server.assertCanSetRequestHandler(pr(As)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Cs,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(Ns,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([r,n])=>({name:r,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(As,async(e,r)=>{let n=new URL(e.params.uri),o=this._registeredResources[n.toString()];if(o){if(!o.enabled)throw new M(Z.InvalidParams,`Resource ${n} disabled`);return o.readCallback(n,r)}for(let s of Object.values(this._registeredResourceTemplates)){let i=s.resourceTemplate.uriTemplate.match(n.toString());if(i)return s.readCallback(n,i,r)}throw new M(Z.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(pr(Zs)),this.server.assertCanSetRequestHandler(pr(js)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Zs,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,r])=>({name:e,title:r.title,description:r.description,arguments:r.argsSchema?oE(r.argsSchema):void 0}))})),this.server.setRequestHandler(js,async(e,r)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new M(Z.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new M(Z.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let o=dn(n.argsSchema),s=await gs(o,e.params.arguments);if(!s.success){let c="error"in s?s.error:"Unknown error",u=ys(c);throw new M(Z.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:Zr(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=Zr(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 Ge?c._def?.innerType:c;return kd(u)})&&this.setCompletionRequestHandler(),i}_createRegisteredTool(e,r,n,o,s,i,a,c,u){Sd(e);let d={title:r,description:n,inputSchema:Ry(o),outputSchema:Ry(s),annotations:i,execution:a,_meta:c,handler:u,enabled:!0,disable:()=>d.update({enabled:!1}),enable:()=>d.update({enabled:!0}),remove:()=>d.update({name:null}),update:l=>{typeof l.name<"u"&&l.name!==e&&(typeof l.name=="string"&&Sd(l.name),delete this._registeredTools[e],l.name&&(this._registeredTools[l.name]=d)),typeof l.title<"u"&&(d.title=l.title),typeof l.description<"u"&&(d.description=l.description),typeof l.paramsSchema<"u"&&(d.inputSchema=Zr(l.paramsSchema)),typeof l.outputSchema<"u"&&(d.outputSchema=Zr(l.outputSchema)),typeof l.callback<"u"&&(d.handler=l.callback),typeof l.annotations<"u"&&(d.annotations=l.annotations),typeof l._meta<"u"&&(d._meta=l._meta),typeof l.enabled<"u"&&(d.enabled=l.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=d,this.setToolRequestHandlers(),this.sendToolListChanged(),d}tool(e,...r){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,o,s,i;if(typeof r[0]=="string"&&(n=r.shift()),r.length>1){let c=r[0];zd(c)?(o=r.shift(),r.length>1&&typeof r[0]=="object"&&r[0]!==null&&!zd(r[0])&&(i=r.shift())):typeof c=="object"&&c!==null&&(i=r.shift())}let a=r[0];return this._createRegisteredTool(e,void 0,n,o,s,i,{taskSupport:"forbidden"},void 0,a)}registerTool(e,r,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:o,description:s,inputSchema:i,outputSchema:a,annotations:c,_meta:u}=r;return this._createRegisteredTool(e,o,s,i,a,c,{taskSupport:"forbidden"},u,n)}prompt(e,...r){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof r[0]=="string"&&(n=r.shift());let o;r.length>1&&(o=r.shift());let s=r[0],i=this._createRegisteredPrompt(e,void 0,n,o,s);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,r,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:o,description:s,argsSchema:i}=r,a=this._createRegisteredPrompt(e,o,s,i,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,r){return this.server.sendLoggingMessage(e,r)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var rE={type:"object",properties:{}};function Oy(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function nE(t){return"_def"in t||"_zod"in t||Oy(t)}function zd(t){return typeof t!="object"||t===null||nE(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(Oy)}function Ry(t){if(t)return zd(t)?Zr(t):t}function oE(t){let e=tr(t);return e?Object.entries(e).map(([r,n])=>{let o=yf(n),s=_f(n);return{name:r,description:o,required:!s}}):[]}function pr(t){let r=tr(t)?.method;if(!r)throw new Error("Schema is missing a method literal");let n=_s(r);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function Iy(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Do={completion:{values:[],hasMore:!1}};var Td=Nn(require("node:process"),1);var Ni=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),sE(r)}clear(){this._buffer=void 0}};function sE(t){return Kf.parse(JSON.parse(t))}function My(t){return JSON.stringify(t)+`
42
+ `}var Ai=class{constructor(e=Td.default.stdin,r=Td.default.stdout){this._stdin=e,this._stdout=r,this._readBuffer=new Ni,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=My(e);this._stdout.write(n)?r():this._stdout.once("drain",r)})}};var On={"#fef08a":"yellow","#fca5a5":"red","#93c5fd":"blue"};function Gt(t){return t==="answered"||t==="done"||t==="failed"||t==="wontfix"}function Zi(t){return t==="red"?"fix":t==="blue"?"question":"highlight"}function Ye(t,e={}){let r=e.separator??"-",n=e.randomLength??6,o=Date.now().toString(36),s=Math.random().toString(36).slice(2,2+n).padEnd(n,"0");return`${t}${r}${o}${r}${s}`}var Ed=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="SharedError"}},Pd=class extends Ed{constructor(e,r){super("PARSE_JSON",`Failed to parse JSON in ${e}`,r),this.name="SharedJsonParseError"}};function Cy(t,e){try{return JSON.parse(t)}catch(r){throw new Pd(e,{raw:t,cause:r instanceof Error?r.message:String(r)})}}function ke(t,e=120){return t.length>e?t.slice(0,e)+"...":t}function Rd(t){return t==="red"?"fix":t==="blue"?"question":"important"}function Id(t,e,r={}){let n=[],o=new Set,{floatingMemos:s=[]}=r;for(let i of e){let a=i.color.startsWith("#")?On[i.color]||"red":i.color,c=Rd(a),u=a==="red"?"#fca5a5":a==="blue"?"#93c5fd":"#fef08a",d=i.section.trim(),l=t.findIndex((h,m)=>!o.has(m)&&h.color===u&&h.section.trim()===d);if(l>=0){o.add(l);let h=t[l];n.push({type:c,text:h.text,section:i.section||h.section||"",context:h.context||"",feedback:i.text})}else n.push({type:c,text:i.context||"",section:i.section||"",context:"",feedback:i.text})}for(let i=0;i<t.length;i++){if(o.has(i))continue;let a=t[i],c=On[a.color]||"yellow";n.push({type:Rd(c),text:a.text,section:a.section||"",context:a.context||"",feedback:""})}for(let i of s)i.text.trim()&&n.push({type:Rd(i.color),text:"",section:"",context:"",feedback:i.text});return n}function Ve(t){return t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/\n/g,"&#10;").replace(/-->/g,"--&#62;")}function iE(t){return t.replace(/--&#62;/g,"-->").replace(/&#10;/g,`
43
+ `).replace(/&quot;/g,'"').replace(/&amp;/g,"&")}function Bt(t){let e=5381;for(let r=0;r<t.length;r++)e=(e<<5)+e+t.charCodeAt(r)>>>0;return e.toString(16).padStart(8,"0").slice(0,8)}var aE=/^<!-- USER_MEMO\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+status="([^"]+)")?\s*:\s*(.*?)\s*-->$/,cE=/^<!-- USER_MEMO\s*$/,uE=/^-->$/,lE=/^<!-- GATE\s*$/,dE=/^-->$/,pE=/^<!-- PLAN_CURSOR\s*$/,fE=/^-->$/,mE=/^<!-- CHECKPOINT\s+id="([^"]+)"\s+time="([^"]+)"\s+note="([^"]*)"\s+fixes=(\d+)\s+questions=(\d+)\s+highlights=(\d+)\s+sections="([^"]*)" -->$/,hE=/^---\s*\n([\s\S]*?)\n---\s*\n/,gE=/^<!-- @memo\s+id="([^"]+)"(?:\s+color="([^"]+)")?(?:\s+date="([^"]+)")?\s*-->$/,yE=/^<!-- @\/memo -->$/,_E=/^<!--$/,vE=/MD Feedback/,xE=/^<!-- \/?(USER_FEEDBACK_NOTES|@\/?feedback-notes)\b.*-->$/,bE=/^<!-- REVIEW_RESPONSE\s+to="([^"]+)"\s*-->$/,$E=/^<!-- \/REVIEW_RESPONSE\s*-->$/,wE=/^<!-- MEMO_IMPL\s*$/,kE=/^-->$/,SE=/^<!-- MEMO_ARTIFACT\s*$/,zE=/^-->$/,TE=/^<!-- MEMO_DEPENDENCY\s+id="([^"]+)"\s+from="([^"]+)"\s+to="([^"]+)"\s+type="([^"]+)" -->$/,EE=10;function qo(t){let e={};for(let r of t){let n=r.trim().match(/^(\w+)="([^"]*)"$/);n&&(e[n[1]]=iE(n[2]))}return e}function $e(t){let e="",r=t,n=r.match(hE);n&&(e=n[0],r=r.slice(n[0].length));let o=r.split(`
44
+ `),s=[],i=[],a=[],c=[],u=[],d=[],l=[],h=[],m=null,p=null,f=0;for(;f<o.length;){let g=o[f],_=g.trim(),x=_.match(bE);if(x){p={id:`resp_${x[1]}`,to:x[1],bodyStartIdx:s.length,bodyEndIdx:-1},f++;continue}if($E.test(_)){p&&(p.bodyEndIdx=s.length-1,a.push(p),p=null),f++;continue}let $=_.match(aE);if($){let U=Od(s),A=Md(s),se=$[2]||"red",Ce=$[3]||"open";i.push({id:$[1],type:Zi(se),status:Ce,owner:"human",source:"generic",color:se,text:$[4].replace(/--\u200B>/g,"-->"),anchorText:U||"",anchor:A>=0?`L${A+1}|${Bt(s[A]||"")}`:"",createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()}),f++;continue}if(cE.test(_)){let U=[];for(f++;f<o.length&&!uE.test(o[f].trim());)U.push(o[f]),f++;f++;let A=qo(U),se=A.anchorText||Od(s)||"",Ce=Md(s),Xr=Ce>=0?`L${Ce+1}|${Bt(s[Ce])}`:A.anchor||"";i.push({id:A.id||Ye("memo"),type:A.type||Zi(A.color||"red"),status:A.status||"open",owner:A.owner||"human",source:A.source||"generic",color:A.color||"red",text:A.text||"",anchorText:se,anchor:Xr,createdAt:A.createdAt||new Date().toISOString(),updatedAt:A.updatedAt||new Date().toISOString()});continue}if(lE.test(_)){let U=[];for(f++;f<o.length&&!dE.test(o[f].trim());)U.push(o[f]),f++;f++;let A=qo(U),se=A.override;h.push({id:A.id||Ye("gate"),type:A.type||"custom",status:A.status||"blocked",blockedBy:A.blockedBy?A.blockedBy.split(",").map(Ce=>Ce.trim()).filter(Boolean):[],canProceedIf:A.canProceedIf||"",doneDefinition:A.doneDefinition||"",...se?{override:se}:{}});continue}if(pE.test(_)){let U=[];for(f++;f<o.length&&!fE.test(o[f].trim());)U.push(o[f]),f++;f++;let A=qo(U);m={taskId:A.taskId||"",step:A.step||"",nextAction:A.nextAction||"",lastSeenHash:A.lastSeenHash||"",updatedAt:A.updatedAt||new Date().toISOString()};continue}if(wE.test(_)){let U=[];for(f++;f<o.length&&!kE.test(o[f].trim());)U.push(o[f]),f++;f++;let A=qo(U),se=[];try{se=Cy(A.operations||"[]","MEMO_IMPL.operations")}catch{}c.push({id:A.id||Ye("impl",{separator:"_"}),memoId:A.memoId||"",status:A.status||"applied",operations:se,summary:A.summary||"",appliedAt:A.appliedAt||new Date().toISOString()});continue}if(SE.test(_)){let U=[];for(f++;f<o.length&&!zE.test(o[f].trim());)U.push(o[f]),f++;f++;let A=qo(U);u.push({id:A.id||Ye("art",{separator:"_"}),memoId:A.memoId||"",files:A.files?A.files.split(",").map(se=>se.trim()).filter(Boolean):[],linkedAt:A.linkedAt||new Date().toISOString()});continue}let S=_.match(TE);if(S){d.push({id:S[1],from:S[2],to:S[3],type:S[4]}),f++;continue}let q=_.match(mE);if(q){l.push({id:q[1],timestamp:q[2],note:q[3],fixes:parseInt(q[4],10),questions:parseInt(q[5],10),highlights:parseInt(q[6],10),sectionsReviewed:q[7]?q[7].split(","):[]}),f++;continue}let I=_.match(gE);if(I){let U=[],A=Od(s),se=Md(s);for(f++;f<o.length&&!yE.test(o[f].trim());)U.push(o[f]),f++;f++;let Ce=U.map(Xr=>Xr.replace(/^<!--\s*/,"").replace(/\s*-->$/,"")).join(`
45
+ `).trim();i.push({id:I[1],type:Zi(I[2]||"red"),status:"open",owner:"human",source:"generic",color:I[2]||"red",text:Ce,anchorText:A||"",anchor:se>=0?`L${se+1}|${Bt(s[se]||"")}`:"",createdAt:I[3]||new Date().toISOString(),updatedAt:I[3]||new Date().toISOString()});continue}if(_E.test(_)&&f+1<o.length&&vE.test(o[f+1])){for(;f<o.length&&!o[f].includes("-->");)f++;f++;continue}if(xE.test(_)){f++;continue}s.push(g),f++}for(;s.length>0&&s[s.length-1].trim()==="";)s.pop();p&&(p.bodyEndIdx=s.length-1,a.push(p));let y=new Set(a.map(g=>g.to));for(let g of i)g.status==="open"&&y.has(g.id)&&(g.status="needs_review");return{frontmatter:e,body:s.join(`
46
+ `),memos:i,responses:a,impls:c,artifacts:u,dependencies:d,checkpoints:l,gates:h,cursor:m}}function Ct(t){let e=[];t.frontmatter&&e.push(t.frontmatter.trimEnd());let r=NE(t.body,t.memos,t.responses||[]);e.push(r);for(let n of t.impls||[])e.push(OE(n));for(let n of t.artifacts||[])e.push(ME(n));for(let n of t.dependencies||[])e.push(CE(n));for(let n of t.gates)e.push(PE(n));for(let n of t.checkpoints)e.push(IE(n));return t.cursor&&e.push(RE(t.cursor)),e.join(`
52
47
 
53
48
  `)+`
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(`
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
- `)}function dE(t){return["<!-- PLAN_CURSOR",` taskId="${t.taskId}"`,` step="${t.step}"`,` nextAction="${Fe(t.nextAction)}"`,` lastSeenHash="${t.lastSeenHash}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
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
- `)}function mE(t){return["<!-- MEMO_ARTIFACT",` id="${Fe(t.id)}"`,` memoId="${Fe(t.memoId)}"`,` files="${t.files.join(",")}"`,` linkedAt="${t.linkedAt}"`,"-->"].join(`
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(`
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
- `).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()+`
49
+ `}function Ny(t){return["<!-- USER_MEMO",` id="${Ve(t.id)}"`,` type="${t.type}"`,` status="${t.status}"`,` owner="${t.owner}"`,` source="${Ve(t.source)}"`,` color="${t.color}"`,` text="${Ve(t.text)}"`,` anchorText="${Ve(t.anchorText)}"`,` anchor="${Ve(t.anchor)}"`,` createdAt="${t.createdAt}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
50
+ `)}function PE(t){let e=["<!-- GATE",` id="${t.id}"`,` type="${t.type}"`,` status="${t.status}"`,` blockedBy="${t.blockedBy.join(",")}"`,` canProceedIf="${Ve(t.canProceedIf)}"`,` doneDefinition="${Ve(t.doneDefinition)}"`];return t.override&&e.push(` override="${t.override}"`),e.push("-->"),e.join(`
51
+ `)}function RE(t){return["<!-- PLAN_CURSOR",` taskId="${t.taskId}"`,` step="${t.step}"`,` nextAction="${Ve(t.nextAction)}"`,` lastSeenHash="${t.lastSeenHash}"`,` updatedAt="${t.updatedAt}"`,"-->"].join(`
52
+ `)}function IE(t){let e=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${Ve(t.note)}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${e}" -->`}function OE(t){return["<!-- MEMO_IMPL",` id="${Ve(t.id)}"`,` memoId="${Ve(t.memoId)}"`,` status="${t.status}"`,` operations="${Ve(JSON.stringify(t.operations))}"`,` summary="${Ve(t.summary)}"`,` appliedAt="${t.appliedAt}"`,"-->"].join(`
53
+ `)}function ME(t){return["<!-- MEMO_ARTIFACT",` id="${Ve(t.id)}"`,` memoId="${Ve(t.memoId)}"`,` files="${t.files.join(",")}"`,` linkedAt="${t.linkedAt}"`,"-->"].join(`
54
+ `)}function CE(t){return`<!-- MEMO_DEPENDENCY id="${t.id}" from="${t.from}" to="${t.to}" type="${t.type}" -->`}function NE(t,e,r){if(e.length===0&&r.length===0)return t;let n=t.split(`
55
+ `),o=new Map,s=[];for(let u of e){let d=Cd(n,u);if(d>=0){u.anchor=`L${d+1}|${Bt(n[d])}`;let l=o.get(d)||[];l.push(u),o.set(d,l)}else s.push(u)}let i=new Map,a=new Map;for(let u of r)i.set(u.bodyStartIdx,`<!-- REVIEW_RESPONSE to="${u.to}" -->`),u.bodyEndIdx>=0&&a.set(u.bodyEndIdx,"<!-- /REVIEW_RESPONSE -->");let c=[];for(let u=0;u<n.length;u++){i.has(u)&&c.push(i.get(u)),c.push(n[u]);let d=o.get(u);if(d)for(let l of d)c.push(Ny(l));a.has(u)&&c.push(a.get(u))}for(let u of s)c.push(Ny(u));return c.join(`
56
+ `)}function Cd(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&&Bt(t[n])===o)return n;for(let s=1;s<=EE;s++)for(let i of[n-s,n+s])if(i>=0&&i<t.length&&Bt(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 Od(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return t[e].trim();return null}function Md(t){for(let e=t.length-1;e>=0;e--)if(t[e].trim())return e;return-1}function ji(t){return Bt(t)}var AE='<!-- CHECKPOINT id="([^"]+)" time="([^"]+)" note="([^"]*)" fixes=(\\d+) questions=(\\d+) highlights=(\\d+) sections="([^"]*)" -->';function Kr(t){let e=[],r=new RegExp(AE,"g"),n;for(;(n=r.exec(t))!==null;)e.push({id:n[1],timestamp:n[2],note:n[3],fixes:parseInt(n[4],10),questions:parseInt(n[5],10),highlights:parseInt(n[6],10),sectionsReviewed:n[7]?n[7].split(","):[]});return e}function Nd(t){let e=t.note.replace(/"/g,"&quot;"),r=t.sectionsReviewed.join(",");return`<!-- CHECKPOINT id="${t.id}" time="${t.timestamp}" note="${e}" fixes=${t.fixes} questions=${t.questions} highlights=${t.highlights} sections="${r}" -->`}function Ay(t){return t.length===0?"":t.map(e=>`- [ ] ${e}`).join(`
57
+ `)}function fr(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(`- "${ke(c.text,120)}"${u} \u2192 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Fix: "${ke(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(`- "${ke(c.text,120)}"${u} \u2014 ${c.feedback}`):c.feedback?i.push(`- ${c.feedback}${u}`):c.text&&i.push(`- Question about: "${ke(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(`- "${ke(c.text,80)}"${c.section?` (${c.section})`:""}`),c.feedback&&i.push(`- ${c.feedback}`);i.push("")}return r.length>0&&(i.push("### Checklist"),i.push(Ay(r)),i.push("")),i.push("When all items are complete, delete this section."),i.join(`
58
+ `)}function DE(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(`- "${ke(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||ke(c.text,80)}`);i.push("")}if(r.length>0){i.push("Checklist:");for(let c of r)i.push(`- [ ] ${c}`);i.push("")}return i.push("Remove this file when all items are complete."),i.join(`
59
+ `)}function qE(t,e,r,n,o,s){let i=[],a=e||"docs/plan.md",c=t||"Untitled Plan";if(i.push(`# Plan Review Context \u2014 ${c}`),i.push(""),i.push(`**Source:** \`${a}\``),i.push(`**Reviewed:** ${new Date().toISOString().split("T")[0]}`),i.push(""),n.length>0){i.push("## Must Fix");for(let u of n){let d=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${ke(u.text,120)}"${d} \u2192 ${u.feedback}`):u.feedback?i.push(`- ${u.feedback}${d}`):u.text&&i.push(`- "${ke(u.text,80)}"${d}`)}i.push("")}if(o.length>0){i.push("## Questions");for(let u of o){let d=u.section?` [${u.section}]`:"";u.text&&u.feedback?i.push(`- "${ke(u.text,120)}"${d} \u2014 ${u.feedback}`):u.feedback&&i.push(`- ${u.feedback}${d}`)}i.push("")}if(s.length>0){i.push("## Key Points");for(let u of s)u.text&&i.push(`- "${ke(u.text,80)}"`),u.feedback&&i.push(`- ${u.feedback}`);i.push("")}return r.length>0&&(i.push("## Checklist"),i.push(Ay(r)),i.push("")),i.push("---"),i.push("*Generated by [md-feedback](https://github.com/yeominux/md-feedback). Delete when done.*"),i.join(`
60
+ `)}var LE={cursor:DE,generic:qE,"claude-code":fr,codex:fr,copilot:fr,cline:fr,windsurf:fr,"roo-code":fr,gemini:fr,antigravity:fr};function Zy(t,e,r,n,o,s){let i=Id(n,o);if(i.length===0&&r.length===0)return["## No annotations found","","Select text in the editor and press **1** (highlight), **2** (fix), or **3** (question) to annotate.","Then export again to generate context for your AI tool."].join(`
61
+ `);let a=i.filter(l=>l.type==="fix"),c=i.filter(l=>l.type==="question"),u=i.filter(l=>l.type==="important");if(s==="handoff")return"(Use Export > Handoff to generate handoff document)";let d=LE[s];return d(t,e,r,a,c,u)}function Mn(t){let e=0,r=0,n=0,o=$e(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 Jr(t){let e=t.split(`
62
+ `),r=[],n=new Set,o="";for(let s of e){let i=s.match(/^## (.+)/);if(i){o=i[1].trim();continue}if(!o)continue;(s.includes("<!-- USER_MEMO")||s.includes("<mark")||/(?<!`)==.+==(?!`)/.test(s))&&!n.has(o)&&(n.add(o),r.push(o))}return r}function Wr(t){let e=[];for(let r of t.split(`
63
+ `)){let n=r.match(/^## (.+)/);n&&e.push(n[1].trim())}return e}function Ad(t,e){let r=Mn(t),n=Jr(t),o={id:Ye("ckpt",{separator:"_"}),timestamp:new Date().toISOString(),note:e,fixes:r.fixes,questions:r.questions,highlights:r.highlights,sectionsReviewed:n},s=Nd(o),a=t.trimEnd()+`
67
64
 
68
65
  `+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(`
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(`
74
- `),m=a.split(`
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
- `)}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});
66
+ `;return{checkpoint:o,updatedMarkdown:a}}function Di(t,e){let r=Kr(t),n=Mn(t),o=Jr(t),s=Wr(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=[];FE(t,a,c,u);let d=[];for(let h of c)d.push(`Resolve: ${h.feedback||h.text}`);let l=s.filter(h=>!o.includes(h));for(let h of l)d.push(`Review uncovered: ${h} section`);return{meta:i,decisions:a,openQuestions:c,keyPoints:u,checkpoints:r,nextSteps:d}}function FE(t,e,r,n){let o=t.split(`
67
+ `),s="";for(let i=0;i<o.length;i++){let a=o[i],c=a.match(/^## (.+)/);if(c){s=c[1].trim();continue}let u=a.match(/<!-- USER_MEMO\s+id="[^"]+"\s+(.*?)\s*:\s*(.*?)\s*-->/);if(u){let h=u[1].match(/color="([^"]+)"/),m=h?h[1]:"red",p=u[2].replace(/--\u200B>/g,"-->"),f="";for(let g=i-1;g>=0;g--)if(o[g].trim()&&!o[g].includes("<!-- ")){f=o[g].trim(),f=f.replace(/<\/?mark[^>]*>/g,"");break}let y={section:s,text:f,feedback:p};m==="red"?e.push(y):m==="blue"?r.push(y):n.push(y);continue}if(/^<!-- USER_MEMO\s*$/.test(a.trim())){let l=[];for(i++;i<o.length&&!/^-->$/.test(o[i].trim());)l.push(o[i]),i++;let h={};for(let g of l){let _=g.trim().match(/^(\w+)="([^"]*)"$/);_&&(h[_[1]]=_[2])}let m=h.color||"red",p=(h.text||"").replace(/--\u200B>/g,"-->"),f="";if(h.anchorText)f=h.anchorText.replace(/<\/?mark[^>]*>/g,"");else for(let g=i-1;g>=0;g--)if(o[g].trim()&&!o[g].includes("<!-- ")){f=o[g].trim().replace(/<\/?mark[^>]*>/g,"");break}let y={section:s,text:f,feedback:p};m==="red"?e.push(y):m==="blue"?r.push(y):n.push(y);continue}let d=a.match(/<mark[^>]*(?:data-color="([^"]+)"|style="background-color:\s*([^"]+)")?\s*>(.*?)<\/mark>/)||a.match(/==(.*?)==/);if(d){if((i+1<o.length?o[i+1]:"").includes("<!-- USER_MEMO"))continue;let h,m;if(d.length===2)h=d[1],m="yellow";else{let f=(d[1]||d[2]||"").trim();m=On[f]||"yellow",h=d[3]}let p={section:s,text:h,feedback:""};m==="red"?e.push(p):m==="blue"?r.push(p):n.push(p)}}}function qi(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}** "${ke(o.text,60)}" \u2192 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${ke(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}** "${ke(o.text,60)}" \u2014 ${o.feedback}`):o.feedback?r.push(`${n+1}. **${s}** ${o.feedback}`):o.text&&r.push(`${n+1}. **${s}** "${ke(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}** "${ke(o.text,80)}"`),o.feedback&&r.push(` ${o.feedback}`)}r.push("")}if(t.checkpoints.length>0){r.push("## Progress Checkpoints"),r.push("| # | Time | Note | Fixes | Questions | Highlights |"),r.push("|---|------|------|-------|-----------|------------|");for(let n=0;n<t.checkpoints.length;n++){let o=t.checkpoints[n],s=o.timestamp.split("T")[1]?.split(".")[0]||o.timestamp;r.push(`| ${n+1} | ${s} | ${o.note} | ${o.fixes} | ${o.questions} | ${o.highlights} |`)}r.push("")}if(t.nextSteps.length>0){r.push("## Next Steps");for(let n of t.nextSteps)r.push(`- [ ] ${n}`);r.push("")}return r.push("---"),r.push("*Generated by md-feedback. Feed this to your AI coding agent.*"),r.join(`
68
+ `)}function jy(t){let e=t.split(`
69
+ `),r="",n={file:"",startedAt:"",lastCheckpoint:"",checkpointCount:0,totalFixes:0,totalQuestions:0,totalHighlights:0},o=[],s=[],i=[],a=[],c=[];for(let u of e){let d=u.match(/^## (.+)/);if(d){r=d[1].trim();continue}if(r.startsWith("Session")){let h=u.match(/\*\*File\*\*:\s*`([^`]+)`/);h&&(n.file=h[1]);let m=u.match(/\*\*Started\*\*:\s*(.+)/);m&&(n.startedAt=m[1].trim());let p=u.match(/\*\*Last checkpoint\*\*:\s*(.+)/);p&&(n.lastCheckpoint=p[1].trim());let f=u.match(/\*\*Checkpoints\*\*:\s*(\d+)/);f&&(n.checkpointCount=parseInt(f[1],10));let y=u.match(/\*\*Annotations\*\*:\s*(\d+)\s*fix,\s*(\d+)\s*question,\s*(\d+)\s*highlight/);y&&(n.totalFixes=parseInt(y[1],10),n.totalQuestions=parseInt(y[2],10),n.totalHighlights=parseInt(y[3],10))}let l=u.match(/^\d+\.\s+\*\*\[([^\]]*)\]\*\*\s+(.+)/);if(l){let h=l[1],m=l[2],p=m.match(/"([^"]+)"\s*→\s*(.+)/),f=m.match(/"([^"]+)"\s*—\s*(.+)/),y;if(p)y={section:h,text:p[1],feedback:p[2]};else if(f)y={section:h,text:f[1],feedback:f[2]};else{let g=m.match(/"([^"]+)"/);y={section:h,text:g?g[1]:"",feedback:g?"":m}}r.startsWith("Decisions")?o.push(y):r.startsWith("Open Questions")?s.push(y):r.startsWith("Key Points")&&i.push(y)}if(r.startsWith("Progress Checkpoints")){let h=u.match(/^\|\s*(\d+)\s*\|\s*([^|]+)\|\s*([^|]*)\|\s*(\d+)\s*\|\s*(\d+)\s*\|\s*(\d+)\s*\|/);h&&a.push({id:`ckpt_restored_${h[1]}`,timestamp:h[2].trim(),note:h[3].trim(),fixes:parseInt(h[4],10),questions:parseInt(h[5],10),highlights:parseInt(h[6],10),sectionsReviewed:[]})}if(r.startsWith("Next Steps")){let h=u.match(/^- \[ \]\s+(.+)/);h&&c.push(h[1])}}return n.file?{meta:n,decisions:o,openQuestions:s,keyPoints:i,checkpoints:a,nextSteps:c}:null}function UE(t,e){return t.blockedBy.length>0&&t.blockedBy.map(o=>e.find(s=>s.id===o)).filter(o=>o!=null&&!Gt(o.status)).length>0?"blocked":e.some(n=>!Gt(n.status))?"proceed":"done"}function $t(t,e){return t.map(r=>({...r,status:r.override||UE(r,e)}))}function Dy(t,e,r,n,o,s){let i={},a={},c=0;for(let $ of t)i[$.status]=(i[$.status]||0)+1,a[$.type]=(a[$.type]||0)+1,Gt($.status)&&c++;let u=t.length>0?c/t.length:0,d={},l=0,h=0,m=0;for(let $ of e)d[$.status]=(d[$.status]||0)+1,$.status==="applied"&&l++,$.status==="reverted"&&h++,$.status==="failed"&&m++;let p={};for(let $ of r)p[$.status]=(p[$.status]||0)+1;let f=new Set;for(let $ of o)for(let S of $.files)f.add(S);let y=s.filter($=>$.type==="blocks").length,g=null;n.length>0&&(g=n.reduce(($,S)=>S.timestamp>$?S.timestamp:$,n[0].timestamp));let _=null,x=t.filter($=>Gt($.status)&&$.createdAt&&$.updatedAt);if(x.length>0){let $=0,S=0;for(let q of x){let I=new Date(q.createdAt).getTime(),U=new Date(q.updatedAt).getTime();!isNaN(I)&&!isNaN(U)&&U>I&&($+=U-I,S++)}S>0&&(_=$/S)}return{totalMemos:t.length,byStatus:i,byType:a,resolutionRate:u,totalImpls:e.length,implsByStatus:d,appliedCount:l,revertedCount:h,failedCount:m,totalGates:r.length,gatesByStatus:p,totalArtifacts:o.length,linkedFiles:f.size,totalDependencies:s.length,blockingChains:y,totalCheckpoints:n.length,lastCheckpoint:g,avgResolutionTime:_}}var nt=class extends Error{constructor(r,n,o){super(n);this.code=r;this.details=o;this.name="ToolError"}},Lo=class extends nt{constructor(e,r){super("FILE_SAFETY",e,r),this.name="FileSafetyError"}},Li=class extends nt{constructor(e){super("FILE_NOT_FOUND",`File not found: ${e}`,{file:e}),this.name="FileNotFoundError"}},Fi=class extends nt{constructor(e,r){super("FILE_READ",`Cannot read file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileReadError"}},Ui=class extends nt{constructor(e,r){super("FILE_WRITE",`Cannot write file ${e}${r?`: ${r}`:""}`,{file:e,...r?{cause:r}:{}}),this.name="FileWriteError"}},Vi=class extends nt{constructor(e){super("FILE_LOCK_TIMEOUT",`Timeout acquiring lock: ${e}`,{lockPath:e}),this.name="FileLockTimeoutError"}},mr=class extends nt{constructor(e,r){super("PATCH_APPLY",e,r),this.name="PatchApplyError"}},Nt=class extends nt{constructor(e){super("MEMO_NOT_FOUND",`Memo not found: ${e}`,{memoId:e}),this.name="MemoNotFoundError"}},De=class extends nt{constructor(e,r){super("OPERATION_INVALID",e,r),this.name="OperationValidationError"}},Fo=class extends nt{constructor(e,r){super("ANCHOR_NOT_FOUND",`Anchor text not found: "${e}"`,{anchorText:e,matchCount:0,...r??{}}),this.name="AnchorNotFoundError"}},Hi=class extends nt{constructor(e){super("HANDOFF_INVALID","Not a valid handoff document",{file:e}),this.name="InvalidHandoffError"}};function Zd(t){return t instanceof nt?{error:t.message,code:t.code,type:t.name,...t.details?{details:t.details}:{}}:t instanceof Error?{error:t.message}:{error:String(t)}}function qy(t,e){let{safeRead:r,wrapTool:n}=e;t.tool("get_checkpoints","List all checkpoints in an annotated markdown file.",{file:R.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=Kr(s);return{content:[{type:"text",text:JSON.stringify({checkpoints:i},null,2)}]}})),t.tool("generate_handoff","Generate a structured handoff document from an annotated markdown file. Anti-compression format: explicit fields, numbers, lists only.",{file: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:o,target:s})=>n(async()=>{let i=r(o),a=Di(i,o);return{content:[{type:"text",text:qi(a,s||"standalone")}]}})),t.tool("get_review_status","Get current review session status: annotation counts, checkpoints, and reviewed sections. Summary-only \u2014 returns counts and metadata, not individual memos. Use list_annotations for memo details or get_document_structure for the full parse.",{file:R.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=Mn(s),a=Kr(s),c=Jr(s),u={file:o,annotations:i,checkpointCount:a.length,lastCheckpoint:a.length>0?a[a.length-1].timestamp:null,sectionsReviewed:c};return{content:[{type:"text",text:JSON.stringify(u,null,2)}]}})),t.tool("pickup_handoff","Parse an existing handoff document to resume a review session. Returns structured data for session continuity.",{file:R.string().describe("Path to the handoff markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=jy(s);if(!i)throw new Hi(o);return{content:[{type:"text",text:JSON.stringify(i,null,2)}]}})),t.tool("list_annotations","List all annotations (USER_MEMO comments) in a markdown file. Returns structured array with id, type, status, owner, text, and color. Lightweight \u2014 returns only memo data, no document body or sections. Use get_document_structure for the full parse.",{file:R.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),a=$e(s).memos.map(c=>({id:c.id,type:c.type,status:c.status,owner:c.owner,source:c.source,color:c.color,text:c.text,anchorText:c.anchorText,anchor:c.anchor,createdAt:c.createdAt,updatedAt:c.updatedAt}));return{content:[{type:"text",text:JSON.stringify({annotations:a,total:a.length},null,2)}]}})),t.tool("get_document_structure","Parse an annotated markdown file and return the full v0.4.0 ReviewDocument: { bodyMd, memos[] (with status/owner), checkpoints[], gates[], cursor, sections, summary }. Most comprehensive tool \u2014 use this when you need the complete document state. Use list_annotations for just memos, or get_review_status for just counts.",{file:R.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=$e(s),a=Wr(s),c=Jr(s),u=$t(i.gates,i.memos),d=0,l=0,h=0,m=0,p=0,f=0,y=0,g=0,_=0,x=0;for(let I of i.memos)I.status==="open"?d++:I.status==="in_progress"?l++:I.status==="needs_review"?h++:I.status==="answered"?m++:I.status==="done"?p++:I.status==="failed"?f++:I.status==="wontfix"&&y++,I.type==="fix"?g++:I.type==="question"?_++:x++;let $=0;for(let I of u)I.status==="blocked"&&$++;let S={version:"0.4.0",file:o,bodyMd:i.body,memos:i.memos,checkpoints:i.checkpoints,gates:u,cursor:i.cursor,sections:{all:a,reviewed:c,uncovered:a.filter(I=>!c.includes(I))},impls:i.impls,artifacts:i.artifacts,dependencies:i.dependencies,summary:{total:i.memos.length,open:d,inProgress:l,needsReview:h,answered:m,done:p,failed:f,wontfix:y,blocked:$,fixes:g,questions:_,highlights:x}},q=Dy(i.memos,i.impls,u,i.checkpoints,i.artifacts,i.dependencies);return{content:[{type:"text",text:JSON.stringify({...S,metrics:q},null,2)}]}})),t.tool("evaluate_gates","Evaluate all gates in a markdown file against current memo statuses. Returns updated gate statuses without modifying the file.",{file:R.string().describe("Path to the annotated markdown file")},async({file:o})=>n(async()=>{let s=r(o),i=$e(s),a=$t(i.gates,i.memos);return{content:[{type:"text",text:JSON.stringify({gates:a,summary:{total:a.length,blocked:a.filter(c=>c.status==="blocked").length,proceed:a.filter(c=>c.status==="proceed").length,done:a.filter(c=>c.status==="done").length}},null,2)}]}}))}var oe=require("fs"),Me=require("path"),jd=require("node:crypto");var VE=2e3,HE=10,GE=20;function Dd(t){return(0,Me.isAbsolute)(t)?t:(0,Me.resolve)(process.cwd(),t)}function Ly(t){let e=Dd(t);if(!(0,oe.existsSync)(e))throw new Li(e);try{return(0,oe.readFileSync)(e,"utf-8")}catch(r){throw new Fi(e,r instanceof Error?r.message:String(r))}}function Fy(t,e){let r=Dd(t),n=(0,Me.dirname)(r),o=(0,Me.join)(n,`.mf-tmp-${(0,jd.randomBytes)(6).toString("hex")}`);try{(0,oe.writeFileSync)(o,e,"utf-8"),(0,oe.renameSync)(o,r)}catch(s){try{(0,oe.unlinkSync)(o)}catch{}throw new Ui(r,s instanceof Error?s.message:String(s))}}var Gi=new Map;async function BE(t,e){for(;Gi.has(t);)await Gi.get(t);let r;Gi.set(t,new Promise(n=>{r=n}));try{return await e()}finally{Gi.delete(t),r()}}function KE(t){return new Promise(e=>setTimeout(e,t))}async function JE(t,e=VE){let r=Date.now();for(;;)try{let n=(0,oe.openSync)(t,"wx");return()=>{try{(0,oe.closeSync)(n)}catch{}try{(0,oe.unlinkSync)(t)}catch{}}}catch(n){if(n.code!=="EEXIST")throw n;if(Date.now()-r>e)throw new Vi(t);await KE(HE)}}function Bi(t){let e=Dd(t),r=(0,Me.join)((0,Me.dirname)(e),".md-feedback");return(0,oe.existsSync)(r)||(0,oe.mkdirSync)(r,{recursive:!0}),r}function Uo(t,e){let r=Bi(t),n=(0,Me.join)(r,"snapshots");(0,oe.existsSync)(n)||(0,oe.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Me.join)(n,`snapshot-${o}.md`);(0,oe.writeFileSync)(s,e,"utf-8");let i=(0,oe.readdirSync)(n).filter(a=>a.startsWith("snapshot-")).sort();for(;i.length>GE;)try{(0,oe.unlinkSync)((0,Me.join)(n,i.shift()))}catch{}return s}function Uy(t){let e=Bi(t),r=(0,Me.join)(e,"progress.json");if(!(0,oe.existsSync)(r))return[];try{return JSON.parse((0,oe.readFileSync)(r,"utf-8"))}catch{return[]}}async function Vy(t,e){let r=Bi(t),n=(0,Me.join)(r,"progress.json"),o=`${n}.lock`;await BE(n,async()=>{let s=await JE(o);try{let i=[];if((0,oe.existsSync)(n))try{i=JSON.parse((0,oe.readFileSync)(n,"utf-8"))}catch{i=[]}i.push(e);let a=`${n}.tmp-${(0,jd.randomBytes)(6).toString("hex")}`;(0,oe.writeFileSync)(a,JSON.stringify(i,null,2),"utf-8"),(0,oe.renameSync)(a,n)}finally{s()}})}function Hy(t,e){let r=Bi(t),n=(0,Me.join)(r,"transactions");(0,oe.existsSync)(n)||(0,oe.mkdirSync)(n,{recursive:!0});let o=new Date().toISOString().replace(/[:.]/g,"-"),s=(0,Me.join)(n,`tx-${o}.json`);return(0,oe.writeFileSync)(s,JSON.stringify(e,null,2),"utf-8"),s}function Gy(t,e){let{safeRead:r,wrapTool:n}=e;t.tool("export_review","Export review feedback in a format optimized for a specific AI coding tool. Targets: claude-code, cursor, codex, copilot, cline, windsurf, roo-code, gemini, generic, handoff. Returns formatted markdown ready to save to the appropriate file.",{file: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:o,target:s})=>n(async()=>{let i=r(o);if(s==="handoff"){let f=Di(i,o);return{content:[{type:"text",text:qi(f,"standalone")}]}}let c=$e(i).memos,u=Wr(i),d=u[0]||"Plan Review",l={red:"#fca5a5",blue:"#93c5fd",yellow:"#fef08a"},h=c.map(f=>({text:f.anchorText||"",color:l[f.color]||"#fef08a",section:"",context:""})),m=c.map(f=>({id:f.id,text:f.text,color:f.color,section:"",context:f.anchorText||""}));return{content:[{type:"text",text:Zy(d,o,u,h,m,s)}]}})),t.tool("get_memo_changes","Get the implementation history and progress for a memo. Returns all MemoImpl records and progress entries from .md-feedback/progress.json. If memoId is omitted, returns all changes.",{file: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:o,memoId:s})=>n(async()=>{let i=r(o),a=$e(i),c=s?a.impls.filter(l=>l.memoId===s):a.impls,u=Uy(o),d=s?u.filter(l=>l.memoId===s):u;return{content:[{type:"text",text:JSON.stringify({impls:c,progress:d},null,2)}]}}))}function By(t,e){qy(t,e),Gy(t,e)}var Qr=require("node:fs");var Ky=Nn(require("node:path")),Ki=new Map;async function wt(t,e){let r=Ky.default.resolve(t);for(;Ki.has(r);)await Ki.get(r);let n;Ki.set(r,new Promise(o=>{n=o}));try{return await e()}finally{Ki.delete(r),n()}}function Jy(t,e){let{safeRead:r,safeWrite:n,wrapTool:o,ensureDefaultGate:s,updateCursorFromMemos:i,applyUnifiedDiff:a}=e;t.tool("create_checkpoint","Create a review checkpoint in an annotated markdown file. Records current annotation counts and reviewed sections.",{file:R.string().describe("Path to the annotated markdown file"),note:R.string().describe('Checkpoint note (e.g., "Phase 1 review done")')},async({file:c,note:u})=>wt(c,async()=>o(async()=>{let d=r(c),{checkpoint:l,updatedMarkdown:h}=Ad(d,u);return n(c,h),{content:[{type:"text",text:JSON.stringify({checkpoint:l},null,2)}]}}))),t.tool("create_annotation","Create a new review annotation on a markdown file. Finds the anchor text in the document and attaches a review memo. Auto-creates a quality gate and updates cursor.",{file: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:c,anchorText:u,type:d,text:l,occurrence:h})=>wt(c,async()=>o(async()=>{let m=r(c),p=$e(m),f=p.body.split(`
70
+ `),y=-1;if(h){let q=0;for(let I=0;I<f.length;I++)if(f[I].includes(u)&&(q++,q===h)){y=I;break}if(y===-1){let I=q===0?{occurrenceRequested:h,matchCount:q}:{occurrenceRequested:h,matchCount:q};throw new Fo(u,I)}}else{let q=[];for(let I=0;I<f.length;I++)f[I].includes(u)&&q.push(I);if(q.length===0)throw new Fo(u,{occurrenceRequested:null,matchCount:0});if(q.length===1)y=q[0];else{let I=q.find(U=>f[U].trim()===u.trim());if(I!==void 0)y=I;else{let U=q[0],A=1/0;for(let se of q){let Ce=f[se].length-u.length;Ce<A&&(A=Ce,U=se)}y=U}}}let g=Bt(f[y]),_=y+1,x=d==="fix"?"red":d==="question"?"blue":"yellow",$={id:Ye("memo"),type:d,status:"open",owner:"agent",source:"mcp",color:x,text:l,anchorText:u,anchor:`L${_}:L${_}|${g}`,createdAt:new Date().toISOString(),updatedAt:new Date().toISOString()};p.memos.push($),s(p),p.gates=$t(p.gates,p.memos),i(p,$.id,`Created ${d}: "${l.slice(0,50)}"`);let S=Ct(p);return n(c,S),{content:[{type:"text",text:JSON.stringify({memo:$,gateStatus:p.gates[0]?.status,totalMemos:p.memos.length},null,2)}]}}))),t.tool("respond_to_memo",`Add an AI response to a memo annotation. Inserts a REVIEW_RESPONSE block into the markdown file directly below the memo's anchor text. Automatically sets the memo status to "needs_review" for human approval.`,{file: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:c,memoId:u,response:d})=>wt(c,async()=>o(async()=>{let l=r(c),h=$e(l),m=h.memos.find(y=>y.id===u);if(!m)throw new Nt(u);let p=h.responses.find(y=>y.to===u);if(p){let y=h.body.split(`
71
+ `),g=d.split(`
72
+ `),_=p.bodyStartIdx,x=p.bodyEndIdx,$=x>=_?x-_+1:0;y.splice(_,$,...g),p.bodyEndIdx=_+g.length-1,h.body=y.join(`
73
+ `)}else{let y=h.body.split(`
74
+ `),g=Cd(y,m),_=g>=0?g:y.length-1,x=d.split(`
75
+ `),$=_+1;y.splice($,0,...x);for(let S of h.responses)S.bodyStartIdx>=$&&(S.bodyStartIdx+=x.length,S.bodyEndIdx+=x.length);h.body=y.join(`
76
+ `),h.responses.push({id:`resp_${u}`,to:u,bodyStartIdx:$,bodyEndIdx:$+x.length-1})}(m.status==="open"||m.status==="in_progress")&&(m.status="needs_review",m.updatedAt=new Date().toISOString()),h.gates.length>0&&(h.gates=$t(h.gates,h.memos));let f=Ct(h);return n(c,f),{content:[{type:"text",text:JSON.stringify({memoId:u,status:m.status,responseInserted:!0,totalResponses:h.responses.length},null,2)}]}}))),t.tool("update_memo_status","Update the status of a memo annotation. Writes the change back to the markdown file. Returns the updated memo. Terminal statuses (answered, done, failed, wontfix) require human approval via VS Code.",{file: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:c,memoId:u,status:d,owner:l})=>wt(c,async()=>o(async()=>{let h=r(c),m=$e(h),p=m.memos.find(y=>y.id===u);if(!p)throw new Nt(u);p.status=d,l&&(p.owner=l),p.updatedAt=new Date().toISOString(),s(m),m.gates=$t(m.gates,m.memos),i(m,u);let f=Ct(m);return n(c,f),{content:[{type:"text",text:JSON.stringify({memo:p,gatesUpdated:m.gates.length,cursor:m.cursor},null,2)}]}}))),t.tool("update_cursor",'Update the plan cursor position in a markdown file. The cursor tracks "where we are" in a plan. Only one cursor per document.',{file: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:c,taskId:u,step:d,nextAction:l})=>wt(c,async()=>o(async()=>{let h=r(c),m=$e(h);if(m.memos.length>0&&!m.memos.some(f=>f.id===u))throw new De(`Task ID not found: "${u}". Valid IDs: ${m.memos.map(f=>f.id).join(", ")}`,{taskId:u,validTaskIds:m.memos.map(f=>f.id)});m.cursor={taskId:u,step:d,nextAction:l,lastSeenHash:ji(m.body),updatedAt:new Date().toISOString()};let p=Ct(m);return n(c,p),{content:[{type:"text",text:JSON.stringify({cursor:m.cursor},null,2)}]}}))),t.tool("apply_memo","Apply an implementation action to a memo. Supports text_replace (replaces all occurrences in current document), file_patch (applies unified diff patch \u2014 snapshot saved first), and file_create (create a new file). Creates a snapshot before modification, records the implementation, and updates memo status to needs_review.",{file: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: unified diff patch content"),content:R.string().optional().describe("For file_create: the file content to write")},async({file:c,memoId:u,action:d,dryRun:l,oldText:h,newText:m,targetFile:p,patch:f,content:y})=>wt(c,async()=>o(async()=>{let g=r(c),_=$e(g),x=_.memos.find(I=>I.id===u);if(!x)throw new Nt(u);let $;if(d==="text_replace"){if(!h||m===void 0)throw new De("text_replace requires oldText and newText",{memoId:u,action:d});$={type:"text_replace",file:"",before:h,after:m}}else if(d==="file_patch"){if(!p||!f)throw new De("file_patch requires targetFile and patch",{memoId:u,action:d});$={type:"file_patch",file:p,patch:f}}else{if(!p||y===void 0)throw new De("file_create requires targetFile and content",{memoId:u,action:d});$={type:"file_create",file:p,content:y}}let S={id:Ye("impl",{separator:"_"}),memoId:u,status:"applied",operations:[$],summary:`${d} for ${u}`,appliedAt:new Date().toISOString()};if(l)return{content:[{type:"text",text:JSON.stringify({dryRun:!0,impl:S,operation:$,memo:{id:x.id,status:x.status}},null,2)}]};if(Uo(c,g),d==="text_replace"){if(!_.body.includes(h))throw new De("oldText not found in document body",{memoId:u,action:d});_.body=_.body.split(h).join(m)}else if(d==="file_patch"){if(!(0,Qr.existsSync)(p))throw new De(`Target file not found for file_patch: ${p}`,{memoId:u,action:d,targetFile:p});let I=r(p),U=a(I,f,p);Uo(p,I),n(p,U)}else d==="file_create"&&n(p,y);_.impls.push(S),x.status="needs_review",x.updatedAt=new Date().toISOString(),_.gates.length>0&&(_.gates=$t(_.gates,_.memos)),i(_,u);let q=Ct(_);return n(c,q),{content:[{type:"text",text:JSON.stringify({impl:S,memo:{id:x.id,status:x.status},gatesUpdated:_.gates.length},null,2)}]}}))),t.tool("link_artifacts","Link file artifacts (source files, configs, etc.) to a memo. Creates a MemoArtifact record in the document.",{file: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:c,memoId:u,files:d})=>wt(c,async()=>o(async()=>{let l=r(c),h=$e(l);if(!h.memos.find(y=>y.id===u))throw new Nt(u);let p={id:Ye("art",{separator:"_"}),memoId:u,files:d,linkedAt:new Date().toISOString()};h.artifacts.push(p);let f=Ct(h);return n(c,f),{content:[{type:"text",text:JSON.stringify({artifact:p},null,2)}]}}))),t.tool("update_memo_progress","Update the progress of a memo with a status change and message. Writes progress to .md-feedback/progress.json and updates the memo status. Terminal statuses (done, failed) require human approval via VS Code.",{file: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:c,memoId:u,status:d,message:l})=>wt(c,async()=>o(async()=>{let h=r(c),m=$e(h),p=m.memos.find(g=>g.id===u);if(!p)throw new Nt(u);p.status=d,p.updatedAt=new Date().toISOString();let f={memoId:u,status:d,message:l,timestamp:new Date().toISOString()};await Vy(c,f),m.gates.length>0&&(m.gates=$t(m.gates,m.memos)),i(m,u);let y=Ct(m);return n(c,y),{content:[{type:"text",text:JSON.stringify({memo:{id:p.id,status:p.status},progressEntry:f,gatesUpdated:m.gates.length},null,2)}]}}))),t.tool("rollback_memo","Rollback the latest implementation for a memo. Reverses text_replace operations (swaps before/after), marks the impl as reverted, and sets the memo status back to open.",{file:R.string().describe("Path to the annotated markdown file"),memoId:R.string().describe("The memo ID to rollback")},async({file:c,memoId:u})=>wt(c,async()=>o(async()=>{let d=r(c),l=$e(d),h=l.memos.find(y=>y.id===u);if(!h)throw new Nt(u);let m=l.impls.filter(y=>y.memoId===u&&y.status==="applied");if(m.length===0)throw new De(`No applied implementation found for memo: ${u}`,{memoId:u});let p=m[m.length-1];for(let y of p.operations)y.type==="text_replace"&&l.body.includes(y.after)&&(l.body=l.body.split(y.after).join(y.before));p.status="reverted",h.status="open",h.updatedAt=new Date().toISOString(),l.gates.length>0&&(l.gates=$t(l.gates,l.memos)),i(l,u);let f=Ct(l);return n(c,f),{content:[{type:"text",text:JSON.stringify({rolledBack:p.id,memo:{id:h.id,status:h.status},gatesUpdated:l.gates.length},null,2)}]}}))),t.tool("batch_apply","Apply multiple implementation operations in a single transaction. Parses the document once, applies all operations sequentially, then writes once. Each operation follows the same format as apply_memo.",{file: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: unified diff patch content"),content:R.string().optional().describe("For file_create: the file content to write")})).describe("Array of operations to apply")},async({file:c,operations:u})=>wt(c,async()=>o(async()=>{let d=r(c),l=$e(d),h=[],m=new Map,p=new Map;for(let g of u){let _=l.memos.find(S=>S.id===g.memoId);if(!_)throw new Nt(g.memoId);let x;if(g.action==="text_replace"){if(!g.oldText||g.newText===void 0)throw new De(`Operation failed (${g.memoId}): text_replace requires oldText and newText`,{memoId:g.memoId,action:g.action});if(x={type:"text_replace",file:"",before:g.oldText,after:g.newText},!l.body.includes(g.oldText))throw new De(`Operation failed (${g.memoId}): oldText not found in body`,{memoId:g.memoId,action:g.action});l.body=l.body.split(g.oldText).join(g.newText);for(let S of l.memos)S.anchorText&&S.anchorText.includes(g.oldText)&&(S.anchorText=S.anchorText.split(g.oldText).join(g.newText))}else if(g.action==="file_patch"){if(!g.targetFile||!g.patch)throw new De(`Operation failed (${g.memoId}): file_patch requires targetFile and patch`,{memoId:g.memoId,action:g.action});x={type:"file_patch",file:g.targetFile,patch:g.patch};let S=m.has(g.targetFile)?m.get(g.targetFile):(0,Qr.existsSync)(g.targetFile)?r(g.targetFile):null;if(S===null)throw new De(`Operation failed (${g.memoId}): target file not found for file_patch (${g.targetFile})`,{memoId:g.memoId,action:g.action,targetFile:g.targetFile});let q=a(S,g.patch,g.targetFile);m.set(g.targetFile,q)}else{if(!g.targetFile||g.content===void 0)throw new De(`Operation failed (${g.memoId}): file_create requires targetFile and content`,{memoId:g.memoId,action:g.action});if((0,Qr.existsSync)(g.targetFile)&&!m.has(g.targetFile))throw new De(`Operation failed (${g.memoId}): file_create target already exists (${g.targetFile})`,{memoId:g.memoId,action:g.action,targetFile:g.targetFile});x={type:"file_create",file:g.targetFile,content:g.content},m.set(g.targetFile,g.content)}let $={id:Ye("impl",{separator:"_"}),memoId:g.memoId,status:"applied",operations:[x],summary:`${g.action} for ${g.memoId}`,appliedAt:new Date().toISOString()};l.impls.push($),_.status="needs_review",_.updatedAt=new Date().toISOString(),h.push({memoId:g.memoId,implId:$.id,status:"applied"})}l.gates.length>0&&(l.gates=$t(l.gates,l.memos)),i(l,u[0]?.memoId||"");let f=Ct(l);p.set(c,d);for(let g of m.keys())(0,Qr.existsSync)(g)&&p.set(g,r(g));Uo(c,d);for(let[g,_]of p.entries())g!==c&&Uo(g,_);let y=[];try{for(let[g,_]of m.entries())n(g,_),y.push(g);n(c,f),y.push(c)}catch(g){for(let _=y.length-1;_>=0;_--){let x=y[_],$=p.get(x);if($!==void 0)try{n(x,$)}catch{}else try{(0,Qr.unlinkSync)(x)}catch{}}throw g}return Hy(c,{type:"batch_apply",results:h,timestamp:new Date().toISOString()}),{content:[{type:"text",text:JSON.stringify({results:h,gatesUpdated:l.gates.length,cursor:l.cursor},null,2)}]}})))}var Cn=Nn(require("node:path")),Vo=require("node:fs"),WE=["**/.env",".env","**/.env.*",".env.*","**/credentials*","credentials*","**/secrets*","secrets*","**/*.pem","*.pem","**/*.key","*.key","**/*.p12","*.p12","**/node_modules/**","node_modules/**","**/.git/**",".git/**"];function Qy(t){return{workspaceRoot:t||process.env.MD_FEEDBACK_WORKSPACE||process.cwd(),blocklist:[...WE],allowlist:[]}}function QE(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 Wy(t,e){return t.some(r=>QE(r,e))}function qd(t,e){let r=Cn.default.resolve(t.workspaceRoot,e),n=Cn.default.resolve(t.workspaceRoot);if(!r.startsWith(n+Cn.default.sep)&&r!==n)return{safe:!1,reason:`Path "${e}" resolves outside workspace root`};if((0,Vo.existsSync)(r))try{let s=(0,Vo.realpathSync)(r),i=(0,Vo.realpathSync)(n);if(!s.startsWith(i+Cn.default.sep)&&s!==i)return{safe:!1,reason:`Path "${e}" resolves outside workspace via symlink`}}catch{}let o=Cn.default.relative(n,r).replace(/\\/g,"/");return Wy(t.blocklist,o)?{safe:!1,reason:`Path "${e}" matches blocklist pattern`}:t.allowlist.length>0&&!Wy(t.allowlist,o)?{safe:!1,reason:`Path "${e}" not in allowlist`}:{safe:!0}}function Xy(t={}){let{workspace:e,log:r}=t,n=Qy(e);function o(l){let h=qd(n,l);if(!h.safe)throw new Lo(h.reason,{file:l});return Ly(l)}function s(l,h){let m=qd(n,l);if(!m.safe)throw new Lo(m.reason,{file:l});Fy(l,h)}function i(l){return{content:[{type:"text",text:JSON.stringify(Zd(l))}],isError:!0}}async function a(l){try{return await l()}catch(h){if(r){let m=Zd(h);r(`tool error: ${JSON.stringify(m)}`)}return i(h)}}function c(l){l.gates.length===0&&l.memos.length>0&&l.gates.push({id:Ye("gate"),type:"merge",status:"blocked",blockedBy:[],canProceedIf:"",doneDefinition:"All review annotations resolved"})}function u(l,h,m){let p=l.memos.filter(y=>Gt(y.status)).length,f=l.memos.filter(y=>!Gt(y.status));l.cursor={taskId:h,step:`${p}/${l.memos.length} resolved`,nextAction:m??(f.length===0?"All annotations resolved \u2014 review complete":`Resolve: ${f.map(y=>y.id).slice(0,3).join(", ")}${f.length>3?"...":""}`),lastSeenHash:ji(l.body),updatedAt:new Date().toISOString()}}function d(l,h,m){let p=l.split(`
77
+ `),f=h.split(`
78
+ `),y=[],g=0,_=0,x=!1;for(;_<f.length;){let S=f[_].match(/^@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/);if(!S){_++;continue}x=!0;let I=Number(S[1])-1;if(I<g||I>p.length)throw new mr(`Invalid patch hunk range for ${m}`,{file:m});for(y.push(...p.slice(g,I)),g=I,_++;_<f.length&&!f[_].startsWith("@@ ");){let U=f[_];if(U.startsWith("\")){_++;continue}let A=U[0],se=U.slice(1);if(A===" "){if(g>=p.length||p[g]!==se)throw new mr(`Patch context mismatch in ${m}`,{file:m});y.push(se),g++}else if(A==="-"){if(g>=p.length||p[g]!==se)throw new mr(`Patch delete mismatch in ${m}`,{file:m});g++}else if(A==="+")y.push(se);else throw new mr(`Unsupported patch line in ${m}: "${U}"`,{file:m});_++}}if(!x)throw new mr(`Invalid unified diff for ${m}: no hunks found`,{file:m});return y.push(...p.slice(g)),y.join(`
79
+ `)}return{safeRead:o,safeWrite:s,wrapTool:a,ensureDefaultGate:c,updateCursorFromMemos:u,applyUnifiedDiff:d}}function Yy(t,e,r){let n=Xy({workspace:e,log:r});By(t,n),Jy(t,{safeRead:n.safeRead,safeWrite:n.safeWrite,wrapTool:n.wrapTool,ensureDefaultGate:n.ensureDefaultGate,updateCursorFromMemos:n.updateCursorFromMemos,applyUnifiedDiff:n.applyUnifiedDiff})}function e_(t,e){let r=t.filter(o=>o.startsWith("--workspace=")),n=r.length>0?r[r.length-1]:void 0;if(n){let o=n.slice(12);if(o)return o}return e.MD_FEEDBACK_WORKSPACE||void 0}function Ji(t){process.stderr.write(`[md-feedback] ${t}
80
+ `)}function XE(){return e_(process.argv,process.env)}var t_=XE(),r_=new Ci({name:"md-feedback",version:"1.3.5"});Yy(r_,t_,Ji);async function YE(){let t=new Ai;await r_.connect(t);let e=t_||process.cwd();Ji(`v1.3.5 ready (stdio) workspace=${e}`)}YE().catch(t=>{Ji(`fatal: ${t}`),process.exit(1)});0&&(module.exports={log});